Update readme.md
Browse files
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`.
|