Datasets:

Languages:
Korean
ArXiv:
Tags:
art
License:
Soyoung commited on
Commit
da73fb2
1 Parent(s): 3f83e8e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ The entire documents were collected from an open-source database at https://db.i
53
  - <code style="color : red"> dataset.py </code> return processed dataset that can be easily applied to general NLP models.
54
  - For monolingual setting: *KoreanDataset*, *HanjaDataset*
55
  - For Bilingual setting: *JointDataset*
56
- - <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.
57
  - 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.
58
 
59
  # Dataset usages
 
53
  - <code style="color : red"> dataset.py </code> return processed dataset that can be easily applied to general NLP models.
54
  - For monolingual setting: *KoreanDataset*, *HanjaDataset*
55
  - For Bilingual setting: *JointDataset*
56
+ - <code style="color : red"> ner_map.json </code> and <code style="color : red"> label_map.json </code> are the mapping dictionaries from label classes to indexes.
57
  - 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.
58
 
59
  # Dataset usages