Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
License:

Add task categories and link to paper/code

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -1,4 +1,11 @@
1
  ---
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: source
@@ -63,16 +70,13 @@ configs:
63
  path: data/dev-*
64
  - split: test
65
  path: data/test-*
66
- license: apache-2.0
67
- language:
68
- - en
69
- size_categories:
70
- - n<1K
71
  ---
72
 
 
73
 
 
74
 
75
- # Math-IF Dataset Card
76
 
77
  ## Dataset Description
78
 
@@ -87,12 +91,11 @@ In this repository, Math-IF is used as both a development set and a test benchma
87
 
88
  - Evaluate how well models follow explicit instructions when solving math problems.
89
 
90
-
91
  The dataset is intended for **research and benchmarking** only.
92
 
93
  ## Dataset Structure
94
 
95
- From the accompanying paper in this repository (see `paper/`):
96
 
97
  - **Size**:
98
  - **Dev**: 90 examples
@@ -131,7 +134,6 @@ Math-IF was introduced to study the trade-off between reasoning performance and
131
 
132
  ## Citation
133
 
134
-
135
  ```bibtex
136
  @misc{puerto2026controllablereasoningmodelsprivate,
137
  title={Controllable Reasoning Models Are Private Thinkers},
 
1
  ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ size_categories:
6
+ - n<1K
7
+ task_categories:
8
+ - text-generation
9
  dataset_info:
10
  features:
11
  - name: source
 
70
  path: data/dev-*
71
  - split: test
72
  path: data/test-*
 
 
 
 
 
73
  ---
74
 
75
+ # Math-IF Dataset Card
76
 
77
+ This dataset is associated with the paper [From Leaky Thoughts to Private Reasoning: Controlling What LRMs Say to Themselves](https://huggingface.co/papers/2602.24210).
78
 
79
+ The official code repository for the project is available here: [UKPLab/arxiv2026-controllable-reasoning-models](https://github.com/UKPLab/arxiv2026-controllable-reasoning-models).
80
 
81
  ## Dataset Description
82
 
 
91
 
92
  - Evaluate how well models follow explicit instructions when solving math problems.
93
 
 
94
  The dataset is intended for **research and benchmarking** only.
95
 
96
  ## Dataset Structure
97
 
98
+ From the accompanying paper:
99
 
100
  - **Size**:
101
  - **Dev**: 90 examples
 
134
 
135
  ## Citation
136
 
 
137
  ```bibtex
138
  @misc{puerto2026controllablereasoningmodelsprivate,
139
  title={Controllable Reasoning Models Are Private Thinkers},