Token-Efficient Data Reasoning Agents via Adaptive Structuring of Unstructured Data
Summary
The paper proposes agentic data cracking, a method to adaptively structure unstructured data during LLM reasoning to reduce token consumption and costs, achieving significant cost cuts while maintaining accuracy on benchmarks.
View Cached Full Text
Cached at: 09/02/26, 07:47 PM
Paper page - Token-Efficient Data Reasoning Agents via Adaptive Structuring of Unstructured Data
Source: https://huggingface.co/papers/2608.31082
Abstract
Valuabledataremainsembeddedinunstructuredsources:webpages,reports,contracts,filings,earningscalls,andPDFs.ThebigbetinenterpriseAIisdeployingLLMagentsthatreasonoverthisdatatoanswercomplexquestionsforeveryknowledgeworker.Agentscandothistoday,butatprohibitivecost.Eachquestionrepeatedlyopenslargedocumentstorecoverscatteredevidence,consuminguptoamilliontokens.However,ifthedatawerealreadystructured,thesamequestionwouldreducetoacheapdatabaselookup.Forexample,onFanOutQAbenchmark,reasoningoveranidealpre-structuredstoreis28Xcheaper,andthegapgrowstoordersofmagnitudeasquestionsfanoutovermoredocuments.Yetstructuringeverythinginadvanceisnotviable:documentsholdvastlymorepossiblestructurethananyworkloadwilluse,andtheusefulstructureanddocumentsareunknownuntilqueriesarrive.Weproposeagenticdatacracking,amethodthatstructuresunstructureddataadaptivelyandspeculativelyasabyproductofreasoningitself.Structuringisadaptivebecauseobservedqueriesdecidewhenithappensandwhatmatters,andspeculativebecauseitgoesbeyondthecurrentquestion.Whenevertheagentopensadocumenttoanswer,acrackingsub-agentforksfromthealready-loadedcontextatmarginalcostandextractsgroundedstructurelikelytoserverelatedfuturequeries.Overtime,anincreasingshareofqueriesisfullycoveredbystructureddataandansweredwithoutopeningadocument,keepingagenticaccuracyatclosetoRAGcost.OnFanOutQA,extendedwithmerelyonerelatedquestionpertestquestion,crackingcutscostby53%whilepreservingaccuracy.Agenticdatacrackingisafirststeptowardnext-generationdatainfrastructureforagenticreasoningoverunstructureddata:asharedsubstratebeneaththemodelwhereknowledgethatreasoningalreadypaidtouncoveraccumulates.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.31082
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.31082 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.31082 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.31082 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Adaptive Latent Agentic Reasoning
This paper introduces Adaptive Latent Agentic Reasoning (ALAR), a dual-mode framework for LLM agents that uses compact latent reasoning for routine turns and selectively escalates to explicit chain-of-thought for harder decisions, achieving up to 84.6% token reduction while maintaining task accuracy.
The Reasoning Tax: Token Economics of LLM Reasoning Across Task Types and Deployment Contexts
The paper introduces the Token Economy Score (TES) to measure the cost-effectiveness of reasoning in LLMs across tasks, revealing that task structure determines efficiency and advising selective reasoning deployment based on context.
Researchers let AI Agents Optimize LLM Reasoning and Cut Tokens by 70%
Researchers developed AutoTTS, a framework where AI agents automatically design control policies to optimize LLM inference, cutting token consumption by approximately 70% while maintaining high reasoning accuracy.
Agentic Graph Token Reasoning
Introduces agentic graph token reasoning, a method that recasts graph tokenization as part of an LLM's step-by-step reasoning process, allowing the model to dynamically choose graph views and granularity during inference. The method outperforms baselines across seven graph domains and transfers zero-shot to unseen domains.
Not All Tokens Matter: Towards Efficient LLM Reasoning via Token Significance in Reinforcement Learning
This paper proposes a reinforcement learning framework that improves LLM reasoning efficiency by modeling token significance to selectively penalize unimportant tokens while preserving essential reasoning, using both significance-aware and dynamic length rewards to reduce verbosity without sacrificing accuracy.