nljubesi commited on
Commit
58504ba
1 Parent(s): 80f212d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -16,11 +16,13 @@ task_ids:
16
  - named-entity-recognition
17
 
18
  ---
 
 
19
  The dataset contains 5462 training samples (tweets), 711 validation samples and 725 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 6,898 Serbian 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 5462 training samples (tweets), 711 validation samples and 725 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