From the arXiv
Friday, 17 July 2026 · 20 papers
Digital Pantheon: Simulating and Auditing Coalition Formation with LLM Agents
This paper introduces "Digital Pantheon," a novel multi-agent framework for simulating political coalition formation using LLMs. It combines SFT, DPO, and RAG to create partisan agents that are both ideologically aligned and factually grounded. The framework's contribution lies in enabling realistic, interpretable simu…
Mask-Aware Policy Gradients for Diffusion Language Models
This paper introduces a novel reinforcement learning method for Masked Diffusion Language Models (MDLMs) by treating generation as a two-stage action Markov Decision Process. This approach decomposes the policy gradient into token prediction and masking decisions, allowing for joint optimization. The method achieves st…
OmniaBench: Benchmarking General AI Agents Across Diverse Scenarios
OmniaBench introduces a comprehensive benchmark for evaluating general AI agents by creating diverse, executable scenarios derived from real-world applications. Its core method involves constructing a hierarchical taxonomy of domains and synthesizing tasks across these domains using multiple generation routes. This ben…
Scaling Behavior Foundation Model for Humanoid Robots
This paper investigates how to effectively scale Behavior Foundation Models (BFMs) for humanoid robots. Their core method involves coordinating three key components: a motion tracking learning paradigm, specific behavioral data, and model architecture. The main contribution is demonstrating that this coordinated approa…
SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
This paper introduces SearchOS-V1, a multi-agent framework for robust open-domain information seeking. Its core method is to represent search progress as explicit, shared state, moving beyond the limitations of implicit tracking in current systems. This explicit state management, through components like Frontier Task a…
When Words Are Safe But Actions Kill: Probing Physical Danger Beyond Text Safety in Hidden-State Risk Space
This paper investigates the distinction between text-based safety and physically grounded danger in Large Language Models (LLMs). It demonstrates that these two types of danger are represented separately within LLM hidden states. The authors propose PRISM, a simple probing method that effectively identifies physical da…
LongStraw: Long-Context RL Beyond 2M Tokens under a Fixed GPU Budget
LongStraw addresses the challenge of training Reinforcement Learning (RL) agents with extremely long contexts (over 2 million tokens) within a limited GPU budget. Its core method involves an architecture-aware execution stack that optimizes memory usage by avoiding autograd for shared prompts and selectively retaining …
ANet Patu-1: The Value of Connection in the Agent Network
This paper introduces ANet Patu-1, a self-organizing consensus protocol for AI agents. It models the value of agent networks based on coordination group size, deriving properties for optimal collaboration. ANet Patu-1 continuously reforms coalitions to achieve $O(1)$ parallel consensus rounds, adaptively capturing the …
Can LLMs Build a MaxSAT Solver from Papers? The CoreForge Experience
CoreForge demonstrates the feasibility of using LLMs like ChatGPT and Codex to construct an unweighted MaxSAT solver by interpreting research papers. The project's core method involves an iterative workflow of LLM-assisted paper discussion, code generation, and revision, culminating in a solver incorporating several ad…
RoboTTT: Context Scaling for Robot Policies
RoboTTT introduces a novel method for scaling robot policy context to 8,000 timesteps by integrating Test-Time Training (TTT) into foundation models. This allows the model to compress long histories into fast, gradient-updated weights, enabling new capabilities like one-shot imitation and improved performance on long-h…
StructureClaw: Traceable LLM Agents and an Executable Benchmark for Structural Engineering Workflows
StructureClaw introduces an artifact-centered workbench for LLM agents in structural engineering, enabling them to generate a complete chain of interdependent engineering artifacts. Its core method involves governed skills, typed tools, and local backends to ensure traceability and executability. The contribution is an…
Symbal: Detecting Systematic Misalignments in Model-Generated Captions
This paper introduces Symbal, a method for detecting systematic misalignments in MLLM-generated captions, where errors consistently relate to specific visual features. Symbal uses a dual-stage approach with existing foundation models to identify and summarize these recurring captioning errors. The authors also present …
BadWAM: When World-Action Models Dream Right but Act Wrong
This paper introduces BadWAM, a framework for evaluating adversarial attacks on World-Action Models (WAMs). It demonstrates that small visual perturbations can disrupt the crucial alignment between a WAM's predicted future and its actual actions, leading to incorrect execution. BadWAM characterizes these "World-Action …
Bridge Evidence: Static Retrieval Utility Does Not Predict Causal Utility in Multi-Step Agentic Search
This paper argues that traditional static retrieval utility, which measures a document's usefulness in isolation, fails to capture its true value in multi-step agentic search. The core method involves a counterfactual analysis where documents are removed from an agent's search history to measure their impact on subsequ…
A Minimal Interpretable Architecture for Zero-Shot Reconstruction of Dynamical Systems
This paper proposes DynaBase, a minimal, interpretable architecture for zero-shot dynamical system reconstruction. By iteratively simplifying a state-of-the-art model, they arrive at a two-parameter system that forecasts by linearly blending the current latent state with its nearest in-context neighbor and its successo…
AutoSynthesis: An agentic system for automated meta-analysis
AutoSynthesis is an end-to-end multi-agent system that automates the entire meta-analysis process, from formulating a search strategy to generating a PRISMA-compliant report. Its core method involves a series of agents that handle literature retrieval, screening, data extraction, and statistical analysis, including het…
Benchmarking Multimodal Large Language Models for Scientific Visualization Literacy
This paper benchmarks six multimodal large language models (MLLMs) on a scientific visualization literacy assessment test. The core method involves evaluating MLLMs against human performance on a standardized test covering various visualization techniques and tasks. The key contribution is demonstrating that current ML…
BrainPilot: Automating Brain Discovery with Agentic Research
BrainPilot is a fully open-source, multi-agent system designed to automate brain science research. Its core method involves a principal investigator (PI) agent coordinating specialist agents, each grounded in curated domain knowledge, to perform complex research tasks. The system's main contribution is accelerating dis…
Explaining Process Control Optimisation Recommendations via GradientSHAP and Implicit Differentiation
This paper introduces a method to explain automated process control optimization recommendations using a combination of Implicit Function Theorem (IFT) and GradientSHAP. The core contribution is an efficient approach that leverages IFT to compute exact parameter sensitivities, enabling significantly faster and accurate…
FlashDecoder: Real-Time Latent-to-Pixel Streaming Decoder with Transformers
FlashDecoder is a novel, pure-Transformer video decoder that achieves real-time, frame-by-frame latent-to-pixel generation. Its core method uses a rolling KV cache to limit attention to a fixed temporal window, ensuring constant latency and memory efficiency regardless of video length. This approach enables high-resolu…