Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
Distributed Ledger Technology
Blockchain
ESG
Named Entity Recognition
Environmental, Social, and Governance
License:
walterhernandez
commited on
Upload dataset
Browse files- README.md +87 -4
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,17 +1,100 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-4.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 |
- Environmental, Social, and Governance
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for ESG/DLT Named Entity Recognition Dataset
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-4.0
|
5 |
+
size_categories:
|
6 |
+
- 10K<n<100K
|
7 |
task_categories:
|
8 |
- token-classification
|
|
|
|
|
9 |
tags:
|
10 |
- Distributed Ledger Technology
|
11 |
- Blockchain
|
12 |
- ESG
|
13 |
- Named Entity Recognition
|
14 |
- Environmental, Social, and Governance
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: text
|
18 |
+
dtype: string
|
19 |
+
- name: input_ids
|
20 |
+
sequence: int64
|
21 |
+
- name: attention_mask
|
22 |
+
sequence: int64
|
23 |
+
- name: labels
|
24 |
+
sequence:
|
25 |
+
class_label:
|
26 |
+
names:
|
27 |
+
'0': O
|
28 |
+
'1': B-Blockchain_Name
|
29 |
+
'2': I-Blockchain_Name
|
30 |
+
'3': B-Codebase
|
31 |
+
'4': I-Codebase
|
32 |
+
'5': B-Consensus
|
33 |
+
'6': I-Consensus
|
34 |
+
'7': B-ChargingAndRewardingSystem
|
35 |
+
'8': I-ChargingAndRewardingSystem
|
36 |
+
'9': B-ESG
|
37 |
+
'10': I-ESG
|
38 |
+
'11': B-Extensibility
|
39 |
+
'12': I-Extensibility
|
40 |
+
'13': B-Identifiers
|
41 |
+
'14': I-Identifiers
|
42 |
+
'15': B-Identity_Management
|
43 |
+
'16': I-Identity_Management
|
44 |
+
'17': B-Miscellaneous
|
45 |
+
'18': I-Miscellaneous
|
46 |
+
'19': B-Native_Currency_Tokenisation
|
47 |
+
'20': I-Native_Currency_Tokenisation
|
48 |
+
'21': B-Security_Privacy
|
49 |
+
'22': I-Security_Privacy
|
50 |
+
'23': B-Transaction_Capabilities
|
51 |
+
'24': I-Transaction_Capabilities
|
52 |
+
- name: ner_tags
|
53 |
+
sequence:
|
54 |
+
class_label:
|
55 |
+
names:
|
56 |
+
'0': O
|
57 |
+
'1': B-Blockchain_Name
|
58 |
+
'2': I-Blockchain_Name
|
59 |
+
'3': B-Codebase
|
60 |
+
'4': I-Codebase
|
61 |
+
'5': B-Consensus
|
62 |
+
'6': I-Consensus
|
63 |
+
'7': B-ChargingAndRewardingSystem
|
64 |
+
'8': I-ChargingAndRewardingSystem
|
65 |
+
'9': B-ESG
|
66 |
+
'10': I-ESG
|
67 |
+
'11': B-Extensibility
|
68 |
+
'12': I-Extensibility
|
69 |
+
'13': B-Identifiers
|
70 |
+
'14': I-Identifiers
|
71 |
+
'15': B-Identity_Management
|
72 |
+
'16': I-Identity_Management
|
73 |
+
'17': B-Miscellaneous
|
74 |
+
'18': I-Miscellaneous
|
75 |
+
'19': B-Native_Currency_Tokenisation
|
76 |
+
'20': I-Native_Currency_Tokenisation
|
77 |
+
'21': B-Security_Privacy
|
78 |
+
'22': I-Security_Privacy
|
79 |
+
'23': B-Transaction_Capabilities
|
80 |
+
'24': I-Transaction_Capabilities
|
81 |
+
- name: tokens
|
82 |
+
sequence: string
|
83 |
+
- name: paper_name
|
84 |
+
dtype: string
|
85 |
+
- name: __index_level_0__
|
86 |
+
dtype: int64
|
87 |
+
splits:
|
88 |
+
- name: train
|
89 |
+
num_bytes: 108441309
|
90 |
+
num_examples: 5813
|
91 |
+
download_size: 11419998
|
92 |
+
dataset_size: 108441309
|
93 |
+
configs:
|
94 |
+
- config_name: default
|
95 |
+
data_files:
|
96 |
+
- split: train
|
97 |
+
path: data/train-*
|
98 |
---
|
99 |
|
100 |
# Dataset Card for ESG/DLT Named Entity Recognition Dataset
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39aa29b4d1a6ae5ee6eacb8ee0ddeba10b2ed574c339c0de59a408935a9932bc
|
3 |
+
size 11419998
|