--- license: cc-by-nc-4.0 language: - ru tags: - legal - corpus pretty_name: ' RusLawOD ' size_categories: - 100M title of the document in the IPS Zakonodatelstvo. <-- Text parsed from the IPS Zakonodatelstvo --> text linked text text <-- CONLL_U morphosyntactic tagged text, cleaned --> ``` ## Metadata |Node| Attribute| Comment| N| Unique, n| Missing, %| |--- |--- |--- |---|---|---| |body| textIPS | the text of a legal act | 281413 | – | 0.9 | | |taggedtextips | Tagged text, CONLL-U |281413 | – | 0.9 | |meta| pravogovruNd | Internal ID, pravo.gov.ru |281413 | 281233 | 0 | | | issuedByIPS | Full name of a legal act (type + state body) | 281413 | 2021 | 0 | | | doc_typeIPS | Type of legal act | 281413 | 67 |0 | | | doc_author_normal_formIPS | Unified state body name | 281413 | 296 | 0.1 | | | docdateIPS | Date of official publication | 281413 | 10606 | 0 | | | docNumberIPS |Document number at signature | 281413 | 74927 | 0 | | | headingIPS | Title | 281413 | 226734 | 0 | | | signedIPS | Official who signed an act | 281413 | 1361 | 9. 8| | | statusIPS |Status |281413 |4 | 0 | | | actual_datetimeIPS |Dump date |281413 |279994 | 0.4 | | | actual_datetime_humanIPS |Dump date |281413 |115903 | 0.4 | | | is_widely_used | Flag for core acts | 281413 | 2 | 0 | | keywords | keywordsByIPS |key words |281413 |163766 | 18.9 | | reference | classifierByIPS | official classifier |281413 |124978 | 19.2 | ## Collection We queried the online Legislation of Russia service (pravo.gov.ru) base called "IPS Zakonodatelstvo Rossii" maintained by the Special Communications Service for the texts legislation and their metadata. Our web scraping took place in the period spanning 2017—2024 with the last data collection taking part in April, 2024. ## Usage This dataset could be loaded in Python with [HF's Datasets library](https://huggingface.co/docs/datasets/index): ```python from datasets import load_dataset dataset = load_dataset() dataset['train'][0]['textIPS']. # first chunk of main texts variable ``` For more information please see [Datasets' documentation](https://huggingface.co/docs/datasets/index). The dataset is published also at [GitHub](https://github.com/irlcode/RusLawOD) ## Citation If you use this corpus in your scientific work, please refer to: Saveliev, Denis, and Ruslan Kuchakov. "The Russian Legislative Corpus." arXiv preprint [arXiv:2406.04855](https://arxiv.org/abs/2406.04855) (2024). ```bibtex @ruslaw{saveliev2024russian, title={The Russian Legislative Corpus}, author={Saveliev, Denis and Kuchakov, Ruslan}, journal={arXiv preprint arXiv:2406.04855}, year={2024} } ```