arXiv:2503.11197cs.SDcs.AI2025-03被引 88

用强化学习提升音频问答模型,仅用3.8万样本就超越监督微调。

Reinforcement Learning Outperforms Supervised Fine-Tuning: A Case Study on Audio Question Answering

  • 采用GRPO算法优化音频语言模型,适配小规模模型(8.2B参数)。
  • 38000条数据下准确率达64.5%,显著优于监督微调。
  • 揭示深度推理对音频问答作用有限,适合研究多模态智能的学者。

近期强化学习(RL)被证明能显著增强大语言模型(LLM)的推理能力,且逐步应用于视觉多模态任务。然而,音频模态在此类进展中仍被忽视。为此,本文在音频问答(AQA)任务上开展一系列强化学习探索,将群组相对策略优化(GRPO)算法应用于Qwen2-Audio-7B-Instruct模型。实验在MMAU Test-mini基准上达到64.5%的准确率,为当前最优表现。主要发现包括:1)GRPO可有效应用于大音频语言模型(LALM),即使模型仅含8.2B参数;2)仅需38,000条后训练样本,强化学习即显著优于监督微调,表明其可在小数据下高效运行;3)显式推理过程对AQA任务未带来显著收益,如何高效利用深度思考仍是开放问题;4)当前LALM在听觉-语言推理方面仍远落后于人类,提示基于强化学习的方法仍有广阔探索空间。项目代码与模型已开源:https://github.com/xiaomi-research/r1-aqa 与 https://huggingface.co/mispeech/r1-aqa。

原文摘要 · Abstract (English)

Recently, reinforcement learning (RL) has been shown to greatly enhance the reasoning capabilities of large language models (LLMs), and RL-based approaches have been progressively applied to visual multimodal tasks. However, the audio modality has largely been overlooked in these developments. Thus, we conduct a series of RL explorations in audio understanding and reasoning, specifically focusing on the audio question answering (AQA) task. We leverage the group relative policy optimization (GRPO) algorithm to Qwen2-Audio-7B-Instruct, and our experiments demonstrated state-of-the-art performance on the MMAU Test-mini benchmark, achieving an accuracy rate of 64.5%. The main findings in this technical report are as follows: 1) The GRPO algorithm can be effectively applied to large audio language models (LALMs), even when the model has only 8.2B parameters; 2) With only 38k post-training samples, RL significantly outperforms supervised fine-tuning (SFT), indicating that RL-based approaches can be effective without large datasets; 3) The explicit reasoning process has not shown significant benefits for AQA tasks, and how to efficiently utilize deep thinking remains an open question for further research; 4) LALMs still lag far behind humans auditory-language reasoning, suggesting that the RL-based approaches warrant further exploration. Our project is available at https://github.com/xiaomi-research/r1-aqa and https://huggingface.co/mispeech/r1-aqa.

强化学习音频理解大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。