Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- summarization
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- finance
|
9 |
+
- Financial News
|
10 |
+
- Sentiment Analysis
|
11 |
+
- Stock Market
|
12 |
+
- Text Summarization
|
13 |
+
- Indian Finance
|
14 |
+
- BERT
|
15 |
+
- FinBERT
|
16 |
+
- NLP (Natural Language Processing)
|
17 |
+
- Hugging Face Dataset
|
18 |
+
- T5-base
|
19 |
+
- GPT (Google Sheets Add-on)
|
20 |
+
- Data Annotation
|
21 |
+
pretty_name: IndiaFinanceSent Corpus
|
22 |
+
size_categories:
|
23 |
+
- 10K<n<100K
|
24 |
+
---
|
25 |
+
# Dataset Card for Dataset Name
|
26 |
+
|
27 |
+
<!-- Provide a quick summary of the dataset. -->
|
28 |
+
|
29 |
+
The FinancialNewsSentiment_26000 dataset comprises 26,000 rows of financial news articles related to the Indian market. It features four columns: URL, Content (scrapped content), Summary (generated using the T5-base model), and Sentiment Analysis (gathered using the GPT add-on for Google Sheets). The dataset is designed for sentiment analysis tasks, providing a comprehensive view of sentiments expressed in financial news.
|
30 |
+
|
31 |
+
|
32 |
+
## Dataset Description
|
33 |
+
|
34 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
- **Curated by:** Khushi Dave
|
39 |
+
- **Language(s):** English
|
40 |
+
- **Type:** Text
|
41 |
+
- **Domain:** Financial, Economy
|
42 |
+
- **Size:** 112,293 KB
|
43 |
+
- **Dataset:** Version: 1.0
|
44 |
+
- **Last Updated:** 01/01/2024
|
45 |
+
|
46 |
+
## Dataset Sources
|
47 |
+
|
48 |
+
<!-- Provide the basic links for the dataset. -->
|
49 |
+
|
50 |
+
- **Repository:** https://huggingface.co/datasets/kdave/Indian_Financial_News
|
51 |
+
|
52 |
+
## Uses
|
53 |
+
|
54 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
55 |
+
|
56 |
+
**Sentiment Analysis Research:** Ideal for exploring sentiment nuances in Indian financial news.
|
57 |
+
|
58 |
+
**NLP Projects:** Enhance NLP models with diverse financial text for improved understanding.
|
59 |
+
|
60 |
+
**Algorithmic Trading Strategies:** Study correlations between sentiment shifts and market movements.
|
61 |
+
|
62 |
+
**News Aggregation:** Generate concise summaries with sentiment insights for financial news.
|
63 |
+
|
64 |
+
**Educational Resource:** Hands-on examples for teaching sentiment analysis and financial text processing.
|
65 |
+
|
66 |
+
**Ethical AI Exploration:** Analyze biases in sentiment analysis models for ethical AI research.
|
67 |
+
|
68 |
+
**Model Benchmarking:** Evaluate and benchmark sentiment analysis models for financial text.
|
69 |
+
|
70 |
+
**Note:** Use cautiously; do not rely solely on model predictions for financial decision-making.
|
71 |
+
|
72 |
+
## Dataset Creation
|
73 |
+
|
74 |
+
- **Format:** String
|
75 |
+
- **Columns:**
|
76 |
+
URL: URL of the news article
|
77 |
+
|
78 |
+
Content: Scrapped content of the news article
|
79 |
+
|
80 |
+
Summary: Summarized version using T5-base
|
81 |
+
|
82 |
+
Sentiment Analysis: Sentiment labels (Positive, Negative, Neutral) gathered using the GPT add-on
|
83 |
+
|
84 |
+
## Data Collection
|
85 |
+
|
86 |
+
<!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
|
87 |
+
|
88 |
+
**Source Selection:** Aggregation of Indian financial news articles from reputable sources covering a range of topics.
|
89 |
+
|
90 |
+
**URL Scrapping:** Extraction of URLs for each article to maintain a connection between the dataset and the original content.
|
91 |
+
|
92 |
+
**Content Scrapping:** Extraction of article content for analysis and modeling purposes.
|
93 |
+
|
94 |
+
**Summarization:** Utilization of the T5-base model from Hugging Face for content summarization.
|
95 |
+
|
96 |
+
**Sentiment Annotation:** Manual sentiment labeling using the GPT add-on for Google Sheets to categorize each article as Positive, Negative, or Neutral.
|
97 |
+
|
98 |
+
## Data Processing:
|
99 |
+
|
100 |
+
**Cleaning and Tokenization:** Standard preprocessing techniques were applied to clean and tokenize the content, ensuring uniformity and consistency.
|
101 |
+
|
102 |
+
**Format Standardization:** Conversion of data into a structured format with columns: URL, Content, Summary, and Sentiment Analysis.
|
103 |
+
|
104 |
+
**Dataset Splitting:** Given the subjective nature of sentiments, the dataset was not split into training, validation, and testing sets. Users are encouraged to customize splits based on their specific use cases.
|
105 |
+
|
106 |
+
## Tools and Libraries:
|
107 |
+
|
108 |
+
**Beautiful Soup:** Used for web scraping to extract content from HTML.
|
109 |
+
**Hugging Face Transformers:** Employed for summarization using the T5-base model.
|
110 |
+
**GPT Add-on for Google Sheets:** Facilitated manual sentiment annotation.
|
111 |
+
**Pandas:** Utilized for data manipulation and structuring.
|
112 |
+
|
113 |
+
## Citation
|
114 |
+
|
115 |
+
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
116 |
+
|
117 |
+
```bibtex
|
118 |
+
@dataset{AuthorYearFinancialNewsSentiment_26000,
|
119 |
+
author = {Dave, Khushi},
|
120 |
+
year = {2024},
|
121 |
+
title = {IndiaFinanceSent Corpus},
|
122 |
+
url = {[https://huggingface.co/datasets/kdave/Indian_Financial_News]},
|
123 |
+
}
|
124 |
+
```
|
125 |
+
|
126 |
+
|
127 |
+
## Dataset Card Authors
|
128 |
+
|
129 |
+
Khushi Dave, Data Scientist
|