File size: 1,108 Bytes
08447db
 
 
 
 
 
 
3865c21
 
0bfa623
 
3865c21
 
 
 
 
 
b12ce04
 
3865c21
b12ce04
3865c21
b12ce04
 
3865c21
 
 
 
 
 
 
08447db
 
0e87347
 
f0285ef
0e87347
 
 
f0285ef
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
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: 129602.9798657718
    num_examples: 119
  - name: test
    num_bytes: 32673.020134228187
    num_examples: 30
  download_size: 41756
  dataset_size: 162276.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, Dec 1, 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
- duplicates deleted