pranali96 kdave commited on
Commit
473ac1d
·
0 Parent(s):

Duplicate from kdave/Indian_Financial_News

Browse files

Co-authored-by: khushi <kdave@users.noreply.huggingface.co>

Files changed (3) hide show
  1. .gitattributes +56 -0
  2. README.md +129 -0
  3. training_data_26000.csv +3 -0
.gitattributes ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
56
+ training_data_26000.csv filter=lfs diff=lfs merge=lfs -text
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
training_data_26000.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff5a275e34dec25b39324c68646b25c2b9160a05b8d28dedac0211477f536f0
3
+ size 114987362