paper-with-me

Papers

Beyond Factual Knowledge: Benchmarking and Learning Step-Level Procedural Rule Reasoning in Large Language Models

2026-08-24 · Bohan Yu, Pengfei Cao, Chen Han, Chenxi Zhou, Zhiheng Zhang, Zhiyang Xie, Wenhao Teng, Xiangwen Liao, Jun Zhao, Kang Liu arxiv

Large language models (LLMs) excel at text understanding and generation, yet still struggle to reliably understand and apply externally provided procedural rules at scale. To evaluate this capability, we introduce RuleWorld, a large-scale benchmark that reformulates rules as globally reusable abstract units rather than instance-specific facts. In RuleWorld, several scenarios, including single-rule, parallel multi-rule, and multi-hop reasoning, are settled for comprehensive evaluation. We further propose DynaRule, an end-to-end framework that injects the given rules into the KV cache and turns retrieval into an internal, learnable, step-wise process. Specifically, DynaRule employs Stacked Step-Level Attention Training with a special <search> token to enable dynamic rule re-attention and updating during inference. In this way, the model can re-attend to the most relevant rules at each step, dynamically replacing outdated ones to support more stable multi-step reasoning. Experiments on RuleWorld show that existing LLMs face challenges under large rule pools, while DynaRule improves average QA accuracy by up to 19 points and achieves over 85% Recall@1 at 10K rules, outperforming strong baselines by large margins. We make our code and dataset available here: https://github.com/SharkSpicy-NLP/Beyond-Factual-Knowledge.

📄 PDF Abstract BibTeX arXiv:2608.22753

Code (2)

SharkSpicy-NLP/Beyond-Factual-Knowledge ★ 4
Tavish9/awesome-daily-AI-arxiv ★ 113

Similar Papers 제목 키워드 기반

MSQA: Benchmarking LLMs on Graduate-Level Materials Science Reasoning and Knowledge

2025-05-29 · Jerry Junyang Cheung, Shiyao Shen, Yuchen Zhuang, Yinghao Li 외

Despite recent advances in large language models (LLMs) for materials science, there is a lack of benchmarks for evaluating their domain-specific knowledge and complex reasoning abilities. To bridge this gap, we introduc…

Benchmarking

Event-level Knowledge Editing

2024-02-20 · Hao Peng, Xiaozhi Wang, Chunyang Li, Kaisheng Zeng 외

Knowledge editing aims at updating knowledge of large language models (LLMs) to prevent them from becoming outdated. Existing work edits LLMs at the level of factual knowledge triplets. However, natural knowledge updates…

knowledge editingTriplet

KnowMe-Bench: Benchmarking Person Understanding for Lifelong Digital Companions

2026-01-08 · Tingyu Wu, Zhisheng Chen, Ziyan Weng, Shuhe Wang 외 arxiv

Existing long-horizon memory benchmarks mostly use multi-turn dialogues or synthetic user histories, which makes retrieval performance an imperfect proxy for person understanding. We present \BenchName, a publicly releas…

Simple Steps to Success: A Method for Step-Based Counterfactual Explanations

2023-06-27 · Jenny Hamer, Nicholas Perello, Jake Valladares, Vignesh Viswanathan 외

Algorithmic recourse is a process that leverages counterfactual explanations, going beyond understanding why a system produced a given classification, to providing a user with actions they can take to change their predic…

counterfactual

Benchmarking Chinese Commonsense Reasoning with a Multi-hop Reasoning Perspective

2025-10-09 · Wangjie You, Xusheng Wang, Xing Wang, Wenxiang Jiao 외 arxiv

While Large Language Models (LLMs) have demonstrated advanced reasoning capabilities, their comprehensive evaluation in general Chinese-language contexts remains understudied. To bridge this gap, we propose Chinese Commo…

Logical Reasoning