← Search

Shoutao Guo

13 accepted papers

2025

FastLongSpeech: Enhancing Large Speech-Language Models for Efficient Long-Speech Processing

NeurIPS 2025poster

The rapid advancement of Large Language Models (LLMs) has spurred significant progress in Large Speech-Language Models (LSLMs), enhancing their capabilities in both speech understanding and generation. While existing LSLMs often concentrate on augmenting speech generation or tackling a diverse array…

Cited by 0SourceScholar
2025

LLaMA-Omni 2: LLM-based Real-time Spoken Chatbot with Autoregressive Streaming Speech Synthesis

ACL 2025long

Real-time, intelligent, and natural speech interaction is an essential part of the next-generation human-computer interaction. Recent advancements have showcased the potential of building intelligent spoken chatbots based on large language models (LLMs). In this paper, we introduce LLaMA-Omni 2, a s…

2025

LLaMA-Omni: Seamless Speech Interaction with Large Language Models

ICLR 2025poster

Models like GPT-4o enable real-time interaction with large language models (LLMs) through speech, significantly enhancing user experience compared to traditional text-based interaction. However, there is still a lack of exploration on how to build speech interaction models based on open-source LLMs.…

2025

Large Language Models Are Read/Write Policy-Makers for Simultaneous Generation

AAAI 2025technical

Simultaneous generation models write generation results while reading streaming inputs, necessitating a policy-maker to determine the appropriate output timing. Existing simultaneous generation methods generally adopt the traditional encoder-decoder architecture and learn the generation and policy-m…

2024

A Non-autoregressive Generation Framework for End-to-End Simultaneous Speech-to-Any Translation

ACL 2024long

Simultaneous translation models play a crucial role in facilitating communication. However, existing research primarily focuses on text-to-text or speech-to-text models, necessitating additional cascade components to achieve speech-to-speech translation. These pipeline methods suffer from error prop…

2024

StreamSpeech: Simultaneous Speech-to-Speech Translation with Multi-task Learning

ACL 2024long

Simultaneous speech-to-speech translation (Simul-S2ST, a.k.a streaming speech translation) outputs target speech while receiving streaming speech inputs, which is critical for real-time communication. Beyond accomplishing translation between speech, Simul-S2ST requires a policy to control the model…

2023

Learning Optimal Policy for Simultaneous Machine Translation via Binary Search

ACL 2023long

Simultaneous machine translation (SiMT) starts to output translation while reading the source sentence and needs a precise policy to decide when to output the generated translation. Therefore, the policy determines the number of source tokens read during the translation of each target token. However…

2023

Non-autoregressive Streaming Transformer for Simultaneous Translation

EMNLP 2023long main

Simultaneous machine translation (SiMT) models are trained to strike a balance between latency and translation quality. However, training these models to achieve high quality while maintaining low latency often leads to a tendency for aggressive anticipation. We argue that such issue stems from the…

Cited by 0SourcecodeScholar
2022

Turning Fixed to Adaptive: Integrating Post-Evaluation into Simultaneous Machine Translation

EMNLP 2022finding

Simultaneous machine translation (SiMT) starts its translation before reading the whole source sentence and employs either fixed or adaptive policy to generate the target sentence. Compared to the fixed policy, the adaptive policy achieves better latency-quality tradeoffs by adopting a flexible tran…

2022

Wait-info Policy: Balancing Source and Target at Information Level for Simultaneous Machine Translation

EMNLP 2022finding

Simultaneous machine translation (SiMT) outputs the translation while receiving the source inputs, and hence needs to balance the received source information and translated target information to make a reasonable decision between waiting for inputs or outputting translation. Previous methods always…