ACL-OCL / Base_JSON /prefixP /json /P10 /P10-1006.json
Benjamin Aw
Add updated pkl file v3
6fa4bc9
{
"paper_id": "P10-1006",
"header": {
"generated_with": "S2ORC 1.0.0",
"date_generated": "2023-01-19T09:22:48.886878Z"
},
"title": "Structural Semantic Relatedness: A Knowledge-Based Method to Named Entity Disambiguation",
"authors": [
{
"first": "Xianpei",
"middle": [],
"last": "Han",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "Chinese Academy of Sciences",
"location": {
"postCode": "100190",
"settlement": "Beijing",
"country": "China"
}
},
"email": "xphan@nlpr.ia.ac.cn"
},
{
"first": "Jun",
"middle": [],
"last": "Zhao",
"suffix": "",
"affiliation": {
"laboratory": "National Laboratory of Pattern Recognition",
"institution": "Chinese Academy of Sciences",
"location": {
"postCode": "100190",
"settlement": "Beijing",
"country": "China"
}
},
"email": "jzhao@nlpr.ia.ac.cn"
}
],
"year": "",
"venue": null,
"identifiers": {},
"abstract": "Name ambiguity problem has raised urgent demands for efficient, high-quality named entity disambiguation methods. In recent years, the increasing availability of large-scale, rich semantic knowledge sources (such as Wikipedia and WordNet) creates new opportunities to enhance the named entity disambiguation by developing algorithms which can exploit these knowledge sources at best. The problem is that these knowledge sources are heterogeneous and most of the semantic knowledge within them is embedded in complex structures, such as graphs and networks. This paper proposes a knowledge-based method, called Structural Semantic Relatedness (SSR), which can enhance the named entity disambiguation by capturing and leveraging the structural semantic knowledge in multiple knowledge sources. Empirical results show that, in comparison with the classical BOW based methods and social network based methods, our method can significantly improve the disambiguation performance by respectively 8.7% and 14.7%.",
"pdf_parse": {
"paper_id": "P10-1006",
"_pdf_hash": "",
"abstract": [
{
"text": "Name ambiguity problem has raised urgent demands for efficient, high-quality named entity disambiguation methods. In recent years, the increasing availability of large-scale, rich semantic knowledge sources (such as Wikipedia and WordNet) creates new opportunities to enhance the named entity disambiguation by developing algorithms which can exploit these knowledge sources at best. The problem is that these knowledge sources are heterogeneous and most of the semantic knowledge within them is embedded in complex structures, such as graphs and networks. This paper proposes a knowledge-based method, called Structural Semantic Relatedness (SSR), which can enhance the named entity disambiguation by capturing and leveraging the structural semantic knowledge in multiple knowledge sources. Empirical results show that, in comparison with the classical BOW based methods and social network based methods, our method can significantly improve the disambiguation performance by respectively 8.7% and 14.7%.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Abstract",
"sec_num": null
}
],
"body_text": [
{
"text": "Name ambiguity problem is common on the Web. For example, the name \"Michael Jordan\" represents more than ten persons in the Google search results. Some of them are shown below:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Introduction",
"sec_num": "1"
},
{
"text": "The name ambiguity has raised serious problems in many relevant areas, such as web person search, data integration, link analysis and know-ledge base population. For example, in response to a person query, search engine returns a long, flat list of results containing web pages about several namesakes. The users are then forced either to refine their query by adding terms, or to browse through the search results to find the person they are seeking. Besides, an ever-increasing number of question answering and information extraction systems are coming to rely on data from multi-sources, where name ambiguity will lead to wrong answers and poor results. For example, in order to extract the birth date of the Berkeley professor Michael Jordan, a system may return the birth date of his popular namesakes, e.g., the basketball player Michael Jordan.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Michael (Jeffrey) Jordan, Basketball Player Michael (I.) Jordan, Professor of Berkeley Michael (B.) Jordan, American Actor",
"sec_num": null
},
{
"text": "So there is an urgent demand for efficient, high-quality named entity disambiguation methods. Currently, the common methods for named entity disambiguation include name observation clustering (Bagga and Baldwin, 1998) and entity linking with knowledge base (McNamee and Dang, 2009) . In this paper, we focus on the method of name observation clustering. Given a set of observations O = {o 1 , o 2 , \u2026, o n } of the target name to be disambiguated, a named entity disambiguation system should group them into a set of clusters C = {c 1 , c 2 , \u2026, c m }, with each resulting cluster corresponding to one specific entity. For example, consider the following four observations of Michael Jordan: A named entity disambiguation system should group the 1 st and 4 th Michael Jordan observations into one cluster for they both refer to the Berke-ley professor Michael Jordan, meanwhile group the other two Michael Jordan into another cluster as they refer to another person, the Basketball Player Michael Jordan.",
"cite_spans": [
{
"start": 192,
"end": 217,
"text": "(Bagga and Baldwin, 1998)",
"ref_id": "BIBREF4"
},
{
"start": 257,
"end": 281,
"text": "(McNamee and Dang, 2009)",
"ref_id": "BIBREF22"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Michael (Jeffrey) Jordan, Basketball Player Michael (I.) Jordan, Professor of Berkeley Michael (B.) Jordan, American Actor",
"sec_num": null
},
{
"text": "To a human, named entity disambiguation is usually not a difficult task as he can make decisions depending on not only contextual clues, but also the prior background knowledge. For example, as shown in Figure 1 , with the background knowledge that both Learning and Graphical models are the topics related to Machine learning, while Machine learning is the sub domain of Computer science, a human can easily determine that the two Michael Jordan in the 1 st and 4 th observations represent the same person. In the same way, a human can also easily identify that the two Michael Jordan in the 2 nd and 3 rd observations represent the same person. The development of systems which could replicate the human disambiguation ability, however, is not a trivial task because it is difficult to capture and leverage the semantic knowledge as humankind. Conventionally, the named entity disambiguation methods measure the similarity between name observations using the bag of words (BOW) model (Bagga and Baldwin (1998) ; Mann and Yarowsky (2006) ; Fleischman and Hovy (2004) ; Pedersen et al. (2005)) , where a name observation is represented as a feature vector consisting of the contextual terms. This model measures similarity based on only the cooccurrence statistics of terms, without considering all the semantic relations like social relatedness between named entities, associative relatedness between concepts, and lexical relatedness (e.g., acronyms, synonyms) between key terms. Fortunately, in recent years, due to the evolution of Web (e.g., the Web 2.0 and the Semantic Web) and many research efforts for the construction of knowledge bases, there is an increasing availability of large-scale knowledge sources, such as Wikipedia and WordNet. These largescale knowledge sources create new opportunities for knowledge-based named entity disambiguation methods as they contain rich semantic knowledge. For example, as shown in Figure 2 , the link structure of Wikipedia contains rich semantic relations between concepts. And we believe that the disambiguation performance can be greatly improved by designing algorithms which can exploit these knowledge sources at best.",
"cite_spans": [
{
"start": 986,
"end": 1011,
"text": "(Bagga and Baldwin (1998)",
"ref_id": "BIBREF4"
},
{
"start": 1014,
"end": 1038,
"text": "Mann and Yarowsky (2006)",
"ref_id": null
},
{
"start": 1041,
"end": 1067,
"text": "Fleischman and Hovy (2004)",
"ref_id": "BIBREF11"
},
{
"start": 1070,
"end": 1093,
"text": "Pedersen et al. (2005))",
"ref_id": "BIBREF27"
}
],
"ref_spans": [
{
"start": 203,
"end": 211,
"text": "Figure 1",
"ref_id": "FIGREF1"
},
{
"start": 1931,
"end": 1939,
"text": "Figure 2",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Michael (Jeffrey) Jordan, Basketball Player Michael (I.) Jordan, Professor of Berkeley Michael (B.) Jordan, American Actor",
"sec_num": null
},
{
"text": "The problem of these knowledge sources is that they are heterogeneous (e.g., they contain different types of semantic relations and different types of concepts) and most of the semantic knowledge within them is embedded in complex structures, such as graphs and networks. For example, as shown in Figure 2 , the semantic relation between Graphical Model and Computer Science is embedded in the link structure of the Wikipedia. In recent years, some research has investigated to exploit some specific semantic knowledge, such as the social connection between named entities in the Web (Kalashnikov et al. (2008) , Wan et al. (2005) and Lu et al. (2007) ), the ontology connection in DBLP (Hassell et al., 2006) and the semantic relations in Wikipedia (Cucerzan (2007) , Han and Zhao (2009) ). These knowledge-based methods, however, usually are specialized to the knowledge sources they used, so they often have the knowledge coverage problem. Furthermore, these methods can only exploit the semantic knowledge to a limited extent because they cannot take the structural semantic knowledge into consideration.",
"cite_spans": [
{
"start": 584,
"end": 610,
"text": "(Kalashnikov et al. (2008)",
"ref_id": "BIBREF15"
},
{
"start": 613,
"end": 630,
"text": "Wan et al. (2005)",
"ref_id": "BIBREF30"
},
{
"start": 635,
"end": 651,
"text": "Lu et al. (2007)",
"ref_id": "BIBREF18"
},
{
"start": 687,
"end": 709,
"text": "(Hassell et al., 2006)",
"ref_id": "BIBREF13"
},
{
"start": 750,
"end": 766,
"text": "(Cucerzan (2007)",
"ref_id": "BIBREF9"
},
{
"start": 769,
"end": 788,
"text": "Han and Zhao (2009)",
"ref_id": "BIBREF12"
}
],
"ref_spans": [
{
"start": 297,
"end": 305,
"text": "Figure 2",
"ref_id": "FIGREF2"
}
],
"eq_spans": [],
"section": "Michael (Jeffrey) Jordan, Basketball Player Michael (I.) Jordan, Professor of Berkeley Michael (B.) Jordan, American Actor",
"sec_num": null
},
{
"text": "To overcome the deficiencies of previous methods, this paper proposes a knowledge-based method, called Structural Semantic Relatedness (SSR), which can enhance the named entity disambiguation by capturing and leveraging the structural semantic knowledge from multiple knowledge sources. The key point of our method is a reliable semantic relatedness measure between concepts (including WordNet concepts, NEs and Wikipedia concepts), called Structural Semantic Relatedness, which can capture both the explicit semantic relations between concepts and the implicit semantic knowledge embedded in graphs and networks. In particular, we first extract the semantic relations between two concepts from a variety of knowledge sources and Machine learning represent them using a graph-based model, semantic-graph. Then based on the principle that \"two concepts are semantic related if they are both semantic related to the neighbor concepts of each other\", we construct our Structural Semantic Relatedness measure. In the end, we leverage the structural semantic relatedness measure for named entity disambiguation and evaluate the performance on the standard WePS data sets. The experimental results show that our SSR method can significantly outperform the traditional methods. This paper is organized as follows. Section 2 describes how to construct the structural semantic relatedness measure. Next in Section 3 we describe how to leverage the captured knowledge for named entity disambiguation. Experimental results are demonstrated in Sections 4. Section 5 briefly reviews the related work. Section 6 concludes this paper and discusses the future work.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Michael (Jeffrey) Jordan, Basketball Player Michael (I.) Jordan, Professor of Berkeley Michael (B.) Jordan, American Actor",
"sec_num": null
},
{
"text": "In this section, we demonstrate the structural semantic relatedness measure, which can capture the structural semantic knowledge in multiple knowledge sources. Totally, there are two problems we need to address: 1) How to extract and represent the semantic relations between concepts, since there are many types of semantic relations and they may exist as different patterns (the semantic knowledge may exist as explicit semantic relations or be embedded in complex structures).",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2"
},
{
"text": "2) How to capture all the extracted semantic relations between concepts in our semantic relatedness measure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2"
},
{
"text": "To address the above two problems, in following we first introduce how to extract the semantic relations from multiple knowledge sources; then we represent the extracted semantic relations using the semantic-graph model; finally we build our structural semantic relatedness measure.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2"
},
{
"text": "We extract three types of semantic relations (semantic relatedness between Wikipedia concepts, lexical relatedness between WordNet concepts and social relatedness between NEs) correspondingly from three knowledge sources: Wikipedia, WordNet and NE Co-occurrence Corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "2.1"
},
{
"text": "1. Wikipedia 1 , a large-scale online encyclopedia, its English version includes more than 3,000,000 concepts and new articles are added quickly and up-to-date. Wikipedia contains rich semantic knowledge in the form of hyperlinks between Wikipedia articles, such as Polysemy (disambiguation pages), Synonym (redirect pages) and Associative relation (hyperlinks between Wikipedia articles). In this paper, we extract the semantic relatedness sr between Wikipedia concepts using the method described in :",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "2.1"
},
{
"text": "log(max( )) log( ) ( , ) 1 log( ) log(min( , )) A B A B sr a b W A B \u2212 = \u2212 \u2212 \u2229 \uff0c",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "2.1"
},
{
"text": "where a and b are the two concepts of interest, A and B are the sets of all the concepts that are respectively linked to a and b, and W is the entire Wikipedia. For demonstration, we show the semantic relatedness between four selected concepts in Table 1 . 3. NE Co-occurrence Corpus, a corpus of documents for capturing the social relatedness between named entities. According to the fuzzy set theory (Baeza-Yates et al., 1999) , the degree of named entities co-occurrence in a corpus is a measure of the relatedness between them. For example, in Google search results, the \"Chicago Bulls\" co-occurs with \"NBA\" in more than 7,900,000 web pages, while only co-occurs with \"EMNLP\" in less than 1,000 web pages. So the co-occurrence statistics can be used to measure the social relatedness between named entities. In this paper, given a NE Co-occurrence Corpus D, the social relatedness scr between two named entities ne 1 and ne 2 is measured using the Google Similarity Distance (Cilibrasi and Vitanyi, 2007) :",
"cite_spans": [
{
"start": 402,
"end": 428,
"text": "(Baeza-Yates et al., 1999)",
"ref_id": "BIBREF3"
},
{
"start": 979,
"end": 1008,
"text": "(Cilibrasi and Vitanyi, 2007)",
"ref_id": "BIBREF8"
}
],
"ref_spans": [
{
"start": 247,
"end": 254,
"text": "Table 1",
"ref_id": null
}
],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "2.1"
},
{
"text": "1 2 1 2 1 2 1 2 log(max( , )) log( ) ( , ) 1 log( ) log(min( , )) D D D D scr ne ne D D D \u2212 = \u2212 \u2212 \u2229",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistics",
"sec_num": null
},
{
"text": "where D 1 and D 2 are the document sets correspondingly containing ne 1 and ne 2 . An example of social relatedness is shown in ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Statistics",
"sec_num": null
},
{
"text": "In this section we present a graph-based representation, called semantic-graph, to model the extracted semantic relations as a graph within which the semantic relations are interconnected and transitive. Concretely, the semantic-graph is defined as follows:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Semantic-Graph Model",
"sec_num": "2.2"
},
{
"text": "A semantic-graph is a weighted graph G = (V, E), where each node represents a distinct concept; and each edge between a pair of nodes represents the semantic relation between the two concepts corresponding to these nodes, with the edge weight indicating the strength of the semantic relation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Semantic-Graph Model",
"sec_num": "2.2"
},
{
"text": "For demonstration, Figure 3 shows a semanticgraph which models the semantic knowledge extracted from Wikipedia for the Michael Jordan observations in Section 1. Given a set of name observations, the construction of semantic-graph takes two steps: concept extraction and concept connection. In the following we respectively describe each step. 1) Concept Extraction. In this step we extract all the concepts in the contexts of name observations and represent them as the nodes in the semantic-graph. We first gather all the N-grams (up to 8 words) and identify whether they correspond to semantically meaningful concepts: if a N-gram is contained in the WordNet, we identify it as a WordNet concept, and use its primary word sense as its semantic meaning; to find whether a N-gram is a named entity, we match it to the named entity list extracted using the open-Calais API3, which contains more than 30 types of named entities, such as Person, Organization and Award; to find whether a N-gram is a Wikipedia concept, we match it to the Wikipedia anchor dictionary, then find its corresponding Wikipedia concept using the method described in (Medelyan et al, 2008) . After concept identification, we filter out all the N-grams which do not correspond to the semantic meaningful concepts, such as the N-grams \"learning in\" and \"wins NBA MVP\". The retained N-grams are identified as concepts, corresponding with their semantic meanings (a concept may have multiple semantic meaning explanation, e.g., the \"MVP\" has three semantic meaning, as \"most valuable player, MVP\" in WordNet, as the \"Most Valuable Player\" in Wikipedia and as a named entity of Award type).",
"cite_spans": [
{
"start": 1140,
"end": 1162,
"text": "(Medelyan et al, 2008)",
"ref_id": "BIBREF23"
}
],
"ref_spans": [
{
"start": 19,
"end": 27,
"text": "Figure 3",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "The Semantic-Graph Model",
"sec_num": "2.2"
},
{
"text": "2) Concept Connection. In this step we represent the semantic relations as the edges between nodes. That is, for each pair of extracted concepts, we identify whether there are semantic relations between them: 1) If there is only one semantic relation between them, we connect these two concepts with an edge, where the edge weight is the strength of the semantic relation; 2) If there is more than one semantic relations between them, we choose the most reliable semantic relation, i.e., we choose the semantic relation in the knowledge sources according to the order of WordNet, Wikipedia and NE Co-concurrence corpus (Suchanek et al., 2007) . For example, if both Wikipedia and WordNet provide the semantic relation between MVP and NBA, we choose the semantic relation provided by WordNet. ",
"cite_spans": [
{
"start": 619,
"end": 642,
"text": "(Suchanek et al., 2007)",
"ref_id": "BIBREF29"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Semantic-Graph Model",
"sec_num": "2.2"
},
{
"text": "In this section, we describe how to capture the semantic relations between the concepts in semantic-graph using a semantic relatedness measure. Totally, the semantic knowledge between concepts is modeled in two forms: 1) The edges of semantic-graph. The edges model the direct semantic relations between concepts. We call this form of semantic knowledge as explicit semantic knowledge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "2) The structure of semantic-graph. Except for the edges, the structure of the semanticgraph also models the semantic knowledge of concepts. For example, the neighbors of a concept represent all the concepts which are explicitly semantic-related to this concept; and the paths between two concepts represent all the explicit and implicit semantic relations between them. We call this form of semantic knowledge as structural semantic knowledge, or implicit semantic knowledge.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "Therefore, in order to deduce a reliable semantic relatedness measure, we must take both the edges and the structure of semantic-graph into consideration. Under the semantic-graph model, the measurement of semantic relatedness between concepts equals to quantifying the similarity between nodes in a weighted graph. To simplify the description, we assign each node in semantic-graph an integer index from 1 to |V| and use this index to represent the node, then we can write the adjacency matrix of the semantic-graph G as A, where A[i,j] or A ij is the edge weight between node i and node j.",
"cite_spans": [],
"ref_spans": [
{
"start": 519,
"end": 537,
"text": "as A, where A[i,j]",
"ref_id": null
}
],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "The problem of quantifying the relatedness between nodes in a graph is not a new problem, e.g., the structural equivalence and structural similarity (the SimRank in Jeh and Widom (2002) and the similarity measure in Leicht et al. (2006) ). However, these similarity measures are not suitable for our task, because all of them assume that the edges are uniform so that they cannot take edge weight into consideration.",
"cite_spans": [
{
"start": 165,
"end": 185,
"text": "Jeh and Widom (2002)",
"ref_id": "BIBREF14"
},
{
"start": 216,
"end": 236,
"text": "Leicht et al. (2006)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "In order to take both the graph structure and the edge weight into account, we design the structural semantic relatedness measure by extending the measure introduced in Leicht et al. (2006) . The fundamental principle behind our measure is \"a node u is semantically related to another node v if its immediate neighbors are semantically related to v\". This definition is natural, for example, as shown in Figure 3 , the concept Basketball and its neighbors NBA and Chi-cago Bulls are all semantically related to MVP. This definition is recursive, and the starting point we choose is the semantic relatedness in the edge. Thus our structural semantic relatedness has two components: the neighbor term of the previous recursive phase which captures the graph structure and the semantic relatedness which captures the edge information. Thus, the recursive form of the structural semantic relatedness S ij between the node i and the node j can be written as:",
"cite_spans": [
{
"start": 169,
"end": 189,
"text": "Leicht et al. (2006)",
"ref_id": "BIBREF16"
}
],
"ref_spans": [
{
"start": 404,
"end": 412,
"text": "Figure 3",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "i il ij lj ij l N i A S S A d \u03bb \u03bc \u2208 = + \u2211",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "where \u03bb and \u03bc control the relative importance of the two components and N i ={j | A ij > 0} is the set of the immediate neighbors of node i;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "j N i d A ij i \u2208 \u2211 =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "is the degree of node i.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "In order to solve this formula, we introduce the following two notations:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "T: The relatedness transition matrix, where T[i,j]=A ij /d i , indicating the transition rate of relatedness from node j to its neighbor i.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "The Structural Semantic Relatedness Measure",
"sec_num": "2.3"
},
{
"text": "The structural semantic relatedness matrix, where S[i,j]=S ij . Now we can turn our first form of structural semantic relatedness into the matrix form:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "S TS A \u03bb \u03bc = +",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "By solving this equation, we can get:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "1 ( ) S I T A \u03bc \u03bb \u2212 = \u2212",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "where I is the identity matrix. Since \u03bc is a parameter which only contributes an overall scale factor to the relatedness value, we can ignore it and get the final form of the structural semantic relatedness as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "1 ( ) S I T A \u03bb \u2212 = \u2212",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "Because the S is asymmetric, the finally relatedness between node i and node j is the average of S ij and S ji . The meaning of \u03bb : The last question of our structural semantic relatedness measure is how to set the free parameter \u03bb . To understand the meaning of \u03bb , let us expand the similarity as a power series thus: Noting that the [T k ] ij element is the relatedness transition rate from node i to node j with path length k, we can view the \u03bb as a penalty factor for the transition path length: by setting the \u03bb with a value within (0, 1), a longer graph path will contribute less to the final relatedness value. The optimal value of \u03bb is 0.6 through a learning process shown in Section 4. For demonstration, Table 4 shows some structural semantic relatedness values of the Semantic-graph in Figure 3 (CS represents computer science and GM represents Graphical model). From Table 4 , we can see that the structural semantic relatedness can successfully capture the semantic knowledge embedded in the structure of semantic-graph, such as the implicit semantic relation between Researcher and Learning. Table 4 . The structural semantic relatedness of the semantic-graph shown in Figure 3 3",
"cite_spans": [],
"ref_spans": [
{
"start": 715,
"end": 722,
"text": "Table 4",
"ref_id": null
},
{
"start": 798,
"end": 806,
"text": "Figure 3",
"ref_id": "FIGREF4"
},
{
"start": 880,
"end": 887,
"text": "Table 4",
"ref_id": null
},
{
"start": 1107,
"end": 1114,
"text": "Table 4",
"ref_id": null
},
{
"start": 1184,
"end": 1192,
"text": "Figure 3",
"ref_id": "FIGREF4"
}
],
"eq_spans": [],
"section": "S:",
"sec_num": null
},
{
"text": "In this section we describe how to leverage the semantic knowledge captured in the structural semantic relatedness measure for named entity disambiguation. Because the key problem of named entity disambiguation is to measure the similarity between name observations, we integrate the structural semantic relatedness in the similarity measure, so that it can better reflect the actual similarity between name observations. Concretely, our named entity disambiguation system works as follows: 1) Measuring the similarity between name observations; 2) Grouping name observations using the clustering algorithm. In the following we describe each step in detail.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Named Entity Disambiguation by Leveraging Semantic Knowledge",
"sec_num": null
},
{
"text": "Intuitively, if two observations of the target name represent the same entity, it is highly possible that the concepts in their contexts are closely related, i.e., the named entities in their contexts are socially related and the Wikipedia concepts in their contexts are semantically related. In contrast, if two name observations represent different entities, the concepts within their contexts will not be closely related. Therefore we can measure the similarity between two name observations by summarizing all the semantic relatedness between the concepts in their contexts.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring the Similarity between Name Observations",
"sec_num": "3.1"
},
{
"text": "To measure the similarity between name observations, we represent each name observation as a weighted vector of concepts (including named entities, Wikipedia concepts and Word-Net concepts), where the concepts are extracted using the same method described in Section 2.2, so they are just the same concepts within the semantic-graph. Using the same concept index as the semantic-graph, a name observation o i is then represented as 1 2 { , ,..., }",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring the Similarity between Name Observations",
"sec_num": "3.1"
},
{
"text": "i i i i n o w w w =",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring the Similarity between Name Observations",
"sec_num": "3.1"
},
{
"text": ", where w ik is the k th concept's weight in observation o i , computed using the standard TFIDF weight model, where the DF is computed using the Google Web1T 5-gram corpus 4 . Given the concept vector representation of two name observations o i and o j , their similarity is computed as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring the Similarity between Name Observations",
"sec_num": "3.1"
},
{
"text": "( , ) i j il jk lk il jk l k l k SIM o o w w S w w = \u2211\u2211 \u2211\u2211",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring the Similarity between Name Observations",
"sec_num": "3.1"
},
{
"text": "which is the weighted average of all the structural semantic relatedness between the concepts in the contexts of the two name observations.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Measuring the Similarity between Name Observations",
"sec_num": "3.1"
},
{
"text": "Given the computed similarities, name observations are disambiguated by grouping them according to their represented entities. In this paper, we group name observations using the hierarchical agglomerative clustering(HAC) algorithm, which is widely used in prior disambiguation research and evaluation task (WePS1 and WePS2). The HAC produce clusters in a bottomup way as follows: Initially, each name observation is an individual cluster; then we iteratively merge the two clusters with the largest similarity value to form a new cluster until this similarity value is smaller than a preset merging threshold or all the observations reside in one common cluster. The merging threshold can be determined through cross-validation. We employ the single-link method to compute the similarity between two clusters, which has been applied widely in prior research (Bagga and Baldwin (1998) ; Mann and Yarowsky (2003) ).",
"cite_spans": [
{
"start": 859,
"end": 884,
"text": "(Bagga and Baldwin (1998)",
"ref_id": "BIBREF4"
},
{
"start": 887,
"end": 911,
"text": "Mann and Yarowsky (2003)",
"ref_id": "BIBREF21"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Grouping Name Observations through Hierarchical Agglomerative Clustering",
"sec_num": "3.2"
},
{
"text": "To assess the performance of our method and compare it with traditional methods, we conduct a series of experiments. In the experiments, we evaluate the proposed SSR method on the task of personal name disambiguation, which is the most common type of named entity disambiguation. In the following, we first explain the general experimental settings in Section 4.1, 4.2 and 4.3; then evaluate and discuss the performance of our method in Section 4.4.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experiments",
"sec_num": "4"
},
{
"text": "We adopted the standard data sets used in the First Web People Search Clustering Task (WePS1) (Artiles et al., 2007) and the Second Web People Search Clustering Task (WePS2) (Artiles et al., 2009) . The three data sets we used are WePS1_training data set, WePS1_test data set, and WePS2_test data set. Each of the three data sets consists of a set of ambiguous personal names (totally 109 personal names); and for each name, we need to disambiguate its observations in the web pages of the top N (100 for WePS1 and 150 for WePS2) Yahoo! search results. The experiment made the standard \"one person per document\" assumption, which is widely used in the participated systems in WePS1 and WePS2, i.e., all the observations of the same name in a document are assumed to represent the same entity. Based on this assumption, the features within the entire web page are used to disambiguate personal names.",
"cite_spans": [
{
"start": 94,
"end": 116,
"text": "(Artiles et al., 2007)",
"ref_id": "BIBREF1"
},
{
"start": 174,
"end": 196,
"text": "(Artiles et al., 2009)",
"ref_id": "BIBREF2"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Disambiguation Data Sets",
"sec_num": "4.1"
},
{
"text": "There were three knowledge sources we used for our experiments: the WordNet 3.0; the Sep. 9, 2007 English version of Wikipedia; and the Web pages of each ambiguous name in WePS datasets as the NE Co-occurrence Corpus.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Knowledge Sources",
"sec_num": "4.2"
},
{
"text": "We adopted the measures used in WePS1 to evaluate the performance of name disambiguation. These measures are: Purity (Pur): measures the homogeneity of name observations in the same cluster;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Criteria",
"sec_num": "4.3"
},
{
"text": "Inverse purity (Inv_Pur): measures the completeness of a cluster;",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Criteria",
"sec_num": "4.3"
},
{
"text": "F-Measure (F): the harmonic mean of purity and inverse purity.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Criteria",
"sec_num": "4.3"
},
{
"text": "The detailed definitions of these measures can be found in Amigo, et al. (2008) . We use Fmeasure as the primary measure just liking WePS1 and WePS2.",
"cite_spans": [
{
"start": 59,
"end": 79,
"text": "Amigo, et al. (2008)",
"ref_id": "BIBREF0"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Evaluation Criteria",
"sec_num": "4.3"
},
{
"text": "We compared our method with four baselines: (1) BOW: The first one is the traditional Bag of Words model (BOW) based methods: hierarchical agglomerative clustering (HAC) over term vector similarity, where the features including single words and NEs, and all the features are weighted using TFIDF. This baseline is also the state-of-art method in WePS1 and WePS2. (2) SocialNetwork: The second one is the social network based methods, which is the same as the method described in Malin et al. (2005) : HAC over the similarity obtained through random walk over the social network built from the web pages of the top N search results. (3)SSR-NoKnowledge: The third one is used as a baseline for evaluating the efficiency of semantic knowledge: HAC over the similarity computed on semantic-graph with no knowledge integrated, i.e., the similarity is computed as:",
"cite_spans": [
{
"start": 479,
"end": 498,
"text": "Malin et al. (2005)",
"ref_id": "BIBREF20"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Results",
"sec_num": "4.4"
},
{
"text": "( , ) i j il jl il jk l l k SIM o o w w w w = \u2211 \u2211\u2211",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Results",
"sec_num": "4.4"
},
{
"text": "(4) SSR-NoStructure: The fourth one is used as a baseline for evaluating the efficiency of the semantic knowledge embedded in complex structures: HAC over the similarity computed by only integrating the explicit semantic relations, i.e., the similarity is computed as:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Results",
"sec_num": "4.4"
},
{
"text": "( , ) i j il jk lk il jk l k l k SIM o o w w A w w = \u2211\u2211 \u2211\u2211",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Experimental Results",
"sec_num": "4.4"
},
{
"text": "We conducted several experiments on all the three WePS data sets: the four baselines, the proposed SSR method and the proposed SSR method with only one special type knowledge added, respectively SSR-NE, SSR-WordNet and SSR-Wikipedia. All the optimal merging thresholds used in HAC were selected by applying leaveone-out cross validation. The overall performance is shown in Table 5 . Table 5 . Performance results of baselines and SSR methods From the performance results in Table 5 , we can see that:",
"cite_spans": [],
"ref_spans": [
{
"start": 374,
"end": 381,
"text": "Table 5",
"ref_id": null
},
{
"start": 384,
"end": 391,
"text": "Table 5",
"ref_id": null
},
{
"start": 475,
"end": 482,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Overall Performance",
"sec_num": "4.4.1"
},
{
"text": "1) The semantic knowledge can greatly improve the disambiguation performance: compared with the BOW and the SocialNetwork baselines, SSR respectively gets 8.7% and 14.7% improvement on average on the three data sets.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Performance",
"sec_num": "4.4.1"
},
{
"text": "2) By leveraging the semantic knowledge from multiple knowledge sources, we can obtain a better named entity disambiguation performance: compared with the SSR-NE's 0% improvement, the SSR-WordNet's 2.3% improvement and the SSR-Wikipedia's 3.7% improvement, the SSR gets 6.3% improvement over the SSR-NoKnowledge baseline, which is larger than all the SSR methods with only one type of semantic knowledge integrated.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Performance",
"sec_num": "4.4.1"
},
{
"text": "3) The exploitation of the structural semantic knowledge can further improve the disambiguation performance: compared with SSR-NoStructure, our SSR method achieves 4.3% improvement. ",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Overall Performance",
"sec_num": "4.4.1"
},
{
"text": "There is only one parameter \u03bb needed to be configured, which is the penalty factor for the relatedness transition path length in the structural semantic relatedness measure. Usually a smaller \u03bb will make the structural semantic knowledge contribute less in the resulting relatedness value. Figure 4 plots the performance of our method corresponding to the special \u03bb settings. As shown in Figure 4 , the SSR method is not very sensitive to the \u03bb and can achieve its best average performance when the value of \u03bb is 0.6.",
"cite_spans": [],
"ref_spans": [
{
"start": 290,
"end": 298,
"text": "Figure 4",
"ref_id": "FIGREF6"
},
{
"start": 388,
"end": 396,
"text": "Figure 4",
"ref_id": "FIGREF6"
}
],
"eq_spans": [],
"section": "Optimizing Parameters",
"sec_num": "4.4.2"
},
{
"text": "To better understand the reasons why our SSR method works well and how the exploitation of structural semantic knowledge can improve performance, we analyze the results in detail.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Analysis",
"sec_num": "4.4.3"
},
{
"text": "The Exploitation of Semantic Knowledge. The primary advantage of our method is the exploita-tion of semantic knowledge. Our method exploits the semantic knowledge in two directions:",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Analysis",
"sec_num": "4.4.3"
},
{
"text": "1) The Integration of Multiple Semantic Knowledge Sources. Using the semantic-graph model, our method can integrate the semantic knowledge extracted from multiple knowledge sources, while most traditional knowledge-based methods are usually specialized to one type of knowledge. By integrating multiple semantic knowledge sources, our method can improve the semantic knowledge coverage.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Analysis",
"sec_num": "4.4.3"
},
{
"text": "2) The exploitation of Semantic Knowledge embedded in complex structures. Using the structural semantic relatedness measure, our method can exploit the implicit semantic knowledge embedded in complex structures; while traditional knowledge-based methods usually lack this ability.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Detailed Analysis",
"sec_num": "4.4.3"
},
{
"text": "The Rich Meaningful Features. One another advantage of our method is the rich meaningful features, which is brought by the multiple semantic knowledge sources. With more meaningful features, our method can better describe the name observations with less information loss. Furthermore, unlike the traditional N-gram features, the features enriched by semantic knowledge sources are all semantically meaningful units themselves, so little noisy features will be added. The effect of rich meaningful features can also be shown in Table 5 : by adding these features, the SSR-NoKnowledge respectively achieves 2.3% and 9.7% improvement over the BOW and the SocialNetwork baseline.",
"cite_spans": [],
"ref_spans": [
{
"start": 527,
"end": 534,
"text": "Table 5",
"ref_id": null
}
],
"eq_spans": [],
"section": "Detailed Analysis",
"sec_num": "4.4.3"
},
{
"text": "In this section, we briefly review the related work. Totally, the traditional named entity disambiguation methods can be classified into two categories: the shallow methods and the knowledge-based methods.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "Most of previous named entity disambiguation researches adopt the shallow methods, which are mostly the natural extension of the bag of words (BOW) model. Bagga and Baldwin (1998) represented a name as a vector of its contextual words, then two names were predicted to be the same entity if their cosine similarity is above a threshold. Mann and Yarowsky (2003) and Niu et al. (2004) extended the vector representation with extracted biographic facts. Pedersen et al. (2005) employed significant bigrams to represent a name observation. Chen and Martin (2007) explored a range of syntactic and semantic features.",
"cite_spans": [
{
"start": 155,
"end": 179,
"text": "Bagga and Baldwin (1998)",
"ref_id": "BIBREF4"
},
{
"start": 337,
"end": 361,
"text": "Mann and Yarowsky (2003)",
"ref_id": "BIBREF21"
},
{
"start": 366,
"end": 383,
"text": "Niu et al. (2004)",
"ref_id": "BIBREF26"
},
{
"start": 452,
"end": 474,
"text": "Pedersen et al. (2005)",
"ref_id": "BIBREF27"
},
{
"start": 537,
"end": 559,
"text": "Chen and Martin (2007)",
"ref_id": "BIBREF7"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "In recent years some research has investigated employing knowledge sources to enhance the named entity disambiguation. Bunescu and Pasca (2006) disambiguated the names using the category information in Wikipedia. Cucerzan (2007) disambiguated the names by combining the BOW model with the Wikipedia category information. Han and Zhao (2009) leveraged the Wikipedia semantic knowledge for computing the similarity between name observations. Bekkerman and McCallum (2005) disambiguated names based on the link structure of the Web pages between a set of socially related persons. Kalashnikov et al. (2008) and Lu et al. (2007) used the cooccurrence statistics between named entities in the Web. The social network was also exploited for named entity disambiguation, where similarity is computed through random walking, such as the work introduced in Malin 2005, Malin and Airoldi (2005) , Yang et al.(2006) and Minkov et al. (2006) . Hassell et al. (2006) used the relationships from DBLP to disambiguate names in research domain.",
"cite_spans": [
{
"start": 119,
"end": 143,
"text": "Bunescu and Pasca (2006)",
"ref_id": "BIBREF6"
},
{
"start": 213,
"end": 228,
"text": "Cucerzan (2007)",
"ref_id": "BIBREF9"
},
{
"start": 321,
"end": 340,
"text": "Han and Zhao (2009)",
"ref_id": "BIBREF12"
},
{
"start": 440,
"end": 469,
"text": "Bekkerman and McCallum (2005)",
"ref_id": "BIBREF5"
},
{
"start": 578,
"end": 603,
"text": "Kalashnikov et al. (2008)",
"ref_id": "BIBREF15"
},
{
"start": 608,
"end": 624,
"text": "Lu et al. (2007)",
"ref_id": "BIBREF18"
},
{
"start": 860,
"end": 884,
"text": "Malin and Airoldi (2005)",
"ref_id": "BIBREF20"
},
{
"start": 887,
"end": 904,
"text": "Yang et al.(2006)",
"ref_id": "BIBREF32"
},
{
"start": 909,
"end": 929,
"text": "Minkov et al. (2006)",
"ref_id": "BIBREF25"
},
{
"start": 932,
"end": 953,
"text": "Hassell et al. (2006)",
"ref_id": "BIBREF13"
}
],
"ref_spans": [],
"eq_spans": [],
"section": "Related Work",
"sec_num": "5"
},
{
"text": "In this paper we demonstrate how to enhance the named entity disambiguation by capturing and exploiting the semantic knowledge existed in multiple knowledge sources. In particular, we propose a semantic relatedness measure, Structural Semantic Relatedness, which can capture both the explicit semantic relations and the implicit structural semantic knowledge. The experimental results on the WePS data sets demonstrate the efficiency of the proposed method. For future work, we want to develop a framework which can uniformly model the semantic knowledge and the contextual clues for named entity disambiguation.",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "Conclusions and Future Works",
"sec_num": "6"
},
{
"text": "http://www.wikipedia.org/ 2 http:// wordnet.princeton.edu/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
},
{
"text": "www.ldc.upenn.edu/Catalog/docs/LDC2006T13/",
"cite_spans": [],
"ref_spans": [],
"eq_spans": [],
"section": "",
"sec_num": null
}
],
"back_matter": [],
"bib_entries": {
"BIBREF0": {
"ref_id": "b0",
"title": "A comparison of extrinsic clustering evaluation metrics based on formal constraints",
"authors": [
{
"first": "E",
"middle": [],
"last": "Amigo",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Gonzalo",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Artiles",
"suffix": ""
},
{
"first": "F",
"middle": [],
"last": "Verdejo",
"suffix": ""
}
],
"year": 2008,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Amigo, E., Gonzalo, J., Artiles, J. and Verdejo, F. 2008. A comparison of extrinsic clustering evalua- tion metrics based on formal constraints. Informa- tion Retrieval.",
"links": null
},
"BIBREF1": {
"ref_id": "b1",
"title": "The Se-mEval-2007 WePS Evaluation: Establishing a benchmark for the Web People Search Task",
"authors": [
{
"first": "J",
"middle": [],
"last": "Artiles",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Gonzalo",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Sekine",
"suffix": ""
}
],
"year": 2007,
"venue": "SemEval",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Artiles, J., Gonzalo, J. & Sekine, S. 2007. The Se- mEval-2007 WePS Evaluation: Establishing a benchmark for the Web People Search Task. In SemEval.",
"links": null
},
"BIBREF2": {
"ref_id": "b2",
"title": "WePS2 Evaluation Campaign: Overview of the Web People Search Clustering Task",
"authors": [
{
"first": "J",
"middle": [],
"last": "Artiles",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Gonzalo",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Sekine",
"suffix": ""
}
],
"year": 2009,
"venue": "",
"volume": "2",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Artiles, J., Gonzalo, J. and Sekine, S. 2009. WePS2 Evaluation Campaign: Overview of the Web People Search Clustering Task. In WePS2, WWW 2009.",
"links": null
},
"BIBREF3": {
"ref_id": "b3",
"title": "Modern information retrieval",
"authors": [
{
"first": "R",
"middle": [],
"last": "Baeza-Yates",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Ribeiro-Neto",
"suffix": ""
}
],
"year": 1999,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Baeza-Yates, R., Ribeiro-Neto, B., et al. 1999. Mod- ern information retrieval. Addison-Wesley Reading, MA.",
"links": null
},
"BIBREF4": {
"ref_id": "b4",
"title": "Entity-based crossdocument coreferencing using the vector space model",
"authors": [
{
"first": "A",
"middle": [],
"last": "Bagga",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Baldwin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proceedings of the 17th international conference on Computational linguistics",
"volume": "1",
"issue": "",
"pages": "79--85",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bagga, A. & Baldwin, B. 1998. Entity-based cross- document coreferencing using the vector space model. Proceedings of the 17th international confe- rence on Computational linguistics-Volume 1, pp. 79-85.",
"links": null
},
"BIBREF5": {
"ref_id": "b5",
"title": "Disambiguating web appearances of people in a social network",
"authors": [
{
"first": "R",
"middle": [],
"last": "Bekkerman",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Mccallum",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 14th international conference on World Wide Web",
"volume": "",
"issue": "",
"pages": "463--470",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bekkerman, R. & McCallum, A. 2005. Disambiguat- ing web appearances of people in a social network. Proceedings of the 14th international conference on World Wide Web, pp. 463-470.",
"links": null
},
"BIBREF6": {
"ref_id": "b6",
"title": "Using encyclopedic knowledge for named entity disambiguation",
"authors": [
{
"first": "R",
"middle": [],
"last": "Bunescu",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Pasca",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of EACL",
"volume": "6",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Bunescu, R. & Pasca, M. 2006. Using encyclopedic knowledge for named entity disambiguation. Pro- ceedings of EACL, vol. 6.",
"links": null
},
"BIBREF7": {
"ref_id": "b7",
"title": "Towards robust unsupervised personal name disambiguation",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Chen",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Martin",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of EMNLP and CoNLL",
"volume": "",
"issue": "",
"pages": "190--198",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Chen, Y. & Martin, J. 2007. Towards robust unsuper- vised personal name disambiguation. Proceedings of EMNLP and CoNLL, pp. 190-198.",
"links": null
},
"BIBREF8": {
"ref_id": "b8",
"title": "The google similarity distance",
"authors": [
{
"first": "R",
"middle": [
"L"
],
"last": "Cilibrasi",
"suffix": ""
},
{
"first": "P",
"middle": [
"M"
],
"last": "Vitanyi",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Cwi",
"suffix": ""
}
],
"year": 2007,
"venue": "IEEE Transactions on knowledge and data engineering",
"volume": "19",
"issue": "3",
"pages": "370--383",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cilibrasi, R. L., Vitanyi, P. M. & CWI, A. 2007. The google similarity distance, IEEE Transactions on knowledge and data engineering, vol. 19, no. 3, pp. 370-383.",
"links": null
},
"BIBREF9": {
"ref_id": "b9",
"title": "Large-scale named entity disambiguation based on Wikipedia data",
"authors": [
{
"first": "S",
"middle": [],
"last": "Cucerzan",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of EMNLP-CoNLL",
"volume": "",
"issue": "",
"pages": "708--716",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Cucerzan, S. 2007, Large-scale named entity disam- biguation based on Wikipedia data. Proceedings of EMNLP-CoNLL, pp. 708-716.",
"links": null
},
"BIBREF10": {
"ref_id": "b10",
"title": "WordNet: An electronic lexical database",
"authors": [
{
"first": "C",
"middle": [],
"last": "Fellbaum",
"suffix": ""
}
],
"year": 1998,
"venue": "",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fellbaum, C., et al. 1998. WordNet: An electronic lexical database. MIT press Cambridge, MA.",
"links": null
},
"BIBREF11": {
"ref_id": "b11",
"title": "Multi-document person name resolution",
"authors": [
{
"first": "M",
"middle": [
"B"
],
"last": "Fleischman",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Hovy",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of ACL, Reference Resolution Workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Fleischman, M. B. & Hovy, E. 2004. Multi-document person name resolution. Proceedings of ACL, Ref- erence Resolution Workshop.",
"links": null
},
"BIBREF12": {
"ref_id": "b12",
"title": "Named entity disambiguation by leveraging Wikipedia semantic knowledge",
"authors": [
{
"first": "X",
"middle": [],
"last": "Han",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Zhao",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceeding of the 18th ACM conference on Information and knowledge management",
"volume": "",
"issue": "",
"pages": "215--224",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Han, X. & Zhao, J. 2009. Named entity disambigua- tion by leveraging Wikipedia semantic knowledge. Proceeding of the 18th ACM conference on Infor- mation and knowledge management, pp. 215-224.",
"links": null
},
"BIBREF13": {
"ref_id": "b13",
"title": "Ontology-driven automatic entity disambiguation in unstructured text",
"authors": [
{
"first": "J",
"middle": [],
"last": "Hassell",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Aleman-Meza",
"suffix": ""
},
{
"first": "I",
"middle": [],
"last": "Arpinar",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of The 2006 ISWC",
"volume": "",
"issue": "",
"pages": "44--57",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Hassell, J., Aleman-Meza, B. & Arpinar, I. 2006. On- tology-driven automatic entity disambiguation in unstructured text. Proceedings of The 2006 ISWC, pp. 44-57.",
"links": null
},
"BIBREF14": {
"ref_id": "b14",
"title": "SimRank: A measure of structural-context similarity",
"authors": [
{
"first": "G",
"middle": [],
"last": "Jeh",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Widom",
"suffix": ""
}
],
"year": 2002,
"venue": "Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Jeh, G. & Widom, J. 2002. SimRank: A measure of structural-context similarity, Proceedings of the eighth ACM SIGKDD international conference on Knowledge discovery and data mining, p. 543.",
"links": null
},
"BIBREF15": {
"ref_id": "b15",
"title": "Towards Breaking the Quality Curse. A Web-Querying Approach to Web People Search",
"authors": [
{
"first": "D",
"middle": [
"V"
],
"last": "Kalashnikov",
"suffix": ""
},
{
"first": "R",
"middle": [],
"last": "Nuray-Turan",
"suffix": ""
},
{
"first": "S",
"middle": [],
"last": "Mehrotra",
"suffix": ""
}
],
"year": 2008,
"venue": "Proc. of SIGIR",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Kalashnikov, D. V., Nuray-Turan, R. & Mehrotra, S. 2008. Towards Breaking the Quality Curse. A Web-Querying Approach to Web People Search. In Proc. of SIGIR.",
"links": null
},
"BIBREF16": {
"ref_id": "b16",
"title": "Vertex similarity in networks",
"authors": [
{
"first": "E",
"middle": [
"A"
],
"last": "Leicht",
"suffix": ""
},
{
"first": "&",
"middle": [
"M E J"
],
"last": "Petter Holme",
"suffix": ""
},
{
"first": "",
"middle": [],
"last": "Newman",
"suffix": ""
}
],
"year": 2006,
"venue": "Physical Review E",
"volume": "73",
"issue": "2",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Leicht, E. A., Petter Holme, & M. E. J. Newman. 2006. Vertex similarity in networks. Physical Re- view E , vol. 73, no. 2, p. 26120.",
"links": null
},
"BIBREF17": {
"ref_id": "b17",
"title": "An information-theoretic definition of similarity",
"authors": [
{
"first": "D",
"middle": [],
"last": "Lin",
"suffix": ""
}
],
"year": 1998,
"venue": "Proc. of ICML",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lin., D. 1998. An information-theoretic definition of similarity. In Proc. of ICML.",
"links": null
},
"BIBREF18": {
"ref_id": "b18",
"title": "Name Disambiguation Using Web Connection",
"authors": [
{
"first": "Y",
"middle": [],
"last": "Lu",
"suffix": ""
},
{
"first": "Z",
"middle": [],
"last": "Nie",
"suffix": ""
}
],
"year": 2007,
"venue": "Proc. of AAAI",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Lu, Y. & Nie , Z. et al. 2007. Name Disambiguation Using Web Connection. In Proc. of AAAI.",
"links": null
},
"BIBREF19": {
"ref_id": "b19",
"title": "Unsupervised name disambiguation via social network similarity",
"authors": [
{
"first": "B",
"middle": [],
"last": "Malin",
"suffix": ""
}
],
"year": 2005,
"venue": "SIAM SDM Workshop on Link Analysis, Counterterrorism and Security",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Malin, B. 2005. Unsupervised name disambiguation via social network similarity. SIAM SDM Work- shop on Link Analysis, Counterterrorism and Secu- rity.",
"links": null
},
"BIBREF20": {
"ref_id": "b20",
"title": "A network analysis model for disambiguation of names in lists",
"authors": [
{
"first": "B",
"middle": [],
"last": "Malin",
"suffix": ""
},
{
"first": "E",
"middle": [],
"last": "Airoldi",
"suffix": ""
},
{
"first": "K",
"middle": [
"M"
],
"last": "Carley",
"suffix": ""
}
],
"year": 2005,
"venue": "Computational & Mathematical Organization Theory",
"volume": "11",
"issue": "2",
"pages": "119--139",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Malin, B., Airoldi, E. & Carley, K. M. 2005. A net- work analysis model for disambiguation of names in lists. Computational & Mathematical Organiza- tion Theory, vol. 11, no. 2, pp. 119-139.",
"links": null
},
"BIBREF21": {
"ref_id": "b21",
"title": "Unsupervised personal name disambiguation",
"authors": [
{
"first": "G",
"middle": [
"S"
],
"last": "Mann",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Yarowsky",
"suffix": ""
}
],
"year": 2003,
"venue": "Proceedings of the seventh conference on Natural language learning at HLT-NAACL 2003",
"volume": "4",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Mann, G. S. & Yarowsky, D. 2003. Unsupervised personal name disambiguation, Proceedings of the seventh conference on Natural language learning at HLT-NAACL 2003-Volume 4, p. 40.",
"links": null
},
"BIBREF22": {
"ref_id": "b22",
"title": "Overview of the TAC 2009 Knowledge Base Population Track",
"authors": [
{
"first": "P",
"middle": [],
"last": "Mcnamee",
"suffix": ""
},
{
"first": "H",
"middle": [],
"last": "Dang",
"suffix": ""
}
],
"year": 2009,
"venue": "Proceedings of Text Analysis Conference",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "McNamee, P. & Dang, H. Overview of the TAC 2009 Knowledge Base Population Track. In Proceedings of Text Analysis Conference (TAC-2009), 2009.",
"links": null
},
"BIBREF23": {
"ref_id": "b23",
"title": "Topic indexing with Wikipedia",
"authors": [
{
"first": "O",
"middle": [],
"last": "Medelyan",
"suffix": ""
},
{
"first": "I",
"middle": [
"H"
],
"last": "Witten",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Milne",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceedings of the AAAI WikiAI workshop",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Medelyan, O., Witten, I. H. & Milne, D. 2008. Topic indexing with Wikipedia. Proceedings of the AAAI WikiAI workshop.",
"links": null
},
"BIBREF24": {
"ref_id": "b24",
"title": "Mining domain-specific thesauri from wikipedia: A case study",
"authors": [
{
"first": "D",
"middle": [],
"last": "Milne",
"suffix": ""
},
{
"first": "O",
"middle": [],
"last": "Medelyan",
"suffix": ""
},
{
"first": "I",
"middle": [
"H"
],
"last": "Witten",
"suffix": ""
}
],
"year": 2006,
"venue": "IEEE/WIC/ACM International Conference on Web Intelligence",
"volume": "",
"issue": "",
"pages": "442--448",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Milne, D., Medelyan, O. & Witten, I. H. 2006. Min- ing domain-specific thesauri from wikipedia: A case study. IEEE/WIC/ACM International Confe- rence on Web Intelligence, pp. 442-448.",
"links": null
},
"BIBREF25": {
"ref_id": "b25",
"title": "Contextual search and name disambiguation in email using graphs",
"authors": [
{
"first": "E",
"middle": [],
"last": "Minkov",
"suffix": ""
},
{
"first": "W",
"middle": [
"W"
],
"last": "Cohen",
"suffix": ""
},
{
"first": "A",
"middle": [
"Y"
],
"last": "Ng",
"suffix": ""
}
],
"year": 2006,
"venue": "Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval",
"volume": "",
"issue": "",
"pages": "27--34",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Minkov, E., Cohen, W. W. & Ng, A. Y. 2006. Con- textual search and name disambiguation in email using graphs, Proceedings of the 29th annual inter- national ACM SIGIR conference on Research and development in information retrieval, pp. 27-34.",
"links": null
},
"BIBREF26": {
"ref_id": "b26",
"title": "Weakly Supervised Learning for Cross-document Person Name Disambiguation Supported by Information Extraction",
"authors": [
{
"first": "C",
"middle": [],
"last": "Niu",
"suffix": ""
},
{
"first": "W",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "R",
"middle": [
"K"
],
"last": "Srihari",
"suffix": ""
}
],
"year": 2004,
"venue": "Proceedings of ACL",
"volume": "",
"issue": "",
"pages": "598--605",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Niu C., Li W. and Srihari, R. K. 2004. Weakly Super- vised Learning for Cross-document Person Name Disambiguation Supported by Information Extrac- tion. Proceedings of ACL, pp. 598-605.",
"links": null
},
"BIBREF27": {
"ref_id": "b27",
"title": "Name discrimination by clustering similar contexts. Computational Linguistics and Intelligent Text Processing",
"authors": [
{
"first": "T",
"middle": [],
"last": "Pedersen",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Purandare",
"suffix": ""
},
{
"first": "A",
"middle": [],
"last": "Kulkarni",
"suffix": ""
}
],
"year": 2005,
"venue": "",
"volume": "",
"issue": "",
"pages": "226--237",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Pedersen, T., Purandare, A. & Kulkarni, A. 2005. Name discrimination by clustering similar contexts. Computational Linguistics and Intelligent Text Processing, pp. 226-237.",
"links": null
},
"BIBREF28": {
"ref_id": "b28",
"title": "WikiRelate! Computing semantic relatedness using Wikipedia, Proceedings of the National Conference on Artificial Intelligence",
"authors": [
{
"first": "M",
"middle": [],
"last": "Strube",
"suffix": ""
},
{
"first": "S",
"middle": [
"P"
],
"last": "Ponzetto",
"suffix": ""
}
],
"year": 2006,
"venue": "",
"volume": "21",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Strube, M. & Ponzetto, S. P. 2006. WikiRelate! Com- puting semantic relatedness using Wikipedia, Pro- ceedings of the National Conference on Artificial Intelligence, vol. 21, no. 2, p. 1419.",
"links": null
},
"BIBREF29": {
"ref_id": "b29",
"title": "Yago: a core of semantic knowledge",
"authors": [
{
"first": "F",
"middle": [
"M"
],
"last": "Suchanek",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Kasneci",
"suffix": ""
},
{
"first": "G",
"middle": [],
"last": "Weikum",
"suffix": ""
}
],
"year": 2007,
"venue": "Proceedings of the 16th international conference on World Wide Web",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Suchanek, F. M., Kasneci, G. & Weikum, G. 2007. Yago: a core of semantic knowledge, Proceedings of the 16th international conference on World Wide Web, p. 706.",
"links": null
},
"BIBREF30": {
"ref_id": "b30",
"title": "Person resolution in person search results: Webhawk",
"authors": [
{
"first": "X",
"middle": [],
"last": "Wan",
"suffix": ""
},
{
"first": "J",
"middle": [],
"last": "Gao",
"suffix": ""
},
{
"first": "M",
"middle": [],
"last": "Li",
"suffix": ""
},
{
"first": "B",
"middle": [],
"last": "Ding",
"suffix": ""
}
],
"year": 2005,
"venue": "Proceedings of the 14th ACM international conference on Information and knowledge management",
"volume": "",
"issue": "",
"pages": "",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Wan, X., Gao, J., Li, M. & Ding, B. 2005. Person resolution in person search results: Webhawk. Pro- ceedings of the 14th ACM international conference on Information and knowledge management, p. 170.",
"links": null
},
"BIBREF31": {
"ref_id": "b31",
"title": "An effective, lowcost measure of semantic relatedness obtained from Wikipedia links",
"authors": [
{
"first": "D",
"middle": [
"M"
],
"last": "Witten",
"suffix": ""
},
{
"first": "D",
"middle": [],
"last": "Milne",
"suffix": ""
}
],
"year": 2008,
"venue": "Proceeding of AAAI Workshop on Wikipedia and Artificial Intelligence: an Evolving Synergy",
"volume": "",
"issue": "",
"pages": "25--30",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Witten, D. M. & Milne, D. 2008. An effective, low- cost measure of semantic relatedness obtained from Wikipedia links. Proceeding of AAAI Workshop on Wikipedia and Artificial Intelligence: an Evolv- ing Synergy, AAAI Press, Chicago, USA, pp. 25- 30.",
"links": null
},
"BIBREF32": {
"ref_id": "b32",
"title": "Web appearance disambiguation of personal names based on network motif",
"authors": [
{
"first": "K",
"middle": [
"H"
],
"last": "Yang",
"suffix": ""
},
{
"first": "K",
"middle": [
"Y"
],
"last": "Chiou",
"suffix": ""
},
{
"first": "H",
"middle": [
"M"
],
"last": "Lee",
"suffix": ""
},
{
"first": "J",
"middle": [
"M"
],
"last": "Ho",
"suffix": ""
}
],
"year": 2006,
"venue": "ACM International Conference on Web Intelligence",
"volume": "",
"issue": "",
"pages": "386--389",
"other_ids": {},
"num": null,
"urls": [],
"raw_text": "Yang, K. H., Chiou, K. Y., Lee, H. M. & Ho, J. M. 2006. Web appearance disambiguation of personal names based on network motif. Proceedings of the 2006 IEEE/WIC/ACM International Conference on Web Intelligence, pp. 386-389.",
"links": null
}
},
"ref_entries": {
"FIGREF0": {
"num": null,
"type_str": "figure",
"uris": null,
"text": "Michael Jordan is a researcher in Computer Science. 2) Michael Jordan plays basketball in Chicago Bulls. 3) Michael Jordan wins NBA MVP. 4) Learning in Graphical Models: Michael Jordan."
},
"FIGREF1": {
"num": null,
"type_str": "figure",
"uris": null,
"text": "The exploitation of knowledge in human named entity disambiguation"
},
"FIGREF2": {
"num": null,
"type_str": "figure",
"uris": null,
"text": "Part of the link structure of Wikipedia"
},
"FIGREF3": {
"num": null,
"type_str": "figure",
"uris": null,
"text": "Michael Jordan plays basketball in Chicago Bulls. 1) Michael Jordan is a researcher in Computer Science. 4) Learning in Graphical Models: Michael Jordan 3) Michael Jordan wins NBA MVP."
},
"FIGREF4": {
"num": null,
"type_str": "figure",
"uris": null,
"text": "An example of semantic-graph"
},
"FIGREF6": {
"num": null,
"type_str": "figure",
"uris": null,
"text": "The F-Measure vs. \u03bb on three data sets"
},
"TABREF0": {
"type_str": "table",
"num": null,
"html": null,
"text": "includes over 110,000 WordNet concepts (word senses about English words). Various lexical relations are recorded between WordNet concepts, such as hyponyms, holonym and synonym. The lexical relatedness lr between two WordNet concepts are measured using the Lin (1998)'s WordNet semantic similarity measure.Table 2shows some examples of the lexical relatedness.",
"content": "<table><tr><td/><td/><td>Basketball</td></tr><tr><td>Machine learning</td><td>0.58</td><td>0.00</td></tr><tr><td>MVP</td><td>0.00</td><td>0.45</td></tr><tr><td/><td>school</td><td>science</td></tr><tr><td>university</td><td>0.67</td><td>0.10</td></tr><tr><td>research</td><td>0.54</td><td>0.39</td></tr><tr><td colspan=\"3\">Table 2. The lexical relatedness table of four selected</td></tr><tr><td colspan=\"2\">WordNet concepts</td><td/></tr></table>"
},
"TABREF1": {
"type_str": "table",
"num": null,
"html": null,
"text": ", which is computed using the Web corpus through Google.",
"content": "<table><tr><td/><td>ACL</td><td>NBA</td></tr><tr><td>EMNLP</td><td>0.61</td><td>0.00</td></tr><tr><td>Chicago Bulls</td><td>0.19</td><td>0.55</td></tr><tr><td colspan=\"3\">Table 3. The social relatedness table of four selected</td></tr><tr><td/><td>named entities</td><td/></tr></table>"
}
}
}
}