Update README.md
Browse files
README.md
CHANGED
|
@@ -10,13 +10,13 @@ license: apache-2.0
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
|
| 13 |
-
[](https://dcase.community/challenge2026/
|
| 14 |
[](https://arxiv.org/abs/2509.21060)
|
| 15 |
[](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/
|
| 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 |
-
@
|
| 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 |
-
|
| 103 |
-
year={
|
| 104 |
}
|
| 105 |
```
|
|
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
|
| 13 |
+
[](https://dcase.community/challenge2026/task-audio-dependent-question-answering)
|
| 14 |
[](https://arxiv.org/abs/2509.21060)
|
| 15 |
[](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 |
```
|