AgPerry commited on
Commit
c70cfc4
·
verified ·
1 Parent(s): d8b49a9

Add README

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ - video-text-to-text
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
+
10
+ # Video-R1-soft-filter-v2
11
+
12
+ **147,850 samples** from Video-R1-260k filtered using the complete Kelsey soft filter.
13
+
14
+ ## Filter Logic
15
+
16
+ Remove a sample only if **2+ models** can answer it text-only under circular evaluation.
17
+
18
+ | Model | Method | MCQ Coverage | Non-MCQ |
19
+ |-------|--------|-------------|---------|
20
+ | GPT-5-mini | Single-pass text-only | 263K (full) | ✅ |
21
+ | Qwen2.5-VL-7B | **4-perm circular eval** | 149,586 MCQ | pass@10 |
22
+ | Gemini 3.1 Pro | **3-perm circular eval** | 149,583 MCQ | direct eval (111K) |
23
+
24
+ ## Comparison
25
+
26
+ | Version | Qwen | Gemini | Kept |
27
+ |---------|------|--------|------|
28
+ | soft-filter (v1) | 2-perm | Pro 3-perm | 160,837 |
29
+ | **soft-filter-v2** | **4-perm** | Pro 3-perm | **147,850** |
30
+
31
+ ## Combination Breakdown
32
+
33
+ | GPT | Qwen | Gemini | Count | Action |
34
+ |-----|------|--------|-------|--------|
35
+ | N | N | N | 96,551 | **kept** |
36
+ | N | Y | N | 33,330 | **kept** |
37
+ | N | N | Y | 9,500 | **kept** |
38
+ | Y | N | N | 8,469 | **kept** |
39
+ | Y | Y | Y | 56,840 | removed |
40
+ | N | Y | Y | 42,329 | removed |
41
+ | Y | Y | N | 13,070 | removed |
42
+ | Y | N | Y | 2,982 | removed |
43
+
44
+ ## Stats
45
+
46
+ - **Total**: 147,850 (56.2% of 260k)
47
+ - **Video**: computed from source data
48
+ - **Source**: Video-R1-260k (263,071 samples)