Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Russian
Size:
< 1K
Libraries:
Datasets
pandas
License:
ru-mt-bench / README.md
kylecr4ne's picture
Update README.md
736b0ec verified
metadata
license: apache-2.0
task_categories:
  - question-answering
language:
  - ru
tags:
  - evaluation
size_categories:
  - n<1K

ru-mt-bench

ru-mt-bench is translated version of LMSYS MT-Bench datasets for evaluation LLMs. The translation of the original dataset was done manually.

Overview of the Dataset

  • Original dataset: mt_bench
  • Number of tasks in original dataset: 80
  • Number of tasks: 80
  • Format: JSON LINES
  • Task categories: writing, roleplay, reasoning, math, coding, extraction, stem, humanities

Usage

To use this dataset for evaluation follow these steps:

  1. Download this jsonl file.

  2. Use it with original LMSYS LLM-judge codebase.

Sample example

{
    "question_id": 81, 
    "category": "writing", 
    "turns": ["Напишите увлекательный пост в блоге о недавней поездке на Гавайи, расскажите в нем о своих впечатлениях и достопримечательностях, которые обязательно нужно посетить.", "Перепишите свой предыдущий ответ. Начинайте каждое предложение с буквы А."]
}