Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N03-1003",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:07:37.451077Z"
},
"title": "Learning to Paraphrase: An Unsupervised Approach Using Multiple-Sequence Alignment",
"authors": [
{
"first": "Regina",
"middle": [],
"last": "Barzilay",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Cornell University Ithaca",
"location": {
"postCode": "14853-7501",
"settlement": "regina",
"region": "NY"
}
},
"email": ""
},
{
"first": "Lillian",
"middle": [],
"last": "Lee",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "Cornell University Ithaca",
"location": {
"postCode": "14853-7501",
"settlement": "regina",
"region": "NY"
}
},
"email": ""
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "We address the text-to-text generation problem of sentence-level paraphrasing-a phenomenon distinct from and more difficult than word-or phrase-level paraphrasing. Our approach applies multiple-sequence alignment to sentences gathered from unannotated comparable corpora: it learns a set of paraphrasing patterns represented by word lattice pairs and automatically determines how to apply these patterns to rewrite new sentences. The results of our evaluation experiments show that the system derives accurate paraphrases, outperforming baseline systems.",
"pdf_parse": {
"paper_id": "N03-1003",
"_pdf_hash": "",
"abstract": [
{
"text": "We address the text-to-text generation problem of sentence-level paraphrasing-a phenomenon distinct from and more difficult than word-or phrase-level paraphrasing. Our approach applies multiple-sequence alignment to sentences gathered from unannotated comparable corpora: it learns a set of paraphrasing patterns represented by word lattice pairs and automatically determines how to apply these patterns to rewrite new sentences. The results of our evaluation experiments show that the system derives accurate paraphrases, outperforming baseline systems.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "This is a late parrot! It's a stiff! Bereft of life, it rests in peace! If you hadn't nailed him to the perch he would be pushing up the daisies! Its metabolical processes are of interest only to historians! It's hopped the twig! It's shuffled off this mortal coil! It's rung down the curtain and joined the choir invisible! This is an EX-PARROT! -Monty Python, \"Pet Shop\" A mechanism for automatically generating multiple paraphrases of a given sentence would be of significant practical import for text-to-text generation systems. Applications include summarization (Knight and Marcu, 2000) and rewriting (Chandrasekar and Bangalore, 1997) : both could employ such a mechanism to produce candidate sentence paraphrases that other system components would filter for length, sophistication level, and so forth. 1 Not surprisingly, therefore, paraphrasing has been a focus of generation research for quite some time (McKeown, 1979; Meteer and Shaked, 1988; Dras, 1999) .",
"cite_spans": [
{
"start": 568,
"end": 592,
"text": "(Knight and Marcu, 2000)",
"ref_id": "BIBREF9"
},
{
"start": 607,
"end": 641,
"text": "(Chandrasekar and Bangalore, 1997)",
"ref_id": "BIBREF3"
},
{
"start": 915,
"end": 930,
"text": "(McKeown, 1979;",
"ref_id": "BIBREF15"
},
{
"start": 931,
"end": 955,
"text": "Meteer and Shaked, 1988;",
"ref_id": "BIBREF16"
},
{
"start": 956,
"end": 967,
"text": "Dras, 1999)",
"ref_id": "BIBREF4"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "One might initially suppose that sentence-level paraphrasing is simply the result of word-for-word or phraseby-phrase substitution applied in a domain-and contextindependent fashion. However, in studies of paraphrases across several domains (Iordanskaja et al., 1991; Robin, 1994; McKeown et al., 1994) , this was generally not the case. For instance, consider the following two sentences (similar to examples found in Smadja and McKeown (1991) ",
"cite_spans": [
{
"start": 241,
"end": 267,
"text": "(Iordanskaja et al., 1991;",
"ref_id": "BIBREF7"
},
{
"start": 268,
"end": 280,
"text": "Robin, 1994;",
"ref_id": "BIBREF21"
},
{
"start": 281,
"end": 302,
"text": "McKeown et al., 1994)",
"ref_id": "BIBREF14"
},
{
"start": 419,
"end": 444,
"text": "Smadja and McKeown (1991)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "After the latest Fed rate cut, stocks rose across the board. Winners strongly outpaced losers after Greenspan cut interest rates again.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "):",
"sec_num": null
},
{
"text": "Observe that \"Fed\" (Federal Reserve) and \"Greenspan\" are interchangeable only in the domain of US financial matters. Also, note that one cannot draw one-to-one correspondences between single words or phrases. For instance, nothing in the second sentence is really equivalent to \"across the board\"; we can only say that the entire clauses \"stocks rose across the board\" and \"winners strongly outpaced losers\" are paraphrases. This evidence suggests two consequences: (1) we cannot rely solely on generic domain-independent lexical resources for the task of paraphrasing, and (2) sentence-level paraphrasing is an important problem extending beyond that of paraphrasing smaller lexical units.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "):",
"sec_num": null
},
{
"text": "Our work presents a novel knowledge-lean algorithm that uses multiple-sequence alignment (MSA) to learn to generate sentence-level paraphrases essentially from unannotated corpus data alone. In contrast to previous work using MSA for generation (Barzilay and Lee, several versions of their component sentences. This could, for example, aid machine-translation evaluation, where it has become common to evaluate systems by comparing their output against a bank of several reference translations for the same sentences (Papineni et al., 2002) . See Bangalore et al. (2002) and Barzilay and Lee (2002) for other uses of such data. 2002), we need neither parallel data nor explicit information about sentence semantics. Rather, we use two comparable corpora, in our case, collections of articles produced by two different newswire agencies about the same events. The use of related corpora is key: we can capture paraphrases that on the surface bear little resemblance but that, by the nature of the data, must be descriptions of the same information. Note that we also acquire paraphrases from each of the individual corpora; but the lack of clues as to sentence equivalence in single corpora means that we must be more conservative, only selecting as paraphrases items that are structurally very similar.",
"cite_spans": [
{
"start": 89,
"end": 94,
"text": "(MSA)",
"ref_id": null
},
{
"start": 245,
"end": 263,
"text": "(Barzilay and Lee,",
"ref_id": null
},
{
"start": 517,
"end": 540,
"text": "(Papineni et al., 2002)",
"ref_id": "BIBREF19"
},
{
"start": 547,
"end": 570,
"text": "Bangalore et al. (2002)",
"ref_id": "BIBREF0"
},
{
"start": 575,
"end": 598,
"text": "Barzilay and Lee (2002)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "):",
"sec_num": null
},
{
"text": "Our approach has three main steps. First, working on each of the comparable corpora separately, we compute lattices -compact graph-based representations -to find commonalities within (automatically derived) groups of structurally similar sentences. Next, we identify pairs of lattices from the two different corpora that are paraphrases of each other; the identification process checks whether the lattices take similar arguments. Finally, given an input sentence to be paraphrased, we match it to a lattice and use a paraphrase from the matched lattice's mate to generate an output sentence. The key features of this approach are: Focus on paraphrase generation. In contrast to earlier work, we not only extract paraphrasing rules, but also automatically determine which of the potentially relevant rules to apply to an input sentence and produce a revised form using them. Flexible paraphrase types. Previous approaches to paraphrase acquisition focused on certain rigid types of paraphrases, for instance, limiting the number of arguments. In contrast, our method is not limited to a set of a priori-specified paraphrase types. Use of comparable corpora and minimal use of knowledge resources. In addition to the advantages mentioned above, comparable corpora can be easily obtained for many domains, whereas previous approaches to paraphrase acquisition (and the related problem of phrasebased machine translation (Wang, 1998; Och et al., 1999; Vogel and Ney, 2000) ) required parallel corpora. We point out that one such approach, recently proposed by Pang et al. (2003) , also represents paraphrases by lattices, similarly to our method, although their lattices are derived using parse information.",
"cite_spans": [
{
"start": 1418,
"end": 1430,
"text": "(Wang, 1998;",
"ref_id": "BIBREF25"
},
{
"start": 1431,
"end": 1448,
"text": "Och et al., 1999;",
"ref_id": "BIBREF17"
},
{
"start": 1449,
"end": 1469,
"text": "Vogel and Ney, 2000)",
"ref_id": "BIBREF24"
},
{
"start": 1557,
"end": 1575,
"text": "Pang et al. (2003)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "):",
"sec_num": null
},
{
"text": "Moreover, our algorithm does not employ knowledge resources such as parsers or lexical databases, which may not be available or appropriate for all domains -a key issue since paraphrasing is typically domain-dependent. Nonetheless, our algorithm achieves good performance.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "):",
"sec_num": null
},
{
"text": "Previous work on automated paraphrasing has considered different levels of paraphrase granularity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Learning synonyms via distributional similarity has been well-studied (Pereira et al., 1993; Grefenstette, 1994; Lin, 1998) . Jacquemin (1999) and Barzilay and McKeown (2001) identify phraselevel paraphrases, while Lin and Pantel (2001) and Shinyama et al. (2002) acquire structural paraphrases encoded as templates. These latter are the most closely related to the sentence-level paraphrases we desire, and so we focus in this section on template-induction approaches. Lin and Pantel (2001) extract inference rules, which are related to paraphrases (for example, X wrote Y implies X is the author of Y), to improve question answering. They assume that paths in dependency trees that take similar arguments (leaves) are close in meaning. However, only two-argument templates are considered. Shinyama et al. (2002) also use dependency-tree information to extract templates of a limited form (in their case, determined by the underlying information extraction application). Like us (and unlike Lin and Pantel, who employ a single large corpus), they use articles written about the same event in different newspapers as data.",
"cite_spans": [
{
"start": 70,
"end": 92,
"text": "(Pereira et al., 1993;",
"ref_id": "BIBREF20"
},
{
"start": 93,
"end": 112,
"text": "Grefenstette, 1994;",
"ref_id": "BIBREF6"
},
{
"start": 113,
"end": 123,
"text": "Lin, 1998)",
"ref_id": "BIBREF12"
},
{
"start": 126,
"end": 142,
"text": "Jacquemin (1999)",
"ref_id": "BIBREF8"
},
{
"start": 147,
"end": 174,
"text": "Barzilay and McKeown (2001)",
"ref_id": "BIBREF2"
},
{
"start": 215,
"end": 236,
"text": "Lin and Pantel (2001)",
"ref_id": "BIBREF11"
},
{
"start": 241,
"end": 263,
"text": "Shinyama et al. (2002)",
"ref_id": "BIBREF22"
},
{
"start": 470,
"end": 491,
"text": "Lin and Pantel (2001)",
"ref_id": "BIBREF11"
},
{
"start": 791,
"end": 813,
"text": "Shinyama et al. (2002)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Our approach shares two characteristics with the two methods just described: pattern comparison by analysis of the patterns' respective arguments, and use of nonparallel corpora as a data source. However, extraction methods are not easily extended to generation methods. One problem is that their templates often only match small fragments of a sentence. While this is appropriate for other applications, deciding whether to use a given template to generate a paraphrase requires information about the surrounding context provided by the entire sentence.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related work",
"sec_num": "2"
},
{
"text": "Overview We first sketch the algorithm's broad outlines. The subsequent subsections provide more detailed descriptions of the individual steps.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm",
"sec_num": "3"
},
{
"text": "The major goals of our algorithm are to learn:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm",
"sec_num": "3"
},
{
"text": "recurring patterns in the data, such as X (injured/wounded) Y people, Z seriously, where the capital letters represent variables;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm",
"sec_num": "3"
},
{
"text": "pairings between such patterns that represent paraphrases, for example, between the pattern X (injured/wounded) Y people, Z of them seriously and the pattern Y were (wounded/hurt) by X, among them Z were in serious condition. multiple-sequence alignment to clusters of sentences describing approximately similar events; these patterns are represented compactly by lattices (see Figure 3 ). We then check for lattices from the two different corpora that tend to take the same arguments; these lattice pairs are taken to be paraphrase patterns.",
"cite_spans": [],
"ref_spans": [
{
"start": 378,
"end": 386,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Algorithm",
"sec_num": "3"
},
{
"text": "Once training is done, we can generate paraphrases as follows: given the sentence \"The surprise bombing injured twenty people, five of them seriously\", we match it to the lattice X (injured/wounded) Y people, Z of them seriously which can be rewritten as Y were (wounded/hurt) by X, among them Z were in serious condition, and so by substituting arguments we can generate \"Twenty were wounded by the surprise bombing, among them five were in serious condition\" or \"Twenty were hurt by the surprise bombing, among them five were in serious condition\".",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Algorithm",
"sec_num": "3"
},
{
"text": "Our first step is to cluster sentences into groups from which to learn useful patterns; for the multiple-sequence techniques we will use, this means that the sentences within clusters should describe similar events and have similar structure, as in the sentences of Figure 2 . This is accomplished by applying hierarchical complete-link clustering to the sentences using a similarity metric based on word n-gram overlap (",
"cite_spans": [],
"ref_spans": [
{
"start": 266,
"end": 274,
"text": "Figure 2",
"ref_id": "FIGREF1"
}
],
"eq_spans": [],
"section": "Sentence clustering",
"sec_num": "3.1"
},
{
"text": "\u00a2 \u00a1 \u00a3 \u00a5 \u00a4 \u00a7 \u00a6 \u00a4 \u00a9 \u00a4",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence clustering",
"sec_num": "3.1"
},
{
"text": "). The only subtlety is that we do not want mismatches on sentence details (e.g., the location of a raid) causing sentences describing the same type of occurrence (e.g., a raid) from being separated, as this might yield clusters too fragmented for effective learning to take place. (Moreover, variability in the arguments of the sentences in a cluster is needed for our learning algorithm to succeed; see below.) We therefore first replace all appearances of dates, numbers, and proper names 2 with generic tokens. Clusters with fewer than ten sentences are discarded.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Sentence clustering",
"sec_num": "3.1"
},
{
"text": "In order to learn patterns, we first compute a multiplesequence alignment (MSA) of the sentences in a given cluster. Pairwise MSA takes two sentences and a scoring function giving the similarity between words; it determines the highest-scoring way to perform insertions, deletions, and changes to transform one of the sentences into the other. Pairwise MSA can be extended efficiently to multiple sequences via the iterative pairwise alignment, a polynomial-time method commonly used in computational biology (Durbin et al., 1998) . 3 The results can be represented in an intuitive form via a word lattice (see Figure 3 ), which compactly represents (n-gram) structural similarities between the cluster's sentences.",
"cite_spans": [
{
"start": 509,
"end": 530,
"text": "(Durbin et al., 1998)",
"ref_id": "BIBREF5"
},
{
"start": 533,
"end": 534,
"text": "3",
"ref_id": null
}
],
"ref_spans": [
{
"start": 611,
"end": 619,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Inducing patterns",
"sec_num": "3.2"
},
{
"text": "To transform lattices into generation-suitable patterns requires some understanding of the possible varieties of lattice structures. The most important part of the transformation is to determine which words are actually instances of arguments, and so should be replaced by slots (representing variables). The key intuition is that because the sentences in the cluster represent the same type of event, such as a bombing, but generally refer to different instances of said event (e.g. a bombing in Jerusalem versus in Gaza), areas of large variability in the lattice should correspond to arguments.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inducing patterns",
"sec_num": "3.2"
},
{
"text": "To quantify this notion of variability, we first formalize its opposite: commonality. We define backbone nodes 2 Our crude proper-name identification method was to flag every phrase (extracted by a noun-phrase chunker) appearing capitalized in a non-sentence-initial position sufficiently often.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Inducing patterns",
"sec_num": "3.2"
},
{
"text": "3 Scoring function: aligning two identical words scores 1; inserting a word scores -0.01, and aligning two different words scores -0.5 (parameter values taken from Barzilay and Lee (2002) ). as those shared by more than 50% of the cluster's sentences. The choice of 50% is not arbitrary -it can be proved using the pigeonhole principle that our strictmajority criterion imposes a unique linear ordering of the backbone nodes that respects the word ordering within the sentences, thus guaranteeing at least a degree of wellformedness and avoiding the problem of how to order backbone nodes occurring on parallel \"branches\" of the lattice.",
"cite_spans": [
{
"start": 164,
"end": 187,
"text": "Barzilay and Lee (2002)",
"ref_id": "BIBREF1"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Inducing patterns",
"sec_num": "3.2"
},
{
"text": "Once we have identified the backbone nodes as points of strong commonality, the next step is to identify the regions of variability (or, in lattice terms, many parallel disjoint paths) between them as (probably) corresponding to the arguments of the propositions that the sentences represent. For example, in the top of Figure 3 , the words \"southern city, \"settlement of NAME\",\"coastal resort of NAME\", etc. all correspond to the location of an event and could be replaced by a single slot. Figure 3 shows an example of a lattice and the derived slotted lattice; we give the details of the slot-induction process in the Appendix.",
"cite_spans": [],
"ref_spans": [
{
"start": 320,
"end": 328,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 492,
"end": 500,
"text": "Figure 3",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Inducing patterns",
"sec_num": "3.2"
},
{
"text": "Now, if we were using a parallel corpus, we could employ sentence-alignment information to determine which lattices correspond to paraphrases. Since we do not have this information, we essentially approximate the parallelcorpus situation by correlating information from descriptions of (what we hope are) the same event occurring in the two different corpora.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Matching lattices",
"sec_num": "3.3"
},
{
"text": "Our method works as follows. Once lattices for each corpus in our comparable-corpus pair are computed, we identify lattice paraphrase pairs, using the idea that paraphrases will tend to take the same values as arguments (Shinyama et al., 2002; Lin and Pantel, 2001 ). More specifically, we take a pair of lattices from different corpora, look back at the sentence clusters from which the two lattices were derived, and compare the slot values of those cross-corpus sentence pairs that appear in articles written on the same day on the same topic; we pair the lattices if the degree of matching is over a threshold tuned on held-out data. For example, suppose we have two (linearized) lattices slot1 bombed slot2 and slot3 was bombed by slot4 drawn from different corpora. If in the first lattice's sentence cluster we have the sentence \"the plane bombed the town\", and in the second lattice's sentence cluster we have a sentence written on the same day reading \"the town was bombed by the plane\", then the corresponding lattices may well be paraphrases, where slot1 is identified with slot4 and slot2 with slot3.",
"cite_spans": [
{
"start": 220,
"end": 243,
"text": "(Shinyama et al., 2002;",
"ref_id": "BIBREF22"
},
{
"start": 244,
"end": 264,
"text": "Lin and Pantel, 2001",
"ref_id": "BIBREF11"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Matching lattices",
"sec_num": "3.3"
},
{
"text": "To compare the set of argument values of two lattices, we simply count their word overlap, giving double weight to proper names and numbers and discarding auxiliaries (we purposely ignore order because paraphrases can consist of word re-orderings).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Matching lattices",
"sec_num": "3.3"
},
{
"text": "Given a sentence to paraphrase, we first need to identify which, if any, of our previously-computed sentence clusters the new sentence belongs most strongly to. We do this by finding the best alignment of the sentence to the existing lattices. 4 If a matching lattice is found, we choose one of its comparable-corpus paraphrase lattices to rewrite the sentence, substituting in the argument values of the original sentence. This yields as many paraphrases as there are lattice paths.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Generating paraphrase sentences",
"sec_num": "3.4"
},
{
"text": "All evaluations involved judgments by native speakers of English who were not familiar with the paraphrasing systems under consideration. We implemented our system on a pair of comparable corpora consisting of articles produced between September 2000 and August 2002 by the Agence France-Presse (AFP) and Reuters news agencies. Given our interest in domain-dependent paraphrasing, we limited attention to 9MB of articles, collected using a TDT-style document clustering system, concerning individual acts of violence in Israel and army raids on the Palestinian territories. From this data (after removing 120 articles as a held- ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "4"
},
{
"text": "=76% =74% =68% =96% (cf. 74%) (cf. 79%) (cf. 77%) (cf. 98%) =32% =40% =42% =56% (cf. 31%) (",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "4"
},
{
"text": "\"X1 forced out of X2\"; \"X1 ousted from X2\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "DIRT (Lin and Pantel)",
"sec_num": null
},
{
"text": "The 50 common template pairs, sorted by judges' perceived validity \"palestinian suicide bomber blew himself up at X1 in X2 DATE, killing NUM1 and wounding NUM2 police said.\" \"DATE: NUM1 are killed and around NUM2 injured when suicide bomber blows up his explosive\u2212packed belt at X1 in X2.\"; \"X1 stormed into X2\"; \"X1 thrusted into X2\" \"palestinian suicide bomber blew himself up at X1 in X2 on DATE, killing NUM1 and wounding NUM2, police said.\" \"\u2212 DATE: bombing at X1 in X2 kills NUM1 israelis and leaves NUM2.\"; \"X1's candidacy for X2\"; \"X2 expressed X1's condemnation\"",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "The 50 common template pairs, sorted by judges' perceived validity \"latest violence bring to NUM1 number of people killed as a direct result of the palestinian [sic], including NUM2 palestinians and NUM3 israelis.\"; \"At least NUM1 palestinians and NUM2 israelis have been killed since palestinian uprising against israeli occupation began in September 2000 after peace talks stalled.\" Figure 4 : Correctness and agreement results. Columns = instances; each grey box represents a judgment of \"valid\" for the instance. For each method, a good, middling, and poor instance is shown. (Results separated by algorithm for clarity; the blind evaluation presented instances from the two algorithms in random order.) out parameter-training set), we extracted 43 slotted lattices from the AFP corpus and 32 slotted lattices from the Reuters corpus, and found 25 cross-corpus matching pairs; since lattices contain multiple paths, these yielded 6,534 template pairs. 5",
"cite_spans": [],
"ref_spans": [
{
"start": 385,
"end": 393,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "Before evaluating the quality of the rewritings produced by our templates and lattices, we first tested the quality of a random sample of just the template pairs. In our instructions to the judges, we defined two text units (such as sentences or snippets) to be paraphrases if one of them can generally be substituted for the other without great loss of information (but not necessarily vice versa). 6 Given a pair of templates produced by a system, the judges marked them as paraphrases if for many instantiations of the templates' variables, the resulting text units were paraphrases. (Several labelled examples were provided to supply further guidance).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Template Quality Evaluation",
"sec_num": "4.1"
},
{
"text": "To put the evaluation results into context, we wanted to compare against another system, but we are not aware 5 The extracted paraphrases are available at http://www.cs.cornell.edu/Info/Projects/ NLP/statpar.html 6 We switched to this \"one-sided\" definition because in initial tests judges found it excruciating to decide on equivalence. Also, in applications such as summarization some information loss is acceptable. of any previous work creating templates precisely for the task of generating paraphrases. Instead, we made a good-faith effort to adapt the DIRT system (Lin and Pantel, 2001) to the problem, selecting the 6,534 highestscoring templates it produced when run on our datasets. (The system of Shinyama et al. (2002) was unsuitable for evaluation purposes because their paraphrase extraction component is too tightly coupled to the underlying information extraction system.) It is important to note some important caveats in making this comparison, the most prominent being that DIRT was not designed with sentence-paraphrase generation in mind -its templates are much shorter than ours, which may have affected the evaluators' judgments -and was originally implemented on much larger data sets. 7 The point of this evaluation is simply to determine whether another corpusbased paraphrase-focused approach could easily achieve the same performance level.",
"cite_spans": [
{
"start": 110,
"end": 111,
"text": "5",
"ref_id": null
},
{
"start": 213,
"end": 214,
"text": "6",
"ref_id": null
},
{
"start": 571,
"end": 593,
"text": "(Lin and Pantel, 2001)",
"ref_id": "BIBREF11"
},
{
"start": 708,
"end": 730,
"text": "Shinyama et al. (2002)",
"ref_id": "BIBREF22"
},
{
"start": 1210,
"end": 1211,
"text": "7",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Template Quality Evaluation",
"sec_num": "4.1"
},
{
"text": "In brief, the DIRT system works as follows. Dependency trees are constructed from parsing a large corpus. Leaf-to-leaf paths are extracted from these dependency trees, with the leaves serving as slots. Then, pairs of paths in which the slots tend to be filled by similar values, where the similarity measure is based on the mutual information between the value and the slot, are deemed to be paraphrases.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Template Quality Evaluation",
"sec_num": "4.1"
},
{
"text": "We randomly extracted 500 pairs from the two algorithms' output sets. Of these, 100 paraphrases (50 per system) made up a \"common\" set evaluated by all four judges, allowing us to compute agreement rates; in addition, each judge also evaluated another \"individual\" set, seen only by him-or herself, consisting of another 100 pairs (50 per system). The \"individual\" sets allowed us to broaden our sample's coverage of the corpus. 8 The pairs were presented in random order, and the judges were not told which system produced a given pair.",
"cite_spans": [
{
"start": 429,
"end": 430,
"text": "8",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Template Quality Evaluation",
"sec_num": "4.1"
},
{
"text": "As Figure 4 shows, our system outperforms the DIRT system, with a consistent performance gap for all the judges of about 38%, although the absolute scores vary (for example, Judge 4 seems lenient). The judges' assessment of correctness was fairly constant between the full 100-instance set and just the 50-instance common set alone.",
"cite_spans": [],
"ref_spans": [
{
"start": 3,
"end": 11,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Template Quality Evaluation",
"sec_num": "4.1"
},
{
"text": "In terms of agreement, the Kappa value (measuring pairwise agreement discounting chance occurrences 9 ) on the common set was 0.54, which corresponds to moderate agreement (Landis and Koch, 1977) . Multiway agreement is depicted in Figure 4 -there, we see that in 86 of 100 cases, at least three of the judges gave the same correctness assessment, and in 60 cases all four judges concurred.",
"cite_spans": [
{
"start": 184,
"end": 195,
"text": "Koch, 1977)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 232,
"end": 240,
"text": "Figure 4",
"ref_id": null
}
],
"eq_spans": [],
"section": "Template Quality Evaluation",
"sec_num": "4.1"
},
{
"text": "Finally, we evaluated the quality of the paraphrase sentences generated by our system, thus (indirectly) testing all the system components: pattern selection, paraphrase acquisition, and generation. We are not aware of another system generating sentence-level paraphrases. Therefore, we used as a baseline a simple paraphrasing system that just replaces words with one of their randomly-chosen WordNet synonyms (using the most frequent sense of the word that WordNet listed synonyms for). The number of substitutions was set proportional to the number of words our method replaced in the same sentence. The point of this comparison is to check whether simple synonym substitution yields results comparable to those of our algo-rithm. 10 For this experiment, we randomly selected 20 AFP articles about violence in the Middle East published later than the articles in our training corpus. Out of 484 sentences in this set, our system was able to paraphrase 59 (12.2%). (We chose parameters that optimized precision rather than recall on our small held-out set.) We found that after proper name substitution, only seven sentences in the test set appeared in the training set, 11 which implies that lattices boost the generalization power of our method significantly: from seven to 59 sentences. Interestingly, the coverage of the system varied significantly with article length. For the eight articles of ten or fewer sentences, we paraphrased 60.8% of the sentences per article on average, but for longer articles only 9.3% of the sentences per article on average were paraphrased. Our analysis revealed that long articles tend to include large portions that are unique to the article, such as personal stories of the event participants, which explains why our algorithm had a lower paraphrasing rate for such articles.",
"cite_spans": [
{
"start": 734,
"end": 736,
"text": "10",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation of the generated paraphrases",
"sec_num": "4.2"
},
{
"text": "All 118 instances (59 per system) were presented in random order to two judges, who were asked to indicate whether the meaning had been preserved. Of the paraphrases generated by our system, the two evaluators deemed 81.4% and 78%, respectively, to be valid, whereas for the baseline system, the correctness results were 69.5% and 66.1%, respectively. Agreement according to the Kappa statistic was 0.6. Note that judging full sentences is inherently easier than judging templates, because template comparison requires considering a variety of possible slot values, while sentences are self-contained units. Figure 5 shows two example sentences, one where our MSA-based paraphrase was deemed correct by both judges, and one where both judges deemed the MSAgenerated paraphrase incorrect. Examination of the results indicates that the two systems make essentially orthogonal types of errors. The baseline system's relatively poor performance supports our claim that whole-sentence paraphrasing is a hard task even when accurate wordlevel paraphrases are given.",
"cite_spans": [],
"ref_spans": [
{
"start": 608,
"end": 616,
"text": "Figure 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Evaluation of the generated paraphrases",
"sec_num": "4.2"
},
{
"text": "We presented an approach for generating sentence level paraphrases, a task not addressed previously. Our method learns structurally similar patterns of expression from data and identifies paraphrasing pairs among them using a comparable corpus. A flexible pattern-matching procedure allows us to paraphrase an unseen sentence by Original (1) The caller identified the bomber as Yussef Attala, 20, from the Balata refugee camp near Nablus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions",
"sec_num": "5"
},
{
"text": "The caller named the bomber as 20-year old Yussef Attala from the Balata refugee camp near Nablus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "The company placed the bomber as Yussef Attala, 20, from the Balata refugee camp near Nablus. Original (2) A spokesman for the group claimed responsibility for the attack in a phone call to AFP in this northern West Bank town.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Baseline",
"sec_num": null
},
{
"text": "The attack in a phone call to AFP in this northern West Bank town was claimed by a spokesman of the group. Baseline A spokesman for the grouping laid claim responsibility for the onslaught in a phone call to AFP in this northern West Bank town.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "Figure 5: Example sentences and generated paraphrases. Both judges felt MSA preserved the meaning of (1) but not (2), and that neither baseline paraphrase was meaning-preserving.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "matching it to one of the induced patterns. Our approach generates both lexical and structural paraphrases. Another contribution is the induction of MSA lattices from non-parallel data. Lattices have proven advantageous in a number of NLP contexts (Mangu et al., 2000; Bangalore et al., 2002; Barzilay and Lee, 2002; Pang et al., 2003) , but were usually produced from (multi-)parallel data, which may not be readily available for many applications. We showed that word lattices can be induced from a type of corpus that can be easily obtained for many domains, broadening the applicability of this useful representation.",
"cite_spans": [
{
"start": 248,
"end": 268,
"text": "(Mangu et al., 2000;",
"ref_id": "BIBREF13"
},
{
"start": 269,
"end": 292,
"text": "Bangalore et al., 2002;",
"ref_id": "BIBREF0"
},
{
"start": 293,
"end": 316,
"text": "Barzilay and Lee, 2002;",
"ref_id": "BIBREF1"
},
{
"start": 317,
"end": 335,
"text": "Pang et al., 2003)",
"ref_id": "BIBREF18"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "Furthermore, all backbone nodes labelled with our special generic tokens are also replaced with slot nodes, since they, too, probably represent arguments (we condense adjacent slots into one). Nodes with in-degree lower than the synonymy threshold are removed under the assumption that they probably represent idiosyncrasies of individual sentences. See Figure 6 for examples. Figure 3 shows an example of a lattice and the slotted lattice derived via the process just described. Figure 6 : Simple seven-sentence examples of two types of variability. The double-boxed nodes are backbone nodes; edges show consecutive words in some sentence. The synonymy threshold (set to 30% in this example) determines the type of variability.",
"cite_spans": [],
"ref_spans": [
{
"start": 354,
"end": 362,
"text": "Figure 6",
"ref_id": null
},
{
"start": 377,
"end": 385,
"text": "Figure 3",
"ref_id": "FIGREF2"
},
{
"start": 480,
"end": 488,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "MSA",
"sec_num": null
},
{
"text": "Another interesting application, somewhat tangential to generation, would be to expand existing corpora by providing",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "To facilitate this process, we add \"insert\" nodes between backbone nodes; these nodes can match any word sequence and thus account for new words in the input sentence. Then, we perform multiple-sequence alignment where insertions score -0.1 and all other node alignments receive a score of unity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "To cope with the corpus-size issue, DIRT was trained on an 84MB corpus of Middle-East news articles, a strict superset of the 9MB we used. Other issues include the fact that DIRT's output needed to be converted into English: it produces paths like \"N:of:N tide\u00a1 N:nn:N\", which we transformed into \"Y tide of X\" so that its output format would be the same as ours.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "Each judge took several hours at the task, making it infeasible to expand the sample size further.9 One issue is that the Kappa statistic doesn't account for varying difficulty among instances. For this reason, we actually asked judges to indicate for each instance whether making the validity decision was difficult. However, the judges generally did not agree on difficulty. Post hoc analysis indicates that perception of difficulty depends on each judge's individual \"threshold of similarity\", not just the instance itself.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "We chose not to employ a language model to re-rank either system's output because such an addition would make it hard to isolate the contribution of the paraphrasing component itself.11 Since we are doing unsupervised paraphrase acquisition, train-test overlap is allowed.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "While our original implementation, evaluated in Section 4, identified only single-word synonyms, phrase-level synonyms can similarly be acquired by considering chains of nodes connecting backbone nodes.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "We are grateful to many people for helping us in this work. We thank Stuart Allen, Itai Balaban, Hubie Chen, Tom Heyerman, Evelyn Kleinberg, Carl Sable, and Alex Zubatov for acting as judges. Eric Breck helped us with translating the output of the DIRT system. We had numerous very useful conversations with all those mentioned above and with Eli Barzilay, Noemie Elhadad, Jon Kleinberg (who made the \"pigeonhole\" observation), Mirella Lapata, Smaranda Muresan and Bo Pang. We are very grateful to Dekang Lin for providing us with DIRT's output. We thank the Cornell NLP group, especially Eric Breck, Claire Cardie, Amanda Holland-Minkley, and Bo Pang, for helpful comments on previous drafts. This paper is based upon work supported in part by the National Science Foundation under ITR/IM grant IIS-0081334 and a Sloan Research Fellowship. Any opinions, findings, and conclusions or recommendations expressed above are those of the authors and do not necessarily reflect the views of the National Science Foundation or the Sloan Foundation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
},
{
"text": "In this appendix, we describe how we insert slots into lattices to form slotted lattices.Recall that the backbone nodes in our lattices represent words appearing in many of the sentences from which the lattice was built. As mentioned above, the intuition is that areas of high variability between backbone nodes may correspond to arguments, or slots. But the key thing to note is that there are actually two different phenomena giving rise to multiple parallel paths: argument variability, described above, and synonym variability. For example, Figure 6 (b) contains parallel paths corresponding to the synonyms \"injured\" and \"wounded\". Note that we want to remove argument variability so that we can generate paraphrases of sentences with arbitrary arguments; but we want to preserve synonym variability in order to generate a variety of sentence rewritings.To distinguish these two situations, we analyze the split level of backbone nodes that begin regions with multiple paths. The basic intuition is that there is probably more variability associated with arguments than with synonymy: for example, as datasets increase, the number of locations mentioned rises faster than the number of synonyms appearing. We make use of a synonymy threshold (set by held-out parameter-tuning to 30), as follows.If no more than % of all the edges out of a backbone node lead to the same next node, we have high enough variability to warrant inserting a slot node.Otherwise, we incorporate reliable synonyms 12 into the backbone structure by preserving all nodes that are reached by at least % of the sentences passing through the two neighboring backbone nodes.",
"cite_spans": [],
"ref_spans": [
{
"start": 545,
"end": 553,
"text": "Figure 6",
"ref_id": null
}
],
"eq_spans": [],
"section": "Appendix",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Bootstrapping bilingual data using consensus translation for a multilingual instant messaging system",
"authors": [
{
"first": "Srinivas",
"middle": [],
"last": "Bangalore",
"suffix": ""
},
{
"first": "Vanessa",
"middle": [],
"last": "Murdock",
"suffix": ""
},
{
"first": "Giuseppe",
"middle": [],
"last": "Riccardi",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of COLING",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Srinivas Bangalore, Vanessa Murdock, and Giuseppe Riccardi. 2002. Bootstrapping bilingual data using consensus transla- tion for a multilingual instant messaging system. In Proc. of COLING.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Bootstrapping lexical choice via multiple-sequence alignment",
"authors": [
{
"first": "Regina",
"middle": [],
"last": "Barzilay",
"suffix": ""
},
{
"first": "Lillian",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "164--171",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Regina Barzilay and Lillian Lee. 2002. Bootstrapping lex- ical choice via multiple-sequence alignment. In Proc. of EMNLP, pages 164-171.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Extracting paraphrases from a parallel corpus",
"authors": [
{
"first": "Regina",
"middle": [],
"last": "Barzilay",
"suffix": ""
},
{
"first": "Kathleen",
"middle": [],
"last": "Mckeown",
"suffix": ""
}
],
"year": 2001,
"venue": "Proc. of the ACL/EACL",
"volume": "",
"issue": "",
"pages": "50--57",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Regina Barzilay and Kathleen McKeown. 2001. Extract- ing paraphrases from a parallel corpus. In Proc. of the ACL/EACL, pages 50-57.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Automatic induction of rules for text simplification. Knowledge-Based Systems",
"authors": [
{
"first": "Raman",
"middle": [],
"last": "Chandrasekar",
"suffix": ""
},
{
"first": "Srinivas",
"middle": [],
"last": "Bangalore",
"suffix": ""
}
],
"year": 1997,
"venue": "",
"volume": "10",
"issue": "",
"pages": "183--190",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Raman Chandrasekar and Srinivas Bangalore. 1997. Auto- matic induction of rules for text simplification. Knowledge- Based Systems, 10(3):183-190.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Tree Adjoining Grammar and the Reluctant Paraphrasing of Text",
"authors": [
{
"first": "Mark",
"middle": [],
"last": "Dras",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mark Dras. 1999. Tree Adjoining Grammar and the Reluctant Paraphrasing of Text. Ph.D. thesis, Macquarie University.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Biological Sequence Analysis",
"authors": [
{
"first": "Richard",
"middle": [],
"last": "Durbin",
"suffix": ""
},
{
"first": "Sean",
"middle": [],
"last": "Eddy",
"suffix": ""
},
{
"first": "Anders",
"middle": [],
"last": "Krogh",
"suffix": ""
},
{
"first": "Graeme",
"middle": [],
"last": "Mitchison",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Richard Durbin, Sean Eddy, Anders Krogh, and Graeme Mitchison. 1998. Biological Sequence Analysis. Cambridge University Press, Cambridge, UK.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Explorations in Automatic Thesaurus Discovery",
"authors": [
{
"first": "Gregory",
"middle": [],
"last": "Grefenstette",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "278",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Gregory Grefenstette. 1994. Explorations in Automatic The- saurus Discovery, volume 278. Kluwer.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Lexical selection and paraphrase in a meaning-text generation model",
"authors": [
{
"first": "L",
"middle": [],
"last": "Iordanskaja",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Kittredge",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Polguere",
"suffix": ""
}
],
"year": 1991,
"venue": "Natural Language Generation in Artificial Intelligence and Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "L. Iordanskaja, R. Kittredge, and A. Polguere. 1991. Lex- ical selection and paraphrase in a meaning-text generation model. In C. Paris, W. Swartout, and W. Mann, editors, Natural Language Generation in Artificial Intelligence and Computational Linguistics, chapter 11. Kluwer.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Syntagmatic and paradigmatic representations of term variations",
"authors": [
{
"first": "Christian",
"middle": [],
"last": "Jacquemin",
"suffix": ""
}
],
"year": 1999,
"venue": "Proc. of the ACL",
"volume": "",
"issue": "",
"pages": "341--349",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Christian Jacquemin. 1999. Syntagmatic and paradigmatic rep- resentations of term variations. In Proc. of the ACL, pages 341-349.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Statistics-based summarization -Step one: Sentence compression",
"authors": [
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Marcu",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of AAAI",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kevin Knight and Daniel Marcu. 2000. Statistics-based sum- marization -Step one: Sentence compression. In Proc. of AAAI.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The measurement of observer agreement for categorical data",
"authors": [
{
"first": "J",
"middle": [],
"last": "",
"suffix": ""
},
{
"first": "Richard",
"middle": [],
"last": "Landis",
"suffix": ""
},
{
"first": "Gary",
"middle": [
"G"
],
"last": "Koch",
"suffix": ""
}
],
"year": 1977,
"venue": "Biometrics",
"volume": "33",
"issue": "",
"pages": "159--174",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "J. Richard Landis and Gary G. Koch. 1977. The measure- ment of observer agreement for categorical data. Biometrics, 33:159-174.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Discovery of inference rules for question-answering",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Pantel",
"suffix": ""
}
],
"year": 2001,
"venue": "Natural Language Engineering",
"volume": "7",
"issue": "4",
"pages": "343--360",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dekang Lin and Patrick Pantel. 2001. Discovery of inference rules for question-answering. Natural Language Engineer- ing, 7(4):343-360.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Automatic retrieval and clustering of similar words",
"authors": [
{
"first": "Dekang",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proc. of ACL/COLING",
"volume": "",
"issue": "",
"pages": "768--774",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Dekang Lin. 1998. Automatic retrieval and clustering of simi- lar words. In Proc. of ACL/COLING, pages 768-774.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Finding consensus in speech recognition: Word error minimization and other applications of confusion networks",
"authors": [
{
"first": "Lidia",
"middle": [],
"last": "Mangu",
"suffix": ""
},
{
"first": "Eric",
"middle": [],
"last": "Brill",
"suffix": ""
},
{
"first": "Andreas",
"middle": [],
"last": "Stolcke",
"suffix": ""
}
],
"year": 2000,
"venue": "Computer, Speech and Language",
"volume": "14",
"issue": "4",
"pages": "373--400",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lidia Mangu, Eric Brill, and Andreas Stolcke. 2000. Finding consensus in speech recognition: Word error minimization and other applications of confusion networks. Computer, Speech and Language, 14(4):373-400.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Practical issues in automatic documentation generation",
"authors": [
{
"first": "Kathleen",
"middle": [
"R"
],
"last": "Mckeown",
"suffix": ""
},
{
"first": "Karen",
"middle": [],
"last": "Kukich",
"suffix": ""
},
{
"first": "James",
"middle": [],
"last": "Shaw",
"suffix": ""
}
],
"year": 1994,
"venue": "Proc. of ANLP",
"volume": "",
"issue": "",
"pages": "7--14",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kathleen R. McKeown, Karen Kukich, and James Shaw. 1994. Practical issues in automatic documentation generation. In Proc. of ANLP, pages 7-14.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Paraphrasing using given and new information in a question-answer system",
"authors": [
{
"first": "R",
"middle": [],
"last": "Kathleen",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1979,
"venue": "Proc. of the ACL",
"volume": "",
"issue": "",
"pages": "67--72",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kathleen R. McKeown. 1979. Paraphrasing using given and new information in a question-answer system. In Proc. of the ACL, pages 67-72.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Strategies for effective paraphrasing",
"authors": [
{
"first": "Marie",
"middle": [],
"last": "Meteer",
"suffix": ""
},
{
"first": "Varda",
"middle": [],
"last": "Shaked",
"suffix": ""
}
],
"year": 1988,
"venue": "Proc. of COLING",
"volume": "",
"issue": "",
"pages": "431--436",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Marie Meteer and Varda Shaked. 1988. Strategies for effective paraphrasing. In Proc. of COLING, pages 431-436.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "Improved alignment models for statistical machine translation",
"authors": [
{
"first": "Franz Josef",
"middle": [],
"last": "Och",
"suffix": ""
},
{
"first": "Christoph",
"middle": [],
"last": "Tillman",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 1999,
"venue": "Proc. of EMNLP",
"volume": "",
"issue": "",
"pages": "20--28",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Franz Josef Och, Christoph Tillman, and Hermann Ney. 1999. Improved alignment models for statistical machine transla- tion. In Proc. of EMNLP, pages 20-28.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Syntaxbased alignment of multiple translations: Extracting paraphrases and generating new sentences",
"authors": [
{
"first": "Bo",
"middle": [],
"last": "Pang",
"suffix": ""
},
{
"first": "Kevin",
"middle": [],
"last": "Knight",
"suffix": ""
},
{
"first": "Daniel",
"middle": [],
"last": "Marcu",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of HLT/NAACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bo Pang, Kevin Knight, and Daniel Marcu. 2003. Syntax- based alignment of multiple translations: Extracting para- phrases and generating new sentences. In Proceedings of HLT/NAACL.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Bleu: A method for automatic evaluation of machine translation",
"authors": [
{
"first": "A",
"middle": [],
"last": "Kishore",
"suffix": ""
},
{
"first": "Salim",
"middle": [],
"last": "Papineni",
"suffix": ""
},
{
"first": "Todd",
"middle": [],
"last": "Roukos",
"suffix": ""
},
{
"first": "Wei-Jing",
"middle": [],
"last": "Ward",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Zhu",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of the ACL",
"volume": "",
"issue": "",
"pages": "311--318",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kishore A. Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. 2002. Bleu: A method for automatic evaluation of machine translation. In Proc. of the ACL, pages 311-318.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "Distributional clustering of English words",
"authors": [
{
"first": "Fernando",
"middle": [],
"last": "Pereira",
"suffix": ""
},
{
"first": "Naftali",
"middle": [],
"last": "Tishby",
"suffix": ""
},
{
"first": "Lillian",
"middle": [],
"last": "Lee",
"suffix": ""
}
],
"year": 1993,
"venue": "Proc. of the ACL",
"volume": "",
"issue": "",
"pages": "183--190",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fernando Pereira, Naftali Tishby, and Lillian Lee. 1993. Dis- tributional clustering of English words. In Proc. of the ACL, pages 183-190.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Revision-Based Generation of Natural Language Summaries Providing Historical Background: Corpus-Based Analysis, Design, Implementation, and Evaluation",
"authors": [
{
"first": "Jacques",
"middle": [],
"last": "Robin",
"suffix": ""
}
],
"year": 1994,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jacques Robin. 1994. Revision-Based Generation of Natu- ral Language Summaries Providing Historical Background: Corpus-Based Analysis, Design, Implementation, and Eval- uation. Ph.D. thesis, Columbia University.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Automatic paraphrase acquisition from news articles",
"authors": [
{
"first": "Yusuke",
"middle": [],
"last": "Shinyama",
"suffix": ""
},
{
"first": "Satoshi",
"middle": [],
"last": "Sekine",
"suffix": ""
},
{
"first": "Kiyoshi",
"middle": [],
"last": "Sudo",
"suffix": ""
},
{
"first": "Ralph",
"middle": [],
"last": "Grishman",
"suffix": ""
}
],
"year": 2002,
"venue": "Proc. of HLT",
"volume": "",
"issue": "",
"pages": "40--46",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yusuke Shinyama, Satoshi Sekine, Kiyoshi Sudo, and Ralph Grishman. 2002. Automatic paraphrase acquisition from news articles. In Proc. of HLT, pages 40-46.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Using collocations for language generation",
"authors": [
{
"first": "Frank",
"middle": [],
"last": "Smadja",
"suffix": ""
},
{
"first": "Kathleen",
"middle": [],
"last": "Mckeown",
"suffix": ""
}
],
"year": 1991,
"venue": "Computational Intelligence",
"volume": "7",
"issue": "4",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Frank Smadja and Kathleen McKeown. 1991. Using colloca- tions for language generation. Computational Intelligence, 7(4). Special issue on natural language generation.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Construction of a hierarchical translation memory",
"authors": [
{
"first": "Stephan",
"middle": [],
"last": "Vogel",
"suffix": ""
},
{
"first": "Hermann",
"middle": [],
"last": "Ney",
"suffix": ""
}
],
"year": 2000,
"venue": "Proc. of COLING",
"volume": "",
"issue": "",
"pages": "1131--1135",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Stephan Vogel and Hermann Ney. 2000. Construction of a hierarchical translation memory. In Proc. of COLING, pages 1131-1135.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Grammar Inference and Statistical Machine Translation",
"authors": [
{
"first": "Ye-Yi",
"middle": [],
"last": "Wang",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Ye-Yi Wang. 1998. Grammar Inference and Statistical Ma- chine Translation. Ph.D. thesis, CMU.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"type_str": "figure",
"num": null,
"text": "illustrates the main stages of our approach. During training, pattern induction is first applied independently to the two datasets making up a pair of comparable corpora. Individual patterns are learned by applying System architecture.(1) A Palestinian suicide bomber blew himself up in a southern city Wednesday, killing two other people and wounding 27.(2) A suicide bomber blew himself up in the settlement of Efrat, on Sunday, killing himself and injuring seven people.(3) A suicide bomber blew himself up in the coastal resort of Netanya on Monday, killing three other people and wounding dozens more. (4) A Palestinian suicide bomber blew himself up in a garden cafe on Saturday, killing 10 people and wounding 54. (5) A suicide bomber blew himself up in the centre of Netanya on Sunday, killing three people as well as himself and injuring 40.",
"uris": null
},
"FIGREF1": {
"type_str": "figure",
"num": null,
"text": "Five sentences (without date, number, and name substitution) from a cluster of 49, similarities emphasized.",
"uris": null
},
"FIGREF2": {
"type_str": "figure",
"num": null,
"text": "Lattice and slotted lattice for the five sentences from Figure 2. Punctuation and articles removed for clarity.",
"uris": null
}
}
}
}