Add link to paper and code
Browse filesThis PR ensures that the dataset can be found at https://huggingface.co/papers/2506.00482.
It also adds a link to the code repository.
README.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- text-generation
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
task_categories:
|
| 3 |
- text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- benchmark
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This repository contains the dataset used in the paper [BenchHub: A Unified Benchmark Suite for Holistic and Customizable LLM Evaluation](https://huggingface.co/papers/2506.00482).
|
| 9 |
+
|
| 10 |
+
Code: https://github.com/rladmstn1714/BenchHub
|