File size: 1,077 Bytes
c5cc622
77beabf
c5cc622
 
 
 
 
 
 
 
 
0c4751e
77beabf
c6f9747
adce40f
77beabf
adce40f
3273b2d
77beabf
adce40f
 
 
 
 
 
 
77beabf
 
 
 
 
c5cc622
77beabf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc
dataset_info:
  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
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
task_categories:
- text-classification
language:
- cs
pretty_name: Czech grammar agreement dataset (AGREE)
---
# 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/)

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