Text Generation
Transformers
Safetensors
qwen2
code
software-engineering
agent
conversational
text-generation-inference
ubowang commited on
Commit
91cde54
·
verified ·
1 Parent(s): c06455c

Add arXiv link (2607.12463)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  # FIM-14B
17
 
18
- [📄 Paper (PDF)](https://github.com/TIGER-AI-Lab/FIM-Midtraining/blob/main/paper.pdf) · [💻 GitHub](https://github.com/TIGER-AI-Lab/FIM-Midtraining) · [🤗 Dataset](https://huggingface.co/datasets/TIGER-Lab/FIM-Midtraining-400K) · [🤗 Collection](https://huggingface.co/collections/TIGER-Lab/fim-midtraining)
19
 
20
  **FIM-14B** is the 14B coding-agent model of *"Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models"*: `Qwen2.5-Coder-14B-Instruct`, mid-trained on function-aware FIM data, then post-trained on R2E-Gym agent trajectories with the upstream recipe unmodified. The mid-training stage is the only difference from a standard R2E-Gym reproduction — worth **+3.0 points on SWE-Bench-Verified and +4.0 on SWE-Bench-Lite**, while also recovering most of the general-capability erosion that agentic post-training inflicts (LiveCodeBench +11.1, τ-bench +3.9, BFCL +2.4 over the post-training-only arm).
21
 
@@ -112,7 +112,7 @@ Convert the trajectories to a submission and score with the official harness —
112
  @article{wang2026fim,
113
  title={Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models},
114
  author={Wang, Yubo and Liang, Jiarong and Zhang, Yuxuan and Liu, Xuye and Wei, Cong and Zhang, Yuyu and Nie, Ping and Chen, Wenhu},
115
- journal={arXiv preprint},
116
  year={2026}
117
  }
118
  ```
 
15
 
16
  # FIM-14B
17
 
18
+ [📄 Paper](https://arxiv.org/abs/2607.12463) · [💻 GitHub](https://github.com/TIGER-AI-Lab/FIM-Midtraining) · [🤗 Dataset](https://huggingface.co/datasets/TIGER-Lab/FIM-Midtraining-400K) · [🤗 Collection](https://huggingface.co/collections/TIGER-Lab/fim-midtraining)
19
 
20
  **FIM-14B** is the 14B coding-agent model of *"Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models"*: `Qwen2.5-Coder-14B-Instruct`, mid-trained on function-aware FIM data, then post-trained on R2E-Gym agent trajectories with the upstream recipe unmodified. The mid-training stage is the only difference from a standard R2E-Gym reproduction — worth **+3.0 points on SWE-Bench-Verified and +4.0 on SWE-Bench-Lite**, while also recovering most of the general-capability erosion that agentic post-training inflicts (LiveCodeBench +11.1, τ-bench +3.9, BFCL +2.4 over the post-training-only arm).
21
 
 
112
  @article{wang2026fim,
113
  title={Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models},
114
  author={Wang, Yubo and Liang, Jiarong and Zhang, Yuxuan and Liu, Xuye and Wei, Cong and Zhang, Yuyu and Nie, Ping and Chen, Wenhu},
115
+ journal={arXiv preprint arXiv:2607.12463},
116
  year={2026}
117
  }
118
  ```