walterhernandez commited on
Commit
5d4f797
1 Parent(s): 1995ded

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +138 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-3.0
3
+ task_categories:
4
+ - token-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - distributed ledger technology
9
+ - blockchain
10
+ - esg
11
+ - Named Entity Recognition
12
+ - nvironmental, Social, and Governance
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+
17
+ # Dataset Card for ESG/DLT Named Entity Recognition Dataset
18
+
19
+ This dataset contains named entities related to Distributed Ledger Technology (DLT) and Environmental, Social, and Governance (ESG) topics created to support research in these areas and at the intersection of these domains.
20
+
21
+ ## Dataset Details
22
+
23
+ ### Dataset Description
24
+
25
+ - **Curated by:** Walter Hernandez Cruz, Kamil Tylinski, Ali Irzam Kathia, Alastair Moore, Niall Roche, Nikhil Vadgama, Horst Treiblmaier, Jiangbo Shangguan, Jiahua Xu, Paolo Tasca
26
+ - **Language(s) (NLP):** English
27
+ - **Number of Entity:** 12
28
+ - **License:** CC BY-NC 3.0
29
+
30
+ ### Dataset Sources
31
+
32
+ - **Repository:** https://github.com/dlt-science/ESG-DLT-LitReview
33
+ - **Paper:** https://arxiv.org/abs/2308.12420
34
+
35
+ ## Use
36
+ ### Direct Use
37
+
38
+ This dataset can be used for training and evaluating Named Entity Recognition models focused on DLT and ESG topics. It's particularly useful for researchers and practitioners working on text mining and information extraction in these domains.
39
+
40
+ ## Dataset Structure
41
+
42
+ The dataset contains 39,427 named entities organized into 12 top-level categories with 136 labels in a tree structure. It includes entities related to blockchain names, consensus mechanisms, transaction capabilities, security and privacy, and ESG concepts.
43
+
44
+ ### Label ID
45
+ The label2id dictionary is:
46
+
47
+ ```python
48
+ {
49
+ "O": 0,
50
+ "B-Blockchain_Name": 1,
51
+ "I-Blockchain_Name": 2,
52
+ "B-Codebase": 3,
53
+ "I-Codebase": 4,
54
+ "B-Consensus": 5,
55
+ "I-Consensus": 6,
56
+ "B-ChargingAndRewardingSystem": 7,
57
+ "I-ChargingAndRewardingSystem": 8,
58
+ "B-ESG": 9,
59
+ "I-ESG": 10,
60
+ "B-Extensibility": 11,
61
+ "I-Extensibility": 12,
62
+ "B-Identifiers": 13,
63
+ "I-Identifiers": 14,
64
+ "B-Identity_Management": 15,
65
+ "I-Identity_Management": 16,
66
+ "B-Miscellaneous": 17,
67
+ "I-Miscellaneous": 18,
68
+ "B-Native_Currency_Tokenisation": 19,
69
+ "I-Native_Currency_Tokenisation": 20,
70
+ "B-Security_Privacy": 21,
71
+ "I-Security_Privacy": 22,
72
+ "B-Transaction_Capabilities": 23,
73
+ "I-Transaction_Capabilities": 24
74
+ }
75
+ ```
76
+
77
+ ## Dataset Creation
78
+
79
+ ### Curation Rationale
80
+
81
+ The dataset was created to address the scarcity of labeled NLP data for blockchain research, focusing on the intersection of DLT and ESG topics.
82
+
83
+ ### Source Data
84
+
85
+ #### Data Collection and Processing
86
+
87
+ The dataset was created by manually annotating 80 publicly available publications using the brat tool and argilla. The taxonomy framework from [Tasca and Tessone (2019)](https://ledger.pitt.edu/ojs/ledger/article/view/140) was extended to include ESG-related concepts.
88
+
89
+ #### Who are the source data producers?
90
+
91
+ The source data producers are the authors of the 80 academic publications that were annotated to create this dataset.
92
+
93
+ ### Annotations
94
+
95
+ #### Annotation process
96
+
97
+ The annotation process involved manual labeling using the brat tool and argilla, following an extended version of the [Tasca and Tessone (2019) taxonomy](https://ledger.pitt.edu/ojs/ledger/article/view/140). Inter-labeler consistency was improved through systematic processes and programmatic cleaning.
98
+
99
+ #### Who are the annotators?
100
+
101
+ The annotators are the research paper's authors and other collaborators involved in the project.
102
+
103
+ #### Personal and Sensitive Information
104
+
105
+ The dataset does not contain personal or sensitive information as it is based on publicly available academic publications.
106
+
107
+ ## Bias, Risks, and Limitations
108
+
109
+ ### Recommendations
110
+
111
+ Users should be aware of potential biases in the dataset due to the selection of source publications and the annotation process.
112
+
113
+ ## Glossary
114
+
115
+ - DLT: Distributed Ledger Technology
116
+ - ESG: Environmental, Social, and Governance
117
+ - NER: Named Entity Recognition
118
+
119
+ ## More Information
120
+
121
+ For more details about the dataset creation process and its applications, please refer to the associated research paper: https://arxiv.org/abs/2308.12420
122
+
123
+ ## Citation Information
124
+
125
+ ```
126
+ @misc{hernandez2024evolutionesgfocuseddltresearch,
127
+ title={Evolution of ESG-focused DLT Research: An NLP Analysis of the Literature},
128
+ author={Walter Hernandez and Kamil Tylinski and Alastair Moore and Niall Roche and Nikhil Vadgama and Horst Treiblmaier and Jiangbo Shangguan and Paolo Tasca and Jiahua Xu},
129
+ year={2024},
130
+ eprint={2308.12420},
131
+ archivePrefix={arXiv},
132
+ primaryClass={cs.IR},
133
+ url={https://arxiv.org/abs/2308.12420},
134
+ }
135
+ ```
136
+
137
+ ## Contributions
138
+ Thanks to [Ali Irzam Kathia](https://uk.linkedin.com/in/alikathia) for his contribution to labeling this dataset.