ligetinagy commited on
Commit
2d70219
1 Parent(s): f0ad56d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -83,11 +83,15 @@ task_ids:
83
 
84
  ### Dataset Summary
85
 
86
- ...
 
 
 
 
87
 
88
  ### Languages
89
 
90
- ...
91
 
92
  ## Dataset Structure
93
 
@@ -115,7 +119,11 @@ An example:
115
 
116
  ### Data Fields
117
 
118
- -
 
 
 
 
119
 
120
  ### Data Splits
121
 
 
83
 
84
  ### Dataset Summary
85
 
86
+ This is the dataset card for the Hungarian Corpus for Reading Comprehension with Commonsense Reasoning (HuRC), which is also part of the Hungarian Language Understanding Evaluation Benchmark Kit HuLU.
87
+
88
+ The dataset contains 80 614 instances. Each instance is composed of a lead, a passage and a cloze-style query with a masked entity. The task is to select the named entity that is being masked in the query.
89
+
90
+ The data was collected from the online news of Népszabadság online (nol.hu).
91
 
92
  ### Languages
93
 
94
+ The BCP-47 code for Hungarian, the only represented language in this dataset, is hu-HU.
95
 
96
  ## Dataset Structure
97
 
 
119
 
120
  ### Data Fields
121
 
122
+ - id: unique id of the instances;
123
+ - lead: a short summary of the article as it was extracted from the source texts;
124
+ - passage: 3-6 paragraphs of texts as the body of the article;
125
+ - query: the last paragraph of an article, some kind of summary or conclusion, with a named entity masked (with [MASK]) in it;
126
+ - MASK: the masked named entity.
127
 
128
  ### Data Splits
129