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