KISTI-AIDATA commited on
Commit
19ba10b
·
verified ·
1 Parent(s): f187a8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: cc-by-nc-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-3.0
3
+ ---
4
+ # 참고문헌 메타 추출 데이터(Extraction data from reference metadata)
5
+
6
+ ## Outline
7
+ - The corpus for extracting metadata from multilingual journal references.
8
+ - The corpus contains the tokens of reference string with IOB labels corresponding to metadata field types.
9
+ - The file named as “automatic_inspection_data(train_set).txt” was constructed through the fully automatic inspection process. It contains a total of 3,680,620 labeled references, and was used as training set for training our BERT-based parsing model in our study.
10
+ - The file named as “manual_insepction_data_(validation_set).txt” was developed through the manual inspection process by several annotators. It contains a total of 63,878 labeled references, and was used as validation set.
11
+ - The file named as “manual_inspection_data_(test_set).txt” was built through the manual inspection process. It contains a total of 71,489 labeled references, and was used as test set.
12
+ In the files, each reference is separated by a newline character. In each first line of references, a unique identifier and language type are listed.
13
+
14
+ ## Data format(TXT)
15
+ - CoNLL 2002 Format, https://paperswithcode.com/dataset/conll-2002
16
+
17
+ ![docimage4](https://github.com/user-attachments/assets/4715824c-c4d4-4456-bb63-7652f0fe13ce)
18
+
19
+ ## Data statistics
20
+ - Number of labeled references: 3,815,987
21
+
22
+ ## Data download
23
+ http://doi.org/10.23057/47
24
+
25
+ ## License
26
+ CC BY-NC
27
+ <br>(Copyright Holder : Korea Institute of Science and Technology Information)