ezio007 commited on
Commit
4717b82
·
verified ·
1 Parent(s): d79c4c7

Update readme.md

Browse files
Files changed (1) hide show
  1. readme.md +1 -0
readme.md CHANGED
@@ -19,6 +19,7 @@ The dataset contains content associated with the following tags:
19
  ### Data Collection
20
  - Questions and **only their accepted answers** were extracted.
21
  - Data was filtered to include **exactly one entry per Question ID**.
 
22
 
23
  ### Data Cleaning & Preprocessing
24
  - **Exact deduplication** was performed based on `question_id`.
 
19
  ### Data Collection
20
  - Questions and **only their accepted answers** were extracted.
21
  - Data was filtered to include **exactly one entry per Question ID**.
22
+ - Filtered Question and Answer Quality (q_score>5 && a_score>10)
23
 
24
  ### Data Cleaning & Preprocessing
25
  - **Exact deduplication** was performed based on `question_id`.