Financial Sentiment Analysis
Financial sentences with sentiment labels
@kaggle.sbhatti_financial_sentiment_analysis
Financial sentences with sentiment labels
@kaggle.sbhatti_financial_sentiment_analysis
The following data is intended for advancing financial sentiment analysis research. It's two datasets (FiQA, Financial PhraseBank) combined into one easy-to-use CSV file. It provides financial sentences with sentiment labels.
Malo, Pekka, et al. "Good debt or bad debt: Detecting semantic orientations in economic texts." Journal of the Association for Information Science and Technology 65.4 (2014): 782-796.
CREATE TABLE data (
"sentence" VARCHAR,
"sentiment" VARCHAR
);Anyone who has the link will be able to view this.