Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
system HF staff commited on
Commit
c56dd3d
1 Parent(s): cd82dc6

Update files from the datasets library (from 1.4.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.4.0

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://github.com/thunlp/DocRED](https://github.com/thunlp/DocRED)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,26 +37,26 @@
37
  - **Size of the generated dataset:** 19.19 MB
38
  - **Total amount of disk used:** 39.23 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Multiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features:
43
  - DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text.
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](#supported-tasks)
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
- ### [Languages](#languages)
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
- ## [Dataset Structure](#dataset-structure)
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
- ### [Data Instances](#data-instances)
60
 
61
  #### default
62
 
@@ -95,7 +95,7 @@ An example of 'train_annotated' looks as follows.
95
  }
96
  ```
97
 
98
- ### [Data Fields](#data-fields)
99
 
100
  The data fields are the same among all splits.
101
 
@@ -114,55 +114,55 @@ 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 Sample Size](#data-splits-sample-size)
118
 
119
  | name |train_annotated|train_distant|validation|test|
120
  |-------|--------------:|------------:|---------:|---:|
121
  |default| 3053| 1000| 1000|1000|
122
 
123
- ## [Dataset Creation](#dataset-creation)
124
 
125
- ### [Curation Rationale](#curation-rationale)
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
- ### [Source Data](#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](#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](#personal-and-sensitive-information)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
142
 
143
- ### [Social Impact of Dataset](#social-impact-of-dataset)
144
 
145
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
 
147
- ### [Discussion of Biases](#discussion-of-biases)
148
 
149
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
 
151
- ### [Other Known Limitations](#other-known-limitations)
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
- ## [Additional Information](#additional-information)
156
 
157
- ### [Dataset Curators](#dataset-curators)
158
 
159
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
 
161
- ### [Licensing Information](#licensing-information)
162
 
163
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
 
165
- ### [Citation Information](#citation-information)
166
 
167
  ```
168
  @inproceedings{yao2019DocRED,
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/thunlp/DocRED](https://github.com/thunlp/DocRED)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
37
  - **Size of the generated dataset:** 19.19 MB
38
  - **Total amount of disk used:** 39.23 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Multiple entities in a document generally exhibit complex inter-sentence relations, and cannot be well handled by existing relation extraction (RE) methods that typically focus on extracting intra-sentence relations for single entity pairs. In order to accelerate the research on document-level RE, we introduce DocRED, a new dataset constructed from Wikipedia and Wikidata with three features:
43
  - DocRED annotates both named entities and relations, and is the largest human-annotated dataset for document-level RE from plain text.
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
 
51
+ ### Languages
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
+ ## Dataset Structure
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
+ ### Data Instances
60
 
61
  #### default
62
 
95
  }
96
  ```
97
 
98
+ ### Data Fields
99
 
100
  The data fields are the same among all splits.
101
 
114
  - `relation_text`: a `string` feature.
115
  - `evidence`: a `list` of `int32` features.
116
 
117
+ ### Data Splits Sample Size
118
 
119
  | name |train_annotated|train_distant|validation|test|
120
  |-------|--------------:|------------:|---------:|---:|
121
  |default| 3053| 1000| 1000|1000|
122
 
123
+ ## Dataset Creation
124
 
125
+ ### Curation Rationale
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
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
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ## Considerations for Using the Data
142
 
143
+ ### Social Impact of Dataset
144
 
145
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
146
 
147
+ ### Discussion of Biases
148
 
149
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
150
 
151
+ ### Other Known Limitations
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
+ ## Additional Information
156
 
157
+ ### Dataset Curators
158
 
159
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
160
 
161
+ ### Licensing Information
162
 
163
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
164
 
165
+ ### Citation Information
166
 
167
  ```
168
  @inproceedings{yao2019DocRED,