Harland commited on
Commit
9c4d69c
·
0 Parent(s):

Initial commit: Upload AudioMCQ-Weak-To-Strong model

Browse files
.gitattributes ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
2
+ *.pt filter=lfs diff=lfs merge=lfs -text
3
+ *.json filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - audio
4
+ ---
5
+
6
+ # AudioMCQ-Weak-to-Strong
7
+
8
+ <div align="center">
9
+
10
+ [![arXiv](https://img.shields.io/badge/arXiv-2509.21060-b31b1b.svg)](https://arxiv.org/abs/2509.21060)
11
+ [![Dataset](https://img.shields.io/badge/🤗%20Dataset-AudioMCQ-blue)](https://huggingface.co/datasets/inclusionAI/AudioMCQ)
12
+ [![DCASE 2025](https://img.shields.io/badge/DCASE%202025-1st%20Place-gold.svg)](https://dcase.community/challenge2025/task-audio-question-answering-results)
13
+
14
+ </div>
15
+
16
+ ## Overview
17
+
18
+ This repository contains the **Weak-to-Strong** model checkpoint from our paper "Measuring Audio's Impact on Correctness: Audio-Contribution-Aware Post-Training of Large Audio Language Models". This model demonstrates state-of-the-art performance on audio question-answering benchmarks through our novel audio-contribution-aware post-training approach.
19
+
20
+ ## Training Paradigm
21
+
22
+ The **Weak-to-Strong** training paradigm follows a two-stage approach:
23
+
24
+ ```
25
+ Stage 1: SFT on weak audio-contribution data
26
+ Stage 2: GRPO (RL) on strong audio-contribution data
27
+ ```
28
+
29
+ This paradigm begins with supervised fine-tuning on samples with weak audio contribution (where visual or textual cues provide substantial information), then applies reinforcement learning on challenging strong audio-contribution samples to enhance audio-specific understanding capabilities.
30
+
31
+ ## Model Details
32
+
33
+ - **Base Model**: Qwen2.5-Omni
34
+ - **Training Data**: [AudioMCQ Dataset](https://huggingface.co/datasets/inclusionAI/AudioMCQ) (571k samples)
35
+ - **Training Stages**:
36
+ - Stage 1 (SFT): Weak audio-contribution subset
37
+ - Stage 2 (GRPO): Strong audio-contribution subset
38
+ - **System Prompt**: "You are an audio understanding model that answers multiple choice questions based on audio content."
39
+
40
+ ## Usage
41
+
42
+ Our model loading and usage methods are identical to those of Qwen2.5-Omni. Please refer to the [official documentation](https://github.com/QwenLM/Qwen2.5-Omni).
43
+
44
+ ### Input Format
45
+
46
+ The evaluation input prompt structure is:
47
+
48
+ ```
49
+ [Question] Please choose the answer from the following options: [''Option1'', ''Option2'', ''Option3'', ''Option4'']. Output the final answer in <answer> </answer>.
50
+ ```
51
+
52
+ ### Example Usage
53
+
54
+ ```python
55
+ # Load model following Qwen2.5-Omni documentation
56
+ # Apply system prompt: "You are an audio understanding model that answers multiple choice questions based on audio content."
57
+ # Format your question with the input structure above
58
+ ```
59
+
60
+ ## Performance
61
+
62
+ The Weak-to-Strong model achieves competitive performance across multiple benchmarks:
63
+
64
+ - **MMAU-test-mini**: Strong accuracy on general audio understanding
65
+ - **MMAR**: Robust performance on music understanding tasks
66
+ - **MMSU**: Solid results on speech understanding
67
+ - **Strong Audio-Contribution Splits**: Enhanced performance on challenging samples requiring deep audio understanding
68
+
69
+ For detailed performance metrics and comparisons, please refer to our paper.
70
+
71
+ ## Related Resources
72
+
73
+ - **AudioMCQ Dataset**: [https://huggingface.co/datasets/inclusionAI/AudioMCQ](https://huggingface.co/datasets/inclusionAI/AudioMCQ)
74
+ - **Mixed-to-Strong Checkpoint**: [https://huggingface.co/inclusionAI/AudioMCQ-Mixed-To-Strong](https://huggingface.co/inclusionAI/AudioMCQ-Mixed-To-Strong)
75
+ - **Paper**: [arXiv:2509.21060](https://arxiv.org/abs/2509.21060)
76
+ - **DCASE 2025 Challenge**: [http://dcase.community/challenge2025/](http://dcase.community/challenge2025/)
77
+
78
+ ## Citation
79
+
80
+ If you find this model useful in your research, please cite:
81
+
82
+ ```bibtex
83
+ @article{he2025audiomcq,
84
+ title={Measuring Audio's Impact on Correctness: Audio-Contribution-Aware Post-Training of Large Audio Language Models},
85
+ author={He, Haolin and others},
86
+ journal={arXiv preprint arXiv:2509.21060},
87
+ year={2025}
88
+ }
89
+ ```
90
+
91
+ ## Contact
92
+
93
+ - **Haolin He**: [harlandzzc@link.cuhk.edu.hk](mailto:harlandzzc@link.cuhk.edu.hk)
94
+
95
+ ## Acknowledgements
96
+
97
+ We thank the organizers of DCASE 2025 and the research community for their valuable feedback and support.
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e81a2cc3bd867a1217019eed202d1d8a07e1063ece716f22060dda14f6cc07d8
3
+ size 579
chat_template.jinja ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {% set audio_count = namespace(value=0) %}{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
2
+ You are a helpful assistant.<|im_end|>
3
+ {% endif %}<|im_start|>{{ message['role'] }}
4
+ {% if message['content'] is string %}{{ message['content'] }}<|im_end|>
5
+ {% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_bos|><|IMAGE|><|vision_eos|>{% elif content['type'] == 'audio' or 'audio' in content or 'audio_url' in content %}{% set audio_count.value = audio_count.value + 1 %}{% if add_audio_id %}Audio {{ audio_count.value }}: {% endif %}<|audio_bos|><|AUDIO|><|audio_eos|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_bos|><|VIDEO|><|vision_eos|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
6
+ {% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
7
+ {% endif %}
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ecb869394fd6257968ab5044c2da691b2da99b6c1a8dedf5e3fca4a602d09df
3
+ size 15303
generation_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f33605337b27f9386034250fe0c5dceb19c54759b69d1a4d226fefbc54cbe783
3
+ size 69
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce2af809b0d5104e43be063c8e1c0090abed3e1542d5179829b3dc52fc0a151c
3
+ size 4985055536
model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a18a93ee8b23096559e1002d2259d902d0caaff9b930cb70629a48642c2cdd5
3
+ size 4991496832
model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:622a3fbcf73c2a0dc66ddfb19d1973f866e7725525e99e6561b4abeaff2c4be4
3
+ size 4991496936
model-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce5f05fa112fbfcc2472b6c97c43bb2f84a8b9515dc93ec128f5fa7ef52ad62
3
+ size 4969489856
model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ac1e7daca22acb04383f454edd83826fee7c30cac603f2cc81431f5201b2f12
3
+ size 1527220552
model.safetensors.index.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89437e1f8d54819a994897ca7fcdc235f3d2b51fd310c8ebc73b0e1a2c50f447
3
+ size 233161
preprocessor_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47055ce61463ce143e9aab741d55c0aa520801a0a5d63be73c5b17cecb6bc69
3
+ size 667
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7fd39f5dc9ee37998c3ed04e3a3386989182a550064d2a2a9af16822cf22f4
3
+ size 833
spk_dict.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a05609b28f5d42b7b748f0f07592545c8f1f6885b9ae8fff64baf56e86b2a18
3
+ size 259544
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8441917e39ae0244e06d704b95b3124795cec478e297f9afac39ba670d7e9d99
3
+ size 11421870
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23ec41e1562bab95487376c350e16e72a1b5e1e14a33f88e3c212b17a57f72c1
3
+ size 5160
vocab.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca10d7e9fb3ed18575dd1e277a2579c16d108e32f27439684afa0e10b1440910
3
+ size 2776833