2
stars
2
commits
2
linked in READMEs
Dec 30, 2025
updated
We introduce JavisGPT, a multimodal LLM that can understand audiovisual inputs and simultaneously generate synchronized sounding videos in a unified model.
We also curate the JavisInst-Omni dataset to facilitate instruction-tuning for comprehension and generation on sounding videos.
JavisInst-Omni DatasetJavisInst-Omni is constructed to enable flexible and interleaved audio-video comprehension and generation, including: (1) audio comprehension, (2) image/video comprehension, (3) joint audio-video comprehension, and (4) joint audio-video generation.
The data sources come from various publicly available datasets, and we leverage GPT-4o to curate question-answer pairs to support multimodal instruction tuning.
For more details please refer to our paper.
First, download the dataset from huggingface:
huggingface-cli download --repo-type dataset JavisVerse/JavisInst-Omni --local-dir /path/to/JavisInst-Omni
Then, unzip the .zip files in each subset of the entire JavisInst-Omni dataset:
cd /path/to/JavisInst-Omni
# the raw `.zip` files will be deleted with the `--purge` flag
python unzip.py --purge
Data source and QA pairs are organized with the stage3_mm_it.json meta file.
In addition, we cannot release the source data of TAVGBench due to policy issues. Instead, the video_ids (formatted with {youtube_id}_{start_time}_{end_time}) are provided in TAVGBench/video_ids.txt, and users can refer to TAVGBench to download raw videos.
If you find JavisGPT is useful and use it in your project, please kindly cite:
@inproceedings{liu2025javisgpt,
title={JavisGPT: A Unified Multi-modal LLM for Sounding-Video Comprehension and Generation},
author={Kai Liu and Jungang Li and Yuchong Sun and Shengqiong Wu and jianzhang gao and Daoan Zhang and Wei Zhang and Sheng Jin and Sicheng Yu and Geng Zhan and Jiayi Ji and Fan Zhou and Liang Zheng and Shuicheng YAN and Hao Fei and Tat-Seng Chua},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
}
2 commits
2
stars
2
commits
2
linked in READMEs
Dec 30, 2025
updated
We introduce JavisGPT, a multimodal LLM that can understand audiovisual inputs and simultaneously generate synchronized sounding videos in a unified model.
We also curate the JavisInst-Omni dataset to facilitate instruction-tuning for comprehension and generation on sounding videos.
JavisInst-Omni DatasetJavisInst-Omni is constructed to enable flexible and interleaved audio-video comprehension and generation, including: (1) audio comprehension, (2) image/video comprehension, (3) joint audio-video comprehension, and (4) joint audio-video generation.
The data sources come from various publicly available datasets, and we leverage GPT-4o to curate question-answer pairs to support multimodal instruction tuning.
For more details please refer to our paper.
First, download the dataset from huggingface:
huggingface-cli download --repo-type dataset JavisVerse/JavisInst-Omni --local-dir /path/to/JavisInst-Omni
Then, unzip the .zip files in each subset of the entire JavisInst-Omni dataset:
cd /path/to/JavisInst-Omni
# the raw `.zip` files will be deleted with the `--purge` flag
python unzip.py --purge
Data source and QA pairs are organized with the stage3_mm_it.json meta file.
In addition, we cannot release the source data of TAVGBench due to policy issues. Instead, the video_ids (formatted with {youtube_id}_{start_time}_{end_time}) are provided in TAVGBench/video_ids.txt, and users can refer to TAVGBench to download raw videos.
If you find JavisGPT is useful and use it in your project, please kindly cite:
@inproceedings{liu2025javisgpt,
title={JavisGPT: A Unified Multi-modal LLM for Sounding-Video Comprehension and Generation},
author={Kai Liu and Jungang Li and Yuchong Sun and Shengqiong Wu and jianzhang gao and Daoan Zhang and Wei Zhang and Sheng Jin and Sicheng Yu and Geng Zhan and Jiayi Ji and Fan Zhou and Liang Zheng and Shuicheng YAN and Hao Fei and Tat-Seng Chua},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
}
2 commits