Harland commited on
Commit
3280a1a
·
verified ·
1 Parent(s): 3c50568

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -10,13 +10,13 @@ license: apache-2.0
10
 
11
  <div align="center">
12
 
13
- [![DCASE 2026](https://img.shields.io/badge/DCASE%202026-Task%205%20Dev%20Set-red.svg)](https://dcase.community/challenge2026/index#task5)
14
  [![Paper](https://img.shields.io/badge/Paper-ICLR%202026-b31b1b.svg)](https://arxiv.org/abs/2509.21060)
15
  [![Training Set](https://img.shields.io/badge/Training%20Set-AudioMCQ--StrongAC--GeminiCoT-yellow.svg)](https://huggingface.co/datasets/Harland/AudioMCQ-StrongAC-GeminiCoT)
16
 
17
  </div>
18
 
19
- This is the official **Development Set** for [DCASE 2026 Challenge Task 5: Audio-Dependent Question Answering (ADQA)](https://dcase.community/challenge2026/index#task5).
20
 
21
  The ADQA task focuses on addressing **"Textual Hallucination"** in Large Audio-Language Models (LALMs) — where models pass audio understanding benchmarks by relying on text prompts and internal linguistic priors rather than actual audio perception. ADQA introduces a rigorous evaluation framework using **Audio-Dependency Filtering (ADF)** to ensure questions cannot be answered through common sense or text-only reasoning.
22
 
@@ -96,10 +96,10 @@ This dataset is distributed under the **Apache-2.0** license.
96
  If you use this development set or participate in DCASE 2026 Task 5, please cite:
97
 
98
  ```bibtex
99
- @inproceedings{he2025audiomcq,
100
  title={Measuring Audio's Impact on Correctness: Audio-Contribution-Aware Post-Training of Large Audio Language Models},
101
- author={He, Haolin and others},
102
- booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
103
- year={2026}
104
  }
105
  ```
 
10
 
11
  <div align="center">
12
 
13
+ [![DCASE 2026 Task 5](https://img.shields.io/badge/DCASE%202026-Task%205%20Dev%20Set-red.svg)](https://dcase.community/challenge2026/task-audio-dependent-question-answering)
14
  [![Paper](https://img.shields.io/badge/Paper-ICLR%202026-b31b1b.svg)](https://arxiv.org/abs/2509.21060)
15
  [![Training Set](https://img.shields.io/badge/Training%20Set-AudioMCQ--StrongAC--GeminiCoT-yellow.svg)](https://huggingface.co/datasets/Harland/AudioMCQ-StrongAC-GeminiCoT)
16
 
17
  </div>
18
 
19
+ This is the official **Development Set** for [DCASE 2026 Challenge Task 5: Audio-Dependent Question Answering (ADQA)](https://dcase.community/challenge2026/task-audio-dependent-question-answering).
20
 
21
  The ADQA task focuses on addressing **"Textual Hallucination"** in Large Audio-Language Models (LALMs) — where models pass audio understanding benchmarks by relying on text prompts and internal linguistic priors rather than actual audio perception. ADQA introduces a rigorous evaluation framework using **Audio-Dependency Filtering (ADF)** to ensure questions cannot be answered through common sense or text-only reasoning.
22
 
 
96
  If you use this development set or participate in DCASE 2026 Task 5, please cite:
97
 
98
  ```bibtex
99
+ @article{he2025measuring,
100
  title={Measuring Audio's Impact on Correctness: Audio-Contribution-Aware Post-Training of Large Audio Language Models},
101
+ author={He, Haolin and Du, Xingjian and Sun, Renhe and Dai, Zheqi and Xiao, Yujia and Yang, Mingru and Zhou, Jiayi and Li, Xiquan and Liu, Zhengxi and Liang, Zining and others},
102
+ journal={arXiv preprint arXiv:2509.21060},
103
+ year={2025}
104
  }
105
  ```