Yang Li
Other people with similar names: Yang Li, Yang Li (College of William and Mary), Yang Li, Yang Li, Yang Li, Yang Li, Yang Li (Chinese Academy of Sciences), Yang Li (Hong Kong Metropolitan, Guangdong), Yang Li (CMU, Iowa State)
Unverified author pages with similar names: Yang Li
2026
Do LLMs Catch Their Own Mistakes? A Comprehensive Benchmark for Reflective Tool Use LLMs
Zheyuan Liu | Liqiang Xiao | Yang Li | Hyokun Yun | Lihong Li | Chao Zhang | Meng Jiang
Findings of the Association for Computational Linguistics: ACL 2026
Zheyuan Liu | Liqiang Xiao | Yang Li | Hyokun Yun | Lihong Li | Chao Zhang | Meng Jiang
Findings of the Association for Computational Linguistics: ACL 2026
Large language models (LLMs) increasingly rely on external tools to complete complex tasks, yet their ability to recognize and correct their own tool-use mistakes remains underexplored. Existing benchmarks primarily evaluate planning and execution success, overlooking the self-reflective dimension of tool use. To address this gap, we present ReflecTool-Bench, the first benchmark designed to assess LLMs’ self-reflective reasoning in tool-augmented multi-turn dialogues. ReflecTool-Bench covers 10 domains with 88 distinct APIs and 968 annotated dialogues, systematically injecting diverse error types arising from both user and assistant behavior. The benchmark defines two complementary evaluation setups: the Critique task, where models diagnose errors in third-party dialogues, and the Self-Reflection Task, where models must detect and repair their own prior tool-use mistakes. We introduce fine-grained metrics for error detection, error classification, correction accuracy, and explanation quality, enabling a holistic assessment of reflective reasoning. Evaluations across 12 state-of-the-art models, including both API-based closed source models and open source models, reveal that while models can reliably identify user-originated errors, they struggle with assistant-originated ones, and performance drops sharply when moving from critique to self-reflection.
SessionIntentBench: A Multi-task Inter-session Intention-shift Modeling Benchmark for E-commerce Customer Behavior Understanding
Yuqi Yang | Weiqi Wang | Baixuan Xu | Wei Fan | Qing Zong | Chunkit Chan | Zheye Deng | Xin Liu | Yifan Gao | Changlong Yu | Chen Luo | Yang Li | Zheng Li | Qingyu Yin | Bing Yin | Yangqiu Song
Findings of the Association for Computational Linguistics: ACL 2026
Yuqi Yang | Weiqi Wang | Baixuan Xu | Wei Fan | Qing Zong | Chunkit Chan | Zheye Deng | Xin Liu | Yifan Gao | Changlong Yu | Chen Luo | Yang Li | Zheng Li | Qingyu Yin | Bing Yin | Yangqiu Song
Findings of the Association for Computational Linguistics: ACL 2026
Session history is a common way of recording user interacting behaviors throughout a browsing activity with multiple products. For example, if an user clicks a product webpage and then leaves, it might because there are certain features that don’t satisfy the user, which serve as an important indicator of on-the-spot user preferences. However, all prior works fail to capture and model customer intention effectively because insufficient information exploitation and only apparent information like descriptions and titles are used. There is also a lack of data and corresponding benchmark for explicitly modeling intention in E-commerce product purchase sessions. To address these issues, we introduce the concept of an intention tree and propose a dataset curation pipeline. Together, we construct a sibling multimodal benchmark, SessionIntentBench, that evaluates L(V)LMs’ capability on understanding inter-session intention shift with four subtasks. With 1,952,177 intention entries, 1,132,145 session intention trajectories, and 13,003,664 available tasks mined using 10,905 sessions, we provide a scalable way to exploit the existing session data for customer intention understanding. We conduct human annotations to collect ground-truth label for a subset of collected data to form an evaluation gold set. Extensive experiments on the annotated data further confirm that current L(V)LMs fail to capture and utilize the intention across the complex session setting. Further analysis show injecting intention enhances LLMs’ performances.