ACL-OCL / Base_JSON /prefixN /json /N07 /N07-1017.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "N07-1017",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T14:48:54.090422Z"
},
"title": "The Domain Restriction Hypothesis: Relating Term Similarity and Semantic Consistency",
"authors": [
{
"first": "Alfio",
"middle": [
"Massimiliano"
],
"last": "Gliozzo",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "ITC-irst Trento",
"location": {
"country": "Italy"
}
},
"email": "gliozzo@itc.it"
},
{
"first": "Marco",
"middle": [],
"last": "Pennacchiotti",
"suffix": "",
"affiliation": {
"laboratory": "",
"institution": "University of Rome",
"location": {
"addrLine": "Tor Vergata Rome",
"country": "Italy"
}
},
"email": ""
},
{
"first": "Patrick",
"middle": [],
"last": "Pantel",
"suffix": "",
"affiliation": {},
"email": "pantel@isi.edu"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "In this paper, we empirically demonstrate what we call the domain restriction hypothesis, claiming that semantically related terms extracted from a corpus tend to be semantically coherent. We apply this hypothesis to define a post-processing module for the output of Espresso, a state of the art relation extraction system, showing that irrelevant and erroneous relations can be filtered out by our module, increasing the precision of the final output. Results are confirmed by both quantitative and qualitative analyses, showing that very high precision can be reached.",
"pdf_parse": {
"paper_id": "N07-1017",
"_pdf_hash": "",
"abstract": [
{
"text": "In this paper, we empirically demonstrate what we call the domain restriction hypothesis, claiming that semantically related terms extracted from a corpus tend to be semantically coherent. We apply this hypothesis to define a post-processing module for the output of Espresso, a state of the art relation extraction system, showing that irrelevant and erroneous relations can be filtered out by our module, increasing the precision of the final output. Results are confirmed by both quantitative and qualitative analyses, showing that very high precision can be reached.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Relation extraction is a fundamental step in many natural language processing applications such as learning ontologies from texts (Buitelaar et al., 2005) and Question Answering (Pasca and Harabagiu, 2001) .",
"cite_spans": [
{
"start": 130,
"end": 154,
"text": "(Buitelaar et al., 2005)",
"ref_id": "BIBREF0"
},
{
"start": 178,
"end": 205,
"text": "(Pasca and Harabagiu, 2001)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The most common approach for acquiring concepts, instances and relations is to harvest semantic knowledge from texts. These techniques have been largely explored and today they achieve reasonable accuracy. Harvested lexical resources, such as concept lists (Pantel and Lin, 2002) , facts (Etzioni et al., 2002) and semantic relations (Pantel and Pennacchiotti, 2006 ) could be then successfully used in different frameworks and applications.",
"cite_spans": [
{
"start": 257,
"end": 279,
"text": "(Pantel and Lin, 2002)",
"ref_id": "BIBREF11"
},
{
"start": 288,
"end": 310,
"text": "(Etzioni et al., 2002)",
"ref_id": "BIBREF4"
},
{
"start": 334,
"end": 365,
"text": "(Pantel and Pennacchiotti, 2006",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The state of the art technology for relation extraction primarily relies on pattern-based approaches (Snow et al., 2006) . These techniques are based on the recognition of the typical patterns that express a particular relation in text (e.g. \"X such as Y\" usually expresses an is-a relation). Yet, text-based algorithms for relation extraction, in particular pattern-based algorithms, still suffer from a number of limitations due to complexities of natural language, some of which we describe below.",
"cite_spans": [
{
"start": 101,
"end": 120,
"text": "(Snow et al., 2006)",
"ref_id": "BIBREF15"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Irrelevant relations. These are valid relations that are not of interest in the domain at hand. For example, in a political domain, \"Condoleezza Rice is a football fan\" is not as relevant as \"Condoleezza Rice is the Secretary of State of the United States\". Irrelevant relations are ubiquitous, and affect ontology reliability, if used to populate it, as the relation drives the wrong type of ontological knowledge. Erroneous or false relations. These are particularly harmful, since they directly affect algorithm precision.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "A pattern-based relation extraction algorithm is particularly likely to extract erroneous relations if it uses generic patterns, which are defined in (Pantel and Pennacchiotti, 2006) as broad coverage, noisy patterns with high recall and low precision (e.g. \"X of Y\" for part-of relation). Harvesting algorithms either ignore generic patterns (Hearst, 1992) (affecting system recall) or use manually supervised filtering approaches (Girju et al., 2006) or use completely unsupervised Web-filtering methods (Pantel and Pennacchiotti, 2006 ). Yet, these methods still do not sufficiently mitigate the problem of erroneous relations. Background knowledge.",
"cite_spans": [
{
"start": 150,
"end": 182,
"text": "(Pantel and Pennacchiotti, 2006)",
"ref_id": "BIBREF12"
},
{
"start": 343,
"end": 357,
"text": "(Hearst, 1992)",
"ref_id": "BIBREF8"
},
{
"start": 432,
"end": 452,
"text": "(Girju et al., 2006)",
"ref_id": "BIBREF5"
},
{
"start": 506,
"end": 537,
"text": "(Pantel and Pennacchiotti, 2006",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Another aspect that makes relation harvesting difficult is related to the nature of semantic relations: relations among entities are mostly paradigmatic (de Saussure, 1922) , and are usually established in absentia (i.e., they are not made explicit in text). According to Eco's position (Eco, 1979) , the background knowledge (e.g. \"persons are humans\") is often assumed by the writer, and thus is not explicitly mentioned in text. In some cases, such widely-known relations can be captured by distributional similarity techniques but not by pattern-based approaches. Metaphorical language. Even when paradigmatic relations are explicitly expressed in texts, it can be very difficult to distinguish between facts and metaphoric usage (e.g. the expression \"My mind is a pearl\" occurs 17 times on the Web, but it is clear that mind is not a pearl, at least from an ontological perspective).",
"cite_spans": [
{
"start": 153,
"end": 172,
"text": "(de Saussure, 1922)",
"ref_id": "BIBREF1"
},
{
"start": 287,
"end": 298,
"text": "(Eco, 1979)",
"ref_id": "BIBREF3"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The considerations above outline some of the difficulties of taking a purely lexico-syntactic approach to relation extraction. Pragmatic issues (background knowledge and metaphorical language) and ontological issues (irrelevant relation) can not be solved at the syntactic level. Also, erroneous relations can always arise. These considerations lead us to the intuition that extraction can benefit from imposing some additional constraints.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In this paper, we integrate Espresso with a lexical distribution technique modeling semantic coherence through semantic domains (Magnini et al., 2002) . These are defined as common discourse topics which demonstrate lexical coherence, such as ECONOMICS or POLITICS. We explore whether semantic domains can provide the needed additional constraints to mitigate the acceptance of erroneous relations. At the lexical level, semantic domains identify clusters of (domain) paradigmatically related terms. We believe that the main advantage of adopting semantic domains in relation extraction is that relations are established mainly among terms in the same Domain, while concepts belonging to different fields are mostly unrelated (Gliozzo, 2005) , as described in Section 2. For example, in a chemistry domain, an is-a will tend to relate only terms of that domain (e.g., nitrogen is-a element), while outof-domain relations are likely to be erroneous e.g., driver is-a element. By integrating pattern-based and distributional ap-proaches we aim to capture the two characteristic properties of semantic relations:",
"cite_spans": [
{
"start": 128,
"end": 150,
"text": "(Magnini et al., 2002)",
"ref_id": "BIBREF10"
},
{
"start": 726,
"end": 741,
"text": "(Gliozzo, 2005)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Syntagmatic properties: if two terms X and Y are in a given relation, they tend to cooccur in texts, and are mostly connected by specific lexical-syntactic patterns (e.g., the patter \"X is a Y \" connects terms in is-a relations). This aspect is captured using a pattern-based approach.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "\u2022 Domain properties: if a semantic relation among two terms X and Y holds, both X and Y should belong to the same semantic domain (i.e. they are semantically coherent), where semantic domains are sets of terms characterized by very similar distributional properties in a (possibly domain specific) corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "In Section 2, we develop the concept of semantic domain and an automatic acquisition procedure based on Latent Semantic Analysis (LSA) and we provide empirical evidence of the connection between relation extraction and domain modelling. Section 3 describes the Espresso system. Section 4 concerns our integration of semantic domains and Espresso. In Section 5, we evaluate the impact of our LSA domain restriction module on improving a state of the art relation extraction system. In Section 6 we draw some interesting research directions opened by our work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "Semantic domains are common areas of human discussion, which demonstrate lexical coherence, such as ECONOMICS, POLITICS, LAW, SCIENCE, (Magnini et al., 2002) . At the lexical level, semantic domains identify clusters of (domain) related lexical-concepts, i.e. sets of highly paradigmatically related words also known as Semantic Fields. In the literature, semantic domains have been inferred from corpora by adopting term clustering methodologies (Gliozzo, 2005) , and have been used for several NLP tasks, such as Text Categorization and Ontology Learning (Gliozzo, 2006) . Semantic domains can be described by Domain Models (DMs) (Gliozzo, 2005) . A DM is a com-putational model for semantic domains, that represents domain information at the term level, by defining a set of term clusters. Each cluster represents a Semantic Domain, i.e. a set of terms that often cooccur in texts having similar topics. A DM is represented by a k \u00d7 k rectangular matrix D, containing the domain relevance for each term with respect to each domain, as illustrated in Table 1 . DMs can be acquired from texts in a completely unsupervised way by exploiting a lexical coherence assumption. To this end, term clustering algorithms can be used with each cluster representing a Semantic Domain. The degree of association among terms and clusters, estimated by the learning algorithm, provides a domain relevance function. For our experiments we adopted a clustering strategy based on LSA (Deerwester et al., 1990 ), following the methodology described in (Gliozzo, 2005) . The input of the LSA process is a term-by-document matrix T reporting the term frequencies in the whole corpus for each term. The matrix is decomposed by means of a Singular Value Decomposition (SVD), identifying the principal components of T. This operation is done off-line, and can be efficiently performed on large corpora. SVD decomposes T into three matrixes T V\u03a3 k U T where \u03a3 k is the diagonal k \u00d7 k matrix containing the highest k k eigenvalues of T on the diagonal, and all the remaining elements are 0. The parameter k is the dimensionality of the domain and can be fixed in advance 1 . Under this setting we define the domain matrix D LSA 2 as",
"cite_spans": [
{
"start": 135,
"end": 157,
"text": "(Magnini et al., 2002)",
"ref_id": "BIBREF10"
},
{
"start": 447,
"end": 462,
"text": "(Gliozzo, 2005)",
"ref_id": "BIBREF6"
},
{
"start": 557,
"end": 572,
"text": "(Gliozzo, 2006)",
"ref_id": "BIBREF7"
},
{
"start": 632,
"end": 647,
"text": "(Gliozzo, 2005)",
"ref_id": "BIBREF6"
},
{
"start": 1468,
"end": 1492,
"text": "(Deerwester et al., 1990",
"ref_id": "BIBREF2"
},
{
"start": 1535,
"end": 1550,
"text": "(Gliozzo, 2005)",
"ref_id": "BIBREF6"
}
],
"ref_spans": [
{
"start": 1053,
"end": 1060,
"text": "Table 1",
"ref_id": "TABREF0"
}
],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "MEDICINE COMPUTER SCIENCE HIV 1 0 AIDS 1 0 virus 0.5 0.5 laptop 0 1",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "D LSA = I N V \u03a3 k (1)",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "where",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "I N is a diagonal matrix such that i N i,i = 1 q w i , w i and w i is the i th row of the matrix V \u221a \u03a3 k .",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Once a DM has been defined by the matrix D, the Domain Space is a k dimensional space, in which both texts and terms are associated to Domain Vectors (DVs), i.e. vectors representing their domain relevancies with respect to each domain. The DV t i for the term t i \u2208 V is the i th row of D, where V = {t 1 , t 2 , . . . , t k } is the vocabulary of the corpus. The domain similarity \u03c6 d (t i , t j ) among terms is then estimated by the cosine among their corresponding DVs in the Domain Space, defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "EQUATION",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [
{
"start": 0,
"end": 8,
"text": "EQUATION",
"ref_id": "EQREF",
"raw_str": "\u03c6 d (t i , t j ) = t i , t j t i , t i t j , t j",
"eq_num": "(2)"
}
],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Figure 1: Probability of finding paradigmatic relations",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "The main advantage of adopting semantic domains for relation extraction is that they allow us to impose a domain restriction on the set of candidate pairs of related terms. In fact, semantic relations can be established mainly among terms in the same Semantic Domain, while concepts belonging to different fields are mostly unrelated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "To show the validity of the domain restriction we conducted a preliminary experiment, contrasting the probability for two words to be related in Word-Net (Magnini and Cavagli\u00e0, 2000) with their domain similarity, measured in the Domain Space induced from the British National Corpus. In particular, for each couple of words, we estimated the domain similarity, and we collected word pairs in sets characterized by different ranges of similarity (e.g. all the pairs between 0.8 and 0.9). Then we estimated the probability of each couple of words in different sets to be linked by a semantic relation in WordNet, such as synonymy, hyperonymy, co-hyponymy and domain in WordNet Domains (Magnini et al., 2002) . Results in Figure 1 show a monotonic crescent relation between these two quantities. In particular the probability for two words to be related tends to 0 when their similarity is negative (i.e., they are not domain related), supporting the basic hypothesis of this work. In Section 4 we will show that this property can be used to improve the overall performances of the relation extraction algorithm.",
"cite_spans": [
{
"start": 154,
"end": 182,
"text": "(Magnini and Cavagli\u00e0, 2000)",
"ref_id": "BIBREF9"
},
{
"start": 683,
"end": 705,
"text": "(Magnini et al., 2002)",
"ref_id": "BIBREF10"
}
],
"ref_spans": [
{
"start": 719,
"end": 727,
"text": "Figure 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "3 The pattern-based Espresso system Espresso (Pantel and Pennacchiotti, 2006 ) is a corpus-based general purpose, broad, and accurate relation extraction algorithm requiring minimal supervision, whose core is based on the framework adopted in (Hearst, 1992) . Espresso introduces two main innovations that guarantee high performance: (i) a principled measure for estimating the reliability of relational patterns and instances; (ii) an algorithm for exploiting generic patterns. Generic patterns are broad coverage noisy patterns (high recall and low precision), e.g. \"X of Y\" for the part-of relation. As underlined in the introduction, previous algorithms either required significant manual work to make use of generic patterns, or simply ignore them. Espresso exploits an unsupervised Web-based filtering method to detect generic patterns and to distinguish their correct and incorrect instances.",
"cite_spans": [
{
"start": 45,
"end": 76,
"text": "(Pantel and Pennacchiotti, 2006",
"ref_id": "BIBREF12"
},
{
"start": 243,
"end": 257,
"text": "(Hearst, 1992)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Given a specific relation (e.g. is-a) and a POStagged corpus, Espresso takes as input few seed instances (e.g. nitrogen is-a element) or seed surface patterns (e.g. X/NN such/JJ as/IN Y/NN). It then incrementally learns new patterns and instances by iterating on the following three phases, until a specific stop condition is met (i.e., new patterns are below a pre-defined threshold of reliability).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Pattern Induction. Given an input set of seed instances I, Espresso infers new patterns connecting as many instances as possible in the given corpus. To do so, Espresso uses a slight modification of the state of the art algorithm described in (Ravichandran and Hovy, 2002) . For each instance in input, the sentences containing it are first retrieved and then generalized, by replacing term expressions with a terminological label using regular expressions on the POS-tags. This generalization allows to ease the problem of data sparseness in small corpora. Unfortunately, as patterns become more generic, they are more prone to low precision.",
"cite_spans": [
{
"start": 243,
"end": 272,
"text": "(Ravichandran and Hovy, 2002)",
"ref_id": "BIBREF14"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Pattern Ranking and Selection. Espresso ranks all extracted patterns using a reliability measure r \u03c0 and discards all but the top-k P patterns, where k is set to the number of patterns from the previous iteration plus one. r \u03c0 captures the intuition that a reliable pattern is one that is both highly precise and one that extracts many instances. r \u03c0 is formally defined as the average strength of association between a pattern p and each input instance i in I, weighted by the reliability r \u03b9 of the instance i (described later):",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "r \u03c0 (p) = i\u2208I pmi(i,p) max pmi * r \u03b9 (i) |I|",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "where pmi(i, p) is the pointwise mutual information (pmi) between i and p (estimated with Maximum Likelihood Estimation), and max pmi is the maximum pmi between all patterns and all instances.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Instance Extraction, Ranking, Selection. Espresso extracts from the corpus the set of instances I matching the patterns in P . In this phase generic patterns are detected, and their instances are filtered, using a technique described in detail in (Pantel and Pennacchiotti, 2006) . Instances are then ranked using a reliability measure r \u03b9 , similar to that adopted for patterns. A reliable instance should be highly associated with as many reliable patterns as possible:",
"cite_spans": [
{
"start": 247,
"end": 279,
"text": "(Pantel and Pennacchiotti, 2006)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "r \u03b9 (i) = p\u2208P pmi(i,p) max pmi * r \u03c0 (i) |P |",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "Finally, the best scoring instances are selected for the following iteration. If the number of extracted instances is too low (as often happens in small corpora) Espresso enters an expansion phase, in which instances are expanded by using web based and syntactic techniques.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "The output Espresso is a list of instances i = (X, Y ) \u2208 I, ranked according to r \u03b9 (i). This score accounts for the syntagmatic similarity between X and Y , i.e., how strong is the co-occurrence of X and Y in texts with a given pattern p.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "A key role in the Espresso algorithm is played by the reliability measures. The accuracy of the whole extraction process is in fact highly sensitive to the ranking of patterns and instances because, at each iteration, only the best scoring entities are retained. For instance, if an erroneous instance is selected after the first iteration, it could in theory affect the following pattern extraction phase and cause drift in consequent iterations. This issue is critical for generic patterns (where precision is still a problem, even with Web-based filtering), and could sometimes also affect non-generic patterns.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "It would be then useful to integrate Espresso with a technique able to retain only very precise instances, without compromising recall. As syntagmatic strategies are already in place, another strategy is needed. In the next Section, we show how this can be achieved using instance domain information.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Semantic Domains",
"sec_num": "2"
},
{
"text": "The strategy of integrating syntagmatic and domain information has demonstrated to be fruitful in many NLP tasks, such as Word Sense Disambiguation and open domain Ontology Learning (Gliozzo, 2006) . According to the structural view (de Saussure, 1922), both aspects contribute to determine the linguistic value (i.e. the meaning) of words: the meaning of lexical constituents is determined by a complex network of semantic relations among words. This suggests that relation extraction can benefit from accounting for both syntagmatic and domain aspects at the same time.",
"cite_spans": [
{
"start": 182,
"end": 197,
"text": "(Gliozzo, 2006)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Integrating syntagmatic and domain information",
"sec_num": "4"
},
{
"text": "To demonstrate the validity of this claim we can explore many different integration schemata. For example we can restrict the search space (i.e. the set of candidate instances) to the set of all those terms belonging to the same domain. Another possibility is to exploit a similarity metric for domain relatedness to re-rank the output instances I of Espresso, hoping that the top ranked ones will mostly be those which are correct. One advantage of this latter method-ology is that it can be applied to the output of any relation extraction system without any modification to the system itself. In addition, this methodology can be evaluated by adopting standard Information Retrieval (IR) measures, such as mean average precision (see Section 5). Because of these advantages, we decided to adopt the re-ranking procedure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integrating syntagmatic and domain information",
"sec_num": "4"
},
{
"text": "The procedure is defined as follows: each instance extracted by Espresso is assigned a Domain Similarity score \u03c6 d (X, Y ) estimated in the domain space according to Equation 2; a higher score is then assigned to the instances that tend to co-occur in the same documents in the corpus. For example, the candidate instances ethanol is-a nonaromatic alcohol has a higher score than ethanol is-a something, as ethanol and alcohol are both from the chemistry domain, while something is a generic term and is thus not associated to any domain.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integrating syntagmatic and domain information",
"sec_num": "4"
},
{
"text": "Instances are then re-ranked according to \u03c6 d (X, Y ), which is used as the new index of reliability instead of the original reliability scores of Espresso. In Subsection 5.2 we will show that the re-ranking technique improves the original reliability scores of Espresso.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Integrating syntagmatic and domain information",
"sec_num": "4"
},
{
"text": "In this Section we evaluate the benefits of applying the domain information to relation extraction (ESP-LSA), by measuring the improvements of Espresso due to domain based re-ranking.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation",
"sec_num": "5"
},
{
"text": "As a baseline system, we used the ESP-implementation of Espresso described in (Pantel and Pennacchiotti, 2006) . ESP-is a fully functioning Espresso system, without the generic pattern filtering module (ESP+). We decided to use ESP-for two main reasons. First, the manual evaluation process would have been too time consuming, as ESP+ extracts thousands of relations. Also, the small scale experiment for EXP-allows us to better analyse and compare the results.",
"cite_spans": [
{
"start": 78,
"end": 110,
"text": "(Pantel and Pennacchiotti, 2006)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Settings",
"sec_num": "5.1"
},
{
"text": "To perform the re-ranking operation, we acquired a Domain Model from the input corpus itself. To this aim we performed a SVD of the term by document matrix T describing the input corpus, indexing all the candidate terms recognized by Espresso.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Settings",
"sec_num": "5.1"
},
{
"text": "As an evaluation benchmark, we adopted the same instance sets extracted by ESP-in the experiment described in (Pantel and Pennacchiotti, 2006) . We used an input corpus of 313,590 words, a college chemistry textbook (Brown et al. 2003) , pre-processed using the Alembic Workbench POStagger (Day et al. 1997) . We considered the following relations: is-a, part-of, reaction (a relation of chemical reaction among chemical entities) and production (a process or chemical element/object producing a result). ESP-extracted 200 is-a, 111 part-of, 40 reaction and 196 production instances.",
"cite_spans": [
{
"start": 110,
"end": 142,
"text": "(Pantel and Pennacchiotti, 2006)",
"ref_id": "BIBREF12"
},
{
"start": 216,
"end": 235,
"text": "(Brown et al. 2003)",
"ref_id": null
},
{
"start": 280,
"end": 307,
"text": "POStagger (Day et al. 1997)",
"ref_id": null
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Settings",
"sec_num": "5.1"
},
{
"text": "The experimental evaluation compared the accuracy of the ranked set of instances extracted by ESP-with the re-ranking produced on these instances by ESP-LSA. By analogy to IR, we are interested in extracting positive instances (i.e. semantically related words). Accordingly, we utilize the standard definitions of precision and recall typically used in IR . , 3, 4 and 5 report the precision/recall curves obtained for each relation, estimated by measuring the precision / recall at each point of the ranked list. Results show that precision is very high especially for the top ranked relations extracted by ESP-LSA. Precision reaches the upper bound for the top ranked part of the part-of relation, while it is close to 0.9 for the is-a relation. In all cases, the precision reported by the ESP-LSA system surpass those of the ESP-system at all recall points. Table 3 shows the best scoring instances for ESPand ESP-LSA on the evaluated relations. Results show that ESP-LSA tends to assign a much lower score to erroneous instances, as compared to the original Espresso reliability ranking. For example for the part-of relation, the ESP-ranks the erroneous instance geometry part-of ion in 23th position, while ESP-LSA re-ranks it in 92nd. In this case, a lower score is assigned because geometry is not particularly tied to the domain of chemistry. Also, ESP-LSA tends to penalize instances derived from parsing/tokenization errors: ] binary hydrogen compounds hydrogen react elements is 16th for ESP-, while in the last tenth of the ESP-LSA. In addition, out-of-domain relations are successfully interpreted by ESP-LSA. For example, the instance sentences part-of exceptions is a possibly correct relation, but unrelated to the domain, as an exception in chemistry has nothing to do with sentences. This instance lies at the bottom of the ESP-LSA ranking, while is in the middle of ESP-list. Also, low ranked and correct relations ex-tracted by ESP-emerge with ESP-LSA. For example, magnesium metal react elemental oxygen lies at the end of ESP-rank, as there are not enough syntagmatic evidence (co-occurrences) that let the instance emerge. The domain analysis of ESP-LSA promotes this instance to the 2nd rank position. However, in few cases, the strategy adopted by ESP-LSA tends to promote erroneous instances (e.g. high voltage produce voltage). Yet, results show that these are isolated cases.",
"cite_spans": [],
"ref_spans": [
{
"start": 358,
"end": 364,
"text": ", 3, 4",
"ref_id": "FIGREF1"
},
{
"start": 861,
"end": 868,
"text": "Table 3",
"ref_id": null
}
],
"eq_spans": [],
"section": "Quantitative Analysis",
"sec_num": "5.2"
},
{
"text": "In this paper, we propose the domain restriction hypothesis, claiming that semantically related terms extracted from a corpus tend to be semantically coherent. Applying this hypothesis, we presented a new method to improve the precision of patternbased relation extraction algorithms, where the integration of domain information allows the system to filter out many irrelevant relations, erroneous candidate pairs and metaphorical language relational expressions, while capturing the assumed knowledge required to discover paradigmatic associations among terms. Experimental evidences supports this claim both qualitatively and quantitatively, opening a promising research direction, that we plan to explore much more in depth. In the future, we plan to compare LSA to other term similarity measures, to train the LSA model on large open domain corpora and to apply our technique to both generic and specific corpora in different domains. We want also to increase the level of integration of the LSA technique in the Espresso algorithm, by using LSA as an alternative reliability measure at each iteration. We will also explore the domain restriction property of semantic domains to develop open domain ontology learning systems, as proposed in (Gliozzo, 2006) .",
"cite_spans": [
{
"start": 1245,
"end": 1260,
"text": "(Gliozzo, 2006)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and future work",
"sec_num": "6"
},
{
"text": "The domain restriction hypothesis has potential to greatly impact many applications where matching textual expressions is a primary component. It is our hope that by combining existing ranking strategies in applications such as information retrieval, question answering, information extraction and document classification, with knowledge of the coherence of the underlying text, one will see significant improvements in matching accuracy.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusion and future work",
"sec_num": "6"
},
{
"text": "It is not clear how to choose the right dimensionality. In our experiments we used 100 dimensions.2 Details of this operation can be found in(Gliozzo, 2005).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [
{
"text": "Thanks to Roberto Basili for his precious comments, suggestions and support. Alfio Gliozzo was supported by the OntoText project, funded by the Autonomous Province of Trento under the FUP-2004, and the FIRB founded project N.RBIN045PXH.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Acknowledgments",
"sec_num": null
}
],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "Ontology learning from texts: methods, evaluation and applications",
"authors": [
{
"first": "P",
"middle": [],
"last": "Buitelaar",
"suffix": ""
},
{
"first": "P",
"middle": [],
"last": "Cimiano",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Magnini",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Buitelaar, P. Cimiano, and B. Magnini. 2005. On- tology learning from texts: methods, evaluation and applications. IOS Press.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "Cours de linguistique g\u00e9n\u00e9rale",
"authors": [
{
"first": "F",
"middle": [],
"last": "De Saussure",
"suffix": ""
}
],
"year": 1922,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "F. de Saussure. 1922. Cours de linguistique g\u00e9n\u00e9rale. Payot, Paris.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "Indexing by latent semantic analysis",
"authors": [
{
"first": "S",
"middle": [],
"last": "Deerwester",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Dumais",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Furnas",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Landauer",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Harshman",
"suffix": ""
}
],
"year": 1990,
"venue": "Journal of the American Society of Information Science",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "S. Deerwester, S. Dumais, G. Furnas, T. Landauer, and R. Harshman. 1990. Indexing by latent semantic anal- ysis. Journal of the American Society of Information Science.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Lector in fabula. Bompiani",
"authors": [
{
"first": "U",
"middle": [],
"last": "Eco",
"suffix": ""
}
],
"year": 1979,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "U. Eco. 1979. Lector in fabula. Bompiani.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Unsupervised namedentity extraction from the web: An experimental study",
"authors": [
{
"first": "O",
"middle": [],
"last": "Etzioni",
"suffix": ""
},
{
"first": "M",
"middle": [
"J"
],
"last": "Cafarella",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Downey",
"suffix": ""
},
{
"first": "A.-M A",
"middle": [
"M"
],
"last": "Popescu",
"suffix": ""
},
{
"first": "T",
"middle": [],
"last": "Shaked",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Soderland",
"suffix": ""
},
{
"first": "D",
"middle": [
"S"
],
"last": "Weld",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Yates",
"suffix": ""
}
],
"year": 2002,
"venue": "Artificial Intelligence",
"volume": "165",
"issue": "1",
"pages": "91--143",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "O. Etzioni, M.J. Cafarella, D. Downey, A.-M A.M. Popescu, T. Shaked, S. Soderland, D.S. Weld, and A. Yates. 2002. Unsupervised named- entity extraction from the web: An experimental study. Artificial Intelligence, 165(1):91-143.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Learning semantic constraints for the automatic discovery of part-whole relations",
"authors": [
{
"first": "R",
"middle": [],
"last": "Girju",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Badulescu",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Moldovan",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of HLT/NAACL-03",
"volume": "",
"issue": "",
"pages": "80--87",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Girju, A. Badulescu, and D. Moldovan. 2006. Learn- ing semantic constraints for the automatic discovery of part-whole relations. In Proceedings of HLT/NAACL- 03, pages 80-87, Edmonton, Canada, July.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Semantic Domains in Computational Linguistics",
"authors": [
{
"first": "A",
"middle": [],
"last": "Gliozzo",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Gliozzo. 2005. Semantic Domains in Computational Linguistics. Ph.D. thesis, University of Trento.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "The god model",
"authors": [
{
"first": "A",
"middle": [],
"last": "Gliozzo",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of EACL",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "A. Gliozzo. 2006. The god model. In Proceedings of EACL.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "Automatic acquisition of hyponyms from large text corpora",
"authors": [
{
"first": "M",
"middle": [
"A"
],
"last": "Hearst",
"suffix": ""
}
],
"year": 1992,
"venue": "Proceedings of the 14th International Conference on Computational Linguistics",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M.A. Hearst. 1992. Automatic acquisition of hyponyms from large text corpora. In Proceedings of the 14th In- ternational Conference on Computational Linguistics. Nantes, France.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Integrating subject field codes into WordNet",
"authors": [
{
"first": "B",
"middle": [],
"last": "Magnini",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Cavagli\u00e0",
"suffix": ""
}
],
"year": 2000,
"venue": "Proceedings of LREC-2000",
"volume": "",
"issue": "",
"pages": "1413--1418",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Magnini and G. Cavagli\u00e0. 2000. Integrating subject field codes into WordNet. In Proceedings of LREC- 2000, pages 1413-1418, Athens, Greece, June.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "The role of domain information in word sense disambiguation",
"authors": [
{
"first": "B",
"middle": [],
"last": "Magnini",
"suffix": ""
},
{
"first": "C",
"middle": [],
"last": "Strapparava",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Pezzulo",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Gliozzo",
"suffix": ""
}
],
"year": 2002,
"venue": "Natural Language Engineering",
"volume": "8",
"issue": "4",
"pages": "359--373",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "B. Magnini, C. Strapparava, G. Pezzulo, and A. Gliozzo. 2002. The role of domain information in word sense disambiguation. Natural Language Engineer- ing, 8(4):359-373.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Discovering word senses from text",
"authors": [
{
"first": "P",
"middle": [],
"last": "Pantel",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of ACM Conference on Knowledge Discovery and Data Mining",
"volume": "",
"issue": "",
"pages": "613--619",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Pantel and D. Lin. 2002. Discovering word senses from text. In Proceedings of ACM Conference on Knowledge Discovery and Data Mining, pages 613- 619.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Espresso: Leveraging generic patterns for automatically harvesting semantic relations",
"authors": [
{
"first": "P",
"middle": [],
"last": "Pantel",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Pennacchiotti",
"suffix": ""
}
],
"year": 2006,
"venue": "ACL-COLING-06",
"volume": "",
"issue": "",
"pages": "113--120",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "P. Pantel and M. Pennacchiotti. 2006. Espresso: Lever- aging generic patterns for automatically harvesting se- mantic relations. In ACL-COLING-06, pages 113- 120, Sydney, Australia.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "The informative role of wordnet in open-domain question answering",
"authors": [
{
"first": "M",
"middle": [],
"last": "Pasca",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Harabagiu",
"suffix": ""
}
],
"year": 2001,
"venue": "Proceedings of NAACL-01 Workshop on WordNet and Other Lexical Resources",
"volume": "",
"issue": "",
"pages": "138--143",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "M. Pasca and S. Harabagiu. 2001. The informative role of wordnet in open-domain question answering. In Proceedings of NAACL-01 Workshop on WordNet and Other Lexical Resources, pages 138-143, Pittsburgh, PA.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "Learning surface text patterns for a question answering system",
"authors": [
{
"first": "D",
"middle": [],
"last": "Ravichandran",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of ACL-02",
"volume": "",
"issue": "",
"pages": "41--47",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "D. Ravichandran and E. Hovy. 2002. Learning surface text patterns for a question answering system. In Pro- ceedings of ACL-02, pages 41-47, Philadelphia, PA.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Semantic taxonomy induction from heterogenous evidence",
"authors": [
{
"first": "R",
"middle": [],
"last": "Snow",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Jurafsky",
"suffix": ""
},
{
"first": "A",
"middle": [
"Y"
],
"last": "Ng",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the ACL/COLING-06",
"volume": "",
"issue": "",
"pages": "801--808",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "R. Snow, D. Jurafsky, and A.Y. Ng. 2006. Semantic taxonomy induction from heterogenous evidence. In Proceedings of the ACL/COLING-06, pages 801-808, Sydney, Australia.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"text": "Syntagmatic vs. Domain ranking for the is-a relation Figure 3: Syntagmatic vs. Domain ranking for the produce relation",
"type_str": "figure",
"num": null,
"uris": null
},
"FIGREF1": {
"text": "Syntagmatic vs. Domain ranking for the part-of relation Figure 5: Syntagmatic vs. Domain ranking for the react relation",
"type_str": "figure",
"num": null,
"uris": null
},
"TABREF0": {
"type_str": "table",
"num": null,
"text": "",
"content": "<table/>",
"html": null
},
"TABREF1": {
"type_str": "table",
"num": null,
"text": "reports the Mean Average Precision obtained by both ESP-and ESP-LSA on the extracted relations, showing the substantial improvements on all the relations due to domain based re-ranking.",
"content": "<table><tr><td/><td colspan=\"2\">ESP-ESP-LSA</td><td/></tr><tr><td>is-a</td><td>0.54</td><td>0.75</td><td>(+0.21)</td></tr><tr><td>part-of</td><td>0.65</td><td>0.82</td><td>(+0.17)</td></tr><tr><td>react</td><td>0.75</td><td>0.82</td><td>(+0.07)</td></tr><tr><td>produce</td><td>0.55</td><td>0.62</td><td>(+0.07)</td></tr></table>",
"html": null
},
"TABREF2": {
"type_str": "table",
"num": null,
"text": "",
"content": "<table><tr><td>: Mean Average Precision reported by ESP-</td></tr><tr><td>and ESP-LSA</td></tr><tr><td>Figures 2</td></tr></table>",
"html": null
}
}
}
}