ACL-OCL / Base_JSON /prefixP /json /P10 /P10-1009.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P10-1009",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:20:27.784751Z"
},
"title": "A Risk Minimization Framework for Extractive Speech Summarization",
"authors": [
{
"first": "Shih-Hsiang",
"middle": [],
"last": "Lin",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "National Taiwan Normal University Taipei",
"location": {
"country": "Taiwan"
}
},
"email": "shlin@csie.ntnu.edu.tw"
},
{
"first": "Berlin",
"middle": [],
"last": "Chen",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "National Taiwan Normal University Taipei",
"location": {
"country": "Taiwan"
}
},
"email": "berlin@csie.ntnu.edu.tw"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we formulate extractive summarization as a risk minimization problem and propose a unified probabilistic framework that naturally combines supervised and unsupervised summarization models to inherit their individual merits as well as to overcome their inherent limitations. In addition, the introduction of various loss functions also provides the summarization framework with a flexible but systematic way to render the redundancy and coherence relationships among sentences and between sentences and the whole document, respectively. Experiments on speech summarization show that the methods deduced from our framework are very competitive with existing summarization approaches.",
"pdf_parse": {
"paper_id": "P10-1009",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we formulate extractive summarization as a risk minimization problem and propose a unified probabilistic framework that naturally combines supervised and unsupervised summarization models to inherit their individual merits as well as to overcome their inherent limitations. In addition, the introduction of various loss functions also provides the summarization framework with a flexible but systematic way to render the redundancy and coherence relationships among sentences and between sentences and the whole document, respectively. Experiments on speech summarization show that the methods deduced from our framework are very competitive with existing summarization approaches.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Automated summarization systems which enable user to quickly digest the important information conveyed by either a single or a cluster of documents are indispensible for managing the rapidly growing amount of textual information and multimedia content (Mani and Maybury, 1999) . On the other hand, due to the maturity of text summarization, the research paradigm has been extended to speech summarization over the years (Furui et al., 2004; McKeown et al., 2005) . Speech summarization is expected to distill important information and remove redundant and incorrect information caused by recognition errors from spoken documents, enabling user to efficiently review spoken documents and understand the associated topics quickly. It would also be useful for improving the efficiency of a number of potential applications like retrieval and mining of large volumes of spoken documents.",
"cite_spans": [
{
"start": 252,
"end": 276,
"text": "(Mani and Maybury, 1999)",
"ref_id": null
},
{
"start": 420,
"end": 440,
"text": "(Furui et al., 2004;",
"ref_id": null
},
{
"start": 441,
"end": 462,
"text": "McKeown et al., 2005)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A summary can be either abstractive or extractive. In abstractive summarization, a fluent and concise abstract that reflects the key concepts of a document is generated, whereas in extractive summarization, the summary is usually formed by selecting salient sentences from the original document (Mani and Maybury, 1999) . The former requires highly sophisticated natural language processing techniques, including semantic representation and inference, as well as natural language generation, while this would make abstractive approaches difficult to replicate or extend from constrained domains to more general domains. In addition to being extractive or abstractive, a summary may also be generated by considering several other aspects like being generic or query-oriented summarization, singledocument or multi-document summarization, and so forth. The readers may refer to (Mani and Maybury, 1999) for a comprehensive overview of automatic text summarization. In this paper, we focus exclusively on generic, singledocument extractive summarization which forms the building block for many other summarization tasks.",
"cite_spans": [
{
"start": 295,
"end": 319,
"text": "(Mani and Maybury, 1999)",
"ref_id": null
},
{
"start": 876,
"end": 900,
"text": "(Mani and Maybury, 1999)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Aside from traditional ad-hoc extractive summarization methods (Mani and Maybury, 1999) , machine-learning approaches with either supervised or unsupervised learning strategies have gained much attention and been applied with empirical success to many summarization tasks (Kupiec et al., 1999; . For supervised learning strategies, the summarization task is usually cast as a two-class (summary and nonsummary) sentence-classification problem: A sentence with a set of indicative features is input to the classifier (or summarizer) and a decision is then returned from it on the basis of these features. In general, they usually require a training set, comprised of several documents and their corresponding handcrafted summaries (or labeled data), to train the classifiers. However, manual labeling is expensive in terms of time and personnel. The other potential problem is the socalled \"bag-of-sentences\" assumption implicitly made by most of these summarizers. That is, sentences are classified independently of each other, without leveraging the dependence relationships among the sentences or the global structure of the document (Shen et al., 2007) .",
"cite_spans": [
{
"start": 63,
"end": 87,
"text": "(Mani and Maybury, 1999)",
"ref_id": null
},
{
"start": 272,
"end": 293,
"text": "(Kupiec et al., 1999;",
"ref_id": null
},
{
"start": 1136,
"end": 1155,
"text": "(Shen et al., 2007)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Another line of thought attempts to conduct document summarization using unsupervised machine-learning approaches, getting around the need for manually labeled training data. Most previous studies conducted along this line have their roots in the concept of sentence centrality (Gong and Liu, 2001; Erkan and Radev, 2004; Radev et al., 2004; Mihalcea and Tarau, 2005) . Put simply, sentences more similar to others are deemed more salient to the main theme of the document; such sentences thus will be selected as part of the summary. Even though the performance of unsupervised summarizers is usually worse than that of supervised summarizers, their domain-independent and easy-to-implement properties still make them attractive.",
"cite_spans": [
{
"start": 278,
"end": 298,
"text": "(Gong and Liu, 2001;",
"ref_id": null
},
{
"start": 299,
"end": 321,
"text": "Erkan and Radev, 2004;",
"ref_id": null
},
{
"start": 322,
"end": 341,
"text": "Radev et al., 2004;",
"ref_id": "BIBREF11"
},
{
"start": 342,
"end": 367,
"text": "Mihalcea and Tarau, 2005)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Building on these observations, we expect that researches conducted along the above-mentioned two directions could complement each other, and it might be possible to inherit their individual merits to overcome their inherent limitations. In this paper, we present a probabilistic summarization framework stemming from Bayes decision theory (Berger, 1985) for speech summarization. This framework can not only naturally integrate the above-mentioned two modeling paradigms but also provide a flexible yet systematic way to render the redundancy and coherence relationships among sentences and between sentences and the whole document, respectively. Moreover, we also illustrate how the proposed framework can unify several existing summarization models.",
"cite_spans": [
{
"start": 340,
"end": 354,
"text": "(Berger, 1985)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The remainder of this paper is structured as follows. We start by reviewing related work on extractive summarization. In Section 3 we formulate the extractive summarization task as a risk minimization problem, followed by a detailed elucidation of the proposed methods in Section 4. Then, the experimental setup and a series of experiments and associated discussions are presented in Sections 5 and 6, respectively. Finally, Section 7 concludes our presentation and discusses avenues for future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Speech summarization can be conducted using either supervised or unsupervised methods (Furui et al., 2004 , McKeown et al., 2005 , Lin et al., 2008 . In the following, we briefly review a few celebrated methods that have been applied to extractive speech summarization tasks with good success.",
"cite_spans": [
{
"start": 86,
"end": 105,
"text": "(Furui et al., 2004",
"ref_id": null
},
{
"start": 106,
"end": 128,
"text": ", McKeown et al., 2005",
"ref_id": "BIBREF9"
},
{
"start": 129,
"end": 147,
"text": ", Lin et al., 2008",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Background",
"sec_num": "2"
},
{
"text": "Extractive speech summarization can be treated as a two-class (positive/negative) classification problem. A spoken sentence i S is characterized by set of T indicative features",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Supervised summarizers",
"sec_num": "2.1"
},
{
"text": "\uf07b \uf07d iT i i x x X , , 1 \uf04c \uf03d ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Supervised summarizers",
"sec_num": "2.1"
},
{
"text": "and they may include lexical features (Koumpis and Renals, 2000) , structural features (Maskey and Hirschberg, 2003) , acoustic features (Inoue et al., 2004) , discourse features (Zhang et al., 2007) and relevance features . Then, the corresponding feature vector i X of i S is taken as the input to the classifier. If the output (classification) score belongs to the positive class, i S will be selected as part of the summary; otherwise, it will be excluded (Kupiec et al., 1999) . Specifically, the problem can be formulated as follows: Construct a sentence ranking model that assigns a classification score (or a posterior probability) of being in the summary class to each sentence of a spoken document to be summarized; important sentences are subsequently ranked and selected according to these scores. (Galley, 2006; Shen et al., 2007) , to name a few. Although such supervised summarizers are effective, most of them (except CRF) usually implicitly assume that sentences are independent of each other (the so-called \"bag-of-sentences\" assumption) and classify each sentence individually without leveraging the relationship among the sentences (Shen et al., 2007) . Another major shortcoming of these summarizers is that a set of handcrafted document-reference summary exemplars are required for training the summarizers; however, such summarizers tend to limit their generalization capability and might not be readily applicable for new tasks or domains.",
"cite_spans": [
{
"start": 38,
"end": 64,
"text": "(Koumpis and Renals, 2000)",
"ref_id": "BIBREF3"
},
{
"start": 87,
"end": 116,
"text": "(Maskey and Hirschberg, 2003)",
"ref_id": "BIBREF8"
},
{
"start": 137,
"end": 157,
"text": "(Inoue et al., 2004)",
"ref_id": null
},
{
"start": 179,
"end": 199,
"text": "(Zhang et al., 2007)",
"ref_id": "BIBREF17"
},
{
"start": 460,
"end": 481,
"text": "(Kupiec et al., 1999)",
"ref_id": null
},
{
"start": 810,
"end": 824,
"text": "(Galley, 2006;",
"ref_id": null
},
{
"start": 825,
"end": 843,
"text": "Shen et al., 2007)",
"ref_id": "BIBREF13"
},
{
"start": 1152,
"end": 1171,
"text": "(Shen et al., 2007)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Supervised summarizers",
"sec_num": "2.1"
},
{
"text": "The related work conducted along this direction usually relies on some heuristic rules or statistical evidences between each sentence and the document, avoiding the need of manually labeled training data. For example, the vector space model (VSM) approach represents each sentence of a document and the document itself in vector space (Gong and Liu, 2001) , and computes the relevance score between each sentence and the document (e.g., the cosine measure of the simi-larity between two vectors). Then, the sentences with the highest relevance scores are included in the summary. A natural extension is to represent each document or each sentence vector in a latent semantic space (Gong and Liu, 2001 ), instead of simply using the literal term information as that done by VSM.",
"cite_spans": [
{
"start": 335,
"end": 355,
"text": "(Gong and Liu, 2001)",
"ref_id": null
},
{
"start": 681,
"end": 700,
"text": "(Gong and Liu, 2001",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Unsupervised summarizers",
"sec_num": "2.2"
},
{
"text": "On the other hand, the graph-based methods, such as TextRank (Mihalcea and Tarau, 2005) and LexRank (Erkan and Radev, 2004) , conceptualize the document to be summarized as a network of sentences, where each node represents a sentence and the associated weight of each link represents the lexical or topical similarity relationship between a pair of nodes. Document summarization thus relies on the global structural information conveyed by such conceptualized network, rather than merely considering the local features of each node (sentence).",
"cite_spans": [
{
"start": 61,
"end": 87,
"text": "(Mihalcea and Tarau, 2005)",
"ref_id": "BIBREF10"
},
{
"start": 92,
"end": 123,
"text": "LexRank (Erkan and Radev, 2004)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Unsupervised summarizers",
"sec_num": "2.2"
},
{
"text": "However, due to the lack of documentsummary reference pairs, the performance of the unsupervised summarizers is usually worse than that of the supervised summarizers. Moreover, most of the unsupervised summarizers are constructed solely on the basis of the lexical information without considering other sources of information cues like discourse features, acoustic features, and so forth.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Unsupervised summarizers",
"sec_num": "2.2"
},
{
"text": "Extractive summarization can be viewed as a decision making process in which the summarizer attempts to select a representative subset of sentences or paragraphs from the original documents. Among the several analytical methods that can be employed for the decision process, the Bayes decision theory, which quantifies the tradeoff between various decisions and the potential cost that accompanies each decision, is perhaps the most suited one that can be used to guide the summarizer in choosing a course of action in the face of some uncertainties underlying the decision process (Berger, 1985) . ",
"cite_spans": [
{
"start": 582,
"end": 596,
"text": "(Berger, 1985)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 , | \u03b8 d \u03b8|O p ,\u03b8 a L O a R \u03b8 i i \uf0f2 \uf03d (1) where \uf028 \uf029 \u03b8|O p",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "is the posterior probability of the state of nature being \uf071 given the observation O . Bayes decision theory states that the optimum decision can be made by contemplating each action i a , and then choosing the action for which the expected risk is minimum:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029. | min arg * O a R a i a i \uf03d (2)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "The notion of minimizing the Bayes risk has gained much attention and been applied with success to many natural language processing (NLP) tasks, such as automatic speech recognition (Goel and Byrne, 2000) , statistical machine translation (Kumar and Byrne, 2004) and statistical information retrieval (Zhai and Lafferty, 2006) . Following the same spirit, we formulate the extractive summarization task as a Bayes risk minimization problem. Without loss of generality, let us denote \u03a0 \uf0ce \uf070",
"cite_spans": [
{
"start": 182,
"end": 204,
"text": "(Goel and Byrne, 2000)",
"ref_id": null
},
{
"start": 301,
"end": 326,
"text": "(Zhai and Lafferty, 2006)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "as one of possible selection strategies (or state of nature) which comprises a set of indicators used to address the importance of each sentence i S in a document D to be summarized. A feasible selection strategy can be fairly arbitrary according to the underlying principle. For example, it could be a set of binary indicators denoting whether a sentence should be selected as part of summary or not. On the contrary, it may also be a ranked list used to address the significance of each individual sentence. Moreover, we refer to the k -th action k a as choosing the k -th selection strategy k \uf070 , and the observation O as the document D to be summarized. As a result, the expected risk of a certain selection strategy k \uf070 is given by",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 . | , | \uf070 \uf070 \uf070 \uf070 \uf070 \uf070 d D p L D R k k \uf0f2 \uf03d (3)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "Consequently, the ultimate goal of extractive summarization could be stated as the search of the best selection strategy from the space of all possible selection strategies that minimizes the expected risk defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 . | , min arg | min arg * \uf070 \uf070 \uf070 \uf070 \uf070 \uf070 \uf070 \uf070 \uf070 d D p L D R k k k k \uf0f2 \uf03d \uf03d (4)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "Although we have described a general formulation for the extractive summarization problem on the grounds of the Bayes decision theory, we consider hereafter a special case of it where the selection strategy is represented by a binary decision vector, of which each element corresponds to a specific sentence i S in the document D and designates whether it should be selected as part of the summary or not, as the first such attempt. More concretely, we assume that the summary sentences of a given document can be iteratively chosen (i.e., one at each iteration) from the document until the aggregated summary reaches a predefined target summarization ratio. It turns out that the binary vector for each possible action will have just one element equal to 1 and all others equal to zero (or the so-called \"one-of-n\" coding). For ease of notation, we denote the binary vector by i S when the i -th element has a value of 1. Therefore, the risk minimization framework can be reduced to",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029, | , min arg | min arg* \uf0e5 \uf0ce \uf0ce \uf0ce \uf03d \uf03d D S j j i D S i D S j i i D S P S S L D S R S (5)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "where D denotes the remaining sentences that have not been selected into the summary yet (i.e., the \"residual\" document); \uf028 \uf029 ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 , | | D P S P S D P D S P j j j \uf03d (6) where \uf028 \uf029 j S D P |",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "is the sentence generative probability, i.e., the likelihood of D being generated by j S ; \uf028 \uf029 j S P is the prior probability of j S being important; and the evidence \uf028 \uf029 D P~ is the marginal probability of D , which can be approximated by",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029. |\uf0e5 \uf0bb \uf0ceD S m m m S P S D P D P (7)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "By substituting (6) and (7) into (5), we obtain the following final selection strategy for extractive summarization:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 . | | , min arg~* \uf0e5 \uf0e5 \uf0ce \uf0ce \uf0ce \uf03d D S D S m m j j j i D S j m i S P S D P S P S D P S S L S (8)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "A remarkable feature of this framework lies in that a sentence to be considered as part of the summary is actually evaluated by three different",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "fundamental factors: (1) \uf028 \uf029 j S P",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "is the sentence prior probability that addresses the importance of sentence j",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "S itself; (2) \uf028 \uf029 j S D P |",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "is the sentence generative probability that captures the degree of relevance of j S to the residual document D ; and",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "(3) \uf028 \uf029 j i S S L ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "is the loss function that characterizes the relationship between sentence i S and any other sentence j S . As we will soon see, such a framework can be regarded as a generalization of several existing summarization methods. A detailed account on the construction of these three component models in the framework will be given in the following section.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "A risk minimization framework for extractive summarization",
"sec_num": "3"
},
{
"text": "There are many ways to construct the above mentioned three component models, i.e., the sentence generative model \uf028 \uf029 In what follows, we will shed light on one possible attempt that can accomplish this goal elegantly.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Proposed Methods",
"sec_num": "4"
},
{
"text": "In order to estimate the sentence generative probability, we explore the language modeling (LM) approach, which has been introduced to a wide spectrum of IR tasks and demonstrated with good empirical success, to predict the sentence generative probability. In the LM approach, each sentence in a document can be simply regarded as a probabilistic generative model consisting of a unigram distribution (the so-called \"bag-ofwords\" assumption) for generating the document :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence generative model",
"sec_num": "4.1"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 , ~, D w c D w j j S w P S D P \uf0d5 \uf03d \uf0ce (9) where \uf028 \uf029 D w c,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence generative model",
"sec_num": "4.1"
},
{
"text": "is the number of times that index term (or word) w occurs in D , reflecting that w will contribute more in the calculation of is simply estimated on the basis of the frequency of index term w occurring in the sentence j S with the maximum likelihood (ML) criterion. In a sense, (9) belongs to a kind of literal term matching strategy (Chen, 2009) and may suffer the problem of unreliable model estimation owing particularly to only a few sampled index terms present in the sentence (Zhai, 2008) . To mitigate this potential defect, a unigram probability estimated from a general collection, which models the general distribution of words in the target language, is often used to smooth the sentence model. Interested readers may refer to (Zhai, 2008; for a thorough discussion on various ways to construct the sentence generative model.",
"cite_spans": [
{
"start": 334,
"end": 346,
"text": "(Chen, 2009)",
"ref_id": "BIBREF1"
},
{
"start": 482,
"end": 494,
"text": "(Zhai, 2008)",
"ref_id": "BIBREF16"
},
{
"start": 738,
"end": 750,
"text": "(Zhai, 2008;",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence generative model",
"sec_num": "4.1"
},
{
"text": "The sentence prior probability \uf028 \uf029 j S P can be regarded as the likelihood of a sentence being important without seeing the whole document. It could be assumed uniformly distributed over sentences or estimated from a wide variety of factors, such as the lexical information, the structural information or the inherent prosodic properties of a spoken sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence prior model",
"sec_num": "4.2"
},
{
"text": "A straightforward way is to assume that the sentence prior probability \uf028 \uf029 j S P is in proportion to the posterior probability of a sentence j S be-ing included in the summary class when observing a set of indicative features j X of j S derived from such factors or other sentence importance measures (Kupiec et al., 1999) . These features can be integrated in a systematic way into the proposed framework by taking the advantage of the learning capability of the supervised machine-learning methods. Specifically, the prior probability \uf028 \uf029 j S P can be approximated by:",
"cite_spans": [
{
"start": 301,
"end": 322,
"text": "(Kupiec et al., 1999)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence prior model",
"sec_num": "4.2"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 , | | | S S S S S S P X P P X P P X p S P j j j j \uf02b \uf0bb (10)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence prior model",
"sec_num": "4.2"
},
{
"text": "where \uf028 \uf029",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence prior model",
"sec_num": "4.2"
},
{
"text": "S | j X P and \uf028 \uf029 S | j X P",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence prior model",
"sec_num": "4.2"
},
{
"text": "are the likelihoods that a sentence j S with features j X are generated by the summary class S and the nonsummary class S , respectively; the prior probability \uf028 \uf029 , several popular supervised classifiers (or summarizers), like BC or SVM, can be leveraged for this purpose.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence prior model",
"sec_num": "4.2"
},
{
"text": "The loss function introduced in the proposed summarization framework is to measure the relationship between any pair of sentences. Intuitively, when a given sentence is more dissimilar from most of the other sentences, it may incur higher loss as it is taken as the representative sentence (or summary sentence) to represent the main theme embedded in the other ones. Consequently, the loss function can be built on the notion of the similarity measure. In this research, we adopt the cosine measure (Gong and Liu, 2001) to fulfill this goal. We first represent each sentence i S in vector form where each dimension specifies the weighted statistic i t z , , e.g., the product of the term frequency (TF) and inverse document frequency (IDF) scores, associated with an index term t w in sentence i S . Then, the cosine similarity between any given two sen-",
"cite_spans": [
{
"start": 500,
"end": 520,
"text": "(Gong and Liu, 2001)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "tences \uf028 \uf029 j i S S , is \uf028 \uf029 . , 1 2 , 1 2 , 1 , , \uf0e5 \uf0b4 \uf0e5 \uf0e5 \uf0b4 \uf03d \uf03d \uf03d \uf03d T t j t T t i t T t j t i t j i z z z z S S Sim (10)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "The loss function is thus defined by",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029. , 1 , j i j i S S Sim S S L \uf02d \uf03d (11)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "Once the sentence generative model \uf028 \uf029 have been properly estimated, the summary sentences can be selected iteratively by (8) according to a predefined target summarization ratio. However, as can be seen from (8), a new summary sentence is selected without considering the redundant information that is also contained in the already selected summary sentences. To alleviate this problem, the concept of maximum marginal relevance (MMR) (Carbonell and Goldstein, 1998) , which performs sentence selection iteratively by striking the balance between topic relevance and coverage, can be incorporated into the loss function:",
"cite_spans": [
{
"start": 436,
"end": 467,
"text": "(Carbonell and Goldstein, 1998)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 , ' , max 1 , 1 , ' \uf0fa \uf0fa \uf0fb \uf0f9 \uf0ea \uf0ea \uf0eb \uf0e9 \uf0d7 \uf02d \uf02d \uf0d7 \uf02d \uf03d \uf0ce S S Sim S S Sim S S L i S j i j i Summ \uf062 \uf062 (12)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "where Summ represents the set of sentences that have already been included into the summary and the novelty factor \uf062 is used to trade off between relevance and redundancy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Loss function",
"sec_num": "4.3"
},
{
"text": "In this subsection, we briefly illustrate the relationship between our proposed summarization framework and a few existing summarization approaches. We start by considering a special case where a 0-1 loss function is used in (8), namely, the loss function will take value 0 if the two sentences are identical, and 1 otherwise. Then, (8) can be alternatively represented by",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to other summarization models",
"sec_num": "4.4"
},
{
"text": "\uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 \uf028 \uf029 , | | max arg | | min arg~,* \uf0e5 \uf03d \uf0e5 \uf0e5 \uf03d \uf0ce \uf0ce \uf0b9 \uf0ce \uf0ce \uf0ce D S m m i i D S S S D S D S m m j j D S m i i j j m i S P S D P S P S D P S P S D P S P S D P S (13)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to other summarization models",
"sec_num": "4.4"
},
{
"text": "which actually provides a natural integration of the supervised and unsupervised summarizers , as mentioned previously.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to other summarization models",
"sec_num": "4.4"
},
{
"text": "If we further assume the prior probability",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to other summarization models",
"sec_num": "4.4"
},
{
"text": "\uf028 \uf029 j S P",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to other summarization models",
"sec_num": "4.4"
},
{
"text": "is uniformly distributed, the important (or summary) sentence selection problem has now been reduced to the problem of measuring the document-likelihood \uf028 \uf029 j S D P | , or the relevance between the document and the sentence. Alone a similar vein, the important sentences of a document can be selected (or ranked) solely based on the prior probability \uf028 \uf029 ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Relation to other summarization models",
"sec_num": "4.4"
},
{
"text": "The summarization dataset used in this research is a widely used broadcast news corpus collected by the Academia Sinica and the Public Television Service Foundation of Taiwan between November 2001 and April 2003 (Wang et al., 2005 . Each story contains the speech of one studio anchor, as well as several field reporters and interviewees. A subset of 205 broadcast news doc-uments compiled between November 2001 and August 2002 was reserved for the summarization experiments.",
"cite_spans": [
{
"start": 135,
"end": 196,
"text": "Television Service Foundation of Taiwan between November 2001",
"ref_id": null
},
{
"start": 197,
"end": 211,
"text": "and April 2003",
"ref_id": null
},
{
"start": 212,
"end": 230,
"text": "(Wang et al., 2005",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "5.1"
},
{
"text": "Three subjects were asked to create summaries of the 205 spoken documents for the summarization experiments as references (the gold standard) for evaluation. The summaries were generated by ranking the sentences in the reference transcript of a spoken document by importance without assigning a score to each sentence. The average Chinese character error rate (CER) obtained for the 205 spoken documents was about 35%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "5.1"
},
{
"text": "Since broadcast news stories often follow a relatively regular structure as compared to other speech materials like conversations, the positional information would play an important (dominant) role in extractive summarization of broadcast news stories; we, hence, chose 20 documents for which the generation of reference summaries is less correlated with the positional information (or the position of sentences) as the held-out test set to evaluate the general performance of the proposed summarization framework, and 100 documents as the development set.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Data",
"sec_num": "5.1"
},
{
"text": "For the assessment of summarization performance, we adopted the widely used ROUGE measure (Lin, 2004) because of its higher correlation with human judgments. It evaluates the quality of the summarization by counting the number of overlapping units, such as N-grams, longest common subsequences or skip-bigram, between the automatic summary and a set of reference summaries. Three variants of the ROGUE measure were used to quantify the utility of the proposed method. They are, respectively, the ROUGE-1 (unigram) measure, the ROUGE-2 (bigram) measure and the ROUGE-L (longest common subsequence) measure (Lin, 2004) .",
"cite_spans": [
{
"start": 90,
"end": 101,
"text": "(Lin, 2004)",
"ref_id": "BIBREF4"
},
{
"start": 605,
"end": 616,
"text": "(Lin, 2004)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Performance evaluation",
"sec_num": "5.2"
},
{
"text": "The summarization ratio, defined as the ratio of the number of words in the automatic (or manual) summary to that in the reference transcript of a spoken document, was set to 10% in this research. Since increasing the summary length tends to increase the chance of getting higher scores in the recall rate of the various ROUGE measures and might not always select the right number of informative words in the automatic summary as compared to the reference summary, all the experimental results reported hereafter are obtained by calculating the F-scores of these ROUGE measures, respectively (Lin, 2004) . Table 1 shows the levels of agreement (the Kappa statistic and ROUGE measures) between the three subjects for important sentence ranking. They seem to reflect the fact that people may not always agree with each other in selecting the important sentences for representing a given document.",
"cite_spans": [
{
"start": 592,
"end": 603,
"text": "(Lin, 2004)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Performance evaluation",
"sec_num": "5.2"
},
{
"text": "We take BC as the representative supervised summarizer to study in this paper. The input to BC consists of a set of 28 indicative features used to characterize a spoken sentence, including the structural features, the lexical features, the acoustic features and the relevance feature. For each kind of acoustic features, the minimum, maximum, mean, difference value and mean difference value of a spoken sentence are extracted. The difference value is defined as the difference between the minimum and maximum values of the spoken sentence, while the mean difference value is defined as the mean difference between a sentence and its previous sentence. Finally, the relevance feature (VSM score) is use to measure the degree of relevance for a sentence to the whole document (Gong and Liu, 2001 ). These features are outlined in Table 2 , where each of them was further normalized to zero mean and unit variance.",
"cite_spans": [
{
"start": 775,
"end": 794,
"text": "(Gong and Liu, 2001",
"ref_id": null
}
],
"ref_spans": [
{
"start": 829,
"end": 836,
"text": "Table 2",
"ref_id": "TABREF5"
}
],
"eq_spans": [],
"section": "Features for supervised summarizers",
"sec_num": "5.3"
},
{
"text": "In the first set of experiments, we evaluate the baseline performance of the LM and BC summarizers (cf. Sections 4.1 and 4.2), respectively. The corresponding results are detailed in Table 3, Kappa ROGUE-1 ROUGE-2 ROUGE-L 0.400 0.600 0.532 0.527 where the values in the parentheses are the associated 95% confidence intervals. It is also worth mentioning that TD denotes the summarization results obtained based on manual transcripts of the spoken documents while SD denotes the results using the speech recognition transcripts which may contain speech recognition errors and sentence boundary detection errors. In this research, sentence boundaries were determined by speech pauses. For the TD case, the acoustic features were obtained by aligning the manual transcripts to their spoken documents counterpart by performing word-level forced alignment. Furthermore, the ROGUE measures, in essence, are evaluated by counting the number of overlapping units between the automatic summary and the reference summary; the corresponding evaluation results, therefore, would be severely affected by speech recognition errors when applying the various ROUGE measures to quantify the performance of speech summarization. In order to get rid of the cofounding effect of this factor, it is assumed that the selected summary sentences can also be presented in speech form (besides text form) such that users can directly listen to the audio segments of the summary sentences to bypass the problem caused by speech recognition errors. Consequently, we can align the ASR transcripts of the summary sentences to their respective audio segments to obtain the correct (manual) transcripts for the summarization performance evaluation (i.e., for the SD case).",
"cite_spans": [],
"ref_spans": [
{
"start": 183,
"end": 199,
"text": "Table 3, Kappa",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Baseline experiments",
"sec_num": "6.1"
},
{
"text": "Observing Table 3 we notice two particularities. First, there are significant performance gaps between summarization using the manual transcripts and the erroneous speech recognition transcripts. The relative performance degradations are about 15%, 34% and 23%, respectively, for ROUGE-1, ROUGE2 and ROUGE-L measures. One possible explanation is that the erroneous speech recognition transcripts of spoken sentences would probably carry wrong information and thus deviate somewhat from representing the true theme of the spoken document. Second, the supervised summarizer (i.e., BC) outperforms the unsupervised summarizer (i.e., LM). The better performance of BC can be further explained by two reasons. One is that BC is trained with the handcrafted document-summary sentence labels in the development set while LM is instead conducted in a purely unsupervised manner. Another is that BC utilizes a rich set of features to characterize a given spoken sentence while LM is constructed solely on the basis of the lexical (unigram) information.",
"cite_spans": [],
"ref_spans": [
{
"start": 10,
"end": 17,
"text": "Table 3",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Baseline experiments",
"sec_num": "6.1"
},
{
"text": "We then turn our attention to investigate the utility of several methods deduced from our proposed summarization framework. We first consider the case when a 0-1 loss function is used (cf. (13)), which just show a simple combination of BC and LM. As can be seen from the first row of Table 4 , such a combination can give about 4% to 5% absolute improvements as compared to the results of BC illustrated in Table 3 . It in some sense confirms the feasibility of combining the supervised and unsupervised summarizers. Moreover, we consider the use of the loss functions defined in (11) (denoted by SIM) and (12) (denoted by MMR), and the corresponding results are shown in the second and the third rows of Table 4 : The results achieved by several methods derived from the proposed summarization framework.",
"cite_spans": [],
"ref_spans": [
{
"start": 284,
"end": 291,
"text": "Table 4",
"ref_id": "TABREF6"
},
{
"start": 407,
"end": 414,
"text": "Table 3",
"ref_id": "TABREF7"
},
{
"start": 705,
"end": 712,
"text": "Table 4",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Experiments on the proposed methods",
"sec_num": "6.2"
},
{
"text": "MMR delivers higher summarization performance than SIM (especially for the SD case), which in turn verifies the merit of incorporating the MMR concept into the proposed framework for extractive summarization. If we further compare the results achieved by MMR with those of BC and LM as shown in Table 3 , we can find significant improvements both for the TD and SD cases. By and large, for the TD case, the proposed summarization method offers relative performance improvements of about 19%, 23% and 19%, respectively, in the ROUGE-1, ROUGE-2 and ROUGE-L measures as compared to the BC baseline; while the relative improvements are 29%, 46% and 31%, respectively, in the same measurements for the SD case. On the other hand, the performance gap between the TD and SD cases are reduced to a good extent by using the proposed summarization framework.",
"cite_spans": [],
"ref_spans": [
{
"start": 295,
"end": 302,
"text": "Table 3",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Experiments on the proposed methods",
"sec_num": "6.2"
},
{
"text": "In the next set of experiments, we simply assume the sentence prior probability \uf028 \uf029 j S P defined in (8) is uniformly distributed, namely, we do not use any supervised information cue but use the lexical information only. The importance of a given sentence is thus considered from two angles: 1) the relationship between a sentence and the whole document, and 2) the relationship between the sentence and the other individual sentences. The corresponding results are illustrated in the lower part of Table 4 (denoted by Uniform). We can see that the additional consideration of the sentence-sentence relationship appears to be beneficial as compared to that only considering the document-sentence relevance information (cf. the second row of Table 3 ). It also gives competitive results as compared to the performance of BC (cf. the first row of Table 3 ) for the SD case.",
"cite_spans": [],
"ref_spans": [
{
"start": 500,
"end": 507,
"text": "Table 4",
"ref_id": "TABREF6"
},
{
"start": 742,
"end": 749,
"text": "Table 3",
"ref_id": "TABREF7"
},
{
"start": 846,
"end": 853,
"text": "Table 3",
"ref_id": "TABREF7"
}
],
"eq_spans": [],
"section": "Experiments on the proposed methods",
"sec_num": "6.2"
},
{
"text": "In the final set of experiments, we compare our proposed summarization methods with a few existing summarization methods that have been widely used in various summarization tasks, including LEAD, VSM, LexRank and CRF; the corresponding results are shown in Table 5 . It should be noted that the LEAD-based method simply extracts the first few sentences in a document as the summary. To our surprise, CRF does not provide superior results as compared to the other summarization methods. One possible explanation is that the structural evidence of the spoken documents in the test set is not strong enough for CRF to show its advantage of modeling the local structural information among sentences. On the other hand, LexRank gives a very promising performance in spite that it only utilizes lexical information in an unsupervised manner. This somewhat reflects the importance of capturing the global relationship for the sentences in the spoken document to be summarized. As compared to the results shown in the \"BC\" part of Table 4 , we can see that our proposed methods significantly outperform all the conventional summarization methods compared in this paper, especially for the SD case.",
"cite_spans": [],
"ref_spans": [
{
"start": 257,
"end": 264,
"text": "Table 5",
"ref_id": "TABREF9"
},
{
"start": 1023,
"end": 1030,
"text": "Table 4",
"ref_id": "TABREF6"
}
],
"eq_spans": [],
"section": "Comparison with conventional summarization methods",
"sec_num": "6.3"
},
{
"text": "We have proposed a risk minimization framework for extractive speech summarization, which enjoys several advantages. We have also presented a simple yet effective implementation that selects the summary sentences in an iterative manner. Experimental results demonstrate that the methods deduced from such a framework can yield substantial improvements over several popular summarization methods compared in this paper. We list below some possible future extensions: 1) integrating different selection strategies, e.g., the listwise strategy that defines the loss function on all the sentences associated with a document to be summarized, into this framework, 2) exploring different modeling approaches for this framework, 3) investigating discriminative training criteria for training the component models in this framework, and 4) extending and applying the proposed framework to multidocument summarization tasks. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and future work",
"sec_num": "7"
}
],
"back_matter": [
{
"text": "Retrieval: 335 -336. Yi-Ting Chen, Berlin Chen and Hsin-Min Wang. 2009 ",
"cite_spans": [
{
"start": 60,
"end": 70,
"text": "Wang. 2009",
"ref_id": "BIBREF5"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Research and Development in Information",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Berger Statistical decision theory and Bayesian analysis",
"authors": [
{
"first": "O",
"middle": [],
"last": "James",
"suffix": ""
}
],
"year": 1985,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "James O. Berger Statistical decision theory and Bayesian analysis. Springer-Verlap, 1985.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Word topic models for spoken document retrieval and transcription",
"authors": [
{
"first": "",
"middle": [],
"last": "Berlin Chen",
"suffix": ""
}
],
"year": 2009,
"venue": "ACM Transactions on Asian Language Information Processing",
"volume": "8",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Berlin Chen. 2009. Word topic models for spoken document retrieval and transcription. ACM Transactions on Asian Language Information Processing, 8, (1): 2:1 -2:27.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"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": "Proc. of Annual International ACM SIGIR Conference on ROGUE-1 ROUGE-2 ROUGE-L",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jaime Carbonell and Jade Goldstein. 1998. The use of mmr, diversity-based reranking for reordering documents and producing summaries. In Proc. of Annual International ACM SIGIR Conference on ROGUE-1 ROUGE-2 ROUGE-L",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Transcription And Summarization Of Voicemail Speech",
"authors": [
{
"first": "Konstantinos",
"middle": [],
"last": "Koumpis",
"suffix": ""
},
{
"first": "Steve",
"middle": [],
"last": "Renals",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of International Conference on Spoken Language Processing",
"volume": "",
"issue": "",
"pages": "688--691",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Konstantinos Koumpis and Steve Renals. 2000. Transcription And Summarization Of Voicemail Speech. In Proc. of International Conference on Spoken Language Processing: 688 -691.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "ROUGE: a Package for Automatic Evaluation of Summaries",
"authors": [
{
"first": "Chin-Yew",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 2004,
"venue": "Proc. of Workshop on Text Summarization Branches Out",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chin-Yew Lin. 2004. ROUGE: a Package for Automatic Evaluation of Summaries. In Proc. of Workshop on Text Summarization Branches Out.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "A comparative study of probabilistic ranking models for Chinese spoken document summarization",
"authors": [
{
"first": "Shih-Hsiang",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Berlin",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Hsin-Min",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 2009,
"venue": "ACM Transactions on Asian Language Information Processing",
"volume": "8",
"issue": "1",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shih-Hsiang Lin, Berlin Chen and Hsin-Min Wang. 2009. A comparative study of probabilistic ranking models for Chinese spoken document summarization. ACM Transactions on Asian Language Information Processing, 8, (1): 3:1 - 3:23.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Hybrids of supervised and unsupervised models for extractive speech summarization",
"authors": [
{
"first": "Yueng-Tien",
"middle": [],
"last": "Shih-Hsiang Lin",
"suffix": ""
},
{
"first": "Yao-Ming",
"middle": [],
"last": "Lo",
"suffix": ""
},
{
"first": "Berlin",
"middle": [],
"last": "Yeh",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Chen",
"suffix": ""
}
],
"year": 2009,
"venue": "Proc. of Annual Conference of the International Speech Communication Association",
"volume": "",
"issue": "",
"pages": "1507--1510",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Shih-Hsiang Lin, Yueng-Tien Lo, Yao-Ming Yeh and Berlin Chen. 2009. Hybrids of supervised and unsupervised models for extractive speech summarization. In Proc. of Annual Conference of the International Speech Communication Association: 1507 -1510.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Maybury Advances in automatic text summarization",
"authors": [
{
"first": "Inderjeet",
"middle": [],
"last": "Mani",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Mark",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Inderjeet Mani and Mark T. Maybury Advances in automatic text summarization. MIT Press, Cambridge, 1999.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Automatic Summarization of Broadcast News using Structural Features",
"authors": [
{
"first": "R",
"middle": [],
"last": "Sameer",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Maskey",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Hirschberg",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of the European Conf. Speech Communication and Technology",
"volume": "",
"issue": "",
"pages": "1173--1176",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Sameer R. Maskey and Julia Hirschberg. 2003. Automatic Summarization of Broadcast News using Structural Features. In Proc. of the Euro- pean Conf. Speech Communication and Technolo- gy: 1173 -1176.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "From text to speech summarization",
"authors": [
{
"first": "Kathleen",
"middle": [],
"last": "Mckeown",
"suffix": ""
},
{
"first": "Julia",
"middle": [],
"last": "Hirschberg",
"suffix": ""
},
{
"first": "Michel",
"middle": [],
"last": "Galley",
"suffix": ""
},
{
"first": "Sameer",
"middle": [],
"last": "Maskey",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of IEEE International Conference on Acoustics, Speech, and Signal Processing",
"volume": "",
"issue": "",
"pages": "997--1000",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kathleen McKeown, Julia Hirschberg, Michel Galley and Sameer Maskey. 2005. From text to speech summarization. In Proc. of IEEE International Conference on Acoustics, Speech, and Signal Processing: 997 -1000.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "TextRank: bringing order into texts",
"authors": [
{
"first": "Rada",
"middle": [],
"last": "Mihalcea",
"suffix": ""
},
{
"first": "Paul",
"middle": [],
"last": "Tarau",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of Conference on Empirical Methods in Natural Language Processing",
"volume": "",
"issue": "",
"pages": "404--411",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Rada Mihalcea and Paul Tarau. 2005. TextRank: bringing order into texts. In Proc. of Conference on Empirical Methods in Natural Language Processing: 404 -411.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Centroid-based summarization of multiple documents",
"authors": [
{
"first": "R",
"middle": [],
"last": "Dragomir",
"suffix": ""
},
{
"first": "Hongyan",
"middle": [],
"last": "Radev",
"suffix": ""
},
{
"first": "Ma\u0142gorzata",
"middle": [],
"last": "Jing",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Stys",
"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 Stys and Daniel Tam. 2004. Centroid-based summarization of multiple documents.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Document summarization using conditional random fields",
"authors": [
{
"first": "Dou",
"middle": [],
"last": "Shen",
"suffix": ""
},
{
"first": "Jian-Tao",
"middle": [],
"last": "Sun",
"suffix": ""
},
{
"first": "Hua",
"middle": [],
"last": "Li",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of International Joint Conference on Artificial Intelligence",
"volume": "",
"issue": "",
"pages": "2862--2867",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dou Shen, Jian-Tao Sun, Hua Li, Qiang Yang and Zheng Chen. 2007. Document summarization using conditional random fields. In Proc. of International Joint Conference on Artificial Intelligence: 2862 -2867.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "MATBN: A Mandarin Chinese broadcast news corpus",
"authors": [
{
"first": "Hsin-Min",
"middle": [],
"last": "Wang",
"suffix": ""
},
{
"first": "Berlin",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "Jen-Wei",
"middle": [],
"last": "Kuo",
"suffix": ""
},
{
"first": "Shih-Sian",
"middle": [],
"last": "Cheng",
"suffix": ""
}
],
"year": 2005,
"venue": "International Journal of Computational Linguistics and Chinese Language Processing",
"volume": "10",
"issue": "2",
"pages": "219--236",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hsin-Min Wang, Berlin Chen, Jen-Wei Kuo and Shih- Sian Cheng. 2005. MATBN: A Mandarin Chinese broadcast news corpus. International Journal of Computational Linguistics and Chinese Language Processing, 10, (2): 219 -236.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "A risk minimization framework for information retrieval",
"authors": [
{
"first": "Chengxiang",
"middle": [],
"last": "Zhai",
"suffix": ""
},
{
"first": "John",
"middle": [],
"last": "Lafferty",
"suffix": ""
}
],
"year": 2006,
"venue": "Information Processing & Management",
"volume": "42",
"issue": "1",
"pages": "31--55",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "ChengXiang Zhai and John Lafferty. 2006. A risk minimization framework for information retrieval. Information Processing & Management, 42, (1): 31 -55.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Statistical language models for information retrieval",
"authors": [
{
"first": "Chengxiang",
"middle": [],
"last": "Zhai",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "ChengXiang Zhai. Statistical language models for information retrieval. Morgan & Claypool Publishers, 2008.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Improving Lecture Speech Summarization Using Rhetorical Information",
"authors": [
{
"first": "Justin",
"middle": [
"Jian"
],
"last": "Zhang",
"suffix": ""
},
{
"first": "Yin",
"middle": [],
"last": "Ho",
"suffix": ""
},
{
"first": "Pascale",
"middle": [],
"last": "Chan",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Fung",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of Workshop of Automatic Speech Recognition Understanding",
"volume": "",
"issue": "",
"pages": "195--200",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Justin Jian Zhang, Ho Yin Chan and Pascale Fung. 2007. Improving Lecture Speech Summarization Using Rhetorical Information. In Proc. of Workshop of Automatic Speech Recognition Understanding: 195 -200.",
"links": null
}
},
"ref_entries": {
"TABREF4": {
"content": "<table><tr><td>Structural features</td><td>1.Duration of the current sentence 2.Position of the current sentence 3.Length of the current sentence</td></tr><tr><td/><td>1.Number of named entities</td></tr><tr><td>Lexical</td><td>2.Number of stop words</td></tr><tr><td>Features</td><td>3.Bigram language model scores</td></tr><tr><td/><td>4.Normalized bigram scores</td></tr><tr><td/><td>1.The 1st formant</td></tr><tr><td>Acoustic Features</td><td>2.The 2nd formant 3.The pitch value 4.The peak normalized cross-</td></tr><tr><td/><td>correlation of pitch</td></tr><tr><td>Relevance Feature</td><td>1.VSM score</td></tr></table>",
"text": "The agreement among the subjects for important sentence ranking for the evaluation set.",
"type_str": "table",
"html": null,
"num": null
},
"TABREF5": {
"content": "<table/>",
"text": "Basic sentence features used by BC.",
"type_str": "table",
"html": null,
"num": null
},
"TABREF6": {
"content": "<table><tr><td/><td colspan=\"3\">Text Document (TD)</td><td colspan=\"3\">Spoken Document (SD)</td></tr><tr><td/><td colspan=\"6\">ROGUE-1 ROUGE-2 ROUGE-L ROGUE-1 ROUGE-2 ROUGE-L</td></tr><tr><td>BC</td><td>0.445 (0.390 -0.504)</td><td>0.346 (0.201 -0.415)</td><td>0.404 (0.348 -0.468)</td><td>0.369 (0.316 -0.426)</td><td>0.241 (0.183 -0.302)</td><td>0.321 (0.268 -0.378)</td></tr><tr><td>LM</td><td>0.387 (0.302 -0.474)</td><td>0.264 (0.168 -0.366)</td><td>0.334 (0.251 -0.415)</td><td>0.319 (0.274 -0.367)</td><td>0.164 (0.115 -0.224)</td><td>0.253 (0.215 -0.301)</td></tr></table>",
"text": ", respectively. It can be found that",
"type_str": "table",
"html": null,
"num": null
},
"TABREF7": {
"content": "<table><tr><td/><td/><td colspan=\"3\">Text Document (TD)</td><td colspan=\"3\">Spoken Document (SD)</td></tr><tr><td>Prior</td><td colspan=\"7\">Loss ROGUE-1 ROUGE-2 ROUGE-L ROGUE-1 ROUGE-2 ROUGE-L</td></tr><tr><td/><td>0-1</td><td>0.501</td><td>0.401</td><td>0.459</td><td>0.417</td><td>0.281</td><td>0.356</td></tr><tr><td>BC</td><td>SIM</td><td>0.524</td><td>0.425</td><td>0.473</td><td>0.475</td><td>0.351</td><td>0.420</td></tr><tr><td/><td>MMR</td><td>0.529</td><td>0.426</td><td>0.479</td><td>0.475</td><td>0.351</td><td>0.420</td></tr><tr><td>Uniform</td><td>SIM MMR</td><td>0.405 0.417</td><td>0.281 0.282</td><td>0.348 0.359</td><td>0.365 0.391</td><td>0.209 0.236</td><td>0.305 0.338</td></tr></table>",
"text": "The results achieved by the BC and LM summarizers, respectively.",
"type_str": "table",
"html": null,
"num": null
},
"TABREF9": {
"content": "<table/>",
"text": "The results achieved by four conventional summarization methods.",
"type_str": "table",
"html": null,
"num": null
}
}
}
}