When Do Corrective Features Help? An Agent for Corrective Feature Discovery on Black-Box Forecasters
Frozen pretrained forecasters often fail in structured, recurring ways that are costly to repair through fine-tuning. Researchers propose a new method called CRAFTER to mine interpretable features of a frozen forecaster's residual to drive a lightweight post-hoc corrector.
Intelligence analysis by Llama

CRAFTER is a source-agnostic pipeline that mines the residual of a frozen forecaster with two complementary generators: a compositional search over the raw input channels, and a large language model that proposes named feature combinations, binary flags, and short executable code. The pipeline surpasses every dedicated feature-engineering system at every feature budget, roughly doubli…
Imagine you have a machine that makes predictions, but it's not very good. Researchers have created a new tool called CRAFTER that helps the machine make better predictions by finding and fixing the mistakes it makes. This tool is like a special kind of editor that looks at the machine's mistakes and suggests ways to fix them, making the machine's predictions more accurate and reliable.
Analysis
Corrective Feature Discovery: A New Approach to Improving Frozen Pretrained Forecasters
Frozen pretrained forecasters often fail in structured, recurring ways that are costly to repair through fine-tuning. This is because the data-generating process is complex and difficult to model. To address this issue, researchers have proposed a new method called CRAFTER, which mines interpretable features of a frozen forecaster's residual to drive a lightweight post-hoc corrector.
CRAFTER is a source-agnostic pipeline that mines the residual of a frozen forecaster with two complementary generators: a compositional search over the raw input channels, and a large language model that proposes named feature combinations, binary flags, and short executable code. The pipeline surpasses every dedicated feature-engineering system at every feature budget, roughly doubling the improvement achieved by the corrector alone.
Evaluating CRAFTER Across Six Public Datasets and Six Frozen Backbones
The researchers evaluated CRAFTER across six public datasets and six frozen backbones. The results show that CRAFTER surpasses every dedicated feature-engineering system at every feature budget, reducing the error of the weakest backbones by up to 27%. These gains are robust across different LLM backends and persist even when applied on top of fine-tuned backbones.
Implications of CRAFTER for Improving Frozen Pretrained Forecasters
The proposed method, CRAFTER, has the potential to improve the performance of frozen pretrained forecasters by discovering and applying corrective features. This could lead to more accurate and reliable predictions in various applications. The researchers also highlight the importance of evaluating feature-engineering systems under identical conditions, making CRAFTER an instrument for attributing forecast improvements to the feature source alone.
Key points
- CRAFTER is a source-agnostic pipeline that mines the residual of a frozen forecaster with two complementary generators.
- The pipeline surpasses every dedicated feature-engineering system at every feature budget, roughly doubling the improvement achieved by the corrector alone.
- CRAFTER is evaluated across six public datasets and six frozen backbones, showing robust gains across different LLM backends and fine-tuned backbones.
- The proposed method has the potential to improve the performance of frozen pretrained forecasters by discovering and applying corrective features.
If CRAFTER is widely adopted, it could lead to significant improvements in the performance of frozen pretrained forecasters, enabling more accurate and reliable predictions in various applications. This could have a positive impact on industries such as finance, healthcare, and transportation, where accurate predictions are critical.
However, the adoption of CRAFTER may be hindered by the need for significant computational resources and expertise in machine learning. Additionally, the method may not be effective for all types of forecasters or datasets, which could limit its applicability.

