Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
phucdev commited on
Commit
a252269
·
verified ·
1 Parent(s): 84c7383

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -66,10 +66,10 @@ size_categories:
66
 
67
  The CoNLL04 dataset is a benchmark dataset used for relation extraction tasks. It contains 1,437 sentences, each of which has at least one relation. The sentences are annotated with information about entities and their corresponding relation types.
68
  The data in this repository was converted from ConLL04 format to JSONL format in https://github.com/lavis-nlp/spert/blob/master/scripts/conversion/convert_conll04.py
 
69
  The original data can be found here: https://cogcomp.seas.upenn.edu/page/resource_view/43
70
 
71
  The sentences in this dataset are tokenized and are annotated with entities (`Peop`, `Loc`, `Org`, `Other`) and relations (`Located_In`, `Work_For`, `OrgBased_In`, `Live_In`, `Kill`).
72
- Each sentence contains at least one active relation.
73
 
74
  ### Languages
75
 
@@ -150,8 +150,8 @@ An example of 'train' looks as follows:
150
 
151
  **APA:**
152
 
153
- Roth, D., & Yih, W. (2004). A linear programming formulation for global inference in natural language tasks. In Proceedings of the Eighth Conference on Computational Natural Language Learning (CoNLL-2004) at HLT-NAACL 2004 (pp. 1-8). Boston, Massachusetts, USA: Association for Computational Linguistics. https://aclanthology.org/W04-2401
154
- Eberts, M., & Ulges, A. (2019). Span-based joint entity and relation extraction with transformer pre-training. CoRR, abs/1909.07755. http://arxiv.org/abs/1909.07755
155
 
156
  ## Dataset Card Authors
157
 
 
66
 
67
  The CoNLL04 dataset is a benchmark dataset used for relation extraction tasks. It contains 1,437 sentences, each of which has at least one relation. The sentences are annotated with information about entities and their corresponding relation types.
68
  The data in this repository was converted from ConLL04 format to JSONL format in https://github.com/lavis-nlp/spert/blob/master/scripts/conversion/convert_conll04.py
69
+
70
  The original data can be found here: https://cogcomp.seas.upenn.edu/page/resource_view/43
71
 
72
  The sentences in this dataset are tokenized and are annotated with entities (`Peop`, `Loc`, `Org`, `Other`) and relations (`Located_In`, `Work_For`, `OrgBased_In`, `Live_In`, `Kill`).
 
73
 
74
  ### Languages
75
 
 
150
 
151
  **APA:**
152
 
153
+ - Roth, D., & Yih, W. (2004). A linear programming formulation for global inference in natural language tasks. In Proceedings of the Eighth Conference on Computational Natural Language Learning (CoNLL-2004) at HLT-NAACL 2004 (pp. 1-8). Boston, Massachusetts, USA: Association for Computational Linguistics. https://aclanthology.org/W04-2401
154
+ - Eberts, M., & Ulges, A. (2019). Span-based joint entity and relation extraction with transformer pre-training. CoRR, abs/1909.07755. http://arxiv.org/abs/1909.07755
155
 
156
  ## Dataset Card Authors
157