Text Generation
Transformers
TensorBoard
Safetensors
English
qwen2
Generated from Trainer
conversational
text-generation-inference

Update model card: Add full paper title, HF paper badge, and project page link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -1,31 +1,36 @@
1
  ---
2
- library_name: transformers
3
- tags:
4
- - generated_from_trainer
5
  datasets:
6
  - When-Does-Reasoning-Matter/general-reasoning-ift-pairs
7
  - When-Does-Reasoning-Matter/math-reasoning-ift-pairs
8
  language:
9
  - en
 
10
  pipeline_tag: text-generation
 
 
11
  ---
12
 
13
- # When Does Reasoning Matter?
14
 
15
  <p align="left">
16
  <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62be186a5f59ff2320e6e32b/GjJ15tY7-F4bqR96FN4pd.png" alt="Dataset Icon" width="180"/>
17
  </p>
18
 
19
  <p align="left">
 
 
 
20
  <a href="https://arxiv.org/pdf/2509.22193" target="_blank" rel="noopener noreferrer">
21
  <img src="https://img.shields.io/badge/arXiv-2509.22193-b31b1b.svg?style=for-the-badge" alt="arXiv:2509.22193" />
22
  </a>
23
  </p>
24
 
25
 
26
- This model was trained as part of the paper [When Does Reasoning Matter?](https://arxiv.org/pdf/2509.22193)
27
  It belongs to a collection of **General and Math-specific student models** distilled from Instruction-Fine-Tuned (IFT) or Reasoning answers generated by [Qwen/Qwen3-235B-A22B](https://huggingface.co/Qwen/Qwen3-235B-A22B).
28
 
 
 
29
  <img src="https://huggingface.co/api/resolve-cache/models/When-Does-Reasoning-Matter/Qwen2.5-0.5B-ift/733797fee2fdd300e1a0453d368250327fe4cc44/results.png?%2FWhen-Does-Reasoning-Matter%2FQwen2.5-0.5B-ift%2Fresolve%2Fmain%2Fresults.png=&etag=%22d36dedfbca764a8ac9a7a5ebc043ca53f5ee4966%22" alt="results" width="600"/>
30
 
31
  ---
@@ -89,7 +94,7 @@ These models were trained on the **largest set of IFT and Reasoning answer pairs
89
 
90
  ---
91
 
92
- If you use this dataset in your work, please cite: **[When Does Reasoning Matter?](https://arxiv.org/pdf/2509.22193)**
93
 
94
  ```bibtex
95
  @misc{boizard2025doesreasoningmattercontrolled,
@@ -101,4 +106,4 @@ If you use this dataset in your work, please cite: **[When Does Reasoning Matter
101
  primaryClass={cs.CL},
102
  url={https://arxiv.org/abs/2509.22193},
103
  }
104
- ```
 
1
  ---
 
 
 
2
  datasets:
3
  - When-Does-Reasoning-Matter/general-reasoning-ift-pairs
4
  - When-Does-Reasoning-Matter/math-reasoning-ift-pairs
5
  language:
6
  - en
7
+ library_name: transformers
8
  pipeline_tag: text-generation
9
+ tags:
10
+ - generated_from_trainer
11
  ---
12
 
13
+ # When Does Reasoning Matter? A Controlled Study of Reasoning's Contribution to Model Performance
14
 
15
  <p align="left">
16
  <img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62be186a5f59ff2320e6e32b/GjJ15tY7-F4bqR96FN4pd.png" alt="Dataset Icon" width="180"/>
17
  </p>
18
 
19
  <p align="left">
20
+ <a href="https://huggingface.co/papers/2509.22193" target="_blank" rel="noopener noreferrer">
21
+ <img src="https://img.shields.io/badge/Hugging_Face-Paper-ffbd45.svg" alt="Hugging Face Paper" />
22
+ </a>
23
  <a href="https://arxiv.org/pdf/2509.22193" target="_blank" rel="noopener noreferrer">
24
  <img src="https://img.shields.io/badge/arXiv-2509.22193-b31b1b.svg?style=for-the-badge" alt="arXiv:2509.22193" />
25
  </a>
26
  </p>
27
 
28
 
29
+ This model was trained as part of the paper [When Does Reasoning Matter? A Controlled Study of Reasoning's Contribution to Model Performance](https://arxiv.org/pdf/2509.22193).
30
  It belongs to a collection of **General and Math-specific student models** distilled from Instruction-Fine-Tuned (IFT) or Reasoning answers generated by [Qwen/Qwen3-235B-A22B](https://huggingface.co/Qwen/Qwen3-235B-A22B).
31
 
32
+ **Project Page:** [https://huggingface.co/when-does-reasoning-matter](https://huggingface.co/when-does-reasoning-matter)
33
+
34
  <img src="https://huggingface.co/api/resolve-cache/models/When-Does-Reasoning-Matter/Qwen2.5-0.5B-ift/733797fee2fdd300e1a0453d368250327fe4cc44/results.png?%2FWhen-Does-Reasoning-Matter%2FQwen2.5-0.5B-ift%2Fresolve%2Fmain%2Fresults.png=&etag=%22d36dedfbca764a8ac9a7a5ebc043ca53f5ee4966%22" alt="results" width="600"/>
35
 
36
  ---
 
94
 
95
  ---
96
 
97
+ If you use this dataset in your work, please cite: **[When Does Reasoning Matter? A Controlled Study of Reasoning's Contribution to Model Performance](https://arxiv.org/pdf/2509.22193)**
98
 
99
  ```bibtex
100
  @misc{boizard2025doesreasoningmattercontrolled,
 
106
  primaryClass={cs.CL},
107
  url={https://arxiv.org/abs/2509.22193},
108
  }
109
+ ```