rawsh commited on
Commit
43b3d00
·
verified ·
1 Parent(s): b42a965

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  # Filtering
2
- 1) selected_incorrect: filter to Python3 family + WRONG_ANSWER; spool to tmp jsonl + collect problem_ids
3
  2) selected_accepted: keep first correct reference per problem_id in the above set
4
  3) verifiable: keep rows whose id is in the above set
5
- 4) Join & save Parquet with requested columns; apply final filters
6
 
7
  ```
8
  [Stage 1] selected_incorrect processed=18097 kept_after_filters=8363 unique_problem_ids=1778
 
1
  # Filtering
2
+ 1) selected_incorrect: filter to Python3 family + verdict == WRONG_ANSWER
3
  2) selected_accepted: keep first correct reference per problem_id in the above set
4
  3) verifiable: keep rows whose id is in the above set
5
+ 4) apply final filters: no interaction, input mode == stdio, executable.
6
 
7
  ```
8
  [Stage 1] selected_incorrect processed=18097 kept_after_filters=8363 unique_problem_ids=1778