CelestialWandererOfTheVoid commited on
Commit
9af05c2
·
verified ·
1 Parent(s): 177467f

Update README.md with latest statistics

Browse files
Files changed (1) hide show
  1. README.md +168 -0
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:** CelestialWandererOfTheVoid/x_dataset_190
40
+ - **Subnet:** Bittensor Subnet 13
41
+ - **Miner Hotkey:** 5FCqYu48VvVwRt43ZptsmoQwiqH3RFYrRxzig4pYYnfK33Ng
42
+
43
+ ### Miner Data Compliance Agreement
44
+
45
+ In uploading this dataset, I am agreeing to the [Macrocosmos Miner Data Compliance Policy](https://github.com/macrocosm-os/data-universe/blob/add-miner-policy/docs/miner_policy.md).
46
+
47
+
48
+ ### Dataset Summary
49
+
50
+ 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.
51
+ For more information about the dataset, please visit the [official repository](https://github.com/macrocosm-os/data-universe).
52
+
53
+ ### Supported Tasks
54
+
55
+ 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.
56
+ For example:
57
+ - Sentiment Analysis
58
+ - Trend Detection
59
+ - Content Analysis
60
+ - User Behavior Modeling
61
+
62
+ ### Languages
63
+
64
+ Primary language: Datasets are mostly English, but can be multilingual due to decentralized ways of creation.
65
+
66
+ ## Dataset Structure
67
+
68
+ ### Data Instances
69
+
70
+ Each instance represents a single tweet with the following fields:
71
+
72
+
73
+ ### Data Fields
74
+
75
+ - `text` (string): The main content of the tweet.
76
+ - `label` (string): Sentiment or topic category of the tweet.
77
+ - `tweet_hashtags` (list): A list of hashtags used in the tweet. May be empty if no hashtags are present.
78
+ - `datetime` (string): The date when the tweet was posted.
79
+ - `username_encoded` (string): An encoded version of the username to maintain user privacy.
80
+ - `url_encoded` (string): An encoded version of any URLs included in the tweet. May be empty if no URLs are present.
81
+
82
+ ### Data Splits
83
+
84
+ 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.
85
+
86
+ ## Dataset Creation
87
+
88
+ ### Source Data
89
+
90
+ Data is collected from public tweets on X (Twitter), adhering to the platform's terms of service and API usage guidelines.
91
+
92
+ ### Personal and Sensitive Information
93
+
94
+ All usernames and URLs are encoded to protect user privacy. The dataset does not intentionally include personal or sensitive information.
95
+
96
+ ## Considerations for Using the Data
97
+
98
+ ### Social Impact and Biases
99
+
100
+ 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.
101
+
102
+ ### Limitations
103
+
104
+ - Data quality may vary due to the decentralized nature of collection and preprocessing.
105
+ - The dataset may contain noise, spam, or irrelevant content typical of social media platforms.
106
+ - Temporal biases may exist due to real-time collection methods.
107
+ - The dataset is limited to public tweets and does not include private accounts or direct messages.
108
+ - Not all tweets contain hashtags or URLs.
109
+
110
+ ## Additional Information
111
+
112
+ ### Licensing Information
113
+
114
+ The dataset is released under the MIT license. The use of this dataset is also subject to X Terms of Use.
115
+
116
+ ### Citation Information
117
+
118
+ If you use this dataset in your research, please cite it as follows:
119
+
120
+ ```
121
+ @misc{CelestialWandererOfTheVoid2025datauniversex_dataset_190,
122
+ title={The Data Universe Datasets: The finest collection of social media data the web has to offer},
123
+ author={CelestialWandererOfTheVoid},
124
+ year={2025},
125
+ url={https://huggingface.co/datasets/CelestialWandererOfTheVoid/x_dataset_190},
126
+ }
127
+ ```
128
+
129
+ ### Contributions
130
+
131
+ To report issues or contribute to the dataset, please contact the miner or use the Bittensor Subnet 13 governance mechanisms.
132
+
133
+ ## Dataset Statistics
134
+
135
+ [This section is automatically updated]
136
+
137
+ - **Total Instances:** 12979
138
+ - **Date Range:** 2011-04-23T00:00:00Z to 2025-03-21T00:00:00Z
139
+ - **Last Updated:** 2025-03-21T07:09:30Z
140
+
141
+ ### Data Distribution
142
+
143
+ - Tweets with hashtags: 93.43%
144
+ - Tweets without hashtags: 6.57%
145
+
146
+ ### Top 10 Hashtags
147
+
148
+ For full statistics, please refer to the `stats.json` file in the repository.
149
+
150
+ | Rank | Topic | Total Count | Percentage |
151
+ |------|-------|-------------|-------------|
152
+ | 1 | #btc | 1064 | 8.20% |
153
+ | 2 | #bbb25 | 894 | 6.89% |
154
+ | 3 | #ai | 886 | 6.83% |
155
+ | 4 | #bitcoin | 873 | 6.73% |
156
+ | 5 | NULL | 853 | 6.57% |
157
+ | 6 | #trump | 472 | 3.64% |
158
+ | 7 | #crypto | 379 | 2.92% |
159
+ | 8 | #israel | 311 | 2.40% |
160
+ | 9 | #blockchain | 203 | 1.56% |
161
+ | 10 | #ukraine | 179 | 1.38% |
162
+
163
+
164
+ ## Update History
165
+
166
+ | Date | New Instances | Total Instances |
167
+ |------|---------------|-----------------|
168
+ | 2025-03-21T07:09:30Z | 12979 | 12979 |