Search papers, labs, and topics across Lattice.
The study introduces the Context-Conditional Deliberation Signal Pipeline (CDSP), which transforms investment committee meeting transcripts into structured predictive features for financial forecasting. By segmenting transcripts, labeling asset-class contexts, and mapping financial keywords, the CDSP framework predicts the performance of global equities versus bonds with an accuracy of up to 73%. The results indicate that sentiment analysis provides a stronger predictive signal than mention frequency, highlighting the potential of expert deliberations to yield actionable financial insights.
Expert deliberations can be mined for predictive financial signals, with sentiment analysis proving more effective than keyword frequency in forecasting asset performance.
We introduce the CDSP (context-conditional deliberation signal pipeline), converting an investment committee's meeting transcripts into structured predictive features. CDSP segments the meeting transcripts into topical chunks, assigns asset-class context labels using a large language model (LLM), maps financial keywords to a pre-determined taxonomy of labels, and constructs complementary features: sentiment polarity and mention frequency. This feature engineering framework is applied to a dataset spanning 48 monthly committee meetings to predict if global equities will perform better or worse than global bonds in the following month. In experiments with engineered features, raw transcript text, sentence embeddings, and combined representations, the prediction accuracy ranges from 62% to 73%, compared to always choosing stocks, which outperforms bonds 60.4% of the time. The best (73% accurate) model combines sentence embeddings with engineered CDSP features, achieving a 0.73 F1 score (although this is not statistically significant compared to always choosing stocks). Sentiment carries a stronger signal than mention frequency for several taxonomy categories. These findings suggest that experts' deliberations may contain forward-looking information that context-aware NLP can extract.