iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition
Home ›› Technology ›› Ai ›› Llms ›› ACC Method Compiles Agent Trajectories to Enhance Long-Context Reasoning in LLMs

ACC Method Compiles Agent Trajectories to Enhance Long-Context Reasoning in LLMs

Researchers propose Agent Context Compilation (ACC), which converts agent trajectories from search, software engineering, and database tasks into long-context question-answer pairs. Training Qwen3-30B-A3B with ACC achieves 68.3 on MRCR and 77.5 on GraphWalks, matching a model 8x larger, while preserving general capabilities.

iG
iGEN Editorial
June 16, 2026
ACC Method Compiles Agent Trajectories to Enhance Long-Context Reasoning in LLMs

Large language models (LLMs) used in agentic workflows often struggle to reason over long contexts, especially when evidence is scattered across many turns of tool use. Standard supervised fine-tuning (SFT) masks tool responses and only trains turn-level tool selection, creating a supervision blind spot for signals that span distant segments. According to a paper on arXiv, researchers have developed a new method called Agent Context Compilation (ACC) to address this gap.

ACC converts trajectories from agents—those used in search, software engineering, and database querying—into long-context question-answer pairs. The method combines the original question with tool responses and environment observations gathered across multiple turns, training the model to answer directly without tool use. This makes dependencies between the question and evidence explicit, enabling direct supervision of long-context reasoning over distant segments without additional annotation. The paper states that ACC is a simple approach that can be combined with any existing long-context extension or training method, providing scalable supervised fine-tuning data.

The researchers validated ACC on two challenging benchmarks: MRCR (multi-turn coreference resolution) and GraphWalks (graph traversal over extended contexts). They trained Qwen3-30B-A3B, a 30-billion-parameter model with 3 billion active parameters, using ACC. The results are shown in the table below:

Benchmark ACC-trained Qwen3-30B-A3B Baseline (same model) Larger model Qwen3-235B-A22B
MRCR 68.3 (+18.1) 50.2 72.1
GraphWalks 77.5 (+7.6) 69.9 79.8

The ACC-trained model achieved scores of 68.3 on MRCR (an improvement of 18.1 points) and 77.5 on GraphWalks (an improvement of 7.6 points). These results are comparable to those of Qwen3-235B-A22B, a model with 235 billion parameters and 22 billion active parameters—roughly 8 times larger in total parameters. At the same time, the ACC-trained model preserved its general capabilities on benchmarks including GPQA, MMLU-Pro, AIME, and IFEval, according to the paper.

Further mechanism analysis revealed that the ACC-trained model exhibits task-adaptive attention restructuring and expert specialization. This suggests that training on compiled trajectories encourages the model to allocate attention more effectively across long-range dependencies, a key requirement for enterprise applications that involve processing extended documents, multi-step reasoning, or historical transaction logs.

For enterprise technology leaders evaluating AI for complex workflows, ACC offers a data-efficient way to improve long-context reasoning without expensive manual curation. The method's compatibility with existing training pipelines means it could be integrated into custom LLM deployments for tasks such as contract analysis, supply chain event resolution, or multi-document intelligence—though the paper itself does not test those domains. The research, authored by Su, Qisheng, Fang, Zhen, Huang, Shiting, Zeng, Yu, Zhao, Yiming, Kou, Zhang, Ziao, Chen, Lin, Zehui, Wu, Lijun, and Feng, is available on arXiv under the title "ACC: Compiling Agent Trajectories for Long-Context Training."


Sources:

Keep Reading

Recommended Stories

AdaMame: New Training Recipe Solves Language Collapse in Multilingual Reasoning Models Technology

AdaMame: New Training Recipe Solves Language Collapse in Multilingual Reasoning Models

AdaMame, a two-stage training recipe for multilingual mathematical reasoning, addresses language collapse in large reasoning models. It adaptively aligns reasoning language to the query language without compromising accuracy, achieving Pareto-optimal performance across 12 languages.

June 16, 2026
A Theoretical Roadmap to Fuse Foundation Models and Knowledge Graphs Technology

A Theoretical Roadmap to Fuse Foundation Models and Knowledge Graphs

A new theoretical paper formalizes the 'Impedance Mismatch' between Foundation Models and Knowledge Graphs, arguing that current approaches like RAG are superficial. The authors propose a roadmap including Structured Residual Streams, Vector Symbolic Architectures, and Orthogonal Subspace Editing for true semantic fusion.

June 16, 2026
E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70% Technology

E-mem: Multi-Agent Framework for Episodic Memory Reconstruction Boosts LLM Reasoning Efficiency by 70%

Researchers propose E-mem, a multi-agent framework that reconstructs episodic context for LLM agent memory, inspired by biological engrams. It uses a hierarchical architecture with assistant agents maintaining uncompressed contexts and a master agent orchestrating planning, achieving 54% F1 on the LoCoMo benchmark, surpassing the state-of-the-art GAM by 7.75% with over 70% token cost reduction.

June 16, 2026
project44 CEO: AI Agents Without Context Are Just Guessing Faster Technology

project44 CEO: AI Agents Without Context Are Just Guessing Faster

project44 CEO Jett McCandless argues that AI agents require rich contextual data to be effective. The company's Agentic Workflow Manager layers first- and third-party agents on top of shipment-level data to automate tasks like LTL dispatch reconciliation, processing 75,000 dispatches daily and matching over 2,000 that would otherwise require manual intervention.

July 13, 2026