paper-with-me

Papers

PodAgent: A Comprehensive Framework for Podcast Generation

2025-03-01 · Yujia Xiao, Lei He, Haohan Guo, Fenglong Xie, Tan Lee

Existing Existing automatic audio generation methods struggle to generate podcast-like audio programs effectively. The key challenges lie in in-depth content generation, appropriate and expressive voice production. This paper proposed PodAgent, a comprehensive framework for creating audio programs. PodAgent 1) generates informative topic-discussion content by designing a Host-Guest-Writer multi-agent collaboration system, 2) builds a voice pool for suitable voice-role matching and 3) utilizes LLM-enhanced speech synthesis method to generate expressive conversational speech. Given the absence of standardized evaluation criteria for podcast-like audio generation, we developed comprehensive assessment guidelines to effectively evaluate the model's performance. Experimental results demonstrate PodAgent's effectiveness, significantly surpassing direct GPT-4 generation in topic-discussion dialogue content, achieving an 87.4% voice-matching accuracy, and producing more expressive speech through LLM-guided synthesis. Demo page: https://podcast-agent.github.io/demo/. Source code: https://github.com/yujxx/PodAgent.

📄 PDF Abstract BibTeX arXiv:2503.00455

Code (1)

yujxx/podagent 공식 구현 pytorch

Tasks

Audio GenerationSpeech Synthesis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

PodEval: A Multimodal Evaluation Framework for Podcast Audio Generation

2025-10-01 · Yujia Xiao, Liumeng Xue, Lei He, Xinyi Chen 외 arxiv

Recently, an increasing number of multimodal (text and audio) benchmarks have emerged, primarily focusing on evaluating models' understanding capability. However, exploration into assessing generative capabilities remain…

Audio Generation

PodBench: A Comprehensive Benchmark for Instruction-Aware Audio-Oriented Podcast Script Generation

2026-01-21 · Chenning Xu, Mao Zheng, Mingyu Zheng, Mingyang Song arxiv

Podcast script generation requires LLMs to synthesize structured, context-grounded dialogue from diverse inputs, yet systematic evaluation resources for this task remain limited. To bridge this gap, we introduce PodBench…

Instruction Following

Transforming Podcast Preview Generation: From Expert Models to LLM-Based Systems

2025-05-29 · Winstead Zhu, Ann Clifton, Azin Ghazimatin, Edgar Tanaka 외

Discovering and evaluating long-form talk content such as videos and podcasts poses a significant challenge for users, as it requires a considerable time investment. Previews offer a practical solution by providing conci…

Feature Engineering

A Two-Phase Approach for Abstractive Podcast Summarization

2020-11-16 · Chujie Zheng, Kunpeng Zhang, Harry Jiannan Wang, Ling Fan

Podcast summarization is different from summarization of other data formats, such as news, patents, and scientific papers in that podcasts are often longer, conversational, colloquial, and full of sponsorship and adverti…

DecoderSentenceSentence SimilarityVocal Bursts Valence Prediction

Mapping the Podcast Ecosystem with the Structured Podcast Research Corpus

2024-11-12 · Benjamin Litterer, David Jurgens, Dallas Card

Podcasts provide highly diverse content to a massive listener base through a unique on-demand modality. However, limited data has prevented large-scale computational analysis of the podcast ecosystem. To fill this gap, w…