File size: 2,281 Bytes
f4ec258
 
 
 
 
 
 
 
 
 
eea1422
 
 
 
 
 
 
f4ec258
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4feff46
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
language:
  - ru
size_categories:
  - 1K<n<10K
license: mit
task_categories:
  - summarization
  - text-generation
pretty_name: NEREL-bench
tags:
  - ner
  - nerel
  - named-entity-recognition
  - relation-extraction
  - entity-definition
  - relation-definition
dataset_info:
- config_name: entity_definition
  features:
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: true_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 20371299
    num_examples: 3483
  download_size: 1596565
  dataset_size: 20371299
- config_name: entity_recognition
  features:
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: true_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 844268
    num_examples: 80
  download_size: 184528
  dataset_size: 844268
- config_name: relation_definition
  features:
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: true_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 17860381
    num_examples: 3073
  download_size: 1372666
  dataset_size: 17860381
- config_name: relation_extraction
  features:
  - name: instruction
    dtype: string
  - name: context
    dtype: string
  - name: true_answer
    dtype: string
  splits:
  - name: test
    num_bytes: 16359739
    num_examples: 1456
  download_size: 951680
  dataset_size: 16359739
configs:
- config_name: entity_definition
  data_files:
  - split: test
    path: entity_definition/test-*
- config_name: entity_recognition
  data_files:
  - split: test
    path: entity_recognition/test-*
- config_name: relation_definition
  data_files:
  - split: test
    path: relation_definition/test-*
- config_name: relation_extraction
  data_files:
  - split: test
    path: relation_extraction/test-*
---

# NEREL-bench

## Dataset Description

- **Repository:** [HuggingFace Datasets](https://huggingface.co/datasets/bond005/NEREL_bench)
- **Original NEREL Paper:** [NEREL: A Russian Dataset with Nested Named Entities, Relations and Events](https://acl-bg.org/proceedings/2021/RANLP%202021/pdf/2021.ranlp-1.100.pdf)
- **Original NEREL GitHub:** [https://github.com/nerel-ds/NEREL](https://github.com/nerel-ds/NEREL)
- **Language:** Russian
- **License:** MIT