File size: 3,907 Bytes
fc76a17
 
4b6048c
 
 
 
 
 
 
 
 
 
 
fc76a17
4b6048c
17b1774
4b6048c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a719fa9
4b6048c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea8cfa1
4b6048c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
---
license: apache-2.0
language:
- zh
tags:
- novel
- training
task_categories:
- text-classification
- text-generation
pretty_name: CNNovel125K
size_categories:
- 100K<n<1M
---

# Dataset Card for CNNovel125K

*The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.*

## Dataset Description

- **Homepage:** (TODO)
- **Repository:** <https://github.com/RyokoAI/BigKnow2022>
- **Paper:** N/A 
- **Leaderboard:** N/A
- **Point of Contact:** Ronsor/undeleted <ronsor@ronsor.com>

### Dataset Summary

CNNovel125K is a dataset composed of approximately 125,000 novels downloaded from the Chinese novel hosting site <http://ibiquw.com>.

### Supported Tasks and Leaderboards

This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.

* text-classification
* text-generation

### Languages

* Simplified Chinese

## Dataset Structure

### Data Instances

```json
{
  "text": "\n------------\n\n全部章节\n\n\n------------\n\n第一章 她肯定做梦呢!\n\n    HT国际大酒店总统套房。\n\n    清晨的第一缕阳光照射进圣地亚哥地板上,洒落在凌乱的床单上,突然地,床上睡的正熟的人睁开眼睛,
猛然惊醒!\n\n    ...",
  "meta": {
    "subset": "cnnovel.ibiquw",
    "id": "100067",
    "q": 0.9,
    "lang": "zh_cn",
    "title": "为爱入局:嫁给秦先生",
    "author": "奥德萨"
  }
}
{
  "text": "\n------------\n\n全部章节\n\n\n------------\n\n第1章:出狱就大婚\n\n    凉城第一监狱,大门缓缓打开,秦峰仰起头,贪婪的呼吸了一口空气。\n\n    三年了,终于又闻到了自由的味道。\n\n    他回过头,看着目
送他出来的那群人道:...",
  "meta": {
    "subset": "cnnovel.ibiquw",
    "id": "100059",
    "q": 0.9,
    "lang": "zh_cn",
    "title": "绝世弃婿",
    "author": "绷带怪"
  }
}
```

### Data Fields

* `text`: the actual novel text, all chapters
* `meta`: entry metadata
  * `subset`: dataset tag: `cnnovel.ibiquw`
  * `id`: novel ID
  * `q`: quality score, fixed at 0.9
  * `lang`: always `zh_cn` (Simplified Chinese)
  * `title`: novel title
  * `author`: novel author

### Data Splits

No splitting of the data was performed.

## Dataset Creation

### Curation Rationale

TODO

### Source Data

#### Initial Data Collection and Normalization

TODO

#### Who are the source language producers?

The authors of each novel.

### Annotations

#### Annotation process

Titles were collected alongside the novel text and IDs.

#### Who are the annotators?

There were no human annotators.

### Personal and Sensitive Information

The dataset contains only works of fiction, and we do not believe it contains any PII.

## Considerations for Using the Data

### Social Impact of Dataset

This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content in Chinese.
It may also be useful for other languages depending on your language model.

### Discussion of Biases

This dataset is composed of fictional works by various authors. Because of this fact, the contents of this dataset will reflect
the biases of those authors. Beware of stereotypes.

### Other Known Limitations

N/A

## Additional Information

### Dataset Curators

Ronsor Labs

### Licensing Information

Apache 2.0, for all parts of which Ronsor Labs or the Ryoko AI Production Committee may be considered authors. All other material is
distributed under fair use principles.

### Citation Information

```
@misc{ryokoai2023-bigknow2022,
  title         = {BigKnow2022: Bringing Language Models Up to Speed},
  author        = {Ronsor},
  year          = {2023},
  howpublished  = {\url{https://github.com/RyokoAI/BigKnow2022}},
}
```

### Contributions

Thanks to @ronsor (GH) for gathering this dataset.