R-APS: Compositional Reasoning and In-Context Meta-Learning for Constrained Design via Reflective Adversarial Pareto Search
Summary
R-APS (Reflective Adversarial Pareto Search) is a novel method for constrained design tasks that addresses three structural failures in LLM-based agentic systems—error propagation, robustness evaluation, and knowledge invalidation—through reasoning-mode decomposition across three timescales, requiring no fine-tuning. Evaluated on planar mechanism synthesis, it achieves 3.5x tighter robustness certificates, 46% faster iterations-to-first-admission, and 2.1x Chamfer-distance reduction over baselines.
View Cached Full Text
Cached at: 06/05/26, 02:09 AM
# R-APS: Compositional Reasoning and In-Context Meta-Learning for Constrained Design via Reflective Adversarial Pareto Search Source: [https://arxiv.org/abs/2606.04823](https://arxiv.org/abs/2606.04823) [View PDF](https://arxiv.org/pdf/2606.04823) > 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\. ## Submission history From: João Pedro Gandarela \[[view email](https://arxiv.org/show-email/fdf238d5/2606.04823)\] **\[v1\]**Wed, 3 Jun 2026 12:45:39 UTC \(362 KB\)
Similar Articles
Adversarial Concept Search: Predicting Compositional Errors From Feature Geometry
This paper proposes Adversarial Concept Search, a method that uses the representational geometry of large language models to predict compositional failures without evaluating specific inputs. The approach identifies high-risk scenarios by measuring interference between salient features.
RL Post-Training Builds Compositional Reasoning Strategies
This paper investigates whether reinforcement learning post-training can compose primitive skills into higher-level compositional strategies, using a fully observable rewrite-grammar environment. The authors find that RL reorganizes primitive competence through phased compositional mechanisms, while rejection fine-tuning plateaus due to producing many invalid shortcut-like rewrites.
RAS: Reflection-Augmented Scaling with In-Context Learning for Executable Cypher Query Generation
This paper introduces Reflection-Augmented Scaling (RAS), a method that uses execution feedback from failed Cypher queries to iteratively refine query generation via in-context learning, reducing execution error rates by 41-50% across multiple datasets and models.
Adaptive Latent Agentic Reasoning
This paper introduces Adaptive Latent Agentic Reasoning (ALAR), a dual-mode framework for LLM agents that uses compact latent reasoning for routine turns and selectively escalates to explicit chain-of-thought for harder decisions, achieving up to 84.6% token reduction while maintaining task accuracy.
@mdeng34: Frontier LLMs are converging on efficient, adaptive reasoning. Opus 4.7 lets the model decide how deeply to reason. GPT…
New research introduces SR²AM, a configurator that self-regulates when to use simulative reasoning, improving efficiency and performance in LLMs.