paper-with-me

홈 › Papers

AudioChatLlama: Towards General-Purpose Speech Abilities for LLMs

2023-11-12 · Yassir Fathullah, Chunyang Wu, Egor Lakomkin, Ke Li, Junteng Jia, Yuan Shangguan, Jay Mahadeokar, Ozlem Kalinli, Christian Fuegen, Mike Seltzer

In this work, we extend the instruction-tuned Llama-2 model with end-to-end general-purpose speech processing and reasoning abilities while maintaining the wide range of original LLM capabilities, without using any carefully curated paired data. The resulting end-to-end model, named AudioChatLlama, can utilize audio prompts as a replacement for text and sustain a conversation. Such a model also has extended cross-modal capabilities such as being able to perform spoken question answering (QA), speech translation, and audio summarization amongst many other closed and open-domain tasks. This is unlike prior approaches in speech, in which LLMs are extended to handle audio for a limited number of pre-designated tasks. On both synthesized and recorded speech QA test sets, evaluations show that our end-to-end approach is on par with or outperforms cascaded systems (speech recognizer + LLM) in terms of modeling the response to a prompt. Furthermore, unlike cascades, our approach can interchange text and audio modalities and intrinsically utilize prior context in a conversation to provide better results.

📄 PDF Abstract BibTeX arXiv:2311.06753

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

DeSTA2.5-Audio: Toward General-Purpose Large Audio Language Model with Self-Generated Cross-Modal Alignment

2025-07-03 · Ke-Han Lu, Zhehuai Chen, Szu-Wei Fu, Chao-Han Huck Yang 외

We introduce DeSTA2.5-Audio, a general-purpose Large Audio Language Model (LALM) designed for robust auditory perception and instruction-following, without requiring task-specific audio instruction-tuning. Recent LALMs t…

cross-modal alignmentInstruction FollowingLanguage ModelingLanguage Modelling+1

Prompting Large Language Models with Audio for General-Purpose Speech Summarization

2024-06-10 · Wonjune Kang, Deb Roy

In this work, we introduce a framework for speech summarization that leverages the processing and reasoning capabilities of large language models (LLMs). We propose an end-to-end system that combines an instruction-tuned…

speech-recognitionSpeech Recognition

Exploiting Programmatic Behavior of LLMs: Dual-Use Through Standard Security Attacks

2023-02-11 · Daniel Kang, Xuechen Li, Ion Stoica, Carlos Guestrin 외

Recent advances in instruction-following large language models (LLMs) have led to dramatic improvements in a range of NLP tasks. Unfortunately, we find that the same improved capabilities amplify the dual-use risks for m…

Computer SecurityInstruction Following

Granite-speech: open-source speech-aware LLMs with strong English ASR capabilities

2025-05-13 · George Saon, Avihu Dekel, Alexander Brooks, Tohru Nagano 외

Granite-speech LLMs are compact and efficient speech language models specifically designed for English ASR and automatic speech translation (AST). The models were trained by modality aligning the 2B and 8B parameter vari…

automatic-speech-translationBenchmarking

How well do LLMs reason over tabular data, really?

2025-05-12 · Cornelius Wolff, Madelon Hulsebos

Large Language Models (LLMs) excel in natural language tasks, but less is known about their reasoning capabilities over tabular data. Prior analyses devise evaluation strategies that poorly reflect an LLM's realistic per…

Missing ValuesMultiple-choice