Beyond Gut Feel: Using Time Series Transformers to Find Investment Gems

Lele Cao,Gustaf Halvardsson,Andrew McCornack,Vilhelm von Ehrenheim,Pawel Herman
2024-06-14
Abstract:This paper addresses the growing application of data-driven approaches within the Private Equity (PE) industry, particularly in sourcing investment targets (i.e., companies) for Venture Capital (VC) and Growth Capital (GC). We present a comprehensive review of the relevant approaches and propose a novel approach leveraging a Transformer-based Multivariate Time Series Classifier (TMTSC) for predicting the success likelihood of any candidate company. The objective of our research is to optimize sourcing performance for VC and GC investments by formally defining the sourcing problem as a multivariate time series classification task. We consecutively introduce the key components of our implementation which collectively contribute to the successful application of TMTSC in VC/GC sourcing: input features, model architecture, optimization target, and investor-centric data processing. Our extensive experiments on two real-world investment tasks, benchmarked towards three popular baselines, demonstrate the effectiveness of our approach in improving decision making within the VC and GC industry.
Machine Learning,Artificial Intelligence,Computational Engineering, Finance, and Science,Portfolio Management
What problem does this paper attempt to address?
### Problems Addressed by the Paper This paper aims to address the issue of efficiently identifying potential investment target companies in the Private Equity (PE) industry, particularly in the fields of Venture Capital (VC) and Growth Capital (GC). Specifically, the authors propose a Transformer-based Multivariate Time Series Classifier (TMTSC) to predict the success probability of candidate companies. ### Background and Motivation 1. **Limitations of Traditional Methods**: - Traditional company evaluation methods typically rely on manual analysis of financial statements or proprietary information, which may not fully capture the dynamic changes of a company, especially in early-stage or high-growth industries. - Manual evaluation is time-consuming and resource-intensive, making it impossible to comprehensively assess all potential companies. 2. **Advantages of Data-Driven Methods**: - Data-driven methods can reduce decision bias and improve Return on Investment (ROI). - By automating the evaluation process, more companies can be assessed without additional resources. 3. **Needs of Different Investment Strategies**: - **Leveraged Buyouts (LBO)**: Since LBO professionals usually track companies in a few mature industries, the application of data-driven methods in LBO is relatively limited. - **Venture Capital (VC)**: Early-stage companies have variable business models and limited revenue, making data-driven methods very valuable for assessing their growth potential. - **Growth Capital (GC)**: Financial data for growth-stage companies is more accessible, but data-driven methods can still provide additional insights to evaluate their growth potential and financial performance. ### Main Contributions 1. **Problem Definition**: Formally defining the problem of identifying VC/GC investment targets as a multivariate time series classification task. 2. **Model Design**: Proposing and implementing a Transformer-based Multivariate Time Series Classifier (TMTSC), including input features, model architecture, and optimization objectives. 3. **Experimental Validation**: Comparing the performance of TMTSC with three popular baseline models on two real-world tasks, demonstrating the effectiveness of the proposed method. ### Conclusion By formalizing the problem of identifying investment targets as a multivariate time series classification task and using a Transformer model for prediction, the authors significantly improve the efficiency and accuracy of VC and GC investment decisions. This method not only automates the evaluation process but also reduces human decision bias, thereby enhancing ROI.