When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

Investment portfolio built with graph neural networks demonstrates promising results

Graph neural networks (GNNs) are a relatively recent development in the field of machine learning. Like traditional graphs, a core principle of GNNs is that they model the dependencies and relationships between nodes. A particularly nifty feature in this architecture is that unlike standard neural networks, GNNs retain a state that can represent information from its neighborhood with arbitrary depth.

Building on this, Bloomberg recently released a white paper that leverages graph neural networks to construct an investment portfolio based on supply chain data. The researchers used Bloomberg's Supply Chain dataset, which contains data on over 100,000 companies, to develop an extension of the classical customer momentum strategy that was given by Cohen and Frazzini back in 2008.

Since a given company in the dataset may be connected to multiple companies, we can consider the entire supply chain dataset as one gargantuan graph. In this graph, each company would be represented by a node while its supply chain relationships would be represented by directed edges between the nodes. Bloomberg took this idea and mapped it into a problem that could be solved via GNNs. And the intrinsic architecture of GNNs allowed the traditional analysis of supply chain data to be generalized in multiple ways.

First, it allowed the inclusion of more features of customer companies by taking into account their market cap, volatility, turnover, and considering different lookback horizons. Similarly, GNNs were able to factor the propagation effects from downstream customer firms and also incorporated additional supply chain relationship features to develop an optimal weighting scheme.

The end results showed graph neural network model generated a long-short portfolio that demonstrated "an improved Sharpe Ratio compared with the classical strategies and its alpha was still robust to a Fama/French five-factor attribution." This indicates the "usefulness of using a company's customer relationships from the supply chain dataset in conjunction with graph neural networks," Bloomberg wrote.

Moving forward, the researchers believe that by modifying the underlying graph structure to support different edge types, the model can be extended to include more features like the suppliers of a company and the features of a target company. For companies that already have a traditional supply chain model in place, a GNN can be used to test whether the graph structure of the supply chain dataset might increase the model's predictive power.

Report a problem with article
Next Article

LaBSE, a new language-agnostic embedding model, supports 109 languages with SOTA accuracy

Previous Article

You can now use Google Assistant to send audio messages

Join the conversation!

Login or Sign Up to read and post a comment.

0 Comments - Add comment