Update README.md
Browse files
README.md
CHANGED
|
@@ -42,12 +42,12 @@ This paradigm begins with supervised fine-tuning on samples with weak audio cont
|
|
| 42 |
|
| 43 |
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).
|
| 44 |
|
| 45 |
-
### Input Format
|
| 46 |
|
| 47 |
The evaluation input prompt structure is:
|
| 48 |
|
| 49 |
```
|
| 50 |
-
[Question] Please choose the answer from the following options: [
|
| 51 |
```
|
| 52 |
|
| 53 |
### Example Usage
|
|
@@ -81,11 +81,11 @@ For detailed performance metrics and comparisons, please refer to our paper.
|
|
| 81 |
If you find this model useful in your research, please cite:
|
| 82 |
|
| 83 |
```bibtex
|
| 84 |
-
@
|
| 85 |
title={Measuring Audio's Impact on Correctness: Audio-Contribution-Aware Post-Training of Large Audio Language Models},
|
| 86 |
author={He, Haolin and others},
|
| 87 |
-
|
| 88 |
-
year={
|
| 89 |
}
|
| 90 |
```
|
| 91 |
|
|
|
|
| 42 |
|
| 43 |
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).
|
| 44 |
|
| 45 |
+
### Input Format (Updated on 2026-03-08)
|
| 46 |
|
| 47 |
The evaluation input prompt structure is:
|
| 48 |
|
| 49 |
```
|
| 50 |
+
[Question] Please choose the answer from the following options: ['Option1', 'Option2', 'Option3', 'Option4']. Output the final answer in <answer> </answer>.
|
| 51 |
```
|
| 52 |
|
| 53 |
### Example Usage
|
|
|
|
| 81 |
If you find this model useful in your research, please cite:
|
| 82 |
|
| 83 |
```bibtex
|
| 84 |
+
@inproceedings{he2025audiomcq,
|
| 85 |
title={Measuring Audio's Impact on Correctness: Audio-Contribution-Aware Post-Training of Large Audio Language Models},
|
| 86 |
author={He, Haolin and others},
|
| 87 |
+
booktitle={Proceedings of the International Conference on Learning Representations (ICLR)},
|
| 88 |
+
year={2026}
|
| 89 |
}
|
| 90 |
```
|
| 91 |
|