| { |
| "paper_id": "S15-1020", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T15:36:53.893024Z" |
| }, |
| "title": "Extending a Single-Document Summarizer to Multi-Document: a Hierarchical Approach", |
| "authors": [ |
| { |
| "first": "Lu\u00eds", |
| "middle": [], |
| "last": "Marujo", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "CMU", |
| "location": { |
| "region": "Pittsburgh", |
| "country": "USA" |
| } |
| }, |
| "email": "lmarujo@cs.cmu.edu" |
| }, |
| { |
| "first": "Ricardo", |
| "middle": [], |
| "last": "Ribeiro", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "ISCTE-IUL", |
| "location": { |
| "settlement": "Lisboa", |
| "country": "Portugal" |
| } |
| }, |
| "email": "ricardo.ribeiro@inesc-id.pt" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Martins De Matos", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Jo\u00e3o", |
| "middle": [ |
| "P" |
| ], |
| "last": "Neto", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "joao.neto@inesc-id.pt" |
| }, |
| { |
| "first": "Anatole", |
| "middle": [], |
| "last": "Gershman", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "CMU", |
| "location": { |
| "region": "Pittsburgh", |
| "country": "USA" |
| } |
| }, |
| "email": "anatoleg@cs.cmu.edu" |
| }, |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "", |
| "affiliation": { |
| "laboratory": "", |
| "institution": "CMU", |
| "location": { |
| "region": "Pittsburgh", |
| "country": "USA" |
| } |
| }, |
| "email": "" |
| }, |
| { |
| "first": "Inesc-Id", |
| "middle": [], |
| "last": "Lisboa", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Ist", |
| "middle": [ |
| "/" |
| ], |
| "last": "Ulisboa", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "The increasing amount of online content motivated the development of multi-document summarization methods. In this work, we explore straightforward approaches to extend single-document summarization methods to multi-document summarization. The proposed methods are based on the hierarchical combination of single-document summaries, and achieves state of the art results.", |
| "pdf_parse": { |
| "paper_id": "S15-1020", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "The increasing amount of online content motivated the development of multi-document summarization methods. In this work, we explore straightforward approaches to extend single-document summarization methods to multi-document summarization. The proposed methods are based on the hierarchical combination of single-document summaries, and achieves state of the art results.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "The use of the Internet to fulfill generic information needs motivated pioneer multi-document summarization efforts as NewsInEssence (Radev et al., 2005) or Newsblaster (McKeown et al., 2002) , online since 2001. In general, multi-document summarization approaches have to address two different problems: passage selection and information ordering. Current multi-document systems adopt, for passage selection, approaches similar to the ones used in single-document summarization, and use the chronological order of the documents for information ordering (Christensen et al., 2013) . The problem is that most approaches fail to generate summaries that cover generic topics which comprehend different, equally important, subtopics.", |
| "cite_spans": [ |
| { |
| "start": 133, |
| "end": 153, |
| "text": "(Radev et al., 2005)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 169, |
| "end": 191, |
| "text": "(McKeown et al., 2002)", |
| "ref_id": "BIBREF13" |
| }, |
| { |
| "start": 554, |
| "end": 580, |
| "text": "(Christensen et al., 2013)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We propose to extend a state-of-the-art single-document summarization method, KP-CENTRALITY (Ribeiro et al., 2013) , capable of focusing on diverse important topics while ignoring unimportant ones, to perform multi-document summarization. We explore two hierarchical strategies to perform this extension.", |
| "cite_spans": [ |
| { |
| "start": 92, |
| "end": 114, |
| "text": "(Ribeiro et al., 2013)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "This document is organized as follows: Sect. 2 addresses the related work; Sect. 3 presents our multidocument summarization appproach; experimental results close the paper.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Most of the current work in automatic summarization focuses on extractive summarization. The most popular baselines for multi-document summarization fall into one of the following general models: Centrality-based Erkan and Radev, 2004; Wang et al., 2008; Ribeiro and de Matos, 2011) , Maximal Marginal Relevance (MMR) (Carbonell and Goldstein, 1998; Guo and Sanner, 2010; Sanner et al., 2011; Lim et al., 2012) , and Coverage-base methods (Lin and Hovy, 2000; Sipos et al., 2012) . Additionally, methods such as KP-CENTRALITY (Ribeiro et al., 2013) , which is centrality and coverage-based, follow more than one paradigm. In general, Centrality-based models are used to produce generic summaries, while the MMR family generates query-oriented ones. Coveragebase models produce summaries driven by words, topics or events.", |
| "cite_spans": [ |
| { |
| "start": 213, |
| "end": 235, |
| "text": "Erkan and Radev, 2004;", |
| "ref_id": "BIBREF3" |
| }, |
| { |
| "start": 236, |
| "end": 254, |
| "text": "Wang et al., 2008;", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 255, |
| "end": 282, |
| "text": "Ribeiro and de Matos, 2011)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 318, |
| "end": 349, |
| "text": "(Carbonell and Goldstein, 1998;", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 350, |
| "end": 371, |
| "text": "Guo and Sanner, 2010;", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 372, |
| "end": 392, |
| "text": "Sanner et al., 2011;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 393, |
| "end": 410, |
| "text": "Lim et al., 2012)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 439, |
| "end": 459, |
| "text": "(Lin and Hovy, 2000;", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 460, |
| "end": 479, |
| "text": "Sipos et al., 2012)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 526, |
| "end": 548, |
| "text": "(Ribeiro et al., 2013)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Centrality-as-relevance methods base the detection of the most salient passages on the identification of the central passages of the input source(s). One of the main representatives of this family is Passageto-Centroid Similarity-based Centrality. Centroidbased methods build on the idea of a pseudo-passage that represents the central topic of the input sourcethe centroid-selecting as passages to be included in the summary the ones that are close to the centroid. Another approach to centrality estimation is to com-pare each candidate passage to every other passage and select the ones with higher scores (the ones that are closer to every other passage): the Pair-wise Passage Similarity-based Centrality.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "MMR (Carbonell and Goldstein, 1998 ) is a query driven relevance model based on the following mathematical model:", |
| "cite_spans": [ |
| { |
| "start": 4, |
| "end": 34, |
| "text": "(Carbonell and Goldstein, 1998", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "arg max Si \u03bb(Sim 1 (S i , Q))\u2212(1\u2212\u03bb)(max Sj Sim 2 (S i , S j ))", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "where Sim1 and Sim2 are similarity metrics that do not have to be different; S i are the yet unselected passages and S j are the previously selected ones; Q is the required query to apply the model; and, \u03bb is a parameter that allows to configure the result to be from a standard relevance-ranked list (\u03bb = 1) to a maximal diversity ranking (\u03bb = 0).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Coverage-based summarization defines a set of concepts that need to occur in the sentences selected for the summaries. The concepts are events (Filatova and Hatzivassiloglou, 2004) , topics (Lin and Hovy, 2000) , salient words (Lin and Bilmes, 2010; Sipos et al., 2012) , and word n-grams (Gillick et al., 2008; Almeida and Martins, 2013) .", |
| "cite_spans": [ |
| { |
| "start": 143, |
| "end": 180, |
| "text": "(Filatova and Hatzivassiloglou, 2004)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 190, |
| "end": 210, |
| "text": "(Lin and Hovy, 2000)", |
| "ref_id": "BIBREF9" |
| }, |
| { |
| "start": 227, |
| "end": 249, |
| "text": "(Lin and Bilmes, 2010;", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 250, |
| "end": 269, |
| "text": "Sipos et al., 2012)", |
| "ref_id": "BIBREF19" |
| }, |
| { |
| "start": 289, |
| "end": 311, |
| "text": "(Gillick et al., 2008;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 312, |
| "end": 338, |
| "text": "Almeida and Martins, 2013)", |
| "ref_id": "BIBREF0" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Our multi-document approach is built upon a centrality and coverage-based single-document summarization method, KP-CENTRALITY (Ribeiro et al., 2013) . This method, through the use of key phrases, is easily adaptable and has been shown to be robust in the presence of noisy input. This is an important aspect considering that using as input several documents frequently increases the amount of unimportant content).", |
| "cite_spans": [ |
| { |
| "start": 126, |
| "end": 148, |
| "text": "(Ribeiro et al., 2013)", |
| "ref_id": "BIBREF17" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multi-Document Summarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "When adapting a single-document summarization method to perform multi-document summarization, a possible strategy is to combine the summaries of each document. To iteratively combine the summaries, we explore two different approaches: singlelayer hierarchical and waterfall. Given that the summarization method also uses as input a set of key phrases, we extract from each input document the required set of key phrases, join the extracted sets, and rank the key phrases using their frequency. To generate each summary, we use the top key phrases, excluding the ones that do not occur in the input document.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Multi-Document Summarization", |
| "sec_num": "3" |
| }, |
| { |
| "text": "To retrieve the most important sentences of an information source, we used the KP-CENTRALITY method (Ribeiro et al., 2013) . We chose this model for its adaptability to different types of information sources (e.g., text, audio and video), while supporting privacy (Marujo et al., 2014) , and offering stateof-art performance. It is based on the notion of combining key phrases with support sets. A support set is a group of the most semantically related passages. These semantic passages are chosen using heuristics based on the passage order method (Ribeiro and de Matos, 2011) . This type of heuristics uses the structure of the input document (source) to partition the candidate passages to be included in the support set in two subsets: the ones closer to the passage associated with the support set under construction and the ones further apart. These heuristics use a permutation,", |
| "cite_spans": [ |
| { |
| "start": 100, |
| "end": 122, |
| "text": "(Ribeiro et al., 2013)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 264, |
| "end": 285, |
| "text": "(Marujo et al., 2014)", |
| "ref_id": "BIBREF12" |
| }, |
| { |
| "start": 550, |
| "end": 578, |
| "text": "(Ribeiro and de Matos, 2011)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "d i 1 , d i 2 , \u2022 \u2022 \u2022 , d i N \u22121", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": ", of the distances of the passages s k to the passage p i , related to the support set under construction, with", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "d i k = dist(s k , p i ), 1 \u2264 k \u2264 N \u2212 1,", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where N is the number of passages, corresponding to the order of occurrence of passages s k in the input source. The metric that is normally used is the cosine distance.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "The KP-Centrality method consists of two steps. First, it extracts key phrases using a supervised approach (Marujo et al., 2012) and combines them with a bag-of-words model in a compact matrix representation, given by: \uf8ee \uf8ef \uf8f0", |
| "cite_spans": [ |
| { |
| "start": 107, |
| "end": 128, |
| "text": "(Marujo et al., 2012)", |
| "ref_id": "BIBREF11" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "w(t 1 , p 1 ) . . . w(t 1 , p N ) w(t 1 , k 1 ) . . . w(t 1 , k M ) . . . . . . w(t T , p 1 ) . . . w(t T , p N ) w(t T , k 1 ) . . . w(t T , k M ) \uf8f9 \uf8fa \uf8fb ,", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "where w is a function of the number of occurrences of term t i in passage p j or key phrase k l , T is the number of terms and M is the number of key phrases. Then, using a segmented information source I p 1 , p 2 , . . . , p N , a support set S i is computed for each passage p i using:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "S i {s \u2208 I \u222a K : sim(s, q i ) > \u03b5 i \u2227 s = q i }, (2) for i = 1, . . . , N + M .", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Passages are ranked excluding the key phrases K (artificial passages) according to:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "arg max s\u2208(\u222a n i=1 S i )\u2212K {S i : s \u2208 S i } .", |
| "eq_num": "(3)" |
| } |
| ], |
| "section": "Single-Document Summarization Method", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In this model, we use KP-CENTRALITY to generate, for each news document, an intermediate summary with the same size of the output summary for the input documents. An aggregated summary is obtained by concatenating the chronologically ordered intermediate summaries. The output summary is again generated by applying KP-CENTRALITY to the aggregated summary as Figure 1 shows. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 359, |
| "end": 367, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Single-Layer Hierarchical", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "This model differs from the previous one in the merging process. The underlying merging of the documents follows a cascaded process: it starts by merging the intermediate summaries, with the same size of the output summary, of the first two documents, according to their chronological order. This document is then summarized and merged with the summary of following document. We iterate this process through all the documents until the most recent one as Figure 2 illustrates. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 455, |
| "end": 463, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Waterfall", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "We compare the performance of our methods against other representative models, namely MEAD, MMR, Expected n-call@k (Lim et al., 2012) , and the Portfolio Theory (Wang and Zhu, 2009) . MEAD is a centroid-based method and one of the most popular centrality-based methods. MMR is one of the most used query-based methods. Expected n-call@k adapts and extends MMR as a probabilistic model (Probabilistic Latent MMR). The Portfolio Theory also extends MMR based on the idea of ranking under uncertainty. As baseline, we used the straightforward idea of combining all input documents into a single one, and then submit the document to the single-document summarization method. Considering that most coverage-based systems explore event information, we opted for not including them in this comparative analysis.", |
| "cite_spans": [ |
| { |
| "start": 115, |
| "end": 133, |
| "text": "(Lim et al., 2012)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 161, |
| "end": 181, |
| "text": "(Wang and Zhu, 2009)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To assess the informativeness of the summaries generated by our methods, we used ROUGE-1 and ROUGE-2 (Lin, 2004) on DUC 2007 and TAC 2009 datasets. The main summarization task in DUC 2007 1 is the generation of 250-word summaries of 45 clusters of 25 newswire documents (from the AQUAINT corpus) and 4 human reference summaries. The TAC 2009 Summarization task 2 has 44 topic clusters. Each topic has 2 sets of 10 news documents obtained from the AQUAINT 2 corpus.There are 4 human 100-word reference summaries for each set, where the reference summaries for the first set are query-oriented, and for the second set are update summaries. In this work, we used the first set of reference summaries. We evaluate the different models by generating summaries with 250 words. We only present the best results.", |
| "cite_spans": [ |
| { |
| "start": 101, |
| "end": 112, |
| "text": "(Lin, 2004)", |
| "ref_id": "BIBREF10" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The used features include the bag-of-words model representation of the sentences (TF-IDF), the key phrases and the query (obtained from the topics descriptions). Including the query is a new extension to the KP-CENTRALITY method, which, in general, improved the results. We experimented with different numbers of key phrases, obtaining the best results with 40 key phrases. To compare and rank the sentences, we use several distance metrics, namely: Frac133 ( with N = 1.(3)), Euclidean, Chebyshev, Manhattan, Minkowski, the Jensen-Shannon Divergence, and the cosine similarity. Table 1 shows that the best results were obtained by the proposed hierarchical models, in both datasets. Overal, the best performing distance metric for our centrality-based method was the cosine similarity and the best strategy for combining the information was the waterfall approach, namely, in terms of ROUGE-2. In DUC 2007, frac133 using the single-layer method achieved the best ROUGE-1 score, although the difference for cosine is hardly noticeable. Single-layer with frac133 shows a performance improvement of 0.0180 ROUGE-1 points (relative performance improvement of 5.0%) over the best of the other systems, Portfolio, in DUC 2007, and of 0.0845 ROUGE-1 points (19.7% relative performance improvement) in TAC 2009. In terms of ROUGE-2, the waterfall method using cosine achieved an improvement of 0.0112 (relative performance improvement of 14.1%) over Portfolio, in DUC 2007, and of 0.0848 (relative performance improvement of 100.4%) over MEAD, the best performing of the reference systems using this metric, in TAC 2009. Note that our baseline obtained results similar to the best reference system in DUC 2007 and better results than all reference systems in TAC 2009 (0.0454 ROUGE-1 points corresponding to a 10.6% relative performance improvement; 0.0546 ROUGE-2 points corresponding to a 64.6% relative performance improvement). The better results obtained on the TAC 2009 dataset are due to the small size of the reference summaries and to the fact that the documents sets to be summarized contain topics with higher diversity of subtopics. The shuffle results included in Table 1 are averages of 10 trials. They are lower than the other obtained using the documents organized in chronological order. This suggests that the order of the input documents is important to the summarization methods. Figure 3 shows an example of summary produced by our multi-document method. The figure also includes the respective reference summary for comparison.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 579, |
| "end": 586, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 2170, |
| "end": 2177, |
| "text": "Table 1", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 2393, |
| "end": 2401, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experimental Results", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In this work, we explore two different approaches to extend a single-document summarization method to multi-document summarization: single-layer hierarchical and waterfall.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Experimental results show that the proposed approaches perform better than previous state-of-theart methods on standard datasets used to evaluate this task. In general, the best performing approach is the waterfall approach using the cosine similarity. In fact, this configuration achieves the best results on the TAC 2009 dataset, considering both ROUGE-1 Generated Summary: President Bill Clinton said Friday he will appeal a federal judge's ruling that struck down a law giving the president the power to veto specific items in bills passed by Congress. The law, passed by Congress last year, allowed the president for the first time to veto particular items in spending bills and certain limited tax provisions passed by Congress. Clinton said the funding that Congress has added to the bill is excessive and threatened to veto some items by using the line-item veto power. The White House said that the president used his authority to cancel projects that were not requested in the budget and would not substantially improve the quality of life of military service members. Judge Thomas Hogan ruled that the law -which gives the president the power to strike items from tax and spending measures without vetoing the entire bill -violates the traditional balance of powers between the various branches of government \"The Line-Item Veto Act is unconstitutional because it impermissibly disrupts the balance of powers among the three branches of government,\" said Thomas Hogan.\" In its appeal, the Justice Department argues that the new challengers also do not have standing to challenge the law, and that in any case the law is in line with the historic relationship between Congress and the president.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Conclusions and Future Work", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Congress passed a law authorizing the line item veto (LIV) in 1996 accepting arguments that the measure would help preserve the integrity of federal spending by allowing the president to strike unnecessary spending and tax items from legislation thus encouraging the government to live within its means. It was considered in line with the historic relationship between Congress and the president and would provide a tool for eliminating wasteful pork barrel spending while enlivening debate over the best use of funds. It was argued that the LIV would represent presidential exercise of spending authority delegated by Congress. President Clinton exercised the LIV on 82 items in 1997 saving $1.9 billion in spending projected over five years. The affected items were projects for specific localities, many in the area of military construction, which had been added to the president's budget by Congress. The first court ruling on the LIV act was in U.S. District Court when in February 1998 it was ruled unconstitutional on the grounds that it violated the separation of powers. The Department of Justice appealed that decision and in June 1998 the Supreme Court ruled the LIV act unconstitutional but on the grounds that it violated Article I, 7, Clause 2 (The \"presentment clause\") of the Constitution that establishes the process by which a bill becomes law. President Clinton expressed his deep disappointment.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reference summary:", |
| "sec_num": null |
| }, |
| { |
| "text": "Figure 3: Example of summary produced by our summarizer and the reference summary Topic D0730G of DUC 2007 and ROUGE-2 metrics, and, although not achieving the best results in the DUC 2007 dataset, in terms of ROUGE-1, it also achieves a performance improvement over Portfolio of 0.0106 ROUGE-1 points (relative performance improvement of 3%).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reference summary:", |
| "sec_num": null |
| }, |
| { |
| "text": "In future work, we aim to adapt the proposed multi-document summarization method to perform abstractive summarization.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Reference summary:", |
| "sec_num": null |
| }, |
| { |
| "text": "http://www-nlpir.nist.gov/projects/duc/duc2007/tasks.html 2 http://www.nist.gov/tac/2009/Summarization/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "This work has been partially supported by national funds through Funda\u00e7\u00e3o para a Ci\u00eancia e a Tecnologia (FCT) with reference UID/CEC/50021/2013, the grant numbers SFRH/BD/33769/2009 and CMUP-EPB/TIC/0026/2013. The authors would also like to thank Eduard Hovy, Isabel Trancoso, Ricardo Baeza-Yates, and the anonymous reviewers for fruitful comments.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Fast and robust compressive summarization with dual decomposition and multi-task learning", |
| "authors": [ |
| { |
| "first": "Miguel", |
| "middle": [], |
| "last": "Almeida", |
| "suffix": "" |
| }, |
| { |
| "first": "Andre", |
| "middle": [], |
| "last": "Martins", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 51st Annual Meeting of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "196--206", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Miguel Almeida and Andre Martins. 2013. Fast and ro- bust compressive summarization with dual decompo- sition and multi-task learning. In Proceedings of the 51st Annual Meeting of the Association for Compu- tational Linguistics, pages 196-206, Sofia, Bulgaria, August. ACL.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "The use of mmr, diversity-based reranking for reordering documents and producing summaries", |
| "authors": [ |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "" |
| }, |
| { |
| "first": "Jade", |
| "middle": [], |
| "last": "Goldstein", |
| "suffix": "" |
| } |
| ], |
| "year": 1998, |
| "venue": "Proceedings of the 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": "Jaime Carbonell and Jade Goldstein. 1998. The use of mmr, diversity-based reranking for reordering doc- uments and producing summaries. In Proceedings of the 21st Annual International ACM SIGIR Confer- ence on Research and Development in Information Re- trieval, pages 335-336. ACM.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Towards coherent multidocument summarization", |
| "authors": [ |
| { |
| "first": "Janara", |
| "middle": [], |
| "last": "Christensen", |
| "suffix": "" |
| }, |
| { |
| "first": "Stephen", |
| "middle": [], |
| "last": "Mausam", |
| "suffix": "" |
| }, |
| { |
| "first": "Oren", |
| "middle": [], |
| "last": "Soderland", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Etzioni", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the North American Chapter of the Association for Computational Linguistics. ACL", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Janara Christensen, Mausam, Stephen Soderland, and Oren Etzioni. 2013. Towards coherent multi- document summarization. In Proceedings of the North American Chapter of the Association for Computa- tional Linguistics. ACL.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "LexRank: Graph-based Centrality as Salience in Text Summarization", |
| "authors": [ |
| { |
| "first": "G\u00fcne\u015f", |
| "middle": [], |
| "last": "Erkan", |
| "suffix": "" |
| }, |
| { |
| "first": "Dragomir", |
| "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\u00fcne\u015f Erkan and Dragomir R. Radev. 2004. LexRank: Graph-based Centrality as Salience in Text Summa- rization. Journal of Artificial Intelligence Research, 22:457-479.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Event-based extractive summarization", |
| "authors": [ |
| { |
| "first": "Elena", |
| "middle": [], |
| "last": "Filatova", |
| "suffix": "" |
| }, |
| { |
| "first": "Vasileios", |
| "middle": [], |
| "last": "Hatzivassiloglou", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Proc. of ACL Workshop on Summarization", |
| "volume": "", |
| "issue": "", |
| "pages": "104--111", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Elena Filatova and Vasileios Hatzivassiloglou. 2004. Event-based extractive summarization. In Proc. of ACL Workshop on Summarization, pages 104-111.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "The icsi summarization system at tac", |
| "authors": [ |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Gillick", |
| "suffix": "" |
| }, |
| { |
| "first": "Dilek", |
| "middle": [], |
| "last": "Benoit Favre", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Hakkani-Tur", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proceedings of the Text Understanding Conference", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dan Gillick, Benoit Favre, and Dilek Hakkani-Tur. 2008. The icsi summarization system at tac 2008. In Pro- ceedings of the Text Understanding Conference.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Probabilistic latent maximal marginal relevance", |
| "authors": [ |
| { |
| "first": "Shengbo", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Sanner", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proc. of the 33rd International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "833--834", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Shengbo Guo and Scott Sanner. 2010. Probabilistic la- tent maximal marginal relevance. In Proc. of the 33rd International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 833- 834. ACM.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "On the Math. Relationship Between Expected N-call@K and the Relevance vs. Diversity Trade-off", |
| "authors": [ |
| { |
| "first": "Wai", |
| "middle": [], |
| "last": "Kar", |
| "suffix": "" |
| }, |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Lim", |
| "suffix": "" |
| }, |
| { |
| "first": "Shengbo", |
| "middle": [], |
| "last": "Sanner", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of the 35th International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "1117--1118", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kar Wai Lim, Scott Sanner, and Shengbo Guo. 2012. On the Math. Relationship Between Expected N-call@K and the Relevance vs. Diversity Trade-off. In Proc. of the 35th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 1117-1118. ACM.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Multi-document summarization via budgeted maximization of submodular functions", |
| "authors": [ |
| { |
| "first": "Hui", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Jeff", |
| "middle": [], |
| "last": "Bilmes", |
| "suffix": "" |
| } |
| ], |
| "year": 2010, |
| "venue": "Proceedings of the North American Chapter of the Association for Computational Linguistics", |
| "volume": "", |
| "issue": "", |
| "pages": "912--920", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Hui Lin and Jeff Bilmes. 2010. Multi-document sum- marization via budgeted maximization of submodu- lar functions. In Proceedings of the North American Chapter of the Association for Computational Linguis- tics, pages 912-920. ACL.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "The automated acquisition of topic signatures for text summarization", |
| "authors": [ |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| }, |
| { |
| "first": "Eduard", |
| "middle": [], |
| "last": "Hovy", |
| "suffix": "" |
| } |
| ], |
| "year": 2000, |
| "venue": "Proceedings of the 18th Conference on Computational Linguistics", |
| "volume": "1", |
| "issue": "", |
| "pages": "495--501", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin-Yew Lin and Eduard Hovy. 2000. The automated acquisition of topic signatures for text summarization. In Proceedings of the 18th Conference on Computa- tional Linguistics -Volume 1, pages 495-501. ACL.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "ROUGE: A Package for Automatic Evaluation of Summaries", |
| "authors": [ |
| { |
| "first": "Chin-Yew", |
| "middle": [], |
| "last": "Lin", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "Text Summ. Branches Out: Proc. of the ACL-04 Workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Chin-Yew Lin. 2004. ROUGE: A Package for Automatic Evaluation of Summaries. In Text Summ. Branches Out: Proc. of the ACL-04 Workshop.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Supervised topical key phrase extraction of news stories using crowdsourcing, light filtering and co-reference normalization", |
| "authors": [ |
| { |
| "first": "Lu\u00eds", |
| "middle": [], |
| "last": "Marujo", |
| "suffix": "" |
| }, |
| { |
| "first": "Anatole", |
| "middle": [], |
| "last": "Gershman", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "Frederking", |
| "suffix": "" |
| }, |
| { |
| "first": "Jo\u00e3", |
| "middle": [ |
| "P" |
| ], |
| "last": "Neto", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proceedings of the Eight International Conference on Language Resources and Evaluation (LREC'12)", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lu\u00eds Marujo, Anatole Gershman, Jaime Carbonell, Robert Frederking, and Jo\u00e3 P. Neto. 2012. Super- vised topical key phrase extraction of news stories using crowdsourcing, light filtering and co-reference normalization. In Proceedings of the Eight Interna- tional Conference on Language Resources and Evalu- ation (LREC'12). ELRA.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Privacypreserving important passage retrieval", |
| "authors": [ |
| { |
| "first": "Lu\u00eds", |
| "middle": [], |
| "last": "Marujo", |
| "suffix": "" |
| }, |
| { |
| "first": "Jos\u00e9", |
| "middle": [], |
| "last": "Port\u00ealo", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Martins De Matos", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Jo\u00e3o", |
| "suffix": "" |
| }, |
| { |
| "first": "Anatole", |
| "middle": [], |
| "last": "Neto", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Gershman", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "ACM SIGIR PIR workshop", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Lu\u00eds Marujo, Jos\u00e9 Port\u00ealo, David Martins de Matos, Jo\u00e3o P Neto, Anatole Gershman, Jaime Carbonell, Is- abel Trancoso, and Bhiksha Raj. 2014. Privacy- preserving important passage retrieval. In ACM SIGIR PIR workshop.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Tracking and Summarizing News on a Daily Basis with Columbia's Newsblaster", |
| "authors": [ |
| { |
| "first": "Kathleen", |
| "middle": [ |
| "R" |
| ], |
| "last": "Mckeown", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Evans", |
| "suffix": "" |
| }, |
| { |
| "first": "Vasileios", |
| "middle": [], |
| "last": "Hatzivassiloglou", |
| "suffix": "" |
| }, |
| { |
| "first": "Judith", |
| "middle": [ |
| "L" |
| ], |
| "last": "Klavans", |
| "suffix": "" |
| }, |
| { |
| "first": "Ani", |
| "middle": [], |
| "last": "Nenkova", |
| "suffix": "" |
| }, |
| { |
| "first": "Carl", |
| "middle": [], |
| "last": "Sable", |
| "suffix": "" |
| }, |
| { |
| "first": "Barry", |
| "middle": [], |
| "last": "Schiffman", |
| "suffix": "" |
| }, |
| { |
| "first": "Sergey", |
| "middle": [], |
| "last": "Sigelman", |
| "suffix": "" |
| } |
| ], |
| "year": 2002, |
| "venue": "HLT", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kathleen R. McKeown, Regina Barzilay, David Evans, Vasileios Hatzivassiloglou, Judith L. Klavans, Ani Nenkova, Carl Sable, Barry Schiffman, and Sergey Sigelman. 2002. Tracking and Summarizing News on a Daily Basis with Columbia's Newsblaster. In HLT.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Centroid-based summarization of multiple documents. Information Processing and Management", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Dragomir", |
| "suffix": "" |
| }, |
| { |
| "first": "Hongyan", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| }, |
| { |
| "first": "Ma\u0142gorzata", |
| "middle": [], |
| "last": "Jing", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Sty\u015b", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Tam", |
| "suffix": "" |
| } |
| ], |
| "year": 2004, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dragomir R. Radev, Hongyan Jing, Ma\u0142gorzata Sty\u015b, and Daniel Tam. 2004. Centroid-based summarization of multiple documents. Information Processing and Management, 40.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "NewsInEssence: Summarizing Online News Topics", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Dragomir", |
| "suffix": "" |
| }, |
| { |
| "first": "Jahna", |
| "middle": [], |
| "last": "Radev", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Otterbacher", |
| "suffix": "" |
| }, |
| { |
| "first": "Sasha", |
| "middle": [], |
| "last": "Winkel", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Blair-Goldensohn", |
| "suffix": "" |
| } |
| ], |
| "year": 2005, |
| "venue": "Communications of the ACM", |
| "volume": "48", |
| "issue": "10", |
| "pages": "95--98", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dragomir R. Radev, Jahna Otterbacher, Adam Winkel, and Sasha Blair-Goldensohn. 2005. NewsInEssence: Summarizing Online News Topics. Communications of the ACM, 48(10):95-98.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Revisiting Centrality-as-Relevance: Support Sets and Similarity as Geometric Proximity. JAIR", |
| "authors": [ |
| { |
| "first": "Ricardo", |
| "middle": [], |
| "last": "Ribeiro", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Martins De Matos", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "", |
| "volume": "42", |
| "issue": "", |
| "pages": "275--308", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ricardo Ribeiro and David Martins de Matos. 2011. Revisiting Centrality-as-Relevance: Support Sets and Similarity as Geometric Proximity. JAIR, 42:275-308.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Self reinforcement for important passage retrieval", |
| "authors": [ |
| { |
| "first": "Ricardo", |
| "middle": [], |
| "last": "Ribeiro", |
| "suffix": "" |
| }, |
| { |
| "first": "Lu\u00eds", |
| "middle": [], |
| "last": "Marujo", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Martins De Matos", |
| "suffix": "" |
| }, |
| { |
| "first": "Jo\u00e3o", |
| "middle": [ |
| "P" |
| ], |
| "last": "Neto", |
| "suffix": "" |
| }, |
| { |
| "first": "Anatole", |
| "middle": [], |
| "last": "Gershman", |
| "suffix": "" |
| }, |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Carbonell", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Proceedings of the 36th International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "845--848", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ricardo Ribeiro, Lu\u00eds Marujo, David Martins de Matos, Jo\u00e3o P. Neto, Anatole Gershman, and Jaime Carbonell. 2013. Self reinforcement for important passage re- trieval. In Proceedings of the 36th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 845-848. ACM.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Diverse retrieval via greedy optimization of expected 1-call@k in a latent subtopic relevance model", |
| "authors": [ |
| { |
| "first": "Scott", |
| "middle": [], |
| "last": "Sanner", |
| "suffix": "" |
| }, |
| { |
| "first": "Shengbo", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "" |
| }, |
| { |
| "first": "Thore", |
| "middle": [], |
| "last": "Graepel", |
| "suffix": "" |
| }, |
| { |
| "first": "Sadegh", |
| "middle": [], |
| "last": "Kharazmi", |
| "suffix": "" |
| }, |
| { |
| "first": "Sarvnaz", |
| "middle": [], |
| "last": "Karimi", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proc. of the 20th ACM International Conference on Information and Knowledge Management", |
| "volume": "", |
| "issue": "", |
| "pages": "1977--1980", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Scott Sanner, Shengbo Guo, Thore Graepel, Sadegh Kharazmi, and Sarvnaz Karimi. 2011. Diverse re- trieval via greedy optimization of expected 1-call@k in a latent subtopic relevance model. In Proc. of the 20th ACM International Conference on Informa- tion and Knowledge Management, pages 1977-1980. ACM.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Temporal corpus summarization using submodular word coverage", |
| "authors": [ |
| { |
| "first": "Ruben", |
| "middle": [], |
| "last": "Sipos", |
| "suffix": "" |
| }, |
| { |
| "first": "Adith", |
| "middle": [], |
| "last": "Swaminathan", |
| "suffix": "" |
| }, |
| { |
| "first": "Pannaga", |
| "middle": [], |
| "last": "Shivaswamy", |
| "suffix": "" |
| }, |
| { |
| "first": "Thorsten", |
| "middle": [], |
| "last": "Joachims", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "Proc. of the 21st ACM International Conference on Information and Knowledge Management", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ruben Sipos, Adith Swaminathan, Pannaga Shivaswamy, and Thorsten Joachims. 2012. Temporal corpus sum- marization using submodular word coverage. In Proc. of the 21st ACM International Conference on Informa- tion and Knowledge Management. ACM.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Portfolio theory of information retrieval", |
| "authors": [ |
| { |
| "first": "Jun", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Jianhan", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 32Nd International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "115--122", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jun Wang and Jianhan Zhu. 2009. Portfolio theory of in- formation retrieval. In Proceedings of the 32Nd Inter- national ACM SIGIR Conference on Research and De- velopment in Information Retrieval, pages 115-122.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Multi-document summarization via sentencelevel semantic analysis and symmetric matrix factorization", |
| "authors": [ |
| { |
| "first": "Dingding", |
| "middle": [], |
| "last": "Wang", |
| "suffix": "" |
| }, |
| { |
| "first": "Tao", |
| "middle": [], |
| "last": "Li", |
| "suffix": "" |
| }, |
| { |
| "first": "Shenghuo", |
| "middle": [], |
| "last": "Zhu", |
| "suffix": "" |
| }, |
| { |
| "first": "Chris", |
| "middle": [], |
| "last": "Ding", |
| "suffix": "" |
| } |
| ], |
| "year": 2008, |
| "venue": "Proc. of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval", |
| "volume": "", |
| "issue": "", |
| "pages": "307--314", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dingding Wang, Tao Li, Shenghuo Zhu, and Chris Ding. 2008. Multi-document summarization via sentence- level semantic analysis and symmetric matrix factor- ization. In Proc. of the 31st Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 307-314. ACM.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "Single-layer architecture." |
| }, |
| "FIGREF1": { |
| "num": null, |
| "uris": null, |
| "type_str": "figure", |
| "text": "Waterfall architecture." |
| }, |
| "TABREF1": { |
| "content": "<table/>", |
| "num": null, |
| "type_str": "table", |
| "html": null, |
| "text": "" |
| } |
| } |
| } |
| } |