Papers › WavCaps: A ChatGPT-Assisted Weakly-Labelled Audio Captioning Dataset for...

WavCaps: A ChatGPT-Assisted Weakly-Labelled Audio Captioning Dataset for Audio-Language Multimodal Research

30 Mar 2023arXiv:2303.17395archive 2025-07-28

Xinhao Mei, Chutong Meng, Haohe Liu, Qiuqiang Kong, Tom Ko, Chengqi Zhao, Mark D. Plumbley, Yuexian Zou, Wenwu Wang

The advancement of audio-language (AL) multimodal learning tasks has been significant in recent years. However, researchers face challenges due to the costly and time-consuming collection process of existing audio-language datasets, which are limited in size. To address this data scarcity issue, we introduce WavCaps, the first large-scale weakly-labelled audio captioning dataset, comprising approximately 400k audio clips with paired captions. We sourced audio clips and their raw descriptions from web sources and a sound event detection dataset. However, the online-harvested raw descriptions are highly noisy and unsuitable for direct use in tasks such as automated audio captioning. To overcome this issue, we propose a three-stage processing pipeline for filtering noisy data and generating high-quality captions, where ChatGPT, a large language model, is leveraged to filter and transform raw descriptions automatically. We conduct a comprehensive analysis of the characteristics of WavCaps dataset and evaluate it on multiple downstream audio-language multimodal learning tasks. The systems trained on WavCaps outperform previous state-of-the-art (SOTA) models by a significant margin. Our aspiration is for the WavCaps dataset we have proposed to facilitate research in audio-language multimodal learning and demonstrate the potential of utilizing ChatGPT to enhance academic research. Our dataset and codes are available at https://github.com/XinhaoMei/WavCaps.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

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="2303.17395")

Code

Syntology Ran 0 of 12 code samples harvested from 2 repositories linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xinhaomei/wavcaps officialmentioned in papermentioned on GitHubpytorch report
gzhu06/cacophony mentioned on GitHubjaxMIT report
labbeti/aac-datasets mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 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.

12unverified

Licence: 0 of the 12 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ast_update_pretrained_parameters gzhu06/cacophony/src/caco/audio_models/mae.py community (archive-listed) unverified MIT (permissive) · 619e138b6c356681 · report
count_params gzhu06/cacophony/src/caco/load_model.py community (archive-listed) unverified MIT (permissive) · 935ad642c14e60f5 · report
create_position_ids_from_input_ids gzhu06/cacophony/src/caco/text_models/roberta_text_model.py community (archive-listed) unverified MIT (permissive) · 12a1bb1ff6ec7d06 · report
decode gzhu06/cacophony/src/caco/caco.py community (archive-listed) unverified MIT (permissive) · 131ab70b285d350e · report
get_audioset_mapping_cache_path labbeti/aac-datasets/src/aac_datasets/utils/audioset_mapping.py community (archive-listed) unverified MIT (permissive) · 558e8d8554f2f975 · report
get_sin_cos_pos_embed gzhu06/cacophony/src/caco/audio_models/mae.py community (archive-listed) unverified MIT (permissive) · 8ac516f37a509ac9 · report
load_audiomae gzhu06/cacophony/src/caco/load_model.py community (archive-listed) unverified MIT (permissive) · 1144ea63154654a4 · report
load_audioset_mapping labbeti/aac-datasets/src/aac_datasets/utils/audioset_mapping.py community (archive-listed) unverified MIT (permissive) · ca913bee7808fbc3 · report
load_audioset_name_to_idx labbeti/aac-datasets/src/aac_datasets/utils/audioset_mapping.py community (archive-listed) unverified MIT (permissive) · c1f4b5c3e3948f5f · report
load_caco gzhu06/cacophony/src/caco/load_model.py community (archive-listed) unverified MIT (permissive) · 062ce739f0119f15 · report
roberta_update_pretrained_parameters gzhu06/cacophony/src/caco/text_models/roberta_text_model.py community (archive-listed) unverified MIT (permissive) · 0068a7c10ff0707d · report
spectrogram_to_patches gzhu06/cacophony/src/eval/eval_caco_torch.py community (archive-listed) unverified MIT (permissive) · 93d588113f6aff52 · report

Tasks

Audio captioningEvent DetectionLanguage ModellingLarge Language ModelSound Event DetectionZero-Shot Environment Sound ClassificationZero-shot Audio ClassificationZero-shot Text to Audio Retrieval

Datasets

Introduced by this paper, per the archive.

WavCaps

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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