|
{ |
|
"paper_id": "K16-1009", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T07:11:33.739873Z" |
|
}, |
|
"title": "Beyond Centrality and Structural Features: Learning Information Importance for Text Summarization", |
|
"authors": [ |
|
{ |
|
"first": "Markus", |
|
"middle": [], |
|
"last": "Zopf", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "zopf@aiphes" |
|
}, |
|
{ |
|
"first": "Loza", |
|
"middle": [], |
|
"last": "Menc\u00eda", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
}, |
|
{ |
|
"first": "Johannes", |
|
"middle": [], |
|
"last": "F\u00fcrnkranz", |
|
"suffix": "", |
|
"affiliation": {}, |
|
"email": "" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Most automatic text summarization systems proposed to date rely on centrality and structural features as indicators for information importance. In this paper, we argue that these features cannot reliably detect important information in heterogeneous document collections. Instead, we propose CPSum, a summarizer that learns the importance of information objects from a background source. Our hypothesis is tested on a multi-document corpus where we remove centrality and structural features. CPSum proves to be able to perform well in this challenging scenario whereas reference systems fail.", |
|
"pdf_parse": { |
|
"paper_id": "K16-1009", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Most automatic text summarization systems proposed to date rely on centrality and structural features as indicators for information importance. In this paper, we argue that these features cannot reliably detect important information in heterogeneous document collections. Instead, we propose CPSum, a summarizer that learns the importance of information objects from a background source. Our hypothesis is tested on a multi-document corpus where we remove centrality and structural features. CPSum proves to be able to perform well in this challenging scenario whereas reference systems fail.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "The goal of text summarization is to take an information source, extract content from it, and present the most important content to the user [...] (Mani, 2001) . Identifying important information in source documents is therefore a major goal in summarization. Most methods to date rely on structural features such as sentence position, number of upper-case words, or title words, and a wide range of measures of sentence centrality as signals for what is important in source documents.", |
|
"cite_spans": [ |
|
{ |
|
"start": 141, |
|
"end": 146, |
|
"text": "[...]", |
|
"ref_id": null |
|
}, |
|
{ |
|
"start": 147, |
|
"end": 159, |
|
"text": "(Mani, 2001)", |
|
"ref_id": "BIBREF17" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In particular in news articles, such as those used for the DUC2002 single-document summarization and the DUC2004 multi-document summarization tasks, 1 it is quite common that the most important information is repeated most frequently. Indeed, Nenkova et al. (2006) showed that information which appears frequently in the input documents is likely to appear in a human-generated summary. Similar conclusions can be drawn for single-document news corpora, where, for example, important information is likely to be found at the beginning of the document (for impatient readers), and repeated and expanded later in the article.", |
|
"cite_spans": [ |
|
{ |
|
"start": 243, |
|
"end": 264, |
|
"text": "Nenkova et al. (2006)", |
|
"ref_id": "BIBREF20" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Even though most research in text summarization to date focused on newswire documents, this special kind of text genre is not the only one to be considered for summarization. Recently, about 400 journalists organized by the International Consortium of Investigative Journalists (ICIJ) 2 spent more than a year to analyze 11.5 million documents in the Panama Papers repository, 3 which consists of emails, PDFs, and other text documents not belonging to the newswire genre. In such a heterogeneous collection of raw and unprocessed source documents we cannot assume that frequency information correlates with importance, and therefore cannot rely on (in)frequency as (un)importance signal.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Nevertheless, journalists are able to cope with such situations because they bring along their background knowledge about the world, which allows them to estimate what information is important and what is not. We therefore propose to incorporate world knowledge to handle more challenging summarization scenarios where centrality cannot be used as a signal for importance. Our assumption is that summarization systems which are aware of the importance of information without analyzing the structure of the source documents are able to summarize heterogeneous documents properly. The key question of the paper is whether a knowledge-based summarization system is still able to detect important information even when structural and centrality-based features cannot be used as signals for importance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "We first review well-known summarization sys- tems for single-and multi-document summarization in Section 2. Particular emphasis is put on the methodologies used to identify important information and avoid redundancy since this is the main innovation of our knowledge-based system described in Section 3.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "CPSum learns about importance by analyzing an independent background corpus of document-summary pairs and applies this knowledge in the summarization task. A major difference to previous systems is that we do not use similarity measures to compute centrality, neither for detecting importance nor for avoiding redundancy.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In order to verify our assumptions, we compare our approach on a commonly used evaluation corpus, both in its original version and in various version in which we remove redundancy and sentence order. We describe the corpus modification in Section 4. Expectedly, our experiments described in Section 5 and 6 show a substantial performance decrease for all tested reference systems, whereas the performance of CPSum remains essentially unchanged. The conclusions we draw from this study are summarized in Section 7.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "In this section, we review prior work in singleand multi-document summarization. The essential differences between these approaches and our approach are illustrated in Figure 1 . On the left, a centrality-based SDS system summarizes a document D to a summary S 1 . The result is a text with a similar topic distribution as in the source document. A system with a differ-ent notion of importance is able to produce a summary S 2 with a varied distribution of topics. On the right, we observe a similar situation, where a centrality-based MDS system summarizes a document collection D 1 , . . . , D 3 to a summary S 1 and a importance-aware summarization system produces the summary S 2 with a different topic distribution. Centrality-bases methods produce a smaller version of the source document(s) whereas an importance-aware summarization system is able to emphasis on important parts even if they are not frequent.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 168, |
|
"end": 176, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "Early work in single-document summarization (SDS) by Luhn (1958) and Edmundson (1969) tries to identify salient information in documents. Luhn (1958) identifies words which are frequent in the source documents and infrequent in a background corpus. Edmundson (1969) extends this approach by using cue words and structural features such as title words and sentence position.", |
|
"cite_spans": [ |
|
{ |
|
"start": 53, |
|
"end": 64, |
|
"text": "Luhn (1958)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 69, |
|
"end": 85, |
|
"text": "Edmundson (1969)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 138, |
|
"end": 149, |
|
"text": "Luhn (1958)", |
|
"ref_id": "BIBREF16" |
|
}, |
|
{ |
|
"start": 249, |
|
"end": 265, |
|
"text": "Edmundson (1969)", |
|
"ref_id": "BIBREF4" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Single-Document Summarization", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Several more recent methods are inspired by algorithms such as HITS (Kleinberg, 1999) and PageRank (Brin and Page, 1998) and model the source documents as graphs. TextRank (Mihalcea and Tarau, 2004) models sentences as nodes in a graph, where the strength of the connections between the nodes is determined by the similarity of the sentences measured by means of syntactic word overlap. Since Mihalcea and Tarau (2004) assume the absence of redundancy in single-document summarization there is no need for a re-ranking after selecting sentences. They also rely on sentence order by always including the first sentences in the summary.", |
|
"cite_spans": [ |
|
{ |
|
"start": 68, |
|
"end": 85, |
|
"text": "(Kleinberg, 1999)", |
|
"ref_id": "BIBREF12" |
|
}, |
|
{ |
|
"start": 99, |
|
"end": 120, |
|
"text": "(Brin and Page, 1998)", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 393, |
|
"end": 418, |
|
"text": "Mihalcea and Tarau (2004)", |
|
"ref_id": "BIBREF19" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Single-Document Summarization", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "Parveen and Strube (2015) use a bipartite graph to represent a document. This so-called topic graph has two sets of nodes, one containing sentences and one containing topics. To rank the sentences, they apply HITS . Since they deal with very long texts which may contain repetitive information they also apply a redundancy avoidance strategy by maximizing topic coverage in the summary and therefore minimizing redundancy.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Single-Document Summarization", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "All these approaches have in common that they focus on selecting the most central information from a document. However, in a noisy document with a significant amount of unimportant text, extracting the most central text may not be a good strategy. Summaries produced by these approaches will rather contain noise than important information, since the noise might be quite central (c.f. Figure 1 ). Most of the approaches assume that there is no redundancy in the source document and do not apply a redundancy avoidance strategy.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 386, |
|
"end": 394, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Single-Document Summarization", |
|
"sec_num": "2.1" |
|
}, |
|
{ |
|
"text": "In comparison to SDS the task in extractive multidocument summarization (MDS) is to summarize not one but a set of documents. The additional challenge in comparison to extractive SDS is that the document set may contain the same information redundantly in different documents. Therefore, in addition to detect important information, a second challenge is to avoid redundancy in the generated summary.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multi-Document Summarization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "McKeown and Radev (1995) introduce the task of summarizing multiple news documents. Their system, called SUMMONS (SUMMarizing Online NewS articles), extends already existing template-driven message understanding systems. Carbonell and Goldstein (1998) introduce Maximal Marginal Relevance (MMR) to reward centrality and penalize redundancy jointly with a linear combination of both attributes. In a querybased setup, sentences are greedily selected according to their similarity to the query and similarity according to already selected sentences. The similarity measure is based on the Cosine similarity between sentences. use a clustering method to find a centroid. Clusters are built based on a topic detection system. For redundancy avoidance, they apply a redundancy penalty similar to the nega-tive factor proposed by Carbonell and Goldstein (1998) and re-rank the sentences iteratively until re-ranking does not change the resulting summary.", |
|
"cite_spans": [ |
|
{ |
|
"start": 12, |
|
"end": 24, |
|
"text": "Radev (1995)", |
|
"ref_id": "BIBREF18" |
|
}, |
|
{ |
|
"start": 221, |
|
"end": 251, |
|
"text": "Carbonell and Goldstein (1998)", |
|
"ref_id": "BIBREF2" |
|
}, |
|
{ |
|
"start": 824, |
|
"end": 854, |
|
"text": "Carbonell and Goldstein (1998)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multi-Document Summarization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "LexRank (Erkan and Radev, 2004 ) is a graphbased MDS method inspired by social networks which uses intra-sentences cosine similarity to compute an adjacency matrix to represent the sentences as a graph similar to the graph-based methods in SDS. The most central sentence is considered to be the most important sentence. LexRank itself does not apply redundancy avoidance but only ranks sentences according to importance. As redundancy avoidance strategy, cross-sentence informational subsumption (CSIS) (Radev, 2000) is applied as a re-ranking strategy. The best performing system at the DUC 2004 shared task in MDS, CLASSY (Conroy et al., 2004) , uses TF-IDF scores to calculate the importance of sentences. ICSI Summ (Gillick et al., 2009) , a well-performing system at TAC 2009, applies a global linear optimization to search for a set of sentences that covers relevant concepts in the source documents as well as possible. As concepts they use word bi-grams weighted by their frequency, thereby deriving importance from frequency. Since they search for a set of sentences which maximizes the sum of unique concept values, their system is able to avoid redundancy implicitly.", |
|
"cite_spans": [ |
|
{ |
|
"start": 8, |
|
"end": 30, |
|
"text": "(Erkan and Radev, 2004", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 503, |
|
"end": 516, |
|
"text": "(Radev, 2000)", |
|
"ref_id": "BIBREF23" |
|
}, |
|
{ |
|
"start": 624, |
|
"end": 645, |
|
"text": "(Conroy et al., 2004)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 719, |
|
"end": 741, |
|
"text": "(Gillick et al., 2009)", |
|
"ref_id": "BIBREF8" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multi-Document Summarization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "Lin and Bilmes (2011) treat MDS as a submodular maximization problem. By rewarding diversity rather than penalizing redundancy they created a monotone nondecreasing submodular utility function (in comparison to Carbonell and Goldstein (1998)) which has a constant factor guarantee of optimality. In contract to ICSI Summ, Yogatama et al. 2015seek to not maximize bi-gram coverage but to maximize the semantic volume. They use embeddings to represent sentences and choose the subset of sentences that maximizes the size of the convex hull in the generated embedding space as summary.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multi-Document Summarization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "We summarize that systems for MDS use (similar to systems for SDS) various centrality measures to detect important information. Furthermore, they apply redundancy avoidance strategies based on sentence similarity. CPSum, on the other hand, does not apply any similarity measure but learns from contextual preferences if something is important in the context of other information/sentences.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Multi-Document Summarization", |
|
"sec_num": "2.2" |
|
}, |
|
{ |
|
"text": "In this section, we first define the summarization task formally. We then present the novel preference-based summarization system CPSum in detail. In particular, we explain our training procedure and (contextual) sentence ranking methodology.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "The CPSum Algorithm", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The task of a generic extractive summarization system is to create sequences of sentences (the summaries) from given sequences of sentences (the source documents) for different topics. The objective is that the selected sentences form a good summary of the source documents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Problem Definition", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "To formalize the task, we define a sentence s of length n as a sequence of n words (s 1 , . . . , s n ). For convenience we use the term word for all elements of a sentence identified by a sentence segmentation method. Therefore, numbers, punctuation marks, and similar elements are all considered to be words. A document D of length m is a sequence of m sentences (s 1 , . . . , s m ), and consequently also a sequence of words. |X| denotes the length of the sequence X.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Problem Definition", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "A topic is a pair The task of extractive document summarization is to find a sequence of sentences\u015c \u2208 P lmax (\u1e0a) that maximizes a utility function u where P lmax (\u1e0a) denotes the set of all sequences of elements in\u1e0a with s\u2208\u1e0a |s| \u2264 l max . Formally, the task is to search for S max with", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Problem Definition", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "(D = {D 1 , . . . , D o }, R = {R 1 , . . . , R p }) of", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Problem Definition", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "S max = arg max S\u2208P lmax (\u1e0a) u(S).", |
|
"eq_num": "(1)" |
|
} |
|
], |
|
"section": "Problem Definition", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "A proper utility function u is supposed to measure the quality of the summary. Approaches are usually evaluated by a comparison with given reference summaries. We refer to Section 5 where we introduce ROUGE as the utility function which is used to grade the produced summaries. The difficulty when developing summarization systems is to find an approximation of u without having access to the reference summaries.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Problem Definition", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "The key idea of our approach is to learn the importance of objects from external sources. This assessment of importance should then be used in order to select the most relevant sentences independently of features derived directly from the source documents, such as structural information or redundancy and centrality. Hence, we believe that our system is more suitable for handling heterogeneous summarization scenarios where such features may not helpful for detecting important information.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Object Importance", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "As a proof-of-concept, we study a simple approach which learns the importance of objects from a large background corpus of documentsummary pairs. Note that this corpus does not have to consist of document-summary pairs. The system could also learn from very diverse sources such as stock market prices to judge the importance of a company, the length of Wikipedia articles for learning about the importance of people, or the number of inhabitants as a signal of importance for cities. In a way this corresponds to the way humans use fast and frugal heuristics for problem solving (Gigerenzer and Todd, 1999) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 580, |
|
"end": 607, |
|
"text": "(Gigerenzer and Todd, 1999)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Object Importance", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "We model object importance in the form of pairwise preferences (F\u00fcrnkranz and H\u00fcllermeier, 2011). A preference a b models the situation that object a is preferred to object b. In this paper, we take a simple approach and model object importance in the form of pairwise preferences between bi-grams of stemmed words that occur in the documents. Preferences may be probabilistic, i.e., the probability that a b rather than b a is Pr(a b) \u2208 [0, 1], and it holds that Pr(a b) + Pr(b a) = 1. Due to the large number of observed preferences, each preference only provides a weak signal about the importance of an object, and object importance will be determined by aggregating probabilistic preferences (cf. Section 3.4). Furthermore, we model the situation that an object a is preferred to object b in a context C with contextual preferences a b | C. The intuition is that the preference relation between two objects may depend on a context. In summarization, this context models the information need of a reader, which depends e.g. on personal interests and al-ready observed information. Since object preferences are context-aware they can be used to adapt to difference users and summarization situations. We use the context to model already observed information of a user. Since we select summary sentences iteratively, we model with the context knowledge which is already contained in a partial summary. Since we measure importance in a context and model the context with the partial summary we do not need an additional redundancy avoidance mechanism like most other approaches for multi-document summarization.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Object Importance", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "The fact, that object importance is learned from an external corpus, also increases the adaptiveness of our system. Since all people may have a different notion of importance, the system can be trained easily on different sources which reflect these different notions. For example, a summary generated for an engineer may look differently than a summary created for a business administration employee. Systems which do not have an adaptive notion of importance are not able to create different summaries for different information needs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Object Importance", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "To learn the importance of an object we use a background corpus denoted by B = (D i , R i ) which provides a set of document-summary pairs. For the i-th topic in the corpus we observe the document D i as well as the summary R i . We use the same notation for the occurrence of objects in sentences and documents as for words, hence a \u2208 s or a \u2208 D i denotes that object a can be observed in s or D i , respectively.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "For each object pair a, b, for which it holds that a occurs in the summary as well as in the source document, and b occurs in the source document but not in the summary, we observe a preference a b, since a was selected to be included in the summary whereas b was not. To formalize this, we first define two sets P i and N i for topic i. P i contains all elements which were selected from the source document to be included in the summary and N i contains all elements which are not included in the summary. To define the sets P i and N i we introduce first the notation \u03c3(D i ) and \u03c3(R i ) to reduce the sequences D i and R i to sets which contain each element at most once. We then define", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "P i = \u03c3(D i ) \u2229 \u03c3(R i ) and N i = \u03c3(D i ) \\ P i .", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "With P i and N i we define the number of observations for a > b in the background corpus B as", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "n B (a b) = (D i ,R i )\u2208B 1 P i (a) \u2022 1 N i (b) (2)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "where 1 X (x) is 1 if x \u2208 X and 0 otherwise.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "To define the number of observations a b for a context C we extend the definitions for \u03c3(P i ) and \u03c3(N i ). First, we define A\\ \\B for two sequences A and B similarly to the set difference, i.e., the result is a sequence of elements where we remove elements from the first sequence which appear in the second sequence. If an element x occurs n-times in A and m-times in B, A\\ \\B contains the element x exactly max(0, n \u2212 m)-times (e.g. (a, a, b, c)\\ \\(a, b, d) = (a, c)). We then define the set", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "P i | C = \u03c3(D i ) \u2229 \u03c3(R i \\ \\C) and the set N i | C = \u03c3(D i ) \\ \u03c3(R i \\ \\C)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": ". P i | C contains, similarly to P i , all elements which are contained in the source document as well as in the reference documents without the context elements. The intuition is that these elements are important in the context of C whereas the elements in N i | C are not important given C.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "The number of contextual preferences for the elements a and b and the sequence of context elements C in the background corpus B is defined as", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "n B (a b | C) = (D i ,R i )\u2208B 1 P i |C (a) \u2022 1 N i |C (b).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "(3)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "The context C models the objects which are already in a partial summary. Since our approach selects sentences sequentially, we have to detect the importance of objects according to already selected objects.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "We can estimate the prior probability of observing a b as", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "Pr(a b) = n(a b) n(a b) + n(b a)", |
|
"eq_num": "(4)" |
|
} |
|
], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "and analogously for Pr(a b | C).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Learning of Object Importance", |
|
"sec_num": "3.3" |
|
}, |
|
{ |
|
"text": "In this section, we propose a ranking methodology for all available sentences\u1e0a in a multi-document summarization topic from a sentence-level utility function u. To rank the sentences, we iteratively search for the sentence\u015d wit\u0125", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "s = arg max s\u2208\u1e0a u(s | C)", |
|
"eq_num": "(5)" |
|
} |
|
], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "where u(s | C) is a utility function that encodes the importance of sentence s in a context C. The intuition is that the value of a sentence depends on already selected sentences which are modeled by the context C. Hence, we greedily set", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "S \u2190\u015c \u2022 arg max s\u2208\u1e0a u(s |\u015c)", |
|
"eq_num": "(6)" |
|
} |
|
], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "as long as\u015c \u2208 P lmax (\u1e0a) and starting with\u015c = \u2205.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "Since we do not have access to the reference summaries when generating summaries, we use the learned knowledge from the training phase to estimate the utility of each sentence in order to find the sentence with the highest utility value. To do so, we propose a utility function u in the next section, which assigns a utility score to each individual sentence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "It is important to note at this point that we neither use any form of similarity measure between sentences nor any structural features such as sentence positions to determine the importance of a sentence, which is a crucial difference to previous works.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Sentence Ranking", |
|
"sec_num": "3.4" |
|
}, |
|
{ |
|
"text": "We obtain individual sentence scores, which means that each sentence is assigned a score independently from the other available sentences. Removing or adding sentences to the source documents will therefore not change the value of the sentences. The intuition of the score is, that we want to find the sentence which has the highest average probability that the objects in the sentence occur in the reference summary. The desired sentence\u015d is therefore selected by the utility function", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Individual Sentence Scoring", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "u(s | C) = x\u2208s v(x | C) n (7)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Individual Sentence Scoring", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "where v is an object-level utility function which measures the importance of an object a in a context C. We define v for element x and a corpus B Note that it may happen that an object a or a preference a b | C might not have been observed in the background corpus. These cases are ignored in the computation.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Individual Sentence Scoring", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "as v(a | C) = 1 |V | x\u2208V Pr(a x | C)", |
|
"eq_num": "(8)" |
|
} |
|
], |
|
"section": "Individual Sentence Scoring", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "where V = (D i ,R i )\u2208B {x : x \u2208 D i } is", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Individual Sentence Scoring", |
|
"sec_num": "3.5" |
|
}, |
|
{ |
|
"text": "The fundamental hypothesis of centrality-based summarization systems is that frequency within the source documents implies importance of information. All information which is frequent in the source documents is considered to be important and therefore extracted for the summary. While this may be a suitable assumption for some document collections (such as newswire documents), we do not believe that it is suitable for the task of summarizing heterogeneous document collections.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Since most of the work in summarization has been done for newswire data, there is a lack of evaluation data where structural and centrality signals do not provide a strong indicator for importance. We therefore modify the DUC2004 multi-document summarization corpus by shuffling and oversampling to remove the commonly used indicators for importance. By doing so, we intend to demonstrate that centrality-based document summarization algorithms break down, whereas PLSum will maintain its performance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Shuffling: In order to remove order-dependency, we randomly shuffle the sentences to hide the very strong sentence position signal, which is commonly used to detect importance in news documents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Oversampling: With oversampling we aim for hiding the important information in the corpus by increasing the frequency of unimportant information. In particular, we iteratively search for a sentence\u015d wit\u0125", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "s = arg min s\u2208\u1e0a sx\u2208\u1e0a sim(s, s x ),", |
|
"eq_num": "(9)" |
|
} |
|
], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "where sim is a similarity measure for two sentences, and add\u015d to a random document in topic D. Since we duplicate the sentences we make sure that we do not introduce new, important information to the corpus which is not reflected in the summary. For the similarity measure we use", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "sim(s 1 , s 2 ) = cos(s 1 , s 2 ) + jacc(s 1 , s 2 ) 2", |
|
"eq_num": "(10)" |
|
} |
|
], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "in our experiments, where cos is a cosine similarity implemented in the DKPro Similarity framework (B\u00e4r et al., 2013) With this methodology, we create four new corpora with 100%, 200%, 500%, and 1000% of the size of DUC2004. The bigger the corpora is, the more unimportant information has been added to it. In the 100% corpus sentences are only shuffled without duplicating sentences. With increasing size we hide the originally frequent information better and make it therefore harder to detect important information. An analysis of the result of the oversampling is displayed in Table 1 . The average similarity decreases which means that we hide dense regions by adding sentences to less dense regions.", |
|
"cite_spans": [ |
|
{ |
|
"start": 99, |
|
"end": 117, |
|
"text": "(B\u00e4r et al., 2013)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 581, |
|
"end": 588, |
|
"text": "Table 1", |
|
"ref_id": "TABREF1" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Evaluation Corpora", |
|
"sec_num": "4" |
|
}, |
|
{ |
|
"text": "Since the DUC data provides manually written reference summaries, we can compare these gold standard summaries to the newly generated summaries of the automatic summarization systems. We provide in the evaluation ROUGE-1 (R1) and ROUGE-2 (R2) based recall scores according to Owczarzak et al. (2012) who showed that R2 provides the best agreement with manual evaluations when using stemming and without removing stopwords. As Rankel et al. (2013) showed that there is no clear winner between R1 and R2, we provide R1 as well, which is well suited to identify the better summary in a pair of summaries. Furthermore, all automatically generated summaries are truncated at a length of 100 words by the ROUGE system . Summarized, we use ROUGE-1.5.5 with parameters -a -m -n 2 -x -c 95 -r 1000 -f A -p 0.5 -t 0 -l 100 -d.", |
|
"cite_spans": [ |
|
{ |
|
"start": 276, |
|
"end": 299, |
|
"text": "Owczarzak et al. (2012)", |
|
"ref_id": "BIBREF21" |
|
}, |
|
{ |
|
"start": 426, |
|
"end": 446, |
|
"text": "Rankel et al. (2013)", |
|
"ref_id": "BIBREF27" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Evaluation", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "We will compare our algorithm, CPSum, to two baselines and to two well-known summarization algorithms.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Systems", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "Baselines: The first baseline Optimal has access to the reference summaries and is therefore no fair competitor for the remaining systems. Nevertheless, it provides useful information about the maximal reachable score for each dataset. Since computing the true optimal score is computational expensive, we only provide a pseudo-optimal value computed by a greedy search. The second baseline system, Random, selects sentences from the source documents randomly. It does not have access to the reference systems and is therefore the first system which can be compared with the other systems. Since most important information in news are often contained in the first sentences, just selecting the first few sentences as a summary is a strong baseline. We use Lead to provide evaluation scores for a system, which selects the first sentences of each document.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Systems", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "Summarization Systems: We use Centroid ) as a representative system for centroid-based systems. To generate the summaries for this approach we apply the widely used MEAD system , in which Centroid is implemented. For Centroid we used the default linear feature combination, length cutoff and re-ranker. As a competitive state-of-the-art representative for graph-based approaches we apply LexRank (Erkan and Radev, 2004) , which is also implemented in the MEAD system. For LexRank we used the LexRank feature, standard length cutoff and the default re-ranker.", |
|
"cite_spans": [ |
|
{ |
|
"start": 396, |
|
"end": 419, |
|
"text": "(Erkan and Radev, 2004)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Reference Systems", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "Since CPSum learns about importance of objects from a background corpus, we need first a concrete instantiation for the abstract objects and second a background corpus to learn from. As instances for the objects for which we learn contextual preferences of the form a b | C we use bi-grams of stemmed words, which means that CPSum will learn about the importance of bi-grams. The contexts C is therefore a sequence of bi-grams. As mentioned above, any other linguistic entity like named-entities, opinions, or events would also be possible choices. Furthermore, vector representations for sentences could be applied as well. We decided to use bi-grams of stemmed words since they do not need any sophisticated pre-processing. Furthermore, showing that our approach is able to handle difficult summarization scenarios without a For learning the importance of bi-grams we use a background corpus originally created by Hermann et al. (2015) for question answering tasks. Although this corpus does not provide well-written summaries for each article but only sentence-length bullet points summarizing the content of the article, we can use this information to derive the necessary training signals for learning object importance. The corpus contains about 100k CNN document-summary pairs crawled from CNN and about 197k pairs crawled from DailyMail. For training, we use a subset of 100k randomly selected documents in total.", |
|
"cite_spans": [ |
|
{ |
|
"start": 916, |
|
"end": 937, |
|
"text": "Hermann et al. (2015)", |
|
"ref_id": "BIBREF9" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "CPSum", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "Since we will not observe most of the bi-grams from the training corpus in the test data, we apply a lazy learning strategy to only learn about elements which appear in the test data. Furthermore, we only learn preferences for contexts which we actually observe during summarization. This decreases the learning effort significantly. Table 2 shows the ROUGE evaluation scores of the tested systems on the test datasets. First, we see that the evaluation scores for both, ROUGE-1 and ROUGE-2 recall stays nearly constant for the oracle system Optimal. From this result we conclude that our modifications did neither remove from nor add important information to the corpus. After the modifications, it is still possible to generate summaries with a ROUGE-1 value of at least 0.40 and a ROUGE-2 value of at least 0.09. The performance of Random decreases when we add more irrelevant information to the corpus. This behavior is expected since the probability of picking an irrelevant sentences increases when more irrelevant sentences are in the corpus. The baseline Lead, which simply uses the first sentences of each article, but is considered to be a strong baseline in newswire documents, is able to summarize the original DUC 2004 data reasonably well. However, in the modified corpora with randomized sentence order, its performance is obviously not better than Random.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 334, |
|
"end": 341, |
|
"text": "Table 2", |
|
"ref_id": "TABREF3" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "CPSum", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "As expected, the two state-of-the-art reference systems work well on the original DUC 2004 corpus, where Centroid achieves the best results. This behavior is also expected, since it uses positional and centrality features, which provide very good signals for importance in the corpus. When these signals are more and more removed in D04-1 -D04-10, we observe a big performance decrease in both, ROUGE-1 and ROUGE-2. LexRank behaves similarly to Centroid but with a less fast decrease of performance.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "CPSum performs only moderately at the original DUC 2004 dataset. This is again expected, since it does not use the strong importance signals sentence position and sentence centrality. The strength of CPSum can be observed in the modified corpora, where the performance stays comparable to the performance at the original corpus and does not decrease as it can be observed for all other Saudi exile Osama bin Laden , the alleged mastermind of a conspiracy to attack U.S. targets around the world, and Muhammad Atef, the alleged military commander of bin Laden's terrorist organization, Al-Qaeda, were charged in a separate 238-page indictment with murder and conspiracy in the bombings. Saudi exile Osama bin Laden , the alleged mastermind of a conspiracy to attack U.S. targets around the world, and Muhammad Atef, the alleged military commander of bin Laden's terrorist organization, Al-Qaeda, were charged in a separate 238-page indictment with murder and conspiracy in the bombings. Figure 3 : Example of the importance of the elements in a sentence before (top) and after (bottom) adding the sentence to the summary. The darker the font color the more important the element. Elements with less than 100 gathered preferences are displayed in italics. The importance scores are estimated by v as defined in Equation 8.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 986, |
|
"end": 994, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "approaches. In terms of ROUGE-1 scores, CPSum has the best performance on the four modified corpora. In terms of ROUGE-2, its original performance is similar to the performance of LexRank, but lower that Centroid. The performance of Centroid drops significantly after shuffling the sentences. If we add more and more irrelevant sentences, the performance of Centroid drops again faster than the performance of LexRank. CPSum outperforms all systems when we increase the amount of noise in the corpora D04-5 and D04-10.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "We show an example of the sentences scoring in Figure 3 . We display the same sentence twice. In the top, we display the context-free scores of the elements of the sentence by using a darker font for more important information. In the bottom, we show the contextual scores of the same sentence after adding this particular sentence to the summary. We observe that the importance scores of elements such as Osama bin Laden are estimated properly. After adding the sentence to the summary we can see how PLSum discounts the scores for different elements differently.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 47, |
|
"end": 55, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Results", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "In this paper we introduced CPSum, a text summarization system that learns the importance of entities from an independent background corpus of document-summary pairs. CPSum is able to cope with summarization scenarios where neither centrality nor structural features help to detect important information. We showed that the performance of conventional text summarization systems decreases in such a setting. Previous approaches can be confused easily by adding more and more irrelevant information whereas the performance of CPSum stays constant. We would argue that by relying on learned prior knowledge about what information is important for a summary, CPSum is able to detect important information similar to the way human experts address a summarization task.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "CPSum is also different in the way it copes with redundancy. Instead of measuring the similarity to already selected sentences such as the majority of the previous systems, we estimate the score of the elements with contextual preferences. This enables CPSum not only to detect redundancy, but also to use synergy effects between sentences. Adding one sentence to the summary can therefore also increase the utility of other sentences. Furthermore, our system can be adapted easily to different user interest by learning from other source documents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "We intend to investigate other basis elements for the preferences as well as alternatives for modeling world knowledge in future work. Similarly, we are also working on a corpus with which we can further investigate summarization scenarios where centrality and structural features are no good signals for importance. The results of this first study make us confident that a knowledgebased approach towards importance information is necessary in order to enable summarization systems to handle difficult summarization scenarios where signals for importance cannot be inferred from the source documents.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Conclusions", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "http://duc.nist.gov/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "https://www.icij.org/ 3 https://panamapapers.icij.org/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://alt.qcri.org/semeval2014/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "This work has been supported by the German Research Foundation (DFG) as part of the Research Training Group Adaptive Preparation of Information from Heterogeneous Sources (AIPHES) under grant No. GRK 1994/1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgments", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "DKPro Similarity: An open source framework for text similarity", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "B\u00e4r", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Zesch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Gurevych", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proc. 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "121--126", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. B\u00e4r, T. Zesch, and I. Gurevych. 2013. DKPro Simi- larity: An open source framework for text similarity. In Proc. 51st Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pp. 121-126, Sofia, Bulgaria. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "The anatomy of a largescale hypertextual web search engine. Computer networks", |
|
"authors": [ |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Brin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Page", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "", |
|
"volume": "30", |
|
"issue": "", |
|
"pages": "107--117", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "S. Brin and L. Page. 1998. The anatomy of a large- scale hypertextual web search engine. Computer networks, 30(1-7):107-117.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "The use of MMR, diversity-based reranking for reordering documents and producing summaries", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Carbonell", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Goldstein", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1998, |
|
"venue": "Proc. 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "335--336", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Carbonell and J. Goldstein. 1998. The use of MMR, diversity-based reranking for reordering documents and producing summaries. In Proc. 21st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pp. 335- 336. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Left-brain/right-brain multidocument summarization", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Conroy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Schlesinger", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Goldstein", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "O'leary", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the Document Understanding Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J.M. Conroy, J.D. Schlesinger, J. Goldstein, and D.P. O'Leary. 2004. Left-brain/right-brain multi- document summarization. In Proceedings of the Document Understanding Conference (DUC 2004).", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "New methods in automatic extracting", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "Edmundson", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1969, |
|
"venue": "Journal of the ACM", |
|
"volume": "16", |
|
"issue": "2", |
|
"pages": "264--285", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "H.P. Edmundson. 1969. New methods in automatic extracting. Journal of the ACM, 16(2):264-285.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "LexRank: Graphbased lexical centrality as salience in text summarization", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Erkan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Radev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Journal of Artificial Intelligence Research", |
|
"volume": "22", |
|
"issue": "", |
|
"pages": "457--479", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Erkan and D.R. Radev. 2004. LexRank: Graph- based lexical centrality as salience in text summa- rization. Journal of Artificial Intelligence Research 22:457-479.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Preference learning", |
|
"authors": [], |
|
"year": 2011, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. F\u00fcrnkranz and E. H\u00fcllermeier (eds.) 2011. Prefer- ence learning. Springer.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "Simple heuristics that make us smart", |
|
"authors": [ |
|
{ |
|
"first": "G", |
|
"middle": [], |
|
"last": "Gigerenzer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Todd", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "G. Gigerenzer and P.M. Todd. 1999. Simple heuristics that make us smart. Oxford University Press, USA.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "The ICSI/UTD summarization system at TAC", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Gillick", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Favre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Hakkani-Tur", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Bohnet", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Y", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Xie", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2009, |
|
"venue": "Proc. 2nd Text Analysis Conference", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Gillick, B. Favre, D. Hakkani-Tur, B. Bohnet, Y. Liu, and S. Xie. 2009. The ICSI/UTD summariza- tion system at TAC 2009. In Proc. 2nd Text Analysis Conference (TAC-09), Gaithersburg, MD (USA).", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "Teaching machines to read and comprehend", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Hermann", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Kocisky", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Grefenstette", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Espeholt", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Kay", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Suleyman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Blunsom", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Advances in Neural Information Processing Systems 28 (NIPS-15)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1684--1692", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K.M. Hermann, T. Kocisky, E. Grefenstette, L. Espe- holt, W. Kay, M. Suleyman, and P. Blunsom. 2015. Teaching machines to read and comprehend. In Ad- vances in Neural Information Processing Systems 28 (NIPS-15), pp. 1684-1692.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Improving the estimation of word importance for news multidocument summarization", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Hong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Nenkova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proc. 14th Conference of the European Chapter of the Association for Computational Linguistics (EACL-14)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "712--721", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Hong and A. Nenkova. 2014. Improving the estimation of word importance for news multi- document summarization. In Proc. 14th Confer- ence of the European Chapter of the Association for Computational Linguistics (EACL-14), Gothenburg, Sweden, pp. 712-721.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "A repository of state of the art and competitive baseline summaries for generic news summarization", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Hong", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Conroy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Favre", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Kulesza", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Nenkova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2014, |
|
"venue": "Proc. 9th International Conference on Language Resources and Evaluation (LREC-14)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1608--1616", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Hong, J.M. Conroy, B. Favre, A. Kulesza, H. Lin, and A. Nenkova. 2014. A repository of state of the art and competitive baseline summaries for generic news summarization. In Proc. 9th International Conference on Language Resources and Evaluation (LREC-14), Reykjavik, Iceland, pp. 1608-1616.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Authoritative sources in a hyperlinked environment", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Kleinberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "Journal of the ACM", |
|
"volume": "46", |
|
"issue": "5", |
|
"pages": "604--632", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J.M. Kleinberg. 1999. Authoritative sources in a hyperlinked environment. Journal of the ACM, 46(5):604-632.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "A class of submodular functions for document summarization", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Bilmes", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proc. 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies", |
|
"volume": "1", |
|
"issue": "", |
|
"pages": "510--520", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "H. Lin and J. Bilmes. 2011. A class of submodu- lar functions for document summarization. In Proc. 49th Annual Meeting of the Association for Com- putational Linguistics: Human Language Technolo- gies, Vol. 1, pp. 510-520. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF14": { |
|
"ref_id": "b14", |
|
"title": "Rouge: A package for automatic evaluation of summaries", |
|
"authors": [ |
|
{ |
|
"first": "C.-Y.", |
|
"middle": [], |
|
"last": "Lin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proceedings of the ACL-04", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "C.-Y. Lin. 2004. Rouge: A package for automatic eval- uation of summaries. In Proceedings of the ACL-04", |
|
"links": null |
|
}, |
|
"BIBREF16": { |
|
"ref_id": "b16", |
|
"title": "The automatic creation of literature abstracts", |
|
"authors": [ |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "Luhn", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1958, |
|
"venue": "IBM Journal of Research and Development", |
|
"volume": "2", |
|
"issue": "2", |
|
"pages": "159--165", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "H.P. Luhn. 1958. The automatic creation of literature abstracts. IBM Journal of Research and Develop- ment, 2(2):159-165.", |
|
"links": null |
|
}, |
|
"BIBREF17": { |
|
"ref_id": "b17", |
|
"title": "Automatic summarization", |
|
"authors": [ |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Mani", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2001, |
|
"venue": "", |
|
"volume": "3", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "I. Mani. 2001. Automatic summarization, Vol. 3. John Benjamins Publishing.", |
|
"links": null |
|
}, |
|
"BIBREF18": { |
|
"ref_id": "b18", |
|
"title": "Generating summaries of multiple news articles", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Mckeown", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Radev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1995, |
|
"venue": "Proc. 18th annual international ACM SIGIR Conference on Research and Development in Information Retrieval", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "74--82", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. McKeown and D.R. Radev. 1995. Generating sum- maries of multiple news articles. In Proc. 18th an- nual international ACM SIGIR Conference on Re- search and Development in Information Retrieval, pp. 74-82. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF19": { |
|
"ref_id": "b19", |
|
"title": "TextRank: Bringing order into texts", |
|
"authors": [ |
|
{ |
|
"first": "R", |
|
"middle": [], |
|
"last": "Mihalcea", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Tarau", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proc. 2004 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "404--411", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "R. Mihalcea and P. Tarau. 2004. TextRank: Bring- ing order into texts. In Proc. 2004 Conference on Empirical Methods in Natural Language Processing (EMNLP-04), pp. 404-411. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF20": { |
|
"ref_id": "b20", |
|
"title": "A compositional context sensitive multidocument summarizer: exploring the factors that influence summarization", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Nenkova", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "L", |
|
"middle": [], |
|
"last": "Vanderwende", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Mckeown", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "Proc. 29th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "573--580", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. Nenkova, L. Vanderwende, and K. McKeown. 2006. A compositional context sensitive multi- document summarizer: exploring the factors that in- fluence summarization. In Proc. 29th Annual Inter- national ACM SIGIR Conference on Research and Development in Information Retrieval, pp. 573-580. ACM.", |
|
"links": null |
|
}, |
|
"BIBREF21": { |
|
"ref_id": "b21", |
|
"title": "An assessment of the accuracy of automatic evaluation in summarization", |
|
"authors": [ |
|
{ |
|
"first": "K", |
|
"middle": [], |
|
"last": "Owczarzak", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Conroy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"Trang" |
|
], |
|
"last": "Dang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Nenkova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2012, |
|
"venue": "Proc. Workshop on Evaluation Metrics and System Comparison for Automatic Summarization", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--9", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "K. Owczarzak, J.M. Conroy, H. Trang Dang, and A. Nenkova. 2012. An assessment of the accu- racy of automatic evaluation in summarization. In Proc. Workshop on Evaluation Metrics and System Comparison for Automatic Summarization, pp. 1-9. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF22": { |
|
"ref_id": "b22", |
|
"title": "Integrating importance, non-redundancy and coherence in graphbased extractive summarization", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Parveen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Strube", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proc. 24th International Conference on Artificial Intelligence (AAAI-15)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1298--1304", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Parveen and M. Strube. 2015. Integrating im- portance, non-redundancy and coherence in graph- based extractive summarization. In Proc. 24th International Conference on Artificial Intelligence (AAAI-15), pp. 1298-1304. AAAI Press.", |
|
"links": null |
|
}, |
|
"BIBREF23": { |
|
"ref_id": "b23", |
|
"title": "A common theory of information fusion from multiple text sources-Step one: cross-document structure", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Radev", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the 1st SIGdial workshop on Discourse and dialogue (SIGDIAL-00)", |
|
"volume": "10", |
|
"issue": "", |
|
"pages": "74--83", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D.R. Radev. 2000. A common theory of informa- tion fusion from multiple text sources-Step one: cross-document structure. In Proceedings of the 1st SIGdial workshop on Discourse and dialogue (SIGDIAL-00), Vol. 10, pp. 74-83. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF24": { |
|
"ref_id": "b24", |
|
"title": "MEAD-a platform for multidocument multilingual text summarization", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Radev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "T", |
|
"middle": [], |
|
"last": "Allison", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Blair-Goldensohn", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Blitzer", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Celebi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Dimitrov", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [], |
|
"last": "Drabek", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Hakim", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "W", |
|
"middle": [], |
|
"last": "Lam", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Otterbacher", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Qi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Saggion", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Teufel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Topper", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Winkel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Z", |
|
"middle": [], |
|
"last": "Zhang", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2004, |
|
"venue": "Proc. 4th International Conference on Language Resources and Evaluation (LREC-04). European Language Resources Association", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D.R. Radev, T. Allison, S. Blair-Goldensohn, J. Blitzer, A. Celebi, S. Dimitrov, E. Drabek, A. Hakim, W. Lam, D. Liu, J. Otterbacher, H. Qi, H. Saggion, S. Teufel, M. Topper, A. Winkel, and Z. Zhang. 2004. MEAD-a platform for multidocument mul- tilingual text summarization. In Proc. 4th Interna- tional Conference on Language Resources and Eval- uation (LREC-04). European Language Resources Association.", |
|
"links": null |
|
}, |
|
"BIBREF25": { |
|
"ref_id": "b25", |
|
"title": "Centroid-based summarization of multiple documents: sentence extraction, utility-based evaluation, and user studies", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"R" |
|
], |
|
"last": "Radev", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [], |
|
"last": "Jing", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Budzikowska", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2000, |
|
"venue": "Proceedings of the 2000 NAACL-ANLP Workshop on Automatic Summarization", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "21--30", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D.R. Radev, H. Jing, and M. Budzikowska. 2000. Centroid-based summarization of multiple docu- ments: sentence extraction, utility-based evalua- tion, and user studies. In Proceedings of the 2000 NAACL-ANLP Workshop on Automatic Summariza- tion, pp. 21-30. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF26": { |
|
"ref_id": "b26", |
|
"title": "Ranking human and machine summarization systems", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Rankel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Conroy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "E", |
|
"middle": [ |
|
"V" |
|
], |
|
"last": "Slud", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "O'leary", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2011, |
|
"venue": "Proc. 2011 Conference on Empirical Methods in Natural Language Processing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "467--473", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P.A. Rankel, J.M. Conroy, E.V. Slud, and D.P. O'Leary. 2011. Ranking human and machine summarization systems. In Proc. 2011 Conference on Empirical Methods in Natural Language Processing (EMNLP- 11), pp. 467-473. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF27": { |
|
"ref_id": "b27", |
|
"title": "A decade of automatic content evaluation of news summaries: Reassessing the state of the art", |
|
"authors": [ |
|
{ |
|
"first": "P", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Rankel", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "J", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Conroy", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "H", |
|
"middle": [ |
|
"Trang" |
|
], |
|
"last": "Dang", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Nenkova", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2013, |
|
"venue": "Proc. 51st Annual Meeting of the Association for Computational Linguistics (ACL-13)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "131--136", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "P.A. Rankel, J.M. Conroy, H. Trang Dang, and A. Nenkova. 2013. A decade of automatic content evaluation of news summaries: Reassessing the state of the art. In Proc. 51st Annual Meeting of the As- sociation for Computational Linguistics (ACL-13), Sofia, Bulgaria, pp. 131-136.", |
|
"links": null |
|
}, |
|
"BIBREF28": { |
|
"ref_id": "b28", |
|
"title": "Older versions of the rougeeval summarization evaluation system were easier to fool", |
|
"authors": [ |
|
{ |
|
"first": "J", |
|
"middle": [], |
|
"last": "Sj\u00f6bergh", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Information Processing & Management", |
|
"volume": "43", |
|
"issue": "6", |
|
"pages": "1500--1505", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "J. Sj\u00f6bergh. 2007. Older versions of the rougee- val summarization evaluation system were easier to fool. Information Processing & Management, 43(6):1500-1505.", |
|
"links": null |
|
}, |
|
"BIBREF29": { |
|
"ref_id": "b29", |
|
"title": "Towards a unified approach to simultaneous single-document and multi-document summarizations", |
|
"authors": [ |
|
{ |
|
"first": "X", |
|
"middle": [], |
|
"last": "Wan", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2010, |
|
"venue": "Proc. 23rd International Conference on Computational Linguistics (ACL-10)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1137--1145", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "X. Wan. 2010. Towards a unified approach to simul- taneous single-document and multi-document sum- marizations. In Proc. 23rd International Conference on Computational Linguistics (ACL-10), pp. 1137- 1145. ACL.", |
|
"links": null |
|
}, |
|
"BIBREF30": { |
|
"ref_id": "b30", |
|
"title": "Extractive summarization by maximizing semantic volume", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Yogatama", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "F", |
|
"middle": [], |
|
"last": "Liu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [ |
|
"A" |
|
], |
|
"last": "Smith", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2015, |
|
"venue": "Proc. Conference on Empirical Methods in Natural Language Processing (EMNLP-15)", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "961--1966", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Yogatama, F. Liu, and N.A. Smith. 2015. Extractive summarization by maximizing semantic volume. In Proc. Conference on Empirical Methods in Natural Language Processing (EMNLP-15), pp. 961-1966, Lisbon, Portugal. ACL.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"num": null, |
|
"type_str": "figure", |
|
"text": "Differences between centrality-based summarization (black arrow) and importance-aware summarization (white arrow) in single-(left) and multi-document summarization (right).", |
|
"uris": null |
|
}, |
|
"FIGREF1": { |
|
"num": null, |
|
"type_str": "figure", |
|
"text": "input documents D and reference summaries R. |D| = 1 in single-document summarization and |D| > 1 in multi-document summarization where |D| denotes the size of D. Since we do not distinguish between different source documents we introduce\u1e0a = D 1 \u2022\u2022 \u2022 \u2022\u2022D o as the concatenation of all sentences of all source documents in D.", |
|
"uris": null |
|
}, |
|
"FIGREF2": { |
|
"num": null, |
|
"type_str": "figure", |
|
"text": "the set of all considered objects in the background corpus B (i.e. the vocabulary) and Pr(a b) if C = \u2205 and Pr(a b | C) are estimated as in (4).", |
|
"uris": null |
|
}, |
|
"FIGREF3": { |
|
"num": null, |
|
"type_str": "figure", |
|
"text": "Learning curve of CPSum on DUC2004 for different background corpus sizes. ROUGE-1 scores (left scale) are displayed in blue and ROUGE-2 (right scale) in red. sophisticated linguistic analysis of the data and relying solely on simple elements is an even stronger argument for the strength of CPSum.", |
|
"uris": null |
|
}, |
|
"TABREF1": { |
|
"type_str": "table", |
|
"html": null, |
|
"text": "Average similarities of the sentences contained in the test corpora.", |
|
"num": null, |
|
"content": "<table><tr><td>combination lead to reasonably good results on</td></tr><tr><td>the English subtask of the SemEval2014 Seman-</td></tr><tr><td>tic Textual Similarity dataset. 4</td></tr></table>" |
|
}, |
|
"TABREF3": { |
|
"type_str": "table", |
|
"html": null, |
|
"text": "ROUGE-1 and ROUGE-2 scores on the original and the modified DUC 2004 corpora.", |
|
"num": null, |
|
"content": "<table><tr><td>0.330</td><td/><td/><td/><td/><td>0.07</td></tr><tr><td>0.325</td><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td>0.06</td></tr><tr><td>0.320</td><td/><td/><td/><td/><td/></tr><tr><td/><td/><td/><td/><td/><td>0.05</td></tr><tr><td>0.315</td><td/><td/><td/><td>ROUGE-1</td><td/></tr><tr><td/><td/><td/><td/><td>ROUGE-2</td><td/></tr><tr><td>0.310</td><td>0</td><td>50</td><td>100</td><td>150</td><td>200 0.04</td></tr><tr><td/><td/><td colspan=\"3\">Number of training documents (in 1000)</td><td/></tr></table>" |
|
} |
|
} |
|
} |
|
} |