English
Related papers

Related papers: Understanding by Reconstruction: Reversing the Sof…

200 papers

Code reproduction is a cornerstone of scientific validity, yet it remains a formidable challenge in computer networking research due to the scarcity of open-source implementations and the complexity of heterogeneous system architectures.…

Networking and Internet Architecture · Computer Science 2026-02-17 Yining Jiang , Yunxin Xu , Wenyun Xu , Yufan Zhu , Tangtang He , Haiying Huang , Letian Zhu , Qingyu Song , Qiang Su , Lizhao You , Lu Tang , Wanjin Feng , Yuchao Zhang , Linghe Kong , Qiao Xiang , Jiwu Shu

Large language models (LLMs) based on transformer architectures are typically described through collections of architectural components and training procedures, obscuring their underlying computational structure. This review article…

Machine Learning · Computer Science 2026-02-03 Vikram Krishnamurthy

Large language model (LLM)-based coding agents achieve impressive results on controlled benchmarks yet routinely produce pull requests that real maintainers reject. The root cause is not functional incorrectness but a lack of organicity:…

Software Engineering · Computer Science 2026-03-30 Mo Li , L. H. Xu , Qitai Tan , Ting Cao , Yunxin Liu

In this paper, we present a challenging code reasoning task: vulnerability detection. Large Language Models (LLMs) have shown promising results in natural-language and math reasoning, but state-of-the-art (SOTA) models reported only 54.5%…

Software Engineering · Computer Science 2025-01-09 Benjamin Steenhoek , Md Mahbubur Rahman , Monoshi Kumar Roy , Mirza Sanjida Alam , Hengbo Tong , Swarna Das , Earl T. Barr , Wei Le

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…

Reasoning is a key component of language understanding in Large Language Models. While Chain-of-Thought prompting enhances performance via explicit intermediate steps, it suffers from sufficient token overhead and a fixed reasoning…

Computation and Language · Computer Science 2025-11-18 Xinyuan Wang , Dongjie Wang , Wangyang Ying , Haoyue Bai , Nanxu Gong , Sixun Dong , Kunpeng Liu , Yanjie Fu

The use of large language models (LLMs) for automated code generation has emerged as a significant focus within AI research. As these pretrained models continue to evolve, their ability to understand and generate complex code structures has…

Software Engineering · Computer Science 2025-05-06 Nazmus Ashrafi , Salah Bouktif , Mohammed Mediani

Thinking Large Language Models (LLMs) generate explicit intermediate reasoning traces before final answers, potentially improving transparency, interpretability, and solution accuracy for code generation. However, the quality of these…

Artificial Intelligence · Computer Science 2025-11-11 Haoran Xue , Gias Uddin , Song Wang

Post-training data plays a pivotal role in shaping the capabilities of Large Language Models (LLMs), yet datasets are often treated as isolated artifacts, overlooking the systemic connections that underlie their evolution. To disentangle…

Artificial Intelligence · Computer Science 2026-04-14 Yu Li , Xiaoran Shang , Qizhi Pei , Yun Zhu , Xin Gao , Honglin Lin , Zhanping Zhong , Zhuoshi Pan , Zheng Liu , Xiaoyang Wang , Conghui He , Dahua Lin , Feng Zhao , Lijun Wu

Web agents powered by Large Language Models (LLMs) show promise for next-generation AI, but their limited reasoning in uncertain, dynamic web environments hinders robust deployment. In this paper, we identify key reasoning skills essential…

Computation and Language · Computer Science 2025-09-19 Minda Hu , Tianqing Fang , Jianshu Zhang , Junyu Ma , Zhisong Zhang , Jingyan Zhou , Hongming Zhang , Haitao Mi , Dong Yu , Irwin King

Humans generally acquire new skills without compromising the old; however, the opposite holds for Large Language Models (LLMs), e.g., from LLaMA to CodeLLaMA. To this end, we propose a new post-pretraining method for LLMs with an expansion…

Computation and Language · Computer Science 2024-05-31 Chengyue Wu , Yukang Gan , Yixiao Ge , Zeyu Lu , Jiahao Wang , Ye Feng , Ying Shan , Ping Luo

Large Language Models (LLMs) that can continually improve beyond their training budgets are able to solve increasingly difficult problems by adapting at test time, a property we refer to as extrapolation. However, standard reinforcement…

Machine Learning · Computer Science 2026-03-24 Ian Wu , Yuxiao Qu , Amrith Setlur , Aviral Kumar

Open-source pre-trained Large Language Models (LLMs) exhibit strong language understanding and generation capabilities, making them highly successful in a variety of tasks. However, when used as agents for dealing with complex problems in…

Computation and Language · Computer Science 2024-04-01 Qinhao Zhou , Zihan Zhang , Xiang Xiang , Ke Wang , Yuchuan Wu , Yongbin Li

Recent mechanistic studies suggest that large language models (LLMs) may utilize their depth inefficiently in standard single-turn tasks. Whether this still holds in autonomous agent settings, where models must perform multi-turn planning,…

Artificial Intelligence · Computer Science 2026-05-28 Zhenyu Cui , Xiangzhong Luo

Recent advances in large language models (LLMs) have expanded the context window to beyond 128K tokens, enabling long-document understanding and multi-source reasoning. A key challenge, however, lies in choosing between retrieval-augmented…

Computation and Language · Computer Science 2026-05-13 Yiwen Chen , Kuan Li , Fuzhen Zhuang , Deqing Wang , Zhao Zhang , Liwen Zhang , Yong Jiang , Shuai Wang , Minhao Cheng

Retrieval-augmented generation (RAG) empowers large language models (LLMs) to utilize external knowledge sources. The increasing capacity of LLMs to process longer input sequences opens up avenues for providing more retrieved information,…

Computation and Language · Computer Science 2024-10-10 Bowen Jin , Jinsung Yoon , Jiawei Han , Sercan O. Arik

Fact-seeking question answering with large language models (LLMs) remains unreliable when answers depend on up-to-date or conflicting information. Although retrieval-augmented and tool-using LLMs reduce hallucinations, they often rely on…

Computation and Language · Computer Science 2026-03-17 Auksarapak Kietkajornrit , Jad Tarifi , Nima Asgharbeygi

Solving complex long-horizon robotic manipulation problems requires sophisticated high-level planning capabilities, the ability to reason about the physical world, and reactively choose appropriate motor skills. Vision-language models…

Robotics · Computer Science 2025-02-25 Yunhai Feng , Jiaming Han , Zhuoran Yang , Xiangyu Yue , Sergey Levine , Jianlan Luo

Loop transformations are semantics-preserving optimization techniques, widely used to maximize objectives such as parallelism. Despite decades of research, applying the optimal composition of loop transformations remains challenging due to…

Programming Languages · Computer Science 2025-12-19 Yijie Zhi , Yayu Cao , Jianhua Dai , Xiaoyang Han , Jingwen Pu , Qingran Wu , Sheng Cheng , Ming Cai

We present GLM-5, a next-generation foundation model designed to transition the paradigm of vibe coding to agentic engineering. Building upon the agentic, reasoning, and coding (ARC) capabilities of its predecessor, GLM-5 adopts DSA to…

Machine Learning · Computer Science 2026-02-25 GLM-5-Team , : , Aohan Zeng , Xin Lv , Zhenyu Hou , Zhengxiao Du , Qinkai Zheng , Bin Chen , Da Yin , Chendi Ge , Chenghua Huang , Chengxing Xie , Chenzheng Zhu , Congfeng Yin , Cunxiang Wang , Gengzheng Pan , Hao Zeng , Haoke Zhang , Haoran Wang , Huilong Chen , Jiajie Zhang , Jian Jiao , Jiaqi Guo , Jingsen Wang , Jingzhao Du , Jinzhu Wu , Kedong Wang , Lei Li , Lin Fan , Lucen Zhong , Mingdao Liu , Mingming Zhao , Pengfan Du , Qian Dong , Rui Lu , Shuang-Li , Shulin Cao , Song Liu , Ting Jiang , Xiaodong Chen , Xiaohan Zhang , Xuancheng Huang , Xuezhen Dong , Yabo Xu , Yao Wei , Yifan An , Yilin Niu , Yitong Zhu , Yuanhao Wen , Yukuo Cen , Yushi Bai , Zhongpei Qiao , Zihan Wang , Zikang Wang , Zilin Zhu , Ziqiang Liu , Zixuan Li , Bojie Wang , Bosi Wen , Can Huang , Changpeng Cai , Chao Yu , Chen Li , Chengwei Hu , Chenhui Zhang , Dan Zhang , Daoyan Lin , Dayong Yang , Di Wang , Ding Ai , Erle Zhu , Fangzhou Yi , Feiyu Chen , Guohong Wen , Hailong Sun , Haisha Zhao , Haiyi Hu , Hanchen Zhang , Hanrui Liu , Hanyu Zhang , Hao Peng , Hao Tai , Haobo Zhang , He Liu , Hongwei Wang , Hongxi Yan , Hongyu Ge , Huan Liu , Huanpeng Chu , Jia'ni Zhao , Jiachen Wang , Jiajing Zhao , Jiamin Ren , Jiapeng Wang , Jiaxin Zhang , Jiayi Gui , Jiayue Zhao , Jijie Li , Jing An , Jing Li , Jingwei Yuan , Jinhua Du , Jinxin Liu , Junkai Zhi , Junwen Duan , Kaiyue Zhou , Kangjian Wei , Ke Wang , Keyun Luo , Laiqiang Zhang , Leigang Sha , Liang Xu , Lindong Wu , Lintao Ding , Lu Chen , Minghao Li , Nianyi Lin , Pan Ta , Qiang Zou , Rongjun Song , Ruiqi Yang , Shangqing Tu , Shangtong Yang , Shaoxiang Wu , Shengyan Zhang , Shijie Li , Shuang Li , Shuyi Fan , Wei Qin , Wei Tian , Weining Zhang , Wenbo Yu , Wenjie Liang , Xiang Kuang , Xiangmeng Cheng , Xiangyang Li , Xiaoquan Yan , Xiaowei Hu , Xiaoying Ling , Xing Fan , Xingye Xia , Xinyuan Zhang , Xinze Zhang , Xirui Pan , Xu Zou , Xunkai Zhang , Yadi Liu , Yandong Wu , Yanfu Li , Yidong Wang , Yifan Zhu , Yijun Tan , Yilin Zhou , Yiming Pan , Ying Zhang , Yinpei Su , Yipeng Geng , Yong Yan , Yonglin Tan , Yuean Bi , Yuhan Shen , Yuhao Yang , Yujiang Li , Yunan Liu , Yunqing Wang , Yuntao Li , Yurong Wu , Yutao Zhang , Yuxi Duan , Yuxuan Zhang , Zezhen Liu , Zhengtao Jiang , Zhenhe Yan , Zheyu Zhang , Zhixiang Wei , Zhuo Chen , Zhuoer Feng , Zijun Yao , Ziwei Chai , Ziyuan Wang , Zuzhou Zhang , Bin Xu , Minlie Huang , Hongning Wang , Juanzi Li , Yuxiao Dong , Jie Tang
‹ Prev 1 3 4 5 6 7 10 Next ›