Datasets:

Languages:
Korean
ArXiv:
Tags:
art
License:
Soyoung commited on
Commit
9ecb9d5
1 Parent(s): f57cb5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -42,6 +42,7 @@ The entire documents were collected from an open-source database at https://db.i
42
  - <code style="color : red"> dataset.py </code> return processed dataset that can be easily applied to general NLP models.
43
  - For monolingual setting: *KoreanDataset*, *HanjaDataset*
44
  - For Bilingual setting: *JointDataset*
 
45
  - Sequence level (SL) is a unit of sequence length for extracting self-contained sub-texts without losing context information for each relation in the text. Each folder SL-k indicates that SL is k.
46
 
47
  # Dataset usages
 
42
  - <code style="color : red"> dataset.py </code> return processed dataset that can be easily applied to general NLP models.
43
  - For monolingual setting: *KoreanDataset*, *HanjaDataset*
44
  - For Bilingual setting: *JointDataset*
45
+ - <code style="color : red"> ner_map.json </code>, <code style="color : red"> label_map.json </code> is a mapping dictionary from label class to index.
46
  - Sequence level (SL) is a unit of sequence length for extracting self-contained sub-texts without losing context information for each relation in the text. Each folder SL-k indicates that SL is k.
47
 
48
  # Dataset usages