Papers › Crayotter: Learning Long-Horizon Video Editing Agents via Group-Relative Preference...

Crayotter: Learning Long-Horizon Video Editing Agents via Group-Relative Preference Backpropagation

3 Aug 2026arXiv:2608.02694added by Syntology

Lecheng Yan, Jianze Lin, Yichong Zhang, Ben Pan, Wenxi Li, Chenyang Lyu, Liting Zhou, Cathal Gurrin

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Long-horizon video editing agents receive final-product feedback only after many interdependent decisions. Yet editing quality is subjective, admits multiple valid solutions, and is not meaningfully calibrated across heterogeneous requests, making a global scalar objective both ambiguous and temporally uninformative. Our key observation is that fixing the request, materials, and production constraints converts this subjective objective into an ordinal comparison among directly comparable alternatives. We introduce Group-Relative Preference Backpropagation (GRPB), which transforms same-task rankings into zero-sum advantages and redistributes them as bounded credit over semantic editing segments. A lagged allocator and guarded transmission prevent current judgments or unreliable estimates from directly shaping the same rollout group. We manually construct a project-disjoint, horizon-stratified suite of realistic editing tasks for training and controlled evaluation. Across matched baselines, credit interventions, external benchmarking, and blinded human evaluation, GRPB improves both editing behavior and rendered products. The resulting 9B Crayotter model surpasses several proprietary systems on AgenticVBench, supporting task-local preference reduction as a practical approach to learning from subjective, delayed outcomes. Code and all supporting materials are publicly available at https://github.com/idwts/Crayotter.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.02694")

Code

Syntology Ran 18 of 27 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 5 ran · honoured contract; 1 ran · violated contract; 8 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 27 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

idwts/Crayotter found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

27 samples harvested; 18 ran; 5 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran · honoured contract
1ran · violated contract
8ran · our draft was wrong
1ran · fixture could not drive it
3ran
9unverified

Licence: 27 of the 27 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from idwts/Crayotter. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

OnlinePairwiseSegmentAllocator idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran licence not identified · pointer only · a4dcb85fd45127af · report
_as_dict idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 8ad00e12501b9987 · report
_as_list idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong fingerprinted licence not identified · pointer only · b9b4b9c57246fdf2 · report
_bounded_score_allocation idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 5008331a13be8e52 · report
_build_training_pairs idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 2cb66fdef35b80c5 · report
_env_bool idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · violated contract licence not identified · pointer only · c9dd31cad9a4a88c · report
_env_float idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · 2964df1defb79bf9 · report
_env_int idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · fc086199cfe615d5 · report
_finite_float idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · d2ee2647e1faf2fc · report
_judge_score idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · honoured contract licence not identified · pointer only · 9e41fe9e6babf5fe · report
_mean_feature_maps idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 269774bb2e8abc2f · report
_preference_variant idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran licence not identified · pointer only · 294540df100bb4c8 · report
_quantize_conserved_allocations idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · b1a4832294d36972 · report
_relative_rank_advantages idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · 405b8be3883c014d · report
_request_text idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · d2c0413067caa0ce · report
_state_path idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran licence not identified · pointer only · 6abc17091e2a2540 · report
_uncapped_score_allocation idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · our draft was wrong licence not identified · pointer only · 4a6b2cecd028ecad · report
_uniform_allocation idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology ran · honoured contract fingerprinted licence not identified · pointer only · cffe0640f6a1089a · report
_append_metrics idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 869b027bbfbc7df4 · report
_apply_group_rank_advantage idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 6c5f592fc411a298 · report
_eligible_groups idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · aa2df9a4006be44b · report
_preference_segment_records idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 98d9325414243f55 · report
_preference_training_feature_maps idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 597d0a400721096e · report
_request_match idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 2c0de219ed6d9350 · report
_segment_features idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 8876f2da12b2b31a · report
_update_allocator_from_pairs idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · 5feddaaf2924943b · report
annotate_group_relative_preference_credit idwts/Crayotter/phase3_rl/preference_credit.py found in paper text by Syntology unverified licence not identified · pointer only · f858c5b08c6f3dd4 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.02694, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections