yolay nielsr HF Staff commited on
Commit
a558126
·
verified ·
1 Parent(s): ae2edda

Add link to paper and Github repository (#2)

Browse files

- Add link to paper and Github repository (a7b838f9a25be16b779c4dd6f7c2abded4831801)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  datasets:
3
  - yolay/RAIF-ComplexInstruction-Qwen
4
- license: apache-2.0
5
  library_name: transformers
 
6
  pipeline_tag: text-generation
7
  ---
8
 
9
- This model belongs to the official implementation of the paper "Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models".
10
 
11
  Existing large language models (LLMs) face challenges of following complex instructions, especially when multiple constraints are present and organized in paralleling, chaining, and branching structures. One intuitive solution, namely chain-of-thought (CoT), is expected to universally improve capabilities of LLMs. However, we find that the vanilla CoT exerts a negative impact on performance due to its superficial reasoning pattern of simply paraphrasing the instructions. It fails to peel back the compositions of constraints for identifying their relationship across hierarchies of types and dimensions.
12
 
@@ -50,9 +50,8 @@ The model Qwen2.5-1.5B is our optimized model for its advanced instruction-follo
50
 
51
  The model Qwen2.5-1.5B is our optimized model for its advanced instruction-following capabilities under complex instructions. It corresponds to the **Qwen2.5-1.5B-Instruct (Ours)** in the Table 1.
52
 
53
- Code and data are available at [https://github.com/yuleiqin/RAIF](https://github.com/yuleiqin/RAIF).
54
-
55
  🎓 If you find this work useful, please consider the following citation:
 
56
  ```
57
  @article{qin2025incentivizingreasoningadvancedinstructionfollowing,
58
  title={Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models},
 
1
  ---
2
  datasets:
3
  - yolay/RAIF-ComplexInstruction-Qwen
 
4
  library_name: transformers
5
+ license: apache-2.0
6
  pipeline_tag: text-generation
7
  ---
8
 
9
+ This model is the official implementation of the paper "[Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models](https://arxiv.org/abs/2506.01413)". Code and data are available at [https://github.com/yuleiqin/RAIF](https://github.com/yuleiqin/RAIF).
10
 
11
  Existing large language models (LLMs) face challenges of following complex instructions, especially when multiple constraints are present and organized in paralleling, chaining, and branching structures. One intuitive solution, namely chain-of-thought (CoT), is expected to universally improve capabilities of LLMs. However, we find that the vanilla CoT exerts a negative impact on performance due to its superficial reasoning pattern of simply paraphrasing the instructions. It fails to peel back the compositions of constraints for identifying their relationship across hierarchies of types and dimensions.
12
 
 
50
 
51
  The model Qwen2.5-1.5B is our optimized model for its advanced instruction-following capabilities under complex instructions. It corresponds to the **Qwen2.5-1.5B-Instruct (Ours)** in the Table 1.
52
 
 
 
53
  🎓 If you find this work useful, please consider the following citation:
54
+
55
  ```
56
  @article{qin2025incentivizingreasoningadvancedinstructionfollowing,
57
  title={Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models},