.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
README.md
pyproject.toml
run.py
.github/dependabot.yml
.github/workflows/dependabot_automerge.yml
.github/workflows/documentation.yml
.github/workflows/release.yml
.github/workflows/tests.yml
config/default.toml
config/template.toml
config/template_csv.toml
config/tweets.toml
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/network_creation.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/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/__init__.py
src/conspiracies/about.py
src/conspiracies/document.py
src/conspiracies/registry.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/common/__init__.py
src/conspiracies/common/fileutils.py
src/conspiracies/corpusprocessing/__init__.py
src/conspiracies/corpusprocessing/umap_hdb.py
src/conspiracies/docprocessing/__init__.py
src/conspiracies/docprocessing/doc_utils.py
src/conspiracies/docprocessing/docprocessor.py
src/conspiracies/docprocessing/modeldownload.py
src/conspiracies/docprocessing/coref/__init__.py
src/conspiracies/docprocessing/coref/coref_component.py
src/conspiracies/docprocessing/coref/coref_model.py
src/conspiracies/docprocessing/headwordextraction/__init__.py
src/conspiracies/docprocessing/headwordextraction/headwordextraction_component.py
src/conspiracies/docprocessing/relationextraction/__init__.py
src/conspiracies/docprocessing/relationextraction/data_classes.py
src/conspiracies/docprocessing/relationextraction/gptprompting/__init__.py
src/conspiracies/docprocessing/relationextraction/gptprompting/prompt_apis.py
src/conspiracies/docprocessing/relationextraction/gptprompting/prompt_relation_component.py
src/conspiracies/docprocessing/relationextraction/gptprompting/prompt_templates.py
src/conspiracies/docprocessing/relationextraction/gptprompting/prompt_utils.py
src/conspiracies/docprocessing/relationextraction/multi2oie/__init__.py
src/conspiracies/docprocessing/relationextraction/multi2oie/dataset.py
src/conspiracies/docprocessing/relationextraction/multi2oie/extract.py
src/conspiracies/docprocessing/relationextraction/multi2oie/knowledge_triplets.py
src/conspiracies/docprocessing/relationextraction/multi2oie/model.py
src/conspiracies/docprocessing/relationextraction/multi2oie/multi2oie_component.py
src/conspiracies/docprocessing/relationextraction/multi2oie/multi2oie_utils.py
src/conspiracies/docprocessing/relationextraction/multi2oie/other/__init__.py
src/conspiracies/docprocessing/relationextraction/multi2oie/other/bio.py
src/conspiracies/docprocessing/relationextraction/multi2oie/other/utils.py
src/conspiracies/pipeline/__init__.py
src/conspiracies/pipeline/config.py
src/conspiracies/pipeline/pipeline.py
src/conspiracies/preprocessing/__init__.py
src/conspiracies/preprocessing/create_context_threads.py
src/conspiracies/preprocessing/csv.py
src/conspiracies/preprocessing/infomedia.py
src/conspiracies/preprocessing/preprocessor.py
src/conspiracies/preprocessing/text.py
src/conspiracies/preprocessing/tweets.py
src/conspiracies/preprocessing/wordpiece_length_normalization.py
src/conspiracies/visualization/__init__.py
src/conspiracies/visualization/graph.py
tests/__init__.py
tests/requirements.txt
tests/test_coref_comp.py
tests/test_coref_model.py
tests/test_csvpreprocessing.py
tests/test_data_classes.py
tests/test_ents_filter.py
tests/test_extentions.py
tests/test_head_extractor.py
tests/test_infomedia_preprocessing.py
tests/test_normalize_to_span.py
tests/test_pipelineconfig.py
tests/test_preprocessing.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_relationextraction_utils.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/test_config.toml
tests/test_data/triplets.jsonl