TL;DR
Automated assessments of second language (L2) speech often lack interpretability, making it hard to understand proficiency labels. A rubric-guided SpeechLLM was developed to assess multiple aspects of speech, including accuracy and fluency, while also providing natural-language explanations.
✦ Why It Matters
Engineers can leverage SpeechLLM to create more interpretable L2 speech assessment tools that provide actionable feedback.
Key Takeaways
Full Summary
Automated assessments of second language (L2) speech typically assign proficiency labels but often do not explain the reasoning behind these labels, leading to a lack of interpretability. A new model, called SpeechLLM, was created to address this issue by providing a multi-aspect, multi-granular assessment of speech.
It was trained using a hybrid objective that combines supervised fine-tuning and Bounded Direct Preference Optimization, allowing it to predict sentence-level labels for accuracy, fluency, and prosody, as well as word and phoneme-level accuracy. Additionally, the model generates natural-language rationales alongside its predictions.
Evaluated on the SpeechOcean762 dataset, SpeechLLM showed significant improvements in interpretability and performance metrics. These advancements suggest that engineers and researchers can develop more transparent and effective L2 assessment tools.
Related