Zixuan Wang
Other people with similar names: Zixuan Wang, Zixuan Wang, Zixuan Wang, Zixuan Wang, Zixuan Wang, Zixuan Wang
Unverified author pages with similar names: Zixuan Wang
2026
AMA: Adaptive Memory via Multi-Agent Collaboration
Weiquan Huang | Zixuan Wang | Hehai Lin | Sudong Wang | Bo Xu | Qian Li | Beier Zhu | Linyi Yang | Chengwei Qin
Findings of the Association for Computational Linguistics: ACL 2026
Weiquan Huang | Zixuan Wang | Hehai Lin | Sudong Wang | Bo Xu | Qian Li | Beier Zhu | Linyi Yang | Chengwei Qin
Findings of the Association for Computational Linguistics: ACL 2026
The rapid evolution of Large Language Model (LLM) agents has necessitated robust memory systems to support cohesive long-term interaction and complex reasoning. Benefiting from the strong capabilities of LLMs, recent research focus has shifted from simple context extension to the development of dedicated agentic memory systems. However, existing approaches typically rely on rigid retrieval granularity, accumulation-heavy maintenance strategies, and coarse-grained update mechanisms. These design choices create a persistent mismatch between stored information and task-specific reasoning demands, while leading to the unchecked accumulation of logical inconsistencies over time. To address these challenges, we propose Adaptive Memory via Multi-Agent Collaboration (AMA), a novel framework that leverages coordinated agents to manage memory across multiple granularities. AMA employs a hierarchical memory design that dynamically aligns retrieval granularity with task complexity. Specifically, the Constructor and Retriever jointly enable multi-granularity memory construction and adaptive query routing. The Judge verifies the relevance and consistency of retrieved content, triggering iterative retrieval when evidence is insufficient or invoking the Refresher upon detecting logical conflicts. The Refresher then enforces memory consistency by performing targeted updates or removing outdated entries. Extensive experiments on challenging long-context benchmarks show that AMA significantly outperforms state-of-the-art baselines while reducing token consumption by approximately 80% compared to full-context methods, demonstrating its effectiveness in maintaining retrieval precision and long-term memory consistency.
BizCompass: Benchmarking the Reasoning Capabilities of LLMs in Business Knowledge and Applications
Jianing Hao | Yuhe Wu | Yuanjian Xu | Shichang Meng | Shuai Yuan | Wei Zeng | Zixuan Wang | Guang Zhang
Findings of the Association for Computational Linguistics: ACL 2026
Jianing Hao | Yuhe Wu | Yuanjian Xu | Shichang Meng | Shuai Yuan | Wei Zeng | Zixuan Wang | Guang Zhang
Findings of the Association for Computational Linguistics: ACL 2026
Large language models (LLMs) hold great promise for business applications, yet business analysis remains inherently complex, demanding rigorous reasoning and the integration of diverse knowledge sources. Existing benchmarks typically target narrow tasks and thus leave a fundamental question unanswered: how can LLMs be reliably applied in business, and how are these applications grounded in underlying theoretical capabilities? To address this gap, we introduce BizCompass, a benchmark explicitly designed to connect theoretical foundations with practical business knowledge and applications. At the knowledge level, BizCompass covers four core domains—finance, economics, statistics, and operations management. At the application level, it structures tasks around three representative roles: the analyst, the trader, and the consultant. This dual-axis design not only exposes performance differences across realistic scenarios but also diagnoses which foundational capabilities enable or constrain success. We systematically evaluate both open-source and commercial LLMs, revealing how theoretical knowledge translates into practical performance in business. The results provide actionable insights for model selection and training optimization in real-world business contexts. All datasets and evaluation code are publicly released to support reproducibility and future research: https://bizcompass.dev.ypemc.com.