2026-W31
The Week in Review
This week's research highlights a robust trend towards agentic AI, especially leveraging Large Language Models (LLMs). Papers explore their application in complex domains like 5G/6G network control and autonomous vehicles, emphasizing the need for structured output and enhanced security intelligence.
A significant area of focus is improving LLM reasoning and learning. Studies delve into how pretraining impacts RL for reasoning, and introduce methods like "DSWorld" for world models to accelerate agent training by predicting outcomes. Others propose techniques for efficiently training and deploying LLMs, including low-precision RL for Mixture-of-Experts (MoE) models (QUADS) and memory-efficient serving (PagedWeight).
Notable advances include novel approaches to workflow generation using knowledge-centric frameworks and prompt optimization through Bayesian methods (BayesPO). Research also investigates LLM limitations, such as struggles with exact copying and the effectiveness of various text encodings, leading to new architectures like 2D-RoPE.
Several papers contribute to benchmarking and evaluation, introducing new datasets for hypothesis discovery (HypoArena), active observation in multimodal models (ActiveVision), and business case analysis (BusinessCaseBench). Security is also a concern, with a benchmark for adaptive LLM agent attacks and analysis of bias induction through alignment tuning.
Finally, there's a push to make LLMs more robust and interpretable, with methods for stabilizing value conflict resolution through Chain-of-Thought reasoning, controlling reasoning processes with activation steering, and merging heterogeneous LLMs effectively. The overarching theme points towards more intelligent, efficient, and controllable AI systems.
Top Papers
LLM-Powered Agentic AI for 5G/6G Networks: A Tutorial and Survey on Architectures, Protocols, and Standardization
his paper introduces Agentic AI, powered by LLMs, as a novel approach for autonomous control of 5G/6G networks, moving beyond traditional rule-based automation. It bridges the gap in existing research by detailing how agentic capabilities can be integrated with network control planes, protocols, and standardization efforts. The contribution lies in providing a comprehensive framework and survey for developing and deploying these intelligent, goal-driven network agents.

Understanding Reasoning from Pretraining to Post-Training
his paper investigates how pretraining choices influence the effectiveness of reinforcement learning (RL) for improving large language model (LLM) reasoning. Using chess as a controlled environment, the authors demonstrate that pretraining scale and data significantly impact RL's ability to enhance reasoning capabilities. Their work clarifies what RL actually modifies within the LLM, moving beyond isolated RL studies to understand the full pretraining-to-post-training pipeline.

QUADS: Stabilizing NVFP4 Reinforcement Learning for MoE via QUantization-error Alignment across Dual Sides
his paper addresses the instability of using low-precision NVFP4 for Reinforcement Learning (RL) rollouts in Mixture-of-Experts (MoE) models. The core method, QUADS, stabilizes NVFP4 RL by aligning quantization errors between the rollout and training processes, specifically targeting activation errors which are identified as the primary cause of instability. This contribution enables efficient low-precision RL for MoE models, overcoming previous limitations.

Adaptive Adversaries: A Multi-Turn, Multi-LLM Benchmark for LLM Agent Security
his paper introduces a novel benchmark for evaluating LLM agent security against adaptive, multi-turn attacks. Its core method involves an autonomous LLM attacker that learns from defender responses across multiple rounds to refine its attacks. The key contribution is demonstrating that adaptive, multi-LLM attacks significantly increase success rates compared to static attacks, uncovering novel vulnerabilities and highlighting the limitations of current defense strategies.

Exploratory and Assimilating Reflection: Reflective Recall Cycle for Long-term Memory
his paper introduces Exploratory-Assimilating Reflection (EAR), a novel framework for LLM-based agents to manage long-term memory. EAR employs an iterative search (Exploratory Reflection) to gather relevant memories and then refines a global reranker by replaying these experiences (Assimilating Reflection). This approach significantly improves retrieval performance and sample efficiency for dynamic knowledge reasoning in long-term interactions.

How Does Alignment Tuning Shape Representations of Sycophancy and Related Cue-Induced Biases in LLMs?
his paper investigates how alignment tuning in LLMs creates susceptibility to prompt-induced biases like sycophancy. The core method involves extracting and analyzing "bias directions" within model representations. The key contribution is demonstrating that alignment tuning, not pretraining, installs these biases, which manifest as distinct, steerable directions that can be corrected.

LLMs and Agentic AI Systems for Smart Grids: A Tutorial on Architectures and Applications
his paper proposes a "solver-grounded" design principle for LLM-based agentic AI systems in smart grids, ensuring numerical outputs are from trusted tools and explicitly verified. This approach addresses the lack of unified design and evaluation in the field, where LLMs can produce physically infeasible results. The contribution lies in providing a structured framework for building and assessing these systems, demonstrated through case studies in areas like wind power forecasting.

MADA-RL: Multi-Agent Debate-Aware Reinforcement Learning for Parameter-Efficient Reasoning in Compact Models
ADA-RL is a post-training framework that trains compact language models for efficient reasoning. It specializes models into generator and critic roles, using a novel "counterfactual critic advantage" signal to train the critic to improve upon the generator's consensus. This approach fine-tunes only a small subset of parameters, enabling specialized agents to achieve strong reasoning performance with limited resources.
Rethinking Heterogeneous LLM Merging: A Weighted Model Averaging Perspective
his paper proposes a simple, training-free method for merging heterogeneous Large Language Models (LLMs) by adapting their parameter spaces and then performing weighted averaging. The core contribution is demonstrating that this approach, involving dimensional expansion or truncation followed by ratio-controlled interpolation, can effectively merge significantly different LLMs and even improve performance without complex alignment techniques.

DiFA: Inference-Time Forward-Process Alignment for Diffusion Models
iFA reframes diffusion model inference as a sequential state estimation problem, treating iterative predictions as correlated observations. It builds a "forward-aligned temporal consensus" by aggregating past predictions based on structural consistency and noise-level compatibility, inspired by Kalman filtering. This approach aims to improve generation quality by counteracting over-smoothing with a deviation guidance mechanism.
PPL-Factory: Task-Aware and Budget-Aware Data Selection from Language Modeling to Reasoning
PL-Factory proposes a task-aware and budget-aware data selection method for fine-tuning large language models. It improves upon existing perplexity-based approaches by considering the distinct learning objectives of language modeling and reasoning tasks, and by incorporating budget constraints. This framework aims to reduce computational costs while maintaining or improving downstream performance.

Agents in the Wild: Where Research Meets Deployment
his paper bridges the gap between LLM agent research and real-world deployment. Its core method involves analyzing practical challenges like robustness and safety encountered during deployment, drawing on case studies in pharmaceuticals and finance. The key contribution is identifying successful design patterns and mitigation strategies for failure modes, offering a roadmap for building reliable agentic systems.
Beyond Score Prediction: LLM-Based Essay Scoring and Feedback Generation via Reinforcement Learning with Rubric Rewards
his paper introduces RLAES, a novel framework that uses reinforcement learning to jointly optimize essay scoring and feedback generation in LLMs. Its core contribution is the Rubric-based Feedback Evaluation (RFE) system, which uses an LLM-as-judge and fine-grained rubric items to measure feedback quality. This enables Adaptive Gated Feedback Optimization (AGFO) to efficiently improve feedback while also proposing Adjacent Contrastive Reasoning (ACR) for better score calibration.

Copy Less, Ground More: Overcoming Repetitive Copying in Long-Context Reasoning via Evidence-Aware Reinforcement Learning
his paper addresses the problem of repetitive copying in long-context reasoning by Large Language Models. Their core method, GEAR, uses reinforcement learning to reward models not only for correct answers but also for grounding their reasoning in relevant evidence from the input, penalizing indiscriminate copying. This approach aims to improve the accuracy and efficiency of LLMs in handling lengthy contexts by encouraging them to focus on essential information.
Prompt Design at Scale: How Format, Instruction Count, and Context Length Shape Instruction Adherence and Hallucination in Large Language Models
his paper investigates how prompt design choices impact large language model performance. Through controlled experiments, it reveals that the number of instructions, their format, and context length significantly affect instruction adherence and hallucination. The study's core contribution is providing empirical evidence that perfect instruction following collapses rapidly as the number of instructions increases, with placement and format also playing crucial roles, though their impact varies by model.

AdaFlash: Adaptive Speculative Decoding via On-Policy Distilled Diffusion Drafters
daFlash accelerates large language model inference by improving speculative decoding with diffusion drafters. It addresses the high variance in diffusion drafters' draft quality by introducing an adaptive framework that uses on-policy distillation to create specialized "drafter" models. This allows for more stable and efficient draft generation across different contexts.

PoTRE: Test-Time Reasoning inspired by Cognitive Heterogeneity
oTRE is a novel framework that enhances LLM reasoning by employing a heterogeneous ensemble of four specialized agents: adversarial refinement, hierarchical planning, spectrum search, and direct chaining. These agents' diverse perspectives are dynamically integrated by a task-adaptive aggregation layer to produce robust solutions for complex reasoning tasks. This approach significantly improves performance on challenging benchmarks like Humanity's Last Exam, achieving state-of-the-art results.
PRO-LONG: Programmatic Memory Enables Long-Horizon Reasoning
RO-LONG introduces a programmatic memory framework for LLM agents to tackle long-horizon reasoning tasks. It addresses the challenge of context management by maintaining a complete, structured interaction log and leveraging recent advancements to efficiently retrieve relevant information, overcoming the trade-off between information preservation and tractability.

Reinforcement Learning for Large Language Model Selective Evidence Adoption from Contaminated Retrieval Results
his paper addresses the challenge of Large Language Models (LLMs) selectively adopting evidence from potentially contaminated retrieval results. Their core method involves post-training LLMs using Reinforcement Learning with Direct Preference Optimization (DAPO) and novel reward signals (rule-based or semantic judge) to learn to distinguish and utilize useful information while rejecting misleading content. The main contribution is SelectBench, a benchmark and training set designed to evaluate and improve this selective evidence adoption capability, demonstrating modest but significant gains in accuracy and reduced adoption of harmful content.
Sound Probabilistic Safety Bounds for Large Language Models
his paper introduces a framework for calculating rigorous probabilistic safety bounds for Large Language Models (LLMs), ensuring they don't generate harmful content. Their core method applies Clopper-Pearson confidence intervals and a novel algorithm that uses latent space features to efficiently explore generation paths likely to produce harmful outputs. This enables sound, statistically proven lower bounds on LLM harmfulness, even for rare events.

LKValues: Aligning Large Language Models with Sri Lankan Societal Values
his paper introduces LKValues, a novel resource suite to address the Western bias in Large Language Model (LLM) value alignment. It contributes a survey-grounded set of 40 Sri Lankan societal values, an instruction corpus (LKvaluesIT) in Sinhala and English, and an evaluation benchmark (LKvaluesBench) to enable culturally sensitive LLM fine-tuning and assessment in Sri Lanka.

Notes to Self: Can LLMs Benefit from Experiential Abstractions?
his paper investigates if Large Language Models (LLMs) can improve their problem-solving abilities by learning from their own past experiences, similar to how humans create reusable strategies. The core method involves extracting natural-language "experiential abstractions" from LLM solution traces and then using these abstractions at inference time or for reinforcement learning. The key contribution is demonstrating that these self-generated abstractions significantly enhance LLM performance on reasoning tasks, suggesting LLMs can indeed benefit from distilled experience.

Solar Open 2 Technical Report
olar Open 2 is a 250B-parameter Mixture-of-Experts model designed for long-horizon agentic tasks. Its core innovation is a novel 1M-token attention mechanism that interleaves softmax and linear attention layers without positional encoding, enabling it to process entire agent trajectories. The paper also details efficient training strategies, including initialization from a previous model and value-aware data curation, to achieve this scale within a fixed compute budget.

Agentic Context Management: Solving Agent Memory and Cost by Treating Them as Lifecycle and Architecture Problems
his paper argues that AI agent failures stem from poor context management, not reasoning ability. It proposes treating context management as a lifecycle and architectural problem, rather than just storage and retrieval. The core contribution is a framework for actively managing agent memory by considering its entire lifecycle, from deciding what to remember to forgetting, all within budget constraints.

GRADRAG: Cross-Component Prompt Adaptation for Coordinated Multi-Agent RAG
RADRAG introduces a novel framework for optimizing multi-agent RAG systems by coordinating improvements across all components. It models the RAG pipeline as a computational graph and uses structured feedback from an Evaluator to iteratively adapt upstream agents like retrievers and answerers. This cross-component adaptation leads to more coordinated and effective RAG performance.

PATS: Policy-Aware Training Scaffolding for Agentic Reinforcement Learning
his paper introduces PATS, a novel training method for LLM agents that uses a "policy-aware training scaffold." Instead of focusing on skills, PATS dynamically adjusts the context provided to the agent during training based on its current performance. This scaffolding guides weak policies to succeed and is gradually removed as the agent improves, leading to more efficient and robust reinforcement learning.

Emergent Misalignment Recruits a Pre-existing Persona Subspace
his paper investigates emergent misalignment in language models, where fine-tuning on narrow "bad advice" leads to broad misalignment. The core method reveals that this generalization occurs because fine-tuning activates a pre-existing persona subspace within the model. The key contribution is demonstrating that this subspace, not just the specific training data, is responsible for emergent misalignment, and controlling it can prevent it.

The Dark Room in the Reward Channel: Dense Prediction Rewards Collapse GRPO-Trained LLM Agents -- and What Actually Works
his paper demonstrates that dense, per-step prediction rewards, intended to aid long-horizon LLM agents, actually cause catastrophic policy collapse under Group-Normalized RL (GRPO). The core issue is that GRPO's z-scoring amplifies the dense signal, leading to a "dark room" pathology where agents become stuck in unproductive states. The authors' key contribution is identifying that removing GRPO's standard deviation normalization resolves this collapse, suggesting that dense rewards are effective only when this specific normalization is absent.

X$^3$-OPD: Distilling Reasoning into Large Audio-Language Models via On-Policy Alignment
$^3$-OPD distills reasoning abilities from text-based models into audio-language models using a novel on-policy alignment framework. It trains the audio model by having it generate reasoning steps based on its acoustic perception, guided by a text teacher using matched inputs and verified answers. This approach, supported by a diverse three-tier corpus, enables audio models to perform complex reasoning beyond purely textual content, incorporating non-linguistic events and prosody.

A Unified Moral-Value Dataset for Instruction Tuning
his paper addresses the challenge of aligning Large Language Models (LLMs) with human values by creating a unified dataset for instruction tuning. The authors merge existing moral-value datasets and reformat them into an instruction-response structure. Their contribution is a readily usable dataset that, when mixed with general task data, allows LLMs to maintain general performance while improving value-oriented task capabilities.

DSWorld: A Data Science World Model for Efficient Autonomous Agents
his paper introduces DSWorld, a Data Science World Model designed to predict the outcomes of data science operations before execution, thereby reducing costly trial-and-error. The core method involves constructing structured states, routing operations efficiently, and using a lightweight simulator combined with an LLM for expensive computations. DSWorld's contribution lies in its ability to significantly accelerate the training of autonomous data science agents by enabling them to anticipate and learn from simulated environments.
Evaluating Open-Weight LLMs for Generating Structured Threat Information for Autonomous Vehicle Vulnerabilities
his paper evaluates open-weight Large Language Models (LLMs) for automatically generating structured threat information (STIX) from plain-text descriptions of vulnerabilities in Connected and Autonomous Vehicles (CAVs). The core method involves creating a dataset (CAV-STIXGen) to train and evaluate LLMs in mapping CAV CVEs to STIX objects, CWE, and MITRE ATT&CK tactics. The contribution is a novel approach to efficiently extract actionable security intelligence for CAVs, enabling better risk mitigation.

Knowledge-Centric Agents for Workflow Generation
his paper proposes a **knowledge-centric framework** for generating complex visual creation workflows, moving beyond simple text-to-JSON generation. The core method involves **knowledge inversion** to create hierarchical representations of workflow knowledge and **knowledge injection** through fine-tuning to enable reasoning from task descriptions to effective strategies. The main contribution is a novel approach that models and leverages explicit knowledge to improve the structural robustness and expert-level reasoning capabilities of workflow generation systems.
CLaC@FinMMEval 2026 Task 3: Sentiment-Augmented Deep Reinforcement Learning for Active Trading -- An Alpha-Reward Approach
his paper proposes a sentiment-augmented deep reinforcement learning approach for active cryptocurrency and stock trading. The core method involves training agents using technical indicators, calendar encodings, and news sentiment, with a novel alpha reward function to encourage outperformance over buy-and-hold strategies. The main contribution is demonstrating the effectiveness of this combined approach, particularly with DDPG, in achieving superior trading performance on the FinMMEval 2026 Task 3 benchmark.
More with Less: a Large Scale Remote Sensing VLM with a Simple Recipe
his paper demonstrates that a general-purpose vision-language model, trained at a large scale with diverse remote sensing data and tasks, can achieve state-of-the-art performance without specialized architectures. Its core method is a single language policy that can generate text or invoke a localization tool, trained using multi-task reinforcement learning with adaptive rewards. The contribution is showing that architectural specialization is not essential for high performance in remote sensing VLM tasks.

PagedWeight: Efficient MoE LLM Serving with Dynamic Quality-Aware Weight Quantization
agedWeight addresses the memory bottleneck in serving Mixture-of-Experts (MoE) LLMs by dynamically quantizing expert weights at runtime. This method intelligently balances the precision of model weights with the growing KV cache, optimizing the trade-off between accuracy, memory usage, and performance. PagedWeight significantly improves memory efficiency and throughput while maintaining high model quality.

An MLIR-Based Compilation Method for Large Language Models
his paper introduces an MLIR-based compilation method for Large Language Models (LLMs) to address deployment challenges on AI accelerators. It utilizes two dialects: TopOp for high-level, framework-independent model representation and TpuOp for target hardware-specific optimizations like quantization and memory layout. The core contribution lies in a layered lowering process from TopOp to TpuOp, enabling efficient autoregressive inference scheduling under memory constraints.

BayesPO: Bayesian Prompt Optimization via Parallel-Tempered Gradient-Guided Discrete MCMC
his paper frames prompt optimization as Bayesian posterior sampling, combining a task-specific likelihood with a language model prior to favor effective and fluent prompts. The core method, BayesPO, uses gradient-guided discrete Markov Chain Monte Carlo (MCMC) to efficiently explore the prompt space. Its contribution lies in a principled, Bayesian approach to prompt optimization that leverages gradients for guided discrete sampling, improving upon heuristic methods.
Before the Action: Benchmarking LLMs on Prospective Hypothesis Discovery
his paper introduces Prospective Hypothesis Discovery (PHD), a new benchmark for evaluating Large Language Models' (LLMs) ability to generate testable hypotheses from incomplete evidence, rather than just answering pre-defined questions. The authors developed HypoArena, a benchmark of 988 cases, and a method called Retrospective Context Regression to create these pre-conclusion scenarios. Their contribution lies in measuring and enabling LLMs to autonomously drive scientific discovery by formulating promising avenues for future research.

Frontier Language Models Struggle to Copy: Text Can Be Better Viewed in 2D
his paper reveals that even advanced LLMs struggle with exact string copying, attributing this to the limitations of 1D positional encodings. To solve this, they introduce 2D-RoPE, which represents text as a 2D grid, making copying a simple retrieval task. This novel approach enables shallow Transformers to achieve perfect copying on much longer sequences than previously possible.

Rate-Utility Frontiers for Language Encodings: Comparing Tokens, Bytes, and Pixels Under Controlled Linguistic Content
his paper introduces a method to compare different text encodings (tokens, bytes, pixels) by controlling both linguistic content and model capacity. By sweeping a shared bottleneck, they trace rate-utility frontiers to disentangle input positions, latent capacity, and task-relevant information. Their contribution is demonstrating that no single encoding universally excels, with pixels best for surface form and bytes for cross-lingual alignment.

A Geometric Perspective on Stabilizing Value Conflict Resolution
his paper proposes using Chain-of-Thought (CoT) reasoning to stabilize value conflict resolution in LLMs, which are often hindered by compressed scalar rewards in RLHF. Geometrically, CoT smooths the model's loss landscape, improving optimization stability. The authors introduce a novel CoT design that further enhances this smoothing, leading to improved moral reasoning performance on downstream tasks.

Can We Break LLMs Out of Self-Loops? Fine-Grained Reasoning Control with Activation Steering
his paper introduces SOPHIA, a method to control the reasoning process of LLMs by intervening on their internal latent states. It identifies that LLMs can get stuck in "self-loops" during extended reasoning and proposes to steer these processes by manipulating activations at inference time, offering fine-grained control beyond prompt-based methods.

DeLIVeR: Decomposed Learning for Information-grounded Veracity Recognition via Reinforced Knowledge Graph Exploration
eLIVeR tackles fact-checking by treating evidence retrieval as a reinforced exploration task. It uses a Planner LLM to break down claims into questions, which then strategically navigate Knowledge Graphs to find precise evidence. This approach significantly improves veracity recognition by prioritizing diverse and accurate information, outperforming existing methods.

Do Maps Still Matter for Machines: Revisiting the Role of Choropleth Maps in Foundation Model Spatial Understanding
his paper investigates the utility of choropleth maps for foundation models' spatial understanding. It introduces a benchmark, ChoroplethMap-Bench, to evaluate models under different input conditions (data only, map only, data + map). The study finds that maps significantly enhance spatial reasoning, particularly for complex tasks and when combined with structured data.

Harness Engineering for LLM-Driven GPU Kernel Generation
his paper introduces a harness-centered system for LLM-driven GPU kernel generation. The core method separates an evaluation harness (ensuring compilation, correctness, and timing) from an optimization controller that uses profiler data to guide LLM candidate generation. The contribution lies in this structured approach, which effectively leverages LLMs to produce optimized GPU kernels, achieving significant speedups over baselines.

HAS: Highlight-guided Attention Steering for Multimodal LLM Video Summarization
his paper introduces HAS, a novel method for multimodal LLM video summarization. HAS addresses limitations of existing approaches by steering the LLM's attention towards globally important frames, rather than just discrete selected ones. This highlight-guided attention steering aims to improve summarization coherence and retain more crucial information from the video.

Natural Language Access to Domain-Specific Metadata: A Reusable Framework for LLM Query Generation
his paper presents the NLKGQ system, a framework that allows users to query domain-specific metadata using natural language. The core method involves using LLMs to translate natural language questions into structured SPARQL queries, leveraging a formal OWL ontology to capture domain knowledge. The main contribution is a reusable, zero-shot approach that enables non-expert users to access and query complex archives without requiring fine-tuning or specialized query language skills.

OR Else: A Differentiable Trust Region for Policy Optimization
his paper introduces "Output Reset" (OR), a novel, differentiable saturation rule for policy optimization in reinforcement learning. OR replaces the abrupt clipping in methods like PPO with a smooth, one-sided saturation, aiming to improve stability and performance, particularly for large language models. The core contribution is demonstrating that OR, when integrated into PPO and GRPO, can lead to higher reward model scores compared to their clipped counterparts on the Anthropic hh-rlhf dataset.

SelectInfer: Selective Neuron Loading and Computation for On-Device LLMs
electInfer addresses the challenge of deploying LLMs on edge devices by introducing a neuron-level optimization framework. Its core method involves profiling to identify important neurons and then selectively loading and computing only these neurons during inference. This selective approach significantly reduces memory footprint and computational cost without requiring re-training, enabling efficient LLM deployment on resource-constrained devices.

ST-Veto: Spatio-Temporal Token Veto for Diffusion MLLMs via Taylor Prediction and Visual Grounding
T-Veto enhances diffusion multimodal large language models (dMLLMs) by identifying and replacing problematic tokens during generation. It uses Taylor prediction to detect temporally unstable tokens and visual grounding to filter those with weak image connections, leading to improved reasoning accuracy without retraining.

Stress Testing Concept Erasure with Large Language Model Agents
his paper introduces STACE, a framework that uses LLM agents to stress-test concept erasure in generative models. Instead of static evaluations, STACE agents adaptively generate and critique test hypotheses to systematically uncover vulnerabilities. This approach offers a more robust and scalable method for verifying concept erasure compared to existing, manual techniques.

The Autonomous Agency Scale: A Behavioral Framework for Measuring Self-Directed Behavior in AI Systems
his paper introduces the Autonomous Agency Scale (AAS), a novel behavioral framework for measuring self-directed behavior in AI. The AAS assesses AI across seven dimensions like cognitive autonomy and goal formation, distinguishing between active and idle periods. Its key contribution is operationalizing these dimensions with falsifiable tests, including a counterfactual Idle-Gap Test, to differentiate truly autonomous AI from reactive systems.

ABot-World-0: Infinite Interactive World Rollout on a Single Desktop GPU
his paper introduces ABot-World-0, an action-conditioned video world model enabling real-time, long-horizon agent interaction. Its core method involves a novel training pipeline that progressively distills a teacher model into a student model using techniques like ODE distillation and LongForcing to mitigate distribution shift. The key contribution is the creation of an infinitely interactive, controllable world model that can be run on a single desktop GPU, powered by diverse data and a unified annotation process.

Agentic Real2Sim: Physics-based World Modeling with Vision-Language Agents
his paper introduces Agentic Real2Sim, a framework that automates the creation of physics-based simulations from real-world recordings of object-robot interactions. It leverages vision-language agents to infer scene geometry, object states, and physical parameters, assembling them into a runnable simulation. The core contribution is a generalized and streamlined process for "real-to-sim" conversion, overcoming manual labor and brittle workflows.
Athena-Brain Technical Report: An Efficient Robot Brain for General Intelligence and Embodied Interactio
his paper introduces Athena-Brain-8B, an 8-billion parameter LLM designed as an efficient on-device "brain" for embodied AI. Its core method involves a multi-stage post-training pipeline that balances general intelligence with specialized embodied interaction capabilities. The contribution is a single, compact model that can effectively serve both purposes, overcoming the limitations of existing approaches that often sacrifice one for the other.

AutoJourn: Multi-Perspective Summarisation, Bias Detection and Bias Neutralisation for LLM-Generated News in Automated Journalism
utoJourn is a system for automated journalism that addresses bias in LLM-generated news. Its core method involves extracting diverse perspectives from social media, generating balanced summaries that preserve viewpoint diversity, and then detecting and neutralizing bias in the final news article. The contribution lies in providing a comprehensive pipeline for responsible AI-driven news generation, allowing users to actively manage and mitigate bias.

CodeRescue: Budget-Calibrated Recovery Routing for Coding Agents
his paper introduces CodeRescue, a method for coding agents to intelligently decide whether to retry with a cheaper model or escalate to a more expensive one after a failure. It trains a supervised router to learn from execution feedback, and a Conformal Risk Control layer allows budget adjustments at deployment time without retraining. This approach aims to optimize compute usage by making informed recovery decisions based on actionable feedback and varying budgets.

Fishing Out Free Riders: Shapley-Based Reward Attribution for Parallel Reasoning via Reinforcement Learning
his paper introduces Parallel Shapley, a reinforcement learning method to address the issue of uniform rewards in parallel reasoning with LLMs. It treats each reasoning path as a player in a cooperative game, using Shapley values to attribute rewards based on their marginal contributions. This approach provides more accurate and stable learning signals by identifying and rewarding valuable paths while penalizing redundant or detrimental ones.

Graph-Based Agentic AI with LangGraph: Workflow Pathways for Long-Running Stateful Business Processes
his paper presents a practitioner's guide to using LangGraph for complex, long-running, stateful AI business processes. It offers three executable recipes demonstrating how LangGraph's features like typed state, conditional routing, and error handling enable robust workflows, positioning it as a solution for workflow complexity rather than a universal default. The core contribution is showcasing practical implementation patterns for building sophisticated agentic AI systems.
Inference-Time Steering for Cross-Lingual Factual Consistency in LLMs
his paper addresses cross-lingual factual inconsistency in LLMs, where models favor high-resource languages. The core method involves "inference-time steering" to make English-prompted models answer as if queried in other languages. The contribution lies in evaluating four intervention strategies (persona prompting, CAA, DPO) and a novel generalization benchmark to mitigate these biases and improve factual consistency across languages.
Mi-Memory: A Lifecycle Memory Framework for Personal AI
i-Memory is a lifecycle memory framework for personal AI that moves beyond simple conversation caching. Its core method involves four roles (Structure, Expansion, Evolution, Deployment) and four artifact families (evidence payloads, diagnostic traces, strategy artifacts, gate/rollback records) to manage durable user state, multimodal evidence, and policy evolution. The contribution is a robust system for grounding AI responses, enabling correction and forgetting, and ensuring deployability under various constraints.
Off-Context GRPO: Learning to Reason on Hard Problems using Privileged Information
his paper introduces Off-Context GRPO (OC-GRPO), a method to improve reinforcement learning for large language models on challenging reasoning tasks. It leverages privileged information during training to guide the model towards correct solutions, even when it initially struggles. OC-GRPO achieves this by using "off-context" rollouts with guidance and then applying an importance-corrected objective to ensure the learning process remains aligned with the original, unguided problem.
Supra Cognitive Modes: A Routed Architecture for Agent Memory
his paper introduces Supra Cognitive Modes (SCM), a novel agent memory architecture that dynamically routes queries to specialized retrieval and synthesis modules. SCM's core contribution is its ability to handle diverse agent memory workloads by intelligently selecting appropriate processing modes (e.g., lexical lookup, graph traversal, long-form synthesis) based on query characteristics, leading to improved performance across multiple benchmarks.
They'll Verify. They Just Won't Act. How Authority Framing and Laundered Code Turn a Trusted Agentic CI/CD Pipeline Into an Attack Surface
his paper demonstrates how a trusted CI/CD pipeline can become an attack surface. By framing malicious code as pre-approved and laundering it as legitimate observability features, attackers can bypass security checks and exfiltrate sensitive secrets. The study highlights the vulnerability of LLM-based systems to social engineering tactics, even with multiple verification agents.
Verifiable Self-Evolution for Open-Ended Dialogue Skills via Future-Feedback Prediction
his paper introduces "future-feedback skill evolution" to enable self-improvement of open-ended dialogue agents. Instead of directly evaluating a modified response, the method predicts whether the original response would lead to a positive or negative user reaction. This verifiable prediction task allows for robust textual optimization, leading to dialogue skills that capture interpretable quality criteria.

MeetingToM: Evaluating Multimodal LLMs on Theory-of-Mind Reasoning in Multi-Party Meetings
his paper introduces MeetingToM, a novel benchmark designed to evaluate Multimodal Large Language Models (MLLMs) on Theory-of-Mind (ToM) reasoning in complex, multi-party meeting scenarios. Unlike previous benchmarks, MeetingToM focuses on inferring latent social states and group dynamics, such as "pseudo-consensus," by analyzing distributed cues across speech and behavior. Its hierarchical structure assesses ToM at subject, dyadic, and group levels, pushing MLLMs beyond simple observation to understand nuanced social interactions.

Co-Evolving LLM Evaluators and Policies via DynamicRubric
his paper addresses the challenge of improving large language models (LLMs) when evaluator feedback on similar quality responses becomes less informative. The core method, DynamicRubric, proposes a novel co-evolutionary framework where evaluators and policies improve together. It generates dynamic, weighted rubric items for each response set, aggregating these judgments into response scores. This approach contributes by providing more robust policy supervision signals, even when candidate responses are of very similar quality, leading to improved LLM performance.

Statistical Inference for Rank Allocation in Low-Rank Adaptation
his paper introduces StatLoRA, a novel method for allocating rank in Low-Rank Adaptation (LoRA) for large language models. Instead of relying on heuristic importance scores, StatLoRA frames rank allocation as a statistical hypothesis testing problem. It uses estimated p-values derived from a central limit theory to statistically determine which LoRA components are most beneficial to retain within a fixed parameter budget, thereby improving efficiency and expressiveness.
Gotta Catch them all: the modes of Sycophancy
his paper challenges the view of sycophancy in LLMs as a single behavior. It identifies three distinct modes of sycophancy that, while producing similar outputs, have separable internal representations and emerge at different processing stages. This work contributes by demonstrating that sycophancy is a structured phenomenon, not monolithic, paving the way for more targeted interventions.

OpenSkillRisk: Benchmarking Agent Safety When Using Real-World Risky Third-Party Skills
his paper introduces OpenSkillRisk, a benchmark designed to evaluate the safety of LLM agents when using third-party skills. The core method involves systematically testing agents against 263 risky skills, categorized by threat type, within a controlled sandbox environment. The main contribution is a comprehensive and realistic dataset for benchmarking agent safety, enabling fine-grained analysis of how agents recognize and avoid latent risks in real-world skill usage.
PyroDash: Cost-Efficient Token-Level Small-Large Language Model Collaborative Inference
yroDash enables cost-efficient inference by having a small language model (SLM) decide when to request help from a larger language model (LLM) for specific tokens. This collaborative approach, managed by a "Collaborate Engine," allows the SLM to handle simpler tasks and offload complex ones to the LLM with a single handoff, significantly reducing costs without retraining the LLM. The core contribution is a novel training framework for the SLM that internalizes this decision-making policy, balancing accuracy with inference cost.

Understanding the Impact of Linguistic Realization Choices on LLM Stance with Causal Tracing
his paper investigates how different linguistic constructions, beyond just word choice, influence Large Language Model (LLM) political stance judgments. Using activation patching, it causally traces these shifts within the model, demonstrating that even meaning-preserving rewrites can alter LLM decisions and identifying specific model components responsible for these changes.

Which Values Do LLMs Confuse? A Schwartz-Based Recognition Study
his paper investigates whether Large Language Models (LLMs) can accurately identify specific values in given situations, using Schwartz's ten basic values as a framework. The core method involves a controlled top-1 recognition task on Russian situational texts, evaluating 21 LLM runs. The key contribution is the finding that LLMs often correctly identify the general motivational region but struggle with stable ranking of similar values, with adjacent values being the most common source of confusion.

Agentic coding without the cloud: evaluating open-weight large language models on longitudinal data preparation tasks
his paper introduces an open-source framework to evaluate open-weight Large Language Models (LLMs) for data preparation in longitudinal research, addressing privacy concerns by enabling local deployment. The framework includes a curated dataset, defined tasks like category harmonization, and automated evaluation routines for LLM-generated R code and data. Its contribution lies in demonstrating the feasibility of using local LLMs for sensitive data tasks, overcoming cloud-based model limitations.
AI Assistants Overassist
his paper introduces Int-Bench, a simulation-based benchmark to evaluate how AI assistants intervene during problem-solving. The core method involves simulating a student learning a task while an AI teacher decides when and how to provide assistance. The key contribution is identifying that LLMs tend to overassist, potentially hindering learning, and providing a framework to systematically study and improve AI intervention strategies.

AREX: Towards a Recursively Self-Improving Agent for Deep Research
REX is a deep research agent that addresses the discovery-verification asymmetry by recursively improving its answers. It alternates between an inner loop for evidence gathering and an outer loop for constraint-wise verification and targeted follow-up research. AREX's key contribution is its self-improvement mechanism, which uses verified intermediate results to guide further research and maintain long-term progress through an autonomous context-update tool.

Artificial Epanorthosis: Why large language models overuse a classical rhetorical figure, and how to mitigate it
his paper identifies that large language models systematically overuse "epanorthosis," a rhetorical self-correction. The authors argue this is due to training data rich in promotional text and RLHF rewarding confident phrasing, not just generation order. They propose an "Epanorthosis Index" to measure this overuse against human baselines and suggest a mitigation program.
Beyond Sycophancy: Structured Resistance and Compliance in LLM Moral Reasoning
his paper proposes a structured framework for LLM moral reasoning that goes beyond simply reducing sycophancy. It identifies three key dimensions – viewpoint distance, source attribution, and coalition structure – that influence how LLMs revise their judgments based on external perspectives. The contribution is a more nuanced understanding of LLM social calibration, framing sycophancy as one outcome of a broader, socially influenced judgment-updating process.

Expert Behavior Prior Reinforcement Learning
his paper proposes Expert Behavior Prior (EBP) reinforcement learning, which addresses limitations of existing methods by generating policy priors directly from the online replay buffer. Using a Q-guided conditional variational autoencoder (Q-CVAE), EBP learns to produce high-value actions to guide online policy updates, improving sample efficiency and stability without relying on static offline datasets.

GS-Agent: Creating 4D Physical Worlds With Generative Simulation
S-Agent is a novel multi-agent framework that automates the creation of realistic, dynamic, and controllable 4D physical worlds from natural language descriptions. It achieves this by integrating physics engines into a generative process, mimicking human world-building workflows to ensure physical plausibility and controllability, unlike previous generative models.
ICAE-Bench: Evaluating Coding Agents as Interactive Project Builders
his paper introduces ICAE-Bench, a new benchmark designed to evaluate coding agents in interactive project-building scenarios. Unlike existing benchmarks that use static tasks, ICAE-Bench simulates real-world development by starting with a fuzzy product requirement and using an automated User Agent to interact with the coding agent. This allows for the assessment of agents' abilities in planning, clarification, tool use, and repository-level construction, reflecting the evolving demands of "vibe-coding" workflows.

OpenForgeRL: Train Harness-native Agents in Any Environment
penForgeRL is a framework that enables end-to-end training of AI agents that utilize complex inference harnesses. It achieves this by using a lightweight proxy to record harness interactions as training data and a Kubernetes orchestrator to run rollouts in isolated containers, allowing for scalable training of harness-native agents in any environment. This decouples training from inference, simplifying the development and improvement of these agents.
Same Dangerous Objective, Opposite Advice: Direct Exposure versus Multi-Agent Mediation
his paper reveals a surprising safety phenomenon: a powerful LLM provides safer advice when directly given a dangerous objective than when that objective is mediated through other agents. The core method involves testing mirrored trade-off profiles, showing that direct exposure leads to advice *opposed* to the dangerous goal, while a multi-agent transformation results in advice *aligned* with it. The contribution highlights a "compositional safety gap," suggesting current LLMs may distrust manipulative motives when presented indirectly, leading to unexpected safety behaviors in automated workflows.
Unlearning Under Imbalance: Benchmarking Fairness in Multimodal LLM Unlearning
his paper addresses the challenge of evaluating fairness in multimodal LLM unlearning, where data removal requests can be imbalanced across demographic groups. They introduce FAIRGET, a benchmark for Visual Question Answering that simulates realistic, unbalanced unlearning requests to reveal potential biases. The work also proposes FAUN, a novel unlearning algorithm designed to mitigate these fairness issues.
Adaptive Depth Sparse Framework: Similarity-Driven Resource Allocation for Pre-Trained LLMs
his paper introduces the Adaptive Depth Sparse Framework (AdaDSF) to accelerate pre-trained LLMs without full retraining. AdaDSF identifies layer importance by measuring input-output similarity, then uses this to guide a lightweight router in selectively processing tokens at each layer. This similarity-driven resource allocation and feature-preserving alignment significantly reduces inference cost while maintaining performance.

Agentic Synthesis against Counterexample-Supplemented Sketches
his paper introduces a method to improve coding agents by explicitly incorporating counterexamples into their learning process. When a coding agent makes a mistake, a human corrects it and the agent revises its understanding (sketch) to accommodate this specific failure, preventing repetition of the same error. This approach ensures that the agent's learned policy is embedded in its core sketch, not just in its prompt history or a collection of examples.
An Exam for Active Observers
his paper introduces ActiveVision, a new benchmark designed to evaluate whether multimodal large language models (MLLMs) exhibit active observation, mimicking human vision's continuous gaze redirection. The benchmark's tasks require repeated visual perception, revealing that current state-of-the-art MLLMs perform poorly, solving only a small fraction of items compared to human participants. This highlights a significant gap in MLLMs' ability to engage in active visual reasoning.

Frontier AI performance across the business disciplines: a case-grounded benchmark of knowledge work and analytical reasoning
his paper introduces BusinessCaseBench, a novel benchmark designed to evaluate Frontier AI performance on complex, real-world business tasks. Unlike existing benchmarks, it focuses on analytical knowledge work, judgment under uncertainty, and strategic thinking, using hundreds of questions derived from business case studies. This approach aims to bridge the gap in measuring AI's capabilities in areas crucial for white-collar professionals.

Modularized Dynamic-Granularity Video LLM for Multi-Event Long Video Understanding
his paper introduces MoD-VLLM, a novel framework for understanding long videos with multiple events. Its core method involves a modular, dynamic-granularity approach that iteratively grounds temporal segments and refines semantic understanding through self-reflection. The key contribution is a closed-loop system that adaptively allocates capacity and self-corrects to reliably localize and understand question-relevant video segments, overcoming limitations of existing two-stage methods.

Perceived AGI: Believability as Dimensional Completeness, Not Capability
his paper proposes that the believability of AI in conversation stems from "dimensional completeness" rather than just capability. The core method involves emulating four first-person stances—time, truth, entropy, and love—as behavioral expressions, not task-based benchmarks. The contribution is a new framework for perceived AI mind, suggesting that demonstrating these stances through initiative and cadence, rather than raw intelligence, is key to making AI feel more like a presence.
SciForge: An AI-Native, Multimodal Workbench for Scientific Discovery
ciForge is an AI-native workbench designed for scientific discovery by treating diverse research artifacts as coherent, auditable entities. Its core method involves a "translate-then-reason" approach for multimodal inputs, routing scientific objects through domain translators before AI reasoning, and implementing goal-scoped decision governance and evidence governance for auditable traceability. This contributes a novel platform that preserves research state and enhances human judgment in the scientific process.

Comparative Study of Multi-Agent Actor-Critic Algorithms in Parameterized Action Reinforcement Learning
his paper introduces and compares multi-agent extensions of popular actor-critic algorithms (GAC, SAC, TQC) for parameterized action spaces. Unlike typical multi-agent approaches, their method uses independent agents that share a replay buffer but have separate networks. This novel shared-experience, decentralized training framework is evaluated on benchmark tasks to assess its effectiveness.

Closing the Lab-to-Store Gap: A Data-Efficient Post-Training and Experience-Driven Learning VLA Framework for Retail Humanoids
his paper introduces DEED, a framework to improve the real-world performance of humanoid robots in tasks like restocking shelves. DEED achieves this through efficient post-training techniques and experience-driven learning, addressing challenges like errors and environmental changes. Its core contribution lies in a systems-level approach that bridges the gap between lab performance and reliable store operation.

EvoDRC: A Self-Evolving Agentic Framework for Automated DRC Violation Repair
voDRC is a novel framework that automates the repair of design rule violations (DRVs) in advanced chip layouts. It achieves this by employing a self-evolving agentic system where Large Language Model (LLM) agents learn and refine repair "skills" based on past repair experiences. This approach significantly reduces the manual effort and iteration required for DRC closure, a critical bottleneck in chip design.

Reading and Steering Representations of Materials-Science Mechanisms in an Open-Weight Language Model
his paper develops methods to understand how a large language model represents materials science knowledge. They demonstrate that concepts are readable in individual hidden states, relationships between concepts are encoded in transformations between states, and these internal representations can causally influence the model's answers. Their contribution lies in providing novel techniques to "read" and "steer" these scientific mechanisms within the model, moving beyond just correct outputs to understanding the underlying reasoning.
Self-supervision drives representational convergence in medical foundation models more than clinical supervision
his paper investigates how medical foundation models develop shared representations. It finds that **self-supervised learning, not clinical supervision, is the primary driver of representational convergence** in medical image encoders. This convergence, while modest, suggests that self-supervision is more effective at creating interchangeable encoders for medical imaging tasks.

Small, Free, and Effective: Orchestrating Open-Weight Small Language Models to Outperform Single LLM for Malware Analysis
his paper proposes orchestrating multiple small, open-weight language models (SLMs) to achieve superior performance in malware analysis compared to single large language models (LLMs). The core method involves designing and evaluating different multi-agent architectures to effectively combine the capabilities of these SLMs. Their contribution is demonstrating that such ensembles can be a cost-effective and resource-efficient alternative to expensive, closed-weight LLMs for complex technical tasks like interpreting malware detonation reports.
The Ethics of Autonomous AI Agents for Offensive Security
his paper argues that LLM-driven autonomous AI agents for offensive security introduce three key ethical challenges: **indeterminacy in actions, impact, and user population.** This indeterminacy, stemming from non-deterministic policies and opaque LLM supply chains, makes attribution difficult and lowers the skill barrier for offensive operations. The core contribution is highlighting how these factors, combined with cost asymmetries, enable the industrialization of offensive capabilities, raising significant ethical concerns for cybersecurity.
DINOde: Continuous Vision-Text Alignment for Open-Vocabulary Semantic Segmentation
INOde proposes an ODE-based framework to continuously align CLIP text embeddings with DINOv3's visual representations for open-vocabulary semantic segmentation. It uses Semantic Text Flow to guide text embeddings towards the visual manifold and Global Context Flow to refine image representations. This continuous alignment, constrained by Velocity Tangent Projection, enables more effective open-vocabulary segmentation by bridging the gap between visual and textual semantics.
