Add task category and link to paper
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
3 |
configs:
|
4 |
- config_name: default
|
5 |
data_files:
|
@@ -19,10 +23,9 @@ dataset_info:
|
|
19 |
num_examples: 201
|
20 |
download_size: 292800
|
21 |
dataset_size: 549377
|
22 |
-
language:
|
23 |
-
- en
|
24 |
---
|
25 |
-
|
|
|
26 |
We collect 201 tasks from ICLR/NeurIPS/ICML workshops over the past three years. The followings record the metadata of our collection.
|
27 |
|
28 |
### Workshop without an official website or deleted
|
@@ -116,4 +119,4 @@ We collect 201 tasks from ICLR/NeurIPS/ICML workshops over the past three years.
|
|
116 |
- Things to notice: without an official website or deleted
|
117 |
- NeurIPS 2024 Workshop Machine Learning with new Compute Paradigms (still with an abstract here)
|
118 |
- NeurIPS 2024 Third Table Representation Learning Workshop
|
119 |
-
- UniReps: 2nd Edition of the Workshop on Unifying Representations in Neural Models
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: mit
|
5 |
+
task_categories:
|
6 |
+
- other
|
7 |
configs:
|
8 |
- config_name: default
|
9 |
data_files:
|
|
|
23 |
num_examples: 201
|
24 |
download_size: 292800
|
25 |
dataset_size: 549377
|
|
|
|
|
26 |
---
|
27 |
+
|
28 |
+
This repository contains the benchmark dataset of [MLR-Bench](https://huggingface.co/papers/2505.19955).
|
29 |
We collect 201 tasks from ICLR/NeurIPS/ICML workshops over the past three years. The followings record the metadata of our collection.
|
30 |
|
31 |
### Workshop without an official website or deleted
|
|
|
119 |
- Things to notice: without an official website or deleted
|
120 |
- NeurIPS 2024 Workshop Machine Learning with new Compute Paradigms (still with an abstract here)
|
121 |
- NeurIPS 2024 Third Table Representation Learning Workshop
|
122 |
+
- UniReps: 2nd Edition of the Workshop on Unifying Representations in Neural Models
|