Yinan Chen 1★ · Chuming Lin 2★ · Zhennan Chen 3 · Yuxiang Zeng 4 · Junwei Zhu 2 ·
14
69 commits
2 linked in READMEs
updated Jun 7, 2026

Yinan Chen 1★ · Chuming Lin 2★ · Zhennan Chen 3 · Yuxiang Zeng 4 · Junwei Zhu 2 · Yali Bi 1 · Xijie Huang 5 · Chengming Xu 2 · Donghao Luo 2 · Zhucun Xue 1 · Xiaobin Hu 6 · Chengjie Wang 2 · Yong Liu 1 · Jiangning Zhang 1,2 📧 · Shuicheng Yan 6
1 Zhejiang University 2 YouTu Lab, Tencent 3 Nanjing University 4 University of Auckland 5 Fudan University 6 National University of Singapore
JAVEdit-100k is the official dataset accompanying 🎞️ JAVEdit: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation.
While instruction-based video editing has progressed rapidly, joint audio–visual editing is still constrained by the absence of dedicated datasets and benchmarks. JAVEdit-100k is the first large-scale dataset for instruction-guided joint audio–visual editing, comprising approximately 103K human-centric editing triplets across five categories — Subject Editing, Background Editing, Subject Removal, Subject Addition, Speech Editing — all at 1280×720, 121 frames, 25 FPS, paired with free-form natural-language instructions.
This repository hosts both the full training set (~103K triplets, packed as multi-part archives) and JAVEditBench, a 150-sample human-aligned evaluation benchmark.
The repo is organized in two layers — a lightweight case preview for browsing, and the full archives for downloading the complete dataset.
| Folder | Editing Pipeline | What it contains |
|---|---|---|
background/ | Background Editing pipeline | A handful of cases sampled from the background editing pipeline |
person/ | Person Editing pipeline | Cases from the person-related pipeline (subject editing & addition) |
remove/ | Subject Removal pipeline | Cases from the subject removal pipeline |
talk/ | Speech Editing pipeline | Cases from the speech editing pipeline |
These four folders correspond to the four dedicated editing pipelines described in the paper. They are not the full data — each contains only a small number of triplets so you can quickly inspect what JAVEdit-100k looks like without downloading the full archives.
| File | Description |
|---|---|
source_videos.tar.gz | Source videos for the full ~103K triplets |
edit_videos.tar.gz.00, edit_videos.tar.gz.01, … | Edited videos, split into multiple parts due to size |
edit_instruction.tar.gz | Free-form natural-language editing instructions (visual + audio) paired with each triplet |
benchmark_videos.tar.gz | JAVEditBench source videos — 150 items / 147 unique .mp4 files (~437 MiB) |
The benchmark metadata CSV (benchmark_150.csv) is shipped together with the JAVEdit GitHub repo and is not mirrored here.

Source videos from OpenHumanVid, VIDGEN-1M, and VGGSound are processed in four stages:
background/, person/, remove/, talk/ folders above).JAVEdit-100k is the only dataset that jointly covers audio and visual editing with free-form natural-language instructions:
| Dataset | Scale | Audio | Instruction | Agent Control | Resolution | Frame Count |
|---|---|---|---|---|---|---|
| InsViE-1M | ~1M | ✘ | ✔ | ✘ | 1024×576 | 25 |
| Señorita-2M | ~2M | ✘ | ✔ | ✘ | 1984×1280 | 100 |
| Ditto-1M | ~1M | ✘ | ✔ | ✘ | 1280×720 | 101 |
| OpenVE-3M | ~3M | ✘ | ✔ | ✘ | 1280×720 | 65–129 |
| AVI-Edit | ~73K | ✔ | ✘ | ✘ | 1280×720 | ~240 |
| JAVEdit-100k (Ours) | ~103K | ✔ | ✔ | ✔ | 1280×720 | 121 |
Browse the four case folders directly in the Hugging Face web UI, or fetch them locally:
huggingface-cli download --repo-type dataset Coraxor/JAVEdit-100k \
--include "background/*" "person/*" "remove/*" "talk/*" \
--local-dir $YOUR_LOCAL_PATH
git clone https://github.com/RyanChenYN/JAVEdit.git
cd JAVEdit
huggingface-cli download --repo-type dataset \
Coraxor/JAVEdit-100k benchmark_videos.tar.gz \
--local-dir .
tar -xzf benchmark_videos.tar.gz
After extraction, benchmark_videos/ sits next to benchmark_150.csv (already in the GitHub repo). The CSV uses relative paths benchmark_videos/<name>.mp4, so the evaluation pipeline resolves paths automatically — no extra configuration needed.
# 1. Download every archive in this repo
huggingface-cli download --repo-type dataset --resume-download \
Coraxor/JAVEdit-100k --local-dir $YOUR_LOCAL_PATH
cd $YOUR_LOCAL_PATH
# 2. Reassemble the multi-part edited-videos archive and extract
cat edit_videos.tar.gz.* | tar -xzf -
# 3. Extract the rest
tar -xzf source_videos.tar.gz
tar -xzf edit_instruction.tar.gz
For slow networks, install hf_transfer and set HF_HUB_ENABLE_HF_TRANSFER=1 to accelerate downloading:
pip install hf_transfer
export HF_HUB_ENABLE_HF_TRANSFER=1
If you find JAVEdit useful for your research, please consider giving us a like ❤️ and a citation 📝:
@article{chen2026javedit,
title={JAVEdit: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation},
author={Chen, Yinan and Lin, Chuming and Chen, Zhennan and Zeng, Yuxiang and Zhu, Junwei and Bi, Yali and Huang, Xijie and Xu, Chengming and Luo, Donghao and Xue, Zhucun and Hu, Xiaobin and Wang, Chengjie and Liu, Yong and Zhang, Jiangning and Yan, Shuicheng},
journal={arXiv preprint arXiv:2606.03168},
year={2026}
}
yinan.chen@zju.edu.cn
69 commits
Yinan Chen 1★ · Chuming Lin 2★ · Zhennan Chen 3 · Yuxiang Zeng 4 · Junwei Zhu 2 ·
14
69 commits
2 linked in READMEs
updated Jun 7, 2026

Yinan Chen 1★ · Chuming Lin 2★ · Zhennan Chen 3 · Yuxiang Zeng 4 · Junwei Zhu 2 · Yali Bi 1 · Xijie Huang 5 · Chengming Xu 2 · Donghao Luo 2 · Zhucun Xue 1 · Xiaobin Hu 6 · Chengjie Wang 2 · Yong Liu 1 · Jiangning Zhang 1,2 📧 · Shuicheng Yan 6
1 Zhejiang University 2 YouTu Lab, Tencent 3 Nanjing University 4 University of Auckland 5 Fudan University 6 National University of Singapore
JAVEdit-100k is the official dataset accompanying 🎞️ JAVEdit: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation.
While instruction-based video editing has progressed rapidly, joint audio–visual editing is still constrained by the absence of dedicated datasets and benchmarks. JAVEdit-100k is the first large-scale dataset for instruction-guided joint audio–visual editing, comprising approximately 103K human-centric editing triplets across five categories — Subject Editing, Background Editing, Subject Removal, Subject Addition, Speech Editing — all at 1280×720, 121 frames, 25 FPS, paired with free-form natural-language instructions.
This repository hosts both the full training set (~103K triplets, packed as multi-part archives) and JAVEditBench, a 150-sample human-aligned evaluation benchmark.
The repo is organized in two layers — a lightweight case preview for browsing, and the full archives for downloading the complete dataset.
| Folder | Editing Pipeline | What it contains |
|---|---|---|
background/ | Background Editing pipeline | A handful of cases sampled from the background editing pipeline |
person/ | Person Editing pipeline | Cases from the person-related pipeline (subject editing & addition) |
remove/ | Subject Removal pipeline | Cases from the subject removal pipeline |
talk/ | Speech Editing pipeline | Cases from the speech editing pipeline |
These four folders correspond to the four dedicated editing pipelines described in the paper. They are not the full data — each contains only a small number of triplets so you can quickly inspect what JAVEdit-100k looks like without downloading the full archives.
| File | Description |
|---|---|
source_videos.tar.gz | Source videos for the full ~103K triplets |
edit_videos.tar.gz.00, edit_videos.tar.gz.01, … | Edited videos, split into multiple parts due to size |
edit_instruction.tar.gz | Free-form natural-language editing instructions (visual + audio) paired with each triplet |
benchmark_videos.tar.gz | JAVEditBench source videos — 150 items / 147 unique .mp4 files (~437 MiB) |
The benchmark metadata CSV (benchmark_150.csv) is shipped together with the JAVEdit GitHub repo and is not mirrored here.

Source videos from OpenHumanVid, VIDGEN-1M, and VGGSound are processed in four stages:
background/, person/, remove/, talk/ folders above).JAVEdit-100k is the only dataset that jointly covers audio and visual editing with free-form natural-language instructions:
| Dataset | Scale | Audio | Instruction | Agent Control | Resolution | Frame Count |
|---|---|---|---|---|---|---|
| InsViE-1M | ~1M | ✘ | ✔ | ✘ | 1024×576 | 25 |
| Señorita-2M | ~2M | ✘ | ✔ | ✘ | 1984×1280 | 100 |
| Ditto-1M | ~1M | ✘ | ✔ | ✘ | 1280×720 | 101 |
| OpenVE-3M | ~3M | ✘ | ✔ | ✘ | 1280×720 | 65–129 |
| AVI-Edit | ~73K | ✔ | ✘ | ✘ | 1280×720 | ~240 |
| JAVEdit-100k (Ours) | ~103K | ✔ | ✔ | ✔ | 1280×720 | 121 |
Browse the four case folders directly in the Hugging Face web UI, or fetch them locally:
huggingface-cli download --repo-type dataset Coraxor/JAVEdit-100k \
--include "background/*" "person/*" "remove/*" "talk/*" \
--local-dir $YOUR_LOCAL_PATH
git clone https://github.com/RyanChenYN/JAVEdit.git
cd JAVEdit
huggingface-cli download --repo-type dataset \
Coraxor/JAVEdit-100k benchmark_videos.tar.gz \
--local-dir .
tar -xzf benchmark_videos.tar.gz
After extraction, benchmark_videos/ sits next to benchmark_150.csv (already in the GitHub repo). The CSV uses relative paths benchmark_videos/<name>.mp4, so the evaluation pipeline resolves paths automatically — no extra configuration needed.
# 1. Download every archive in this repo
huggingface-cli download --repo-type dataset --resume-download \
Coraxor/JAVEdit-100k --local-dir $YOUR_LOCAL_PATH
cd $YOUR_LOCAL_PATH
# 2. Reassemble the multi-part edited-videos archive and extract
cat edit_videos.tar.gz.* | tar -xzf -
# 3. Extract the rest
tar -xzf source_videos.tar.gz
tar -xzf edit_instruction.tar.gz
For slow networks, install hf_transfer and set HF_HUB_ENABLE_HF_TRANSFER=1 to accelerate downloading:
pip install hf_transfer
export HF_HUB_ENABLE_HF_TRANSFER=1
If you find JAVEdit useful for your research, please consider giving us a like ❤️ and a citation 📝:
@article{chen2026javedit,
title={JAVEdit: Joint Audio-Visual Instruction-Guided Video Editing with Agentic Data Curation},
author={Chen, Yinan and Lin, Chuming and Chen, Zhennan and Zeng, Yuxiang and Zhu, Junwei and Bi, Yali and Huang, Xijie and Xu, Chengming and Luo, Donghao and Xue, Zhucun and Hu, Xiaobin and Wang, Chengjie and Liu, Yong and Zhang, Jiangning and Yan, Shuicheng},
journal={arXiv preprint arXiv:2606.03168},
year={2026}
}
yinan.chen@zju.edu.cn
69 commits