Improve model card with paper, code, and project links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,11 +3,12 @@ library_name: transformers
3
  license: apache-2.0
4
  license_link: https://github.com/foreverlasting1202/QuestA/blob/main/LICENSE
5
  pipeline_tag: text-generation
6
-
7
  ---
8
 
9
  # QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation
10
 
 
 
11
  ## Highlights
12
 
13
  QuestA introduces **question augmentation** to significantly improve reasoning tasks in large language models (LLMs). By incorporating partial solutions during reinforcement learning (RL) training, QuestA enhances problem-solving capacity and accelerates learning on challenging tasks. Key improvements with **QuestA**:
 
3
  license: apache-2.0
4
  license_link: https://github.com/foreverlasting1202/QuestA/blob/main/LICENSE
5
  pipeline_tag: text-generation
 
6
  ---
7
 
8
  # QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation
9
 
10
+ [[Paper](https://huggingface.co/papers/2507.13266)] [[Code](https://github.com/foreverlasting1202/QuestA)] [[Project Page](https://mercurial-kidney-02d.notion.site/QuestA-Expanding-Reasoning-Capacity-in-LLMs-via-Question-Augmentation-216b21d08abb81a1bcecfe79e7d1e88a)]
11
+
12
  ## Highlights
13
 
14
  QuestA introduces **question augmentation** to significantly improve reasoning tasks in large language models (LLMs). By incorporating partial solutions during reinforcement learning (RL) training, QuestA enhances problem-solving capacity and accelerates learning on challenging tasks. Key improvements with **QuestA**: