Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Russian
ArXiv:
Libraries:
Datasets
Dask
License:
dsaveliev commited on
Commit
2c22fc0
·
verified ·
1 Parent(s): f516354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -79,8 +79,17 @@ The corpus is stored in XML files each for one document. Every field appears if
79
  ## Collection
80
  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.
81
 
 
 
 
 
 
 
 
 
 
82
  ## Citation
83
- 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).
84
 
85
  ```bibtex
86
  @ruslaw{saveliev2024russian,
 
79
  ## Collection
80
  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.
81
 
82
+ ## Usage
83
+ This dataset could be loaded in Python with [HF's Datasets library](https://huggingface.co/docs/datasets/index):
84
+ ```python
85
+ from datasets import load_dataset
86
+ dataset = load_dataset(<path-to-parquet-files>)
87
+ dataset['train'][0]['textIPS']. # first chunk of main texts variable
88
+ ```
89
+ For more information please see [Datasets' documentation](https://huggingface.co/docs/datasets/index).
90
+
91
  ## Citation
92
+ 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 (2024).
93
 
94
  ```bibtex
95
  @ruslaw{saveliev2024russian,