metadata
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
- Original NEREL Paper: NEREL: A Russian Dataset with Nested Named Entities, Relations and Events
- Original NEREL GitHub: https://github.com/nerel-ds/NEREL
- Language: Russian
- License: MIT