Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,36 @@ dataset_info:
|
|
| 18 |
num_examples: 627
|
| 19 |
download_size: 52557
|
| 20 |
dataset_size: 91941
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
---
|
| 22 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 18 |
num_examples: 627
|
| 19 |
download_size: 52557
|
| 20 |
dataset_size: 91941
|
| 21 |
+
license: cc
|
| 22 |
+
language:
|
| 23 |
+
- cs
|
| 24 |
+
pretty_name: Czech grammar agreement dataset
|
| 25 |
---
|
| 26 |
+
# Czech grammar agreement dataset (AGREE)
|
| 27 |
+
|
| 28 |
+
This is an adapted an filtered test subset from the original [Czech grammar agreement dataset](https://nlp.fi.muni.cz/~xbaisa/agree/),
|
| 29 |
+
designed to evaluate Czech language competence in the subject-verb agreement problem.
|
| 30 |
+
|
| 31 |
+
The examples were transformed to accommodate a missing word selection task.
|
| 32 |
+
Sentences containing more than one marked verb were discarded.
|
| 33 |
+
In the remaining sentences, the marked verb is completely replaced with the "____" token.
|
| 34 |
+
All five possible verb variants form the list of available choices. The index of the correct choice is stored as the label.
|
| 35 |
+
Preblamatic examples were identified by gradually selecting examples wrongly answered by Claude 3 Haiku, Claude 3 Sonet and GPT-4 Turbo. These 115 examples were then manually checked and 46 of them were identified as ambiguous and removed from the dataset. This led to a final count of 627 evaluation samples.
|
| 36 |
+
|
| 37 |
+
This dataset was created for use within the [Czech-Bench](https://gitlab.com/jirkoada/czech-bench) evaluation framework.
|
| 38 |
+
|
| 39 |
+
## Citation
|
| 40 |
+
|
| 41 |
+
```bibtex
|
| 42 |
+
@PhdThesis{Baisa2016thesis,
|
| 43 |
+
AUTHOR = "Baisa, Vít",
|
| 44 |
+
TITLE = "Byte Level Language Models [online]",
|
| 45 |
+
YEAR = "2016 [cit. 2024-08-28]",
|
| 46 |
+
TYPE = "Disertační práce",
|
| 47 |
+
SCHOOL = "Masarykova univerzita, Fakulta informatiky, Brno",
|
| 48 |
+
NOTE = "SUPERVISOR : Karel Pala",
|
| 49 |
+
URL = "https://is.muni.cz/th/en6ay/",
|
| 50 |
+
}
|
| 51 |
+
```
|
| 52 |
+
|
| 53 |
|
|
|