Align dataset card with VEFX-Bench v1.0

#2
by xiangbog - opened
Files changed (1) hide show
  1. README.md +71 -20
README.md CHANGED
@@ -12,42 +12,93 @@ size_categories:
12
  - n<1K
13
  ---
14
 
15
- # VEFX-Bench: Video Editing Quality Benchmark
 
 
16
 
17
  VEFX-Bench is a benchmark dataset for evaluating video editing model quality. It contains **300 original source videos** with editing instructions across **9 task categories**.
18
 
19
  ## Dataset Structure
20
 
21
  - `0000.mp4` through `0299.mp4`: 300 original source videos (720p)
22
- - `prompts.json`: Editing instructions indexed by video number
23
- - `benchmark_meta.json`: Metadata including category labels and filename mapping
24
 
25
  ## Usage
26
 
27
- 1. Download all 300 videos and `prompts.json`
28
- 2. Apply your video editing model following each prompt
29
- 3. Save edited videos as `0000.mp4` through `0299.mp4` (matching index)
30
- 4. Submit the zip to the [VEFX-Leaderboard](https://github.com/YOUR_ORG/VEFX-Leaderboard)
 
 
31
 
32
  ## Evaluation Dimensions
33
 
34
- - **IF (Instructional Following)**: How well the edit follows the instruction (1-4)
35
- - **RQ (Render Quality)**: Visual quality and temporal consistency (1-4)
36
- - **EE (Edit Exclusivity)**: Preservation of unrelated content (1-4)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ## Task Categories
39
 
 
 
40
  | Category | Count |
41
- |----------|-------|
42
- | Style Transfer | varies |
43
- | Object Manipulation | varies |
44
- | Background Change | varies |
45
- | Color/Lighting | varies |
46
- | Motion/Animation | varies |
47
- | Text/Overlay | varies |
48
- | Composition | varies |
49
- | Removal/Inpainting | varies |
50
- | Complex/Multi-step | varies |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
  ## Citation
53
 
 
12
  - n<1K
13
  ---
14
 
15
+ # VEFX-Bench v1.0: Video Editing Quality Benchmark
16
+
17
+ > **Frozen release:** VEFX-Bench v1.0 — frozen on 2026-08-03. The immutable data and evaluator identifiers are listed under [Reproducibility](#reproducibility).
18
 
19
  VEFX-Bench is a benchmark dataset for evaluating video editing model quality. It contains **300 original source videos** with editing instructions across **9 task categories**.
20
 
21
  ## Dataset Structure
22
 
23
  - `0000.mp4` through `0299.mp4`: 300 original source videos (720p)
24
+ - `prompts.json`: editing instructions indexed by video number
25
+ - `benchmark_meta.json`: the v1.0 manifest with category labels and filename mapping
26
 
27
  ## Usage
28
 
29
+ 1. Download the frozen v1.0 revision listed below.
30
+ 2. Apply your video editing model following each prompt.
31
+ 3. Save edited videos as `0000.mp4` through `0299.mp4` (matching index).
32
+ 4. Submit the zip to the [VEFX-Leaderboard](https://vefx-leaderboard.com/).
33
+
34
+ Public evaluator reference code is available in [VEFX-Code](https://huggingface.co/spaces/VEFX-Reward/VEFX-Code/tree/main).
35
 
36
  ## Evaluation Dimensions
37
 
38
+ - **IF (Instructional Following):** how well the edit follows the instruction (14)
39
+ - **RQ (Render Quality):** visual quality and temporal consistency (14)
40
+ - **EE (Edit Exclusivity):** preservation of unrelated content (14)
41
+
42
+ ## Overall and Aggregation Order
43
+
44
+ **Overall is the primary GeoAgg ranking metric; it is not the arithmetic average of IF, RQ, and EE.** For item \(j\), first normalize each soft dimension score to \([0,1]\):
45
+
46
+ \[
47
+ i_j=\frac{IF_j-1}{3},\qquad r_j=\frac{RQ_j-1}{3},\qquad e_j=\frac{EE_j-1}{3}.
48
+ \]
49
+
50
+ Then compute the item-level weighted geometric aggregate, with IF weighted twice:
51
+
52
+ \[
53
+ g_j=1+3\left(i_j^2r_je_j\right)^{1/4}.
54
+ \]
55
+
56
+ Finally, average the 300 item-level values:
57
+
58
+ \[
59
+ \mathrm{Overall}=\frac{1}{300}\sum_{j=1}^{300}g_j.
60
+ \]
61
+
62
+ Missing or failed items receive \(IF_j=RQ_j=EE_j=1\) before aggregation. This protocol is **mean of per-item GeoAgg**, not GeoAgg of the three dataset-level dimension means. The arithmetic mean of the three dimension averages may be shown separately as a diagnostic **Mean**, but it is not used for ranking.
63
 
64
  ## Task Categories
65
 
66
+ These names and counts are taken directly from the frozen `benchmark_meta.json` manifest.
67
+
68
  | Category | Count |
69
+ |---|---:|
70
+ | Attribute Editing | 33 |
71
+ | Camera Angle Editing | 34 |
72
+ | Camera Motion Editing | 33 |
73
+ | Creative Edit | 33 |
74
+ | Instance Editing | 33 |
75
+ | Instance Motion Editing | 33 |
76
+ | Quantity Editing | 34 |
77
+ | Style Editing | 34 |
78
+ | Visual Effect Editing | 33 |
79
+ | **Total** | **300** |
80
+
81
+ ## Reproducibility
82
+
83
+ | Artifact | Frozen identifier |
84
+ |---|---|
85
+ | Dataset revision | [`3bf997e7eb4fa0d0c2d56cce5ddfccc1dfbda235`](https://huggingface.co/datasets/xiangbog/VEFX-Bench/tree/3bf997e7eb4fa0d0c2d56cce5ddfccc1dfbda235) |
86
+ | `benchmark_meta.json` SHA-256 | `277d89f5cf23af4163fe6ee120654210f51d19c6dee2d3aa76a3248471d1f333` |
87
+ | Reward model revision | [`a15a8dbe1b3eb07ee0919e8de059f170436ec9ff`](https://huggingface.co/VEFX-Reward/VEFX-Reward-4B/tree/a15a8dbe1b3eb07ee0919e8de059f170436ec9ff) |
88
+ | `model.safetensors` SHA-256 | `c3c0d03f770f0a73631206821922213de75413bb517f7d7a2fd9ab1f2c38f59d` |
89
+
90
+ Download by immutable revision:
91
+
92
+ ```python
93
+ from huggingface_hub import snapshot_download
94
+
95
+ snapshot_download(
96
+ repo_id="xiangbog/VEFX-Bench",
97
+ repo_type="dataset",
98
+ revision="3bf997e7eb4fa0d0c2d56cce5ddfccc1dfbda235",
99
+ local_dir="./vefx_bench_v1",
100
+ )
101
+ ```
102
 
103
  ## Citation
104