ckandemir commited on
Commit
33ba7c9
1 Parent(s): 9e1f1be

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +89 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ tags:
5
+ - datasets
6
+ - bitcoin
7
+ - blockchain
8
+ - text-classification
9
+ - sentiment-analysis
10
+ ---
11
+
12
+ # Dataset Card for "Bitcoin Tweets (16M Tweets with Sentiment Tagged)"
13
+
14
+ ## Table of Contents
15
+ - [Dataset Description](#dataset-description)
16
+ - [Dataset Summary](#dataset-summary)
17
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
18
+ - [Languages](#languages)
19
+ - [Dataset Structure](#dataset-structure)
20
+ - [Data Instances](#data-instances)
21
+ - [Data Fields](#data-fields)
22
+ - [Data Splits](#data-splits)
23
+ - [Dataset Creation](#dataset-creation)
24
+ - [Curation Rationale](#curation-rationale)
25
+ - [Source Data](#source-data)
26
+ - [Annotations](#annotations)
27
+ - [Dataset Distribution](#dataset-distribution)
28
+ - [Dataset Curators](#dataset-curators)
29
+ - [Licensing Information](#licensing-information)
30
+
31
+
32
+ ### Dataset Summary
33
+
34
+ This dataset contains a collection of 16 million tweets related to Bitcoin, collected from Twitter. Each tweet is tagged with sentiment (positive, negative, neutral). The dataset was originally created and uploaded to Kaggle by user gauravduttakiit. It is a valuable resource for training and evaluating models for sentiment analysis within the context of cryptocurrency discussions.
35
+
36
+ ### Supported Tasks and Leaderboards
37
+
38
+ - `text-classification`: This dataset can be used to train a model for sentiment analysis. The performance of the model can be evaluated using standard metrics like accuracy, F1 score, precision, and recall.
39
+
40
+ ### Languages
41
+
42
+ The text data is primarily in English.
43
+
44
+ ## Dataset Structure
45
+
46
+ ### Data Instances
47
+
48
+ Each instance in the dataset contains the following fields:
49
+ - `tweet`: the text of the tweet.
50
+ - `sentiment`: the sentiment of the tweet, labeled as either "positive", "negative", or "neutral".
51
+
52
+ ### Data Fields
53
+
54
+ - `tweet`: a string containing the text of the tweet.
55
+ - `sentiment`: a string indicating the sentiment of the tweet.
56
+
57
+ ### Data Splits
58
+
59
+ The dataset is not explicitly split into training, validation, and test sets. Users will need to create these splits as per their requirements.
60
+
61
+ ## Dataset Creation
62
+
63
+ ### Curation Rationale
64
+
65
+ The dataset was curated to analyze the sentiment within the cryptocurrency community, specifically focusing on Bitcoin.
66
+
67
+ ### Source Data
68
+
69
+ #### Initial Data Collection and Normalization
70
+
71
+ The data was collected from Twitter using specific keywords related to Bitcoin. For more details regarding data collection, one can refer to the [original Kaggle dataset](https://www.kaggle.com/datasets/gauravduttakiit/bitcoin-tweets-16m-tweets-with-sentiment-tagged).
72
+
73
+ #### Who are the source data providers?
74
+
75
+ The data was provided by Kaggle user gauravduttakiit.
76
+
77
+ ### Annotations
78
+
79
+ The sentiment labels were generated using automated sentiment analysis tools. For more details, refer to the [original Kaggle dataset](https://www.kaggle.com/datasets/gauravduttakiit/bitcoin-tweets-16m-tweets-with-sentiment-tagged).
80
+
81
+ ## Dataset Distribution
82
+
83
+ ### Dataset Curators
84
+
85
+ The dataset was curated by gauravduttakiit and uploaded to Kaggle.
86
+
87
+ ### Licensing Information
88
+
89
+ Refer to the [original Kaggle dataset](https://www.kaggle.com/datasets/gauravduttakiit/bitcoin-tweets-16m-tweets-with-sentiment-tagged) for licensing information.