Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Czech
Libraries:
Datasets
pandas
License:
File size: 2,390 Bytes
3da9fa2
8ea7a2f
 
 
 
3da9fa2
 
 
 
 
8ea7a2f
 
 
 
 
 
3da9fa2
8ea7a2f
3da9fa2
 
 
 
 
 
 
 
 
 
 
 
 
8ea7a2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3da9fa2
212bdd4
 
90142e3
9e27997
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
language:
- cs
license: cc
pretty_name: Czech grammar agreement dataset
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
- config_name: few-shot-split
  data_files:
  - split: train
    path: few-shot-split/train-*
  - split: test
    path: few-shot-split/test-*
dataset_info:
- config_name: default
  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
- config_name: few-shot-split
  features:
  - name: sentence
    dtype: string
  - name: choices
    sequence: string
  - name: answer_idx
    dtype: int64
  splits:
  - name: train
    num_bytes: 2886
    num_examples: 20
  - name: test
    num_bytes: 89055
    num_examples: 607
  download_size: 55565
  dataset_size: 91941
---
# 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. Please respect the licensing and usage restrictions of the original dataset.

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/",
}
```