Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:

Improve dataset card with paper link and task category

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +50 -30
README.md CHANGED
@@ -1,30 +1,50 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: problem_id
6
- dtype: string
7
- - name: modified_question
8
- dtype: string
9
- - name: original_question
10
- dtype: string
11
- - name: original_solution
12
- dtype: string
13
- - name: modified_solution
14
- dtype: string
15
- - name: original_answer
16
- dtype: string
17
- - name: modified_answer
18
- dtype: string
19
- splits:
20
- - name: train
21
- num_bytes: 69968
22
- num_examples: 80
23
- download_size: 18113
24
- dataset_size: 69968
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ dataset_info:
6
+ features:
7
+ - name: problem_id
8
+ dtype: string
9
+ - name: modified_question
10
+ dtype: string
11
+ - name: original_question
12
+ dtype: string
13
+ - name: original_solution
14
+ dtype: string
15
+ - name: modified_solution
16
+ dtype: string
17
+ - name: original_answer
18
+ dtype: string
19
+ - name: modified_answer
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 69968
24
+ num_examples: 80
25
+ download_size: 18113
26
+ dataset_size: 69968
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ ---
33
+
34
+ # ReasoningTrap: Diagnosing Instruction Overriding in Reasoning Models
35
+
36
+ This repository contains datasets designed to diagnose reasoning rigidity in large language models. These datasets are specially crafted modifications of existing mathematical benchmarks and puzzles to reveal how models override instructions. The paper describing this work can be found here: [Reasoning Model is Stubborn: Diagnosing Instruction Overriding in Reasoning Models](https://huggingface.co/papers/2505.17225).
37
+
38
+ Project Page: [https://ReasoningTrap.github.io](https://ReasoningTrap.github.io)
39
+
40
+ The datasets are available on the Hugging Face Hub:
41
+
42
+ * **ConditionedMath (AIME):** [https://huggingface.co/datasets/ReasoningTrap/AIME](https://huggingface.co/datasets/ReasoningTrap/AIME)
43
+ * **ConditionedMath (MATH500):** [https://huggingface.co/datasets/ReasoningTrap/MATH500](https://huggingface.co/datasets/ReasoningTrap/MATH500)
44
+ * **PuzzleTrivial:** [https://huggingface.co/datasets/ReasoningTrap/PuzzleTrivial](https://huggingface.co/datasets/ReasoningTrap/PuzzleTrivial)
45
+
46
+
47
+ <!-- The following is the original content, kept here for reference. -->
48
+ <!-- # File information -->
49
+
50
+ <!-- The repository contains the following file information: -->