R-APS: Compositional Reasoning and In-Context Meta-Learning for Constrained Design via Reflective Adversarial Pareto Search

📅 2026-06-03
📈 Citations: 0
Influential: 0
📄 PDF

career value

207K/year
🤖 AI Summary
This work addresses structural limitations of large language models (LLMs) in agent applications—namely error propagation, unassessed worst-case perturbations, and the inability to invalidate outdated knowledge. The authors propose a fine-tuning-free structured protocol that, on frozen LLMs, decouples reasoning modes to jointly enable compositional reasoning, adversarial stress testing, and meta-inductive rule extraction. Key innovations include reflective adversarial Pareto search, typed verification critics, sensitivity-guided counterfactual testing, and an explicit rule invalidation mechanism. Evaluated on planar mechanism synthesis tasks, the method achieves robustness certificates 3.5× tighter than baselines, a 46% faster time-to-first-feasible-solution, and a 2.1× reduction in Chamfer distance, while demonstrating that small-scale specialized models can match the performance of 70B-parameter general-purpose LLMs.
📝 Abstract
Large language models (LLMs) are fluent on open-ended tasks, yet in agentic settings, where a system must plan, use tools, and act over extended horizons, fluency does not ensure reliable delivery. We trace this gap to three coupled structural failures: errors propagate without localization, worst-case perturbations go unevaluated, and accumulated knowledge is never invalidated. We argue these share a root cause: abductive, counterfactual, meta-inductive, corrective, and inductive reasoning pull a shared context in incompatible directions. We introduce Reflective Adversarial Pareto Search (R-APS), to our knowledge the first method addressing all three failures jointly via reasoning-mode decomposition, allocating each reasoning mode its own context and orchestrating interaction across three timescales: staged compositional reasoning with a typed validation critic (failure localization), sensitivity-guided counterfactual stress-testing as a first-class Pareto objective (robustness), and meta-inductive rule extraction with explicit invalidation (persistent memory). R-APS requires no fine-tuning and operates on a frozen LLM purely via structured protocol design. We evaluate on planar mechanism synthesis (robotics, prosthetics, mechanical design), with every candidate checked by a kinematic solver. On 32 target trajectories, R-APS delivers robustness certificates 3.5x tighter than uniform-perturbation baselines, 46% faster iterations-to-first-admission, and 2.1x Chamfer-distance reduction over Enum+GA while jointly controlling bar-count and worst-case robustness. Small 4B reasoning-specialized models prove competitive with general-purpose 70B backbones inside the protocol, suggesting structured protocols can partially offset model scale.
Problem

Research questions and friction points this paper is trying to address.

reasoning failures
error propagation
robustness evaluation
knowledge invalidation
agentic reliability
Innovation

Methods, ideas, or system contributions that make the work stand out.

Reflective Adversarial Pareto Search
compositional reasoning
in-context meta-learning
robustness certification
structured protocol design
🔎 Similar Papers
No similar papers found.