Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,13 @@ pipeline_tag: text-generation
|
|
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**:
|
|
|
8 |
|
9 |
# QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation
|
10 |
|
11 |
+
<p align="center">
|
12 |
+
| <a href="https://www.arxiv.org/abs/2507.13266"><b>Paper</b></a> | <a href="https://github.com/foreverlasting1202/QuestA/"><b>Documentation</b></a> | <a
|
13 |
+
href="https://mercurial-kidney-02d.notion.site/QuestA-Expanding-Reasoning-Capacity-in-LLMs-via-Question-Augmentation-216b21d08abb81a1bcecfe79e7d1e88a"><b>Blog</b></a> | <a
|
14 |
+
href="https://huggingface.co/foreverlasting1202/QuestA-Nemotron-1.5B"><b>🤗Models</b></a> | <a
|
15 |
+
href="https://huggingface.co/datasets/foreverlasting1202/QuestA"><b>🤗Datas</b></a> | <a
|
16 |
+
</p>
|
17 |
+
|
18 |
## Highlights
|
19 |
|
20 |
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**:
|