File size: 1,797 Bytes
e14bd21
 
 
 
 
e78498d
e14bd21
e78498d
e14bd21
e78498d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ecfa6c2
e78498d
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: filtered
    path: Japanese-Roleplay-Dialogues-Filtered.jsonl
  - split: original
    path: Japanese-Roleplay-Dialogues-Original.jsonl
license: apache-2.0
task_categories:
- text-generation
language:
- ja
tags:
- roleplay
size_categories:
- 10K<n<100K
---

# Japanese-Roleplay-Dialogues

This is a dialogue corpus collected from Japanese role-playing forum (commonly known as "なりきりチャット(narikiri chat)"). Each record corresponds to a single thread.

For the `original` version, no filtering has been applied.

For the `filtered` version, the following filtering and cleaning conditions have been applied:
- If the number of unique `poster` types in the `posts` of each record is 1 or less, delete the entire record.
- If the length of the `posts` is 10 or less, delete the entire record.
- Normalize poster names by removing all whitespace characters (both full-width and half-width spaces).
- Retain only records where the top two posters account for 90\% or more of the total posts.
- Remove posts from posters outside the top two posters.
- Among the top two posters, neither should account for more than 60\% of their combined posts. (i.e., each of the top two posters should account for at least 40\% of their combined posts).
- Remove initial consecutive posts from the same poster until a different poster appears.
- Remove final consecutive posts from the same poster until a different poster appears.
- Merge consecutive posts from the same poster into a single post, separated by line breaks.

Not all dialogues are purely role-playing. Some records include initial discussions about the settings, or they may continue from other threads.

This dataset is intended for use in machine learning applications only.