CLIROct 7, 2021

GeSERA: General-domain Summary Evaluation by Relevance Analysis

arXiv:2110.03567v1654 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work provides an improved tool for evaluating automatic summaries in general domains, though it is incremental as it builds on an existing domain-specific method.

The authors adapted the SERA summary evaluation method from the biomedical domain to general domains by improving query reformulation with POS tag analysis and replacing the biomedical index with general-domain collections, achieving higher correlations with manual evaluation than SERA in most cases and surpassing ROUGE in two TAC2009 cases.

We present GeSERA, an open-source improved version of SERA for evaluating automatic extractive and abstractive summaries from the general domain. SERA is based on a search engine that compares candidate and reference summaries (called queries) against an information retrieval document base (called index). SERA was originally designed for the biomedical domain only, where it showed a better correlation with manual methods than the widely used lexical-based ROUGE method. In this paper, we take out SERA from the biomedical domain to the general one by adapting its content-based method to successfully evaluate summaries from the general domain. First, we improve the query reformulation strategy with POS Tags analysis of general-domain corpora. Second, we replace the biomedical index used in SERA with two article collections from AQUAINT-2 and Wikipedia. We conduct experiments with TAC2008, TAC2009, and CNNDM datasets. Results show that, in most cases, GeSERA achieves higher correlations with manual evaluation methods than SERA, while it reduces its gap with ROUGE for general-domain summary evaluation. GeSERA even surpasses ROUGE in two cases of TAC2009. Finally, we conduct extensive experiments and provide a comprehensive study of the impact of human annotators and the index size on summary evaluation with SERA and GeSERA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes