.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/dependabot_automerge.yml
.github/workflows/documentation.yml
.github/workflows/release.yml
.github/workflows/tests.yml
docs/Makefile
docs/conf.py
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/_static/favicon.ico
docs/_static/icon.png
docs/_static/icon_w_text.png
docs/tutorials/.gitkeep
docs/tutorials/overview.ipynb
docs/tutorials/requirements.txt
paper/README.md
paper/extract_examples.py
paper/extract_triplets_newspapers.py
paper/extract_triplets_tweets.py
paper/extract_utils.py
paper/prompt_templates_compare.py
paper/prompt_test.ipynb
paper/test_prompt_relation_extraction.ipynb
paper/data/__init__.py
paper/data/load.py
paper/docs/data-documentation.md
paper/src/concat_split_contexts.py
paper/src/context_threads.py
paper/src/create_context_threads.py
paper/src/ents_heads_extraction.py
paper/src/fetch_threads.md
paper/src/setup_dev.sh
paper/src/sync_data_from_grundtvig_to_ucloud.sh
paper/src/threads.py
src/conspiracies/HeadWordExtractionComponent.py
src/conspiracies/__init__.py
src/conspiracies/about.py
src/conspiracies/download.py
src/conspiracies/registry.py
src/conspiracies/utils.py
src/conspiracies/wordpiece_length_normalization.py
src/conspiracies.egg-info/PKG-INFO
src/conspiracies.egg-info/SOURCES.txt
src/conspiracies.egg-info/dependency_links.txt
src/conspiracies.egg-info/entry_points.txt
src/conspiracies.egg-info/not-zip-safe
src/conspiracies.egg-info/requires.txt
src/conspiracies.egg-info/top_level.txt
src/conspiracies/coref/CoreferenceComponent.py
src/conspiracies/coref/CoreferenceModel.py
src/conspiracies/coref/__init__.py
src/conspiracies/prompt_relation_extraction/__init__.py
src/conspiracies/prompt_relation_extraction/data_classes.py
src/conspiracies/prompt_relation_extraction/prompt_apis.py
src/conspiracies/prompt_relation_extraction/prompt_relation_component.py
src/conspiracies/prompt_relation_extraction/prompt_templates.py
src/conspiracies/prompt_relation_extraction/utils.py
src/conspiracies/relationextraction/__init__.py
src/conspiracies/relationextraction/dataset.py
src/conspiracies/relationextraction/extract.py
src/conspiracies/relationextraction/knowledge_triplets.py
src/conspiracies/relationextraction/model.py
src/conspiracies/relationextraction/util.py
src/conspiracies/relationextraction/wrap_model_spacy.py
src/conspiracies/relationextraction/other/__init__.py
src/conspiracies/relationextraction/other/bio.py
src/conspiracies/relationextraction/other/utils.py
tests/__init__.py
tests/requirements.txt
tests/test_CoreferenceModel.py
tests/test_coref_component.py
tests/test_ents_filter.py
tests/test_extentions.py
tests/test_head_extractor.py
tests/test_normalize_to_span.py
tests/test_prompt_data_classes.py
tests/test_prompt_relation_evaluate.py
tests/test_prompt_relationextraction_component.py
tests/test_prompt_template_create_prompt.py
tests/test_prompt_template_parse_prompt.py
tests/test_relationextraction_component.py
tests/test_utils.py
tests/test_wp_length_normalization.py
tests/utils.py
tests/test_data/__init__.py
tests/test_data/prompt_data.py
tests/test_data/triplets.jsonl