Institutional Equity Holdings Prediction Using Node Affinities of Dynamic Graphs
Summary
A new benchmark for institutional equity holdings prediction utilizes temporal graph machine learning, framing the task as node affinity prediction on a discrete-time temporal bipartite graph of managers and securities. Using SEC Form 13F filings from 2013-2025, the Node Affinity prediction model using Virtual State (NAVIS) achieved a test Normalized Discounted Cumulative Gain (NDCG) of 0.9127 with features on a dataset of 99 managers and 503 S&P 500 securities. This significantly outperforms all dynamic graph representation learning competitors. Notably, a simple Exponential Moving Average baseline reached 0.8882, highlighting strong persistence in institutional portfolios. Domain-specific node features provided only marginal gains, less than 1.2%, suggesting temporal and structural signals are highly predictive.
Key takeaway
For machine learning engineers developing financial forecasting models, particularly for institutional equity holdings, you should explore temporal graph machine learning. The NAVIS model demonstrates superior performance (NDCG 0.9127) by leveraging structural and temporal signals from SEC Form 13F data, often outperforming complex feature engineering. Consider adopting this approach to enhance prediction accuracy and streamline feature development for portfolio allocation tasks.
Key insights
Forecasting portfolio weights can be effectively modeled as node affinity prediction on dynamic bipartite graphs.
Principles
- Institutional portfolios exhibit strong persistence and smoothness.
- Temporal and structural graph signals are highly predictive.
- Domain-specific features add minimal predictive power.
Method
Predict future portfolio weights by framing holdings prediction as node affinity on a discrete-time temporal bipartite graph of managers and securities.
In practice
- Implement NAVIS for superior equity holdings forecasts.
- Prioritize temporal graph structures over complex features.
Topics
- Institutional Equity Holdings
- Temporal Graph Machine Learning
- Node Affinity Prediction
- NAVIS
- SEC Form 13F
- Portfolio Allocation
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.