nljubesi commited on
Commit
eeb6fc7
1 Parent(s): 24607de

Citing information added

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -17,13 +17,34 @@ task_ids:
17
 
18
  ---
19
 
20
- SETimes\_sr is a Serbian dataset annotated for morphosyntactic information and named entities.
21
 
22
  The dataset contains 3177 training samples, 395 validation samples and 319 test samples
23
  across the respective data splits. Each sample represents a sentence and includes the following features:
24
  sentence ID ('sent\_id'), sentence text ('text'), list of tokens ('tokens'), list of lemmas ('lemmas'),
25
- list of Multext-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'),
26
  list of morphological features ('feats'), list of IOB tags ('iob\_tags') and list of universal dependencies ('uds').
27
 
28
  Three dataset configurations are available, namely 'ner', 'upos', and 'ud', with the corresponding features
29
- encoded as class labels. If the configuration is not specified, it defaults to 'ner'.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ---
19
 
20
+ The SETimes\_sr training corpus contains 86,726 Serbian tokens manually annotated on the levels of tokenisation, sentence segmentation, morphosyntactic tagging, lemmatisation, named entities and dependency syntax.
21
 
22
  The dataset contains 3177 training samples, 395 validation samples and 319 test samples
23
  across the respective data splits. Each sample represents a sentence and includes the following features:
24
  sentence ID ('sent\_id'), sentence text ('text'), list of tokens ('tokens'), list of lemmas ('lemmas'),
25
+ list of MULTEXT-East tags ('xpos\_tags), list of UPOS tags ('upos\_tags'),
26
  list of morphological features ('feats'), list of IOB tags ('iob\_tags') and list of universal dependencies ('uds').
27
 
28
  Three dataset configurations are available, namely 'ner', 'upos', and 'ud', with the corresponding features
29
+ encoded as class labels. If the configuration is not specified, it defaults to 'ner'.
30
+
31
+ If you use this dataset in your research, please cite the following paper:
32
+
33
+ ```
34
+ @inproceedings{samardzic-etal-2017-universal,
35
+ title = "{U}niversal {D}ependencies for {S}erbian in Comparison with {C}roatian and Other {S}lavic Languages",
36
+ author = "Samard{\v{z}}i{\'c}, Tanja and
37
+ Starovi{\'c}, Mirjana and
38
+ Agi{\'c}, {\v{Z}}eljko and
39
+ Ljube{\v{s}}i{\'c}, Nikola",
40
+ booktitle = "Proceedings of the 6th Workshop on {B}alto-{S}lavic Natural Language Processing",
41
+ month = apr,
42
+ year = "2017",
43
+ address = "Valencia, Spain",
44
+ publisher = "Association for Computational Linguistics",
45
+ url = "https://aclanthology.org/W17-1407",
46
+ doi = "10.18653/v1/W17-1407",
47
+ pages = "39--44",
48
+ abstract = "The paper documents the procedure of building a new Universal Dependencies (UDv2) treebank for Serbian starting from an existing Croatian UDv1 treebank and taking into account the other Slavic UD annotation guidelines. We describe the automatic and manual annotation procedures, discuss the annotation of Slavic-specific categories (case governing quantifiers, reflexive pronouns, question particles) and propose an approach to handling deverbal nouns in Slavic languages.",
49
+ }
50
+ ```