Do Multi-Document Summarization Models Synthesize?
Jay DeYoung, Stephanie C. Martinez, Iain J. Marshall, Byron C. Wallace
TL;DR
The paper investigates whether neural multi-document summarization models truly synthesize conflicting inputs into an accurate aggregate summary. It formalizes synthesis via a latent property $z_i$ and an aggregation function $G(Z_i)$, and evaluates models on Rotten Tomatoes meta-reviews and Cochrane systematic reviews, showing partial synthesis with notable ordering sensitivity and composition insensitivity. A generate-diverse-then-select inference-time method is proposed to align outputs with the predicted aggregate, using an external measure and the option to abstain; this approach yields measurable gains in synthesis calibration, sometimes approaching human performance on these task-specific metrics. The work highlights the practical limits of current models for evidence synthesis and provides a concrete reranking-style strategy to surface better syntheses, with implications for evidence aggregation and narrative summaries accompanying scientific literature.
Abstract
Multi-document summarization entails producing concise synopses of collections of inputs. For some applications, the synopsis should accurately synthesize inputs with respect to a key aspect, e.g., a synopsis of film reviews written about a particular movie should reflect the average critic consensus. As a more consequential example, narrative summaries that accompany biomedical systematic reviews of clinical trial results should accurately summarize the potentially conflicting results from individual trials. In this paper we ask: To what extent do modern multi-document summarization models implicitly perform this sort of synthesis? We run experiments over opinion and evidence synthesis datasets using a suite of summarization models, from fine-tuned transformers to GPT-4. We find that existing models partially perform synthesis, but imperfectly: even the best performing models are over-sensitive to changes in input ordering and under-sensitive to changes in input compositions (e.g., ratio of positive to negative reviews). We propose a simple, general, effective method for improving model synthesis capabilities by generating an explicitly diverse set of candidate outputs, and then selecting from these the string best aligned with the expected aggregate measure for the inputs, or abstaining when the model produces no good candidate.
