| --- |
| license: apache-2.0 |
| task_categories: |
| - text-classification |
| language: |
| - en |
| tags: |
| - news |
| - headlines |
| - classification |
| - clickbait |
| size_categories: |
| - n<1K |
| --- |
| |
| # News Headlines Classifier Dataset |
|
|
| 350 labeled news headlines for category classification, sentiment analysis, and clickbait detection. |
|
|
| ## Dataset Structure |
|
|
| ### Fields |
| - `headline`: News headline text |
| - `category`: technology / politics / business / sports / health / science / entertainment / world |
| - `sentiment`: positive / negative / neutral |
| - `clickbait_score`: 0 (not clickbait) to 5 (very clickbait) |
|
|
| ## Splits |
| - train: 280 examples |
| - test: 70 examples |
|
|