Decomposed Opinion Summarization with Verified Aspect-Aware Modules
Miao Li, Jey Han Lau, Eduard Hovy, Mirella Lapata
TL;DR
The paper proposes a domain-agnostic modular pipeline for opinion summarization that decomposes the task into Aspect Identification, Opinion Consolidation, and Meta-Review Synthesis, enabling transparent reasoning grounded in review aspects. It leverages zero-shot prompting of large language models to implement each module and process reviews in parallel, across domains including scientific, business, and product reviews. Empirical results show that aspect-aware decomposition improves aspect coverage and opinion faithfulness compared with strong baselines, with Llama-70B excelling at identifying and summarizing aspects and human evaluations indicating higher usefulness of the modular outputs. The work demonstrates that intermediate outputs can assist humans in generating meta-reviews more efficiently and suggests potential applicability to other complex generation tasks.
Abstract
Opinion summarization plays a key role in deriving meaningful insights from large-scale online reviews. To make the process more explainable and grounded, we propose a domain-agnostic modular approach guided by review aspects (e.g., cleanliness for hotel reviews) which separates the tasks of aspect identification, opinion consolidation, and meta-review synthesis to enable greater transparency and ease of inspection. We conduct extensive experiments across datasets representing scientific research, business, and product domains. Results show that our approach generates more grounded summaries compared to strong baseline models, as verified through automated and human evaluations. Additionally, our modular approach, which incorporates reasoning based on review aspects, produces more informative intermediate outputs than other knowledge-agnostic decomposition approaches. Lastly, we provide empirical results to show that these intermediate outputs can support humans in summarizing opinions from large volumes of reviews.
