hsaest commited on
Commit
ed2fa9d
·
verified ·
1 Parent(s): 6ec668c

Update QUEST family links and citation

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -25,6 +25,20 @@ It is released as an intermediate artifact for research purposes (e.g., initiali
25
 
26
  Not reported — this model lacks task-completion capability without SFT.
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Quick start
29
 
30
  ```python
@@ -37,6 +51,20 @@ model = AutoModelForCausalLM.from_pretrained(
37
  )
38
  ```
39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  ## License
41
 
42
  Released under the **Apache License 2.0**.
 
25
 
26
  Not reported — this model lacks task-completion capability without SFT.
27
 
28
+ ## QUEST Family
29
+
30
+ | Type | Resources |
31
+ | --- | --- |
32
+ | 35B checkpoints | [RL](https://huggingface.co/osunlp/QUEST-35B-RL), [MT+SFT](https://huggingface.co/osunlp/QUEST-35B-MT-Plus-SFT), [MT](https://huggingface.co/osunlp/QUEST-35B-MT), [SFT](https://huggingface.co/osunlp/QUEST-35B-SFT) |
33
+ | 30B checkpoints | [RL](https://huggingface.co/osunlp/QUEST-30B-RL), [MT+SFT](https://huggingface.co/osunlp/QUEST-30B-MT-Plus-SFT), [SFT](https://huggingface.co/osunlp/QUEST-30B-SFT) |
34
+ | Smaller checkpoints | [9B](https://huggingface.co/osunlp/QUEST-9B), [4B](https://huggingface.co/osunlp/QUEST-4B), [2B](https://huggingface.co/osunlp/QUEST-2B) |
35
+ | Training data | [RL data](https://huggingface.co/datasets/osunlp/QUEST-RL-Data), [SFT objective data](https://huggingface.co/datasets/osunlp/QUEST-SFT-Data-Objective), [SFT open-ended data](https://huggingface.co/datasets/osunlp/QUEST-SFT-Data-Open-ended) |
36
+
37
+ Model selection note: if you only need to evaluate objective tasks and do not
38
+ need open-ended task evaluation, we recommend the MT+SFT checkpoints because
39
+ they perform better on reasoning-heavy objective benchmarks. For a more comprehensive evaluation
40
+ across both objective and open-ended tasks, we recommend the RL checkpoints.
41
+
42
  ## Quick start
43
 
44
  ```python
 
51
  )
52
  ```
53
 
54
+ ## Citation
55
+
56
+ If our paper or related resources prove valuable to your research, we kindly ask
57
+ for a citation.
58
+
59
+ ```bibtex
60
+ @misc{xie2026quest,
61
+ title={QUEST: Training Frontier Deep Research Agents with Fully Synthetic Tasks},
62
+ author={Xie, Jian and Lin, Tianhe and Wang, Zilu and Ning, Yuting and Yao, Yuekun and Xue, Tianci and Zhang, Zhehao and Li, Zhongyang and Zhang, Kai and Wu, Yufan and Chen, Shijie and Gou, Boyu and Han, Mingzhe and Wang, Yifei and Lee, Vint and Wei, Xinpeng and Wang, Xiangjun and Su, Yu and Sun, Huan},
63
+ journal={arXiv preprint arXiv:2605.24218},
64
+ year={2026}
65
+ }
66
+ ```
67
+
68
  ## License
69
 
70
  Released under the **Apache License 2.0**.