asahi417 commited on
Commit
c7c9f28
1 Parent(s): 5cb27f6
Files changed (1) hide show
  1. README.md +16 -26
README.md CHANGED
@@ -65,35 +65,25 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
65
 
66
  | name |train|validation|test|
67
  |---------|----:|---------:|---:|
68
- |wnut2017 |14041| 3250|3453|
69
-
70
- ### Licensing Information
71
-
72
- From the [CoNLL2003 shared task](https://www.clips.uantwerpen.be/conll2003/ner/) page:
73
-
74
- > The English data is a collection of news wire articles from the Reuters Corpus. The annotation has been done by people of the University of Antwerp. Because of copyright reasons we only make available the annotations. In order to build the complete data sets you will need access to the Reuters Corpus. It can be obtained for research purposes without any charge from NIST.
75
-
76
- The copyrights are defined below, from the [Reuters Corpus page](https://trec.nist.gov/data/reuters/reuters.html):
77
-
78
- > The stories in the Reuters Corpus are under the copyright of Reuters Ltd and/or Thomson Reuters, and their use is governed by the following agreements:
79
- >
80
- > [Organizational agreement](https://trec.nist.gov/data/reuters/org_appl_reuters_v4.html)
81
- >
82
- > This agreement must be signed by the person responsible for the data at your organization, and sent to NIST.
83
- >
84
- > [Individual agreement](https://trec.nist.gov/data/reuters/ind_appl_reuters_v4.html)
85
- >
86
- > This agreement must be signed by all researchers using the Reuters Corpus at your organization, and kept on file at your organization.
87
 
88
  ### Citation Information
89
 
90
  ```
91
- @inproceedings{tjong-kim-sang-de-meulder-2003-introduction,
92
- title = "Introduction to the {C}o{NLL}-2003 Shared Task: Language-Independent Named Entity Recognition",
93
- author = "Tjong Kim Sang, Erik F. and De Meulder, Fien",
94
- booktitle = "Proceedings of the Seventh Conference on Natural Language Learning at {HLT}-{NAACL} 2003",
95
- year = "2003",
96
- url = "https://www.aclweb.org/anthology/W03-0419",
97
- pages = "142--147",
 
 
 
 
 
 
 
 
98
  }
99
  ```
 
65
 
66
  | name |train|validation|test|
67
  |---------|----:|---------:|---:|
68
+ |wnut2017 | 2395| 1009|1287|
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
  ### Citation Information
71
 
72
  ```
73
+ @inproceedings{derczynski-etal-2017-results,
74
+ title = "Results of the {WNUT}2017 Shared Task on Novel and Emerging Entity Recognition",
75
+ author = "Derczynski, Leon and
76
+ Nichols, Eric and
77
+ van Erp, Marieke and
78
+ Limsopatham, Nut",
79
+ booktitle = "Proceedings of the 3rd Workshop on Noisy User-generated Text",
80
+ month = sep,
81
+ year = "2017",
82
+ address = "Copenhagen, Denmark",
83
+ publisher = "Association for Computational Linguistics",
84
+ url = "https://aclanthology.org/W17-4418",
85
+ doi = "10.18653/v1/W17-4418",
86
+ pages = "140--147",
87
+ abstract = "This shared task focuses on identifying unusual, previously-unseen entities in the context of emerging discussions. Named entities form the basis of many modern approaches to other tasks (like event clustering and summarization), but recall on them is a real problem in noisy text - even among annotators. This drop tends to be due to novel entities and surface forms. Take for example the tweet {``}so.. kktny in 30 mins?!{''} {--} even human experts find the entity {`}kktny{'} hard to detect and resolve. The goal of this task is to provide a definition of emerging and of rare entities, and based on that, also datasets for detecting these entities. The task as described in this paper evaluated the ability of participating entries to detect and classify novel and emerging named entities in noisy text.",
88
  }
89
  ```