Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Czech
Libraries:
Datasets
pandas
License:
File size: 1,822 Bytes
3da9fa2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
212bdd4
 
 
 
3da9fa2
212bdd4
 
90142e3
212bdd4
 
 
 
3b64158
 
212bdd4
 
 
 
 
 
 
 
75e56c9
 
 
 
 
 
 
212bdd4
 
 
3da9fa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: answer_idx
    dtype: int64
  - name: choices
    sequence: string
  - name: sentence
    dtype: string
  splits:
  - name: test
    num_bytes: 91941
    num_examples: 627
  download_size: 52557
  dataset_size: 91941
license: cc
language:
- cs
pretty_name: Czech grammar agreement dataset
---
# Czech grammar agreement dataset (AGREE)

This is an adapted and filtered test subset from the original [Czech grammar agreement dataset](https://nlp.fi.muni.cz/~xbaisa/agree/), 
designed to evaluate Czech language competence in the subject-verb agreement problem.

The examples were transformed to accommodate a missing word selection task. 
Sentences containing more than one marked verb were discarded. 
In the remaining sentences, the marked verb was completely replaced with the "____" token. 
All five possible verb variants formed the list of available choices, and the index of the correct choice was stored as the label.
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.

This dataset was created for use within the [Czech-Bench](https://gitlab.com/jirkoada/czech-bench) evaluation framework. 

## Citation

```bibtex
@PhdThesis{Baisa2016thesis,
  AUTHOR = "Baisa, Vít",
  TITLE = "Byte Level Language Models [online]",
  YEAR = "2016 [cit. 2024-08-28]",
  TYPE = "Disertační práce",
  SCHOOL = "Masarykova univerzita, Fakulta informatiky, Brno",
  NOTE = "SUPERVISOR : Karel Pala",
  URL = "https://is.muni.cz/th/en6ay/",
}
```