Baselight

Sentiment Analysis - Labelled Financial News Data

Annotated financial news data from economic times for sentiment analysis

@kaggle.aravsood7_sentiment_analysis_labelled_financial_news_data

Loading...
Loading...

About this Dataset

Sentiment Analysis - Labelled Financial News Data

The data has been annotated by multiple readers with a competent background in statistics, Indian stock market and data science.

In case you require more data (last 15 years) in a structured format (but unlabelled). Please upvote and t me know in the discussion tab, I will be glad to publish it.

This data snippet has been used in the research conducted under the name-
**"On Quantifying Sentiments of Financial News - Are We Doing the Right Things! " **
You can take a look for reference and cite it if you yourself are in the middle of a research - https://arxiv.org/abs/2312.14978

For all those looking to practice data cleaning, pre-processing, I can share raw data as well.

Let's learn together!

Tables

Fin Cleaned

@kaggle.aravsood7_sentiment_analysis_labelled_financial_news_data.fin_cleaned
  • 540.49 KB
  • 400 rows
  • 5 columns
Loading...

CREATE TABLE fin_cleaned (
  "date_published" TIMESTAMP,
  "headline" VARCHAR,
  "synopsis" VARCHAR,
  "full_text" VARCHAR,
  "final_status" VARCHAR
);

Share link

Anyone who has the link will be able to view this.