Kun Zhou
Other people with similar names: Kun Zhou
Unverified author pages with similar names: Kun Zhou
2026
C-World: A Computer Use Agent Environment Creator
Ziqiao Xi | Shuang Liang | Qi Liu | Jiaqing Zhang | Letian Peng | Fang Nan | Meshal Nayim | Tianhui Zhang | Rishika Mundada | Lianhui Qin | Biwei Huang | Kun Zhou
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Ziqiao Xi | Shuang Liang | Qi Liu | Jiaqing Zhang | Letian Peng | Fang Nan | Meshal Nayim | Tianhui Zhang | Rishika Mundada | Lianhui Qin | Biwei Huang | Kun Zhou
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
To close the gap between LLM-based agents and humans in planning and reasoning, agents need large-scale, diverse environments for continuous learning—yet building such environments is itself prohibitively expensive. We present C-World, an environment creation system that enables users to build agent environments on demand. We define a complete agent environment through four components: an Action Space of 5,571 format-unified tools across 204 common applications, a Task Distribution engine that synthesizes long-horizon workflows with wild constraints, a Transition Function implemented as a state controller that injects realistic failures and perturbations, and a Reward Signal combining verifiable metrics with LLM-based judgment. C-World operates in two modes: a realistic mode grounded in live API execution, and a synthesized mode powered by the World Engine, which approximates tool behavior without live service access, enabling scalable environment creation—including environments for domains and tools that do not yet exist in the real world. Evaluation of nine state-of-the-art LLMs reveals that planning ability is uniformly strong but execution remains the bottleneck, and that constraint following—not tool invocation—is the dominant failure mode. The World Engine achieves Spearman 𝜌 = 0.883 ranking correlation with real execution, and fine-tuning on just 1,170 C-World trajectories outperforms baselines trained on 119k samples, demonstrating C-World’s dual value as a rigorous evaluation environment and a scalable data engine. Our code and data are available at https://ziqiao-git.github.io/C-World/.
Hybrid Self-evolving Structured Memory for Computer-Use Agents
Sibo Zhu | Wenyi WU | Kun Zhou | Stephen Wang | Biwei Huang
Findings of the Association for Computational Linguistics: ACL 2026
Sibo Zhu | Wenyi WU | Kun Zhou | Stephen Wang | Biwei Huang
Findings of the Association for Computational Linguistics: ACL 2026
The remarkable progress of vision–language models (VLMs) has enabled computer-use agents to interact with computers in a human-like manner. Yet real-world computer-use tasks remain difficult due to long-horizon workflows, diverse interfaces, and frequent intermediate errors. Prior work equips agents with external memory built from large collections of trajectories, but relies on flat retrieval over discrete summaries or continuous embeddings, falling short of the structured organization and self-evolving characteristics of human memory. Inspired by the brain, we propose Hybrid Self-evolving Structured Memory (HyMEM), a graph-based memory that couples discrete high-level symbolic nodes with continuous trajectory embeddings. HyMEM maintains a graph structure to support multi-hop retrieval, self-evolution via node update operations, and on-the-fly working-memory refreshing during inference. Extensive experiments show that HyMEM consistently improves open-source computer-use agents, enabling 7B/8B backbones to match or surpass strong closed-source models; notably, it boosts Qwen2.5-VL-7B by +22.5% and outperforms Gemini2.5-Pro-Vision and GPT-4o.
Deriving Character Logic from Storyline as Codified Decision Trees
Letian Peng | Kun Zhou | Longfei Yun | Yupeng Hou | Jingbo Shang
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Letian Peng | Kun Zhou | Longfei Yun | Yupeng Hou | Jingbo Shang
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Role-playing (RP) agents rely on behavioral profiles to act consistently across diverse narrative contexts, yet existing profiles are largely unstructured, non-executable, and weakly validated, leading to brittle agent behavior. We propose Codified Decision Trees (CDT), a data-driven framework that induces an executable and interpretable decision structure from large-scale narrative data. CDT represents behavioral profiles as a tree of conditional rules, where internal nodes correspond to validated scene conditions and leaves encode grounded behavioral statements, enabling deterministic retrieval of context-appropriate rules at execution time. The tree is learned by iteratively inducing candidate scene–action rules, validating them against data, and refining them through hierarchical specialization, yielding profiles that support transparent inspection and principled updates. Across multiple benchmarks, CDT substantially outperforms human-written profiles and prior profile induction methods, indicating that codified and validated behavioral representations lead to more reliable agent grounding.
Beyond the Last Frame: Process-aware Evaluation for Generative Video Reasoning
Yifan Li | YuKai Gu | Yingqian Min | Zikang Liu | Yifan Du | Kun Zhou | Min Yang | Xin Zhao | Minghui Qiu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Yifan Li | YuKai Gu | Yingqian Min | Zikang Liu | Yifan Du | Kun Zhou | Min Yang | Xin Zhao | Minghui Qiu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Recent breakthroughs in video generation have demonstrated an emerging capability termed Chain-of-Frames (CoF) reasoning, where models resolve complex tasks through the generation of continuous frames. While these models show promise for Generative Video Reasoning (GVR), existing evaluation frameworks often rely on single-frame assessments, which can lead to outcome-hacking, where a model reaches a correct conclusion through an erroneous process. To address this, we propose a process-aware evaluation paradigm. We introduce VIPER, a comprehensive benchmark spanning 16 tasks across temporal, structural, symbolic, spatial, physics, and planning reasoning. Furthermore, we propose Process-outcome Consistency (POC@r), a new metric that utilizes VLM-as-Judge with a hierarchical rubric to evaluate both the validity of the intermediate steps and the final result. Our experiments reveal that state-of-the-art video models achieve POC@1.0 only about 20% and exhibit a significant outcome-hacking. We further explore the impact of test-time scaling and sampling robustness, highlighting a substantial gap between current video generation and true generalized visual reasoning. Our benchmark are released at https://github.com/RUCAIBox/VIPER.
Decentralized Arena: Towards Democratic and Scalable Automatic Evaluation of Language Models
Yanbin Yin | Kun Zhou | Zhen Wang | Xiangdong Zhang | Yifei Shao | Shibo Hao | Yi Gu | Jieyuan Liu | Somanshu Singla | Tianyang Liu | Eric P. Xing | Zhengzhong Liu | Haojian Jin | Zhiting Hu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Yanbin Yin | Kun Zhou | Zhen Wang | Xiangdong Zhang | Yifei Shao | Shibo Hao | Yi Gu | Jieyuan Liu | Somanshu Singla | Tianyang Liu | Eric P. Xing | Zhengzhong Liu | Haojian Jin | Zhiting Hu
Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
The recent explosion of large language models (LLMs), each with its own general or specialized strengths, makes scalable, reliable benchmarking more urgent than ever. Standard practices nowadays face fundamental trade-offs: closed-ended question-based benchmarks (MMLU) struggle with saturation as newer models emerge, while crowd-sourced leaderboards (Chatbot Arena) rely on costly and slow human judges. Recently, automated methods (LLM-as-a-judge) shed light on the scalability, but risk bias by relying on one or a few “authority” models. To tackle these issues, we propose Decentralized Arena (), a fully automated framework leveraging collective intelligence from all LLMs to evaluate each other. It mitigates single-model judge bias by democratic, pairwise evaluation, and remains efficient at scale through two key components: (1) a coarse-to-fine ranking algorithm for fast incremental insertion of new models with sub-quadratic complexity, and (2) an automatic question selection strategy for the construction of new evaluation dimensions. Across extensive experiments across 66 LLMs, attains up to 97% correlation with human judgements, while significantly reducing the cost.
2025
ViFT: Towards Visual Instruction-Free Fine-tuning for Large Vision-Language Models
Zikang Liu | Kun Zhou | Wayne Xin Zhao | Dawei Gao | Yaliang Li | Ji-Rong Wen
Findings of the Association for Computational Linguistics: EMNLP 2025
Zikang Liu | Kun Zhou | Wayne Xin Zhao | Dawei Gao | Yaliang Li | Ji-Rong Wen
Findings of the Association for Computational Linguistics: EMNLP 2025
Visual instruction tuning has become the predominant technology in eliciting the multimodal task-solving capabilities of large vision-language models (LVLMs). Despite the success, as visual instructions require images as the input, it would leave the gap in inheriting the task-solving capabilities from the backbone LLMs, and make it costly to collect a large-scale high-quality dataset. To address it, we propose ViFT, a visual instruction-free fine-tuning framework for LVLMs. In ViFT, we only require the text-only instructions and image caption data during training, to separately learn the task-solving and visual perception abilities. During inference, we extract and combine the representations of the text and image inputs, for fusing the two abilities to fulfill multimodal tasks. Experimental results demonstrate that ViFT can achieve state-of-the-art performance on several downstream benchmarks, with rather less training data. Our code and data will be publicly released.
Enhancing Chain-of-Thought Reasoning via Neuron Activation Differential Analysis
Yiru Tang | Kun Zhou | Yingqian Min | Wayne Xin Zhao | Jing Sha | Zhichao Sheng | Shijin Wang
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing
Yiru Tang | Kun Zhou | Yingqian Min | Wayne Xin Zhao | Jing Sha | Zhichao Sheng | Shijin Wang
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing
Despite the impressive chain-of-thought(CoT) reasoning ability of large language models (LLMs), its underlying mechanisms remains unclear. In this paper, we explore the inner workings of LLM’s CoT ability via the lens of neurons in the feed-forward layers. We propose an efficient method to identify reasoning-critical neurons by analyzing their activation patterns under reasoning chains of varying quality. Based on it, we devise a rather simple intervention method that directly stimulates these reasoning-critical neurons, to guide the generation of high-quality reasoning chains. Extended experiments validate the effectiveness of our method and demonstrate the critical role these identified neurons play in CoT reasoning.
Extracting and Combining Abilities For Building Multi-lingual Ability-enhanced Large Language Models
Zhipeng Chen | Kun Zhou | Liang Song | Wayne Xin Zhao | Bingning Wang | Weipeng Chen | Ji-Rong Wen
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing
Zhipeng Chen | Kun Zhou | Liang Song | Wayne Xin Zhao | Bingning Wang | Weipeng Chen | Ji-Rong Wen
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing
Multi-lingual ability transfer has become increasingly important for the broad application of large language models (LLMs). Existing work highly relies on training with the multi-lingual ability-related data, which may not be available for low-resource languages. To solve it, we propose a **M**ulti-lingual **A**bilities **E**xtraction and **C**ombination approach, named as **MAEC**. Our key idea is to decompose and extract language-agnostic ability-related weights from LLMs, and combine them across different languages by simple addition and subtraction operations without training. Specifically, our MAEC consists of the extraction and combination stages. In the extraction stage, we firstly locate key neurons that are highly related to specific abilities, and then employ them to extract the transferable ability-related weights. In the combination stage, we further select the ability-related tensors that mitigate the linguistic effects, and design a combining strategy based on them and the language-specific weights, to build the multi-lingual ability-enhanced LLM. To assess the effectiveness of our approach, we conduct extensive experiments on LLaMA-3 8B on mathematical and scientific tasks in both high-resource and low-resource lingual scenarios. Experiment results have shown that MAEC can effectively and efficiently extract and combine the advanced abilities, achieving **comparable performance with PaLM**. We will publicly release our code and data.
2023
Visually-augmented pretrained language models for NLP tasks without images
Hangyu Guo | Kun Zhou | Wayne Xin Zhao | Qinyu Zhang | Ji-Rong Wen
Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Hangyu Guo | Kun Zhou | Wayne Xin Zhao | Qinyu Zhang | Ji-Rong Wen
Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Although pre-trained language models (PLMs) have shown impressive performance by text-only self-supervised training, they are found lack of visual semantics or commonsense. Existing solutions often rely on explicit images for visual knowledge augmentation (requiring time-consuming retrieval or generation), and they also conduct the augmentation for the whole input text, without considering whether it is actually needed in specific inputs or tasks. To address these issues, we propose a novel **V**isually-**A**ugmented fine-tuning approach that can be generally applied to various PLMs or NLP tasks, **W**ithout using any retrieved or generated **I**mages, namely **VAWI**. Experimental results show that our approach can consistently improve the performance of BERT, RoBERTa, BART, and T5 at different scales, and outperform several competitive baselines on ten tasks. Our codes and data are publicly available at https://github.com/RUCAIBox/VAWI.
Small Pre-trained Language Models Can be Fine-tuned as Large Models via Over-Parameterization
Ze-Feng Gao | Kun Zhou | Peiyu Liu | Wayne Xin Zhao | Ji-Rong Wen
Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
Ze-Feng Gao | Kun Zhou | Peiyu Liu | Wayne Xin Zhao | Ji-Rong Wen
Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)
By scaling the model size, large pre-trained language models (PLMs) have shown remarkable performance in various natural language processing tasks, mostly outperforming small PLMs by a large margin. However, due to the high computational cost, the huge number of parameters also restricts the applicability of large PLMs in real-world systems. In this paper, we focus on scaling up the parameters of PLMs only during fine-tuning, to benefit from the over-parameterization, while without increasing the inference latency. Given a relatively small PLM, we over-parameterize it by employing a matrix product operator, an efficient and almost lossless decomposition method to factorize its contained parameter matrices into a set of higher-dimensional tensors. Considering the efficiency, we further propose both static and dynamic strategies to select the most important parameter matrices for over-parameterization. Extensive experiments have demonstrated that our approach can significantly boost the fine-tuning performance of small PLMs and even help small PLMs outperform 3× parameterized larger ones.Our code is publicly available at https://github.com/zfgao66/OPF.
Search
Fix author
Co-authors
- Wayne Xin Zhao 6
- Ji-Rong Wen 4
- Biwei Huang 2
- Zikang Liu 2
- Yingqian Min 2
- Letian Peng 2
- Zhipeng Chen 1
- Weipeng Chen 1
- Yifan Du 1
- Ze-Feng Gao 1
- Dawei Gao 1
- YuKai Gu 1
- Yi Gu 1
- Hangyu Guo 1
- Shibo Hao 1
- Yupeng Hou 1
- Zhiting Hu 1
- Haojian Jin 1
- Yaliang Li 1
- Yifan Li 1
- Shuang Liang 1
- Peiyu Liu 1
- Qi Liu 1
- Jieyuan Liu 1
- Tianyang Liu 1
- Zhengzhong Liu 1
- Rishika Mundada 1
- Fang Nan 1
- Meshal Nayim 1
- Lianhui Qin 1
- Minghui Qiu 1
- Jing Sha 1
- Jingbo Shang 1
- Yifei Shao 1
- Zhichao Sheng 1
- Somanshu Singla 1
- Liang Song 1
- Yiru Tang 1
- Stephen Wang 1
- Shijin Wang 1
- Bingning Wang 1
- Zhen Wang 1
- Wenyi Wu 1
- Ziqiao Xi 1
- Eric Xing 1
- Min Yang 1
- Yanbin Yin 1
- Longfei Yun 1
- Qinyu Zhang 1
- Jiaqing Zhang 1
- Tianhui Zhang 1
- Xiangdong Zhang 1
- Sibo Zhu 1