Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ size_categories:
|
|
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
|
17 |
Then, consecutive utterances are collected and grouped together.
|
18 |
|
19 |
The code to reproduce this dataset is made available on GitHub: [globis-org/aozorabunko-exctractor](https://github.com/globis-org/aozorabunko-extractor).
|
|
|
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 surrounded by quotation mark pairs (`「」`) 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 |
The code to reproduce this dataset is made available on GitHub: [globis-org/aozorabunko-exctractor](https://github.com/globis-org/aozorabunko-extractor).
|