ACL-OCL / Base_JSON /prefixN /json /N07 /N07-1023.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N07-1023",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:47:53.521574Z"
},
"title": "Lexicalized Markov Grammars for Sentence Compression *",
"authors": [
{
"first": "Michel",
"middle": [],
"last": "Galley",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Columbia University",
"location": {
"postCode": "10027",
"settlement": "New York",
"region": "NY",
"country": "USA"
}
},
"email": "galley@cs.columbia.edu"
},
{
"first": "Kathleen",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Columbia University",
"location": {
"postCode": "10027",
"settlement": "New York",
"region": "NY",
"country": "USA"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We present a sentence compression system based on synchronous context-free grammars (SCFG), following the successful noisy-channel approach of (Knight and Marcu, 2000). We define a headdriven Markovization formulation of SCFG deletion rules, which allows us to lexicalize probabilities of constituent deletions. We also use a robust approach for tree-to-tree alignment between arbitrary document-abstract parallel corpora, which lets us train lexicalized models with much more data than previous approaches relying exclusively on scarcely available document-compression corpora. Finally, we evaluate different Markovized models, and find that our selected best model is one that exploits head-modifier bilexicalization to accurately distinguish adjuncts from complements, and that produces sentences that were judged more grammatical than those generated by previous work.",
"pdf_parse": {
"paper_id": "N07-1023",
"_pdf_hash": "",
"abstract": [
{
"text": "We present a sentence compression system based on synchronous context-free grammars (SCFG), following the successful noisy-channel approach of (Knight and Marcu, 2000). We define a headdriven Markovization formulation of SCFG deletion rules, which allows us to lexicalize probabilities of constituent deletions. We also use a robust approach for tree-to-tree alignment between arbitrary document-abstract parallel corpora, which lets us train lexicalized models with much more data than previous approaches relying exclusively on scarcely available document-compression corpora. Finally, we evaluate different Markovized models, and find that our selected best model is one that exploits head-modifier bilexicalization to accurately distinguish adjuncts from complements, and that produces sentences that were judged more grammatical than those generated by previous work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Sentence compression addresses the problem of removing words or phrases that are not necessary in the generated output of, for instance, summarization and question answering systems. Given the need to ensure grammatical sentences, a number of researchers have used syntax-directed approaches that perform transformations on the output of syntactic parsers (Jing, 2000; Dorr et al., 2003) . Some of them (Knight and Marcu, 2000; Turner and Charniak, 2005) take an empirical approach, relying on formalisms equivalent to probabilistic synchronous context-free grammars (SCFG) (Lewis and Stearns, 1968; Aho and Ullman, 1969) to extract compression rules from aligned Penn Treebank (PTB) trees. While their approach proved successful, their reliance on standard maximum likelihood estimators for SCFG productions results in considerable sparseness issues, especially given the relative flat structure of PTB trees; in practice, many SCFG productions are seen only once. This problem is exacerbated for the compression task, which has only scarce training material available.",
"cite_spans": [
{
"start": 356,
"end": 368,
"text": "(Jing, 2000;",
"ref_id": "BIBREF5"
},
{
"start": 369,
"end": 387,
"text": "Dorr et al., 2003)",
"ref_id": "BIBREF4"
},
{
"start": 403,
"end": 427,
"text": "(Knight and Marcu, 2000;",
"ref_id": "BIBREF9"
},
{
"start": 428,
"end": 454,
"text": "Turner and Charniak, 2005)",
"ref_id": "BIBREF13"
},
{
"start": 574,
"end": 599,
"text": "(Lewis and Stearns, 1968;",
"ref_id": "BIBREF10"
},
{
"start": 600,
"end": 621,
"text": "Aho and Ullman, 1969)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we present a head-driven Markovization of SCFG compression rules, an approach that was successfully used in syntactic parsing (Collins, 1999; Klein and Manning, 2003) to alleviate issues intrinsic to relative frequency estimation of treebank productions. Markovization for sentence compression provides several benefits, including the ability to condition deletions on a flexible amount of syntactic context, to treat head-modifier dependencies independently, and to lexicalize SCFG productions.",
"cite_spans": [
{
"start": 141,
"end": 156,
"text": "(Collins, 1999;",
"ref_id": "BIBREF3"
},
{
"start": 157,
"end": 181,
"text": "Klein and Manning, 2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Another part of our effort focuses on better alignment models for extracting SCFG compression rules from parallel data, and to improve upon (Knight and Marcu, 2000) , who could only exploit 1.75% of the Ziff-Davis corpus because of stringent assumptions about human abstractive behavior. To alleviate their restrictions, we rely on a robust approach for aligning trees of arbitrary document-abstract sentence pairs. After accounting for sentence pairs with both substitutions and deletions, we reached a retention of more than 25% of the Ziff-Davis data, which greatly benefited the lexical probabilities incorporated into our Markovized SCFGs.",
"cite_spans": [
{
"start": 140,
"end": 164,
"text": "(Knight and Marcu, 2000)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Our work provides three main contributions:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(1) Our lexicalized head-driven Markovization yields more robust probability estimates, and our compressions outperform (Knight and Marcu, 2000) according to automatic and human evaluation.",
"cite_spans": [
{
"start": 120,
"end": 144,
"text": "(Knight and Marcu, 2000)",
"ref_id": "BIBREF9"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "(2) We provide a comprehensive analysis of the impact of different Markov orders for sentence compression, similarly to a study done for PCFGs (Klein and Manning, 2003) . 3We provide a framework for exploiting document-abstract sentence pairs that are not purely compressive, and augment the available training resources for syntax-directed sentence compression systems.",
"cite_spans": [
{
"start": 143,
"end": 168,
"text": "(Klein and Manning, 2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One successful syntax-driven approach (Knight and Marcu, 2000 , henceforth K&M) relies on synchronous context-free grammars (SCFG) (Lewis and Stearns, 1968; Aho and Ullman, 1969) . SCFGs can be informally defined as context-free grammars (CFGs) whose productions have two right-hand side strings instead of one, namely source and target right-hand side. In the case of sentence compression, we restrict the target side to be a sub-sequence of the source side (possibly identical), and we will call this restricted grammar a deletion SCFG. For instance, a deletion SCFG rule that removes an adverbial phrase (ADVP) between an noun phrase (NP) and a verb phrase (VP) may be written as follows:",
"cite_spans": [
{
"start": 38,
"end": 61,
"text": "(Knight and Marcu, 2000",
"ref_id": "BIBREF9"
},
{
"start": 131,
"end": 156,
"text": "(Lewis and Stearns, 1968;",
"ref_id": "BIBREF10"
},
{
"start": 157,
"end": 178,
"text": "Aho and Ullman, 1969)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Synchronous Grammars for Sentence Compression",
"sec_num": "2"
},
{
"text": "S \u2192 NP ADVP VP, NP VP",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Synchronous Grammars for Sentence Compression",
"sec_num": "2"
},
{
"text": "In a sentence compression framework similar to the one presented by K&M, we build SCFGs that are fully trainable from a corpus of document and reduced sentences. Such an approach comprises two subproblems: (1) transform tree pairs into synchronous grammar derivations; (2) based on these derivations, assign probabilities to deletion SCFG productions, and more generally, to compressions produced by such grammars. Since the main point of our paper lies in the exploration of better probability estimates through Markovization and lexicalization of SCFGs, we first address the latter problem, and discuss the task of building synchronous derivations only later in Section 4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Synchronous Grammars for Sentence Compression",
"sec_num": "2"
},
{
"text": "The overall goal of a sentence compression system is to transform a given input sentence f into a concise and grammatical sentence c \u2208 C, which is a subsequence of f . Similarly to K&M and many successful syntactic parsers (Collins, 1999; Klein and Manning, 2003) , our sentence compression system is generative, and attempts to find the optimal compression\u0109 by estimating the following function: 1",
"cite_spans": [
{
"start": 223,
"end": 238,
"text": "(Collins, 1999;",
"ref_id": "BIBREF3"
},
{
"start": 239,
"end": 263,
"text": "Klein and Manning, 2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "c = arg max c\u2208C p(c|f ) = arg max c\u2208C p(f , c) (1) If \u03c4 (f , c)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "is the set of all tree pairs that yield (f , c) according to some underlying SCFG, we can estimate the probability of the sentence pair using:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(f , c) = (\u03c0 f ,\u03c0c)\u2208\u03c4 (f ,c) P (\u03c0 f , \u03c0 c )",
"eq_num": "(2)"
}
],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "We note that, in practice (and as in K&M), Equation 2 is often approximated by restricting \u03c4 (f , c) to a unique full tree\u03c0 f , the best hypothesis of an off-the-shelf syntactic parser. This implies that each possible compression c is the target-side yield of at most one SCFG derivation. As in standard PCFG history-based models, the probability of the entire structure (Equation 2) is factored into probabilities of grammar productions. If \u03b8 is a derivation",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "\u03b8 = r 1 \u2022 \u2022 \u2022 \u2022 \u2022 r j \u2022 \u2022 \u2022 \u2022 r J ,",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "where r j denotes the SCFG rule l j \u2192 \u03b1 j f , \u03b1 j c , we get:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "p(\u03c0 f , \u03c0 c ) = J j=1 p(\u03b1 j f , \u03b1 j c |l j )",
"eq_num": "(3)"
}
],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "The question we will now address is how to estimate the probability p(\u03b1 j f , \u03b1 j c |l j ) of each SCFG production.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Stochastic Synchronous Grammars",
"sec_num": "2.1"
},
{
"text": "A main issue in our enterprise is to reliably estimate productions of deletion SCFGs. In a sentence compression framework as the one presented by K&M, we use aligned trees of the form of the Penn Treebank (PTB) (Marcus et al., 1994) to acquire and score SCFG productions. However, the use of the PTB structure faces many challenges also encountered in probabilistic parsing.",
"cite_spans": [
{
"start": 211,
"end": 232,
"text": "(Marcus et al., 1994)",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "Firstly, PTB tree structures are relatively flat, particularly within noun phrases. For instance, adjective phrases (ADJP)-which are generally good candidates for deletions-appear in 90 different NProoted SCFG productions in Ziff-Davis, 2 61 of which appear only once, e.g., NP \u2192 DT ADJP JJ NN NN, DT JJ NN NN . While it may seem advantageous to maintain many constituents within the same domain of locality of an SCFG production, as we may hope to exploit its large syntactic context to condition deletions more accurately, the sparsity of such productions make them poor candidates for relative frequency estimation, especially in a task with limited quantities of training material. Indeed, our base training corpus described in Section 4 contains only 951 SCFG productions, 593 appearing once.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "Secondly, syntactic categories in the PTB are particularly coarse grained, and lead to many incorrect context-free assumptions. Some important distinctions, such as between arguments and adjuncts, are beyond the scope of the PTB annotation, and it is often difficult to determine out of context whether a given constituent can safely be deleted from a righthand side.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "One first type of annotation that can effectively be added to each syntactic category is its lexical head and head part-of-speech (POS), following work in syntactic parsing (Collins, 1999) . This type of annotation is particular beneficial in the case of, e.g., prepositional phrases (PP), which may be either complement or adjunct. As in the case of Figure 1 (in which adjuncts appear in italic), knowing that the PP headed by \"from\" appears in a VP headed by \"fell\" helps us to determine that the PP is a complement to the verb \"fell\", and that it should presumably not be deleted. Conversely, the PP headed by \"because\" modifying the same verb is an adjunct, and can safely be deleted if unimportant. 3 Also, as discussed in (Klein and Manning, 2003) , POS annotation can be useful as a means of backing off to more frequently occurring head-modifier POS occurrences (e.g., VBD-IN) when specific bilexical co-2 Details about the SCFG extraction procedure are given in Section 4. In short, we refer here to a grammar generated from 823 sentence pairs.",
"cite_spans": [
{
"start": 173,
"end": 188,
"text": "(Collins, 1999)",
"ref_id": "BIBREF3"
},
{
"start": 728,
"end": 753,
"text": "(Klein and Manning, 2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 351,
"end": 359,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "3 The PP headed by \"from\" is an optional argument, and thus may still be deleted. Our point is that lexical information in general should help give lower scores to deletions of constituents that are grammatically more prominent. occurrences are sparsely seen (e.g., \"fell\"-\"from\"). At a lower level, lexicalization is clearly desirable for pre-terminals. Indeed, current SCFG models such as K&M have no direct way of preventing highly improbable single word removals, such as deletions of adverbs \"never\" or \"nowhere\", which may turn a negative statement into a positive one. 4 A second type of annotation that can be added to syntactic categories is the so-called parent annotation (Johnson, 1998) , which was effectively used in syntactic parsing to break unreasonable context-free assumptions. For instance, a PP with a VP parent is marked as PP\u02c6VP. It is reasonable to assume that, e.g., that constituents deep inside a PP have more chances to be removed than otherwise expected, and one may seek to increase the amount of vertical context that is available for conditioning each constituent deletion.",
"cite_spans": [
{
"start": 576,
"end": 577,
"text": "4",
"ref_id": null
},
{
"start": 683,
"end": 698,
"text": "(Johnson, 1998)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "To achieve the above desiderata for better SCFG probability estimates-i.e., reduce the amount of sister annotation within each SCFG production, by conditioning deletions on a context smaller than an entire right-hand side, and at the same time increase the amount of ancestor and descendent annotation through parent (or ancestor) annotation and lexicalization-we follow the approach of (Collins, 1999; Klein and Manning, 2003) , i.e., factorize n-ary grammar productions into products of n right-hand side probabilities, a technique sometimes called Markovization.",
"cite_spans": [
{
"start": 387,
"end": 402,
"text": "(Collins, 1999;",
"ref_id": "BIBREF3"
},
{
"start": 403,
"end": 427,
"text": "Klein and Manning, 2003)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "Markovization is generally head-driven, i.e., reflects a decomposition centered around the head of each CFG production:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "l \u2192 \u2206L m \u2022 \u2022 \u2022 L 1 HR 1 \u2022 \u2022 \u2022 R n \u2206",
"eq_num": "(4)"
}
],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "where H is the head, L 1 , . . . , L m the left modifiers, R 1 , . . . , R n are right modifiers, and \u2206 termination symbols needed for accurate probability estimations (e.g., to capture the fact that certain constituents are more likely than others to be the rightmost constituent); for simplicity, we will ignore \u2206 in later discussions. For a given SCFG production l \u2192 \u03b1 f , \u03b1 c , we ask, given the source RHS \u03b1 f that is assumed given (e.g., provided by a syntactic parser), which of its RHS elements are also present in \u03b1 c . That is, we write:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "p(\u03b1 c |\u03b1 f , l) = (5) p(k m l , \u2022 \u2022 \u2022 , k 1 l , k h , k 1 r , \u2022 \u2022 \u2022 , k n r |\u03b1 f , l)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "where k h , k i l , k j r ('k' for keep) are binary variables that are true if and only if constituents H, L i , R j (respectively) of the source RHS \u03b1 f are present in the target side \u03b1 c . Note that the conditional probability in Equation 5 enables us to estimate Equation 3, since",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "p(\u03b1 f , \u03b1 c |l) = p(\u03b1 c |\u03b1 f , l) \u2022 p(\u03b1 f |l).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "We can rely on a state-of-the-art probabilistic parser to effectively compute either p(\u03b1 f |l) or the probability of the entire tree \u03c0 f , and need not worry about estimating this term. In the case of sentence compression from the one-best hypothesis of the parser, we can ignore p(\u03b1 f |l) altogether, since \u03c0 f is the same for all compressions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "We can rewrite Equation 5 exactly using a headdriven infinite-horizon Markovization:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "p(\u03b1 c |\u03b1 f , l) = p(k h |\u03b1 f , l) (6) \u2022 i=1...m p(k i l |k 1 l , \u2022 \u2022 \u2022 , k i\u22121 l , k h , \u03b1 f , l) \u2022 i=1...n p(k i r |k 1 r , \u2022 \u2022 \u2022 , k i\u22121 r , k h , \u039b, \u03b1 f , l)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "\u039b = (k 1 l , \u2022 \u2022 \u2022 , k m l )",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "is a term needed by the chain rule. One key issue is to make linguistically plausible assumptions to determine which conditioning variables in the terms should be deleted. Following our discussion in the first part of this section, we may start by making an order-s Markov approximation centered around the head, i.e., we condition each binary variable (e.g., k i r ) on a context of up to s sister constituents between the current constituent and the head (e.g., (R i\u2212s , . . . , R i )). In order to incorporate bilexical dependencies between the head and each modifier, we also condition all modifier probabilities on head variables H (and k h ). These assumptions are overall quite similar to the ones made in Markovized parsing models. If we assume that all other conditioning variables in Equation 6 are irrelevant, we write:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "p(\u03b1 c |\u03b1 f , l) = p h (k h |H, l) (7) \u2022 i=1...m p l (k i l |L i\u2212s , ..., L i , k i\u2212s l , ..., k i\u22121 l , H, k h , l) \u2022 i=1...n p r (k i r |R i\u2212s , ..., R i , k i\u2212s r , ..., k i\u22121 r , H, k h , l)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "Note that it is important to condition deletions on both constituent histories (R i\u2212s , . . . , R i ) and nondeletion histories (k i\u2212s r , . . . , k i\u22121 r ); otherwise we would be unable to perform deletions that must operate jointly, as in production S \u2192 ADVP COMMA NP VP, NP VP (in which the ADVP should not be deleted without the comma). Without binary histories, we often observed superfluous punctuation symbols and dangling coordinate conjunctions appearing in our outputs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "Finally, we label l with an order-v ancestor annotation, e.g., for the VP in Figure 1 , l = for v = 0, l =VP\u02c6S for v = 2, and so on. We also replace H and modifiers L i and R i by lexicalized entries, e.g., H =(VP,VBD,fell) and R i =(PP,IN,from). Note that to estimate",
"cite_spans": [],
"ref_spans": [
{
"start": 77,
"end": 85,
"text": "Figure 1",
"ref_id": "FIGREF0"
}
],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "p l (k i l | \u2022 \u2022 \u2022 ),",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "we only lexicalize L i and H, and none of the other conditioning modifiers, since this would, of course, introduce too many conditioning variables (the same goes for p r (k i r | \u2022 \u2022 \u2022 )). The question of how much sister and vertical (s and v) context is needed for effective sentence compression, and whether to use lexical or POS annotation, will be evaluated in detail in Section 5.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Lexicalized Head-Driven Markovization of Synchronous Grammars",
"sec_num": "2.2"
},
{
"text": "To acquire SCFG productions, we used Ziff-Davis, a corpus of technical articles and human abstractive summaries. Articles and summaries are paired by document, so the first step was to perform sentence alignment. In the particular case of sentence compression, a simple approach is to just consider compression pairs (f,c), where c is a substring of f. K&M identified only 1,087 such paired sentences in the entire corpus, which represents a recall of 1.75%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Data",
"sec_num": "3"
},
{
"text": "For our empirical evaluations, we split the data as follows: among the 1,055 sentences that were taken to train systems described in K&M, we selected the first 32 sentence pairs to be an auxiliary test corpus (for future work), the next 200 sentences to be our development corpus, and the remaining 823 to be our base training corpus (ZD-0), which will be augmented with additional data as explained in the next section. We feel it is important to use a relatively large development corpus, since we will provide in Section 5 detailed analyses of model selection on the development set (e.g., by evaluating different Markov structures), and we want these findings to be as significant as possible. Finally, we used the same test data as K&M for human evaluation purposes (32 sentence pairs).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Data",
"sec_num": "3"
},
{
"text": "We now describe methods to train SCFG models from sentence pairs. Given a tree pair (f , c), whose respective parses (\u03c0 f , \u03c0 c ) were generated by the parser described in (Charniak and Johnson, 2005) , the goal is to transform the tree pair into SCFG derivations, in order to build relative frequency estimates for our Markovized models from observed SCFG productions. Clearly, the two trees may sometimes be structurally quite different (e.g., a given PP may attach to an NP in \u03c0 f , while attaching to VP in \u03c0 c ), and it is not always possible to build an SCFG derivation given the constraints in (\u03c0 f , \u03c0 c ). The approach taken by K&M is to analyze both trees and count an SCFG rule whenever two nodes are \"deemed to correspond\", i.e., roots are the same, and \u03b1 c is a sub-sequence of \u03b1 f . This leads to a quite restricted number of different productions on our base training set (ZD-0): 823 different productions were extracted, 593 of which appear only once. This first approach has serious limitations; the assumption that sentence compression appropriately models human abstractive data is particularly problematic. This considerably limits the amount of training data that can be exploited in Ziff-Davis (which contains overall more than 4,000 documentsabstract pairs), and this makes it very difficult to train lexicalized models. An approach to slightly loosen this assumption is to consider document-abstract sentence pairs in which the condensed version contains one or more substitutions or insertions. Consider for example DT Figure 2: Full sentence and its revision. While the latter is not a compression of the former, it could still be used to gather statistics to train a sentence compression system, e.g., to learn the reduction of a VP coordination.",
"cite_spans": [
{
"start": 172,
"end": 200,
"text": "(Charniak and Johnson, 2005)",
"ref_id": "BIBREF2"
},
{
"start": 1541,
"end": 1543,
"text": "DT",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Alignment and Synchronous Grammar Inference",
"sec_num": "4"
},
{
"text": "the tree pair in Figure 2 : the two sentences are syntactically very close, but the substitution of \"computer\" with \"unit\" makes this sentence pair unusable in the framework presented in K&M. Arguably, there should be ways to exploit abstract sentences that are slightly reworded in addition to being compressed. To use sentence pairs with insertions and substitutions, we must find a way to align tree pairs in order to identify SCFG productions. More specifically, we must define a constituent alignment between the paired abstract and document sentences, which determine how the two trees are synchronized in a derivation. Obtaining this alignment is no trivial matter as the number of non-deleting edits increases. To address this, we synchronized tree pairs by finding the constituent alignment that minimizes the edit distance between the two trees, i.e., minimize the number of terminals and non-terminals insertions, substitutions and deletions. 5 While criteria other than minimum tree edit distance may be effective, we found-after manual inspections of alignments between sentences with less than five nondeleting edits-that this method generally produces good alignments. A sample alignment is provided in Figure 2 . Once a constituent alignment is available, it is then trivial to extract all deletion SCFG rules available in a tree pair, e.g., NP \u2192 DT JJ NN, DT JJ NN in the figure. We also exploited more general tree productions known as synchronous tree substitution grammar (STSG) rules, in an approach quite similar to (Turner and Charniak, 2005) . For instance, the STSG rule rooted at S can be decomposed into two SCFG productions if we allow unary rules such as VP \u2192 VP to be freely added to the compressed tree. More specifically, we decompose any STSG rule that has in its target (compressed) RHS a single context free production, and that contains in its source (full) RHS a single context free production adjoined with any number of tree adjoining grammar (TAG) auxiliary trees (Joshi et al., 1975) . In the figure, the initial tree is S \u2192 NP VP, and the adjoined (auxiliary) tree is VP \u2192 VP CC VP. 6 We found this approach quite helpful, since most useful compressions that mimic TAG adjoining operations are missed by the extraction procedure of K&M.",
"cite_spans": [
{
"start": 1538,
"end": 1565,
"text": "(Turner and Charniak, 2005)",
"ref_id": "BIBREF13"
},
{
"start": 2004,
"end": 2024,
"text": "(Joshi et al., 1975)",
"ref_id": "BIBREF7"
},
{
"start": 2125,
"end": 2126,
"text": "6",
"ref_id": null
}
],
"ref_spans": [
{
"start": 17,
"end": 25,
"text": "Figure 2",
"ref_id": null
},
{
"start": 1218,
"end": 1226,
"text": "Figure 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Tree Alignment and Synchronous Grammar Inference",
"sec_num": "4"
},
{
"text": "Since we found that exploiting sentence pairs containing insertions had adverse consequences in terms of compression accuracies, we only report experiments with sentence pairs containing no insertions. We gathered sentence pairs with up to six substitutions using minimum edit distance matching (we will refer to these sets as ZD-0 to ZD-6). With a limit of up to six substitutions (ZD-6), we were able to train our models on 16,787 sentences, which represents about 25% of the total number of summary sentences of the Ziff-Davis corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Tree Alignment and Synchronous Grammar Inference",
"sec_num": "4"
},
{
"text": "All experiments presented in this section are performed on the Ziff-Davis corpus. We note first that all probability estimates of our Markovized gramruns in polynomial time.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "5"
},
{
"text": "6 To determine whether a given one-level tree is an auxiliary, we simply check the following properties: all its leaves but one (the \"foot node\") must be nodes attached to deleted subtrees (e.g., VP and CC in the figure), and the foot node (VP[9]) must have the same syntactic category as the root node. mars are smoothed. Indeed, incorporating lexical dependencies within models trained on data sets as small as 16,000 sentence pairs would be quite futile without incorporating robust smoothing techniques. Different smoothing techniques were evaluated with our models, and we found that interpolated Witten-Bell discounting was the method that performed best. We used relative frequency estimates for each of the models presented in Section 2.2 (i.e., p h , p l , p r ), and trained p l separately from p r . We interpolated our most specific models (lexical heads, POS tags, ancestor and sister annotation) with lower-order models. 7 Automatic evaluation on development sets is performed using word-level classification accuracy, i.e., the number of words correctly classified as being either deleted or not deleted, divided by the total number of words. In our first evaluation, we experimented with different horizontal and vertical Markovizations (Table 1) . First, it appears that vertical annotation is moderately helpful. It provides gains in accuracy ranging from .5% to .9% for v = 1 over a simpler models (v = 0), but higher orders (v > 1) have a tendency to decrease performance. On the other hand, sister annotation of order 1 is much more critical, and provides 4.1% improvement over a simpler model (s = 0, v = 0). Manual examinations of compression outputs confirmed this analysis: without sister annotation, deletion of punctuation and function words (determiners, coordinate conjunctions, etc.) is often inaccurate, and compressions clearly lack fluency. This annotation is also helpful for phrasal deletions; for instance, we found that PPs are deleted in 31.4% of cases in Ziff-Davis if they do not immediately follow the head constituent, but this percentage drops to 11.1% for PPs that immediately follow the head. It seems, however, that increasing sister annotation beyond s > 1 only provide limited improvements.",
"cite_spans": [
{
"start": 935,
"end": 936,
"text": "7",
"ref_id": null
}
],
"ref_spans": [
{
"start": 1253,
"end": 1262,
"text": "(Table 1)",
"ref_id": "TABREF1"
}
],
"eq_spans": [],
"section": "Experiments",
"sec_num": "5"
},
{
"text": "In our second evaluation reported in Table 2 , we assessed the usefulness of lexical and POS annotation (setting s and v to 0). In the table, we use M to denote any of the modifiers L i or R i , and c, t, w respectively represent syntactic constituent, POS, and lexical conditioning. While POS annotation is clearly advantageous compared to using only syntactic categories, adding lexical variables to the model also helps. As is shown in the table, it is especially important to know the lexical head of the modifier we are attempting to delete. The addition of w m to conditioning variables provides an improvement of 1.3% (from 66.5% to 67.8%) on our optimal Ziff-Davis training corpus (ZD-6). Furthermore, bilexical head-modifier dependencies provide a relatively small improvement of .5% (from 69.8% to 70.3%) over the best model that does not incorporate the lexical head w h . Note that lexical conditioning also helps in the case where the training data is relatively small (ZD-0), though differences are less significant, and bilexical dependencies actually hurt performance. In subsequent experiments, we experimented with different Markovizations and lexical dependency combination, and finally settled with a model (s = 1 and v = 1) incorporating all conditioning variables listed in the last line of Table 2. This final tuning was combined with human inspection of generated outputs, since certain modifications that positively impacted output quality seldom changed accuracies. We finally took the best configuration selected above, and evaluated our model against the noisychannel model of K&M on the 32 test sentences selected by them. We performed both automatic and human evaluation against the output produced by Knight and Marcu's original implementation of their noisy channel model (Table 3 ). In the former case, we also provide Simple String Accuracies (SSA). 8 For human evaluation, we hired six native-speaker judges who scored grammaticality and content (importance) with scores from 1 to 5, using instructions as described in K&M. Both types of evaluations favored our Markovized model against the noisy channel model. Table 4 shows several outputs of our system 8 SSA is defined as: SSA = 1 \u2212 (I + D + S)/R. The numerator terms are respectively the number of inserts, deletes, and substitutions, and R is the length of the reference compression. Table 2 : Accuracies on Ziff-Davis devel set with different headmodifier annotations.",
"cite_spans": [],
"ref_spans": [
{
"start": 37,
"end": 44,
"text": "Table 2",
"ref_id": null
},
{
"start": 1804,
"end": 1812,
"text": "(Table 3",
"ref_id": "TABREF2"
},
{
"start": 2147,
"end": 2154,
"text": "Table 4",
"ref_id": "TABREF3"
},
{
"start": 2375,
"end": 2382,
"text": "Table 2",
"ref_id": null
}
],
"eq_spans": [],
"section": "Experiments",
"sec_num": "5"
},
{
"text": "Acc SSA Grammar Content Len(%) NoisyC 61.3 14.6 4.37 \u00b1 0.5 3.87 \u00b1 1.2 70.4 Markov 67.9 31.7 4.68 \u00b1 0.4 4.22 \u00b1 0.4 62.7 Human --4.95 \u00b1 0.1 4.43 \u00b1 0.3 53.3 (Markov) that significantly differed from the output of the noisy channel model (NoisyC), which confirms our finding that Markovized models can produce quite grammatical output. Our compression for the first sentence underlines one of the advantages of constituent-based classifiers, which have the ability of deleting a very long phrase (here, a PP) at once. The three next sentences display some advantages of our approach over the K&M model: here, the latter model performs deletion with too little lexicosyntactic information, and accidentally removes certain modifiers that are sometimes, but not always, good candidates for deletions (e.g., ADJP in Sentence 2, PP in sentences 3 and 4). On the other hand, our model keeps these constituent intact. Finally, the fifth and last example is one of the only three cases (among the 32 sentences) where our model produced a sentence we judged clearly ungrammatical. After inspection, we found that our parser assigned particularly errorful trees to those inputs, which may partially explain these ungrammatical outputs.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Models",
"sec_num": null
},
{
"text": "A relatively large body of work addressed the problem of sentence compression. One successful recent approach (McDonald, 2006 ) combines a discriminative framework with a set of features that capture information similar to the K&M model. Mc- Donald's features include compression bigrams, as well as soft syntactic evidence extracted from parse trees and dependency trees. The strength of McDonald's approach partially stems from its robustness against redundant and noisy features, since each feature is weighted proportionally to its discriminative power, and his approach is thus hardly penalized by uninformative features. In contrast, our work puts much more emphasis on feature analysis than on efficient optimization, and relies on a statistical framework (maximum-likelihood estimates) that strives for careful feature selection and combination. It also describes and evaluates models incorporating syntactic evidence that is new to the sentence compression literature, such as head-modifier bilexical dependencies, and nth-order sister and vertical annotation. We think this work leads to a better understanding of what type of syntactic and lexical evidence makes sentence compression work. Furthermore, our work leaves the door open to uses of our factored model in a constituent-based or word-based discriminative framework, in which each elementary lexico-syntactic structure of this paper can be discriminatively weighted to directly optimize compression quality. Since McDonald's approach does not incorporate SCFG deletion rules, and conditions deletions on less lexico-syntactic context, we believe this will lead to levels of performance superior to both papers.",
"cite_spans": [
{
"start": 110,
"end": 125,
"text": "(McDonald, 2006",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "6"
},
{
"text": "We presented a sentence compression system based on SCFG deletion rules, for which we defined a head-driven Markovization formulation. This Markovization enabled us to incorporate lexical conditioning variables into our models. We empirically evaluated different Markov structures, and obtained a best system that generates particularly grammatical sentences according to a human evaluation. Our sentence compression system is freely available for research and educational purposes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "7"
},
{
"text": "In their noisy-channel approach, K&M further break down p(c, f ) into p(f |c) \u2022 p(c), which we refrain from doing for reasons that will become obvious later.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "K&M incorporate lexical probabilities through n-gram models, but such language models are obviously not good for preventing such unreasonable deletions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "The minimization problem is known to be NP hard, so we used an approximation algorithm(Zhang and Shasha, 1989) that",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We relied on the SRI language modeling (SRILM) toolkit library for all smoothing experiments. We used the following order in our deleted interpolation of p h : lexical head, head POS, ancestor annotation, and head category. For p l and pr, we removed first: lexical head, lexical head of the modifier, head POS, head POS of the modifier, sister annotation (L i deleted before k i l ), k h , category of the head, category of the modifier. We experimented with different deletion interpolation orderings, and this ordering appears to work quite well in practice, and was used in all experiments reported in this paper.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We would like to thank Owen Rambow, Michael Collins, Julia Hirschberg, and Daniel Ellis for their helpful comments and suggestions.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Many debugging features, including user-defined break points and variable-watching and message-watching windows, have been added. NoisyC Many debugging features, including user-defined points and variable-watching and message-watching windows",
"authors": [],
"year": null,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Many debugging features, including user-defined break points and variable-watching and message-watching windows, have been added. NoisyC Many debugging features, including user-defined points and variable-watching and message-watching windows, have been added.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "NoisyC The process used for glare protection is and will help if your office has the overkill Markov The chemical etching process used for glare protection is effective. Human Glare protection is effective. Input The utilities will be bundled with Quickdex II in a $90 package called super quickdex, which is expected to ship in late summer. NoisyC The utilities will be bundled Markov The utilities will be bundled with Quickdex II. Human The utilities will be bundled with Quickdex II. Input The discounted package for the SparcServer 470 is priced at $89,900, down from the regular $107,795. NoisyC The package for the 470 is priced Markov The discounted package for the SparcServer 470 is at $89,900. Human The SparcServer 470 is priced at $89,900, down from the regular $107,795. Input Prices range from $5,000 for a microvax 2000 to $179,000 for the vax 8000 or higher series. NoisyC Prices range from $5,000 for a 2000 to $179,000 for the vax 8000 or higher series. Markov Prices range from $5,000 for a microvax for the vax",
"authors": [],
"year": null,
"venue": "Markov Many debugging features have been added. Human Many debugging features have been added",
"volume": "3",
"issue": "",
"pages": "37--56",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Markov Many debugging features have been added. Human Many debugging features have been added. Input The chemical etching process used for glare protection is effec- tive and will help if your office has the fluorescent-light overkill that 's typical in offices. NoisyC The process used for glare protection is and will help if your office has the overkill Markov The chemical etching process used for glare protection is ef- fective. Human Glare protection is effective. Input The utilities will be bundled with Quickdex II in a $90 pack- age called super quickdex, which is expected to ship in late summer. NoisyC The utilities will be bundled Markov The utilities will be bundled with Quickdex II. Human The utilities will be bundled with Quickdex II. Input The discounted package for the SparcServer 470 is priced at $89,900, down from the regular $107,795. NoisyC The package for the 470 is priced Markov The discounted package for the SparcServer 470 is at $89,900. Human The SparcServer 470 is priced at $89,900, down from the reg- ular $107,795. Input Prices range from $5,000 for a microvax 2000 to $179,000 for the vax 8000 or higher series. NoisyC Prices range from $5,000 for a 2000 to $179,000 for the vax 8000 or higher series. Markov Prices range from $5,000 for a microvax for the vax. Human Prices range from $5,000 to $179,000. References A. Aho and J. Ullman. 1969. Syntax directed translations and the pushdown assembler. 3:37-56.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Coarse-to-fine n-best parsing and maxent discriminative reranking",
"authors": [
{
"first": "E",
"middle": [],
"last": "Charniak",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "E. Charniak and M. Johnson. 2005. Coarse-to-fine n-best pars- ing and maxent discriminative reranking. In Proc. of ACL.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Head-driven Statistical Models for Natural Language Parsing",
"authors": [
{
"first": "M",
"middle": [],
"last": "Collins",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Collins. 1999. Head-driven Statistical Models for Natural Language Parsing. Ph.D. thesis, U. of Pennsylvania.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Hedge: A parse-andtrim approach to headline generation",
"authors": [
{
"first": "B",
"middle": [],
"last": "Dorr",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Zajic",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Schwartz",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of DUC",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Dorr, D. Zajic, and R. Schwartz. 2003. Hedge: A parse-and- trim approach to headline generation. In Proc. of DUC.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Sentence reduction for automatic text summarization",
"authors": [
{
"first": "H",
"middle": [],
"last": "Jing",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of NAACL",
"volume": "",
"issue": "",
"pages": "310--315",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "H. Jing. 2000. Sentence reduction for automatic text summa- rization. In Proc. of NAACL, pages 310-315.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "PCFG models of linguistic tree representations",
"authors": [
{
"first": "M",
"middle": [],
"last": "Johnson",
"suffix": ""
}
],
"year": 1998,
"venue": "Computational Linguistics",
"volume": "24",
"issue": "4",
"pages": "613--632",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Johnson. 1998. PCFG models of linguistic tree representa- tions. Computational Linguistics, 24(4):613-632.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Tree adjunct grammar",
"authors": [
{
"first": "A",
"middle": [],
"last": "Joshi",
"suffix": ""
},
{
"first": "L",
"middle": [],
"last": "Levy",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Takahashi",
"suffix": ""
}
],
"year": 1975,
"venue": "Journal of Computer and System Science",
"volume": "21",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Joshi, L. Levy, and M. Takahashi. 1975. Tree adjunct gram- mar. Journal of Computer and System Science, 21(2).",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Accurate unlexicalized parsing",
"authors": [
{
"first": "D",
"middle": [],
"last": "Klein",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Manning",
"suffix": ""
}
],
"year": 2003,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Klein and C. Manning. 2003. Accurate unlexicalized pars- ing. In Proc. of ACL.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Statistics-based summarization -step one: Sentence compression",
"authors": [
{
"first": "K",
"middle": [],
"last": "Knight",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Marcu",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of AAAI",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Knight and D. Marcu. 2000. Statistics-based summarization -step one: Sentence compression. In Proc. of AAAI.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "Syntax-directed transduction",
"authors": [
{
"first": "P",
"middle": [],
"last": "Lewis",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Stearns",
"suffix": ""
}
],
"year": 1968,
"venue": "In Journal of the Association for Computing Machinery",
"volume": "15",
"issue": "",
"pages": "465--488",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Lewis and R. Stearns. 1968. Syntax-directed transduction. In Journal of the Association for Computing Machinery, vol- ume 15, pages 465-488.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Building a large annotated corpus of english: The penn treebank",
"authors": [
{
"first": "M",
"middle": [],
"last": "Marcus",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Santorini",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Marcinkiewicz",
"suffix": ""
}
],
"year": 1994,
"venue": "Computational Linguistics",
"volume": "19",
"issue": "2",
"pages": "313--330",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Marcus, B. Santorini, and M. Marcinkiewicz. 1994. Build- ing a large annotated corpus of english: The penn treebank. Computational Linguistics, 19(2):313-330.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Discriminative sentence compression with soft syntactic constraints",
"authors": [
{
"first": "R",
"middle": [],
"last": "Mcdonald",
"suffix": ""
}
],
"year": 2006,
"venue": "Proc. of EACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. McDonald. 2006. Discriminative sentence compression with soft syntactic constraints. In Proc. of EACL.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Supervised and unsupervised learning for sentence compression",
"authors": [
{
"first": "J",
"middle": [],
"last": "Turner",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Charniak",
"suffix": ""
}
],
"year": 2005,
"venue": "Proc. of ACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Turner and E. Charniak. 2005. Supervised and unsupervised learning for sentence compression. In Proc. of ACL.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Simple fast algorithms for the editing distance between trees and related problems",
"authors": [
{
"first": "K",
"middle": [],
"last": "Zhang",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Shasha",
"suffix": ""
}
],
"year": 1989,
"venue": "SIAM J. Comput",
"volume": "18",
"issue": "6",
"pages": "1245--1262",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "K. Zhang and D. Shasha. 1989. Simple fast algorithms for the editing distance between trees and related problems. SIAM J. Comput., 18(6):1245-1262.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"text": "Penn Treebank tree with adjuncts in italic.",
"uris": null
},
"TABREF1": {
"type_str": "table",
"num": null,
"text": "Markovizations accuracies on Ziff-Davis devel set.",
"content": "<table><tr><td>Vertical</td><td colspan=\"3\">Horizontal Order</td><td/></tr><tr><td>Order</td><td colspan=\"4\">s = 0 s = 1 s = 2 s = 3</td></tr><tr><td>v = 0</td><td>63</td><td>67.1</td><td>67.2</td><td>67.2</td></tr><tr><td>v = 1</td><td>63.9</td><td>67.6</td><td>67.7</td><td>67.7</td></tr><tr><td>v = 2</td><td>65.7</td><td>66.6</td><td>66.9</td><td>66.9</td></tr><tr><td>v = 3</td><td>65.2</td><td>66.8</td><td>67.1</td><td>67</td></tr><tr><td colspan=\"3\">Conditioning Variables</td><td colspan=\"2\">ZD-0 ZD-3 ZD-6</td></tr><tr><td>M = cm</td><td>H = c h</td><td/><td colspan=\"2\">62.2 62.4 64.4</td></tr><tr><td>M = (cm, tm)</td><td>H = c h</td><td/><td colspan=\"2\">63.0 63.4 66.5</td></tr><tr><td>M = (cm, wm)</td><td>H = c h</td><td/><td colspan=\"2\">64.2 65.2 66.7</td></tr><tr><td colspan=\"2\">M = (cm, tm, wm) H = c h</td><td/><td colspan=\"2\">63.8 65.8 67.8</td></tr><tr><td colspan=\"3\">M = (cm, tm, wm) H = (c h , t h )</td><td colspan=\"2\">66.7 68.6 69.8</td></tr><tr><td colspan=\"3\">M = (cm, tm, wm) H = (c h , w h )</td><td colspan=\"2\">66.9 68.9 70.3</td></tr><tr><td colspan=\"5\">M = (cm, tm, wm) H = (c h , t h , w h ) 66.3 69.1 69.8</td></tr></table>",
"html": null
},
"TABREF2": {
"type_str": "table",
"num": null,
"text": "",
"content": "<table/>",
"html": null
},
"TABREF3": {
"type_str": "table",
"num": null,
"text": "Compressions of sample test sentences.",
"content": "<table/>",
"html": null
}
}
}
}