Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Russian
Size:
< 1K
Tags:
evaluation
License:
Commit
·
2a2ba58
1
Parent(s):
776c9f6
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,28 @@ size_categories:
|
|
| 12 |
|
| 13 |
|
| 14 |
# ru-mt-bench
|
| 15 |
-
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
-
#
|
| 19 |
-
To use this dataset for evaluation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
# ru-mt-bench
|
| 15 |
+
**ru-mt-bench** is translated version of [LMSYS MT-Bench](https://huggingface.co/spaces/lmsys/mt-bench) datasets for evaluation LLMs. The translation of the original dataset was done manually.
|
| 16 |
|
| 17 |
+
### Overview of the Dataset
|
| 18 |
+
- Original dataset: [mt_bench](https://github.com/lm-sys/FastChat/blob/main/fastchat/llm_judge/data/mt_bench/question.jsonl)
|
| 19 |
+
- Number of tasks in original dataset: **80**
|
| 20 |
+
- Number of tasks: **80**
|
| 21 |
+
- Format: **JSON LINES**
|
| 22 |
+
- Task categories: **writing, roleplay, reasoning, math, coding, extraction, stem, humanities**
|
| 23 |
|
| 24 |
+
# Usage
|
| 25 |
+
To use this dataset for evaluation follow these steps:
|
| 26 |
+
|
| 27 |
+
1. Download this [jsonl](https://huggingface.co/datasets/t-bank-ai/ru-mt-bench/blob/main/raw/question.jsonl) file.
|
| 28 |
+
|
| 29 |
+
2. Use it with original [LMSYS LLM-judge](https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge) codebase.
|
| 30 |
+
|
| 31 |
+
### Sample example
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
{
|
| 35 |
+
"question_id": 81,
|
| 36 |
+
"category": "writing",
|
| 37 |
+
"turns": ["Напишите увлекательный пост в блоге о недавней поездке на Гавайи, расскажите в нем о своих впечатлениях и достопримечательностях, которые обязательно нужно посетить.", "Перепишите свой предыдущий ответ. Начинайте каждое предложение с буквы А."]
|
| 38 |
+
}
|
| 39 |
+
```
|