Improve metadata and add links to paper and code

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -1,4 +1,12 @@
1
  ---
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: timestamp
@@ -34,26 +42,27 @@ configs:
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
53
 
54
  ### Dataset Summary
55
 
56
- DLT-Tweets is a large-scale corpus of social media posts related to Distributed Ledger Technology (DLT). This dataset is part of the larger DLT-Corpus collection, designed to support NLP research, social computing studies, and public discourse analysis in the DLT domain.
57
 
58
  The dataset contains **22.03 million social media documents** with **1,120 million tokens** (1.12 billion tokens), spanning posts from **2013 to mid-2023**. All documents are in English and have been processed to protect user privacy.
59
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-nc-4.0
5
+ size_categories:
6
+ - 10M<n<100M
7
+ task_categories:
8
+ - text-generation
9
+ pretty_name: Distributed Ledger Technology (DLT) / Blockchain Tweets
10
  dataset_info:
11
  features:
12
  - name: timestamp
 
42
  data_files:
43
  - split: train
44
  path: data/train-*
 
 
45
  tags:
46
+ - Blockchain
47
  - DLT
48
  - Cryptocurrencies
49
  - Bitcoin
50
  - Ethereum
51
  - Crypto
 
 
 
52
  ---
53
+
54
  # DLT-Tweets
55
 
56
+ <p align="center">
57
+ <a href="https://huggingface.co/papers/2602.22045"><b>[Paper]</b></a> •
58
+ <a href="https://github.com/dlt-science/DLT-Corpus"><b>[Code]</b></a>
59
+ </p>
60
+
61
  ## Dataset Description
62
 
63
  ### Dataset Summary
64
 
65
+ DLT-Tweets is a large-scale corpus of social media posts related to Distributed Ledger Technology (DLT). This dataset is part of the larger DLT-Corpus collection, designed to support NLP research, social computing studies, and public discourse analysis in the DLT domain. It was introduced in the paper [DLT-Corpus: A Large-Scale Text Collection for the Distributed Ledger Technology Domain](https://huggingface.co/papers/2602.22045).
66
 
67
  The dataset contains **22.03 million social media documents** with **1,120 million tokens** (1.12 billion tokens), spanning posts from **2013 to mid-2023**. All documents are in English and have been processed to protect user privacy.
68