paper-with-me

Papers

Do Deep Learning Models and News Headlines Outperform Conventional Prediction Techniques on Forex Data?

2022-05-22 · Sucharita Atha, Bharath Kumar Bolla

Foreign Exchange (FOREX) is a decentralised global market for exchanging currencies. The Forex market is enormous, and it operates 24 hours a day. Along with country-specific factors, Forex trading is influenced by cross-country ties and a variety of global events. Recent pandemic scenarios such as COVID19 and local elections can also have a significant impact on market pricing. We tested and compared various predictions with external elements such as news items in this work. Additionally, we compared classical machine learning methods to deep learning algorithms. We also added sentiment features from news headlines using NLP-based word embeddings and compared the performance. Our results indicate that simple regression model like linear, SGD, and Bagged performed better than deep learning models such as LSTM and RNN for single-step forecasting like the next two hours, the next day, and seven days. Surprisingly, news articles failed to improve the predictions indicating domain-based and relevant information only adds value. Among the text vectorization techniques, Word2Vec and SentenceBERT perform better.

📄 PDF Abstract BibTeX arXiv:2205.10743

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesWord Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Using NLP on news headlines to predict index trends

2018-06-22 · Marc Velay, Fabrice Daniel

This paper attempts to provide a state of the art in trend prediction using news headlines. We present the research done on predicting DJIA trends using Natural Language Processing. We will explain the different algorith…

Bike Frames: Understanding the Implicit Portrayal of Cyclists in the News

2023-01-15 · Xingmeng Zhao, Dan Schumacher, Sashank Nalluri, Xavier Walton 외

Increasing cycling for transportation or recreation can boost health and reduce the environmental impacts of vehicles. However, news agencies' ideologies and reporting styles often influence public perception of cycling.…

Enhancing Emotion Prediction in News Headlines: Insights from ChatGPT and Seq2Seq Models for Free-Text Generation

2024-07-14 · Ge Gao, Jongin Kim, Sejin Paik, Ekaterina Novozhilova 외

Predicting emotions elicited by news headlines can be challenging as the task is largely influenced by the varying nature of people's interpretations and backgrounds. Previous works have explored classifying discrete emo…

ClassificationEmotion ClassificationExplanation GenerationLanguage Modelling+2

Helping News Editors Write Better Headlines: A Recommender to Improve the Keyword Contents & Shareability of News Headlines

2017-05-26 · Terrence Szymanski, Claudia Orellana-Rodriguez, Mark T. Keane

We present a software tool that employs state-of-the-art natural language processing (NLP) and machine learning techniques to help newspaper editors compose effective headlines for online publication. The system identifi…

regression

Learning to Determine the Quality of News Headlines

2019-11-26 · Amin Omidvar, Hossein Poormodheji, Aijun An, Gordon Edall

Today, most newsreaders read the online version of news articles rather than traditional paper-based newspapers. Also, news media publishers rely heavily on the income generated from subscriptions and website visits made…

Articles