| license: cc-by-4.0 | |
| dataset_info: | |
| features: | |
| - name: id | |
| dtype: string | |
| - name: context | |
| dtype: string | |
| - name: query | |
| dtype: string | |
| - name: answer | |
| dtype: string | |
| - name: work_lang | |
| dtype: string | |
| - name: task_lang | |
| dtype: string | |
| - name: task_type | |
| dtype: string | |
| - name: eval_type | |
| dtype: string | |
| splits: | |
| - name: test | |
| num_bytes: 172934 | |
| num_examples: 160 | |
| download_size: 76779 | |
| dataset_size: 172934 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: test | |
| path: data/test-* | |
| task_categories: | |
| - question-answering | |
| - text-generation | |
| - translation | |
| pretty_name: Linguini | |
| size_categories: | |
| - n<1K | |
| Dataset of the paper [Linguini π: A benchmark for language-agnostic linguistic reasoning](https://huggingface.co/papers/2409.12126) | |
| Code: https://github.com/facebookresearch/linguini |