|
{ |
|
"paper_id": "D08-1002", |
|
"header": { |
|
"generated_with": "S2ORC 1.0.0", |
|
"date_generated": "2023-01-19T16:30:07.298674Z" |
|
}, |
|
"title": "It's a Contradiction-No, it's Not: A Case Study using Functional Relations", |
|
"authors": [ |
|
{ |
|
"first": "Alan", |
|
"middle": [], |
|
"last": "Ritter", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Washington", |
|
"location": { |
|
"postBox": "Box 352350", |
|
"postCode": "98195", |
|
"settlement": "Seattle", |
|
"region": "WA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Doug", |
|
"middle": [], |
|
"last": "Downey", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Washington", |
|
"location": { |
|
"postBox": "Box 352350", |
|
"postCode": "98195", |
|
"settlement": "Seattle", |
|
"region": "WA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Stephen", |
|
"middle": [], |
|
"last": "Soderland", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Washington", |
|
"location": { |
|
"postBox": "Box 352350", |
|
"postCode": "98195", |
|
"settlement": "Seattle", |
|
"region": "WA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
}, |
|
{ |
|
"first": "Oren", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "", |
|
"affiliation": { |
|
"laboratory": "", |
|
"institution": "University of Washington", |
|
"location": { |
|
"postBox": "Box 352350", |
|
"postCode": "98195", |
|
"settlement": "Seattle", |
|
"region": "WA", |
|
"country": "USA" |
|
} |
|
}, |
|
"email": "[email protected]" |
|
} |
|
], |
|
"year": "", |
|
"venue": null, |
|
"identifiers": {}, |
|
"abstract": "Contradiction Detection (CD) in text is a difficult NLP task. We investigate CD over functions (e.g., BornIn(Person)=Place), and present a domain-independent algorithm that automatically discovers phrases denoting functions with high precision. Previous work on CD has investigated hand-chosen sentence pairs. In contrast, we automatically harvested from the Web pairs of sentences that appear contradictory, but were surprised to find that most pairs are in fact consistent. For example, \"Mozart was born in Salzburg\" does not contradict \"Mozart was born in Austria\" despite the functional nature of the phrase \"was born in\". We show that background knowledge about meronyms (e.g., Salzburg is in Austria), synonyms, functions, and more is essential for success in the CD task.", |
|
"pdf_parse": { |
|
"paper_id": "D08-1002", |
|
"_pdf_hash": "", |
|
"abstract": [ |
|
{ |
|
"text": "Contradiction Detection (CD) in text is a difficult NLP task. We investigate CD over functions (e.g., BornIn(Person)=Place), and present a domain-independent algorithm that automatically discovers phrases denoting functions with high precision. Previous work on CD has investigated hand-chosen sentence pairs. In contrast, we automatically harvested from the Web pairs of sentences that appear contradictory, but were surprised to find that most pairs are in fact consistent. For example, \"Mozart was born in Salzburg\" does not contradict \"Mozart was born in Austria\" despite the functional nature of the phrase \"was born in\". We show that background knowledge about meronyms (e.g., Salzburg is in Austria), synonyms, functions, and more is essential for success in the CD task.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Abstract", |
|
"sec_num": null |
|
} |
|
], |
|
"body_text": [ |
|
{ |
|
"text": "Detecting contradictory statements is an important and challenging NLP task with a wide range of potential applications including analysis of political discourse, of scientific literature, and more (de Marneffe et al., 2008; Condoravdi et al., 2003; Harabagiu et al., 2006) . De Marneffe et al. present a model of CD that defines the task, analyzes different types of contradictions, and reports on a CD system. They report 23% precision and 19% recall at detecting contradictions in the RTE-3 data set (Voorhees, 2008) . Although RTE-3 contains a wide variety of contradictions, it does not reflect the prevalence of seeming contradictions and the paucity of genuine contradictions, which we have found in our corpus.", |
|
"cite_spans": [ |
|
{ |
|
"start": 198, |
|
"end": 224, |
|
"text": "(de Marneffe et al., 2008;", |
|
"ref_id": "BIBREF5" |
|
}, |
|
{ |
|
"start": 225, |
|
"end": 249, |
|
"text": "Condoravdi et al., 2003;", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 250, |
|
"end": 273, |
|
"text": "Harabagiu et al., 2006)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 503, |
|
"end": 519, |
|
"text": "(Voorhees, 2008)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Introduction and Motivation", |
|
"sec_num": "1" |
|
}, |
|
{ |
|
"text": "Our paper is motivated in part by de Marneffe et al.'s work, but with some important differences. First, we introduce a simple logical foundation for the CD task, which suggests that extensive world knowledge is essential for building a domain-independent CD system. Second, we automatically generate a large corpus of apparent contradictions found in arbitrary Web text. We show that most of these apparent contradictions are actually consistent statements due to meronyms (Alan Turing was born in London and in England), synonyms (George Bush is married to both Mrs. Bush and Laura Bush), hypernyms (Mozart died of both renal failure and kidney disease), and reference ambiguity (one John Smith was born in 1997 and a different John Smith in 1883). Next, we show how background knowledge enables a CD system to discard seeming contradictions and focus on genuine ones.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Contradictions and World Knowledge", |
|
"sec_num": "1.1" |
|
}, |
|
{ |
|
"text": "De Marneffe et al. introduced a typology of contradiction in text, but focused primarily on contradictions that can be detected from linguistic evidence (e.g. negation, antonymy, and structural or lexical disagreements). We extend their analysis to a class of contradictions that can only be detected utilizing background knowledge. Consider for example the following sentences: 1) \"Mozart was born in Salzburg.\" 2) \"Mozart was born in Vienna.\" 3) \"Mozart visited Salzburg.\" 4) \"Mozart visited Vienna.\" Sentences 1 & 2 are contradictory, but 3 & 4 are not. Why is that? The distinction is not syntactic. Rather, sentences 1 and 2 are contradictory because the relation expressed by the phrase \"was born in\" can be characterized here as a function from people's names to their unique birthplaces. In contrast, \"visited\" does not denote a functional relation. 1 We cannot assume that a CD system knows, in advance, all the functional relations that might appear in a corpus. Thus, a central challenge for a function-based CD system is to determine which relations are functional based on a corpus. Intuitively, we might expect that \"functional phrases\" such as \"was born in\" would typically map person names to unique place names, making function detection easy. But, in fact, function detection is surprisingly difficult because name ambiguity (e.g., John Smith), common nouns (e.g., \"dad\" or \"mom\"), definite descriptions (e.g., \"the president\"), and other linguistic phenomena can mask functions in text. For example, the two sentences \"John Smith was born in 1997.\" and \"John Smith was born in 1883.\" can be viewed as either evidence that \"was born in\" does not denote a function or, alternatively, that \"John Smith\" is ambiguous.", |
|
"cite_spans": [ |
|
{ |
|
"start": 858, |
|
"end": 859, |
|
"text": "1", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Contradictions and World Knowledge", |
|
"sec_num": "1.1" |
|
}, |
|
{ |
|
"text": "We report on the AUCONTRAIRE CD system, which addresses each of the above challenges. First, AU-CONTRAIRE identifies \"functional phrases\" statistically (Section 3). Second, AUCONTRAIRE uses these phrases to automatically create a large corpus of apparent contradictions (Section 4.2). Finally, AUCONTRAIRE sifts through this corpus to find genuine contradictions using knowledge about synonymy, meronymy, argument types, and ambiguity (Section 4.3).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A CD System Based on Functions", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "Instead of analyzing sentences directly, AUCON-TRAIRE relies on the TEXTRUNNER Open Information Extraction system (Banko et al., 2007; Banko and Etzioni, 2008) to map each sentence to one or more tuples that represent the entities in the sentences and the relationships between them (e.g., was born in(Mozart,Salzburg)). Using extracted tuples greatly simplifies the CD task, because numerous syntactic problems (e.g., anaphora, relative clauses) and semantic challenges (e.g., quantification, counterfactuals, temporal qualification) are delegated to TEXTRUNNER or simply ignored. Nevertheless, extracted tuples are a convenient approximation of sentence content, which enables us to focus on function detection and function-based CD.", |
|
"cite_spans": [ |
|
{ |
|
"start": 114, |
|
"end": 134, |
|
"text": "(Banko et al., 2007;", |
|
"ref_id": "BIBREF1" |
|
}, |
|
{ |
|
"start": 135, |
|
"end": 159, |
|
"text": "Banko and Etzioni, 2008)", |
|
"ref_id": "BIBREF0" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A CD System Based on Functions", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "Our contributions are the following:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A CD System Based on Functions", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "\u2022 We present a novel model of the Contradiction Detection (CD) task, which offers a simple logical foundation for the task and emphasizes the central role of background knowledge.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A CD System Based on Functions", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "\u2022 We introduce and evaluate a new EM-style algorithm for detecting whether phrases denote functional relations and whether nouns (e.g., \"dad\") are ambiguous, which enables a CD system to identify functions in arbitrary domains.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A CD System Based on Functions", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "\u2022 We automatically generate a corpus of seeming contradictions from Web text, and report on a set of experiments over this corpus, which provide a baseline for future work on statistical function identification and CD. 2", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A CD System Based on Functions", |
|
"sec_num": "1.2" |
|
}, |
|
{ |
|
"text": "On what basis can a CD system conclude that two statements T and H are contradictory? Logically, contradiction holds when T |= \u00acH. As de Marneffe et al. point out, this occurs when T and H contain antonyms, negation, or other lexical elements that suggest that T and H are directly contradictory. But other types of contradictions can only be detected with the help of a body of background knowledge K: In these cases, T and H alone are mutually consistent. That is,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "A Logical Foundation for CD", |
|
"sec_num": "2" |
|
}, |
|
{ |
|
"text": "A contradiction between T and H arises only in the context of K. That is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "T |= \\ \u00acH \u2227 H |= \\ \u00acT", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "((K \u2227 T ) |= \u00acH) \u2228 ((K \u2227 H) |= \u00acT )", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "T |= \\ \u00acH \u2227 H |= \\ \u00acT", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Consider the example of Mozart's birthplace in the introduction. To detect a contradiction, a CD system must know that A) \"Mozart\" refers to the same entity in both sentences, that B) \"was born in\" denotes a functional relation, and that C) Vienna and Salzburg are inconsistent locations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "T |= \\ \u00acH \u2227 H |= \\ \u00acT", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "Of course, world knowledge, and reasoning about text, are often uncertain, which leads us to associate probabilities with a CD system's conclusions. Nevertheless, the knowledge base K is essential for CD.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "T |= \\ \u00acH \u2227 H |= \\ \u00acT", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "We now turn to a probabilistic model that helps us simultaneously estimate the functionality of relations (B in the above example) and ambiguity of argument values (A above). Section 4 describes the remaining components of AUCONTRAIRE.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "T |= \\ \u00acH \u2227 H |= \\ \u00acT", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "This section introduces a formal model for computing the probability that a phrase denotes a function based on a set of extracted tuples. An extracted tuple takes the form R(x, y) where (roughly) x is the subject of a sentence, y is the object, and R is a phrase denoting the relationship between them. If the relation denoted by R is functional, then typically the object y is a function of the subject x. Thus, our discussion focuses on this possibility, though the analysis is easily extended to the symmetric case.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Logically, a relation R is functional in a variable x if it maps it to a unique variable y:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "\u2200x, y 1 , y 2 R(x, y 1 ) \u2227 R(x, y 2 ) \u21d2 y 1 = y 2 . Thus,", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "given a large random sample of ground instances of R, we could detect with high confidence whether R is functional. In text, the situation is far more complex due to ambiguity, polysemy, synonymy, and other linguistic phenomena. Deciding whether R is functional becomes a probabilistic assessment based on aggregated textual evidence.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "The main evidence that a relation R(x, y) is functional comes from the distribution of y values for a given x value. If R denotes a function and x is unambiguous, then we expect the extractions to be predominantly a single y value, with a few outliers due to noise. We aggregate the evidence that R is locally functional for a particular x value to assess whether R is globally functional for all x.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "We refer to a set of extractions with the same relation R and argument x as a contradiction set R(x, \u2022). Figure 1 shows three example contradiction sets. Each example illustrates a situation commonly found in our data. Example A in Figure 1 shows strong evidence for a functional relation. 66 out of 70 TEXTRUNNER extractions for was born in (Mozart, PLACE) have the same y value. An ambiguous x argument, however, can make a func-tional relation appear non-functional. Example B depicts a distribution of y values that appears less functional due to the fact that \"John Adams\" refers to multiple, distinct real-world individuals with that name. Finally, example C exhibits evidence for a non-functional relation.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 105, |
|
"end": 113, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
}, |
|
{ |
|
"start": 232, |
|
"end": 240, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "A. was born in(Mozart, PLACE):", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "Salzburg 66 ", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "3" |
|
}, |
|
{ |
|
"text": "To decide whether R is functional in x for all x, we first consider how to detect whether R is locally functional for a particular value of x. The local functionality of R with respect to x is the probability that R is functional estimated solely on evidence from the distribution of y values in a contradiction set R(x, \u2022).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "To decide the probability that R is a function, we define global functionality as the average local functionality score for each x, weighted by the probability that x is unambiguous. Below, we outline an EMstyle algorithm that alternately estimates the probability that R is functional and the probability that x is ambiguous.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Let R *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x indicate the event that the relation R is locally functional for the argument x, and that x is locally unambiguous for R. Also, let D indicate the set of observed tuples, and define D R(x,\u2022) as the multi-set containing the frequencies for extractions of the form R(x, \u2022). For example the distribution of extractions from Figure 1 for example A is D was born in(Mozart,\u2022) = {66, 3, 1}.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 323, |
|
"end": 331, |
|
"text": "Figure 1", |
|
"ref_id": "FIGREF0" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Let \u03b8 f R be the probability that R(x, \u2022) is locally functional for a random x, and let \u0398 f be the vector of these parameters across all relations R. Likewise, \u03b8 u", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x represents the probability that x is locally unambiguous for random R, and \u0398 u the vector for all x.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We wish to determine the maximum a posteriori (MAP) functionality and ambiguity parameters given the observed data D, that is arg max \u0398 f ,\u0398 u P (\u0398 f , \u0398 u |D). By Bayes Rule:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "P (\u0398 f , \u0398 u |D) = P (D|\u0398 f , \u0398 u )P (\u0398 f , \u0398 u ) P (D)", |
|
"eq_num": "(1)" |
|
} |
|
], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We outline a generative model for the data, P (D|\u0398 f , \u0398 u ). Let us assume that the event R *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x depends only on \u03b8 f R and \u03b8 u x , and further assume that given these two parameters, local ambiguity and local functionality are conditionally independent. We obtain the following expression for the probability of R *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x given the parameters:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "P (R * x |\u0398 f , \u0398 u ) = \u03b8 f R \u03b8 u x", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "We assume each set of data D R(x,\u2022) is generated independently of all other data and parameters, given R *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x . From this and the above we have:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "EQUATION", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [ |
|
{ |
|
"start": 0, |
|
"end": 8, |
|
"text": "EQUATION", |
|
"ref_id": "EQREF", |
|
"raw_str": "P (D|\u0398 f , \u0398 u ) = R,x P (D R(x,\u2022) |R * x )\u03b8 f R \u03b8 u x +P (D R(x,\u2022) |\u00acR * x )(1 \u2212 \u03b8 f R \u03b8 u x )", |
|
"eq_num": "(2)" |
|
} |
|
], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "These independence assumptions allow us to express P (D|\u0398 f , \u0398 u ) in terms of distributions over D R(x,\u2022) given whether or not R *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x holds. We use the URNS model as described in (Downey et al., 2005) to estimate these probabilities based on binomial distributions. In the single-urn URNS model that we utilize, the extraction process is modeled as draws of labeled balls from an urn, where the labels are either correct extractions or errors, and different labels can be repeated on varying numbers of balls in the urn.", |
|
"cite_spans": [ |
|
{ |
|
"start": 47, |
|
"end": 68, |
|
"text": "(Downey et al., 2005)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Let", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "k = max D R(x,\u2022)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": ", and let n = D R(x,\u2022) ; we will approximate the distribution over D R(x,\u2022) in terms of k and n. If R(x, \u2022) is locally functional and unambiguous, there is exactly one correct extraction label in the urn (potentially repeated multiple times). Because the probability of correctness tends to increase with extraction frequency, we make the simplifying assumption that the most frequently extracted element is correct. 3 In this case, k is the number of correct extractions, which by the URNS model has a binomial distribution with parameters n and p, where p is the precision of the extraction process. If R(x, \u2022) is not locally functional and unambiguous, then we expect k to typically take on smaller values. Empirically, the underlying frequency of the most frequent element in the \u00acR *", |
|
"cite_spans": [ |
|
{ |
|
"start": 417, |
|
"end": 418, |
|
"text": "3", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x case tends to follow a Beta distribution.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Under the model, the probability of the evidence given R *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "P (D R(x,\u2022) |R * x ) \u2248 P (k, n|R * x ) = n k p k (1 \u2212 p) n\u2212k", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "And the probability of the evidence given \u00acR *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x is:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "P (D R(x,\u2022) |\u00acR * x ) \u2248 P (k, n|\u00acR * x ) = n k 1 0 p k+\u03b1 f \u22121 (1\u2212p ) n+\u03b2 f \u22121\u2212k B(\u03b1 f ,\u03b2 f ) dp = n k \u0393(n \u2212 k + \u03b2 f )\u0393(\u03b1 f + k) B(\u03b1 f , \u03b2 f )\u0393(\u03b1 f + \u03b2 f + n) (3)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "where n is the sum over", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "D R(x,\u2022)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": ", \u0393 is the Gamma function and B is the Beta function. \u03b1 f and \u03b2 f are the parameters of the Beta distribution for the \u00acR *", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "x case. These parameters and the prior distributions are estimated empirically, based on a sample of the data set of relations described in Section 5.1.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Formal Model of Functions in Text", |
|
"sec_num": "3.1" |
|
}, |
|
{ |
|
"text": "Substituting Equation 3 into Equation 2 and applying an appropriate prior gives the probability of parameters \u0398 f and \u0398 u given the observed data D. However, Equation 2 contains a large product of sums-with two independent vectors of coefficients, \u0398 f and \u0398 u -making it difficult to optimize analytically.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "If we knew which arguments were ambiguous, we would ignore them in computing the functionality of a relation. Likewise, if we knew which relations were non-functional, we would ignore them in computing the ambiguity of an argument. Instead, we initialize the \u0398 f and \u0398 u arrays randomly, and then execute an algorithm similar to Expectation-Maximization (EM) (Dempster et al., 1977) to arrive at a high-probability setting of the parameters.", |
|
"cite_spans": [ |
|
{ |
|
"start": 359, |
|
"end": 382, |
|
"text": "(Dempster et al., 1977)", |
|
"ref_id": "BIBREF6" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Note that if \u0398 u is fixed, we can compute the expected fraction of locally unambiguous arguments x for which R is locally functional, using D R(x ,\u2022) and Equation 3. Likewise, for fixed \u0398 f , for any given x we can compute the expected fraction of locally functional relations R that are locally unambiguous for x.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Specifically, we repeat until convergence:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "1. Set \u03b8 f R = 1 s R x P (R * x |D R(x,\u2022) )\u03b8 u x for all R. 2. Set \u03b8 u x = 1 sx R P (R * x |D R(x,\u2022) )\u03b8 f R for all x.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "In both steps above, the sums are taken over only those x or R for which D R(x,\u2022) is non-empty. Also, the normalizer s R =", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "x \u03b8 u x and likewise s x = R \u03b8 f R . As in standard EM, we iteratively update our parameter values based on an expectation computed over the unknown variables. However, we alternately optimize two disjoint sets of parameters (the functionality and ambiguity parameters), rather than just a single set of parameters as in standard EM. Investigating the optimality guarantees and convergence properties of our algorithm is an item of future work.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "By iteratively setting the parameters to the expectations in steps 1 and 2, we arrive at a good setting of the parameters. Section 5.2 reports on the performance of this algorithm in practice.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "4 System Overview AUCONTRAIRE identifies phrases denoting functional relations and utilizes these to find contradictory assertions in a massive, open-domain corpus of text.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "AUCONTRAIRE begins by finding extractions of the form R(x, y), and identifies a set of relations R that have a high probability of being functional. Next, AUCONTRAIRE identifies contradiction sets of the form R(x, \u2022). In practice, most contradiction sets turned out to consist overwhelmingly of seeming contradictions-assertions that do not actually contradict each other for a variety of reasons that we enumerate in section 4.3. Thus, a major challenge for AUCONTRAIRE is to tease apart which pairs of assertions in R(x, \u2022) represent genuine contradictions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "Here are the main components of AUCONTRAIRE as illustrated in Figure 2 : Extractor: Create a set of extracted assertions E from a large corpus of Web pages or other documents. Each extraction R(x, y) has a probability p Function Learner: Discover a set of functional relations F from among the relations in E. Assign to each relation in F a probability p f that it is functional. Contradiction Detector: Query E for assertions with a relation R in F, and identify sets C of potentially contradictory assertions. Filter out seeming contradictions in C by reasoning about synonymy, meronymy, argument types, and argument ambiguity. Assign to each potential contradiction a probability p c that it is a genuine contradiction.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 62, |
|
"end": 70, |
|
"text": "Figure 2", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Estimating Functionality and Ambiguity", |
|
"sec_num": "3.2" |
|
}, |
|
{ |
|
"text": "AUCONTRAIRE needs to explore a large set of factual assertions, since genuine contradictions are quite rare (see Section 5). We used a set of extractions E from the Open Information Extraction system, TEXTRUNNER (Banko et al., 2007) , which was run on a set of 117 million Web pages.", |
|
"cite_spans": [ |
|
{ |
|
"start": 212, |
|
"end": 232, |
|
"text": "(Banko et al., 2007)", |
|
"ref_id": "BIBREF1" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extracting Factual Assertions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "TEXTRUNNER does not require a pre-defined set of relations, but instead uses shallow linguistic analysis and a domain-independent model to identify phrases from the text that serve as relations and phrases that serve as arguments to that relation. TEXTRUNNER creates a set of extractions in a single pass over the Web page collection and provides an index to query the vast set of extractions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extracting Factual Assertions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "Although its extractions are noisy, TEXTRUNNER provides a probability that the extractions are cor-rect, based in part on corroboration of facts from different Web pages (Downey et al., 2005) .", |
|
"cite_spans": [ |
|
{ |
|
"start": 170, |
|
"end": 191, |
|
"text": "(Downey et al., 2005)", |
|
"ref_id": "BIBREF7" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Extracting Factual Assertions", |
|
"sec_num": "4.1" |
|
}, |
|
{ |
|
"text": "The next step of AUCONTRAIRE is to find contradiction sets in E.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Finding Potential Contradictions", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "We used the methods described in Section 3 to estimate the functionality of the most frequent relations in E. For each relation R that AUCONTRAIRE has judged to be functional, we identify contradiction sets R(x, \u2022) , where a relation R and domain argument x have multiple range arguments y.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 207, |
|
"end": 214, |
|
"text": "R(x, \u2022)", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Finding Potential Contradictions", |
|
"sec_num": "4.2" |
|
}, |
|
{ |
|
"text": "For a variety of reasons, a pair of extractions R(x, y 1 ) and R(x, y 2 ) may not be actually contradictory. The following is a list of the major sources of false positives-pairs of extractions that are not genuine contradictions, and how they are handled by AUCONTRAIRE. The features indicative of each condition are combined using Logistic Regression, in order to estimate the probability that a given pair, {R(x, y 1 ), R(x, y 2 )} is a genuine contradiction.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Synonyms: The set of potential contradictions died from(Mozart,\u2022) may contain assertions that Mozart died from renal failure and that he died from kidney failure. These are distinct values of y, but do not contradict each other, as the two terms are synonyms. AUCONTRAIRE uses a variety of knowledge sources to handle synonyms. WordNet is a reliable source of synonyms, particularly for common nouns, but has limited recall. AUCONTRAIRE also utilizes synonyms generated by RESOLVER (Yates and Etzioni, 2007) -a system that identifies synonyms from TEXTRUNNER extractions. Additionally, AUCONTRAIRE uses edit-distance and tokenbased string similarity (Cohen et al., 2003) between apparently contradictory values of y to identify synonyms.", |
|
"cite_spans": [ |
|
{ |
|
"start": 482, |
|
"end": 507, |
|
"text": "(Yates and Etzioni, 2007)", |
|
"ref_id": "BIBREF13" |
|
}, |
|
{ |
|
"start": 650, |
|
"end": 670, |
|
"text": "(Cohen et al., 2003)", |
|
"ref_id": "BIBREF2" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Meronyms: For some relations, there is no contradiction when y 1 and y 2 share a meronym, i.e. \"part of\" relation. For example, in the set born in(Mozart,\u2022) there is no contradiction between the y values \"Salzburg\" and \"Austria\", but \"Salzburg\" conflicts with \"Vienna\". Although this is only true in cases where y occurs in an upward monotone context (MacCartney and Manning, 2007) , in practice genuine contradictions between y-values sharing a meronym relationship are extremely rare. We therefore simply assigned contradictions between meronyms a probability close to zero. We used the Tipster Gazetteer 4 and WordNet to identify meronyms, both of which have high precision but low coverage.", |
|
"cite_spans": [ |
|
{ |
|
"start": 351, |
|
"end": 381, |
|
"text": "(MacCartney and Manning, 2007)", |
|
"ref_id": "BIBREF10" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Argument Typing: Two y values are not contradictory if they are of different argument types. For example, the relation born in can take a date or a location for the y value. While a person can be born in only one year and in only one city, a person can be born in both a year and a city. To avoid such false positives, AUCONTRAIRE uses a simple named-entity tagger 5 in combination with large dictionaries of person and location names to assign high-level types (person, location, date, other) to each argument. AUCONTRAIRE filters out extractions from a contradiction set that do not have matching argument types.", |
|
"cite_spans": [ |
|
{ |
|
"start": 462, |
|
"end": 493, |
|
"text": "(person, location, date, other)", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "Ambiguity: As pointed out in Section 3, false contradictions arise when a single x value refers to multiple real-world entities. For example, if the contradiction set born in(John Sutherland, \u2022) includes birth years of both 1827 and 1878, is one of these a mistake, or do we have a grandfather and grandson with the same name? AUCONTRAIRE computes the probability that an x value is unambiguous as part of its Function Learner (see Section 3). An x value can be identified as ambiguous if its distribution of y values is non-functional for multiple functional relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "If a pair of extractions, {R(x, y 1 ), R(x, y 2 )}, does not fall into any of the above categories and R is functional, then it is likely that the sentences underlying the extractions are indeed contradictory. We combined the various knowledge sources described above using Logistic Regression, and used 10-fold cross-validation to automatically tune the weights associated with each knowledge source. In addition, the learning algorithm also utilizes the following features:", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "\u2022 Global functionality of the relation, \u03b8 f R \u2022 Global unambiguity of x, \u03b8 u x \u2022 Local functionality of R(x, \u2022)", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "\u2022 String similarity (a combination of token-based similarity and edit-distance) between y 1 and y 2 \u2022 The argument types (person, location, date, or other)", |
|
"cite_spans": [ |
|
{ |
|
"start": 121, |
|
"end": 148, |
|
"text": "(person, location, date, or", |
|
"ref_id": null |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "The learned model is then used to estimate how likely a potential contradiction {R(x, y 1 ), R(x, y 2 )} is to be genuine.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Handling Seeming Contradictions", |
|
"sec_num": "4.3" |
|
}, |
|
{ |
|
"text": "We evaluated several aspects of AUCONTRAIRE: its ability to detect functional relations and to detect ambiguous arguments (Section 5.2); its precision and recall in contradiction detection (Section 5.3); and the contribution of AUCONTRAIRE's key knowledge sources (Section 5.4).", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Experimental Results", |
|
"sec_num": "5" |
|
}, |
|
{ |
|
"text": "To evaluate AUCONTRAIRE we used TEXTRUN-NER's extractions from a corpus of 117 million Web pages. We restricted our data set to the 1,000 most frequent relations, in part to keep the experiments tractable and also to ensure sufficient statistical support for identifying functional relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Set", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We labeled each relation as functional or not, and computed an estimate of the probability it is functional as described in section 3.2. Section 5.2 presents the results of the Function Learner on this set of relations. We took the top 2% (20 relations) as F, the set of functional relations in our experiments. Out of these, 75% are indeed functional. Some examples include: was born in, died in, and was founded by.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Set", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "There were 1.2 million extractions for all thousand relations, and about 20,000 extractions in 6,000 contradiction sets for all relations in F.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Set", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We hand-tagged 10% of the contradiction sets R(x, \u2022) where R \u2208 F, discarding any sets with over 20 distinct y values since the x argument for that set is almost certainly ambiguous. This resulted in a data set of 567 contradiction sets containing a total of 2,564 extractions and 8,844 potentially contradictory pairs of extractions.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Set", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We labeled each of these 8,844 pairs as contradictory or not. In each case, we inspected the original sentences, and if the distinction was unclear, consulted the original source Web pages, Wikipedia articles, and Web search engine results.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Set", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "In our data set, genuine contradictions over functional relations are surprisingly rare. We found only 110 genuine contradictions in the hand-tagged sample, only 1.2% of the potential contradiction pairs.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Data Set", |
|
"sec_num": "5.1" |
|
}, |
|
{ |
|
"text": "We ran AUCONTRAIRE's EM algorithm on the thousand most frequent relations. Performance converged after 5 iterations resulting in estimates of the probability that each relation is functional and each x argument is unambiguous. We used these probabilities to generate the precision-recall curves shown in Figure 3 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 304, |
|
"end": 312, |
|
"text": "Figure 3", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "The graph on the left shows results for functionality, while the graph on the right shows precision at finding unambiguous arguments. The solid lines are results after 5 iterations of EM, and the dashed lines are from computing functionality or ambiguity without EM (i.e. assuming uniform values of \u0398 c when computing \u0398 f and vice versa). The EM algorithm improved results for both functionality and ambiguity, increasing area under curve (AUC) by 19% for functionality and by 31% for ambiguity.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "Of course, the ultimate test of how well AUCON-TRAIRE can identify functional relations is how well the Contradiction Detector performs on automatically identified functional relations.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Functionality and Ambiguity", |
|
"sec_num": "5.2" |
|
}, |
|
{ |
|
"text": "We conducted experiments to evaluate how well AUCONTRAIRE distinguishes genuine contradictions from false positives.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Detecting Contradictions", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "The bold line in Figure 4 depicts AUCONTRAIRE performance on the distribution of contradictions and seeming contradictions found in actual Web data. The dashed line shows the performance of AU-CONTRAIRE on an artificially \"balanced\" data set that we constructed to contain 50% genuine contradictions and 50% seeming ones.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 17, |
|
"end": 25, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Detecting Contradictions", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "Previous research in CD presented results on manually selected data sets with a relatively balanced mix of positive and negative instances. As Figure 4 suggests, this is a much easier problem than CD \"in the wild\". The data gathered from the Web is badly skewed, containing only 1.2% genuine contradictions. ", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 143, |
|
"end": 151, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Detecting Contradictions", |
|
"sec_num": "5.3" |
|
}, |
|
{ |
|
"text": "We carried out an ablation study to quantify how much each knowledge source contributes to AU-CONTRAIRE's performance. Since most of the knowledge sources do not apply to numeric argument values, we excluded the extractions where y is a number in this study. As shown in Figure 5 , performance of AUCONTRAIRE degrades with no knowledge of synonyms (NS), with no knowledge of meronyms (NM), and especially without argument typing (NT). Conversely, improvements to any of these three components would likely improve the performance of AUCONTRAIRE. The relatively small drop in performance from no meronyms does not indicate that meronyms are not essential to our task, only that our knowledge sources for meronyms were not as useful as we hoped. The Tipster Gazetteer has surprisingly low coverage for our data set. It contains only 41% of the y values that are locations. Many of these are matches on a different location with the same name, which results in incorrect meronym information. We estimate that a gazetteer with complete coverage would increase area under the curve by approximately 40% compared to a system with meronyms from the Tipster Gazetteer and WordNet. To analyze the errors made by AUCONTRAIRE, we hand-labeled all false-positives at the point of maximum F-score: 29% Recall and 48% Precision. Figure 6 reveals the central importance of world knowledge for the CD task. About half of the errors (49%) are due to ambiguous x-arguments, which we found to be one of the most persistent obstacles to discovering genuine contradictions. A sizable portion is due to missing meronyms (34%) and missing synonyms (14%), suggesting that lexical resources with broader coverage than WordNet and the Tipster Gazetteer would substantially improve performance. Surprisingly, only 3% are due to errors in the extraction process. All of our experimental results are based on the automatically discovered set of functions F. We would expect AUCONTRAIRE's performance to improve substantially if it were given a large set of functional relations as input. Condoravdi et al. (2003) first proposed contradiction detection as an important NLP task, and Harabagiu et al. (2006) were the first to report results on contradiction detection using negation, although their evaluation corpus was a balanced data set built by manually negating entailments in a data set from the Recognizing Textual Entailment conferences (RTE) (Dagan et al., 2005) . De Marneffe et al. (2008) reported experimental results on a contradiction corpus created by annotating the RTE data sets.", |
|
"cite_spans": [ |
|
{ |
|
"start": 2059, |
|
"end": 2083, |
|
"text": "Condoravdi et al. (2003)", |
|
"ref_id": "BIBREF3" |
|
}, |
|
{ |
|
"start": 2153, |
|
"end": 2176, |
|
"text": "Harabagiu et al. (2006)", |
|
"ref_id": "BIBREF8" |
|
}, |
|
{ |
|
"start": 2421, |
|
"end": 2441, |
|
"text": "(Dagan et al., 2005)", |
|
"ref_id": "BIBREF4" |
|
}, |
|
{ |
|
"start": 2447, |
|
"end": 2469, |
|
"text": "Marneffe et al. (2008)", |
|
"ref_id": "BIBREF5" |
|
} |
|
], |
|
"ref_spans": [ |
|
{ |
|
"start": 271, |
|
"end": 279, |
|
"text": "Figure 5", |
|
"ref_id": "FIGREF3" |
|
}, |
|
{ |
|
"start": 1315, |
|
"end": 1323, |
|
"text": "Figure 6", |
|
"ref_id": "FIGREF4" |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Contribution of Knowledge Sources", |
|
"sec_num": "5.4" |
|
}, |
|
{ |
|
"text": "RTE-3 included an optional task, requiring systems to make a 3-way distinction: {entails, contradicts, neither} (Voorhees, 2008) . The average performance for contradictions on the RTE-3 was precision 0.11 at recall 0.12, and the best system had precision 0.23 at recall 0.19. We did not run AUCON-TRAIRE on the RTE data sets because they contained relatively few of the \"functional contradictions\" that AUCONTRAIRE tackles. On our Web-based data sets, we achieved a precision of 0.62 at recall 0.19, and precision 0.92 at recall 0.51 on the balanced data set. Of course, comparisons across very different data sets are not meaningful, but merely serve to underscore the difficulty of the CD task.", |
|
"cite_spans": [ |
|
{ |
|
"start": 112, |
|
"end": 128, |
|
"text": "(Voorhees, 2008)", |
|
"ref_id": "BIBREF11" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "In contrast to previous work, AUCONTRAIRE is the first to do CD on data automatically extracted from the Web. This is a much harder problem than using an artificially balanced data set, as shown in Figure 4 .", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 198, |
|
"end": 206, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Automatic discovery of functional relations has been addressed in the database literature as Functional Dependency Mining (Huhtala et al., 1999; Yao and Hamilton, 2008) . This focuses on discovering functional relationships between sets of attributes, and does not address the ambiguity inherent in natural language.", |
|
"cite_spans": [ |
|
{ |
|
"start": 122, |
|
"end": 144, |
|
"text": "(Huhtala et al., 1999;", |
|
"ref_id": "BIBREF9" |
|
}, |
|
{ |
|
"start": 145, |
|
"end": 168, |
|
"text": "Yao and Hamilton, 2008)", |
|
"ref_id": "BIBREF12" |
|
} |
|
], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Related Work", |
|
"sec_num": "6" |
|
}, |
|
{ |
|
"text": "Although we focus on function-based CD in our case study, we believe that our observations apply to other types of CD as well.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "The corpus is available at http://www.cs. washington.edu/research/aucontraire/", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "As this assumption is invalid when there is not a unique maximal element, we default to the prior P (R *x ) in that case.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
}, |
|
{ |
|
"text": "http://crl.nmsu.edu/cgi-bin/Tools/CLR/ clrcat 5 http://search.cpan.org/\u02dcsimon/ Lingua-EN-NamedEntity-1.1/NamedEntity.pm", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "", |
|
"sec_num": null |
|
} |
|
], |
|
"back_matter": [ |
|
{ |
|
"text": "We have described a case study of contradiction detection (CD) based on functional relations. In this context, we introduced and evaluated the AUCON-TRAIRE system and its novel EM-style algorithm for determining whether an arbitrary phrase is functional. We also created a unique \"natural\" data set of seeming contradictions based on sentences drawn from a Web corpus, which we make available to the research community.We have drawn two key lessons from our case study. First, many seeming contradictions (approximately 99% in our experiments) are not genuine contradictions. Thus, the CD task may be much harder on natural data than on RTE data as suggested by Figure 4 . Second, extensive background knowledge is necessary to tease apart seeming contradictions from genuine ones. We believe that these lessons are broadly applicable, but verification of this claim is a topic for future work.", |
|
"cite_spans": [], |
|
"ref_spans": [ |
|
{ |
|
"start": 662, |
|
"end": 670, |
|
"text": "Figure 4", |
|
"ref_id": null |
|
} |
|
], |
|
"eq_spans": [], |
|
"section": "Conclusions and Future Work", |
|
"sec_num": "7" |
|
}, |
|
{ |
|
"text": "This research was supported in part by NSF grants IIS-0535284 and IIS-0312988, ONR grant N00014-08-1-0431 as well as gifts from the Utilika Foundation and Google, and was carried out at the University of Washington's Turing Center.", |
|
"cite_spans": [], |
|
"ref_spans": [], |
|
"eq_spans": [], |
|
"section": "Acknowledgements", |
|
"sec_num": null |
|
} |
|
], |
|
"bib_entries": { |
|
"BIBREF0": { |
|
"ref_id": "b0", |
|
"title": "The tradeoffs between traditional and open relation extraction", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Banko", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of ACL", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Banko and O. Etzioni. 2008. The tradeoffs between traditional and open relation extraction. In Proceed- ings of ACL.", |
|
"links": null |
|
}, |
|
"BIBREF1": { |
|
"ref_id": "b1", |
|
"title": "Open information extraction from the Web", |
|
"authors": [ |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Banko", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Cafarella", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Soderland", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "M", |
|
"middle": [], |
|
"last": "Broadhead", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Procs. of IJCAI", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "M. Banko, M. Cafarella, S. Soderland, M. Broadhead, and O. Etzioni. 2007. Open information extraction from the Web. In Procs. of IJCAI.", |
|
"links": null |
|
}, |
|
"BIBREF2": { |
|
"ref_id": "b2", |
|
"title": "A comparison of string distance metrics for namematching tasks", |
|
"authors": [ |
|
{ |
|
"first": "W", |
|
"middle": [ |
|
"W" |
|
], |
|
"last": "Cohen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "P", |
|
"middle": [], |
|
"last": "Ravikumar", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [ |
|
"E" |
|
], |
|
"last": "Fienberg", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "IIWeb", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "W.W. Cohen, P. Ravikumar, and S.E. Fienberg. 2003. A comparison of string distance metrics for name- matching tasks. In IIWeb.", |
|
"links": null |
|
}, |
|
"BIBREF3": { |
|
"ref_id": "b3", |
|
"title": "Entailment, intensionality and text understanding", |
|
"authors": [ |
|
{ |
|
"first": "Cleo", |
|
"middle": [], |
|
"last": "Condoravdi", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Dick", |
|
"middle": [], |
|
"last": "Crouch", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Reinhard", |
|
"middle": [], |
|
"last": "Valeria De Paiva", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Daniel", |
|
"middle": [ |
|
"G" |
|
], |
|
"last": "Stolle", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "", |
|
"middle": [], |
|
"last": "Bobrow", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2003, |
|
"venue": "Proceedings of the HLT-NAACL 2003 workshop on Text meaning", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "38--45", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Cleo Condoravdi, Dick Crouch, Valeria de Paiva, Rein- hard Stolle, and Daniel G. Bobrow. 2003. Entailment, intensionality and text understanding. In Proceedings of the HLT-NAACL 2003 workshop on Text meaning, pages 38-45, Morristown, NJ, USA. Association for Computational Linguistics.", |
|
"links": null |
|
}, |
|
"BIBREF4": { |
|
"ref_id": "b4", |
|
"title": "The PASCAL Recognising Textual Entailment Challenge", |
|
"authors": [ |
|
{ |
|
"first": "I", |
|
"middle": [], |
|
"last": "Dagan", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O", |
|
"middle": [], |
|
"last": "Glickman", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Magnini", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Proceedings of the PASCAL Challenges Workshop on Recognising Textual Entailment", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "1--8", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "I. Dagan, O. Glickman, and B. Magnini. 2005. The PASCAL Recognising Textual Entailment Challenge. Proceedings of the PASCAL Challenges Workshop on Recognising Textual Entailment, pages 1-8.", |
|
"links": null |
|
}, |
|
"BIBREF5": { |
|
"ref_id": "b5", |
|
"title": "Finding contradictions in text", |
|
"authors": [ |
|
{ |
|
"first": "Marie-Catherine", |
|
"middle": [], |
|
"last": "De Marneffe", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Anna", |
|
"middle": [], |
|
"last": "Rafferty", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Christopher", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Marie-Catherine de Marneffe, Anna Rafferty, and Christopher D. Manning. 2008. Finding contradic- tions in text. In ACL 2008.", |
|
"links": null |
|
}, |
|
"BIBREF6": { |
|
"ref_id": "b6", |
|
"title": "Maximum likelihood from incomplete data via the EM algorithm", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [ |
|
"P" |
|
], |
|
"last": "Dempster", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "N", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Laird", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "D", |
|
"middle": [ |
|
"B" |
|
], |
|
"last": "Rubin", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1977, |
|
"venue": "Journal of the Royal Statistical Society Series B", |
|
"volume": "39", |
|
"issue": "1", |
|
"pages": "1--38", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A.P. Dempster, N.M. Laird, and D.B. Rubin. 1977. Max- imum likelihood from incomplete data via the EM al- gorithm. Journal of the Royal Statistical Society Se- ries B, 39(1):1-38.", |
|
"links": null |
|
}, |
|
"BIBREF7": { |
|
"ref_id": "b7", |
|
"title": "A Probabilistic Model of Redundancy in Information Extraction", |
|
"authors": [ |
|
{ |
|
"first": "D", |
|
"middle": [], |
|
"last": "Downey", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "S", |
|
"middle": [], |
|
"last": "Soderland", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2005, |
|
"venue": "Procs. of IJCAI", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "D. Downey, O. Etzioni, and S. Soderland. 2005. A Prob- abilistic Model of Redundancy in Information Extrac- tion. In Procs. of IJCAI.", |
|
"links": null |
|
}, |
|
"BIBREF8": { |
|
"ref_id": "b8", |
|
"title": "Negation, contrast and contradiction in text processing", |
|
"authors": [ |
|
{ |
|
"first": "Sanda", |
|
"middle": [], |
|
"last": "Harabagiu", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Andrew", |
|
"middle": [], |
|
"last": "Hickl", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Finley", |
|
"middle": [], |
|
"last": "Lacatusu", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2006, |
|
"venue": "AAAI", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Sanda Harabagiu, Andrew Hickl, and Finley Lacatusu. 2006. Negation, contrast and contradiction in text pro- cessing. In AAAI.", |
|
"links": null |
|
}, |
|
"BIBREF9": { |
|
"ref_id": "b9", |
|
"title": "TANE: An efficient algorithm for discovering functional and approximate dependencies", |
|
"authors": [ |
|
{ |
|
"first": "Yk\u00e4", |
|
"middle": [], |
|
"last": "Huhtala", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Juha", |
|
"middle": [], |
|
"last": "K\u00e4rkk\u00e4inen", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Pasi", |
|
"middle": [], |
|
"last": "Porkka", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Hannu", |
|
"middle": [], |
|
"last": "Toivonen", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 1999, |
|
"venue": "The Computer Journal", |
|
"volume": "42", |
|
"issue": "2", |
|
"pages": "100--111", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Yk\u00e4 Huhtala, Juha K\u00e4rkk\u00e4inen, Pasi Porkka, and Hannu Toivonen. 1999. TANE: An efficient algorithm for discovering functional and approximate dependencies. The Computer Journal, 42(2):100-111.", |
|
"links": null |
|
}, |
|
"BIBREF10": { |
|
"ref_id": "b10", |
|
"title": "Natural Logic for Textual Inference", |
|
"authors": [ |
|
{ |
|
"first": "B", |
|
"middle": [], |
|
"last": "Maccartney", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "C", |
|
"middle": [ |
|
"D" |
|
], |
|
"last": "Manning", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Workshop on Textual Entailment and Paraphrasing", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "B. MacCartney and C.D. Manning. 2007. Natural Logic for Textual Inference. In Workshop on Textual Entail- ment and Paraphrasing.", |
|
"links": null |
|
}, |
|
"BIBREF11": { |
|
"ref_id": "b11", |
|
"title": "Contradictions and justifications: Extensions to the textual entailment task", |
|
"authors": [ |
|
{ |
|
"first": "Ellen", |
|
"middle": [ |
|
"M" |
|
], |
|
"last": "Voorhees", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Proceedings of ACL-08: HLT", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "63--71", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Ellen M. Voorhees. 2008. Contradictions and justifica- tions: Extensions to the textual entailment task. In Proceedings of ACL-08: HLT, pages 63-71, Colum- bus, Ohio, June. Association for Computational Lin- guistics.", |
|
"links": null |
|
}, |
|
"BIBREF12": { |
|
"ref_id": "b12", |
|
"title": "Mining functional dependencies from data", |
|
"authors": [ |
|
{ |
|
"first": "Hong", |
|
"middle": [], |
|
"last": "Yao", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "Howard", |
|
"middle": [ |
|
"J" |
|
], |
|
"last": "Hamilton", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2008, |
|
"venue": "Data Min. Knowl. Discov", |
|
"volume": "16", |
|
"issue": "2", |
|
"pages": "197--219", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "Hong Yao and Howard J. Hamilton. 2008. Mining func- tional dependencies from data. Data Min. Knowl. Dis- cov., 16(2):197-219.", |
|
"links": null |
|
}, |
|
"BIBREF13": { |
|
"ref_id": "b13", |
|
"title": "Unsupervised resolution of objects and relations on the Web", |
|
"authors": [ |
|
{ |
|
"first": "A", |
|
"middle": [], |
|
"last": "Yates", |
|
"suffix": "" |
|
}, |
|
{ |
|
"first": "O", |
|
"middle": [], |
|
"last": "Etzioni", |
|
"suffix": "" |
|
} |
|
], |
|
"year": 2007, |
|
"venue": "Procs. of HLT", |
|
"volume": "", |
|
"issue": "", |
|
"pages": "", |
|
"other_ids": {}, |
|
"num": null, |
|
"urls": [], |
|
"raw_text": "A. Yates and O. Etzioni. 2007. Unsupervised resolution of objects and relations on the Web. In Procs. of HLT.", |
|
"links": null |
|
} |
|
}, |
|
"ref_entries": { |
|
"FIGREF0": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Functional relations such as example A have a different distribution of y values than non-functional relations such as C. However, an ambiguous x argument as in B, can make a functional relation appear non-functional." |
|
}, |
|
"FIGREF1": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Figure 2: AUCONTRAIRE architecture" |
|
}, |
|
"FIGREF2": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "After 5 iterations of EM, AUCONTRAIRE achieves a 19% boost to area under the precision-recall curve (AUC) for functionality detection, and a 31% boost to AUC for ambiguity detection. Performance of AUCONTRAIRE at distinguishing genuine contradictions from false positives. The bold line is results on the actual distribution of data from the Web. The dashed line is from a data set constructed to have 50% positive and 50% negative instances." |
|
}, |
|
"FIGREF3": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Area under the precision-recall curve for the full AUCONTRAIRE and for AUCONTRAIRE with knowledge removed. NS has no synonym knowledge; NM has no meronym knowledge; NT has no argument typing." |
|
}, |
|
"FIGREF4": { |
|
"uris": null, |
|
"type_str": "figure", |
|
"num": null, |
|
"text": "Sources of errors in contradiction detection." |
|
} |
|
} |
|
} |
|
} |