├── LICENSE ├── README.md ├── data ├── ConEL_Concept_Named_Entity │ ├── ConEL_CNE.json │ └── runs │ │ ├── ConEL_CNE-REL_history.json │ │ ├── ConEL_CNE-REL_turn.json │ │ ├── ConEL_CNE-Tagme_history.json │ │ ├── ConEL_CNE-Tagme_turn.json │ │ ├── ConEL_CNE-WAT_history.json │ │ └── ConEL_CNE-WAT_turn.json ├── ConEL_Personal_Entity │ ├── ConEL_PE.json │ └── runs │ │ ├── ConEL_PE-REL_history.json │ │ ├── ConEL_PE-REL_turn.json │ │ ├── ConEL_PE-Tagme_history.json │ │ ├── ConEL_PE-Tagme_turn.json │ │ ├── ConEL_PE-WAT_history.json │ │ └── ConEL_PE-WAT_turn.json └── README.md └── mturk_interfaces ├── 01_stage1_annotations ├── html │ └── stage1.html └── screenshots │ ├── stage1_example1.png │ ├── stage1_example2.png │ └── stage1_overview.png ├── 02_stage2_annotations ├── html │ └── stage2.html └── screenshots │ ├── stage2_example1.png │ ├── stage2_example2.png │ └── stage2_overview.png └── 03_personal_entity_annotations ├── html └── personal_entity_annotations.html └── screenshots ├── personal_entity_annotations_examples.png └── personal_entity_annotations_overview.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/README.md -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/ConEL_CNE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/ConEL_CNE.json -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-REL_history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-REL_history.json -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-REL_turn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-REL_turn.json -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-Tagme_history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-Tagme_history.json -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-Tagme_turn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-Tagme_turn.json -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-WAT_history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-WAT_history.json -------------------------------------------------------------------------------- /data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-WAT_turn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Concept_Named_Entity/runs/ConEL_CNE-WAT_turn.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/ConEL_PE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/ConEL_PE.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/runs/ConEL_PE-REL_history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/runs/ConEL_PE-REL_history.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/runs/ConEL_PE-REL_turn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/runs/ConEL_PE-REL_turn.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/runs/ConEL_PE-Tagme_history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/runs/ConEL_PE-Tagme_history.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/runs/ConEL_PE-Tagme_turn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/runs/ConEL_PE-Tagme_turn.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/runs/ConEL_PE-WAT_history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/runs/ConEL_PE-WAT_history.json -------------------------------------------------------------------------------- /data/ConEL_Personal_Entity/runs/ConEL_PE-WAT_turn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/ConEL_Personal_Entity/runs/ConEL_PE-WAT_turn.json -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/data/README.md -------------------------------------------------------------------------------- /mturk_interfaces/01_stage1_annotations/html/stage1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/01_stage1_annotations/html/stage1.html -------------------------------------------------------------------------------- /mturk_interfaces/01_stage1_annotations/screenshots/stage1_example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/01_stage1_annotations/screenshots/stage1_example1.png -------------------------------------------------------------------------------- /mturk_interfaces/01_stage1_annotations/screenshots/stage1_example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/01_stage1_annotations/screenshots/stage1_example2.png -------------------------------------------------------------------------------- /mturk_interfaces/01_stage1_annotations/screenshots/stage1_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/01_stage1_annotations/screenshots/stage1_overview.png -------------------------------------------------------------------------------- /mturk_interfaces/02_stage2_annotations/html/stage2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/02_stage2_annotations/html/stage2.html -------------------------------------------------------------------------------- /mturk_interfaces/02_stage2_annotations/screenshots/stage2_example1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/02_stage2_annotations/screenshots/stage2_example1.png -------------------------------------------------------------------------------- /mturk_interfaces/02_stage2_annotations/screenshots/stage2_example2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/02_stage2_annotations/screenshots/stage2_example2.png -------------------------------------------------------------------------------- /mturk_interfaces/02_stage2_annotations/screenshots/stage2_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/02_stage2_annotations/screenshots/stage2_overview.png -------------------------------------------------------------------------------- /mturk_interfaces/03_personal_entity_annotations/html/personal_entity_annotations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/03_personal_entity_annotations/html/personal_entity_annotations.html -------------------------------------------------------------------------------- /mturk_interfaces/03_personal_entity_annotations/screenshots/personal_entity_annotations_examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/03_personal_entity_annotations/screenshots/personal_entity_annotations_examples.png -------------------------------------------------------------------------------- /mturk_interfaces/03_personal_entity_annotations/screenshots/personal_entity_annotations_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/informagi/conversational-entity-linking/HEAD/mturk_interfaces/03_personal_entity_annotations/screenshots/personal_entity_annotations_overview.png --------------------------------------------------------------------------------