fragata commited on
Commit
fddc44b
1 Parent(s): 9ed8c6e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +149 -0
README.md ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ YAML tags:
3
+ annotations_creators:
4
+ - found
5
+ language_creators:
6
+ - found
7
+ - expert-generated
8
+ languages:
9
+ - hu
10
+ licenses:
11
+ - cc-by-4.0
12
+ multilinguality:
13
+ - monolingual
14
+ pretty_name: HuRC
15
+ size_categories:
16
+ - unknown
17
+ source_datasets:
18
+ - extended|other
19
+ task_categories:
20
+ - question-answering
21
+ task_ids:
22
+ - extractive-qa
23
+ - abstractive-qa
24
+ ---
25
+
26
+ # Dataset Card for HuWSC
27
+ ## Table of Contents
28
+
29
+ - [Table of Contents](#table-of-contents)
30
+
31
+ - [Dataset Description](#dataset-description)
32
+
33
+ - [Dataset Summary](#dataset-summary)
34
+
35
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
36
+
37
+ - [Languages](#languages)
38
+
39
+ - [Dataset Structure](#dataset-structure)
40
+
41
+ - [Data Instances](#data-instances)
42
+
43
+ - [Data Fields](#data-fields)
44
+
45
+ - [Data Splits](#data-splits)
46
+
47
+ - [Dataset Creation](#dataset-creation)
48
+
49
+ - [Curation Rationale](#curation-rationale)
50
+
51
+ - [Source Data](#source-data)
52
+
53
+ - [Annotations](#annotations)
54
+
55
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
56
+
57
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
58
+
59
+ - [Social Impact of Dataset](#social-impact-of-dataset)
60
+
61
+ - [Discussion of Biases](#discussion-of-biases)
62
+
63
+ - [Other Known Limitations](#other-known-limitations)
64
+
65
+ - [Additional Information](#additional-information)
66
+
67
+ - [Dataset Curators](#dataset-curators)
68
+
69
+ - [Licensing Information](#licensing-information)
70
+
71
+ - [Citation Information](#citation-information)
72
+
73
+ - [Contributions](#contributions)
74
+
75
+ ## Dataset Description
76
+ - **Homepage:**
77
+ - **Repository:**
78
+ [HuWSC dataset](https://github.com/nytud/HuRC)
79
+ - **Paper:**
80
+ - **Leaderboard:**
81
+ - **Point of Contact:**
82
+ [lnnoemi](mailto:ligeti-nagy.noemi@nytud.hu)
83
+
84
+ ### Dataset Summary
85
+
86
+ ...
87
+
88
+ ### Languages
89
+
90
+ ...
91
+
92
+ ## Dataset Structure
93
+
94
+ ### Data Instances
95
+
96
+ For each instance, there is an id, a sentence, a question and two possible answers, and a correct answer.
97
+
98
+ An example:
99
+
100
+ ```
101
+
102
+ {
103
+ }
104
+
105
+ ```
106
+
107
+ ### Data Fields
108
+
109
+ -
110
+
111
+ ### Data Splits
112
+
113
+ ## Dataset Creation
114
+
115
+ ### Source Data
116
+
117
+ #### Initial Data Collection and Normalization
118
+
119
+ The data is a translation of the English Winograd schemas. Each schema was translated by a human translator. Each translation was manually checked and further refined by another annotator. Each schema was manually curated by a linguistic expert.
120
+
121
+ ## Additional Information
122
+
123
+ ### Licensing Information
124
+
125
+ HuRC is released under the BSD 2-Clause License.
126
+
127
+
128
+ ### Citation Information
129
+
130
+ If you use this resource or any part of its documentation, please refer to:
131
+
132
+ Ligeti-Nagy, N., Ferenczi, G., Héja, E., Jelencsik-Mátyus, K., Laki, L. J., Vadász, N., Yang, Z. Gy. and Vadász, T. (2022) HuLU: magyar nyelvű benchmark adatbázis
133
+
134
+ kiépítése a neurális nyelvmodellek kiértékelése céljából [HuLU: Hungarian benchmark dataset to evaluate neural language models]. XVIII. Magyar Számítógépes Nyelvészeti Konferencia. (in press)
135
+
136
+ ```
137
+
138
+ @inproceedings{ligetinagy2022hulu,
139
+ title={HuLU: magyar nyelvű benchmark adatbázis kiépítése a neurális nyelvmodellek kiértékelése céljából},
140
+ author={Ligeti-Nagy, N. and Ferenczi, G. and Héja, E. and Jelencsik-Mátyus, K. and Laki, L. J. and Vadász, N. and Yang, Z. Gy. and Vadász, T.},
141
+ booktitle={XVIII. Magyar Számítógépes Nyelvészeti Konferencia},
142
+ year={2022}
143
+ }
144
+ ```
145
+
146
+
147
+ ### Contributions
148
+
149
+ Thanks to [lnnoemi](https://github.com/lnnoemi) for adding this dataset.