Do Factual Recall Mechanisms Carry over from Text to Speech in Multimodal Language Models?
Summary
A study investigated how factual recall mechanisms transfer from text to speech in multimodal Speech Language Models (SLMs), focusing on SpiritLM. Using Causal Mediation Analysis (CMA) on the Known dataset, researchers compared text-to-text (T->T) and speech-to-text (S->T) factual recall. Results showed that SpiritLM's text-processing pathways maintained strong causal signals for factual recall, consistent with text-only models, particularly in mid-layer MLPs. However, when speech input was used, the Average Indirect Effect (AIE) for factual recall significantly decreased, indicating a weaker, more diffuse signal, although still present around subject tokens in MLP and attention layers. This suggests that while factual associations in SLMs are not strictly modality-dependent, the mechanisms for recalling facts are only partially carried over from text to speech, with text serving as a more reliable trigger. The speech dataset was synthesized using MeloTTS, and transcription validation with Whisper-small showed a 19% Word Error Rate.
Key takeaway
For NLP Engineers developing multimodal language models, you should recognize that factual recall mechanisms may not fully transfer from text to speech. If you are fine-tuning SLMs on speech data, prioritize strategies that explicitly bridge the semantic gap between modalities to ensure robust knowledge retrieval. Evaluate your models using causal tracing in both text-to-text and speech-to-text settings to identify and address modality-specific weaknesses in factual association.
Key insights
Factual recall mechanisms in multimodal SLMs are weaker and less localized for speech inputs compared to text.
Principles
- Factual knowledge in LLMs localizes in mid-layer feed-forward networks.
- Multimodal SLMs may not fully transfer text-learned recall to speech.
- Semantic gaps between modalities can compromise knowledge transfer.
Method
Causal Mediation Analysis (CMA) with clean, corrupted, and corrupted-with-restoration runs quantifies component contributions to factual prediction. Extended with CTC-based forced alignment for speech inputs.
In practice
- Use CMA to pinpoint factual knowledge localization in multimodal models.
- Evaluate speech-enabled AI systems for factual recall discrepancies.
- Consider modality alignment in SLM fine-tuning for better transfer.
Topics
- Speech Language Models
- Factual Recall
- Causal Mediation Analysis
- Multimodal AI
- SpiritLM
- Mechanistic Interpretability
- Speech-to-Text
Code references
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.