Search papers, labs, and topics across Lattice.
This paper introduces LabelFusion-TS, a novel architecture that integrates financial time series data with large language models and transformer encoders to classify Federal Reserve communication as hawkish, dovish, or neutral. By leveraging a small voting network that combines a fine-tuned RoBERTa encoder, a prompted LLM, and an ensemble of time-series transformers, the system demonstrates significant performance improvements, achieving a weighted F1 score of 70.2% with only 240 human-annotated sentences. This work highlights the value of incorporating market data into financial text classification, suggesting that time series can enhance model accuracy in this domain.
Financial time series data can boost classification accuracy in monetary-policy stance detection, achieving over 70% F1 score with minimal human annotations.
Financial text is produced and interpreted within a market environment, yet financial text classifiers almost always receive text alone. We study whether financial time series are useful as an additional input on the task of classifying sentences from Federal Reserve communication as hawkish, dovish, or neutral. Our system, \lfts{}, extends the \lf{} architecture with this modality: a small voting network combines three independently trained components, a fine-tuned RoBERTa encoder, a prompted large language model (LLM), and a fused ensemble of time-series transformers over the market series of the months preceding publication. Because only about a thousand annotated sentences are available for training, the RoBERTa encoder is first pre-trained on sentences annotated automatically by the LLM and only then fine-tuned on the human labels. Trained on Federal Open Market Committee (FOMC) communication up to 2015 and evaluated on 2015--2022, the fused system achieves 70.2\% weighted F1 -- against 64.1\% for the zero-shot LLM -- and overtakes it with as few as 240 human-labelled sentences. We take this as initial evidence for market time series as an input modality in financial text classification.