RuSRL / README.md
tchewik's picture
Create README.md
b52171f
|
raw
history blame
No virus
1.38 kB
---
language:
- ru
pretty_name: RuSRL
---
# Dataset Card for RuSRL
## Dataset Summary
This dataset contains annotations of semantic frames and intra-frame syntax for 1500 Russian sentences.
### Dataset Description
Each sentence is annotated with predicate-argument structures. Syntactic information is also provided for each frame.
```
{
"sent_id": 1404,
"tokens": ["в", "такой", "ситуации", "основные", "метеоэлементы",
"-", "температура", ",", "влажность", ",", "давление", "-",
"претерпевают", "малые", "суточные", "изменения", "."],
"synt_head": [12, 2, 0, 4, 12, -1, 4, -1, 6, -1, 8, -1, -1, 15, 15, 12, -1],
"sem_head": [-1, -1, -1, -1, 12, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 12, -1],
"sem_role": ["_", "_", "_", "_", "субъект", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "предикат", "_"]
}
```
- **Language:** Russian
- **Size:** 1500 sentences
## Citation
**BibTeX:**
```
@inproceedings{shelmanov2014methods,
title={Methods for semantic role labeling of Russian texts},
author={Shelmanov, AO and Smirnov, IV},
booktitle={Computational Linguistics and Intellectual Technologies: Papers from the Annual International Conference Dialogue},
volume={13},
number={20},
pages={607--620},
year={2014}
}
```