File size: 2,814 Bytes
ac71131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31c56db
 
 
 
 
 
 
 
 
 
 
ac71131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31c56db
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
---
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](https://briefly.ru)
- **Источник полного текста**: [royallib.com](https://royallib.com)
- **Лицензия**: MIT
- **GITHUB**: [https://github.com/slon-hk](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](https://briefly.ru)
- **Full Text Source**: [royallib.com](https://royallib.com)
- **License**: MIT
- **GITHUB**: [https://github.com/slon-hk](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)