Update README.md
Browse files
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)
|