akeyhero commited on
Commit
8111a6f
1 Parent(s): f5b34d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - text-generation
5
+ - text-classification
6
+ language:
7
+ - ja
8
+ size_categories:
9
+ - 100K<n<1M
10
  ---
11
+
12
+ # Overview
13
+ This dataset is of conversations extracted from [Aozora Bunko (青空文庫)](https://www.aozora.gr.jp/), which collects public-domain books in Japan, using a simple heuristic approach.
14
+
15
+ # Method
16
+ First, lines with only quotation marks (`「」`) are extracted as utterances from the `text` field of [globis-university/aozorabunko-clean](https://huggingface.co/datasets/globis-university/aozorabunko-clean).
17
+ Then, consecutive utterances are collected and grouped together.
18
+
19
+ # Notice
20
+ As the conversations are extracted using a simple heuristic, a certain amount of the data may actually be monologues.
21
+
22
+ # Tips
23
+ If you prefer to employ only modern Japanese, you can filter entries with: `row["meta"]["文字遣い種別"] == "新字新仮名"`.
24
+
25
+ # License
26
+ CC BY 4.0