CLLGSTJun 22, 2020

Using Company Specific Headlines and Convolutional Neural Networks to Predict Stock Fluctuations

arXiv:2006.12426v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses stock market prediction for investors, but it is incremental as it applies existing CNN methods to financial data with some risk-reduction tweaks.

The authors tackled stock fluctuation prediction using company-specific news headlines with a CNN, achieving 61.7% classification accuracy and more than tripling initial investments in trading simulations over 838 days.

This work presents a Convolutional Neural Network (CNN) for the prediction of next-day stock fluctuations using company-specific news headlines. Experiments to evaluate model performance using various configurations of word-embeddings and convolutional filter widths are reported. The total number of convolutional filters used is far fewer than is common, reducing the dimensionality of the task without loss of accuracy. Furthermore, multiple hidden layers with decreasing dimensionality are employed. A classification accuracy of 61.7\% is achieved using pre-learned embeddings, that are fine-tuned during training to represent the specific context of this task. Multiple filter widths are also implemented to detect different length phrases that are key for classification. Trading simulations are conducted using the presented classification results. Initial investments are more than tripled over a 838 day testing period using the optimal classification configuration and a simple trading strategy. Two novel methods are presented to reduce the risk of the trading simulations. Adjustment of the sigmoid class threshold and re-labelling headlines using multiple classes form the basis of these methods. A combination of these approaches is found to more than double the Average Trade Profit (ATP) achieved during baseline simulations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes