Datasets:
Tasks:
Text Retrieval
Sub-tasks:
entity-linking-retrieval
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
---
|
|
|
2 |
---
|
3 |
|
4 |
# Dataset Card for "docred"
|
@@ -6,12 +7,12 @@
|
|
6 |
## Table of Contents
|
7 |
- [Dataset Description](#dataset-description)
|
8 |
- [Dataset Summary](#dataset-summary)
|
9 |
-
- [Supported Tasks](#supported-tasks)
|
10 |
- [Languages](#languages)
|
11 |
- [Dataset Structure](#dataset-structure)
|
12 |
- [Data Instances](#data-instances)
|
13 |
- [Data Fields](#data-fields)
|
14 |
-
- [Data Splits
|
15 |
- [Dataset Creation](#dataset-creation)
|
16 |
- [Curation Rationale](#curation-rationale)
|
17 |
- [Source Data](#source-data)
|
@@ -44,7 +45,7 @@ Multiple entities in a document generally exhibit complex inter-sentence relatio
|
|
44 |
- DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document.
|
45 |
- Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios.
|
46 |
|
47 |
-
### Supported Tasks
|
48 |
|
49 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
50 |
|
@@ -114,7 +115,7 @@ The data fields are the same among all splits.
|
|
114 |
- `relation_text`: a `string` feature.
|
115 |
- `evidence`: a `list` of `int32` features.
|
116 |
|
117 |
-
### Data Splits
|
118 |
|
119 |
| name |train_annotated|train_distant|validation|test|
|
120 |
|-------|--------------:|------------:|---------:|---:|
|
@@ -128,10 +129,22 @@ The data fields are the same among all splits.
|
|
128 |
|
129 |
### Source Data
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
132 |
|
133 |
### Annotations
|
134 |
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
136 |
|
137 |
### Personal and Sensitive Information
|
|
|
1 |
---
|
2 |
+
paperswithcode_id: docred
|
3 |
---
|
4 |
|
5 |
# Dataset Card for "docred"
|
|
|
7 |
## Table of Contents
|
8 |
- [Dataset Description](#dataset-description)
|
9 |
- [Dataset Summary](#dataset-summary)
|
10 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
11 |
- [Languages](#languages)
|
12 |
- [Dataset Structure](#dataset-structure)
|
13 |
- [Data Instances](#data-instances)
|
14 |
- [Data Fields](#data-fields)
|
15 |
+
- [Data Splits](#data-splits)
|
16 |
- [Dataset Creation](#dataset-creation)
|
17 |
- [Curation Rationale](#curation-rationale)
|
18 |
- [Source Data](#source-data)
|
|
|
45 |
- DocRED requires reading multiple sentences in a document to extract entities and infer their relations by synthesizing all information of the document.
|
46 |
- Along with the human-annotated data, we also offer large-scale distantly supervised data, which enables DocRED to be adopted for both supervised and weakly supervised scenarios.
|
47 |
|
48 |
+
### Supported Tasks and Leaderboards
|
49 |
|
50 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
51 |
|
|
|
115 |
- `relation_text`: a `string` feature.
|
116 |
- `evidence`: a `list` of `int32` features.
|
117 |
|
118 |
+
### Data Splits
|
119 |
|
120 |
| name |train_annotated|train_distant|validation|test|
|
121 |
|-------|--------------:|------------:|---------:|---:|
|
|
|
129 |
|
130 |
### Source Data
|
131 |
|
132 |
+
#### Initial Data Collection and Normalization
|
133 |
+
|
134 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
135 |
+
|
136 |
+
#### Who are the source language producers?
|
137 |
+
|
138 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
139 |
|
140 |
### Annotations
|
141 |
|
142 |
+
#### Annotation process
|
143 |
+
|
144 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
145 |
+
|
146 |
+
#### Who are the annotators?
|
147 |
+
|
148 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
149 |
|
150 |
### Personal and Sensitive Information
|