mnemlaghi commited on
Commit
0bc8128
1 Parent(s): 7386bd6

update readme with data size

Browse files
Files changed (1) hide show
  1. README.md +116 -0
README.md CHANGED
@@ -18,3 +18,119 @@ task_categories:
18
  task_ids:
19
  - wikidata-disambiguation
20
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  task_ids:
19
  - wikidata-disambiguation
20
  ---
21
+
22
+
23
+ # Dataset Card for "Widdd"
24
+
25
+
26
+ ## Dataset Description
27
+
28
+ WiDDD stands for WIkiData Disambig with Descriptions. The former dataset comes from [Cetoli & al](https://arxiv.org/pdf/1810.09164.pdf) paper, and is aimed at solving Named Entity Disambiguation. This datasets tries to extract relevant information from entities descriptions only, instead of working with graphs. In order to do so, we mapped every Wikidata id (correct id and wrong id) in the original paper with its WikiData description. If not found, row is discarded for the 1.+ versions.
29
+
30
+ ### Supported Tasks and Leaderboards
31
+
32
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
33
+
34
+ ### Languages
35
+
36
+ english
37
+
38
+ ## Dataset Structure
39
+
40
+ We show detailed information for up to 5 configurations of the dataset.
41
+
42
+ ### Data Instances
43
+
44
+ #### plain_text
45
+
46
+ - **Size of downloaded dataset files:** 46.64 MB
47
+
48
+ An example of 'train' looks as follows.
49
+ ```
50
+ {'example_id': 11,
51
+ 'string': 'pausanias',
52
+ 'text': ' mention the spear, which he would indeed have touched with excitement. But it was being shown in the time of Pausanias in the second century AD. Achilles and ',
53
+ 'correct_id': 'Q192931',
54
+ 'wrong_id': 'Q941521',
55
+ 'correct_description': 'ancient Greek geographer, travel writer and mythographer',
56
+ 'wrong_description': 'Wikimedia disambiguation page'}
57
+ ```
58
+
59
+ ### Data Fields
60
+
61
+ The data fields are the same among all splits.
62
+
63
+ #### plain_text
64
+ - `example_id`: an `int32` feature,
65
+ - `string`: a `string` feature,
66
+ - `text`: a `string` feature,
67
+ - `correct_id`: a `string` feature,
68
+ - `wrong_id`: a `string` feature,
69
+ - `correct_description`: a `string` feature,
70
+ - `wrong_description`: a `string` feature,
71
+
72
+
73
+ ### Data Splits
74
+
75
+ | name |train|validation|test|
76
+ |----------|----:|-----:|-----:|
77
+ |plain_text|96523|9609|9584|
78
+
79
+ ## Dataset Creation
80
+
81
+ ### Curation Rationale
82
+
83
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
84
+
85
+ ### Source Data
86
+
87
+ #### Initial Data Collection and Normalization
88
+
89
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
90
+
91
+ #### Who are the source language producers?
92
+
93
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
94
+
95
+ ### Annotations
96
+
97
+ #### Annotation process
98
+
99
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
+
101
+ #### Who are the annotators?
102
+
103
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
+
105
+ ### Personal and Sensitive Information
106
+
107
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
+
109
+ ## Considerations for Using the Data
110
+
111
+ ### Social Impact of Dataset
112
+
113
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
+
115
+ ### Discussion of Biases
116
+
117
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
+
119
+ ### Other Known Limitations
120
+
121
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
+
123
+ ## Additional Information
124
+
125
+ ### Dataset Curators
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### Licensing Information
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ### Citation Information
134
+
135
+
136
+ ### Contributions