Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ja
|
5 |
+
- el
|
6 |
+
- es
|
7 |
+
license:
|
8 |
+
- other
|
9 |
+
multilinguality:
|
10 |
+
- monolingual
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
task_categories:
|
14 |
+
- text-classification
|
15 |
+
pretty_name: xtopic
|
16 |
+
---
|
17 |
+
|
18 |
+
# Dataset Card for "cardiffnlp/tweet_topic_multilingual"
|
19 |
+
|
20 |
+
## Dataset Description
|
21 |
+
- **Dataset:** X-Topic
|
22 |
+
- **Domain:** X (Twitter)
|
23 |
+
- **Number of Class:** 19
|
24 |
+
|
25 |
+
|
26 |
+
### Dataset Summary
|
27 |
+
This is the official repository of X-Topic ("Multilingual Topic Classification in X: Dataset and Analysis"), a topic classification dataset based on X (formerly Twitter), featuring 19 topic labels.
|
28 |
+
|
29 |
+
The classification task is multi-label, with tweets available in four languages: English, Japanese, Spanish, and Greek.
|
30 |
+
|
31 |
+
The dataset comprises 4,000 tweets (1,000 per language), collected between September 2021 and August 2022.
|
32 |
+
|
33 |
+
|
34 |
+
### Data Splits
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
+
## Dataset Structure
|
39 |
+
|
40 |
+
### Data Instances
|
41 |
+
An example of `train` looks as follows.
|
42 |
+
|
43 |
+
```python
|
44 |
+
{
|
45 |
+
"id": 1470030676816797696,
|
46 |
+
"text": "made a matcha latte, black tea and green juice until i break my fast at 1!! my body and skin are thanking me",
|
47 |
+
"label": [0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
48 |
+
"label_name": ["Diaries & Daily Life", "Fitness & Health", "Food & Dining"],
|
49 |
+
"label_name_flatten": "Diaries & Daily Life, Fitness & Health, Food & Dining"
|
50 |
+
}
|
51 |
+
```
|
52 |
+
|
53 |
+
### Labels
|
54 |
+
| <span style="font-weight:normal">0: arts_&_culture</span> | <span style="font-weight:normal">5: fashion_&_style</span> | <span style="font-weight:normal">10: learning_&_educational</span> | <span style="font-weight:normal">15: science_&_technology</span> |
|
55 |
+
|-----------------------------|---------------------|----------------------------|--------------------------|
|
56 |
+
| 1: business_&_entrepreneurs | 6: film_tv_&_video | 11: music | 16: sports |
|
57 |
+
| 2: celebrity_&_pop_culture | 7: fitness_&_health | 12: news_&_social_concern | 17: travel_&_adventure |
|
58 |
+
| 3: diaries_&_daily_life | 8: food_&_dining | 13: other_hobbies | 18: youth_&_student_life |
|
59 |
+
| 4: family | 9: gaming | 14: relationships | |
|
60 |
+
|
61 |
+
Annotation instructions for English can be found [here](https://docs.google.com/document/d/1IaIXZYof3iCLLxyBdu_koNmjy--zqsuOmxQ2vOxYd_g/edit?usp=sharing).
|
62 |
+
|
63 |
+
|
64 |
+
|
65 |
+
## Citation Information
|
66 |
+
**TBA**
|