Datasets:
Add task category and link to paper (#2)
Browse files- Add task category and link to paper (5e1850b55d23f475a9a2f6dd554b110e3584ab60)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -507,11 +507,14 @@ configs:
|
|
| 507 |
data_files:
|
| 508 |
- split: test
|
| 509 |
path: zh/test-*
|
|
|
|
|
|
|
| 510 |
---
|
| 511 |
|
| 512 |
-
|
| 513 |
## Dataset Card for m-ArenaHard-v2.0
|
| 514 |
|
|
|
|
|
|
|
| 515 |
### Dataset Details
|
| 516 |
|
| 517 |
The m-ArenaHard-v2.0 dataset is a multilingual LLM evaluation set. This is built on the LMarena (formerly LMSYS) [arena-hard-auto-v2.0](https://github.com/lmarena/arena-hard-auto/tree/main/data/arena-hard-v2.0) test dataset.
|
|
|
|
| 507 |
data_files:
|
| 508 |
- split: test
|
| 509 |
path: zh/test-*
|
| 510 |
+
task_categories:
|
| 511 |
+
- text-generation
|
| 512 |
---
|
| 513 |
|
|
|
|
| 514 |
## Dataset Card for m-ArenaHard-v2.0
|
| 515 |
|
| 516 |
+
This dataset is used in the paper [When Life Gives You Samples: The Benefits of Scaling up Inference Compute for Multilingual LLMs](https://huggingface.co/papers/2506.20544).
|
| 517 |
+
|
| 518 |
### Dataset Details
|
| 519 |
|
| 520 |
The m-ArenaHard-v2.0 dataset is a multilingual LLM evaluation set. This is built on the LMarena (formerly LMSYS) [arena-hard-auto-v2.0](https://github.com/lmarena/arena-hard-auto/tree/main/data/arena-hard-v2.0) test dataset.
|