nljubesi commited on
Commit
28bc63f
1 Parent(s): 8083316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -16,11 +16,13 @@ task_ids:
16
  - named-entity-recognition
17
 
18
  ---
19
- The dataset contains 6339 training samples, 815 validation samples and 785 test samples.
 
 
20
  Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
21
  list of tokens ('tokens'), list of normalised tokens ('norms'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
22
- list of Multext-East tags ('xpos\_tags), list of morphological features ('feats'),
23
- and list of IOB tags ('iob\_tags'), which are encoded as class labels.
24
 
25
  If you are using this dataset in your research, please cite the following paper:
26
 
16
  - named-entity-recognition
17
 
18
  ---
19
+ This dataset is based on 7,939 Croatian tweets that were segmented into sentences, tokens, and annotated with normalized forms, lemmas, MULTEXTEast tags (XPOS), UPOS tags and morphological features, and named entities.
20
+
21
+ The dataset contains 6339 training samples (tweets), 815 validation samples and 785 test samples.
22
  Each sample represents a sentence and includes the following features: sentence ID ('sent\_id'),
23
  list of tokens ('tokens'), list of normalised tokens ('norms'), list of lemmas ('lemmas'), list of UPOS tags ('upos\_tags'),
24
+ list of MULTEXT-East tags ('xpos\_tags), list of morphological features ('feats'),
25
+ and list of named entity IOB tags ('iob\_tags'), which are encoded as class labels.
26
 
27
  If you are using this dataset in your research, please cite the following paper:
28