AILGOct 6, 2025

COSMIR: Chain Orchestrated Structured Memory for Iterative Reasoning over Long Context

arXiv:2510.04568v1h-index: 10
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining accuracy and faithfulness in long-context reasoning for AI systems, though it is incremental as it builds on existing staged pipeline approaches.

The paper tackles the problem of reasoning over long inputs in large language models by introducing COSMIR, a chain-style framework that uses structured memory and a fixed micro-cycle for worker agents, which reduces information loss and improves accuracy on long-context QA tasks compared to a baseline.

Reasoning over very long inputs remains difficult for large language models (LLMs). Common workarounds either shrink the input via retrieval (risking missed evidence), enlarge the context window (straining selectivity), or stage multiple agents to read in pieces. In staged pipelines (e.g., Chain of Agents, CoA), free-form summaries passed between agents can discard crucial details and amplify early mistakes. We introduce COSMIR (Chain Orchestrated Structured Memory for Iterative Reasoning), a chain-style framework that replaces ad hoc messages with a structured memory. A Planner agent first turns a user query into concrete, checkable sub-questions. worker agents process chunks via a fixed micro-cycle: Extract, Infer, Refine, writing all updates to the shared memory. A Manager agent then Synthesizes the final answer directly from the memory. This preserves step-wise read-then-reason benefits while changing both the communication medium (structured memory) and the worker procedure (fixed micro-cycle), yielding higher faithfulness, better long-range aggregation, and auditability. On long-context QA from the HELMET suite, COSMIR reduces propagation-stage information loss and improves accuracy over a CoA baseline.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes