OmniAICreator commited on
Commit
ecfa6c2
1 Parent(s): e78498d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -28,6 +28,7 @@ For the `filtered` version, the following filtering and cleaning conditions have
28
  - If the length of the `posts` is 10 or less, delete the entire record.
29
  - Normalize poster names by removing all whitespace characters (both full-width and half-width spaces).
30
  - Retain only records where the top two posters account for 90\% or more of the total posts.
 
31
  - 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).
32
  - Remove initial consecutive posts from the same poster until a different poster appears.
33
  - Remove final consecutive posts from the same poster until a different poster appears.
 
28
  - If the length of the `posts` is 10 or less, delete the entire record.
29
  - Normalize poster names by removing all whitespace characters (both full-width and half-width spaces).
30
  - Retain only records where the top two posters account for 90\% or more of the total posts.
31
+ - Remove posts from posters outside the top two posters.
32
  - 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).
33
  - Remove initial consecutive posts from the same poster until a different poster appears.
34
  - Remove final consecutive posts from the same poster until a different poster appears.