collaborators

13 papers

cs.AI2026

TailSieve: Partial-Rollout-Guided Tail Routing for LLM Rollouts

Tianqi Xu, Lu Lv, Haoyang Huang +15

Large-scale rollouts have become a core component of modern LLM systems, spanning reinforcement learning (RL) post-training, on-policy distillation (OPD), and sampling-heavy evalua…

cs.SE2026

KAT-Coder-V2.5 Technical Report

Bo Huang, Fengxiang Li, Hao Xu +50

We present KAT-Coder-V2.5, a coding-focused agentic model trained to act autonomously inside real, executable repositories rather than as a single-turn code generator. Its capabili…

cs.LG2026

DualEval: Joint Model-Item Calibration for Unified LLM Evaluation

Aaron J. Li, Hao Huang, Youngmin Park +6

Current LLM evaluation relies on two complementary but often disconnected signals: static benchmarks with objective correctness labels and arena-style preference data that better r…

cs.LG2026

DiT-Reward: Generative Representations for Text-to-Image Reward Modeling

Yuanming Yang, Guoqing Ma, Bo Wang +5

Can representations learned for image generation also support the evaluation of generated images? We study text-to-image reward prediction as a downstream task of generative repres…

cs.SE2026

WebCompass: Towards Multimodal Web Coding Evaluation for Code Language Models

Xinping Lei, Xinyu Che, Junqi Xiong +16

Large language models are rapidly evolving into interactive coding agents capable of end-to-end web coding, yet existing benchmarks evaluate only narrow slices of this capability,…

cs.SE2026

CodeTracer: Towards Traceable Agent States

Han Li, Yifan Yao, Letian Zhu +13

Code agents are advancing rapidly, but debugging them is becoming increasingly difficult. As frameworks orchestrate parallel tool calls and multi-stage workflows over complex tasks…