File size: 4,934 Bytes
5d4f797
a0e17ab
5d4f797
 
 
 
 
0fa88c5
 
 
5d4f797
0fa88c5
5d4f797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9150023
a0e17ab
5d4f797
9150023
5d4f797
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a0e17ab
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
125
126
127
128
129
130
131
132
133
134
135
---
license: cc-by-4.0
task_categories:
- token-classification
language:
- en
tags:
- Distributed Ledger Technology
- Blockchain
- ESG
- Named Entity Recognition
- Environmental, Social, and Governance
size_categories:
- 10K<n<100K
---

# Dataset Card for ESG/DLT Named Entity Recognition Dataset

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.

## Dataset Details

### Dataset Description

- **Curated by:** Walter Hernandez Cruz, Kamil Tylinski, Ali Irzam Kathia, Alastair Moore, Niall Roche, Nikhil Vadgama, Horst Treiblmaier, Jiangbo Shangguan, Jiahua Xu, Paolo Tasca
- **Language(s) (NLP):** English
- **Number of Entity:** 12
- **Entity Types:** `Blockchain Name`, `Consensus`, `Identifiers`, `Security Privacy`, `ESG`, `Transaction Capabilities`, `ChargingAndRewardingSystem`, `Extensibility`, `Identity Management`, `Native Currency Tokenisation`, `Native Currency Tokenisation`, `Miscellaneous`
- **License:** CC BY-NC 4.0


### Dataset Sources

- **Repository:** https://github.com/dlt-science/ESG-DLT-LitReview
- **Paper:** https://arxiv.org/abs/2308.12420

## Use

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.

## Dataset Structure

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.

### Label ID
The label2id dictionary is:

```python
    {
        "O": 0,
        "B-Blockchain_Name": 1,
        "I-Blockchain_Name": 2,
        "B-Codebase": 3,
        "I-Codebase": 4,
        "B-Consensus": 5,
        "I-Consensus": 6,
        "B-ChargingAndRewardingSystem": 7,
        "I-ChargingAndRewardingSystem": 8,
        "B-ESG": 9,
        "I-ESG": 10,
        "B-Extensibility": 11,
        "I-Extensibility": 12,
        "B-Identifiers": 13,
        "I-Identifiers": 14,
        "B-Identity_Management": 15,
        "I-Identity_Management": 16,
        "B-Miscellaneous": 17,
        "I-Miscellaneous": 18,
        "B-Native_Currency_Tokenisation": 19,
        "I-Native_Currency_Tokenisation": 20,
        "B-Security_Privacy": 21,
        "I-Security_Privacy": 22,
        "B-Transaction_Capabilities": 23,
        "I-Transaction_Capabilities": 24
    }
```

## Dataset Creation

### Curation Rationale

The dataset was created to address the scarcity of labeled NLP data for blockchain research, focusing on the intersection of DLT and ESG topics.

### Source Data

#### Data Collection and Processing

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.

### Annotations

#### Annotation process

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.

#### Who are the annotators?

The annotators are the research paper's authors and other collaborators involved in the project.

#### Personal and Sensitive Information

The dataset does not contain personal or sensitive information as it is based on publicly available academic publications.

## Bias, Risks, and Limitations

### Recommendations

Users should be aware of potential biases in the dataset due to the selection of source publications and the annotation process.

## Glossary

- DLT: Distributed Ledger Technology
- ESG: Environmental, Social, and Governance
- NER: Named Entity Recognition

## More Information

For more details about the dataset creation process and its applications, please refer to the associated research paper: https://arxiv.org/abs/2308.12420

## Citation Information 

```
@misc{hernandez2024evolutionesgfocuseddltresearch,
      title={Evolution of ESG-focused DLT Research: An NLP Analysis of the Literature}, 
      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},
      year={2024},
      eprint={2308.12420},
      archivePrefix={arXiv},
      primaryClass={cs.IR},
      url={https://arxiv.org/abs/2308.12420}, 
}
```

## Contributions
Thanks to [Ali Irzam Kathia](https://uk.linkedin.com/in/alikathia) for his contribution to labeling this dataset.