Datasets:
NYTK
/

Tasks:
Other
Languages:
Hungarian
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
found
expert-generated
Annotations Creators:
found
Source Datasets:
extended|other
License:
ligetinagy commited on
Commit
00348a9
1 Parent(s): fb2ab4b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +158 -0
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ YAML tags:
3
+ - annotations_creators:
4
+ - found
5
+ language_creators:
6
+ - found
7
+ - expert-generated
8
+ languages:
9
+ - hu
10
+ licenses:
11
+ - bsd-2-clause
12
+ multilinguality:
13
+ - monolingual
14
+ pretty_name: HuCoPA
15
+ size_categories:
16
+ - unknown
17
+ source_datasets:
18
+ - extended|other
19
+ task_categories:
20
+ - other
21
+ task_ids:
22
+ - other-other-commonsense-reasoning
23
+ ---
24
+
25
+ # Dataset Card for HuCoPA
26
+
27
+ ## Table of Contents
28
+ - [Table of Contents](#table-of-contents)
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Annotations](#annotations)
41
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
42
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
43
+ - [Social Impact of Dataset](#social-impact-of-dataset)
44
+ - [Discussion of Biases](#discussion-of-biases)
45
+ - [Other Known Limitations](#other-known-limitations)
46
+ - [Additional Information](#additional-information)
47
+ - [Dataset Curators](#dataset-curators)
48
+ - [Licensing Information](#licensing-information)
49
+ - [Citation Information](#citation-information)
50
+ - [Contributions](#contributions)
51
+
52
+ ## Dataset Description
53
+
54
+ - **Homepage:**
55
+ - **Repository:**
56
+ - **Paper:**
57
+ - **Leaderboard:**
58
+ - **Point of Contact:**
59
+
60
+ ### Dataset Summary
61
+
62
+ This is the dataset card for the Hungarian Choice of Plausible Alternatives Corpus (HuCoPA), which is also part of the Hungarian Language Understanding Evaluation Benchmark Kit [HuLU](hulu.nlp.nytud.hu). The corpus was created by translating and re-annotating the original English CoPA corpus (Roemmele et al., 2011).
63
+
64
+ ### Supported Tasks and Leaderboards
65
+
66
+ 'commonsense reasoning'
67
+ 'question answering'
68
+
69
+ ### Languages
70
+
71
+ The BCP-47 code for Hungarian, the only represented language in this dataset, is hu-HU.
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+
77
+ For each instance, there is an id (integer), a premise (string), a question ('cause' or 'effect'), two alternatives (strings) and a label (integer, 1 or 2).
78
+
79
+ An example:
80
+
81
+ ```
82
+ {"idx": "1",
83
+ "question": "cause",
84
+ "label": "1",
85
+ "premise": "A testem árnyékot vetett a fűre.",
86
+ "choice1": "Felkelt a nap.",
87
+ "choice2": "A füvet lenyírták."}
88
+ ```
89
+
90
+ ### Data Fields
91
+
92
+ [More Information Needed]
93
+
94
+ ### Data Splits
95
+
96
+ [More Information Needed]
97
+
98
+ ## Dataset Creation
99
+
100
+ ### Curation Rationale
101
+
102
+ [More Information Needed]
103
+
104
+ ### Source Data
105
+
106
+ #### Initial Data Collection and Normalization
107
+
108
+ [More Information Needed]
109
+
110
+ #### Who are the source language producers?
111
+
112
+ [More Information Needed]
113
+
114
+ ### Annotations
115
+
116
+ #### Annotation process
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the annotators?
121
+
122
+ [More Information Needed]
123
+
124
+ ### Personal and Sensitive Information
125
+
126
+ [More Information Needed]
127
+
128
+ ## Considerations for Using the Data
129
+
130
+ ### Social Impact of Dataset
131
+
132
+ [More Information Needed]
133
+
134
+ ### Discussion of Biases
135
+
136
+ [More Information Needed]
137
+
138
+ ### Other Known Limitations
139
+
140
+ [More Information Needed]
141
+
142
+ ## Additional Information
143
+
144
+ ### Dataset Curators
145
+
146
+ [More Information Needed]
147
+
148
+ ### Licensing Information
149
+
150
+ [More Information Needed]
151
+
152
+ ### Citation Information
153
+
154
+ [More Information Needed]
155
+
156
+ ### Contributions
157
+
158
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.