--- license: cc-by-nc-4.0 language: - en task_categories: - text-generation tags: - video-editing - planning - verifier - benchmark pretty_name: RefineCut-Bench size_categories: - 1K/ (public source identifiers) music/ music_features.json (BPM, beat times, energy, duration for 499 tracks; no audio) trajectories/ normalized/.jsonl canonicalized multi-teacher trajectories (up to 3 steps x 4 branches) replayed/_replay.jsonl the same trajectories with per-branch verifier replay scores schemas/ constraint_ledger, editplan, refinepatch, timeline_ir, verifier_output JSON schemas docs/ metric definitions and the VES formula ``` ## Task record ```json {"task_id": "...", "task_type": "A", "task_subtype": "themed_montage", "brief": "...", "target_duration": 24.0, "constraint_ledger": [{"item_id": "...", "type": "must_keep_clip", "spec": {...}, "satisfied": false, "evidence": null}, ...], "clip_pool": ["clip_0001", ...], "structure": {...}, "canonical_id": "..."} ``` Constraint types: `must_keep_clip`, `must_exclude_clip`, `target_duration`, `duration_tolerance`, `pacing`, `transition_style`, `music_sync_bpm`, `music_sync_beat`, `must_open_with`, `must_close_with`, `no_repeat_within_seconds`, `max_repeats_per_clip`, `tag_inclusion`, `tag_exclusion`. An entry is a hard constraint when its spec admits a deterministic pass/fail test; softer entries earn graded credit through the fractional constraint-satisfaction rate. ## Evaluation protocol Closed loop with at most T=3 repair steps, greedy decoding, one fixed PatchPlanner prompt, and the frozen Common-100 list. `VES = 0.30 FinalCSR + 0.15 HardPass + 0.15 PASR + 0.15 ReqClipRecall + 0.10 DurationPass + 0.10 TimelineValidity + 0.05 NoRegression` (`docs/METRIC_DEFINITIONS.md`). VES is a protocol-specific executable-planning score; rendered video quality is evaluated separately. ## Sources and license Clips: Pexels (3,219), Panda-70M sample (3,990), Pixabay (255), OpenVid (100), and 5-30 s segments of non-game long videos (407); music features from FMA tracks. **Raw video and audio are not redistributed**; `clips/clips_meta/` gives the public source identifiers. Benchmark metadata, captions, ledgers, and trajectories: CC BY-NC 4.0; sources retain their original licenses. ## Citation ```bibtex @inproceedings{refinecut2026, title = {Plans You Can Check: Verifier-Grounded Learning of an Open-Weight Planner for Executable Video-Editing}, author = {Wang, Haoyu and Feng, Cheng and Bian, Liuyang and Huang, Ruiyang and Wei, Lei and Wen, Yafei and Chen, Xiaoxin and Tang, Xiaoying}, booktitle = {Proceedings of the 2026 Conference on Empirical Methods in Natural Language Processing}, year = {2026}, note = {to appear} } ```