Traceable Multi-Agent System for Knowledge-Based Forecasting

arXiv cs.AI Papers

Summary

This paper introduces TraceMAS, an interactive demo system for traceable multi-agent forecasting that organizes agent outputs around causal-loop diagrams to make the evidence-to-forecast process inspectable, demonstrated on crude oil price forecasting.

arXiv:2608.03339v1 Announce Type: new Abstract: Enterprise forecasting increasingly relies on autonomous agents that interpret documents, search for data, generate code, and revise models. While this autonomy helps build adaptive forecasting pipelines, it also makes it difficult for practitioners to inspect why a forecast changed, which evidence supported the change, and how data and modeling choices were revised. We present TraceMAS, an interactive demo system for traceable multi-agent forecasting. TraceMAS organizes agent outputs around two causal-loop representations: an Ideal Causal Loop Diagram (Ideal CLD), which captures key factors and their causal relations extracted from domain documents, and a Data-Grounded Causal Loop Diagram (Data-Grounded CLD), which links those factors to internal variables, external data, or documented proxies. The Data-Grounded CLD guides feature construction and model design while preserving the connection between textual evidence, data choices, and model revisions. We demonstrate TraceMAS on crude oil price forecasting. The demo interface allows users to compare forecasting iterations, inspect agent-level revisions, explore causal maps, review feature-data mappings and model architecture, and connect scenario forecasts to market narratives. This demonstration shows how autonomous forecasting agents can retain flexibility while making the evidence-to-forecast process inspectable.
Original Article
View Cached Full Text

Cached at: 08/05/26, 07:40 AM

# Traceable Multi-Agent System for Knowledge-Based Forecasting
Source: [https://arxiv.org/html/2608.03339](https://arxiv.org/html/2608.03339)
![Refer to caption](https://arxiv.org/html/2608.03339v1/figures/demo_screenshot.png)Figure 1\.TraceMAS demo interface for crude oil price forecasting\. The interface allows users to inspect iteration\-level agent revisions, causal maps, feature–data mappings, model architecture, scenario forecasts, and market narratives in a single view\.###### Abstract\.

Enterprise forecasting increasingly relies on autonomous agents that interpret documents, search for data, generate code, and revise models\. While this autonomy helps build adaptive forecasting pipelines, it also makes it difficult for practitioners to inspect why a forecast changed, which evidence supported the change, and how data and modeling choices were revised\. We presentTraceMAS, an interactive demo system for traceable multi\-agent forecasting\. TraceMAS organizes agent outputs around two causal\-loop representations: anIdeal Causal Loop Diagram\(Ideal CLD\), which captures key factors and their causal relations extracted from domain documents, and aData\-Grounded Causal Loop Diagram\(Data\-Grounded CLD\), which links those factors to internal variables, external data, or documented proxies\. The Data\-Grounded CLD guides feature construction and model design while preserving the connection between textual evidence, data choices, and model revisions\. We demonstrate TraceMAS on crude oil price forecasting\. The demo interface allows users to compare forecasting iterations, inspect agent\-level revisions, explore causal maps, review feature–data mappings and model architecture, and connect scenario forecasts to market narratives\. This demonstration shows how autonomous forecasting agents can retain flexibility while making the evidence\-to\-forecast process inspectable\.

Time\-series forecasting, Multi\-agent systems, Causal loop diagram

††conference:ACM SIGKDD Conference; August 9–13, 2026; Jeju, Korea††ccs:Computing methodologies Multi\-agent systems††ccs:Applied computing Forecasting## 1\.Introduction

Multi\-agent systems are increasingly used to automate analytical workflows that require reasoning, tool use, and iterative revision\(Guoet al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib10); Wuet al\.,[2023](https://arxiv.org/html/2608.03339#bib.bib13)\)\. By assigning different roles to agents, these systems can decompose complex tasks, retrieve information, generate code, evaluate intermediate results, and revise earlier decisions\. This autonomy is particularly useful when a workflow cannot be fully specified in advance, but must instead be constructed through interaction with heterogeneous sources of information\. Enterprise forecasting is a natural setting for such agentic workflows\. Forecasting pipelines often require practitioners to interpret market reports, identify factors affecting the target variable, find related indicators, construct features, and revise models as new evidence becomes available\. A multi\-agent system can distribute these steps across specialized agents, allowing textual domain knowledge and structured time\-series data to be connected through an adaptive forecasting process\.

The same autonomy, however, creates a tension in enterprise forecasting\. Forecasts often support operational decisions such as material purchasing, inventory planning, and risk response\(Kanget al\.,[2025](https://arxiv.org/html/2608.03339#bib.bib6); Triratet al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib8)\)\. In such settings, practitioners need to understand not only the predicted value, but also the evidence and modeling choices behind it\(Arsenaultet al\.,[2025](https://arxiv.org/html/2608.03339#bib.bib3)\)\. When agents independently interpret documents, select variables, create features, and revise models, the rationale behind a forecast can become distributed across many intermediate outputs\. As a result, a system may improve prediction accuracy while making it difficult to determine why the forecast changed, which evidence supported the change, or whether the change resulted from a reliable modeling decision\.

This difficulty is especially important when forecasting relies on textual knowledge\. Reports, expert analyses, and policy documents may describe conditions that are relevant to future movements of the target variable\(Williamset al\.,[2025](https://arxiv.org/html/2608.03339#bib.bib14)\), but such information must still be interpreted and connected to the data used by the forecasting model\. For example, a report statement about supply constraints and future price pressure may lead the system to consider a supply\-related indicator, create lagged features, or revise the model structure\. If the forecast changes after these steps, practitioners need to inspect whether the change is supported by the original evidence, an appropriate data choice, and a reliable modeling process\.

Existing approaches provide only partial support for this need\. Text\-informed forecasting methods can incorporate documents through embeddings, extracted signals, prompting, or cross\-modal alignment, but they often hide how specific textual evidence affects variables, features, or models\(Wanget al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib11); Jiaet al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib12); Jinet al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib18); Xuet al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib15); Liuet al\.,[2025](https://arxiv.org/html/2608.03339#bib.bib16)\)\. Agent logs preserve more process information, but they are usually too unstructured to diagnose why a forecast changed\(Souzaet al\.,[2025](https://arxiv.org/html/2608.03339#bib.bib5)\)\. For enterprise forecasting, traceability requires more than storing intermediate outputs; it requires a way to organize the links among textual evidence, data choices, feature construction, and model revisions\(Schlegel and others,[2025](https://arxiv.org/html/2608.03339#bib.bib1)\)\.

To address this challenge, we proposeTraceMAS, a traceable multi\-agent system for knowledge\-grounded forecasting\. TraceMAS preserves agent autonomy while organizing the intermediate outputs that connect textual knowledge to forecasting decisions\. The system first extracts key factors affecting the target variable and document\-supported causal hypotheses among them from domain documents, and synthesizes them into anIdeal Causal Loop Diagram\(Ideal CLD\), which captures the causal structure suggested by textual knowledge before considering data availability\. TraceMAS then reconstructs the Ideal CLD into aData\-Grounded Causal Loop Diagram\(Data\-Grounded CLD\) by linking factors to internal time\-series variables, external data, or documented proxies\. The Data\-Grounded CLD guides variable selection, feature construction, and model design while preserving how textual evidence is connected to the forecasting pipeline\. By maintaining versioned CLDs across iterations, TraceMAS allows practitioners to inspect which textual evidence contributed to causal assumptions, how those assumptions were linked to data, which features were constructed, and how model revisions changed the forecast\.

This demo makes the following contributions:

- •We present TraceMAS, an interactive multi\-agent forecasting system that exposes how domain documents, data sources, features, model revisions, and forecasts are connected\.
- •We introduce Ideal CLD and Data\-Grounded CLD as shared representations for tracing how textual evidence is transformed into causal assumptions, data choices, features, and model components\.
- •We demonstrate TraceMAS on crude oil price forecasting, showing how versioned CLDs help inspect the transformation from market\-report knowledge to forecast revisions\.

## 2\.Proposed Framework: TraceMAS

TraceMAS builds forecasting models by connecting textual domain knowledge with structured time\-series data\. The system allows agents to explore and revise the forecasting pipeline autonomously, while organizing their outputs into traceable intermediate representations\. Rather than imposing a rigid linear procedure, TraceMAS records agent\-generated knowledge, data mappings, features, review signals, and model outputs through a CLD\-centered design\. The recorded artifacts form a versioned trace, where each iteration stores the current CLDs, data mappings, feature specifications, reviewer warnings, model configuration, and forecast outputs\.

### 2\.1\.Workflow Overview

The TraceMAS workflow consists of document\-based knowledge extraction, CLD construction, data mapping, model construction, evaluation, and iterative revision\. Figure[2](https://arxiv.org/html/2608.03339#S2.F2)summarizes the workflow from raw inputs to forecasting outputs\. First, theDomain Analystextracts key factors that influence the target variable and identifies directional hypotheses suggested by the documents\(Hosseinichimehet al\.,[2024](https://arxiv.org/html/2608.03339#bib.bib2)\)\. These hypotheses are not treated as keyword co\-occurrences; they record directional influences between factors, often with indicated time delays\. For example, the sentence “if crude oil supply becomes constrained, prices may rise after three months” is recorded as a delayed directional hypothesis from supply shortage to price increase\.

Domain Documents\(\.pdf, \.docx, …\)IdealCausal Loop DiagramEnterpriseTime\-series DatabaseExternal Data SourceData\-GroundedCausal Loop DiagramForecasting ModelForecasts

Figure 2\.Overview of the TraceMAS workflow\. Domain documents are used to construct an Ideal CLD\. The Ideal CLD is then linked to enterprise time\-series data and external data sources to form a Data\-Grounded CLD, which guides forecasting model construction and final prediction\.TheCausal Analystaggregates extracted factors and document\-supported hypotheses into an Ideal CLD, which represents the causal structure suggested by documents before considering data availability\. TheData Engineersearches the internal time\-series database for variables or historical patterns related to each factor, reflecting the importance of retrieving relevant time\-series information for feature selection in forecasting\(Kanget al\.,[2026](https://arxiv.org/html/2608.03339#bib.bib7)\)\. If no suitable internal variable exists, theCrawlersearches for external data sources or proxy candidates\. TheCoordinatorthen synthesizes the Ideal CLD, data mappings, proxy candidates, model results, and review signals to update the Data\-Grounded CLD\.

TheModel Engineeruses the Data\-Grounded CLD to construct features and forecasting models\. Factors become candidate features, while document\-supported hypotheses inform lag choices, interactions, and structural components\. TheRisk Reviewerchecks generated data, code, mappings, and model outputs for leakage, timestamp misalignment, inconsistent units, missing sources, and hard\-coded values\. Across iterations, changes to factors, hypotheses, proxies, features, review signals, and model components are recorded as versioned updates, allowing users to compare how agent decisions propagate through the forecasting pipeline\.

### 2\.2\.CLD\-Based Shared Representation

Causal loop diagrams are widely used in system dynamics to represent feedback structures and directional relations in complex systems\(Sterman,[2000](https://arxiv.org/html/2608.03339#bib.bib19)\)\. TraceMAS uses CLDs as shared artifacts for organizing the forecasting process\. A CLD summarizes document\-derived factors, directional hypotheses, data links, feature transformations, and model components used in the current iteration\. Nodes denote key factors that may influence the target variable, while edges denote document\-supported directional hypotheses among factors\. In crude oil price forecasting, for instance, inventory, production outlook, demand outlook, and geopolitical risk may appear as nodes, with edges representing their possible influence on supply pressure and price movement\.

###### Definition 1 \(Ideal CLD\)\.

An Ideal CLD is a directed graphGI=\(VI,EI\)G\_\{I\}=\(V\_\{I\},E\_\{I\}\)\. Each nodev∈VIv\\in V\_\{I\}denotes a key factor extracted from textual evidence, and each edgee=\(vi,vj,τ\)∈EIe=\(v\_\{i\},v\_\{j\},\\tau\)\\in E\_\{I\}denotes a document\-supported directional hypothesis from factorviv\_\{i\}to factorvjv\_\{j\}after a time delayτ\\tau\. The Ideal CLD captures the causal structure suggested by documents before considering whether each factor is observable in available data\.

###### Definition 2 \(Data\-Grounded CLD\)\.

A Data\-Grounded CLD is defined asGD=\(VD,ED,M\)G\_\{D\}=\(V\_\{D\},E\_\{D\},M\)\. The nodesVDV\_\{D\}and edgesEDE\_\{D\}are derived from the Ideal CLD by selecting, merging, replacing, or extending factors and hypotheses according to data availability and proxy feasibility\. The mapping functionMMlinks each nodev∈VDv\\in V\_\{D\}to an internal time series, an externally collected time series, or a documented proxy\.

The Data\-Grounded CLD is the main inspectable representation in the demo\. It shows which document\-derived factors are used for forecasting, how they are linked to data, and how they guide feature construction, lag selection, interactions, and model components\. Because the Data\-Grounded CLD is updated across iterations, users can compare versions to inspect which factors were added, which proxies were replaced, and which modeling choices changed\. Thus, the Data\-Grounded CLD is not a post\-hoc explanation; it is a shared working artifact used during forecast construction and revision\.

### 2\.3\.Role\-Based Agents

TraceMAS consists of a main agent,Coordinator, and six subagents:Domain Analyst,Causal Analyst,Data Engineer,Crawler,Risk Reviewer, andModel Engineer\. These agents are not merely stages in a fixed linear pipeline\. They are roles that update shared intermediate outputs from different perspectives\.

1. \(1\)Domain Analystextracts key factors and document\-supported directional hypotheses from domain documents, preserving source evidence, directionality, temporal expressions, and uncertainty\.
2. \(2\)Causal Analystsynthesizes extracted factors and hypotheses into an Ideal CLD and updates the causal structure as new factors, relations, or revisions are proposed\.
3. \(3\)Data Engineersearches the internal time\-series database for variables corresponding to Data\-Grounded CLD nodes and checks coverage, frequency, units, and missingness\.
4. \(4\)Crawlerretrieves external data or proxy candidates for factors that are not directly available in the internal database, recording their source, coverage, and limitations\.
5. \(5\)Risk Reviewercontinuously checks generated data, code, mappings, and model outputs for leakage, timestamp misalignment, inconsistent units, missing sources, and hard\-coded values\.
6. \(6\)Model Engineerbuilds CLD\-guided features and forecasting models, using document\-supported hypotheses to inform lags, interactions, and structural components\.
7. \(7\)Coordinatorsynthesizes the Ideal CLD, data mappings, proxy candidates, model results, and review signals to update the Data\-Grounded CLD and issue revision requests across iterations\.

Table 1\.Representative outputs from the TraceMAS demo\. Each row shows how a document\-derived hypothesis is connected to data sources and then used as a model input\.FactorDocument\-Derived HypothesisData UsedModel InputSupply–Demand BalanceMarket surplus→\\rightarrowdownward price pressure\.Production, demand, and inventory series\.Balance feature\.OPEC\+ Production PolicyProduction unwinding→\\rightarrowhigher supply pressure\.OPEC\+ monthly production data\.Policy feature\.China Demand and StockpilingDemand recovery or stockpiling→\\rightarrowprice support\.China imports, PMI, and stockpiling proxies\.Demand lag feature\.Geopolitical RiskConflict or sanctions→\\rightarrowsupply disruption risk\.GPR index, news\-based tension proxies, or sanctions series\.Risk feature\.

## 3\.Demonstration: Crude Oil Price Forecasting

We demonstrate TraceMAS through an interactive crude oil price forecasting interface\. The demo focuses on process traceability: how document\-derived market knowledge is converted into data choices, feature transformations, model revisions, and forecast narratives that users can inspect across iterations\. As shown in Figure[1](https://arxiv.org/html/2608.03339#S0.F1), users can select a forecasting iteration and inspect agent\-level revision summaries, a causal map, feature–data mappings, model architecture, scenario\-based forecast performance, and a market narrative in a single view\.

### 3\.1\.Interface and Inspection Workflow

The interface supports an iteration\-level inspection workflow\. Users first select a forecasting iteration and review what changed since the previous version through agent\-level revision summaries\. They can then inspect the causal map, compare document\-derived factors with their data\-linked counterparts, review feature–data mappings, and examine the corresponding model architecture\. The scenario forecast and market narrative panels summarize how the current model behavior is explained in terms of market conditions, selected variables, and revision history\.

The interface also exposes reviewer warnings generated during each iteration\. Users can inspect whether a proxy has insufficient temporal coverage, whether a feature uses data unavailable at the forecast time, whether a data source is missing for a claimed relation, or whether generated code contains hard\-coded values\. These components allow users to follow how textual evidence becomes causal assumptions, mapped variables, feature transformations, model components, and forecast narratives\. Selecting a factor, feature, or reviewer warning opens the corresponding evidence, data mapping, feature transformation, or revision rationale\. This allows users to distinguish forecast changes caused by new evidence, data mapping decisions, feature revisions, or reviewer\-flagged risks\.

### 3\.2\.From Documents to Forecast Revisions

In each iteration, TraceMAS analyzes crude oil market reports and organizes price drivers into direct, semi\-direct, and indirect factors\. The Domain Analyst extracts key factors and document\-supported hypotheses, while the Causal Analyst synthesizes them into an Ideal CLD\. The Data Engineer and Crawler identify which factors can be linked to variables in the enterprise time\-series database, external data sources, or documented proxies, and the Coordinator updates the Data\-Grounded CLD for model construction\. Table[1](https://arxiv.org/html/2608.03339#S2.T1)shows representative outputs generated in the demo\. Each row corresponds to a traceable transformation from a document\-derived hypothesis to data sources and then to a model input\.

After the Data\-Grounded CLD is constructed, the Model Engineer builds CLD\-guided features and forecasting models\. Direct factors such as supply–demand balance become market\-state features, while relations with temporal delay guide lagged features\. Factors unavailable in the internal database, such as geopolitical risk or demand outlook, are represented through external indices, news\-based proxies, or derived indicators\. Across iterations, TraceMAS revises both the causal map and the corresponding model inputs: newly added factors may trigger proxy search and feature construction, while weak or insufficiently covered proxies can be flagged by the Risk Reviewer and replaced in later iterations\. The interface reports validation metrics only to help users compare iterations and inspect how CLD updates, proxy choices, and feature revisions affect model behavior, rather than to claim benchmark\-level forecasting performance\.

### 3\.3\.Inspecting the Evidence\-to\-Forecast Path

Users can compare the Ideal CLD and Data\-Grounded CLD across iterations to inspect which factors were added, which proxies were replaced, and which relation directions or lag assumptions were revised\. They can also select a factor or relation and trace it back to the source document, the mapped variable or proxy, the feature transformation, and the model component that uses it\. For instance, a demand\-related relation can be inspected as a path from market commentary on demand recovery or stockpiling, to a demand factor in the CLD, to import or proxy series, and finally to lagged demand features used by the forecasting model\. This demonstration shows how TraceMAS preserves the intermediate outputs needed to inspect how the forecasting pipeline evolves\. Figures[3](https://arxiv.org/html/2608.03339#A1.F3)and[4](https://arxiv.org/html/2608.03339#A1.F4)in Appendix[A](https://arxiv.org/html/2608.03339#A1)show the initial CLD artifacts generated by TraceMAS\.

## 4\.Discussion and Conclusion

This paper presents TraceMAS, an interactive demo system for traceable enterprise forecasting with LLM\-based agents\. Instead of incorporating text only through latent embeddings, TraceMAS extracts key factors and document\-supported hypotheses from domain documents, organizes them into an Ideal CLD, links them to real data through a Data\-Grounded CLD, and constructs CLD\-guided forecasting models\. The crude oil price demo shows how documents, data, variables, model components, forecasts, and market narratives remain inspectable across iterative agent revisions\. The demo illustrates that traceability in agentic forecasting can be supported not only by storing logs, but by exposing structured, versioned artifacts that users can inspect during the forecasting process\. The core contribution of TraceMAS is to preserve agent autonomy while keeping the transformation from domain knowledge to forecasting decisions explicit and comparable across iterations\.

## References

- P\. Arsenault, S\. Wang, and J\. Patenande \(2025\)A survey of explainable artificial intelligence \(xai\) in financial time series forecasting\.ACM Computing Surveys\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p2.1)\.
- T\. Guo, X\. Chen, Y\. Wang, R\. Chang, S\. Pei, N\. V\. Chawla, O\. Wiest, and X\. Zhang \(2024\)Large language model based multi\-agents: a survey of progress and challenges\.InProceedings of the Thirty\-Third International Joint Conference on Artificial Intelligence,pp\. 8048–8057\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p1.1)\.
- N\. Hosseinichimeh, A\. Majumdar, R\. Williams, and N\. Ghaffarzadegan \(2024\)From text to map: a system dynamics bot for constructing causal loop diagrams\.System Dynamics Review,pp\. e1782\.Cited by:[§2\.1](https://arxiv.org/html/2608.03339#S2.SS1.p1.1)\.
- F\. Jia, K\. Wang, Y\. Zheng, D\. Cao, and Y\. Liu \(2024\)GPT4MTS: prompt\-based large language model for multimodal time\-series forecasting\.InProceedings of the AAAI Conference on Artificial Intelligence,Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.
- M\. Jin, S\. Wang, L\. Ma, Z\. Chu, J\. Y\. Zhang, X\. Shi, P\. Chen, Y\. Liang, Y\. Li, S\. Pan, and Q\. Wen \(2024\)Time\-llm: time series forecasting by reprogramming large language models\.InInternational Conference on Learning Representations,Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.
- J\. Kang, J\. Seo, S\. Park, S\. Han, S\. Bae, H\. Choe, and S\. Lee \(2026\)Channel\-wise retrieval for multivariate time series forecasting\.InICASSP 2026\-2026 IEEE International Conference on Acoustics, Speech and Signal Processing \(ICASSP\),pp\. 1336–1340\.Cited by:[§2\.1](https://arxiv.org/html/2608.03339#S2.SS1.p2.1)\.
- J\. Kang, Y\. Shin, and J\. Lee \(2025\)VarDrop: enhancing training efficiency by reducing variate redundancy in periodic time series forecasting\.InAAAI,Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p2.1)\.
- P\. Liu, H\. Guo, T\. Dai, N\. Li, J\. Bao, X\. Ren, Y\. Jiang, and S\. Xia \(2025\)CALF: aligning llms for time series forecasting via cross\-modal fine\-tuning\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 18915–18923\.External Links:[Document](https://dx.doi.org/10.1609/aaai.v39i18.34082)Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.
- M\. Schlegelet al\.\(2025\)Capturing end\-to\-end provenance for machine learning pipelines\.Information Systems132,pp\. 102495\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.
- R\. Souza, A\. Gueroudji, S\. DeWitt, D\. Rosendo, T\. Ghosal, R\. Ross, P\. Balaprakash, and R\. Ferreira da Silva \(2025\)PROV\-agent: unified provenance for tracking ai agent interactions in agentic workflows\.arXiv preprint arXiv:2508\.02866\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.
- J\. D\. Sterman \(2000\)Business dynamics: systems thinking and modeling for a complex world\.Irwin/McGraw\-Hill\.Cited by:[§2\.2](https://arxiv.org/html/2608.03339#S2.SS2.p1.1)\.
- P\. Trirat, Y\. Shin, J\. Kang, Y\. Nam, J\. Na, M\. Bae, J\. Kim, B\. Kim, and J\. Lee \(2024\)Universal time\-series representation learning: a survey\.arXiv preprint arXiv:2401\.03717\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p2.1)\.
- X\. Wang, M\. Feng, J\. Qiu, J\. Gu, and J\. Zhao \(2024\)From news to forecast: integrating event analysis in llm\-based time series forecasting with reflection\.InAdvances in Neural Information Processing Systems,Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.
- A\. R\. Williams, A\. Ashok, É\. Marcotte, V\. Zantedeschi, J\. Subramanian, R\. Riachi, J\. Requeima, A\. Lacoste, I\. Rish, N\. Chapados, and A\. Drouin \(2025\)Context is key: a benchmark for forecasting with essential textual information\.InProceedings of the 42nd International Conference on Machine Learning,Proceedings of Machine Learning Research, Vol\.267,pp\. 66887–66944\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p3.1)\.
- Q\. Wu, G\. Bansal, J\. Zhang, Y\. Wu, B\. Li, E\. Zhu, L\. Jiang, X\. Zhang, S\. Zhang, J\. Liu, A\. H\. Awadallah, R\. W\. White, D\. Burger, and C\. Wang \(2023\)AutoGen: enabling next\-gen llm applications via multi\-agent conversation\.arXiv preprint arXiv:2308\.08155\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p1.1)\.
- Z\. Xu, Y\. Bian, J\. Zhong, X\. Wen, and Q\. Xu \(2024\)Beyond trend and periodicity: guiding time series forecasting with textual cues\.arXiv preprint arXiv:2405\.13522\.Cited by:[§1](https://arxiv.org/html/2608.03339#S1.p4.1)\.

## Appendix AInitial CLD Examples in Crude Oil Price Forecasting

Figures[3](https://arxiv.org/html/2608.03339#A1.F3)and[4](https://arxiv.org/html/2608.03339#A1.F4)show the initial CLD artifacts generated by TraceMAS in the crude oil price forecasting demo\. These figures illustrate the distinction between the document\-derived causal structure and its data\-grounded counterpart\. The Ideal CLD represents factors and directional hypotheses extracted from crude oil market reports before considering whether each factor is directly observable in available data\. It includes broad domain concepts such as supply–demand balance, OPEC\+ production policy, inventory, spare capacity, demand\-side factors, macroeconomic conditions, geopolitical risk, energy transition, and upstream investment\.

The contrast between the two CLDs shows how TraceMAS separates two forms of traceability\. The Ideal CLD preserves the reasoning structure suggested by textual evidence, while the Data\-Grounded CLD records how that reasoning structure is linked to observable variables, external data sources, or documented proxies for forecasting\. This separation allows users to inspect whether a forecast revision came from a change in document\-derived assumptions, a change in data availability, a proxy replacement, or a feature transformation\. In later iterations, the same representation is updated with model evidence and reviewer feedback, enabling users to compare CLD versions and trace how the forecasting pipeline evolves\.

![Refer to caption](https://arxiv.org/html/2608.03339v1/x1.png)Figure 3\.Initial Ideal CLD\. The diagram summarizes document\-derived factors and directional hypotheses extracted from crude oil market reports before considering data availability\.![Refer to caption](https://arxiv.org/html/2608.03339v1/x2.png)Figure 4\.Initial Data\-Grounded CLD\. The diagram links document\-derived factors to available internal time\-series variables, external data sources, or documented proxies used for forecasting\.

Similar Articles

Recursive Multi-Agent Systems

Papers with Code Trending

This paper introduces RecursiveMAS, a framework that extends recursive scaling principles to multi-agent systems for improved collaborative reasoning efficiency and accuracy. It demonstrates significant speedups and token reduction across various benchmarks compared to standard baselines.

AgentForesight: Online Auditing for Early Failure Prediction in Multi-Agent Systems

arXiv cs.CL

This paper introduces AgentForesight, a framework for online auditing and early failure prediction in LLM-based multi-agent systems. It presents a new dataset, AFTraj-22K, and a specialized model, AgentForesight-7B, which outperforms leading proprietary models in detecting decisive errors during trajectory execution.

TMAS: Scaling Test-Time Compute via Multi-Agent Synergy

Hugging Face Daily Papers

TMAS introduces a multi-agent framework that enhances large language model reasoning by scaling test-time compute through structured collaboration and hierarchical memory systems. The approach uses specialized agents, cross-trajectory information flow, and hybrid reward reinforcement learning to improve iterative scaling and stability on challenging reasoning benchmarks.