🤖 AI Summary
Existing financial sentiment analysis models (e.g., FinBERT, FinGPT), pretrained on general financial news, fail to capture bond markets’ distinctive responses to macroeconomic news—such as low volatility and counter-cyclical reactions—leading to biased sentiment signals. To address this, we propose BondBERT, the first domain-adaptive pre-trained language model specifically designed for bond markets. Built upon a Transformer architecture, BondBERT is fine-tuned on 30,000 UK bond-related news articles and integrates event-relevance modeling, LSTM-based dynamic forecasting, and bidirectional accuracy evaluation to achieve temporal alignment between sentiment signals and bond prices. Empirical evaluation across ten UK sovereign bonds demonstrates that BondBERT significantly improves return prediction accuracy, positive correlation, and information coefficient, while reducing normalized RMSE. This work establishes a novel NLP analytics paradigm tailored to fixed-income markets.
📝 Abstract
Bond markets respond differently to macroeconomic news compared to equity markets, yet most sentiment models, including FinBERT, are trained primarily on general financial or equity news data. This mismatch is important because bond prices often move in the opposite direction to economic optimism, making general or equity-based sentiment tools potentially misleading. In this paper, we introduce BondBERT, a transformer-based language model fine-tuned on bond-specific news. BondBERT can act as the perception and reasoning component of a financial decision-support agent, providing sentiment signals that integrate with forecasting models. It is a generalisable framework for adapting transformers to low-volatility, domain-inverse sentiment tasks by compiling and cleaning 30,000 UK bond market articles (2018--2025) for training, validation, and testing. We compare BondBERT's sentiment predictions against FinBERT, FinGPT, and Instruct-FinGPT using event-based correlation, up/down accuracy analyses, and LSTM forecasting across ten UK sovereign bonds. We find that BondBERT consistently produces positive correlations with bond returns, achieves higher alignment and forecasting accuracy than the three baseline models, with lower normalised RMSE and higher information coefficient. These results demonstrate that domain-specific sentiment adaptation better captures fixed income dynamics, bridging a gap between NLP advances and bond market analytics.