arrmlet commited on
Commit
83792de
1 Parent(s): 1877bbc

Update README.md with latest statistics

Browse files
Files changed (1) hide show
  1. README.md +163 -0
README.md ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ multilinguality:
4
+ - multilingual
5
+ source_datasets:
6
+ - original
7
+ task_categories:
8
+ - text-classification
9
+ - token-classification
10
+ - question-answering
11
+ - summarization
12
+ - text-generation
13
+ task_ids:
14
+ - sentiment-analysis
15
+ - topic-classification
16
+ - named-entity-recognition
17
+ - language-modeling
18
+ - text-scoring
19
+ - multi-class-classification
20
+ - multi-label-classification
21
+ - extractive-qa
22
+ - news-articles-summarization
23
+ ---
24
+
25
+
26
+ # Bittensor Subnet 13 X (Twitter) Dataset
27
+
28
+ <center>
29
+ <img src="https://huggingface.co/datasets/macrocosm-os/images/resolve/main/bittensor.png" alt="Data-universe: The finest collection of social media data the web has to offer">
30
+ </center>
31
+
32
+ <center>
33
+ <img src="https://huggingface.co/datasets/macrocosm-os/images/resolve/main/macrocosmos-black.png" alt="Data-universe: The finest collection of social media data the web has to offer">
34
+ </center>
35
+
36
+
37
+ ## Dataset Description
38
+
39
+ - **Repository:** arrmlet/x_dataset_1234
40
+ - **Subnet:** Bittensor Subnet 13
41
+ - **Miner Hotkey:** 0
42
+
43
+ ### Dataset Summary
44
+
45
+ This dataset is part of the Bittensor Subnet 13 decentralized network, containing preprocessed data from X (formerly Twitter). The data is continuously updated by network miners, providing a real-time stream of tweets for various analytical and machine learning tasks.
46
+ For more information about the dataset, please visit the [official repository](https://github.com/macrocosm-os/data-universe).
47
+
48
+ ### Supported Tasks
49
+
50
+ The versatility of this dataset allows researchers and data scientists to explore various aspects of social media dynamics and develop innovative applications. Users are encouraged to leverage this data creatively for their specific research or business needs.
51
+ For example:
52
+ - Sentiment Analysis
53
+ - Trend Detection
54
+ - Content Analysis
55
+ - User Behavior Modeling
56
+
57
+ ### Languages
58
+
59
+ Primary language: Datasets are mostly English, but can be multilingual due to decentralized ways of creation.
60
+
61
+ ## Dataset Structure
62
+
63
+ ### Data Instances
64
+
65
+ Each instance represents a single tweet with the following fields:
66
+
67
+
68
+ ### Data Fields
69
+
70
+ - `text` (string): The main content of the tweet.
71
+ - `label` (string): Sentiment or topic category of the tweet.
72
+ - `tweet_hashtags` (list): A list of hashtags used in the tweet. May be empty if no hashtags are present.
73
+ - `datetime` (string): The date when the tweet was posted.
74
+ - `username_encoded` (string): An encoded version of the username to maintain user privacy.
75
+ - `url_encoded` (string): An encoded version of any URLs included in the tweet. May be empty if no URLs are present.
76
+
77
+ ### Data Splits
78
+
79
+ This dataset is continuously updated and does not have fixed splits. Users should create their own splits based on their requirements and the data's timestamp.
80
+
81
+ ## Dataset Creation
82
+
83
+ ### Source Data
84
+
85
+ Data is collected from public tweets on X (Twitter), adhering to the platform's terms of service and API usage guidelines.
86
+
87
+ ### Personal and Sensitive Information
88
+
89
+ All usernames and URLs are encoded to protect user privacy. The dataset does not intentionally include personal or sensitive information.
90
+
91
+ ## Considerations for Using the Data
92
+
93
+ ### Social Impact and Biases
94
+
95
+ Users should be aware of potential biases inherent in X (Twitter) data, including demographic and content biases. This dataset reflects the content and opinions expressed on X and should not be considered a representative sample of the general population.
96
+
97
+ ### Limitations
98
+
99
+ - Data quality may vary due to the decentralized nature of collection and preprocessing.
100
+ - The dataset may contain noise, spam, or irrelevant content typical of social media platforms.
101
+ - Temporal biases may exist due to real-time collection methods.
102
+ - The dataset is limited to public tweets and does not include private accounts or direct messages.
103
+ - Not all tweets contain hashtags or URLs.
104
+
105
+ ## Additional Information
106
+
107
+ ### Licensing Information
108
+
109
+ The dataset is released under the MIT license. The use of this dataset is also subject to X Terms of Use.
110
+
111
+ ### Citation Information
112
+
113
+ If you use this dataset in your research, please cite it as follows:
114
+
115
+ ```
116
+ @misc{arrmlet2024datauniversex_dataset_1234,
117
+ title={The Data Universe Datasets: The finest collection of social media data the web has to offer},
118
+ author={arrmlet},
119
+ year={2024},
120
+ url={https://huggingface.co/datasets/arrmlet/x_dataset_1234},
121
+ }
122
+ ```
123
+
124
+ ### Contributions
125
+
126
+ To report issues or contribute to the dataset, please contact the miner or use the Bittensor Subnet 13 governance mechanisms.
127
+
128
+ ## Dataset Statistics
129
+
130
+ [This section is automatically updated]
131
+
132
+ - **Total Instances:** 753420
133
+ - **Date Range:** 2024-02-23 to 2024-09-19
134
+ - **Last Updated:** 2024-09-19
135
+
136
+ ### Data Distribution
137
+
138
+ - Tweets with hashtags: 99.95%
139
+ - Tweets without hashtags: 0.05%
140
+
141
+ ### Top 10 Hashtags
142
+
143
+ For full statistics, please refer to the `x_stats.json` file in the repository.
144
+
145
+ | Rank | Item | Percentage |
146
+ |------|------|------------|
147
+ | 1 | #trump | 10.81% |
148
+ | 2 | #bitcoin | 5.69% |
149
+ | 3 | #sports | 4.95% |
150
+ | 4 | #health | 4.60% |
151
+ | 5 | #music | 4.40% |
152
+ | 6 | #politics | 4.24% |
153
+ | 7 | #travel | 4.22% |
154
+ | 8 | #gaming | 3.88% |
155
+ | 9 | #btc | 3.35% |
156
+ | 10 | #food | 3.19% |
157
+
158
+
159
+ ## Update History
160
+
161
+ | Date | New Instances | Total Instances |
162
+ |------|---------------|-----------------|
163
+ | 2024-09-19 | 753420 | 753420 |