Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 1,825 Bytes
60bd758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
license: apache-2.0
task_categories:
- question-answering
dataset_info:
  features:
  - name: problem_id
    dtype: string
  - name: modified_question
    dtype: string
  - name: original_question
    dtype: string
  - name: original_solution
    dtype: string
  - name: modified_solution
    dtype: string
  - name: original_answer
    dtype: string
  - name: modified_answer
    dtype: string
  splits:
  - name: train
    num_bytes: 69968
    num_examples: 80
  download_size: 18113
  dataset_size: 69968
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# ReasoningTrap: Diagnosing Instruction Overriding in Reasoning Models

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).

Project Page: [https://ReasoningTrap.github.io](https://ReasoningTrap.github.io)

The datasets are available on the Hugging Face Hub:

* **ConditionedMath (AIME):** [https://huggingface.co/datasets/ReasoningTrap/AIME](https://huggingface.co/datasets/ReasoningTrap/AIME)
* **ConditionedMath (MATH500):** [https://huggingface.co/datasets/ReasoningTrap/MATH500](https://huggingface.co/datasets/ReasoningTrap/MATH500)
* **PuzzleTrivial:** [https://huggingface.co/datasets/ReasoningTrap/PuzzleTrivial](https://huggingface.co/datasets/ReasoningTrap/PuzzleTrivial)


<!-- The following is the original content, kept here for reference. -->
<!-- # File information -->

<!-- The repository contains the following file information: -->