rangeva commited on
Commit
ca7c369
·
verified ·
1 Parent(s): 2f80ee8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -5
README.md CHANGED
@@ -1,5 +1,57 @@
1
- ---
2
- license: other
3
- license_name: other
4
- license_link: https://github.com/Webhose/free-news-datasets/blob/master/tou.MD
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: other
4
+ license_link: https://github.com/Webhose/free-news-datasets/blob/master/tou.MD
5
+ task_categories:
6
+ - text-classification
7
+ pretty_name: Webz.io News Dataset Repository
8
+ size_categories:
9
+ - 100M<n<1B
10
+ ---
11
+
12
+
13
+ # Webz.io Financial News Dataset Repository
14
+
15
+ https://github.com/Webhose/financial-news-dataset
16
+
17
+ ## Introduction
18
+
19
+ Welcome to the [Webz.io](https://webz.io) Financial News Dataset Repository! This repository is created by [Webz.io](https://webz.io) and is dedicated to providing free datasets of publicly available news articles categorized as financial news. We release new datasets weekly, each containing around 1,000 news articles focused on various financial topics.
20
+
21
+ The data is created by running the following query against Webz.io open web repository: ```topic:"Financial and Economic News" language:english``` with a random sentiment filter of positive or negative.
22
+
23
+
24
+ To get ongoing free access to online news data, you can use Webz.io's free [News API](https://webz.io/products/news-api#lite) Lite.
25
+
26
+ ## Dataset Overview
27
+
28
+ - **Weekly Releases:** New dataset available every week.
29
+ - **Thematic Focus:** Datasets based on financial themes.
30
+ - **Rich Metadata:** Includes sentiment analysis, categories, publication dates.
31
+ - **Diverse Sources:** Articles from a wide range of news websites.
32
+
33
+ ## Usage
34
+
35
+ The datasets are free for academic, research, and journalistic purposes:
36
+
37
+ - **Data Analysis:** For statistical analyses, trend identification, and pattern recognition.
38
+ - **Machine Learning:** Suitable for training NLP models, sentiment analysis, etc.
39
+ - **Journalistic Research:** Helps journalists in data-driven storytelling.
40
+
41
+ ## Accessing the Datasets
42
+
43
+ - Browse the repository.
44
+ - Find a dataset that suits your needs.
45
+ - Download the dataset with its detailed description and metadata file.
46
+
47
+
48
+ ## Support
49
+
50
+ For questions or support, raise an issue in the repository.
51
+
52
+ ## License/Terms of Use
53
+
54
+ By using the Dataset Repository you agree to the following [TOU](https://github.com/Webhose/free-news-datasets/blob/master/tou.MD).
55
+
56
+
57
+ ---