№ 02 / SUMMARIES

arXiv cs.AI

Every summary, chronological. Filter by category, tag, or source from the rail.

Source · arXiv cs.AI
DAY 01Saturday AUG 8 · 20267 SUMMARIES
arXiv cs.AIAI & LLMs

WorldClaw: Scaling Agentic 3D Open-World Generation

WorldClaw introduces an agentic framework for generating complex, large-scale 3D open worlds, moving beyond static scene generation toward autonomous, scalable environment creation.

arXiv cs.AI
arXiv cs.AIAI & LLMs

Project2Task: Graph-Guided Planning for Autonomous Research

Project2Task improves autonomous research agents by using graph-based planning to decompose high-level project goals into actionable, structured task sequences, overcoming the limitations of linear prompt-based planning.

arXiv cs.AIAI & LLMs

TriQua: A New Framework for Factuality Evaluation in LLMs

TriQua addresses the trade-off between granular fact-checking and global context by decomposing evaluation into three distinct dimensions to improve accuracy in LLM output verification.

arXiv cs.AIAI & LLMs

Solving Misalignment in Multi-Turn AI Agent Guidance

This paper addresses the failure modes of privileged guidance in multi-turn agents, proposing state-matched routing and contextualized self-distillation to prevent performance degradation when teacher models provide misaligned instructions.

arXiv cs.AIAI & LLMs

SkillTrace: Auditing Provenance in LLM-Agent Skill Reuse

SkillTrace provides a framework for auditing the provenance of skills reused by LLM agents, ensuring transparency and accountability when agents leverage previously learned capabilities across multiple execution traces.

arXiv cs.AIAI & LLMs

Measuring Global Workspace Dynamics in LLMs with the Ignition Index

The Ignition Index provides a quantitative framework to measure Global Workspace Theory (GWT) dynamics in LLMs, offering a new way to evaluate model reasoning and information integration.

arXiv cs.AIAI & LLMs

Woodpecker Distillation: Using Weak Models to Debug Strong LLMs

Woodpecker Distillation improves LLM reasoning by using smaller, 'weaker' models to identify and diagnose logic errors in the outputs of larger, more powerful models, enabling iterative refinement without requiring massive compute for every step.

DAY 02Friday AUG 7 · 20267 SUMMARIES
arXiv cs.AIAI & LLMs

Verification-First Coordination for Heterogeneous LLM Systems

Improving multi-model coordination requires prioritizing consensus on verifiable facts before leveraging model diversity, preventing error propagation in heterogeneous agent systems.

arXiv cs.AI
arXiv cs.AIAI & LLMs

Structure-Aware Shapley Valuation for AI Agent Skills

This paper introduces a method to quantify the individual contribution of specific skills within an AI agent's repertoire by accounting for the hierarchical and dependency structures between them.

arXiv cs.AIAI & LLMs

The RAIL Principles for Neurosymbolic AI

The RAIL framework provides a structured approach to neurosymbolic AI by integrating symbolic reasoning, formal assurances, intuitive human-AI interfacing, and continuous learning to overcome the limitations of pure neural models.

arXiv cs.AIAI & LLMs

Evaluating Financial AI Agents with Role-Grounded Rubrics

FinProBench introduces a new evaluation framework for financial AI agents that uses role-specific rubrics derived from real-world professional deliverables to measure performance beyond simple accuracy.

arXiv cs.AIAI & LLMs

Adversarially Robust Abductive Fusion for Perception Models

This paper introduces a framework for combining pre-trained transformer perception models using abductive reasoning to improve robustness against adversarial attacks.

arXiv cs.AIAI & LLMs

SafeCommit: Certifying Safety for Memory-Grounded AI Agents

SafeCommit is a framework that introduces a certification mechanism to determine when memory-grounded AI agents can safely execute actions based on their internal state, reducing the risk of hallucinated or harmful operations.

arXiv cs.AIAI & LLMs

FinPerMA: A New Benchmark for Personalized LLM Agent Memory

FinPerMA is a theory-informed, event-grounded benchmark designed to evaluate how well LLM agents maintain and utilize personalized, long-term memory in financial contexts.

DAY 03Thursday AUG 6 · 202610 SUMMARIES
arXiv cs.AIAI & LLMs

DiffImaginE: Using Diffusion Models for Entity Type Verification

DiffImaginE leverages diffusion models to verify entity types by generating visual representations, providing a novel bridge between textual entity classification and generative AI.

arXiv cs.AI
arXiv cs.AIAI & LLMs

LoCA: Efficient Forward-Only LLM Tuning via Local Credit Assignment

LoCA enables LLM fine-tuning without backpropagation by using one-shot calibration and local credit assignment, significantly reducing memory overhead and computational complexity.

arXiv cs.AIAI & LLMs

Addressing the Missing Benchmarks Layer in AI Evaluation

Current AI evaluation suffers from a lack of a standardized 'benchmarks layer,' leading to fragmented and unreliable performance metrics. The paper proposes a structural solution to unify how models are tested and compared.

arXiv cs.AIAI & LLMs

Information Boundaries for Group-Robust LLM Pruning

Standard LLM pruning metrics often fail to account for group-level performance disparities; this research proposes information-theoretic boundaries to ensure robustness across diverse data subgroups.

arXiv cs.AIAI & LLMs

The Missing Data Layer in AI Systems

Current AI architectures lack a dedicated, standardized data layer, leading to fragmented pipelines; the proposed solution involves a unified abstraction for data management that bridges the gap between raw storage and model inference.

arXiv cs.AIAI & LLMs

UrbanAgent: Tool-Augmented Agents for Complex Urban Systems

UrbanAgent is a framework designed to enable AI agents to execute cross-system tasks in urban environments by integrating specialized tools for data retrieval, analysis, and decision-making across fragmented city infrastructure.

arXiv cs.AIAI & LLMs

BAP-SQL: Budget-Aware Observation Planning for Agentic Text-to-SQL

BAP-SQL introduces a budget-aware framework for agentic Text-to-SQL systems, optimizing schema exploration and query generation by balancing accuracy against token costs and execution constraints.

arXiv cs.AIAI & LLMs

VeriTrace: Bridging the Gap in Agentic Temporal Exploration

VeriTrace introduces a human-like temporal exploration framework that addresses the limitations of current AI agents in navigating complex, multi-step action spaces by effectively managing temporal dependencies.

arXiv cs.AIAI & LLMs

HyperAgent: Planning with Tool-Schema Hypergraphs

HyperAgent improves LLM tool-use by representing tool schemas as hypergraphs, enabling more effective planning and execution in complex, multi-step tasks.

arXiv cs.AIAI & LLMs

Escaping LLM Homogeneity with Meta-Persona Anchoring

To combat output uniformity in LLMs, use Meta-Persona Anchoring to define high-level cognitive constraints and Sequential Temperature Scaling to manage creative variance across multi-step reasoning chains.

DAY 04Tuesday AUG 4 · 20266 SUMMARIES
arXiv cs.AIAI & LLMs

NeSyFS: Neuro-symbolic Fast-Slow Thinking for AI Agents

NeSyFS improves LLM agent performance in partially observable environments by combining fast, intuitive neural responses with slow, symbolic reasoning to handle uncertainty and long-term planning.

arXiv cs.AI
arXiv cs.AIAI & LLMs

Ontology-Guided Extraction for Knowledge Graph Construction

A framework for building knowledge graphs from heterogeneous documents by using ontologies to guide entity extraction and integrating deduplication directly into the extraction layer to ensure data consistency.

arXiv cs.AIAI & LLMs

Localizing AI Agent Failures: Model vs. Harness

To debug AI agents effectively, you must distinguish between failures caused by the underlying LLM (Model) and those caused by the agent's orchestration, tools, or environment (Harness).

arXiv cs.AIAI & LLMs

Why AI Companions Suffer from Long-Horizon Persona Collapse

AI companions inevitably lose their defined persona and behavioral consistency over long-term interactions due to cumulative drift in context windows and memory retrieval, necessitating new architectural approaches to state management.

arXiv cs.AIAI & LLMs

SciToolAgent-Evo: Ontology-Driven Self-Evolving AI Agents

SciToolAgent-Evo addresses the limitations of static AI agents in scientific research by using an ontology-aware framework that allows agents to autonomously discover, evaluate, and integrate new tools in open-world environments.

arXiv cs.AIAI & LLMs

Measuring LLM Reasoning Effort via Step-Aware Energy

The paper introduces a 'Reasoning Energy' metric to quantify the cognitive effort expended by LLMs during Chain-of-Thought (CoT) processes, revealing that reasoning intensity fluctuates significantly across individual steps.

Showing 30 of 312