Datasets:
Added citation to preprint
Browse files
README.md
CHANGED
|
@@ -1,83 +1,83 @@
|
|
| 1 |
-
---
|
| 2 |
-
dataset_info:
|
| 3 |
-
features:
|
| 4 |
-
- name: timestamp
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: title
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: description
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: text
|
| 11 |
-
dtype: string
|
| 12 |
-
- name: market_direction
|
| 13 |
-
dtype:
|
| 14 |
-
class_label:
|
| 15 |
-
names:
|
| 16 |
-
'0': neutral
|
| 17 |
-
'1': bearish
|
| 18 |
-
'2': bullish
|
| 19 |
-
- name: engagement_quality
|
| 20 |
-
dtype:
|
| 21 |
-
class_label:
|
| 22 |
-
names:
|
| 23 |
-
'0': neutral
|
| 24 |
-
'1': liked
|
| 25 |
-
'2': disliked
|
| 26 |
-
- name: content_characteristics
|
| 27 |
-
dtype:
|
| 28 |
-
class_label:
|
| 29 |
-
names:
|
| 30 |
-
'0': neutral
|
| 31 |
-
'1': important
|
| 32 |
-
'2': lol
|
| 33 |
-
- name: vote_counts
|
| 34 |
-
struct:
|
| 35 |
-
- name: bearish
|
| 36 |
-
dtype: int32
|
| 37 |
-
- name: bullish
|
| 38 |
-
dtype: int32
|
| 39 |
-
- name: liked
|
| 40 |
-
dtype: int32
|
| 41 |
-
- name: disliked
|
| 42 |
-
dtype: int32
|
| 43 |
-
- name: important
|
| 44 |
-
dtype: int32
|
| 45 |
-
- name: lol
|
| 46 |
-
dtype: int32
|
| 47 |
-
- name: total_votes
|
| 48 |
-
dtype: int32
|
| 49 |
-
- name: source_url
|
| 50 |
-
dtype: string
|
| 51 |
-
- name: url
|
| 52 |
-
dtype: string
|
| 53 |
-
- name: total_tokens
|
| 54 |
-
dtype: int64
|
| 55 |
-
splits:
|
| 56 |
-
- name: train
|
| 57 |
-
num_bytes: 22639057
|
| 58 |
-
num_examples: 23301
|
| 59 |
-
download_size: 12118601
|
| 60 |
-
dataset_size: 22639057
|
| 61 |
-
configs:
|
| 62 |
-
- config_name: default
|
| 63 |
-
data_files:
|
| 64 |
-
- split: train
|
| 65 |
-
path: data/train-*
|
| 66 |
-
language:
|
| 67 |
-
- en
|
| 68 |
-
tags:
|
| 69 |
-
- DLT
|
| 70 |
-
- Blockchain
|
| 71 |
-
- Cryptocurrencies
|
| 72 |
-
- Cryptocurrency
|
| 73 |
-
- Bitcoin
|
| 74 |
-
- Ethereum
|
| 75 |
-
- XRP
|
| 76 |
-
- Hedera
|
| 77 |
-
pretty_name: Distributed Ledger Technology (DLT) / Blockchain Sentiment News
|
| 78 |
-
size_categories:
|
| 79 |
-
- 10K<n<100K
|
| 80 |
-
---
|
| 81 |
# DLT-Sentiment-News
|
| 82 |
|
| 83 |
## Dataset Description
|
|
@@ -265,9 +265,13 @@ We thank the CryptoPanic platform and its community of users for making this dat
|
|
| 265 |
### Citation Information
|
| 266 |
|
| 267 |
```bibtex
|
| 268 |
-
@
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 272 |
}
|
| 273 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: timestamp
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: title
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: description
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: text
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: market_direction
|
| 13 |
+
dtype:
|
| 14 |
+
class_label:
|
| 15 |
+
names:
|
| 16 |
+
'0': neutral
|
| 17 |
+
'1': bearish
|
| 18 |
+
'2': bullish
|
| 19 |
+
- name: engagement_quality
|
| 20 |
+
dtype:
|
| 21 |
+
class_label:
|
| 22 |
+
names:
|
| 23 |
+
'0': neutral
|
| 24 |
+
'1': liked
|
| 25 |
+
'2': disliked
|
| 26 |
+
- name: content_characteristics
|
| 27 |
+
dtype:
|
| 28 |
+
class_label:
|
| 29 |
+
names:
|
| 30 |
+
'0': neutral
|
| 31 |
+
'1': important
|
| 32 |
+
'2': lol
|
| 33 |
+
- name: vote_counts
|
| 34 |
+
struct:
|
| 35 |
+
- name: bearish
|
| 36 |
+
dtype: int32
|
| 37 |
+
- name: bullish
|
| 38 |
+
dtype: int32
|
| 39 |
+
- name: liked
|
| 40 |
+
dtype: int32
|
| 41 |
+
- name: disliked
|
| 42 |
+
dtype: int32
|
| 43 |
+
- name: important
|
| 44 |
+
dtype: int32
|
| 45 |
+
- name: lol
|
| 46 |
+
dtype: int32
|
| 47 |
+
- name: total_votes
|
| 48 |
+
dtype: int32
|
| 49 |
+
- name: source_url
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: url
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: total_tokens
|
| 54 |
+
dtype: int64
|
| 55 |
+
splits:
|
| 56 |
+
- name: train
|
| 57 |
+
num_bytes: 22639057
|
| 58 |
+
num_examples: 23301
|
| 59 |
+
download_size: 12118601
|
| 60 |
+
dataset_size: 22639057
|
| 61 |
+
configs:
|
| 62 |
+
- config_name: default
|
| 63 |
+
data_files:
|
| 64 |
+
- split: train
|
| 65 |
+
path: data/train-*
|
| 66 |
+
language:
|
| 67 |
+
- en
|
| 68 |
+
tags:
|
| 69 |
+
- DLT
|
| 70 |
+
- Blockchain
|
| 71 |
+
- Cryptocurrencies
|
| 72 |
+
- Cryptocurrency
|
| 73 |
+
- Bitcoin
|
| 74 |
+
- Ethereum
|
| 75 |
+
- XRP
|
| 76 |
+
- Hedera
|
| 77 |
+
pretty_name: Distributed Ledger Technology (DLT) / Blockchain Sentiment News
|
| 78 |
+
size_categories:
|
| 79 |
+
- 10K<n<100K
|
| 80 |
+
---
|
| 81 |
# DLT-Sentiment-News
|
| 82 |
|
| 83 |
## Dataset Description
|
|
|
|
| 265 |
### Citation Information
|
| 266 |
|
| 267 |
```bibtex
|
| 268 |
+
@misc{hernandez2026dlt-corpus,
|
| 269 |
+
title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
|
| 270 |
+
author={Walter Hernandez Cruz and Peter Devine and Nikhil Vadgama and Paolo Tasca and Jiahua Xu},
|
| 271 |
+
year={2026},
|
| 272 |
+
eprint={2602.22045},
|
| 273 |
+
archivePrefix={arXiv},
|
| 274 |
+
primaryClass={cs.CL},
|
| 275 |
+
url={https://arxiv.org/abs/2602.22045},
|
| 276 |
}
|
| 277 |
```
|