hsaest commited on
Commit
48b2179
·
verified ·
1 Parent(s): 25518f0

Update QUEST family links and citation

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -24,6 +24,7 @@ QUEST **35B-class MoE** full model after **mid-training → SFT → RL** (Qwen3.
24
  | GAIA | avg@3 | 80.8 |
25
  | LiveResearchBench | avg@3 | 68.2 |
26
  ## QUEST Family
 
27
  | Type | Resources |
28
  | --- | --- |
29
  | 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) |
@@ -50,6 +51,20 @@ model = AutoModelForCausalLM.from_pretrained(
50
 
51
  Apply the model's chat template with `tokenizer.apply_chat_template(...)` before passing prompts.
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ## License
54
 
55
  Released under the **Apache License 2.0**.
 
24
  | GAIA | avg@3 | 80.8 |
25
  | LiveResearchBench | avg@3 | 68.2 |
26
  ## QUEST Family
27
+
28
  | Type | Resources |
29
  | --- | --- |
30
  | 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) |
 
51
 
52
  Apply the model's chat template with `tokenizer.apply_chat_template(...)` before passing prompts.
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**.