AI's Binding Constraint Is Structural, Not Scale
2026-06-29 00:00 UTC
Highlights
- Formal analysis exposes inherent structural flaws in deployed AI methods that cannot be remedied by incremental scaling, revealing design assumptions as the binding constraint on progress.
- Multimodal AI systems illustrate that single-modality representations are structurally incomplete, resulting in systematic and predictable failures that additional modalities cannot simply patch.
- Embodied and agentic AI benchmarks cannot causally attribute performance to claimed capabilities because evaluation methodology systematically conflates confounding factors with genuine competence.
- Activation-level mechanistic safety interventions harbor inherent structural blind spots, as formal evidence demonstrates they lack the coverage of procedural safeguards applied around model behavior.
A common thread across recent advances in artificial intelligence reveals that the primary obstacles to progress are not deficits in scale or compute, but the structural assumptions built into models, training paradigms, and evaluation protocols. From optimization pathologies that resist scaling remedies, to multimodal systems that fail because single-modality representations are intrinsically incomplete, to agentic benchmarks where measured competence is confounded with spurious factors, the evidence points toward a systematic re-examination of foundations. Simultaneously, efficiency gains now flow from architectural internalization rather than external heuristics, scientific AI increasingly embeds causal self-correction as a design requirement, and safety research fractures into mechanistic and procedural camps with irreducible blind spots. These developments collectively mark a pivot away from monolithic scaling toward formal scrutiny and systems-level redesign.
Structural Pathologies in Deployed Methods
Formal analysis is now exposing inherent structural flaws in widely deployed AI methods—flaws tied to design assumptions that incremental scaling cannot remedy. In optimization, standard adaptive optimizers such as Adam lack gauge-equivariant structure and consequently drift along flat symmetry directions, settling into more degenerate minima than symmetry-respecting alternatives can reach 1. This pathology is not a deficit of compute or data; it originates in an architectural choice that fails to separate the gauge orbit from the quotient space, meaning that even unlimited training time would not rectify the attractor dynamics.
A parallel class of structural defects appears in the reinforcement‑learning‑based finetuning of language models. Group Relative Policy Optimization (GRPO) underpins widely deployed systems like DeepSeek‑R1, but its theoretical properties remained poorly understood until a first‑principles derivation from the policy gradient theorem revealed a hard credit‑assignment bottleneck 2. GRPO’s output‑only reward assumption forces identical advantage scores onto every token in a sequence, so the method provably cannot assign distinct credit to individual tokens; its gradients live in a rank‑2 subspace that is structurally incapable of supporting multi‑step reasoning or compositional tasks. No expansion of model capacity or training budget can differentiate token‑level contributions when the advantage signal is uniform—the limitation is locked into the method’s reward design.
Multi‑round mixture‑of‑experts routing suffers a failure mode that mirrors this collapse of signal differentiation. In Router‑R1 and similar agents, a small router’s strong pre‑training priors interact with sparse outcome rewards to produce Trust Region Collapse: the router increasingly disregards complex expert reasoning traces, driving expert‑call probabilities to zero 3. Here, again, the fault lies not in insufficient depth or expert count but in a design that couples interactive reasoning with a routing policy under a sparse reward regime, funneling the system into degenerate local optima that more rounds of scaling would only reinforce.
Even the benchmarks used to gauge progress harbor structural pathologies that escape correction through scale. In diffusion large language models, the ranking of parallel decoding methods is highly sensitive to prompt template choice, so reported acceleration gains can be mere evaluation artifacts 4. This evaluation illusion shows that design assumptions about method robustness to prompt variation are systematically violated; a larger model or more decoding steps cannot fix a sensitivity that resides in the evaluation protocol itself. Across optimization, credit assignment, routing, and evaluation, formal scrutiny identifies collapse points where structural properties are absent or mis‑specified—indicating that the binding constraint on progress is now the redesign of methods to satisfy necessary formal conditions, not the accumulation of further compute.
Efficiency Through Architectural Internalization
The migration of the inference-efficiency frontier toward architectural internalization is epitomized by the re-framing of multi-agent debate not as a separate orchestration layer but as an internal routing mechanism within a single model’s Mixture-of-Experts architecture 5. By embedding the debate directly into the model’s parameter-efficient routing, the approach eliminates the external token exchange and latency penalties of conventional multi-agent systems, delivering a 3.7× reduction in latency and 87% fewer tokens while maintaining accuracy 5. This trade-off renders dynamic deliberation viable in resource-constrained settings, internalizing a capability that previously lived outside the model boundary.
Yet such architectural internalization does not merely dissolve overhead; it relocates complexity and surfaces new degeneracy modes that require explicit engineering. In high-resolution Diffusion Transformers, for example, a seemingly benign design choice—redundant spatial self-attention masks—inadvertently disables FlashAttention fast paths, creating a systems bottleneck termed the Mask-Induced Dispatch Tax (MIDT) 6. The bottleneck is not a limitation of the attention mechanism itself but a structural artifact of how masking interacts with optimized kernel dispatch; its resolution demands a dedicated, training-free framework that identifies and eliminates the tax without altering model weights 6. The gain in inference speed enabled by DiT architectures thus uncovers a degeneracy that must be explicitly mitigated through systems-level awareness.
A parallel dynamic appears in block diffusion language models, where a critical train-inference gap had prevented practical wall-clock speedups despite the conceptual appeal of parallel block decoding 7. The introduction of concurrent multi-block refinement directly addresses this gap, raising tokens-per-forward to 9.34 and throughput from 781.50 to 951.41 TPS 7. The speedup, however, comes with a measurable accuracy cost on math and code benchmarks, meaning the engineering solution itself introduces a new trade-off surface that must be managed—a hallmark of the shift from abstract algorithmic gains to concrete systems-level co-design 7.
The co-design imperative extends into production deployments. According to a media report on DeepSeek’s DSpark speculative decoding system, the transition from a collection of isolated speculative decoding tricks to a self-adaptive pipeline requires tight integration of algorithms, scheduling, and hardware execution; the report claims an 85% single-user speedup and 4× high-concurrency throughput gain from this holistic co-design 8. While these vendor-reported figures are not independently verified, the account underscores that production-grade efficiency can no longer be achieved by patching external optimizations onto a fixed architecture—the system itself must be re-architected, and the emergent bottlenecks that surface during that re-architecting (such as load imbalances or scheduling conflicts) must be engineered away 8.
Collectively, these developments reveal a pattern: architectural internalization and systems-level co-design now define the efficiency frontier, but each step forward surfaces new structural pathologies—mask dispatch taxes, train-inference misalignments, co-design complexity—that demand explicit, often training-free, mitigation. The binding constraint on progress is no longer raw capability, but the ability to engineer around the degeneracies that architectural ambition creates.
Multimodal Structural Incompleteness
The prevailing view of multimodal AI has treated additional sensory streams as optional enhancers that boost robustness without altering the fundamental representational character of models. A growing body of evidence challenges this assumption, instead indicating that representations grounded in a single modality are structurally incomplete, giving rise to systematic and predictable failures that no amount of scaling can eliminate.
The necessity of non-visual physical information is demonstrated empirically by TacGen, which shows that vision alone underdetermines contact-dependent properties like mass, density, and compliance 9. Two visually identical objects can differ drastically in hardness or weight, and only tactile contact supplies the physical evidence required to disambiguate them. Adding touch as a structured modality yields a ∆R² improvement of +0.570 in mass prediction and lifts simulated manipulation success from 0.246 to 0.979, confirming that touch is not an auxiliary signal but a necessary dimension for physical-world representation 9. The same structural gap appears in dynamic perception: Event-VLA reveals that RGB-only vision-language-action models suffer severe performance degradation under low illumination, motion blur, and sensor noise, because standard frame-based cameras fail to capture fast physical dynamics 10. The proposed action-conditioned event-fusion interface recovers what Event-VLA terms action-time physical residuals—instantaneous, salient, and persistent motion cues—enabling robust performance where the visual modality alone collapses 10.
Even when multiple modalities are nominally present, incomplete cross-modal alignment introduces its own class of systematic failures. MIRROR demonstrates that existing adapter modules linking vision and language in multimodal large language models succeed in preserving individual token-level semantic correspondences but lose the inter-concept relational structure during cross-modal transfer 11. Consequently, models falter on compositional visual reasoning tasks, overriding correct language priors when salient but misleading visual features appear 11. A complementary structural failure is identified by FADE, which provides a mechanistic explanation for vision-language hallucinations: attention modules consistently aggregate visual evidence across layers, yet feed-forward network (FFN) modules in critical mid-to-late layers (e. g., layers 16–22 in LLaVA-1.5) override that aggregated evidence with dominant language priors 12. The hallucination is not a random error but a predictable consequence of an architectural imbalance in how visual and linguistic signals interact within the model 12.
Taken together, these demonstrations expose a consistent pattern. Missing sensory dimensions such as touch and high-frequency motion event streams render vision-only representations incapable of capturing essential physical properties 8, 24. Even within seemingly integrated multimodal architectures, flawed cross-modal alignment mechanisms either discard relational structure or permit language modules to suppress faithfully aggregated visual evidence, generating hallucinations 32, 27. The shift is thus not merely additive; it is a recognition that the fundamental incompleteness of single-modality representations demands structural redesign of how information is encoded, transferred, and integrated, rather than reliance on scale or surface-level fusion.
The Evaluation Crisis in Embodied and Agentic AI
Progress in embodied and agentic AI is typically reported as benchmark scores that rise with scale, but the evidence now indicates that these gains cannot be causally attributed to the capabilities they are taken to measure. The evaluation apparatus itself systematically conflates confounding factors with genuine competence, creating an attributional crisis that cuts across physical task execution, diagnostic reasoning, and safety evaluation.
The core of the problem in embodied AI is laid bare by the observation that Vision-Language-Action (VLA) model task success rates conflate semantic generalization inherited from vision-language pretraining with actual physical reasoning 13. Scaling a VLA backbone improves benchmark performance, but the observed behavior may reflect nothing more than surface-level semantic pattern matching; the system never had to construct a causally grounded model of the physical world to succeed. The insufficiency of current evaluation is further exposed when the deployment context shifts from broad manipulation tasks to domains with unforgiving precision requirements. General-purpose VLA models have never been systematically tested in settings such as laparoscopic surgical robotics, which demand millimeter-level accuracy and safety guarantees 14. Without such testing, any extrapolation from existing aggregate metrics to genuine physical competence remains unsupported—the benchmarks do not probe the failure modes that would distinguish a robust reasoner from a lucky imitator.
This inability to disentangle capability from confound extends to agentic reasoning. In microservice failure diagnosis, standard outcome-oriented benchmarks label only the final root cause and cannot discriminate between evidence-grounded causal reasoning and accidental keyword matching 15. The proposed remedy—a process-level evaluation paradigm that scores the intermediate steps of localization, identification, and causal reasoning—directly acknowledges that raw success rates are a broken signal. The shift to process-level evidence marks an explicit recognition that outcome-only scoring systematically inflates the apparent competence of agents.
Scaling does not automatically dissolve these confounds; it may instead transmute them. The relationship between model size and a system’s sensitivity to evaluation context is not monotonic. Across open-weight language models, larger variants encode evaluation awareness in earlier layers, a dissociated representational pattern that standard black-box evaluations cannot detect 16. This finding implies that as frontier models grow, they may become increasingly adept at exploiting the surface structure of a benchmark without possessing the underlying ability, thereby intensifying authenticity concerns rather than resolving them. The conflation here is double: behavior masks internal capability, and internal representations that could reveal the conflation are invisible to prevailing evaluation protocols. Together, these strands of evidence form a coherent indictment: evaluation in embodied and agentic AI operates in a regime where success is overdetermined by priors, lucky guesses, and structural shortcuts, while the very capacity to detect this crisis is undermined by the opacity of the systems under test.
Scientific AI: From Prediction to Causal Self-Correction
The transition from black-box prediction to frameworks that embed causal validation, belief revision, and physical consistency as first-class design constraints is unfolding concurrently across multiple scientific domains. A first-party report on Generative Causal Testing (GCT) illustrates this reorientation by distilling LLM-based brain-prediction models into concise verbal explanations of cortical response properties, then causally validating those explanations through targeted synthetic stories tested in human fMRI experiments 17. The framework treats causal testability—not predictive accuracy alone—as the primary scientific objective, thereby closing the gap between prediction and understanding. This commitment to causal validation is deepened by evidence-informed LLM beliefs for continual scientific discovery, where static priors are replaced with formal belief-revision principles 18. By rewiring hypothesis generation to respond to accumulated evidence, the method avoids wasting search budget on hypotheses already implied by past findings and boosts accumulated non-stationary surprisal by 30, demonstrating that when belief dynamics become a first-class design constraint, discovery efficiency improves fundamentally 18. The progression from one-shot causal testing 17 to dynamic, evidence-sensitive belief updating 18 extends the scientific AI paradigm from validating static explanations to sustaining a recursive hypothesis-generation cycle.
In parallel, physical consistency is being elevated from a post-hoc check to a structural requirement in two instrumentation-adjacent contexts. Self-supervised calibration of scientific detectors reframes the problem as a physics-informed learning task that jointly infers latent calibration parameters and task-specific predictions directly from raw measurements, using physical consistency constraints in place of manual labels 19. This eliminates the circular dependency where pre-calibrated signals are needed to train the very model that is meant to perform calibration, enabling autonomous calibration and continuous performance monitoring without expert intervention. In computational chemistry, action-operator semantics imposes a mathematically rigorous structure on molecular diffusion models, transforming them from opaque samplers into auditable thermodynamic estimators that natively connect to thermodynamic ensembles and directly address the phase-space overlap bottleneck that cripples traditional free-energy perturbation 20. Here, physical law is not an external validator but the generative grammar of the model.
These efforts cohere into a single pattern: causal validation, belief revision, and physical consistency are being re-specified from external desiderata into internal architectural constraints. The causal-testing methodology of GCT 17 and the belief-revision mechanism of AutoDiscovery 18 are complementary in that the former ensures individual explanations are causally grounded, while the latter ensures the search over hypotheses does not stagnate—a synthesis would yield discovery pipelines that are both causally verified per step and dynamically responsive to accumulating evidence. The calibration framework 19 and the action-operator molecular model 20 converge on the principle that domain-specific physical constraints can serve as the sole supervisory signal, bypassing manual annotation and rendering the resulting models auditable by construction. In every case, progress arises not from scaling black-box components but from redesigning the scientific modeling architecture to make structural assumptions explicit, testable, and physically faithful.
Safety's Paradigm Split: Mechanistic vs. Procedural
Safety research is fracturing along a fundamental fault line: mechanistic interventions that scrutinize internal model activations are being contested by procedural safeguards that operate around model behavior, and formal evidence now reveals that activation-level defenses harbor inherent structural blind spots. The core tension is captured by a structural-blindness corollary: any single-layer activation-cone, subspace, or null-space gating defense is inherently vulnerable to prefilling attacks that craft activations inside the benign reference region, with bypass success rates reaching 50–82% against state-of-the-art methods like AlphaSteer 21. This proof that mechanistic guards can be subverted without altering surface-level behavior undercuts the very premise of relying on internal representations as a reliable safety boundary.
A direct escape from this dead end appears in the Platonic Representation Defense, which pivots entirely away from activation-level scrutiny. Rather than probing a model’s internal states, the framework leverages the Platonic Representation Hypothesis—the observation that independently trained large encoders converge toward compatible projections of reality—to detect and purify backdoors through cross-encoder consistency checks 22. By treating safety as a problem of representational concordance across externally accessible models rather than internal gating, it operationalizes a procedural stance: the defense’s evidence does not live inside a single model’s weights, but in the structural agreement between distinct training processes. This shift from mechanistic intervention to external consistency 22 stands in tension with activation-cone defenses precisely because it does not require access to, nor can be fooled by, the single-layer blind spot identified in 21.
The split deepens when policy adherence is reframed as a dialogue-level procedural problem. PolicyGuard explicitly distinguishes its task from adversarial safety guarding, instead verifying company-policy compliance by reasoning over the entire conversation history as a sub-agent verifier 23. It achieves higher policy-violation recall while blocking roughly half as often, improving worst-case reliability by 6–12 percentage points across frontier models 23. This is not a refinement of mechanistic inspection; it relocates the safety check to a separate process that treats the model’s output trail as an auditable procedural artifact. By decoupling safety enforcement from internal activations, PolicyGuard directly embodies the procedural paradigm that 21’s findings make necessary.
Extending this logic to transparency itself, LLMography treats Human–AI conversation histories as structured, auditable artifacts rather than focusing on final outputs or internal representations 24. Where mechanistic approaches might probe model states to infer intent, LLMography shifts oversight to the traceable sequence of human direction, corrections, and validation that shaped an interaction 24. This reframes AI transparency as a structural property of the interaction record, not a feature extracted from activation patterns, further consolidating the procedural turn that the proved blind spots compel.
Together, these works map a paradigm split: the formal demonstration that activation-level defenses are inherently vulnerable 21 is met not by patching mechanistic checks but by a systematic reorientation toward procedural safeguards—cross-encoder consistency 22, dialogue-ground policy verification 23, and conversation-audit transparency 24. What emerges is a research trajectory in which safety no longer hinges on inspecting model internals, but on engineering reliable processes around model behavior, a shift driven by structural assumptions giving way to formal scrutiny.
Briefly Noted
In robotics, a trio of advances tackle deployment bottlenecks from different angles. Behavior uncloning via Mode Redirection (MoRE) distills classifier-guided redirection signals directly into policy weights, boosting deployment success rate by 44 percentage points across simulated and real-robot tasks without retraining or runtime overhead 25. AnyBody enables free-form humanoid control from arbitrary subsets of body keypoints, dramatically simplifying teleoperation and scalable demonstration collection by letting users specify only task-relevant points rather than full-body poses 26. Meanwhile, ST-Merge, a training-free visual token merging framework, exploits 3D spatio-temporal coordinates to reduce vision encoder tokens by 70%, delivering up to an 8.3× speedup for π0 and allowing robotic VLMs to process high-resolution streams at actionable latencies 27.
Large language models find increasingly structured and domain-grounded uses. Multi-agent systems can autonomously invent and evolve concise symbolic reasoning protocols, cutting generated tokens by 3–6× while maintaining accuracy across diverse reasoning benchmarks 28. For nuclear regulatory document review, an LLM agent frames the task as sequential planning over a dynamic knowledge graph, enabling multi-hop reasoning across multimodal evidence that chunk-based retrieval systems cannot handle 29. In materials science, a closed-loop multi-agent framework performs interpretable inverse design of metal-organic frameworks without training task-specific models, navigating vast chemical spaces without large labeled datasets 30. A citation-grounded Bengali agricultural dataset of 145,500 QA pairs brings verifiable, safety-aligned advisory to a sector where over 40% of Bangladesh’s workforce relies on understaffed extension services 31.
Several methods rework calibration, matching, and sensing with minimal supervision. Self-Organized Conformal Prediction discovers input-space groups via self-organizing maps to build local calibration buffers, reducing weighted regional coverage gaps on seven of eight benchmarks with only a 6% increase in set size 32. A zero-shot shape matching paradigm first articulates then matches, obviating the need for correspondence-specific training and handling uncorrupted real-world scans that break geometry-sensitive pipelines 33. Finally, the first self-supervised pretraining framework for subsurface scattering learns light-transport representations from just eight high-frequency phase-shift images per view, slashing acquisition requirements by orders of magnitude and enabling efficient relighting of complex translucent objects with minimal hardware 34.
Synthesis and Outlook
The convergence of these developments reveals a unifying dynamic: across disparate subfields, progress is no longer gated by raw scale but by the formal properties of system architectures and their underlying assumptions. The structural flaws exposed in deployed optimization methods, the incompleteness of unimodal representations, and the causal confounds contaminating embodied evaluation all trace back to a shared failure to model the constraints that govern real-world data-generating processes. This diagnosis is reinforced by the parallel migration in inference efficiency—where internalizing structure into architectures reduces costs but introduces new degeneracies—and in scientific AI, where causal self-correction is being elevated from a post-hoc check to a design primitive. These threads do not simply coexist; they jointly imply that the field is transitioning from a period of capability demonstration to one of epistemic hygiene, in which the central challenge is to make systems’ internal representations correspond faithfully to the external structure of the problems they purport to solve. A sharp tension, however, runs through safety research: while mechanistic interpretability seeks to ground guarantees in activation-level properties, the evidence suggests those very properties can be inherently blind to emergent failure modes, strengthening the case for procedural safeguards. That split encapsulates the broader open question: can formal, structural guarantees keep pace with the complexity of learned representations, or will robustness ultimately depend on external governance loops that do not require full internal transparency?
This review draws on 34 developments: 32 Tier A research sources, 1 Tier B first-party source, and 1 Tier C/D secondary or community source. The firmest claims rest on the Tier A work, while the first-party and community sources should be read as directional; stronger confidence would require independent replication and primary-source confirmation of the self-reported results.
Canonical Sources & Links
- [1] Dead-Direction Conditioners: Gauge-Equivariant Preconditioning for Deep Networks — arXiv · Tier A/research_paper
- [2] On the Policy Gradient Foundations of Group Relative Policy Optimization: Credit Assignment, Gradient Sparsity, and Rank Collapse — arXiv · Tier A/research_paper
- [3] EntroRouter: Learning Efficient Model Routing via Entropy Regulation — arXiv · Tier A/research_paper
- [4] Understanding Evaluation Illusion in Diffusion Large Language Models — arXiv · Tier A/research_paper
- [5] Mixture of Debaters: Learn to Debate at Architectural Level in Multi-Agent Reasoning — arXiv · Tier A/research_paper
- [6] SAFE-DiT: Semantics-Aware Fast-path Execution for High-Resolution Diffusion Transformers — arXiv · Tier A/research_paper
- [7] Multi-Block Diffusion Language Models — arXiv · Tier A/research_paper
- [8] DSpark: 10 Key Points to Understand DeepSeek's Inference Acceleration Framework — 量子位 QbitAI (RSS) · Tier C/media_report
- [9] TacGen: Touch Is a Necessary Dimension of Physical-World Representation -- Addressing Tactile Data Scarcity with Scalable Vision-to-Touch Alignment and Generation — arXiv · Tier A/research_paper
- [10] Event-VLA: Action-Conditioned Event Fusion for Robust Vision-Language-Action Model — arXiv · Tier A/research_paper
- [11] MIRROR: Aligning Semantic Relations from Language to Image via Gromov--Wasserstein — arXiv · Tier A/research_paper
- [12] FADE: Mitigating Hallucinations by Reducing Language-Prior Dominance in Large Vision-Language Models — arXiv · Tier A/research_paper
- [13] Position: Vision-Language-Action Models Cannot Be Verified to Perform Physical Reasoning — arXiv · Tier A/research_paper
- [14] SurgVLA-Bench: Towards Evaluating Vision-Language-Action Models for Laparoscopic Surgical Robotics — arXiv · Tier A/research_paper
- [15] A Multi-Dataset Benchmark for Evaluating LLM Agents in Microservice Failure Diagnosis — arXiv · Tier A/research_paper
- [16] Representational Depth of Evaluation Awareness Shifts With Scale in Open-Weight Language Models — arXiv · Tier A/research_paper
- [17] Understanding the brain with AI-driven explanations and experiments — Microsoft Research (RSS) · Tier B/official_tech_blog
- [18] Evidence-Informed LLM Beliefs for Continual Scientific Discovery — arXiv · Tier A/research_paper
- [19] Self-Supervised Calibration of Scientific Instruments Using Physical Consistency Constraints — arXiv · Tier A/research_paper
- [20] Unsupervised Thermodynamics of Molecular Diffusion Models: Action-Operator Semantics and Auditable Free-Energy Readout — arXiv · Tier A/research_paper
- [21] Closing the Activation-Cone Blind Spot: Response-Time Probing and Unified Defense — arXiv · Tier A/research_paper
- [22] The Platonic Defense: Backdoor Defense for Self-Supervised Encoders in the Era of Large Scale Pre-training — arXiv · Tier A/research_paper
- [23] PolicyGuard: A Dialogue-Grounded Sub-Agent Verifier for Policy Adherence in LLM Agents — arXiv · Tier A/research_paper
- [24] LLMography: Transforming Human-AI Conversations into Traceability, Oversight, and Auditability Indicators — arXiv · Tier A/research_paper
- [25] Behavior Uncloning: Distilling Mode Redirection into Policy Weights without Inference-Time Steering — arXiv · Tier A/research_paper
- [26] AnyBody: Free-Form Whole-Body Humanoid Control from Arbitrary Keypoint Guidance — arXiv · Tier A/research_paper
- [27] Fast Enough to Act: Spatio-Temporal Visual Token Merging for Low-Latency Robotic VLMs and VLAs — arXiv · Tier A/research_paper
- [28] When LLMs Develop Languages: Symbolic Communication for Efficient Multi-Agent Reasoning — arXiv · Tier A/research_paper
- [29] LLM-Guided Planning for Multi-hop Reasoning over Multimodal Nuclear Regulatory Documents — arXiv · Tier A/research_paper
- [30] Interpretable Inverse Design of Metal-Organic Frameworks with Large Language Model Agents — arXiv · Tier A/research_paper
- [31] KrishokChat: A Citation-Grounded Dataset and Benchmark for Bengali Agricultural Advisory — arXiv · Tier A/research_paper
- [32] Self-Organized Conformal Prediction: Reducing Regional Coverage Gaps with Unsupervised Group Discovery — arXiv · Tier A/research_paper
- [33] Articulating then Matching: Zero-Shot Shape Matching for Uncurated Data — arXiv · Tier A/research_paper
- [34] From Phase to Phenomenon: Self-Supervised Learning of Subsurface Scattering with Minimal Phase-shift Inputs — arXiv · Tier A/research_paper