Papers by Wenxiao Wu
Explore the Reasoning Capability of LLMs in the Chess Testbed (2025.naacl-short)
Copied to clipboard
| Challenge: | a recent study shows that large language models struggle with long-term, complex reasoning tasks. |
| Approach: | They propose to integrate annotated strategy and tactic into large language models to improve reasoning capability. |
| Outcome: | The proposed model performs better than GPT, Claude, and Gemini models . it integrates annotated strategy and tactic into the model . |
LongCLI-Bench: A Preliminary Benchmark and Study for Long-horizon Agentic Programming in Command-Line Interfaces (2026.findings-acl)
Copied to clipboard
Yukang Feng, Jianwen Sun, Zelai Yang, Jiaxin Ai, Chuanhao Li, Zizhen Li, Fanrui Zhang, Kang He, Rui Ma, Jifan Lin, Jie Sun, Yang Xiao, Sizhuo Zhou, Wenxiao Wu, Yiming Liu, Pengfei Liu, Shenglin Zhang, Kaipeng Zhang
| Challenge: | Existing benchmarks for agentic programming in long-horizon command-line interface tasks are limited by short task horizons, data contamination from GitHub scraping, and a lack of fine-grained evaluation metrics. |
| Approach: | They propose a benchmark to evaluate agentic capabilities across long-horizon command-line interface tasks. |
| Outcome: | The proposed benchmarks cover four engineering categories: from scratch, feature addition, bug fixing, and refactoring. |