Datasets:
Add task_categories metadata to dataset card
Browse filesThis PR adds the missing `task_categories` field to the YAML metadata, ensuring the dataset is correctly categorized on the Hugging Face Hub. No other content changes are made.
README.md
CHANGED
|
@@ -1,15 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
pretty_name: InteractBench
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
- benchmark
|
| 9 |
- competitive-programming
|
| 10 |
- interactive
|
| 11 |
- llm-evaluation
|
|
|
|
|
|
|
| 12 |
---
|
|
|
|
| 13 |
# InteractBench Dataset
|
| 14 |
|
| 15 |
Dataset artifacts for **InteractBench: Benchmarking LLMs on Competitive Programming under Unrevealed Information** (ICML 2026).
|
|
@@ -48,4 +51,4 @@ License: MIT.
|
|
| 48 |
year = {2026},
|
| 49 |
url = {https://openreview.net/forum?id=Y4T4w0Tj0l}
|
| 50 |
}
|
| 51 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pretty_name: InteractBench
|
| 6 |
tags:
|
| 7 |
- code
|
| 8 |
- benchmark
|
| 9 |
- competitive-programming
|
| 10 |
- interactive
|
| 11 |
- llm-evaluation
|
| 12 |
+
task_categories:
|
| 13 |
+
- text-generation
|
| 14 |
---
|
| 15 |
+
|
| 16 |
# InteractBench Dataset
|
| 17 |
|
| 18 |
Dataset artifacts for **InteractBench: Benchmarking LLMs on Competitive Programming under Unrevealed Information** (ICML 2026).
|
|
|
|
| 51 |
year = {2026},
|
| 52 |
url = {https://openreview.net/forum?id=Y4T4w0Tj0l}
|
| 53 |
}
|
| 54 |
+
```
|