crawlfeeds commited on
Commit
8074f4d
ยท
verified ยท
1 Parent(s): ee816c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - text-generation
6
+ language:
7
+ - en
8
+ tags:
9
+ - fox news
10
+ - news dataset
11
+ - headlines
12
+ - news articles
13
+ - text classification
14
+ - nlp dataset
15
+ ---
16
+
17
+ # Curated Fox News Headlines and Full Text
18
+
19
+ This dataset contains a clean, curated collection of **Fox News articles**, including both **headlines** and **full article text**. It is designed for use in **natural language processing (NLP)** tasks such as sentiment analysis, summarization, topic classification, and media analysis.
20
+
21
+ ## ๐Ÿ“ Dataset Format
22
+
23
+ - **Format**: CSV
24
+ - **Encoding**: UTF-8
25
+ - **Fields**:
26
+ - `headline`: The article title or headline
27
+ - `publish_date`: Date the article was published (YYYY-MM-DD)
28
+ - `content`: Full article text (body of the news)
29
+
30
+ ## ๐Ÿ” Use Cases
31
+
32
+ - Sentiment and bias analysis in news media
33
+ - Headline vs. body text comparison
34
+ - News summarization models
35
+ - Temporal trend or topic modeling
36
+ - Text classification and clustering
37
+
38
+ ## โš ๏ธ Disclaimer
39
+
40
+ This dataset is provided for **educational and research purposes only**. The articles are sourced from publicly available content on Fox News. Crawlfeeds does not claim ownership of the original news content.
41
+
42
+ ## ๐Ÿ“ฌ Contact
43
+
44
+ For more curated news and web datasets, visit:
45
+ ๐Ÿ‘‰ [https://crawlfeeds.com](https://crawlfeeds.com)