suul999922 commited on
Commit
b220937
1 Parent(s): cea45e8

Update dataset card (README.md)

Browse files
Files changed (1) hide show
  1. README.md +23 -33
README.md CHANGED
@@ -23,7 +23,7 @@ task_ids:
23
  ---
24
 
25
 
26
- # Bittensor Subnet 13 Reddit 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">
@@ -43,18 +43,17 @@ task_ids:
43
 
44
  ### Dataset Summary
45
 
46
- This dataset is part of the Bittensor Subnet 13 decentralized network, containing preprocessed Reddit data. The data is continuously updated by network miners, providing a real-time stream of Reddit content for various analytical and machine learning tasks.
47
  For more information about the dataset, please visit the [official repository](https://github.com/macrocosm-os/data-universe).
48
 
49
  ### Supported Tasks
50
 
51
  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.
52
  For example:
53
-
54
  - Sentiment Analysis
55
- - Topic Modeling
56
- - Community Analysis
57
- - Content Categorization
58
 
59
  ### Languages
60
 
@@ -64,18 +63,17 @@ Primary language: Datasets are mostly English, but can be multilingual due to de
64
 
65
  ### Data Instances
66
 
67
- Each instance represents a single Reddit post or comment with the following fields:
68
 
69
 
70
  ### Data Fields
71
 
72
- - `text` (string): The main content of the Reddit post or comment.
73
- - `label` (string): Sentiment or topic category of the content.
74
- - `dataType` (string): Indicates whether the entry is a post or a comment.
75
- - `communityName` (string): The name of the subreddit where the content was posted.
76
- - `datetime` (string): The date when the content was posted or commented.
77
  - `username_encoded` (string): An encoded version of the username to maintain user privacy.
78
- - `url_encoded` (string): An encoded version of any URLs included in the content.
79
 
80
  ### Data Splits
81
 
@@ -85,7 +83,7 @@ This dataset is continuously updated and does not have fixed splits. Users shoul
85
 
86
  ### Source Data
87
 
88
- Data is collected from public posts and comments on Reddit, adhering to the platform's terms of service and API usage guidelines.
89
 
90
  ### Personal and Sensitive Information
91
 
@@ -95,20 +93,21 @@ All usernames and URLs are encoded to protect user privacy. The dataset does not
95
 
96
  ### Social Impact and Biases
97
 
98
- Users should be aware of potential biases inherent in Reddit data, including demographic and content biases. This dataset reflects the content and opinions expressed on Reddit and should not be considered a representative sample of the general population.
99
 
100
  ### Limitations
101
 
102
- - Data quality may vary due to the nature of media sources.
103
  - The dataset may contain noise, spam, or irrelevant content typical of social media platforms.
104
  - Temporal biases may exist due to real-time collection methods.
105
- - The dataset is limited to public subreddits and does not include private or restricted communities.
 
106
 
107
  ## Additional Information
108
 
109
  ### Licensing Information
110
 
111
- The dataset is released under the MIT license. The use of this dataset is also subject to Reddit Terms of Use.
112
 
113
  ### Citation Information
114
 
@@ -134,32 +133,23 @@ To report issues or contribute to the dataset, please contact the miner or use t
134
 
135
  - **Total Instances:** 20058211
136
  - **Date Range:** 2024-10-04T11:00:00Z to 2024-10-24T00:00:00Z
137
- - **Last Updated:** 2024-11-09T17:21:58Z
138
 
139
  ### Data Distribution
140
 
141
- - Posts: 0.16%
142
- - Comments: 3.36%
143
 
144
- ### Top 10 Subreddits
145
 
146
  For full statistics, please refer to the `stats.json` file in the repository.
147
 
148
- 1. r/teenagers (9805)
149
- 2. r/gaming (9706)
150
- 3. r/ChatGPT (7947)
151
- 4. r/askreddit (7836)
152
- 5. r/Philippines (6301)
153
- 6. r/maybemaybemaybe (5096)
154
- 7. r/HonkaiStarRail_leaks (4686)
155
- 8. r/ukpolitics (4313)
156
- 9. r/aitah (3615)
157
- 10. r/marvelmemes (2988)
158
-
159
 
160
  ## Update History
161
 
162
  | Date | New Instances | Total Instances |
163
  |------|---------------|-----------------|
164
  | 2024-11-09T17:21:58Z | 706189 | 706189 |
 
165
 
 
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">
 
43
 
44
  ### Dataset Summary
45
 
46
+ 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.
47
  For more information about the dataset, please visit the [official repository](https://github.com/macrocosm-os/data-universe).
48
 
49
  ### Supported Tasks
50
 
51
  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.
52
  For example:
 
53
  - Sentiment Analysis
54
+ - Trend Detection
55
+ - Content Analysis
56
+ - User Behavior Modeling
57
 
58
  ### Languages
59
 
 
63
 
64
  ### Data Instances
65
 
66
+ Each instance represents a single tweet with the following fields:
67
 
68
 
69
  ### Data Fields
70
 
71
+ - `text` (string): The main content of the tweet.
72
+ - `label` (string): Sentiment or topic category of the tweet.
73
+ - `tweet_hashtags` (list): A list of hashtags used in the tweet. May be empty if no hashtags are present.
74
+ - `datetime` (string): The date when the tweet was posted.
 
75
  - `username_encoded` (string): An encoded version of the username to maintain user privacy.
76
+ - `url_encoded` (string): An encoded version of any URLs included in the tweet. May be empty if no URLs are present.
77
 
78
  ### Data Splits
79
 
 
83
 
84
  ### Source Data
85
 
86
+ Data is collected from public tweets on X (Twitter), adhering to the platform's terms of service and API usage guidelines.
87
 
88
  ### Personal and Sensitive Information
89
 
 
93
 
94
  ### Social Impact and Biases
95
 
96
+ 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.
97
 
98
  ### Limitations
99
 
100
+ - Data quality may vary due to the decentralized nature of collection and preprocessing.
101
  - The dataset may contain noise, spam, or irrelevant content typical of social media platforms.
102
  - Temporal biases may exist due to real-time collection methods.
103
+ - The dataset is limited to public tweets and does not include private accounts or direct messages.
104
+ - Not all tweets contain hashtags or URLs.
105
 
106
  ## Additional Information
107
 
108
  ### Licensing Information
109
 
110
+ The dataset is released under the MIT license. The use of this dataset is also subject to X Terms of Use.
111
 
112
  ### Citation Information
113
 
 
133
 
134
  - **Total Instances:** 20058211
135
  - **Date Range:** 2024-10-04T11:00:00Z to 2024-10-24T00:00:00Z
136
+ - **Last Updated:** 2024-11-09T17:22:00Z
137
 
138
  ### Data Distribution
139
 
140
+ - Tweets with hashtags: 0.00%
141
+ - Tweets without hashtags: 0.00%
142
 
143
+ ### Top 10 Hashtags
144
 
145
  For full statistics, please refer to the `stats.json` file in the repository.
146
 
147
+ No hashtags available.
 
 
 
 
 
 
 
 
 
 
148
 
149
  ## Update History
150
 
151
  | Date | New Instances | Total Instances |
152
  |------|---------------|-----------------|
153
  | 2024-11-09T17:21:58Z | 706189 | 706189 |
154
+ | 2024-11-09T17:22:00Z | 0 | 706189 |
155