Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,159 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
tags:
|
6 |
+
- novel
|
7 |
+
- training
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
+
- text-generation
|
11 |
+
pretty_name: CNNovel125K
|
12 |
+
size_categories:
|
13 |
+
- 100K<n<1M
|
14 |
---
|
15 |
+
|
16 |
+
# Dataset Card for Syosetu711K
|
17 |
+
|
18 |
+
*The BigKnow2022 dataset and its subsets are not yet complete. Not all information here may be accurate or accessible.*
|
19 |
+
|
20 |
+
## Dataset Description
|
21 |
+
|
22 |
+
- **Homepage:** (TODO)
|
23 |
+
- **Repository:** <https://github.com/RyokoAI/BigKnow2022>
|
24 |
+
- **Paper:** N/A
|
25 |
+
- **Leaderboard:** N/A
|
26 |
+
- **Point of Contact:** Ronsor/undeleted <ronsor@ronsor.com>
|
27 |
+
|
28 |
+
### Dataset Summary
|
29 |
+
|
30 |
+
CNNovel125K is a dataset composed of approximately 125,000 novels downloaded from the Chinese novel hosting site <http://ibiquw.com>.
|
31 |
+
|
32 |
+
### Supported Tasks and Leaderboards
|
33 |
+
|
34 |
+
This dataset is primarily intended for unsupervised training of text generation models; however, it may be useful for other purposes.
|
35 |
+
|
36 |
+
* text-classification
|
37 |
+
* text-generation
|
38 |
+
|
39 |
+
### Languages
|
40 |
+
|
41 |
+
* Traditional Chinese
|
42 |
+
|
43 |
+
## Dataset Structure
|
44 |
+
|
45 |
+
### Data Instances
|
46 |
+
|
47 |
+
```json
|
48 |
+
{
|
49 |
+
"text": "\n------------\n\n全部章节\n\n\n------------\n\n第一章 她肯定做梦呢!\n\n HT国际大酒店总统套房。\n\n 清晨的第一缕阳光照射进圣地亚哥地板上,洒落在凌乱的床单上,突然地,床上睡的正熟的人睁开眼睛,
|
50 |
+
猛然惊醒!\n\n ...",
|
51 |
+
"meta": {
|
52 |
+
"subset": "cnnovel.ibiquw",
|
53 |
+
"id": "100067",
|
54 |
+
"q": 0.9,
|
55 |
+
"lang": "zh_cn",
|
56 |
+
"title": "为爱入局:嫁给秦先生",
|
57 |
+
"author": "奥德萨"
|
58 |
+
}
|
59 |
+
}
|
60 |
+
{
|
61 |
+
"text": "\n------------\n\n全部章节\n\n\n------------\n\n第1章:出狱就大婚\n\n 凉城第一监狱,大门缓缓打开,秦峰仰起头,贪婪的呼吸了一口空气。\n\n 三年了,终于又闻到了自由的味道。\n\n 他回过头,看着目
|
62 |
+
送他出来的那群人道:...",
|
63 |
+
"meta": {
|
64 |
+
"subset": "cnnovel.ibiquw",
|
65 |
+
"id": "100059",
|
66 |
+
"q": 0.9,
|
67 |
+
"lang": "zh_cn",
|
68 |
+
"title": "绝世弃婿",
|
69 |
+
"author": "绷带怪"
|
70 |
+
}
|
71 |
+
}
|
72 |
+
```
|
73 |
+
|
74 |
+
### Data Fields
|
75 |
+
|
76 |
+
* `text`: the actual novel text, all chapters
|
77 |
+
* `meta`: entry metadata
|
78 |
+
* `subset`: dataset tag: `cnnovel.ibiquw`
|
79 |
+
* `id`: novel ID
|
80 |
+
* `q`: quality score, fixed at 0.9
|
81 |
+
* `lang`: always `zh_cn` (Traditional Chinese)
|
82 |
+
* `title`: novel title
|
83 |
+
* `author`: novel author
|
84 |
+
|
85 |
+
### Data Splits
|
86 |
+
|
87 |
+
No splitting of the data was performed.
|
88 |
+
|
89 |
+
## Dataset Creation
|
90 |
+
|
91 |
+
### Curation Rationale
|
92 |
+
|
93 |
+
TODO
|
94 |
+
|
95 |
+
### Source Data
|
96 |
+
|
97 |
+
#### Initial Data Collection and Normalization
|
98 |
+
|
99 |
+
TODO
|
100 |
+
|
101 |
+
#### Who are the source language producers?
|
102 |
+
|
103 |
+
The authors of each novel.
|
104 |
+
|
105 |
+
### Annotations
|
106 |
+
|
107 |
+
#### Annotation process
|
108 |
+
|
109 |
+
Titles were collected alongside the novel text and IDs.
|
110 |
+
|
111 |
+
#### Who are the annotators?
|
112 |
+
|
113 |
+
There were no human annotators.
|
114 |
+
|
115 |
+
### Personal and Sensitive Information
|
116 |
+
|
117 |
+
The dataset contains only works of fiction, and we do not believe it contains any PII.
|
118 |
+
|
119 |
+
## Considerations for Using the Data
|
120 |
+
|
121 |
+
### Social Impact of Dataset
|
122 |
+
|
123 |
+
This dataset is intended to be useful for anyone who wishes to train a model to generate "more entertaining" content in Chinese.
|
124 |
+
It may also be useful for other languages depending on your language model.
|
125 |
+
|
126 |
+
### Discussion of Biases
|
127 |
+
|
128 |
+
This dataset is composed of fictional works by various authors. Because of this fact, the contents of this dataset will reflect
|
129 |
+
the biases of those authors. Beware of stereotypes.
|
130 |
+
|
131 |
+
### Other Known Limitations
|
132 |
+
|
133 |
+
N/A
|
134 |
+
|
135 |
+
## Additional Information
|
136 |
+
|
137 |
+
### Dataset Curators
|
138 |
+
|
139 |
+
Ronsor Labs
|
140 |
+
|
141 |
+
### Licensing Information
|
142 |
+
|
143 |
+
Apache 2.0, for all parts of which Ronsor Labs or the Ryoko AI Production Committee may be considered authors. All other material is
|
144 |
+
distributed under fair use principles.
|
145 |
+
|
146 |
+
### Citation Information
|
147 |
+
|
148 |
+
```
|
149 |
+
@misc{ryokoai2023-bigknow2022,
|
150 |
+
title = {BigKnow2022: Bringing Language Models Up to Speed},
|
151 |
+
author = {Ronsor},
|
152 |
+
year = {2023},
|
153 |
+
howpublished = {\url{https://github.com/RyokoAI/BigKnow2022}},
|
154 |
+
}
|
155 |
+
```
|
156 |
+
|
157 |
+
### Contributions
|
158 |
+
|
159 |
+
Thanks to @ronsor (GH) for gathering this dataset.
|