|
--- |
|
license: cc-by-nc-sa-4.0 |
|
--- |
|
|
|
# Korean Effective Crowdsourcing of Multiple Tasks (ECMT) for Comprehensive Knowledge Extraction |
|
|
|
- Project: https://github.com/machinereading/crowdsourcing |
|
- Data source: https://figshare.com/s/7367aeca244efae03068 |
|
|
|
## Details |
|
|
|
Annotated text from Korean Wikipedia and KBox (Korean DBpedia). Includes a crowd sourced training set and expert annotated (reviewed by four experts) test set. |
|
|
|
The dataset was annotated by crowdworks in multiple stages. |
|
* Phase I: entity mention detection annotation; candidate entity mentions are selected in a text |
|
* Phase II: entity linking annotation; candidate mentions can be linked to a knowledge base |
|
* Phase III: coreference annotation; entities can be linked to pronouns, demonstrative determiners, and antecedent mentions |
|
* Phase IV: relation extraction annotation; relations between entities are annotated |
|
|
|
### Annotation Notes |
|
|
|
#### Phase I |
|
* For each mention, the annotator selects a category from one of 16 options: person, study field, theory, artifact, organization, location, civilization, event, year, time, quantity, job, animal, plant, material, and term. |
|
* Entities can be things, concepts, ideas, or events: |
|
``` |
|
κ°μ²΄λ λ€λ₯Έ κ²λ€κ³Ό λΆλ¦¬λμ΄ μ‘΄μ¬νλ κ²μΌλ‘, κ°μ²΄λ λ¬Όμ§μ μ‘΄μ¬μΌ νμλ μμΌλ©° κ°λ
μ μμ΄λμ΄ νΉμ μ¬κ±΄λ λ μ μλ€ κ°μ²΄μ λνμ μΈ λ²μ£Όμλ μ¬λ, 물체, μ‘°μ§, κΈ°κ΄, μ₯μ, μκ°, μ¬κ±΄ λ±μ΄ ν¬ν¨λλ€ |
|
``` |
|
* Compound nouns are tagged with the largest span: |
|
``` |
|
볡ν©λͺ
μ¬μΈ κ²½μ° κ°μ₯ λμ λ¨μλ‘ νκΉ
ν΄μ£ΌμΈμ ex) [μνμ΄] [λμ¦λλλ] -> [μνμ΄ λμ¦λλλ] |
|
``` |
|
* Final result is created by merging annotations from two separate annotators. |
|
|
|
#### Phase II |
|
* For each mention, a list of candidates from the knowledge base are shown. The annotator can select a candidate, not in candidate list, or not an entity. |
|
* Each document was annotated by a single annotator. |
|
|
|
#### Phase III |
|
* For each mention, the annotator can select a preceding mention, no antecedent, or error. Noun phrases and pronouns are extracted using the parse information. |
|
* "We scaled down the coreference resolution by limiting the scope of the target mentions to a named entity, pronoun, and definite noun phrase." |
|
* Postfixes particles (μ‘°μ¬) are not included in the antecedent: |
|
``` |
|
[μμ
λμ] μλ νλͺ©μμ μ‘°μ¬λ±μ μ μΈ(κ΅μ )ν΄ μ£ΌμΈμ. κ·Έλ
λ -> κ·Έλ
|
|
``` |
|
|
|
## Citation |
|
``` |
|
@inproceedings{nam-etal-2020-effective, |
|
title = "Effective Crowdsourcing of Multiple Tasks for Comprehensive Knowledge Extraction", |
|
author = "Nam, Sangha and |
|
Lee, Minho and |
|
Kim, Donghwan and |
|
Han, Kijong and |
|
Kim, Kuntae and |
|
Yoon, Sooji and |
|
Kim, Eun-kyung and |
|
Choi, Key-Sun", |
|
editor = "Calzolari, Nicoletta and |
|
B{\'e}chet, Fr{\'e}d{\'e}ric and |
|
Blache, Philippe and |
|
Choukri, Khalid and |
|
Cieri, Christopher and |
|
Declerck, Thierry and |
|
Goggi, Sara and |
|
Isahara, Hitoshi and |
|
Maegaard, Bente and |
|
Mariani, Joseph and |
|
Mazo, H{\'e}l{\`e}ne and |
|
Moreno, Asuncion and |
|
Odijk, Jan and |
|
Piperidis, Stelios", |
|
booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference", |
|
month = may, |
|
year = "2020", |
|
address = "Marseille, France", |
|
publisher = "European Language Resources Association", |
|
url = "https://aclanthology.org/2020.lrec-1.27", |
|
pages = "212--219", |
|
abstract = "Information extraction from unstructured texts plays a vital role in the field of natural language processing. Although there has been extensive research into each information extraction task (i.e., entity linking, coreference resolution, and relation extraction), data are not available for a continuous and coherent evaluation of all information extraction tasks in a comprehensive framework. Given that each task is performed and evaluated with a different dataset, analyzing the effect of the previous task on the next task with a single dataset throughout the information extraction process is impossible. This paper aims to propose a Korean information extraction initiative point and promote research in this field by presenting crowdsourcing data collected for four information extraction tasks from the same corpus and the training and evaluation results for each task of a state-of-the-art model. These machine learning data for Korean information extraction are the first of their kind, and there are plans to continuously increase the data volume. The test results will serve as an initiative result for each Korean information extraction task and are expected to serve as a comparison target for various studies on Korean information extraction using the data collected in this study.", |
|
language = "English", |
|
ISBN = "979-10-95546-34-4", |
|
} |
|
``` |