tchewik commited on
Commit
b52171f
1 Parent(s): 89cf304

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ pretty_name: RuSRL
5
+ ---
6
+ # Dataset Card for RuSRL
7
+
8
+
9
+ ## Dataset Summary
10
+
11
+ This dataset contains annotations of semantic frames and intra-frame syntax for 1500 Russian sentences.
12
+
13
+ ### Dataset Description
14
+
15
+ Each sentence is annotated with predicate-argument structures. Syntactic information is also provided for each frame.
16
+
17
+ ```
18
+ {
19
+ "sent_id": 1404,
20
+ "tokens": ["в", "такой", "ситуации", "основные", "метеоэлементы",
21
+ "-", "температура", ",", "влажность", ",", "давление", "-",
22
+ "претерпевают", "малые", "суточные", "изменения", "."],
23
+ "synt_head": [12, 2, 0, 4, 12, -1, 4, -1, 6, -1, 8, -1, -1, 15, 15, 12, -1],
24
+ "sem_head": [-1, -1, -1, -1, 12, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 12, -1],
25
+ "sem_role": ["_", "_", "_", "_", "субъект", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "предикат", "_"]
26
+ }
27
+ ```
28
+
29
+ - **Language:** Russian
30
+ - **Size:** 1500 sentences
31
+
32
+
33
+ ## Citation
34
+
35
+ **BibTeX:**
36
+
37
+ ```
38
+ @inproceedings{shelmanov2014methods,
39
+ title={Methods for semantic role labeling of Russian texts},
40
+ author={Shelmanov, AO and Smirnov, IV},
41
+ booktitle={Computational Linguistics and Intellectual Technologies: Papers from the Annual International Conference Dialogue},
42
+ volume={13},
43
+ number={20},
44
+ pages={607--620},
45
+ year={2014}
46
+ }
47
+ ```