| --- |
| license: apache-2.0 |
| task_categories: |
| - text-classification |
| language: |
| - en |
| tags: |
| - social-media |
| - sentiment |
| - emotion |
| - twitter |
| - instagram |
| - linkedin |
| size_categories: |
| - n<1K |
| --- |
| |
| # Social Media Posts Dataset |
|
|
| 400 labeled social media posts across Twitter, Instagram, LinkedIn, and Reddit for multi-label classification. |
|
|
| ## Dataset Structure |
|
|
| ### Fields |
| - `text`: Post content (with platform-appropriate style) |
| - `platform`: twitter / instagram / linkedin / reddit |
| - `sentiment`: positive / negative / neutral |
| - `emotion`: joy / anger / sadness / fear / surprise / neutral |
| - `engagement_level`: low / medium / high |
|
|
| ## Splits |
| - train: 320 examples |
| - test: 80 examples |
|
|