paper-with-me

Papers

KACE: Knowledge-Adaptive Context Engineering for Mathematical Reasoning

2026-05-30 · Jayant Parashar, Suchendra M. Bhandarkar arxiv

Context engineering can improve large language models without updating their weights, but mathematical reasoning exposes a key limitation: feedback accumulated in one growing prompt causes context bloat and limits the amount of learned guidance that can be used. Existing methods often conflate storage, what is learned across runs, with usage, what is included for a particular problem, and therefore inherit this prompt-size ceiling. We introduce Knowledge-Adaptive Context Engineering (KACE), which separates storage from usage through difficulty- and domain-based organization. Offline, a self-reflective learning loop distills training traces into an epistemic tree: a knowledge base of typed cards stratified by problem difficulty and epistemic domain. Each card is assigned to the difficulty-domain node corresponding to the failure from which it originated. At evaluation time, tiered self-consistency with per-tier agreement gates dynamically classifies each problem as easy, medium, or hard. Easy problems exit without retrieved cards, while harder problems retrieve only the matching branch of the tree. This tiered scheme matches or exceeds Best-of-N while using comparable compute, and it classifies problem difficulty with 78 percent pairwise concordance. The main empirical contribution is the construction and use of a difficulty- and domain-stratified knowledge base enabled by tiered self-consistency. On AIME 2025, KACE achieves 62.2 percent accuracy, a 10.4-point absolute gain over fixed Best-of-5 self-consistency at a comparable solver-call budget and a 5.6-point gain over the strongest learned-context baseline, Tiered + GEPA. We also observe consistent gains on MATH-HARD and the verifiable subset of OlymMATH.

📄 PDF Abstract BibTeX arXiv:2606.00532

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Knowledge-Aware Evolution for Task-Free Streaming Federated Continual Learning with Arbitrary Class Overlap

2026-01-27 · Sixing Tan, Xianmin Liu arxiv

Federated Continual Learning (FCL) leverages inter-client collaboration to better balance new knowledge acquisition and old knowledge retention on non-stationary data. However, existing FCL methods struggle to adapt to s…

Federated LearningContinual Learning

KACE: Generating Knowledge Aware Contrastive Explanations for Natural Language Inference

2021-08-01 · ACL 2021 5 · Qianglong Chen, Feng Ji, Xiangji Zeng, Feng-Lin Li 외

In order to better understand the reason behind model behaviors (i.e., making predictions), most recent works have exploited generative models to provide complementary explanations. However, existing approaches in NLP ma…

counterfactualLanguage ModellingNatural Language Inference

EngiBench: A Benchmark for Evaluating Large Language Models on Engineering Problem Solving

2025-09-22 · Xiyuan Zhou, Xinlei Wang, Yirui He, Yang Wu 외 arxiv

Large language models (LLMs) have shown strong performance on mathematical reasoning under well-defined conditions. However, real-world engineering problems involve uncertainty, context, and open-ended settings that exte…

Mathematical Reasoning

Large Language Models for Combinatorial Optimization of Design Structure Matrix

2024-11-19 · Shuo Jiang, Min Xie, Jianxi Luo

Combinatorial optimization (CO) is essential for improving efficiency and performance in engineering applications. As complexity increases with larger problem sizes and more intricate dependencies, identifying the optima…

Combinatorial OptimizationMathematical Reasoning

PlayMolecule pKAce: Small Molecule Protonation through Equivariant Neural Networks

2024-07-15 · Nikolai Schapin, Maciej Majewski, Mariona Torrens-Fontanals, Gianni de Fabritiis

Small molecule protonation is an important part of the preparation of small molecules for many types of computational chemistry protocols. For this, a correct estimation of the pKa values of the protonation sites of mole…

Computational chemistry