18 papers
Memoir: Learning, Verifying, and Evolving False-Positive Memories for Static Application Security Testing Tools
Shenyuan Guan, Qiaodan Hou, Yanjun Chen +4
Static Application Security Testing (SAST) tools have become indispensable in modern secure software devel- opment. However, these tools often generate false-positive (FP) alerts,…
Looks Right, Works Right: A Project-Level Benchmark for Multi-Screen Mobile App Generation
Fan Wu, Cuiyun Gao, Yiming Huang +3
Recent multimodal large language models can convert visual designs directly into executable code, but real mobile products require multiple screenshots to become a buildable codeba…
Benchmarking Multimodal LLMs on Code Generation for Complex Interactive Webpages
Fan Wu, Lishuai Dong, Cuiyun Gao +4
Recent advancements in multimodal large language models (MLLMs) have achieved remarkable progress in multimodal reasoning and code generation, catalyzing a new paradigm for front-e…
Enhancing the Code Reasoning Capabilities of LLMs via Consistency-based Reinforcement Learning
Zhanyue Qin, Jia Feng, Yibo Lyu +4
Code reasoning refers to the task of predicting the output of a program given its source code and specific inputs. It can measure the reasoning capability of large language models…
Schedule-and-Calibrate: Utility-Guided Multi-Task Reinforcement Learning for Code LLMs
Yujia Chen, Yang Ye, Xiao Chu +2
Reinforcement learning (RL) with verifiable rewards has proven effective at post-training LLMs for coding, yet deploying separate task-specific specialists incurs costs that scale…
Cascaded Code Editing: Large-Small Model Collaboration for Effective and Efficient Code Editing
Chaozheng Wang, Zezhou Yang, Shuzheng Gao +7
Code editing constitutes a fundamental practice in software development, wherein developers modify existing codebases according to natural language requirements. Accurate code edit…