OmniAICreator commited on
Commit
051cacb
1 Parent(s): 2006222

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -11,4 +11,16 @@ size_categories:
11
  - n<1K
12
  ---
13
 
14
- # Japanese-Roleplay
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - n<1K
12
  ---
13
 
14
+ # Japanese-Roleplay
15
+
16
+ This is a dialogue corpus collected from Japanese role-playing forum (commonly known as "なりきりチャット(narikiri chat)"). Each record corresponds to a single thread.
17
+
18
+ The following filtering and cleaning conditions have been applied:
19
+
20
+ - For all `post_content` in the `posts` of each record, remove response anchors.
21
+ - For all `post_content` in the `posts` of each record, delete posts where the `post_content` length is 10 characters or less.
22
+ - If the number of unique `poster` types in the `posts` of each record is 1 or less, delete the entire record.
23
+ - For the `posts` in each record, if the same `poster` appears consecutively, concatenate their `post_content` with line breaks and convert it into new data.
24
+ - If the number of unique `post_content` in the `posts` converted by the above processing is 10 or less, delete the entire record.
25
+
26
+ Not all dialogues are purely role-playing. Some records include initial discussions about the settings, or they may continue from other threads.