Global Merger-Arbitrage Forecasting with Language Models

arXiv cs.CL Papers

Summary

This paper presents a language model forecasting system for merger arbitrage that combines expert-guided context engineering with fine-tuning on historical deals, achieving state-of-the-art performance on over 400 large deals across 42 countries.

arXiv:2607.09921v1 Announce Type: new Abstract: We present a language-model forecasting system for merger arbitrage, a specialized high-stakes financial setting in which the task is to predict the outcome of announced M\&A deals. Unlike prior work on judgmental forecasting with LLMs, which has focused on broad mixed-topic benchmarks and short context such as news snippets, we study a setting that requires long-context reasoning over hundreds of pages of technical documents. Our system combines expert-guided context engineering with finetuning on hindsight-guided reasoning traces derived from historical deals. Given an announced deal, it outputs a probability distribution over three mutually exclusive outcomes: closing at announced terms, a higher bid, or deal termination. On an out-of-sample set of more than 400 large deals spanning 42 countries, our finetuned system achieves the best performance of any method we evaluate, reducing class-balanced Brier score to 0.151. This is 24\% below calibrated market-implied probabilities, 19\% below XGBoost, and 25-42\% below frontier language models. These results, together with ablation studies, show that LLM-based forecasting can succeed in specialized, long-context financial workflows, with hindsight-based supervision and expert-designed context playing a critical role.
Original Article
View Cached Full Text

Cached at: 07/14/26, 04:20 AM

# Global Merger-Arbitrage Forecasting with Language Models
Source: [https://arxiv.org/html/2607.09921](https://arxiv.org/html/2607.09921)
Michal MuchaCharles SweatChris PulmanCharlie FlanaganPeter Anderson

###### Abstract

We present a language\-model forecasting system for merger arbitrage, a specialized high\-stakes financial setting in which the task is to predict the outcome of announced M&A deals\. Unlike prior work on judgmental forecasting with LLMs, which has focused on broad mixed\-topic benchmarks and short context such as news snippets, we study a setting that requires long\-context reasoning over hundreds of pages of technical documents\. Our system combines expert\-guided context engineering with finetuning on hindsight\-guided reasoning traces derived from historical deals\. Given an announced deal, it outputs a probability distribution over three mutually exclusive outcomes: closing at announced terms, a higher bid, or deal termination\. On an out\-of\-sample set of more than 400 large deals spanning 42 countries, our finetuned system achieves the best performance of any method we evaluate, reducing class\-balanced Brier score to 0\.151\. This is 24% below calibrated market\-implied probabilities, 19% below XGBoost, and 25\-42% below frontier language models\. These results, together with ablation studies, show that LLM\-based forecasting can succeed in specialized, long\-context financial workflows, with hindsight\-based supervision and expert\-designed context playing a critical role\.

Machine Learning, ICML

## 1Introduction

Judgmental forecasting—probabilistic prediction of future events based on documents and contextual reasoning, rather than explicit statistical models—is increasingly being studied in the context of large language models\. Recent work shows that LLMs can produce calibrated probability forecasts approaching the accuracy of some human forecasters\(Halawiet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib8); Schoeneggeret al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib16); Aluret al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib17)\)\. However, this literature largely focuses on broad, mixed\-topic question banks, posed with only shallow context such as news headlines and blurbs\(Kargeret al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib20)\)\. It remains unclear whether LLM\-based forecasting can add value in specialized, high\-stakes domains that require analyzing long and highly technical texts\.

We focus on a financial domain: forecasting the outcomes of announced mergers and acquisitions \(M&A\)\. Such forecasts are actively monetized in merger\-arbitrage strategies, where an investor buys the target firm’s stock after a deal is announced \(possibly against a short position in the acquirer\) to capture the spread between the current price and the deal consideration\. The investor earns this spread if the deal closes and faces losses if the deal terminates\. Therefore, accurate probability forecasts of deal closure and alternative resolutions are central to position sizing, risk management, and portfolio construction\.

Arriving at these probability forecasts requires processing large volumes of complex text\. Analyzing a single deal can require reading a hundred\-page merger agreement; assessing competitive overlaps, regulatory regimes and political considerations across jurisdictions to anticipate regulatory responses; comparing against outcomes in similar past transactions; scrutinizing shareholder bases, voting histories, and public statements; reviewing risks in the acquirer’s financing and balance sheet, and more\. At the same time, analysts must integrate this information with a continuous stream of regulatory filings, press releases, and expert analyses\.

We build an LLM\-based forecasting system tailored to this setting\. First, retrieval\-augmented research agents each gather and analyze a specific dimension of deal context\. Second, an ensembled, finetuned frontier model uses the resulting in\-depth context \(typically 6\.8\-10k tokens\) to generate a probabilistic forecast and a detailed deal report\. The research agents are optimized over months of collaboration with veteran merger\-arb specialists\. The frontier model is finetuned on gold training targets derived from post\-mortem analysis\. For each historical deal, we generate hindsight\-guided forecasts at multiple points in time to identify the evidence that should have been weighted most heavily given the realized outcome\. We enforce strict temporal integrity, for example by excluding open\-web sources prone to date\-filter leakage, and use only models with knowledge cutoffs preceding the test period\. This process yields quality reasoning traces that train the model to reason about deal risk and generate meaningful reports\.

On a held\-out test set of 404 large deals spanning 42 countries, our finetuned system outperforms frontier models, probabilities inferred from market prices, and an XGBoost model trained on a rich set of deal features across a range of weighted Brier scores\. Its best class\-balanced Brier score is 0\.151, compared with 0\.199 for Platt\-scaled market\-implied probabilities, 0\.186 for XGBoost, and 0\.201–0\.259 for frontier models given identical context \(lower is better\)\. Finetuning drives much of this gain, reducing calibration error from 0\.089 to 0\.039\. More broadly, LLM\-based approaches are less tied to market consensus than XGBoost: the correlation with market\-implied probabilities is 0\.36 for our finetuned system, compared with 0\.75 for XGBoost\.

Ablation studies show that each component contributes materially to performance: class\-balanced Brier score worsens by 0\.032 without hindsight guidance, by 0\.021 when the system is limited to Deal Card information, and by 0\.026 when training on only half of the 1244\-deal training set\. On the basis of these results, we deploy the system as a decision\-support tool for analysts and portfolio managers\.

## 2Related Work

Halawiet al\.\([2024](https://arxiv.org/html/2607.09921#bib.bib8)\)are the first to demonstrate that LLMs, when provided with retrieved news context, can approach non\-expert human performance in backtests on broad prediction\-market question sets—especially early in the forecast, when human forecasters are uncertain and at least five relevant news articles are available\. Building on this,Hsiehet al\.\([2024](https://arxiv.org/html/2607.09921#bib.bib15)\)augment LLM forecasters with a ReAct\(Yaoet al\.,[2022](https://arxiv.org/html/2607.09921#bib.bib9)\)loop that incorporates web search and Python tools\. In a complementary direction,Schoeneggeret al\.\([2025](https://arxiv.org/html/2607.09921#bib.bib18)\)show that LLM assistants improve human forecasting accuracy\.

More recently, AIA Forecaster\(Aluret al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib17)\)focuses on agentic search, forecast calibration, and ensembling with a supervisor agent, matching expert human performance on ForecastBench\. They also introduce MarketLiquid, constructed from liquid prediction\-market contracts, and show that while their system alone underperforms the market\-implied probabilities, an ensemble that combines AIA Forecaster with market prices yields forecasts that are more accurate than market prices alone\.

Given the many potential sources of information leakage in backtesting LLM forecasters\(Palekaet al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib24)\), recent work has focused on standardizing and improving evaluation protocols\.Sudhiret al\.\([2024](https://arxiv.org/html/2607.09921#bib.bib25)\)propose a suite of logical consistency checks\. Bench to the Future\(Wildmanet al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib22)\)mitigates contamination by providing a per\-question snapshotted web corpus\. To address the erosion of static benchmarks as LLM knowledge cutoffs advance, ForecastBench\(Kargeret al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib20)\)continuously aggregates unresolved questions from prediction platforms and prediction markets, enabling evaluation of humans and LLMs\.Daiet al\.\([2025](https://arxiv.org/html/2607.09921#bib.bib19)\)introduce a continuous evaluation that uses daily news as an oracle, automatically generating forecasting questions and showing that accuracy degrades smoothly as evaluation dates drift beyond training cutoffs, even with retrieval\-augmented generation\.

Complementing these backtests, small\-scale live evaluations have been reported\.Schoeneggeret al\.\([2024](https://arxiv.org/html/2607.09921#bib.bib16)\)evaluate 12 LLMs on 31 prediction market questions within 48 hours of question opening, finding no statistical difference in performance between the human crowd and the LLM crowd\.Aluret al\.\([2025](https://arxiv.org/html/2607.09921#bib.bib17)\)also report a small\-scale live evaluation that is competitive with prediction markets\.

Across all evaluation protocols—static, dynamic, and live—prior work has converged on mixed sets of heterogeneous questions\. We argue that investigating*only broad, mixed\-topic question banks*is a mistake\. Combining sports, geopolitics, climate, macroeconomics, politics, and more collapses qualitatively different forecasting problems into a single score, obscuring where models succeed or fail, providing poor guidance for model and system development, and incentivizing shallow, generic retrieval and prompting\. This setup also systematically ignores the domain\-specific data, tools, and workflows that define specialist forecasting in practice, and therefore risks overstating the readiness of current LLM forecasters for deployment\.

In contrast to previous work, we study a single, economically important domain in depth and design our system around the artifacts and workflows of specialist forecasters\. Rather than treating retrieval as generic web search over news snippets, we build a retrieval and reasoning pipeline targeted at long, technical financial documents\. Methodologically, aside fromHalawiet al\.\([2024](https://arxiv.org/html/2607.09921#bib.bib8)\)andTurtelet al\.\([2025](https://arxiv.org/html/2607.09921#bib.bib26)\), there is little work on finetuning to improve judgmental forecasts, and thus limited understanding of how to construct gold targets\. We address this gap and demonstrate the value of finetuning hindsight into the model\.

## 3Task and Dataset

### 3\.1Task Definition

We aim to predict the outcome of an announced merger or acquisition\. The prediction has three components:

##### 1\. Deal Outcome Probabilities\.

We distinguish between three mutually exclusive outcomes:

1. 1\.𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\}: The deal closes as announced\.
2. 2\.𝐅𝐚𝐢𝐥\+\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\}: The announced deal is terminated, but the target shareholders experience a*positive*outcome as a higher bid emerges\.
3. 3\.𝐅𝐚𝐢𝐥−\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}: The announced deal is terminated with a*negative*outcome for target shareholders \(no higher bid\)\.

Differentiating between positive and negative terminated deals is crucial for commercializing predictions, and for comparing to market\-implied probability \(refer Sec\.[3\.2\.1](https://arxiv.org/html/2607.09921#S3.SS2.SSS1)\)\.

##### 2\. Days to Completion\.

Prediction of the days to deal completion, assuming the deal closes as announced\.

##### 3\. Deal Report\.

A detailed explanation of the reasoning underlying the predicted probability distribution, including citations and key deal\-specific risks and mitigants to monitor, such as a termination fee or a pre\-existing lawsuit\. Identifying key risks in the deal is central to merger\-arb, especially for discretionary—rather than systematic—traders\.

### 3\.2Dataset Construction

There is no readily available dataset of historical M&A deals and their outcomes\. We construct a historical sample of 1,648 public\-target M&A deals covering the 4 year period from 1 January 2022 to 31 December 2025\. This horizon balances the need for a sufficiently deep history to support finetuning against the difficulty of reconstructing rich deal context from older text sources\.

We exclude transactions that do not represent classic, control\-oriented merger\-arb situations—specifically, minority\-stake acquisitions \(≤50%\\leq 50\\%\), asset sales, and SPAC transactions—where there is no clean, tradable takeover spread for target shareholders\. We also exclude small deals \(e\.g\.<<US$1bn deal value\) that lack institutional liquidity\.

Several key fields in the original dataset are incomplete\. We use an ensemble of LLM\-based ReAct\(Yaoet al\.,[2022](https://arxiv.org/html/2607.09921#bib.bib9)\)agents, with access to the search tools defined in Sec\.[4\.1\.1](https://arxiv.org/html/2607.09921#S4.SS1.SSS1), to enrich each deal with the following metadata:

- •Announcement date and resolution date\.
- •Deal terms and their revision history \(e\.g\., consideration type, currency, cash per share, exchange ratio\)\.
- •Company guidance on expected closing timing and subsequent updates\.
- •Presence and sequence of competing bids\.

Incomplete or ambiguous information is reviewed manually\.

#### 3\.2\.1Market\-Implied Probability

After deal announcement, the target’s stock price incorporates investors’ expectations about deal resolution, allowing us to infer the*market\-implied probability*of a favorable outcome for target shareholders\. We use this both as a training signal for the model and as an input to baselines for comparison on out\-of\-sample deals\.

LetStS\_\{t\}denote the target’s share price on dayttafter the announcement\. Investors’ valuation is approximated as a two\-state mixture between:

- •an upside valueSt\+S^\{\+\}\_\{t\}corresponding to a positive outcome \(𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\}or𝐅𝐚𝐢𝐥\+\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\}\), and
- •a downside valueSt−S^\{\-\}\_\{t\}corresponding to a negative outcome \(𝐅𝐚𝐢𝐥−\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\)\.

Under this model,

St≈ptm​St\+\+\(1−ptm\)​St−,S\_\{t\}\\approx p^\{m\}\_\{t\}S^\{\+\}\_\{t\}\+\(1\-p^\{m\}\_\{t\}\)S^\{\-\}\_\{t\},whereptmp^\{m\}\_\{t\}is the market\-implied probability of a positive outcome\. This two\-state mixture representation of the target’s payoff is standard in derivative and event\-driven valuation; see, for example,Hull \([2012](https://arxiv.org/html/2607.09921#bib.bib10)\)\. Solving forptmp^\{m\}\_\{t\}yields

ptm=clamp\[0,1\]⁡\(St−St−St\+−St−\)p^\{m\}\_\{t\}\\;=\\;\\operatorname\{clamp\}\_\{\[0,1\]\}\\\!\\left\(\\frac\{S\_\{t\}\-S^\{\-\}\_\{t\}\}\{S^\{\+\}\_\{t\}\-S^\{\-\}\_\{t\}\}\\right\)
For cash deals,St\+S^\{\+\}\_\{t\}is constant and equal to the per\-share cash consideration, discounted by the risk\-free rate over the expected time\-to\-close inferred from company guidance\. When no company guidance is available, we use the median days\-to\-close for U\.S\. public deals: 175 days\. For stock or mixed deals,St\+S^\{\+\}\_\{t\}is the per\-share value implied by the announced terms at timett\(e\.g\., exchange ratio times the acquirer’s share price, plus the discounted value of any cash component\)\. The valueSt\+S^\{\+\}\_\{t\}reflects the prevailing deal terms at timett, and any amendments \(e\.g\. an increase in the offer price\) result in an adjustment toSt\+S^\{\+\}\_\{t\}\.

We model the downsideSt−S^\{\-\}\_\{t\}, the expected target price if the deal fails, by allowing standalone value to evolve with market movements scaled by the target’s pre\-announcement betaβ\\beta:

St−=S0−​exp⁡\(β​rm,\[0,t\]\),S^\{\-\}\_\{t\}=S^\{\-\}\_\{0\}\\exp\\bigl\(\\beta\\,r\_\{m,\[0,t\]\}\\bigr\),whereS0−S^\{\-\}\_\{0\}is the 20\-day pre\-announcement average price andrm,\[0,t\]r\_\{m,\[0,t\]\}is the cumulative log return of the market index from announcement to daytt\. While this specification captures the effect of prevailing market conditions, realized post\-break prices also depend on the reason for termination and the potential for alternative transactions, and therefore vary substantially in practice\. Consequently, market\-implied probability is informative but should not be treated as definitive; in fact, it benefits from further calibration through Platt scaling \(refer Sec\.[5](https://arxiv.org/html/2607.09921#S5)\)\.

Table 1:Dataset splits, outcome distribution, and total forecast instances across time\.
#### 3\.2\.2Forecast Dates and Temporal Splits

We partition deals into training, validation, and test sets based on announcement date, using temporal cutoffs of*31 January 2024*and*31 January 2025*\. For each deal, we generate multiple forecast dates between the announcement date and the company\-guided expected close date\. If no guided close date is available, we instead sample forecast dates at two\-month intervals up to the actual close date\. All forecast dates are constrained to lie within the temporal bounds of their respective data split\.

We use the validation set for hyperparameter selection\. For final model evaluation, we retrain on the union of the training and validation sets and report performance on the held\-out test set\. Table[1](https://arxiv.org/html/2607.09921#S3.T1)summarizes the data splits, including the number of deals, forecast instances, and outcomes\.

### 3\.3Information Leakage

Palekaet al\.\([2025](https://arxiv.org/html/2607.09921#bib.bib24)\)highlight several leakage mechanisms that can contaminate LLM forecasting backtests\. Our setting mitigates many of these issues\.

##### Model knowledge cutoffs\.

We only evaluate LLMs whose knowledge cutoff precedes 31 January 2025 \(the start of the test period\)\. The same constraint applies to the embedding and reranking models used for retrieval\.

##### System\-prompt leakage\.

Hidden vendor prompts can leak contemporaneous facts \(e\.g\., the current U\.S\. president\), contaminating forecasting benchmarks\. In our domain, such prompts are unlikely to reveal deal\-specific outcomes\.

##### Piggybacking on human forecasts\.

LLMs may copy human forecasts leaked or deliberately admitted into retrieval context, thereby achieving the appearance of near\-human performance\. In our setting, both expert commentary and documents that mention stock prices or deal spreads can appear in context, which can give the model an implicit read on market\-implied probabilities\. This is not, by itself, a flaw: our primary baselines rely on market\-implied probability directly\. In Sec\.[5](https://arxiv.org/html/2607.09921#S5)we show that our system significantly outperforms market implied probability and is less correlated with the market than the XGBoost baseline\.

##### Benchmark gaming via correlated questions\.

Generic question banks can include many correlated risks that enable gaming\(Sempere and Lawsen,[2021](https://arxiv.org/html/2607.09921#bib.bib28)\)\. In contrast, M&A outcomes are largely idiosyncratic at the deal level\.

##### Question selection\.

Backtests can leak information through question selection \(e\.g\., conditioning on resolution by a known evaluation date, or biasing towards events that have actually occurred\)\. We reduce this risk by constructing the universe mechanistically from public\-target deals\.

##### Date\-restricted retrieval\.

Enforcing temporal cutoffs is notoriously difficult with web search or news APIs: pages are continuously edited, news stories are updated, and search providers inject or scrape real\-time widgets that bypass nominal date filters\(Aluret al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib17)\)\. We avoid this class of leakage entirely by explicitly excluding news feeds and open\-web content\. Instead, we restrict context to curated and timestamped regulatory filings, company releases, and other commercial data sources \(refer Sec\.[4\.1\.1](https://arxiv.org/html/2607.09921#S4.SS1.SSS1)\)\.

##### Hindsight\-guided finetuning\.

Section[4\.2\.1](https://arxiv.org/html/2607.09921#S4.SS2.SSS1)describes our approach to finetuning on hindsight\-guided deal reports\. The finetuned model is exposed to postmortems, realized outcomes, and future evidence only for training\-set deals, never for test\-set deals\. Accordingly, hindsight\-based supervision cannot inflate test\-set performance\.

### 3\.4Evaluation Metrics

We predict a distribution over the realized outcomeY∈\{𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+,𝐅𝐚𝐢𝐥\+,𝐅𝐚𝐢𝐥−\}Y\\in\\\{\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\},\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\},\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\\\}\. For evaluation, we consider two binary tasks derived fromYY: \(i\)𝐒𝐮𝐜𝐜𝐞𝐞𝐝\\boldsymbol\{\\mathrm\{Succeed\}\}/𝐅𝐚𝐢𝐥\\boldsymbol\{\\mathrm\{Fail\}\}\(deal completes vs\. terminates\), and \(ii\)\+\\boldsymbol\{\\mathrm\{\+\}\}/−\\boldsymbol\{\\mathrm\{\-\}\}\(positive vs\. negative outcome for shareholders\)\. The\+\\boldsymbol\{\\mathrm\{\+\}\}/−\\boldsymbol\{\\mathrm\{\-\}\}task can be evaluated against market\-implied probabilities \(Section[3\.2\.1](https://arxiv.org/html/2607.09921#S3.SS2.SSS1)\)\.

Predicted probabilities over deal outcomes are evaluated using the Brier score\(Brier,[1950](https://arxiv.org/html/2607.09921#bib.bib12)\), a proper scoring rule that incentivizes calibration\. The standard Brier score—mean squared error applied to probabilistic forecasts—does not account for class imbalance \(≈\\approx84%84\\%of deals complete\) or the asymmetric risk of merger\-arb\. We therefore report four Brier scores: the standard scoreBrier, a class\-balanced variantBrierB\\textbf\{Brier\}\_\{B\}\(Prattet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib31)\), a surprise\-weighted variantBrierS\\textbf\{Brier\}\_\{S\}, and a P&L\-weighted variantBrier$\\textbf\{Brier\}\_\{\\mathdollar\}\.

##### Weighted Brier Scores\.

LetZt∈\{0,1\}Z\_\{t\}\\in\\\{0,1\\\}be the binary indicator for the relevant task \(e\.g\.,Zt=𝟏​\{Y=𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+\}Z\_\{t\}=\\mathbf\{1\}\\\{Y=\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\}\\\}for𝐒𝐮𝐜𝐜𝐞𝐞𝐝\\boldsymbol\{\\mathrm\{Succeed\}\}/𝐅𝐚𝐢𝐥\\boldsymbol\{\\mathrm\{Fail\}\}, orZt=𝟏​\{Y∈\{𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+,𝐅𝐚𝐢𝐥\+\}\}Z\_\{t\}~=~\\mathbf\{1\}\\\{Y~\\in~\\\{\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\},\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\}\\\}\\\}for\+\\boldsymbol\{\\mathrm\{\+\}\}/−\\boldsymbol\{\\mathrm\{\-\}\}\)\. For a forecastp^t∈\[0,1\]\\hat\{p\}\_\{t\}\\in\[0,1\]of the corresponding positive class, all weighted variants share the form

BrierW=𝔼w​\[\(Zt−p^t\)2\]\\textbf\{Brier\}\_\{W\}=\\mathbb\{E\}\_\{w\}\\bigl\[\(Z\_\{t\}\-\\hat\{p\}\_\{t\}\)^\{2\}\\bigr\]where𝔼w\\mathbb\{E\}\_\{w\}denotes a weighted expectation\. Weightswware:

- •Class\-balanced\(BrierB\\textbf\{Brier\}\_\{B\}\): inverse class frequency, equalizing total weight on each class\.
- •Surprise\-weighted\(BrierS\\textbf\{Brier\}\_\{S\}\):w=1−ptmw=1\-p^\{m\}\_\{t\}for successes \(Y=𝐒𝐮𝐜𝐜𝐞𝐞𝐝Y=\\boldsymbol\{\\mathrm\{Succeed\}\}\),w=ptmw=p^\{m\}\_\{t\}for failures \(Y=𝐅𝐚𝐢𝐥Y=\\boldsymbol\{\\mathrm\{Fail\}\}\), emphasizing outcomes the market misread\.
- •P&L\-weighted\(Brier$\\textbf\{Brier\}\_\{\\mathdollar\}\):w=St\+−StStw=\\frac\{S^\{\+\}\_\{t\}\-S\_\{t\}\}\{S\_\{t\}\}for successes andw=St−St−Stw=\\frac\{S\_\{t\}\-S^\{\-\}\_\{t\}\}\{S\_\{t\}\}for failures, emphasizing the available return for a correct prediction\.

All weighted variants normalize weights so each class contributes equally \(50%\) and clip outlier weights to prevent dominance by extreme cases\. We report scores averaged over forecast dates within each deal, then across deals\.

##### Murphy Decomposition\.

LLM forecasts are often poorly calibrated\(Schoeneggeret al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib16); Aluret al\.,[2025](https://arxiv.org/html/2607.09921#bib.bib17)\)\. We apply the Murphy decomposition\(Murphy,[1973](https://arxiv.org/html/2607.09921#bib.bib13)\)to separate calibration error from resolution\. This allows us to distinguish models that assign systematically biased probabilities from those that simply fail to rank deals by risk\.

##### Market Alignment\.

We evaluate how closely forecastsp^t\\hat\{p\}\_\{t\}track market\-implied probabilitiesptmp^\{m\}\_\{t\}via mean squared deviation\(𝒑^𝒕−𝒑𝒕𝒎\)𝟐\\boldsymbol\{\(\\hat\{p\}\_\{t\}\-p^\{m\}\_\{t\}\)^\{2\}\}and Pearson correlation𝝆​\(𝒑^𝒕,𝒑𝒕𝒎\)\\boldsymbol\{\\rho\(\\hat\{p\}\_\{t\},p^\{m\}\_\{t\}\)\}\. These distinguish models that replicate market assessments from those introducing systematic deviations\.

##### Days to completion\.

The number of days to deal completion is evaluated using*mean absolute percentage error*\(MAPE\) with respect to the realized number of days, a standard scale\-free accuracy measure\(Flores,[1986](https://arxiv.org/html/2607.09921#bib.bib14)\)\.

## 4Approach

![Refer to caption](https://arxiv.org/html/2607.09921v1/x1.png)Figure 1:System architecture combining 12 specialized, ReAct research agents with an ensembled, fine‑tuned forecasting LLM\.### 4\.1Architecture

Illustrated in Fig\.[1](https://arxiv.org/html/2607.09921#S4.F1), our approach comprises 12 tool\-augmented ReAct\(Yaoet al\.,[2022](https://arxiv.org/html/2607.09921#bib.bib9)\)agents, each responsible for gathering and analyzing a specific dimension of deal context, together with a forecasting module based on an ensembled, finetuned LLM that synthesizes probabilistic forecasts and a final report\. This two\-stage design separates*information retrieval*\(research agents\) from*probabilistic reasoning*\(forecasting module\), facilitating independent optimization of each stage while ensuring interpretable intermediate representations\.

Table 2:Research agents and their functions in execution order \(Phases 1–4\)\. Each agent collects and analyzes specific contextual information about the M&A transaction, which is subsequently integrated by the forecasting agent\.#### 4\.1\.1Input Data and Research Agents

Input data is obtained from six sources:

1. 1\.Regulatory Filings: Definitive merger agreements \(DMA\), proxy statements, S\-4 and 8\-K filings, etc\.
2. 2\.Company Transcripts: Transcripts of company earnings calls and presentations\.
3. 3\.Shareholder Registry: Point\-in\-time institutional stock ownership data\.
4. 4\.Historical M&A Database: Records of past merger attempts, outcomes, and timelines\.
5. 5\.Security ID Mappings: Identifiers linking entities and tickers across data systems\.
6. 6\.Research & Commentary: Expert analysis and other research\.

Documents are stored in a large\-scale vector store built on a domain\-finetuned embedding model\(Andersonet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib27)\), together with a finetuned reranker for passage\-level relevance\. The indexed corpus is intentionally broad rather than restricted to the deals in our evaluation set: it spans global public and private companies, sectors, commodities, macroeconomic developments, and geopolitical events, and comprises millions of documents\. The same retrieval stack underlies interactive tools used by human analysts and portfolio managers \(and their AI assistants\), so agents operate on the same document distribution and interfaces that support real\-world forecasting workflows\.

All documents are timestamped\. Retrieval is constrained to items released prior to the forecast date to prevent temporal leakage \(see Sec\.[3\.3](https://arxiv.org/html/2607.09921#S3.SS3)\)\. Agents interact with this corpus through tools that expose full\-text search, retrieval, and structured lookups \(e\.g\., holdings, identifiers, and deal attributes\)\. Each research agent is implemented using GPT\-4\.1 or GPT\-5 with access to a subset of these tools and is prompted to extract domain\-specific information from retrieved context\.

Agent roles, prompt formulations, and output schemas were iteratively optimized over months of collaboration with veteran merger\-arb specialists, who reviewed system outputs on historical deals they had previously covered, compared the automated analysis to their own research, and highlighted gaps for correction\. The agents, their responsibilities, and their execution order are summarized in Tab\.[2](https://arxiv.org/html/2607.09921#S4.T2)\.

#### 4\.1\.2Forecasting Module

The forecasting module uses a designated*forecast LLM*\(a finetuned model, or a frontier model such as GPT\-5\) to convert the research agents’ outputs into probabilistic predictions and a final deal report\.

##### Context assembly\.

We first concatenate all agent outputs into a single structured context with citations, and pair this with a forecasting prompt that instructs the forecast LLM to start from historical base rates \(completion frequencies\), incorporate deal\-specific evidence, and explicitly weigh green flags against red flags\. The resulting context is typically from 6\.8k\-10k tokens \(interquartile range\), with a median of 8\.3k tokens\.

##### Ensemble generation\.

The forecast LLM is then conditioned on this context and sampledN=5N=5times with temperature0\.20\.2to produce an ensemble of independent forecasts\. Each sample includes outcome probabilities, a forecast of days to completion, and a draft deal report\.

##### Aggregation & verification\.

For robustness to outliers, we take the median of theNNsamples as the final prediction for both outcome probabilities and days to completion;Aluret al\.\([2025](https://arxiv.org/html/2607.09921#bib.bib17)\)show that the median of five samples recovers most of the benefit of larger ensembles\. To obtain the final deal report, we provide GPT\-5 \(with tool access\) the set of sampled reports\. It cross\-checks inconsistencies against source documents and produces a single, consolidated, and fact\-checked report\.

### 4\.2Finetuning

We finetune the*forecast LLM*on historical deals with known outcomes, allowing it to learn patterns that drive merger success or failure and to map qualitative evidence to calibrated forecasts\. A central design question is how to construct gold training targets for: \(i\) the deal report, which is the model’s reasoning chain, and \(ii\) quantitative outputs \(probabilities over outcomes and days to completion\)\.

Recent work on reasoning\-focused LLMs emphasizes that naive supervision on final outcomes alone is insufficient: models benefit from targets that reflect high\-quality*process*as well as correct*answers*, often via teacher distillation and process supervision\(Uesatoet al\.,[2022](https://arxiv.org/html/2607.09921#bib.bib32); Lightmanet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib33); Luoet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib34)\)\. Our setting is unusual and arguably more favorable: for each forecast date, we observe the full future evolution of the deal and its ultimate resolution\. This allows us to use ex\-post information to shape ex\-ante gold targets, while still enforcing a strict temporal cutoff on what the model is allowed to see at prediction time\. We next detail how we construct these gold targets for both deal reports and outcomes\.

#### 4\.2\.1Gold Deal Reports

##### Post\-mortem analysis\.

For each deal we run a dedicated post\-mortem agent with access to full information up to and*after the resolution date*\(subject to the overall training cutoff\)\. The post\-mortem agent is the only component in our system with access to open\-web content, since information leakage is irrelevant once the deal has resolved\. It produces three structured artifacts:

1. 1\.General post\-mortem: a narrative of how the deal unfolded and which ex\-ante signals \(e\.g\., regulatory posture, shareholder alignment, financing quality\) ultimately proved predictive\.
2. 2\.Timeline post\-mortem: an analysis of the realized sequence of events \(filings, regulatory actions, litigation, shareholder votes, competing bids\), highlighting which milestones accelerated, delayed, or derailed the deal\.
3. 3\.Market view post\-mortem: an interpretation of how the market priced the deal over time, including episodes where prices appeared to under\- or overreact to new information\.

##### Hindsight\-guided deal reports\.

To construct a gold deal report for a specific forecast datett, we combine the \(pre\-tt\) forecasting\-module context with the post\-mortem artifacts and prompt a teacher model \(GPT\-5\.1\) to write a hindsight\-guided deal report\. We instruct it to: \(i\) reason*as if*making a forecast at timett, \(ii\) base every claim strictly on information available up tott\(with citations\), and \(iii\) use the post\-mortem only to identify, in hindsight, which pieces of information*should*have been considered salient at the forecast date, not to introduce future events or facts\.

This procedure is inspired by process supervision\(Uesatoet al\.,[2022](https://arxiv.org/html/2607.09921#bib.bib32); Lightmanet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib33); Luoet al\.,[2024](https://arxiv.org/html/2607.09921#bib.bib34)\): the post\-mortem plays a similar role to a process reward model, guiding towards reasoning chains that are not only plausible but*causally*informative given the realized path\. Importantly, even if some future information did leak into the gold deal reports, it would not improve the model’s quantitative performance because all evaluations are out\-of\-sample\.

#### 4\.2\.2Gold Outcome Supervision

During training, the realized outcomeY∈\{𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+,𝐅𝐚𝐢𝐥\+,𝐅𝐚𝐢𝐥−\}Y\\in\\\{\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\},\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\},\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\\\}is known\. However, training directly on one\-hot labels encourages overconfident, brittle forecasts, especially when the deal is far from resolution\. Instead, we construct smoothed three\-way gold targetspt∗​\(⋅\)p\_\{t\}^\{\*\}\(\\cdot\)that blend hard labels with market\-implied probabilityptmp^\{m\}\_\{t\}\.

Recall thatptmp^\{m\}\_\{t\}is defined for the\+\\boldsymbol\{\\mathrm\{\+\}\}/−\\boldsymbol\{\\mathrm\{\-\}\}task and does not distinguish between the two positive outcomes𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\}and𝐅𝐚𝐢𝐥\+\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\}\. We therefore buildpt∗​\(⋅\)p\_\{t\}^\{\*\}\(\\cdot\)in two steps\.

##### Negative outcome\.

We first define the gold probability of a negative outcome \(𝐅𝐚𝐢𝐥−\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\) as

pt∗​\(𝐅𝐚𝐢𝐥−\)=αt​\(1−pt\+7m\)\+\(1−αt\)​1​\{Y=𝐅𝐚𝐢𝐥−\}p\_\{t\}^\{\*\}\(\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\)=\\alpha\_\{t\}\\bigl\(1\-p^\{m\}\_\{t\+7\}\\bigr\)\+\(1\-\\alpha\_\{t\}\)\\,\\mathbf\{1\}\\\{Y=\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\\\}whereαt∈\[0,1\]\\alpha\_\{t\}\\in\[0,1\]is a time\-varying smoothing parameter andpt\+7mp^\{m\}\_\{t\+7\}is the 7\-day*forward\-shifted*market\-implied probability of a\+\\boldsymbol\{\\mathrm\{\+\}\}outcome\.111We use a short forward shift so thatpt\+7mp^\{m\}\_\{t\+7\}reflects how the market has digested information around datett, rather than the often noisy trading immediately after announcement\.We setαt\\alpha\_\{t\}to0\.30\.3at announcement and decay it smoothly to zero, so that targets rely more on market priors when uncertainty is high and more on the realized outcome as the deal approaches resolution\.

##### Positive outcomes\.

The remaining probability mass,1−pt∗​\(𝐅𝐚𝐢𝐥−\)1\-p\_\{t\}^\{\*\}\(\\boldsymbol\{\\mathrm\{Fail\}^\{\-\}\}\), must be split between the two positive outcomes𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\}and𝐅𝐚𝐢𝐥\+\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\}\. The market\-implied probabilityptmp^\{m\}\_\{t\}only defines their sum, not the allocation\. To determine this split, we use the teacher model \(GPT\-5\) with access to post\-mortem artifacts \(Sec\.[4\.2\.1](https://arxiv.org/html/2607.09921#S4.SS2.SSS1)\), which produces a relative distribution over𝐒𝐮𝐜𝐜𝐞𝐞𝐝\+\\boldsymbol\{\\mathrm\{Succeed\}^\{\+\}\}and𝐅𝐚𝐢𝐥\+\\boldsymbol\{\\mathrm\{Fail\}^\{\+\}\}\.

##### Days to completion\.

We use actual days to completion as the gold target\.

##### Implementation Details

As the forecast LLM we select GPT\-4o, finetuned via the OpenAI API\. To help balance the dataset, we oversample terminated deals with weights determined on the validation set\.

## 5Results

Table 3:Overall results on\+⁣/⁣−\\boldsymbol\{\\mathrm\{\+\}\}/\\boldsymbol\{\\mathrm\{\-\}\}outcome prediction\. In all tables, superscripts indicate two\-sided paired bootstrap significance of the difference relative toOurs \(GPT\-4o\-FT\)\(p‡<0\.01\{\}^\{\\ddagger\}p<0\.01,p†<0\.05\{\}^\{\\dagger\}p<0\.05,p∘<0\.10\{\}^\{\\circ\}p<0\.10\)\.Table 4:Overall results on𝐒𝐮𝐜𝐜𝐞𝐞𝐝\\boldsymbol\{\\mathrm\{Succeed\}\}/𝐅𝐚𝐢𝐥\\boldsymbol\{\\mathrm\{Fail\}\}prediction\.Table 5:Qualitative example\. Each scenario modifies the baseline context;Δ​p^t\\Delta\\hat\{p\}\_\{t\}is averaged over 5 predictions\.##### Baselines\.

We compare our finetuned system to a variety of frontier models with access to identical context, plus baselines using market and deal\-level features:

- •Market\-implied probability\.ptmp^\{m\}\_\{t\}from Sec\.[3\.2\.1](https://arxiv.org/html/2607.09921#S3.SS2.SSS1)\.
- •Calibrated market\-implied probability\.Platt\-scaledptmp^\{m\}\_\{t\}using train\+validation data\.
- •XGBoost on structured features\.Usingptmp^\{m\}\_\{t\}and 26 deal\-specific features, including arbitrage profit, deal value, ownership structure, consideration mix, and competitive dynamics \(Appendix[A\.2](https://arxiv.org/html/2607.09921#A1.SS2)\)\.

##### Overall\+\\boldsymbol\{\\mathrm\{\+\}\}/−\\boldsymbol\{\\mathrm\{\-\}\}outcome prediction\.

As reported in Tab\.[3](https://arxiv.org/html/2607.09921#S5.T3), our finetuned system \(GPT\-4o\-FT\) achieves the lowest Brier scores across all three weighting schemes, outperforming second\-place models XGBoost on class\-balanced Brier score \(𝐁𝐫𝐢𝐞𝐫B\\mathbf\{Brier\}\_\{B\}, 0\.151 vs 0\.186\), and second\-place model GPT\-4o on surprise and P&L weighted Brier scores \(𝐁𝐫𝐢𝐞𝐫𝐒\\mathbf\{Brier\_\{S\}\}, 0\.187 vs\. 0\.226;𝐁𝐫𝐢𝐞𝐫$\\mathbf\{Brier\_\{\\mathdollar\}\}, 0\.178 vs\. 0\.234\)\. The surprise and P&L weighting schemes expose XGBoost’s reliance on the market\-implied probability feature–when the market is surprised, the XGBoost model performs poorly\. In contrast to XGBoost, our system has low correlation with market implied probability \(0\.358 vs\. 0\.753\)\.

##### Finetuning substantially improves performance\.

Even with access to curated context from our research agents, frontier models including Gemini\-3\-Pro, GPT\-5\.1, and GPT\-4o underperform XGBoost on𝐁𝐫𝐢𝐞𝐫B\\mathbf\{Brier\}\_\{B\}\(Tab\.[3](https://arxiv.org/html/2607.09921#S5.T3), rows 6–8 vs\. 3\)\. Murphy decomposition suggests that these models achieve strongerdiscrimination\(Disc\) than XGBoost—they better separate higher\- and lower\-risk deals—but have weakercalibration\(Cal\)\. Finetuning substantially improves performance, especially calibration \(row 10 vs\. 8\), resulting in the best overall Brier score\. We observe similar patterns for𝐒𝐮𝐜𝐜𝐞𝐞𝐝\\boldsymbol\{\\mathrm\{Succeed\}\}/𝐅𝐚𝐢𝐥\\boldsymbol\{\\mathrm\{Fail\}\}prediction \(Tab\.[4](https://arxiv.org/html/2607.09921#S5.T4)\), where our system again achieves the lowest Brier scores by a large margin\.

##### Finetuning outperforms post\-hoc calibration\.

The improvement from finetuning does not arise from post\-hoc calibration alone: isotonic regression\(Niculescu\-Mizil and Caruana,[2005](https://arxiv.org/html/2607.09921#bib.bib29)\)improves the class\-balanced Brier score of GPT\-4o from 0\.201 to 0\.186 \(row 9 vs\. 8\), but still falls well short of GPT\-4o\-FT at 0\.151\. Platt and temperature scaling similarly fail to close the gap \(see Appendix[B\.1](https://arxiv.org/html/2607.09921#A2.SS1)\)\. While Murphy discrimination is broadly unchanged after finetuning, we note that it is a relatively coarse diagnostic \(computed with 10 forecast bins\), and may be missing finer\-grained improvements in predictive quality\.

##### Finetuning improves days\-to\-close prediction\.

Our system achieves a median absolute percentage error \(MAPE\) of 0\.385 on completed deals, compared to 0\.463 for GPT\-4o\.

##### Qualitative example\.

To illustrate how the model adjusts probabilities in the response to information, in Tab\.[5](https://arxiv.org/html/2607.09921#S5.T5)we intervene on an example deal, modifying the deal context by hand\. Across six example scenarios spanning three causal mechanisms–proxy advisory influence \(ISS recommendation\), shareholder voting, and deal terms–in each case the model adjustsp^t\\hat\{p\}\_\{t\}in the expected direction\. The largest effect \(shareholder opposition\) reflects a realistic constraint\.

### 5\.1Ablation studies

In Tab\.[6](https://arxiv.org/html/2607.09921#S5.T6)we report ablations to evaluate how much each component supports the system\.

##### Scaling the training set is likely to yield further gains\.

Training on only 50% of the data \(row 2\) – stratified by region to maintain diversity – degradesBrierB\\textbf\{Brier\}\_\{B\}from 0\.151 to 0\.177, suggesting that performance has not yet saturated with respect to training set size\.

##### Dataset balancing requires careful tuning\.

During training we oversampling terminated deals, multiplying the frequency of terminated negatives and positives by 1\.65 and 1\.25, respectively\. Removing oversampling during finetuning \(row 3\) degradesBrierB\\textbf\{Brier\}\_\{B\}from 0\.151 to 0\.170\. Oversampling too aggressively, with weights \(2\.0, 1\.65\) degradesBrierB\\textbf\{Brier\}\_\{B\}to 0\.163 \(row 4\)\.

##### Hindsight guidance and market smoothing provide gains\.

We also isolate the contribution of our supervision recipe\. Removing hindsight\-guided postmortem supervision \(row 5\) degrades𝐁𝐫𝐢𝐞𝐫B\\mathbf\{Brier\}\_\{B\}from 0\.151 to 0\.183, while removing market\-probability smoothing \(row 6\) degrades it to 0\.181\.

##### Specialized research agents add value\.

Ablating the information provided by specialized research agents \(Deal Card only, row 7\) degradesBrierB\\textbf\{Brier\}\_\{B\}from 0\.151 to 0\.172\. In rows 8–14 we add back one research agent at a time \(corresponding to Tab\.[2](https://arxiv.org/html/2607.09921#S4.T2)\), in each case observing improvements over Deal Card only \(row 7\) that indicate that each agent contributes useful information\. Since research agent responsibilities are informed by merger\-arb specialists, we do not enforce that agents retrieve non\-overlapping information; nevertheless we find that removing agents individually \(Appendix[B\.2](https://arxiv.org/html/2607.09921#A2.SS2)\) generally worsens performance, although with limited statistical significance\.

### 5\.2Deal reports

We deploy this system primarily as a decision\-support tool for discretionary investors, making the reasoning and grounding of the reports especially important\. In this section, we study the quality of the generated deal reports\.

##### Grounding\.

Using an LLM\-based grader, we assess the factual grounding of generated deal reports by: \(1\) identifying claims in the report, and \(2\) assessing the level of evidence for each claim\. Our finetuned \(GPT\-4o\-FT\) model averages 33 claims per report with an unsupported\-claim rate of 0\.1%, compared with 9 claims and 0\.3% for the GPT\-4o base model, suggesting that finetuning with hindsight\-guided supervision does not introduce hallucinations or reduce factual grounding\.

##### Rubric\-based assessment\.

A key application of our system is forming a Day\-1 view in response to a deal announcement\. To evaluate whether our reports capture the resulting decision\-relevant issues within hours of announcement, we construct deal\-specific checklists of the key ex\-ante risks and mitigants visible at the initial forecast date and score whether each report identifies them \(rubric construction and grading details in Appendices[C\.1](https://arxiv.org/html/2607.09921#A3.SS1)and[C\.2](https://arxiv.org/html/2607.09921#A3.SS2)\)\. GPT\-4o\-FT achieves50\.2%50\.2\\%rubric coverage vs\.21\.5%21\.5\\%for the base model \(\+28\.7\{\+\}28\.7pp,p<0\.001∗⁣∗∗p\{<\}0\.001^\{\*\*\*\}\)\. Coverage remains partial even for the finetuned model, reflecting the difficulty of identifying non\-obvious, analyst\-level, and idiosyncratic insights from Day\-1 context\.

##### Failure analysis\.

Appendix[C\.3](https://arxiv.org/html/2607.09921#A3.SS3)analyzes the largest GPT\-4o\-FT forecasting errors\. Most arise from missing forecast\-date context rather than faulty reasoning\. Web search would reduce this gap, but we disable it to avoid information leakage \(Section[3\.3](https://arxiv.org/html/2607.09921#S3.SS3)\)\.

Table 6:Impact of system ablations on\+⁣/⁣−\\boldsymbol\{\\mathrm\{\+\}\}/\\boldsymbol\{\\mathrm\{\-\}\}outcome prediction\.

## 6Conclusion

We present an LLM\-based merger\-arbitrage forecasting system that combines specialist research agents with hindsight\-guided finetuning\. It outperforms frontier models, market\-implied probabilities, and XGBoost on held\-out deals; ablations trace the gains to specialist context, hindsight\-guided supervision, target smoothing, class balancing, and training\-set scale\.

## Impact Statement

This paper studies language\-model\-based forecasting for announced public M&A transactions\. The main positive impact is improved decision support: the system may help analysts process complex public information more efficiently and consistently\. Potential risks include over\-reliance on model outputs, increased informational asymmetry, and misuse in trading contexts\. Our system is intended for human decision support, not autonomous trading, and should be used with appropriate oversight\.

## References

- R\. Alur, B\. C\. Stadie, D\. Kang, R\. Chen, M\. McManus, M\. Rickert, T\. Lee, M\. Federici, R\. Zhu, D\. Fogerty,et al\.\(2025\)AIA Forecaster: technical report\.arXiv preprint arXiv:2511\.07678\.Cited by:[§1](https://arxiv.org/html/2607.09921#S1.p1.1),[§2](https://arxiv.org/html/2607.09921#S2.p2.1),[§2](https://arxiv.org/html/2607.09921#S2.p4.1),[§3\.3](https://arxiv.org/html/2607.09921#S3.SS3.SSS0.Px6.p1.1),[§3\.4](https://arxiv.org/html/2607.09921#S3.SS4.SSS0.Px2.p1.1),[§4\.1\.2](https://arxiv.org/html/2607.09921#S4.SS1.SSS2.Px3.p1.1)\.
- P\. Anderson, M\. V\. Janardhanan, J\. He, W\. Cheng, and C\. Flanagan \(2024\)Greenback bears and fiscal hawks: finance is a jungle and text embeddings must adapt\.InEMNLP,Cited by:[§4\.1\.1](https://arxiv.org/html/2607.09921#S4.SS1.SSS1.p2.1)\.
- G\. W\. Brier \(1950\)Verification of forecasts expressed in terms of probability\.Monthly Weather Review\.Cited by:[§3\.4](https://arxiv.org/html/2607.09921#S3.SS4.p2.6)\.
- H\. Dai, R\. Teehan, and M\. Ren \(2025\)Are LLMs prescient? A continuous evaluation using daily news as the oracle\.InICML,Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p3.1)\.
- B\. E\. Flores \(1986\)A pragmatic view of accuracy measurement in forecasting\.Omega14\(2\)\.Cited by:[§3\.4](https://arxiv.org/html/2607.09921#S3.SS4.SSS0.Px4.p1.1)\.
- D\. Halawi, F\. Zhang, C\. Yueh\-Han, and J\. Steinhardt \(2024\)Approaching human\-level forecasting with language models\.InNeurIPS,Cited by:[§1](https://arxiv.org/html/2607.09921#S1.p1.1),[§2](https://arxiv.org/html/2607.09921#S2.p1.1),[§2](https://arxiv.org/html/2607.09921#S2.p6.1)\.
- E\. Hsieh, P\. Fu, and J\. Chen \(2024\)Reasoning and tools for human\-level forecasting\.InWorkshop on the Future of Event Detection \(FuturED\) at EMNLP,Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p1.1)\.
- J\. Hull \(2012\)Options, futures, and other derivatives\.Prentice Hall\.External Links:ISBN 9780132164948,LCCN 2010047005,[Link](https://books.google.com/books?id=LzBTpwAACAAJ)Cited by:[§3\.2\.1](https://arxiv.org/html/2607.09921#S3.SS2.SSS1.p2.4)\.
- E\. Karger, H\. Bastani, C\. Yueh\-Han, Z\. Jacobs, D\. Halawi, F\. Zhang, and P\. Tetlock \(2025\)ForecastBench: a dynamic benchmark of AI forecasting capabilities\.InICLR,Cited by:[§1](https://arxiv.org/html/2607.09921#S1.p1.1),[§2](https://arxiv.org/html/2607.09921#S2.p3.1)\.
- H\. Lightman, V\. Kosaraju, Y\. Burda, H\. Edwards, B\. Baker, T\. Lee, J\. Leike, J\. Schulman, I\. Sutskever, and K\. Cobbe \(2024\)Let’s verify step by step\.InICLR,Cited by:[§4\.2\.1](https://arxiv.org/html/2607.09921#S4.SS2.SSS1.Px2.p2.1),[§4\.2](https://arxiv.org/html/2607.09921#S4.SS2.p2.1)\.
- L\. Luo, Y\. Liu, R\. Liu, S\. Phatale, M\. Guo, H\. Lara, Y\. Li, L\. Shu, Y\. Zhu, L\. Meng, J\. Sun, and A\. Rastogi \(2024\)Improve mathematical reasoning in language models by automated process supervision\.arXiv preprint arXiv:2406\.06592\.External Links:2406\.06592Cited by:[§4\.2\.1](https://arxiv.org/html/2607.09921#S4.SS2.SSS1.Px2.p2.1),[§4\.2](https://arxiv.org/html/2607.09921#S4.SS2.p2.1)\.
- A\. H\. Murphy \(1973\)A new vector partition of the probability score\.Journal of Applied Meteorology\.Cited by:[§3\.4](https://arxiv.org/html/2607.09921#S3.SS4.SSS0.Px2.p1.1)\.
- A\. Niculescu\-Mizil and R\. Caruana \(2005\)Predicting good probabilities with supervised learning\.InProceedings of the 22nd international conference on Machine learning,pp\. 625–632\.Cited by:[§5](https://arxiv.org/html/2607.09921#S5.SS0.SSS0.Px4.p1.1)\.
- D\. Paleka, S\. Goel, J\. Geiping, and F\. Tramèr \(2025\)Pitfalls in evaluating language model forecasters\.arXiv preprint arXiv:2506\.00723\.Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p3.1),[§3\.3](https://arxiv.org/html/2607.09921#S3.SS3.p1.1)\.
- S\. Pratt, S\. Blumberg, P\. K\. Carolino, and M\. R\. Morris \(2024\)Can language models use forecasting strategies?\.arXiv preprint arXiv:2406\.04446\.Cited by:[§3\.4](https://arxiv.org/html/2607.09921#S3.SS4.p2.6)\.
- P\. Schoenegger, P\. S\. Park, E\. Karger, S\. Trott, and P\. E\. Tetlock \(2025\)AI\-Augmented predictions: LLM assistants improve human forecasting accuracy\.ACM Trans\. Interact\. Intell\. Syst\.15\(1\)\.Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p1.1)\.
- P\. Schoenegger, I\. Tuminauskaite, P\. S\. Park, R\. V\. S\. Bastos, and P\. E\. Tetlock \(2024\)Wisdom of the silicon crowd: llm ensemble prediction capabilities rival human crowd accuracy\.Science Advances10\(45\)\.Cited by:[§1](https://arxiv.org/html/2607.09921#S1.p1.1),[§2](https://arxiv.org/html/2607.09921#S2.p4.1),[§3\.4](https://arxiv.org/html/2607.09921#S3.SS4.SSS0.Px2.p1.1)\.
- N\. Sempere and A\. Lawsen \(2021\)Alignment problems with current forecasting platforms\.arXiv preprint arXiv:2106\.11248\.Cited by:[§3\.3](https://arxiv.org/html/2607.09921#S3.SS3.SSS0.Px4.p1.1)\.
- A\. P\. Sudhir, A\. Alvarez, A\. Shen, and D\. Paleka \(2024\)Consistency checks for language model forecasters\.InAgentic Markets Workshop at ICML,Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p3.1)\.
- B\. Turtel, D\. Franklin, K\. Skotheim, L\. Hewitt, and P\. Schoenegger \(2025\)Outcome\-based reinforcement learning to predict the future\.arXiv preprint arXiv:2505\.17989\.Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p6.1)\.
- J\. Uesato, N\. Kushman, R\. Kumar, F\. Song, N\. Siegel, L\. Wang, A\. Creswell, G\. Irving, and I\. Higgins \(2022\)Solving math word problems with process\- and outcome\-based feedback\.arXiv preprint arXiv:2211\.14275\.External Links:2211\.14275Cited by:[§4\.2\.1](https://arxiv.org/html/2607.09921#S4.SS2.SSS1.Px2.p2.1),[§4\.2](https://arxiv.org/html/2607.09921#S4.SS2.p2.1)\.
- J\. Wildman, N\. I\. Bosse, D\. Hnyk, P\. Mühlbacher, F\. Hambly, J\. Evans, D\. Schwarz, L\. Phillips,et al\.\(2025\)Bench to the future: a pastcasting benchmark for forecasting agents\.arXiv preprint arXiv:2506\.21558\.Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p3.1)\.
- S\. Yao, J\. Zhao, D\. Yu, N\. Du, I\. Shafran, K\. Narasimhan, and Y\. Cao \(2022\)ReAct: synergizing reasoning and acting in language models\.arXiv preprint arXiv:2210\.03629\.Cited by:[§2](https://arxiv.org/html/2607.09921#S2.p1.1),[§3\.2](https://arxiv.org/html/2607.09921#S3.SS2.p3.1),[§4\.1](https://arxiv.org/html/2607.09921#S4.SS1.p1.1)\.

## Appendix AHyperparameters

### A\.1Forecasting LLM

We fine\-tuned a supervised forecasting model using the OpenAI supervised fine\-tuning API ongpt\-4o\-2024\-08\-06\.

Table[7](https://arxiv.org/html/2607.09921#A1.T7)contains fine\-tuning and inference settings\.

Table 7:Fine\-tuning and inference settings for the GPT\-4o supervised finetuned model\.
### A\.2XGBoost Baseline

Our strongest structured baseline is a three\-class XGBoost classifier trained on point\-in\-time structured deal features\.

To reduce class imbalance, inverse\-frequency class weights are applied at training time and capped at a maximum ratio of 10×\\timesbetween the rarest and most common class weights\.

The feature set combines market\-implied information with point\-in\-time deal\-structure fields, as listed in Table[8](https://arxiv.org/html/2607.09921#A1.T8)\. The XGBoost hyperparameters are included in Table[9](https://arxiv.org/html/2607.09921#A1.T9)\.

Table 8:Features used by theXGBoostbaseline\.Table 9:Hyperparameters for XGBoost, tuned on the validation set\.

## Appendix BAdditional Results

### B\.1Additional post\-hoc calibration baselines

We include additional calibration baselines in Table[10](https://arxiv.org/html/2607.09921#A2.T10)\.

Table 10:Additional post\-hoc calibration baselines for GPT\-4o on\+⁣/⁣−\\boldsymbol\{\\mathrm\{\+\}\}/\\boldsymbol\{\\mathrm\{\-\}\}outcome prediction\.
### B\.2Selected leave\-one\-out ablations

We include leave\-one\-out ablations in Table[11](https://arxiv.org/html/2607.09921#A2.T11)\.

Table 11:Selected leave\-one\-out ablations from the full GPT\-4o\-FT system on\+⁣/⁣−\\boldsymbol\{\\mathrm\{\+\}\}/\\boldsymbol\{\\mathrm\{\-\}\}outcome prediction\.

## Appendix CQualitative Evaluation

This appendix details the rubric construction and grading procedure used in the rubric\-based assessment of Section[5\.2](https://arxiv.org/html/2607.09921#S5.SS2), followed by an error analysis of the worst forecasting errors made by GPT\-4o\-FT on the test set\.

### C\.1Day\-1 Rubric Curation

For each deal in the test set, we generate a Day\-1 rubric by promptinggpt\-5with the deal\-announcement context and access to a set of research tools\. The model is asked to enumerate non\-obvious risks, mitigants, or deal\-specific facts that were discoverable on or shortly after the announcement date; research published within roughly one week of announcement is admissible, but facts that only became public later are excluded unless there were documented signals at announcement\.

### C\.2Rubric Grading

Each model report is graded against its rubric bygpt\-5The grader assigns each rubric item one of three labels \(Fully / Partially / Not Covered\) and returns a coverage score in\[0,1\]\[0,1\]together with a short explanation\. The score reported as “rubric coverage” in Section[5\.2](https://arxiv.org/html/2607.09921#S5.SS2)is the mean of this per\-deal coverage score over the test set\.

### C\.3Error Analysis

We take the 100 worst forecasting errors on the test set \(largest squared\-error samples\) and classify each withgpt\-5into one of five primary root causes: \(1\)Missing, stale, or incorrect context\(the prompt was missing or stale on adecision\-relevantfact\), \(2\)Missed Signalkey fact\(s\) were in the prompt but the model under\-weighted it\), \(3\)Miscalibration\(the model identified the right risks but assigned the wrong probability\), \(4\)Hallucination\(the model introduced a fact not in the prompt and not true\), and \(5\)Structural Limit\(the deal outcome was driven by an exogenous shock – e\.g\., a geopolitical shock or disease outbreak – that could not plausibly have anticipated\.\)\. Table[12](https://arxiv.org/html/2607.09921#A3.T12)reports the resulting distribution\.

Table 12:Primary root cause of the 100 worst forecasting errors made by GPT\-4o\-FT, classified bygpt\-5\.##### Missing or stale context examples\.

To illustrate the texture of these gaps, Table[13](https://arxiv.org/html/2607.09921#A3.T13)lists ten representative cases from the information\-gap subset \(N=60\)\. For each case we report the model’s predicted probability of a positive outcome, the realized outcome, and a description of the publicly available context that was missing or stale in the prompt at the sample date\.

PredTruthContext missing or stale in the prompt0\.98FailedMissing the tender\-offer terms \(two\-thirds minimum acceptance, offer price\)\.0\.95FailedMissing the appraisal\-payout cap that auto\-terminates the merger if breached\.0\.86FailedMissing that the tender price was set far below the prevailing market price\.0\.81FailedMissing a blocking shareholder’s\>\>30% stake, which made acceptance implausible\.0\.75FailedMissing the target board’s public rejection of the proposal before the sample date\.0\.65FailedMissing ISS and Glass Lewis recommendations against the deal\.0\.45CompletedMissing that both shareholder bodies had already overwhelmingly approved the merger pre\-sample\.0\.20CompletedStale 2019 lapsed bid in the prompt; the live 2025 recommended offer and its approvals were absent\.0\.19CompletedMissing that the offer had been declared unconditional once all regulatory conditions cleared\.0\.12CompletedMissing anchor\-shareholder alignment on both sides and confirmation of key early regulatory approvals\.0\.07CompletedMissing the formal merger announcement on the sample date; the prompt framed the deal as an unsigned rumor\.Table 13:Ten representative information\-gap cases from the worst\-100 set\. In each case the model’s reasoning is internally coherent given the prompt, but the prompt itself is missing a single decision\-relevant fact that would have flipped the conclusion\.

Similar Articles

Model Merging Scaling Laws in Large Language Models

Hugging Face Daily Papers

This paper establishes empirical scaling laws for language model merging, identifying power-law relationships between model size, expert count, and performance to enable predictive planning for optimal model composition.

Enhancing Multilingual Reasoning via Steerable Model Merging

arXiv cs.CL

This paper proposes ST-Merge, a steerable model merging framework that uses a gated cross-attention mechanism to adaptively modulate contributions of a multilingual model and a reasoning model, outperforming fixed merging approaches on multilingual reasoning benchmarks across 21 languages.