paper-with-me

Papers

IQuest-Coder-V1 Technical Report

2026-03-17 · Jian Yang, Wei Zhang, Shawn Guo, Zhengmao Ye, Lin Jing, Shark Liu, Yizhi Li, Jiajun Wu, Cening Liu, X. Ma, Yuyang Song, Siwei Wu, Yuwen Li, L. Liao, T. Zheng, Ziling Huang, Zelong Huang, Che Liu, Yan Xing, Renyuan Li, Qingsong Cai, Hanxu Yan, Siyue Wang, Shikai Li, Jason Klein Liu, An Huang, Yongsheng Kang, Jinxing Zhang, Chuan Hao, Haowen Wang, Weicheng Gu, Ran Tao, Mingjie Tang, Peihao Wu, Jianzhou Wang, Xianglong Liu, Weifeng Lv, Bryan Dai arxiv

In this report, we introduce the IQuest-Coder-V1 series-(7B/14B/40B/40B-Loop), a new family of code large language models (LLMs). Moving beyond static code representations, we propose the code-flow multi-stage training paradigm, which captures the dynamic evolution of software logic through different phases of the pipeline. Our models are developed through the evolutionary pipeline, starting with the initial pre-training consisting of code facts, repository, and completion data. Following that, we implement a specialized mid-training stage that integrates reasoning and agentic trajectories in 32k-context and repository-scale in 128k-context to forge deep logical foundations. The models are then finalized with post-training of specialized coding capabilities, which is bifurcated into two specialized paths: the thinking path (utilizing reasoning-driven RL) and the instruct path (optimized for general assistance). IQuest-Coder-V1 achieves state-of-the-art performance among competitive models across critical dimensions of code intelligence: agentic software engineering, competitive programming, and complex tool use. To address deployment constraints, the IQuest-Coder-V1-Loop variant introduces a recurrent mechanism designed to optimize the trade-off between model capacity and deployment footprint, offering an architecturally enhanced path for efficacy-efficiency trade-off. We believe the release of the IQuest-Coder-V1 series, including the complete white-box chain of checkpoints from pre-training bases to the final thinking and instruction models, will advance research in autonomous code intelligence and real-world agentic systems.

📄 PDF Abstract BibTeX arXiv:2603.16733

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TriQuest:An AI Copilot-Powered Platform for Interdisciplinary Curriculum Design

2025-10-03 · Huazhen Wang, Huimin Yang, Hainbin Lin, Yan Dong 외 arxiv

Interdisciplinary teaching is a cornerstone of modern curriculum reform, but its implementation is hindered by challenges in knowledge integration and time-consuming lesson planning. Existing tools often lack the require…

Knowledge Graphs

iQUEST: An Iterative Question-Guided Framework for Knowledge Base Question Answering

2025-06-02 · Shuai Wang, Yinan Yu

While Large Language Models (LLMs) excel at many natural language processing tasks, they often suffer from factual inaccuracies in knowledge-intensive scenarios. Integrating external knowledge resources, particularly kno…

Graph Neural NetworkKnowledge Base Question AnsweringKnowledge GraphsQuestion Answering

Technical report: Improving the properties of molecules generated by LIMO

2024-07-20 · Vineet Thumuluri, Peter Eckmann, Michael K. Gilson, Rose Yu

This technical report investigates variants of the Latent Inceptionism on Molecules (LIMO) framework to improve the properties of generated molecules. We conduct ablative studies of molecular representation, decoder mode…

Decodermolecular representation

HiLight: Technical Report on the Motern AI Video Language Model

2024-07-10 · Zhiting Wang, Qiangong Zhou, Kangjie Yang, Zongyang Liu 외

This technical report presents the implementation of a state-of-the-art video encoder for video-text modal alignment and a video conversation framework called HiLight, which features dual visual towers. The work is divid…

Language ModelingLanguage Modelling

Finetuning Strategies for Querying Sounds by Vocal Imitation

2026-08-19 · Aditya Bhattacharjee, Christos Plachouras, Sungkyun Chang, Emmanouil Benetos arxiv

This technical report describes our winning submission to the AES AIMLA 2025 Challenge on querying sound effects by vocal imitation. We investigate two complementary fine-tuning strategies: contrastive learning with a fr…

Contrastive Learning