-
-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PromptNER based Chain-of-Thought prompting for span tasks #180
Commits on Jun 15, 2023
-
initial POC for Chain of Thought NER task
Kabir Khan committedJun 15, 2023 Configuration menu - View commit details
-
Copy full SHA for a175d36 - Browse repository at this point
Copy the full SHA a175d36View commit details -
Kabir Khan committed
Jun 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 820337b - Browse repository at this point
Copy the full SHA 820337bView commit details
Commits on Jun 20, 2023
-
Merge branch 'main' of ssh://github.com/explosion/spacy-llm into kab/…
…cot-ner
Kabir Khan committedJun 20, 2023 Configuration menu - View commit details
-
Copy full SHA for ea261aa - Browse repository at this point
Copy the full SHA ea261aaView commit details
Commits on Jul 4, 2023
-
Merge branch 'develop' of ssh://github.com/explosion/spacy-llm into k…
…ab/cot-ner
Kabir Khan committedJul 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 6fa0b6a - Browse repository at this point
Copy the full SHA 6fa0b6aView commit details
Commits on Jul 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c562d9 - Browse repository at this point
Copy the full SHA 4c562d9View commit details -
consilidate approach to work with main SpanTask
Kabir Khan committedJul 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 54a9eae - Browse repository at this point
Copy the full SHA 54a9eaeView commit details -
Merge branch 'develop' of ssh://github.com/explosion/spacy-llm into k…
…ab/cot-ner-integrate
Kabir Khan committedJul 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 8737f4a - Browse repository at this point
Copy the full SHA 8737f4aView commit details -
fix tests around label consistency checks
Kabir Khan committedJul 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 7a1fbdb - Browse repository at this point
Copy the full SHA 7a1fbdbView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2921ca9 - Browse repository at this point
Copy the full SHA 2921ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a0b1c8 - Browse repository at this point
Copy the full SHA 2a0b1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4772cb2 - Browse repository at this point
Copy the full SHA 4772cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d95eaac - Browse repository at this point
Copy the full SHA d95eaacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a71b3 - Browse repository at this point
Copy the full SHA 57a71b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6335b3b - Browse repository at this point
Copy the full SHA 6335b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c565256 - Browse repository at this point
Copy the full SHA c565256View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54f28d2 - Browse repository at this point
Copy the full SHA 54f28d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa25bba - Browse repository at this point
Copy the full SHA aa25bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f52feb5 - Browse repository at this point
Copy the full SHA f52feb5View commit details
Commits on Jul 21, 2023
-
update NER template with label_definitions + initial description, fix…
… parsing of SpanReason
Kabir Khan committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 19d55cc - Browse repository at this point
Copy the full SHA 19d55ccView commit details -
properly parametrize response parsing for SpanReason test
Kabir Khan committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 6edea90 - Browse repository at this point
Copy the full SHA 6edea90View commit details -
start to parametrize NER tests properly with new v3 template
Kabir Khan committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 9f08287 - Browse repository at this point
Copy the full SHA 9f08287View commit details -
Kabir Khan committed
Jul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for e4f8195 - Browse repository at this point
Copy the full SHA e4f8195View commit details -
rm single_match since it's always true now
Kabir Khan committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for cb64f6a - Browse repository at this point
Copy the full SHA cb64f6aView commit details -
rm single_match since it's always true now
Kabir Khan committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for a8c88bf - Browse repository at this point
Copy the full SHA a8c88bfView commit details -
fix typing of description and default properly for SpanCatTask
Kabir Khan committedJul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e34add - Browse repository at this point
Copy the full SHA 3e34addView commit details -
Kabir Khan committed
Jul 21, 2023 Configuration menu - View commit details
-
Copy full SHA for c40b897 - Browse repository at this point
Copy the full SHA c40b897View commit details
Commits on Jul 24, 2023
-
Kabir Khan committed
Jul 24, 2023 Configuration menu - View commit details
-
Copy full SHA for fc3455c - Browse repository at this point
Copy the full SHA fc3455cView commit details -
fir more ner tests + add initial test for SpanReason.from_str
Kabir Khan committedJul 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 36579f4 - Browse repository at this point
Copy the full SHA 36579f4View commit details
Commits on Jul 25, 2023
-
Kabir Khan committed
Jul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for e0f2ef0 - Browse repository at this point
Copy the full SHA e0f2ef0View commit details -
enable adding ner prompt examples from initialize and fix ner_init test
Kabir Khan committedJul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 5a4b681 - Browse repository at this point
Copy the full SHA 5a4b681View commit details -
Kabir Khan committed
Jul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 18e5e10 - Browse repository at this point
Copy the full SHA 18e5e10View commit details -
add yaml/jsonl version of ner examples. Fix inconsistent labels tests
Kabir Khan committedJul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for eddac8c - Browse repository at this point
Copy the full SHA eddac8cView commit details -
use yaml/jsonl versions of ner examples
Kabir Khan committedJul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 1299787 - Browse repository at this point
Copy the full SHA 1299787View commit details -
actually check scoring with real LLM call
Kabir Khan committedJul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for b0a076d - Browse repository at this point
Copy the full SHA b0a076dView commit details -
rename format_response to extract_span_reasons
Kabir Khan committedJul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for b432a50 - Browse repository at this point
Copy the full SHA b432a50View commit details -
Kabir Khan committed
Jul 25, 2023 Configuration menu - View commit details
-
Copy full SHA for ee64727 - Browse repository at this point
Copy the full SHA ee64727View commit details
Commits on Jul 26, 2023
-
Kabir Khan committed
Jul 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 01e1de9 - Browse repository at this point
Copy the full SHA 01e1de9View commit details
Commits on Jul 27, 2023
-
Kabir Khan committed
Jul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 8c31b05 - Browse repository at this point
Copy the full SHA 8c31b05View commit details -
Kabir Khan committed
Jul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 6235091 - Browse repository at this point
Copy the full SHA 6235091View commit details -
Kabir Khan committed
Jul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 66c7377 - Browse repository at this point
Copy the full SHA 66c7377View commit details -
convert spancat to new span task format
Kabir Khan committedJul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 8e5952c - Browse repository at this point
Copy the full SHA 8e5952cView commit details -
add better doc for SpanReason.to_str
Kabir Khan committedJul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 3fa3fbe - Browse repository at this point
Copy the full SHA 3fa3fbeView commit details -
Kabir Khan committed
Jul 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 7beaf93 - Browse repository at this point
Copy the full SHA 7beaf93View commit details
Commits on Jul 31, 2023
-
adjust span matching by adding an setting
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 0e162d6 - Browse repository at this point
Copy the full SHA 0e162d6View commit details -
support conditional allow_overlap like standard spancat
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 6894a80 - Browse repository at this point
Copy the full SHA 6894a80View commit details -
remove dict | operator that only works in python3.9 +
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for bb261bd - Browse repository at this point
Copy the full SHA bb261bdView commit details -
disable test for now so CI passes
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for dfa96c0 - Browse repository at this point
Copy the full SHA dfa96c0View commit details -
Kabir Khan committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 1700849 - Browse repository at this point
Copy the full SHA 1700849View commit details -
fix spancat template rendering for allow_overlap
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for ae3a545 - Browse repository at this point
Copy the full SHA ae3a545View commit details -
clean up tests for init with spacy examples
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 850e8ee - Browse repository at this point
Copy the full SHA 850e8eeView commit details -
Kabir Khan committed
Jul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 7242d6e - Browse repository at this point
Copy the full SHA 7242d6eView commit details -
make spancat scoring use external model, not weird dummy data
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 150d21e - Browse repository at this point
Copy the full SHA 150d21eView commit details -
run case sensitive matching then fallback to case insensitive if the …
…user configured it that way
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for abd52b8 - Browse repository at this point
Copy the full SHA abd52b8View commit details -
rm prev_span reference in parsing
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for bde5c8d - Browse repository at this point
Copy the full SHA bde5c8dView commit details -
separate span parsing for a single doc into its own function
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for c86b0e9 - Browse repository at this point
Copy the full SHA c86b0e9View commit details -
fix typing on the regression test
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 91bffaf - Browse repository at this point
Copy the full SHA 91bffafView commit details -
add description field to cfg_keys so it gets serialized
Kabir Khan committedJul 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d02b425 - Browse repository at this point
Copy the full SHA d02b425View commit details
Commits on Aug 1, 2023
-
add old spancat/ner versions to tasks.legacy module
Kabir Khan committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 17a2a9a - Browse repository at this point
Copy the full SHA 17a2a9aView commit details -
add deprecation warnings + test deprecation warnings
Kabir Khan committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 16f5d04 - Browse repository at this point
Copy the full SHA 16f5d04View commit details -
Kabir Khan committed
Aug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 7cab77f - Browse repository at this point
Copy the full SHA 7cab77fView commit details -
Kabir Khan committed
Aug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for b1a4adf - Browse repository at this point
Copy the full SHA b1a4adfView commit details -
Merge branch 'main' of ssh://github.com/explosion/spacy-llm into kab/…
…cot-ner
Kabir Khan committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 8b40100 - Browse repository at this point
Copy the full SHA 8b40100View commit details -
Merge branch 'kab/cot-ner' of ssh://github.com/explosion/spacy-llm in…
…to kab/cot-ner-legacy
Kabir Khan committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 574c9fe - Browse repository at this point
Copy the full SHA 574c9feView commit details -
Kabir Khan committed
Aug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 3ab56e5 - Browse repository at this point
Copy the full SHA 3ab56e5View commit details -
Merge branch 'kab/cot-ner' of ssh://github.com/explosion/spacy-llm in…
…to kab/cot-ner-legacy
Kabir Khan committedAug 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 46802bb - Browse repository at this point
Copy the full SHA 46802bbView commit details
Commits on Aug 2, 2023
-
Merge pull request #239 from explosion/kab/cot-ner-legacy
add old spancat/ner versions to legacy module
Kabir Khan authoredAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 629dc3d - Browse repository at this point
Copy the full SHA 629dc3dView commit details -
Merge branch 'develop' of ssh://github.com/explosion/spacy-llm into k…
…ab/cot-ner
Kabir Khan committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 12093bf - Browse repository at this point
Copy the full SHA 12093bfView commit details -
Merge branch 'kab/cot-ner' of ssh://github.com/explosion/spacy-llm in…
…to kab/cot-ner
Kabir Khan committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for f824a8e - Browse repository at this point
Copy the full SHA f824a8eView commit details -
rename warning to LLMW001, fix usage_example + readme tests
Kabir Khan committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 09533e0 - Browse repository at this point
Copy the full SHA 09533e0View commit details -
remove separate case sensitive match step before doing case insensiti…
…ve as a fallback
Kabir Khan committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for a6888d4 - Browse repository at this point
Copy the full SHA a6888d4View commit details -
fix regression test to have 3 ents
Kabir Khan committedAug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for d43c840 - Browse repository at this point
Copy the full SHA d43c840View commit details -
Kabir Khan committed
Aug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for b42e849 - Browse repository at this point
Copy the full SHA b42e849View commit details -
Kabir Khan committed
Aug 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 47c8a75 - Browse repository at this point
Copy the full SHA 47c8a75View commit details
Commits on Aug 3, 2023
-
Kabir Khan committed
Aug 3, 2023 Configuration menu - View commit details
-
Copy full SHA for edbc17d - Browse repository at this point
Copy the full SHA edbc17dView commit details
Commits on Aug 4, 2023
-
consolidate new spans template and ensure valid labels appear in the …
…prompt
Kabir Khan committedAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 990edf3 - Browse repository at this point
Copy the full SHA 990edf3View commit details -
make prompt_examples required since it's required in confection facto…
…ry func
Kabir Khan committedAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for f77b0cd - Browse repository at this point
Copy the full SHA f77b0cdView commit details -
fix template rendering tests with new optional description and defaul…
…t content
Kabir Khan committedAug 4, 2023 Configuration menu - View commit details
-
Copy full SHA for e87f1a4 - Browse repository at this point
Copy the full SHA e87f1a4View commit details
Commits on Aug 8, 2023
-
Merge branch 'develop' of ssh://github.com/explosion/spacy-llm into k…
…ab/cot-ner
Kabir Khan committedAug 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 03ab495 - Browse repository at this point
Copy the full SHA 03ab495View commit details -
Remove extra deprecation warning
Kabir Khan committedAug 8, 2023 Configuration menu - View commit details
-
Copy full SHA for d1b1410 - Browse repository at this point
Copy the full SHA d1b1410View commit details -
Update usage_examples/ner_v3_openai/README.md
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 208dbd6 - Browse repository at this point
Copy the full SHA 208dbd6View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20be25a - Browse repository at this point
Copy the full SHA 20be25aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f63f5 - Browse repository at this point
Copy the full SHA e6f63f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for af04a26 - Browse repository at this point
Copy the full SHA af04a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a95115 - Browse repository at this point
Copy the full SHA 8a95115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80fc6c8 - Browse repository at this point
Copy the full SHA 80fc6c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a8486 - Browse repository at this point
Copy the full SHA 74a8486View commit details
Commits on Aug 24, 2023
-
Add default example if none are provided to COT NER/SpanCat tasks (#270)
* use a default example for zero-shot NER/spancat COT tasks if none are provided * add test for no examples spancat COT * Fix tests. * Update filterwarnings. * Update RELExample factory. * Comment validator. * Attempt to fix pydantic macOS error. * Attempt to fix pydantic macOS error. * Update filterwarnings. --------- Co-authored-by: Raphael Mitsch <r.mitsch@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 61a6ab7 - Browse repository at this point
Copy the full SHA 61a6ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4e879 - Browse repository at this point
Copy the full SHA fa4e879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5903a03 - Browse repository at this point
Copy the full SHA 5903a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f5111 - Browse repository at this point
Copy the full SHA 69f5111View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4706aa7 - Browse repository at this point
Copy the full SHA 4706aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134da76 - Browse repository at this point
Copy the full SHA 134da76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d27d0e - Browse repository at this point
Copy the full SHA 7d27d0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2979ffc - Browse repository at this point
Copy the full SHA 2979ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 398652a - Browse repository at this point
Copy the full SHA 398652aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ad4d8 - Browse repository at this point
Copy the full SHA b4ad4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c4fae - Browse repository at this point
Copy the full SHA 66c4faeView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88a2482 - Browse repository at this point
Copy the full SHA 88a2482View commit details -
Update .github/workflows/test.yml
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2664a47 - Browse repository at this point
Copy the full SHA 2664a47View commit details -
Update spacy_llm/tests/tasks/test_ner.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ee7fcdd - Browse repository at this point
Copy the full SHA ee7fcddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b64bf90 - Browse repository at this point
Copy the full SHA b64bf90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f895343 - Browse repository at this point
Copy the full SHA f895343View commit details -
Configuration menu - View commit details
-
Copy full SHA for c763689 - Browse repository at this point
Copy the full SHA c763689View commit details -
Update spacy_llm/tasks/spancat/registry.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2f2a07 - Browse repository at this point
Copy the full SHA d2f2a07View commit details -
Update spacy_llm/tasks/ner/registry.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 48bbd3c - Browse repository at this point
Copy the full SHA 48bbd3cView commit details -
Merge branch 'develop' into kab/cot-ner
# Conflicts: # usage_examples/tests/test_usage_examples.py
Configuration menu - View commit details
-
Copy full SHA for 68c0a55 - Browse repository at this point
Copy the full SHA 68c0a55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c269e0 - Browse repository at this point
Copy the full SHA 1c269e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a31530 - Browse repository at this point
Copy the full SHA 3a31530View commit details