Harland commited on
Commit
b113411
·
verified ·
1 Parent(s): fa36ed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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: ["Option1", "Option2", "Option3", "Option4"]. Output the final answer in <answer> </answer>.
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
- @article{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
- journal={arXiv preprint arXiv:2509.21060},
88
- year={2025}
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