n28div commited on
Commit
bd60571
·
1 Parent(s): b5eedcf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -30,7 +30,14 @@ dataset_info:
30
  num_examples: 37637
31
  download_size: 30002846
32
  dataset_size: 60884334
 
 
33
  ---
34
  # Dataset Card for "IPRE"
35
 
36
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
30
  num_examples: 37637
31
  download_size: 30002846
32
  dataset_size: 60884334
33
+ language:
34
+ - zh
35
  ---
36
  # Dataset Card for "IPRE"
37
 
38
+ Unofficial version of [IPRE: a Dataset for Inter-Personal Relationship Extraction](https://arxiv.org/abs/1907.12801).
39
+ All data has been downloaded from the official repository [https://github.com/SUDA-HLT/IPRE/](https://github.com/SUDA-HLT/IPRE/).
40
+
41
+ ## IPRE: a Dataset for Inter-Personal Relationship Extraction
42
+ Inter-personal relationship is the basis of human society. In order to automatically identify the relations between persons from texts, we need annotated data for training systems. However, there is a lack of a massive amount of such data so far. To address this situation, we introduce IPRE, a new dataset for inter-personal relationship extraction which aims to facilitate information extraction and knowledge graph construction research. In total, IPRE has over 41,000 labeled sentences for 34 types of relations, including about 9,000 sentences annotated by workers. Our data is the first dataset for inter-personal relationship extraction. Additionally, we define three evaluation tasks based on IPRE and provide the baseline systems for further comparison in future work.
43
+