walterhernandez commited on
Commit
6c97984
·
verified ·
1 Parent(s): 5f507c2

Added citation to preprint

Browse files
Files changed (1) hide show
  1. README.md +57 -53
README.md CHANGED
@@ -1,52 +1,52 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: timestamp
5
- dtype: large_string
6
- - name: tweet
7
- dtype: large_string
8
- - name: language
9
- dtype: string
10
- - name: total_tokens
11
- dtype: int64
12
- - name: sentiment_class
13
- list:
14
- - name: label
15
- dtype: string
16
- - name: score
17
- dtype: float64
18
- - name: sentiment_label
19
- dtype: string
20
- - name: sentiment_score
21
- dtype: float64
22
- - name: confidence_level
23
- dtype: string
24
- - name: year
25
- dtype: string
26
- splits:
27
- - name: train
28
- num_bytes: 6772592588.26901
29
- num_examples: 22033090
30
- download_size: 3584763878
31
- dataset_size: 6772592588.26901
32
- configs:
33
- - config_name: default
34
- data_files:
35
- - split: train
36
- path: data/train-*
37
- language:
38
- - en
39
- tags:
40
- - Blockchain,
41
- - DLT
42
- - Cryptocurrencies
43
- - Bitcoin
44
- - Ethereum
45
- - Crypto
46
- pretty_name: Distributed Ledger Technology (DLT) / Blockchain Tweets
47
- size_categories:
48
- - 10M<n<100M
49
- ---
50
  # DLT-Tweets
51
 
52
  ## Dataset Description
@@ -203,9 +203,13 @@ For more information on CC-BY-NC 4.0, see: https://creativecommons.org/licenses/
203
  ### Citation Information
204
 
205
  ```bibtex
206
- @article{hernandez2025dlt-corpus,
207
- title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
208
- author={Hernandez Cruz, Walter and Devine, Peter and Vadgama, Nikhil and Tasca, Paolo and Xu, Jiahua},
209
- year={2025}
 
 
 
 
210
  }
211
  ```
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: timestamp
5
+ dtype: large_string
6
+ - name: tweet
7
+ dtype: large_string
8
+ - name: language
9
+ dtype: string
10
+ - name: total_tokens
11
+ dtype: int64
12
+ - name: sentiment_class
13
+ list:
14
+ - name: label
15
+ dtype: string
16
+ - name: score
17
+ dtype: float64
18
+ - name: sentiment_label
19
+ dtype: string
20
+ - name: sentiment_score
21
+ dtype: float64
22
+ - name: confidence_level
23
+ dtype: string
24
+ - name: year
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 6772592588.26901
29
+ num_examples: 22033090
30
+ download_size: 3584763878
31
+ dataset_size: 6772592588.26901
32
+ configs:
33
+ - config_name: default
34
+ data_files:
35
+ - split: train
36
+ path: data/train-*
37
+ language:
38
+ - en
39
+ tags:
40
+ - Blockchain,
41
+ - DLT
42
+ - Cryptocurrencies
43
+ - Bitcoin
44
+ - Ethereum
45
+ - Crypto
46
+ pretty_name: Distributed Ledger Technology (DLT) / Blockchain Tweets
47
+ size_categories:
48
+ - 10M<n<100M
49
+ ---
50
  # DLT-Tweets
51
 
52
  ## Dataset Description
 
203
  ### Citation Information
204
 
205
  ```bibtex
206
+ @misc{hernandez2026dlt-corpus,
207
+ title={DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain},
208
+ author={Walter Hernandez Cruz and Peter Devine and Nikhil Vadgama and Paolo Tasca and Jiahua Xu},
209
+ year={2026},
210
+ eprint={2602.22045},
211
+ archivePrefix={arXiv},
212
+ primaryClass={cs.CL},
213
+ url={https://arxiv.org/abs/2602.22045},
214
  }
215
  ```