File size: 3,866 Bytes
33ba7c9
31da346
09cd306
31da346
 
 
 
33ba7c9
31da346
 
fb72704
33ba7c9
 
 
 
 
38ba566
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33ba7c9
0f063b0
33ba7c9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3769a6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
multilinguality:
  - multilingual
size_categories:
  - 100K<n<1M
source_datasets:
  - kaggle
task_categories:
  - text-classification
task_ids:
  - sentiment-classification
tags:
- datasets
- bitcoin
- text-classification
- sentiment-analysis
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: eval
    path: data/eval-*
dataset_info:
  features:
  - name: Date
    dtype: string
  - name: text
    dtype: string
  - name: Sentiment
    dtype: string
  splits:
  - name: train
    num_bytes: 12842246
    num_examples: 77791
  - name: test
    num_bytes: 1609120
    num_examples: 9724
  - name: eval
    num_bytes: 1598297
    num_examples: 9724
  download_size: 9868625
  dataset_size: 16049663
---
# Dataset Card for "Bitcoin Tweets"

## Table of Contents
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
  - [Curation Rationale](#curation-rationale)
  - [Source Data](#source-data)
  - [Annotations](#annotations)
- [Dataset Distribution](#dataset-distribution)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)


### Dataset Summary

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.

### Supported Tasks and Leaderboards

- `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.

### Languages

The text data is primarily in English.

## Dataset Structure

### Data Instances

Each instance in the dataset contains the following fields:
- `tweet`: the text of the tweet.
- `sentiment`: the sentiment of the tweet, labeled as either "positive", "negative", or "neutral".

### Data Fields

- `tweet`: a string containing the text of the tweet.
- `sentiment`: a string indicating the sentiment of the tweet.

### Data Splits

The dataset is not explicitly split into training, validation, and test sets. Users will need to create these splits as per their requirements.

## Dataset Creation

### Curation Rationale

The dataset was curated to analyze the sentiment within the cryptocurrency community, specifically focusing on Bitcoin.

### Source Data

#### Initial Data Collection and Normalization

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).

#### Who are the source data providers?

The data was provided by Kaggle user gauravduttakiit.

### Annotations

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).

## Dataset Distribution

### Dataset Curators

The dataset was curated by gauravduttakiit and uploaded to Kaggle.

### Licensing Information

Refer to the [original Kaggle dataset](https://www.kaggle.com/datasets/gauravduttakiit/bitcoin-tweets-16m-tweets-with-sentiment-tagged) for licensing information.