license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: ID
dtype: int64
- name: Title
dtype: string
- name: Author
dtype: string
- name: Summary
dtype: string
- name: Full Text
dtype: string
splits:
- name: train
num_bytes: 722579662
num_examples: 1271
- name: test
num_bytes: 97561270
num_examples: 142
download_size: 284047544
dataset_size: 820140932
task_categories:
- summarization
language:
- ru
tags:
- book
- literature
- summarization
- summ
size_categories:
- 1K<n<10K
Books Summarization RU Dataset
Описание на русском
Этот датасет представляет собой коллекцию из более чем 1400 книг различных жанров и тем, включая полные тексты и составленные вручную краткие содержания. Датасет охватывает широкий спектр литературы по размеру и тематике, предоставляя ценную информацию и материалы для анализа. Планируется дополнить датасет научными и медицинскими статьями для еще большей полноты и разнообразия.
- Источник краткого содержания: briefly.ru
- Источник полного текста: royallib.com
- Лицензия: MIT
- GITHUB: https://github.com/slon-hk
Структура данных
ID
: Идентификатор книги (int64)Title
: Название книги (string)Author
: Автор книги (string)Summary
: Краткое содержание (string)Full Text
: Полный текст (string)
Description in English
This dataset is a collection of over 1400 books of various genres and topics, including full texts and human-compiled summaries. The dataset covers a wide range of literature in terms of size and theme, providing valuable information and materials for analysis. There are plans to include scientific and medical articles to further enhance the dataset's comprehensiveness and diversity.
- Summary Source: briefly.ru
- Full Text Source: royallib.com
- License: MIT
- GITHUB: https://github.com/slon-hk
Data Structure
ID
: Book identifier (int64)Title
: Book title (string)Author
: Book author (string)Summary
: Book summary (string)Full Text
: Full text (string)