Datasets:
File size: 2,144 Bytes
01577d5 276febc 01577d5 2690ccb 6f3f55d 01577d5 6f3f55d 01577d5 8dfd6e2 |
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 |
---
configs:
- config_name: est
data_files:
- split: test
path:
- "est/est.jsonl"
- config_name: eng
data_files:
- split: test
path:
- "eng/eng.jsonl"
- config_name: liv
default: true
data_files:
- split: test
path:
- "liv/liv.jsonl"
- config_name: vro
data_files:
- split: test
path:
- "vro/vro.jsonl"
- config_name: kpv
data_files:
- split: test
path:
- "kpv/kpv.jsonl"
task_categories:
- text-generation
language:
- kpv
- vro
- liv
- et
- en
tags:
- Finno-Ugric
size_categories:
- n<1K
---
# SMUGRI-MT-Bench
This is a Finno-Ugric version of [MT-Bench](https://arxiv.org/abs/2306.05685) created to evaluate the multi-turn conversation and instruction-following capabilities of LLMs. It covers 4 (extremely) low-resource Finno-Ugric languages: Estonian, Livonian, Komi and Võro.
SMUGRI-MT-Bench comprises of 80 single and multi-turn questions organized into four topics: math, reasoning, writing, and general. The questions are handpicked from [LMSYS-Chat-1M](https://arxiv.org/abs/2309.11998) dataset and manually translated into Estonian, Võro, Komi and Livonian by fluent speakers of these languages.
Considering the extremely low-resource use case, the dataset is designed to include questions that <u>are challenging for language models</u> but <u>do not require expert knowledge from humans</u>. Additionally, the prompts were selected so that <u>translating them into other languages is feasible</u> in terms of both time and content. For further details, please refer to our [paper](https://arxiv.org/abs/2410.18902).
Additionally, the dataset contains 20 harmful prompts for each language to facilitate research on identifying and addressing potential vulnerabilities and biases in language models within extremely low-resource scenarios.
### Citation
```
@misc{purason2024llmsextremelylowresourcefinnougric,
title={LLMs for Extremely Low-Resource Finno-Ugric Languages},
author={Taido Purason and Hele-Andra Kuulmets and Mark Fishel},
year={2024},
eprint={2410.18902},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2410.18902},
}
``` |