--- license: mit task_categories: - feature-extraction language: - ru - en dataset_info: features: - name: task list: - name: content dtype: string - name: role dtype: string splits: - name: train num_bytes: 128401.6 num_examples: 120 - name: test num_bytes: 32100.4 num_examples: 30 download_size: 39264 dataset_size: 160502.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* --- The Central Bank of Russia (CBR) posts decisions on the registration of securities on its website. We are interested in bonds. The dataset consists of: instructions for the model (in English) plus the text of the decision (in Russian) from the CBR and a dictionary with keys and values from the text of the decisions UPD, Nov 26, 2024: Structure of the dataset has been changed: - 'train' and 'test' splits (80%/20%); - the task is to extract only securities numbers from the provided text; - output -> string (not a dictionary); - provided text is shorter