emilpartow commited on
Commit
95e6372
·
verified ·
1 Parent(s): e187bfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -8
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Reddit Finance Comments Dataset (Apple, Tesla, Microsoft)
2
 
3
  This dataset contains 12046 comments collected from 20 finance-related subreddits
@@ -15,7 +33,7 @@ This is a **small-scale, beginner-friendly dataset** intended mainly for testing
15
  It serves as a minimal, ready-to-use sample for anyone who wants to experiment with Reddit finance discussions.
16
 
17
  **Easy to Extend:**
18
- The provided data collection pipeline (see [GitHub project](https://github.com/emilpartow/financial-sentiment-pipeline)) makes it simple to expand the dataset with more comments, different time frames, additional companies, or other subreddits as needed.
19
 
20
  If you need a larger or customized dataset, you can easily adapt and rerun the pipeline to collect more data for your own use case.
21
 
@@ -49,7 +67,7 @@ Each row in the dataset contains metadata and content for a Reddit comment or po
49
 
50
  All comments were collected using [PRAW (Python Reddit API Wrapper)](https://praw.readthedocs.io/).
51
  Full code and data processing pipeline can be found here:
52
- ➡️ [**My GitHub Project**](https://github.com/emilpartow/financial-sentiment-pipeline)
53
 
54
  ## Notes
55
 
@@ -64,9 +82,4 @@ Full code and data processing pipeline can be found here:
64
  ---
65
 
66
  **Questions or feedback?**
67
- Feel free to open an issue or discussion in the linked GitHub repository!
68
-
69
-
70
- ---
71
- license: cc-by-sa-4.0
72
- ---
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - feature-extraction
5
+ language:
6
+ - en
7
+ tags:
8
+ - finance
9
+ - reddit
10
+ - social-media
11
+ - sentiment-analysis
12
+ - apple
13
+ - tesla
14
+ - microsoft
15
+ pretty_name: Reddit Finance Sample Dataset (Apple/Tesla/Microsoft)
16
+ size_categories:
17
+ - 10K<n<100K
18
+ ---
19
  # Reddit Finance Comments Dataset (Apple, Tesla, Microsoft)
20
 
21
  This dataset contains 12046 comments collected from 20 finance-related subreddits
 
33
  It serves as a minimal, ready-to-use sample for anyone who wants to experiment with Reddit finance discussions.
34
 
35
  **Easy to Extend:**
36
+ The provided data collection pipeline (see [**emilpartow/financial-sentiment-pipeline**](https://github.com/emilpartow/financial-sentiment-pipeline)) makes it simple to expand the dataset with more comments, different time frames, additional companies, or other subreddits as needed.
37
 
38
  If you need a larger or customized dataset, you can easily adapt and rerun the pipeline to collect more data for your own use case.
39
 
 
67
 
68
  All comments were collected using [PRAW (Python Reddit API Wrapper)](https://praw.readthedocs.io/).
69
  Full code and data processing pipeline can be found here:
70
+ ➡️ [**emilpartow/financial-sentiment-pipeline**](https://github.com/emilpartow/financial-sentiment-pipeline)
71
 
72
  ## Notes
73
 
 
82
  ---
83
 
84
  **Questions or feedback?**
85
+ Feel free to open an issue or discussion in the linked GitHub repository!