English
Related papers

Related papers: KAT-V1: Kwai-AutoThink Technical Report

200 papers

Recent advances in large language models (LLMs) have enabled progress in agentic coding, where models autonomously reason, plan, and act within interactive software development workflows. However, bridging the gap between static text-based…

Large reasoning models (LRMs) are proficient at generating explicit, step-by-step reasoning sequences before producing final answers. However, such detailed reasoning can introduce substantial computational overhead and latency,…

Computation and Language · Computer Science 2025-10-10 Songjun Tu , Jiahao Lin , Qichao Zhang , Xiangyu Tian , Linjing Li , Xiangyuan Lan , Dongbin Zhao

Mathematical reasoning is a cornerstone of artificial general intelligence and a primary benchmark for evaluating the capabilities of Large Language Models (LLMs). While state-of-the-art models show promise, they often falter when faced…

Computation and Language · Computer Science 2025-07-29 Yifan Hao , Fangning Chao , Yaqian Hao , Zhaojun Cui , Huan Bai , Haiyu Zhang , Yankai Liu , Chao Deng , Junlan Feng

We present KAT-Coder-V2, an agentic coding model developed by the KwaiKAT team at Kuaishou. KAT-Coder-V2 adopts a "Specialize-then-Unify" paradigm that decomposes agentic coding into five expert domains - SWE, WebCoding, Terminal,…

With the rapid advancement of large language models (LLMs) technologies, their application in the domain of autonomous driving has become increasingly widespread. However, existing methods suffer from unstructured reasoning, poor…

Artificial Intelligence · Computer Science 2026-01-09 Chang Zhao , Zheming Yang , Yunqing Hu , Qi Guo , Zijian Wang , Pengcheng Li , Wen Ji

Large Language Models (LLMs) have demonstrated impressive performance in natural language processing tasks by leveraging chain of thought (CoT) that enables step-by-step thinking. Extending LLMs with multimodal capabilities is the recent…

Computation and Language · Computer Science 2024-01-24 Debjyoti Mondal , Suraj Modi , Subhadarshi Panda , Rituraj Singh , Godawari Sudhakar Rao

The rapid evolution of large language models in natural language processing has substantially elevated their semantic understanding and logical reasoning capabilities. Such proficiencies have been leveraged in autonomous driving systems,…

Robotics · Computer Science 2025-05-27 Yixin Cui , Haotian Lin , Shuo Yang , Yixiao Wang , Yanjun Huang , Hong Chen

We present LongCat-Flash-Thinking, an efficient 560-billion-parameter open-source Mixture-of-Experts (MoE) reasoning model. Its advanced capabilities are cultivated through a meticulously crafted training process, beginning with long…

Artificial Intelligence · Computer Science 2025-11-10 Meituan LongCat Team , Anchun Gui , Bei Li , Bingyang Tao , Bole Zhou , Borun Chen , Chao Zhang , Chao Zhang , Chengcheng Han , Chenhui Yang , Chi Zhang , Chong Peng , Chuyu Zhang , Cong Chen , Fengcun Li , Gang Xu , Guoyuan Lin , Hao Jiang , Hao Liang , Haomin Fu , Haoxiang Ma , Hong Liu , Hongyan Hao , Hongyin Tang , Hongyu Zang , Hongzhi Ni , Hui Su , Jiahao Liu , Jiahuan Li , Jialin Liu , Jianfei Zhang , Jianhao Xu , Jianing Wang , Jiaqi Sun , Jiaqi Zhang , Jiarong Shi , Jiawei Yang , Jingang Wang , Jinrui Ding , Jun Kuang , Jun Xu , Ke He , Kefeng Zhang , Keheng Wang , Keqing He , Li Wei , Liang Shi , Lin Qiu , Lingbin Kong , Lingchuan Liu , Linsen Guo , Longfei An , Mai Xia , Meng Zhou , Mengshen Zhu , Peng Pei , Pengcheng Jia , Qi Gu , Qi Guo , Qiong Huang , Quan Chen , Quanchi Weng , Rongxiang Weng , Ruichen Shao , Rumei Li , Shanglin Lei , Shuai Du , Shuaikang Liu , Shuang Zhou , Shuhao Hu , Siyu Xu , Songshan Gong , Tao Liang , Tianhao Hu , Wei He , Wei Shi , Wei Wang , Wei Wu , Wei Zhuo , Weifeng Tang , Wenjie Shi , Wenlong Zhu , Xi Su , Xiangcheng Liu , Xiangyu Xi , Xiangzhou Huang , Xiao Liu , Xiaochen Jiang , Xiaowei Shi , Xiaowen Shi , Xiaoyu Li , Xin Chen , Xinyue Zhao , Xuan Huang , Xuemiao Zhang , Xuezhi Cao , Xunliang Cai , Yajie Zhang , Yang Chen , Yang Liu , Yang Liu , Yang Zheng , Yaoming Wang , Yaqi Huo , Yerui Sun , Yifan Lu , Yiyang Li , Youshao Xiao , Yuanzhe Lei , Yuchen Xie , Yueqing Sun , Yufei Zhang , Yuhuai Wei , Yulei Qian , Yunke Zhao , Yuqing Ding , Yuwei Jiang , Zhaohua Yang , Zhengyu Chen , Zhijian Liu , Zhikang Xia , Zhongda Su , Ziran Li , Ziwen Wang , Ziyuan Zhuang , Zongyu Wang , Zunyuan Yang

K2-Think is a reasoning system that achieves state-of-the-art performance with a 32B parameter model, matching or surpassing much larger models like GPT-OSS 120B and DeepSeek v3.1. Built on the Qwen2.5 base model, our system shows that…

The reasoning capabilities of large language models (LLMs) have improved substantially through increased test-time computation, typically in the form of intermediate tokens known as chain-of-thought (CoT). However, CoT often becomes…

Computation and Language · Computer Science 2026-01-07 Nathanaël Carraz Rakotonirina , Ren Pang , Neha Anna John , Michael Bohlke-Schneider , Momchil Hardalov

Multimodal Large Language Models (MLLMs) equipped with step-by-step thinking capabilities have demonstrated remarkable performance on complex reasoning problems. However, this thinking process is redundant for simple problems solvable…

Computer Vision and Pattern Recognition · Computer Science 2025-09-03 Qi Yang , Bolin Ni , Shiming Xiang , Han Hu , Houwen Peng , Jie Jiang

Chain of Thought (CoT) was introduced in recent research as a method for improving step-by-step reasoning in Large Language Models. However, CoT has limited applications such as its need for hand-crafted few-shot exemplar prompts and no…

Computation and Language · Computer Science 2024-12-11 Arda Sevinc , Abdurrahman Gumus

Explicit Chain-of-Thought improves the reasoning performance of large language models but often incurs high inference cost due to verbose token-level traces. While recent approaches reduce this overhead via concise prompting or step…

Computation and Language · Computer Science 2026-03-09 Yunlong Chu , Minglai Shao , Yuhang Liu , Bing Hao , Yumeng Lin , Jialu Wang , Ruijie Wang

Large reasoning models (LRMs), such as OpenAI o1 and DeepSeek-R1, have significantly enhanced their reasoning capabilities by generating longer chains of thought, demonstrating outstanding performance across a variety of tasks. However,…

Computation and Language · Computer Science 2025-10-31 Haoran Zhao , Yuchen Yan , Yongliang Shen , Haolei Xu , Wenqi Zhang , Kaitao Song , Jian Shao , Weiming Lu , Jun Xiao , Yueting Zhuang

Large reasoning models (LRMs) like OpenAI-o1 and DeepSeek-R1 have demonstrated remarkable capabilities in complex reasoning tasks through the utilization of long Chain-of-thought (CoT). However, these models often suffer from hallucinations…

Computation and Language · Computer Science 2025-03-10 Chengpeng Li , Mingfeng Xue , Zhenru Zhang , Jiaxi Yang , Beichen Zhang , Xiang Wang , Bowen Yu , Binyuan Hui , Junyang Lin , Dayiheng Liu

The primary focus of recent work with largescale transformers has been on optimizing the amount of information packed into the model's parameters. In this work, we ask a different question: Can multimodal transformers leverage explicit…

Computation and Language · Computer Science 2022-05-06 Liangke Gui , Borui Wang , Qiuyuan Huang , Alex Hauptmann , Yonatan Bisk , Jianfeng Gao

Large language models (LLMs) have achieved remarkable progress on mathematical tasks through Chain-of-Thought (CoT) reasoning. However, existing mathematical CoT datasets often suffer from Thought Leaps due to experts omitting intermediate…

Computation and Language · Computer Science 2025-12-01 Haolei Xu , Yuchen Yan , Yongliang Shen , Wenqi Zhang , Guiyang Hou , Shengpei Jiang , Kaitao Song , Weiming Lu , Jun Xiao , Yueting Zhuang

Recent advancements in large reasoning models (LRMs) have demonstrated the effectiveness of scaling test-time computation to enhance reasoning capabilities on various tasks. However, LRMs often suffer from an ``overthinking'' problem, where…

Computation and Language · Computer Science 2025-08-05 Yule Liu , Jingyi Zheng , Zhen Sun , Zifan Peng , Wenhan Dong , Zeyang Sha , Shiwen Cui , Weiqiang Wang , Xinlei He

We present VAPO, Value-based Augmented Proximal Policy Optimization framework for reasoning models., a novel framework tailored for reasoning models within the value-based paradigm. Benchmarked the AIME 2024 dataset, VAPO, built on the Qwen…

Large Reasoning Models (LRMs) achieve strong performance on complex tasks by leveraging long Chain-of-Thought (CoT), but often suffer from overthinking, leading to excessive reasoning steps and high inference latency. Existing CoT…

Computation and Language · Computer Science 2026-04-13 Yi Sui , Chaozhuo Li , Dawei Song
‹ Prev 1 2 3 10 Next ›