Point of Order: Action-Aware LLM Persona Modeling for Data-Grounded Civic Deliberation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Natural Language Processing · Depth: Expert, extended

Summary

A new reproducible pipeline converts public Zoom recordings into speaker-attributed transcripts, addressing the limitation of anonymous speaker labels in ASR data for multi-party deliberation simulations. This method integrates visual cues, audio features, and textual context to assign stable identities across videos, then augments transcripts with metadata like persona profiles and pragmatic action tags (e.g., [propose_motion]). Three new datasets of local government deliberations—Appellate Court hearings, School Board meetings, and Municipal Council sessions, totaling ~1.72M words—are released. Fine-tuning LLMs with this "action-aware" data significantly improves performance, achieving a 67% reduction in perplexity and nearly doubling classifier-based metrics for speaker fidelity and realism. Human evaluations show these simulations are often indistinguishable from real deliberations, with temporal anchoring further enhancing topic coverage and goal achievement.

Key takeaway

For Machine Learning Engineers developing multi-agent dialogue systems or civic simulations, this work offers a validated framework to achieve unprecedented realism. You should integrate multimodal speaker-linking and action-aware LLM fine-tuning with structured metadata to create highly authentic persona models. This approach significantly improves simulation fidelity and coherence, but be aware of the ethical implications regarding potential misuse for misinformation or manipulation in high-stakes public discourse.

Key insights

Speaker-attributed, action-aware data significantly enhances LLM persona modeling for realistic multi-party civic simulations.

Principles

Method

A pipeline extracts speaker identities from Zoom videos via OCR, transcribes audio with Whisper, then uses GPT-5 to generate persona profiles, topics, and action tags for PEFT-based LLM fine-tuning.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.