CA2647738C - Disambiguation of named entities - Google Patents

Disambiguation of named entities Download PDF

Info

Publication number
CA2647738C
CA2647738C CA2647738A CA2647738A CA2647738C CA 2647738 C CA2647738 C CA 2647738C CA 2647738 A CA2647738 A CA 2647738A CA 2647738 A CA2647738 A CA 2647738A CA 2647738 C CA2647738 C CA 2647738C
Authority
CA
Canada
Prior art keywords
named entity
article
proper name
query
named
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CA2647738A
Other languages
French (fr)
Other versions
CA2647738A1 (en
Inventor
Razvan Constantin Bunescu
Alexandru Marius Pasca
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Google LLC
Original Assignee
Google LLC
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Google LLC filed Critical Google LLC
Publication of CA2647738A1 publication Critical patent/CA2647738A1/en
Application granted granted Critical
Publication of CA2647738C publication Critical patent/CA2647738C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • G06F40/295Named entity recognition

Abstract

Named entities are disambiguated in search queries and other contexts using a disambiguation scoring model. The scoring model is developed using a knowledge base of articles, including articles about named entities. Various aspects of the knowledge base, including article titles, redirect pages, disambiguation pages, hyperlinks, and categories, are used to develop the scoring model.

Description

DISAMBIGUATION OF NAMED ENTITIES
INVENTORS: RAZVAN BUNESCU AND ALEXANDRU MARIUS PASCA
BACKGROUND
100011 The present invention relates to information retrieval systems generally, and more particularly to disambiguation of named entities within documents and queries.
[0002] Searches for named entities are among the most common searches on the Web.
These types of searches include searches for persons, places (including geographical locations as well as cities, states, countries, etc.), businesses and other organizations, products, books, movies, and so forth. Generally, a named entity is anything that has a proper noun (or noun phrase) or proper name associated with it. A search for a named entity typically returns a set of search results that have relevant information about any entity with the same name (or even a portion thereof) as the query. Thus, a query for "Long Beach" is likely to return documents about the coastal city in Long Island, New York as well as documents about the coastal city in Southern California, as well as documents that are relevant to the terms "long" and "beach".
Similarly, a query for "John Williams" will return documents about the composer as well as documents about the wrestler, and the venture capitalist, all of whom share this name; a query for "Python" will return documents pertaining to the programming language, as well as to the snake, and the movie. The underlying problem then is that queries for named entities are typically ambiguous, and may refer to different instances of the same class (e.g., different =
people with the same name), or to things in different classes (e.g., a type of snake, a programming language or a movie).
[0003] Search results for a named entity are typically ordered according to the frequency of the query terms, page rank, or other factors, without consideration of the different senses of the query (e.g., the different entities to which the name refers). The search results pertaining to the different entities tend to be mixed together. Further, even though the user is typically searching for a document (page) that best describes the named entity (or the different entities of the same name), the search results may not necessarily include or rank such a document very highly, again because the search system did not identify the different senses of the name.

SUMMARY
[0004] In accordance with one aspect of the present invention, there is provided a method comprising: receiving, by a computer and from a client system, a query including a proper name, the proper name appearing in a context in the query, the context including terms of the proper name and additional terms that do not include the proper name;
determining, by the computer, named entities corresponding to the proper name; for each corresponding named entity, identifying, by the computer, a named entity article about the named entity, wherein each named entity article about a named entity is different from the named entity articles about the other named entities; for each corresponding named entity, determining, by the computer, prior to disambiguation of the proper name included in the query, a similarity score between the named entity article about the named entity and the context in the query containing the proper name, wherein the similarity score is a measurement of correlation between the context in the query containing the proper name and the named entity article; disambiguating, by the computer and based on the similarity scores between the context in the query and the respective named entity articles, the proper name to a single instance of the proper name by associating it with the named entity article having a highest similarity score between the context in the query and the named entity article; and providing, by the computer, the named entity corresponding to the named entity article having the highest similarity score; wherein each named entity article is a web document about the named entity.
[0004a] In accordance with another aspect of the present invention, there is provided a system comprising: one or more computers; and a non-transitory computer-readable medium coupled to the one or more computers having instructions stored thereon which, when executed by the one or more computers, cause the one or more computers to perform operations comprising: receiving, from a client system, a query including a proper name, the proper name ' appearing in a context in the query, the context including terms of the proper name and additional terms that do not include the proper name; determining named entities corresponding to the proper name; for each corresponding named entity, identifying a named entity article about the named entity, wherein each named entity article about a named entity is different from the named entity articles about the other named entities; for each corresponding named entity, determining, prior to disambiguation of the proper name included in the query, a similarity score between the named entity article about the named entity, and the context in the query containing the proper name, wherein the similarity score is a measurement of correlation between the context in the query containing the proper name and the named entity article;
disambiguating, by the one or more computers and based on the similarity scores between the context in the query and the respective named entity articles, the proper name to a single instance of the proper name by associating it with the named entity article having a highest similarity score between the context in the query and the named entity article; and providing the named entity corresponding to the named entity article having the highest similarity score;
wherein each named entity article is a web document about the named entity.
[0004b] In accordance with another aspect of the present invention, there is provided a non-transitory computer storage medium encoded with a computer program, the program comprising instructions that when executed by data processing apparatus cause the data processing apparatus to perform operations comprising: receiving, from a client system, a query including a proper name, the proper name appearing in a context in the query, the context including terms of the proper name and additional terms that do not include the proper name;
determining named entities corresponding to the proper name; for each corresponding named entity, identifying a named entity article about the named entity, wherein each named entity article about a named entity is different from the named entity articles about the other named entities; for each corresponding named entity, determining, prior to disambiguation of the proper name included in the query, a similarity score between the named entity article about the named entity, and the context in the query containing the proper name, wherein the similarity score is a measurement of correlation between the context in the query and the named entity article; disambiguating, by the data processing apparatus and based on the similarity scores between the context in the query and the respective named entity articles, the proper name to a single instance of the proper name by associating it with the named entity article having a highest similarity score between the context in the query and the named entity article; and providing the named entity corresponding to the named entity article having the highest similarity score; wherein each named entity article is a web document about the named entity.
2a [0004c] In another aspect of the invention, a knowledge base of named entity articles is used to disambiguate entity names during a search. The knowledge base is constructed from a database of documents (articles). The articles include articles about named entities, entities that have a proper name, such as "John Williams" (a person), "Long Beach" (a place), "Python" (a movie, a programming language, and a deadly snake). The knowledge base includes certain features which afford the capability to disambiguate otherwise ambiguous entity names. The text of the articles provides a context that is associated with the particular sense of a name. The articles also contain links between instances of entity names and the article linked to the name.
The articles also include redirect articles that associate an alternative or alias of a name to a particular named entity article. The articles also include disambiguation articles that disambiguate different senses of an ambiguous name. The relationships between contexts and the particular senses of a name are learned, in part using the linking information between each instance of an entity name and the associated article to which the name is linked. The learned relationships are maintained in a scoring model.
[0005] A search query including an entity name and additional keywords can then be disambiguated by identifying the entity name within a query, and using the scoring model to identify the article(s) most closely associated with the entity name. The disambiguated name and identified article(s) is then used to augment the search results, for example to group or organize relevant documents according to the identified entities.
[0006] In another aspect of the invention, articles in the knowledge base (and thus named entities as well) are associated with categories. The strength of the relationships between named entities and categories is learned and incorporated into the scoring model, and also used to disambiguate queries containing entity names.
[0007] In yet another aspect of the invention, the scoring model can be used to identify entities that are not included in the knowledge base.
[0008] The present invention has various embodiments, including as a computer implemented process, as computer apparatuses, as integrated circuits, and as computer program products that execute on general or special purpose processors.
2b BRIEF DESCRIPTIONS OF THE DRAWINGS
[00091 FIG. 1 illustrates a system architecture for one embodiment of the invention.
2c [0010] FIG. 2 illustrates a selection of entities and related information from a named entity dictionary.
[0011] FIG. 3 illustrates an example of links and piped links in the body of an article.
[0012] FIG. 4 illustrates a portion of a disambiguation dataset.
[0013] FIG. 5 illustrates an example of the correlations between a content terms and categories.
[0014] FIG. 6 illustrates a generalized method of generating a disambiguation scoring model.
[0015] The figures depict various embodiments of the present invention for purposes of illustration only. One skilled in the art will readily recognize from the following discussion that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the invention described herein.
DETAILED DESCRIPTION
[0016] Referring now to FIG. 1, there is shown a system architecture of an information retrieval system in accordance with one embodiment of the present invention.
In this embodiment, the system 100 includes an indexing system 110, a search system 120, a presentation system 130, a front end server 140, a named entity knowledge base 150, a dictionary module 155, a named entity dictionary 160, a disambiguation module 170, and a data preparation module 180. The system 100 interfaces with a knowledge base 200 of articles, including articles about named entities. The system 100 is coupled to a network, and over such network can be accessed by client devices of any type.
[0017] There are two basic operative phases of the system: generation of a collection of disambiguated named entities and a disambiguation ranking model 230 that represents the relationship between features and named entities, and second, the use of the disambiguation ranking model 230 during query processing to identify and disambiguate queries containing entity names.
[0018] The overall operation during the generation phase is as follows. The dictionary module 155 extracts a dictionary (a dataset) of named entities from the knowledge base 200 to form the named entity dictionary 160. The articles associated with the named entities included in the named entity dictionary 160 are extracted from the knowledge base 200 to form the named entity knowledge base 150. The data preparation module 180 uses the named entity dictionary 160 along with the hyperlink structure between articles in the named entity knowledge base 150, and the context (more generally features) of the named entity articles to create a disambiguation dataset 220. The disambiguation dataset 220 may also include category information identifying the categories associated with each named entity.
The disambiguation module 170 uses the disambiguation dataset 220 to learn the strength of the relationships between words from the query context and categories from a category taxonomy. The disambiguation ranking model 230 is used to disambiguate queries (of any type) that contain names, so as to assist in retrieving document relevant to the query.
[0019] The overall operation of the second phase is as follows. As a precursor to the handling of a query, the indexing system 110 is responsible for indexing documents in according to their contents (e.g., words, terms, media) by accessing various websites 190 and other document collections; the indexing system 110 creates an index and content database 115 for use in the retrieval. The front end server 140 receives queries from a user of a client 175, and provides those queries to the search system 120. The queries can be for any type of information, but of interest here are queries that include (or potentially include) the names of entities for which there exist named entity articles in the named entity knowledge base 150.
[0020] The search system 120 is responsible for searching for documents relevant to the search query (search results), including identifying any entity names in the search query, and retrieving documents relevant to the search query from the content database 115. The search system 120 also identifies entity names in the search results, and uses the disambiguation ranking model 230 to disambiguate the named entities in the search results, and uses the disambiguated names to augment the search results. Augmenting the search results, includes for example, organizing (grouping) the search results by the various senses of the disambiguated names, adding annotations, snippets or other content that further identify or describe the search results (individually or in groups) based on the disambiguated names, or a combination of the foregoing. For example, in response to a search for "John Williams", the search system 120 can group the search results into one set of documents pertaining to the composer John Williams, a second set of documents pertaining to the wrestler, a third set of documents pertaining to the venture capitalist, and on, for any number of the different senses of the name. The search system 120 can also selectively include (or exclude) documents, for example, including one document for each sense of an entity name (e.g., a document from the named entity knowledge base 150 about the entity) along with the remaining search results ranked by relevancy. Other forms of augmentation can be readily devised as well. The search system 120 provides the augmented search results to the presentation system 130; the presentation system 130 returns the results to the client 175. The details of various embodiments are now described in further detail.

[0021] The information retrieval system 100 makes use of a knowledge base 200, which may be part of, or independent of, the information retrieval system 100 (e.g., maintained by the same or a different operator or owner). The knowledge base 200 comprises a large (preferably) collection of articles (or more generally documents) about various topics, providing a type of online encyclopedia. An exemplary knowledge base 200 is the Wikipedia (available at wwof ikipedia. corn).
[0022] In the context of this invention, the term "article" shall be used, and is understood to include any type of media that can be indexed and retrieved by a search engine, including web documents, images, multimedia files, text documents, PDFs or other image formatted files, and so forth. The term "article" may also be used interchangeably with the term "document." A document may have one or more pages, partitions, segments or other components, as appropriate to its content and type. Equivalently a document may be referred to as a "page," as commonly used to refer to documents on the Internet. No limitation as to the scope of the invention is implied by the use of the generic terms "documents" or "articles." The system 100 operates over a large corpus of articles, such as the Internet and World Wide Web, but can likewise be used in more limited collections, such as for the document collections of a library or private enterprises. In either context, it will be appreciated that the articles are typically distributed across many different computer systems and sites. Without loss of generality then, the articles generally, regardless of format or location (e.g., which website or database) will be collectively referred to as a corpus or document collection. Each article has an associated identifier that uniquely identifies the article; the identifier is preferably a URL, but other types of identifiers (e.g., document numbers) may be used as well. In this disclosure, the use of URLs to identify articles is assumed.
[0023] The knowledge base 200 has the following structure. The knowledge base 200 comprises a hyperlinked collection of articles. Each article is identified by its title, typically a sequence of words, with the first word always capitalized. Typically, the title is the most common name for the entity described in the article. When the title (or "name") is ambiguous, it is further qualified with a parenthetical expression. For instance, the article on "John Williams" the composer has the title "John Williams (composer)." Of course, other ways of distinguishing otherwise ambiguous names may be used. Depending the schema and format of the knowledge base 200, particular formatting conventions may be used to format titles. For example, underscore " " may be used instead of spaces in article titles.

[0024] Because each article describes a specific entity or concept, the term "entity" or "named entity" will be used as well to refer to the entity which is described by the article; the term "named entity article" will be used to refer to an article about a particular named entity.
The term "entity name" will be used to refer to the proper name of a named entity, which can also be the title of the named entity article (or which title can be derived from the entity name, or vice versa). In the context of evaluation of a query, it is to be understood that identifying a named entity in a query (or article) is the process of determining whether the name of the named entity appears in the query (or article).
[0025] The following notation is now introduced:
E = the set of all named entities in the knowledge base 200.
e EE = an arbitrary named entity.
e.title = the title name of the article about e.
e. text = the text of the article about e (also can be denoted e.T where T is the set of the texts of all articles associated with e).
[0026] In general, there is a many-to-many correspondence between names and entities.
These relations are captured in the knowledge base 200 through two additional structures, redirect articles and disambiguation articles.
[0027] A redirect article exists for each alternative name that can be used to refer to an entity in the knowledge base 200. The alternative name is used as the title of the article, and the article contains a redirect liffl( to the actual named entity article that is about the entity.
An alternative name may also be understood as an alias of the entity's name.
An alternative name can include a synonym, misspelling, or alternative spelling, acronym, common name, full name, slang name, translation, or any other way of designating the particular entity. For example, the name "John Towner Williams" is the full name for the composer John Williams, and thus serves as an alternative name for the composer. Accordingly, a redirect article with the title "John Towner Williams" is included in the knowledge base 200, and contains a redirect link (or other pointer) to the named entity article for "John Williams (composer)."
Another example of an entity that can have many direct pages is the named entity "United States". Redirect pages may also be used for misspellings of titles (e.g., "Untied States"), acronyms (e.g., "USA", "U.S.", "U.S.A."), as well as translations (e.g. "Los Estados Unidos"), synonyms (e.g., "America"). The set of all alternative names that are associated with a given named entity e, and which redirect to that entity's named entity articles is notated as e.R.

[0028] For example, for the entity "United States", the following applies:
e = United States e.title = "United States"
e.R = {"USA", "U.S.A", "U.S." "US", "Estados Unidos", "America", "Untied States", . ..}
[0029] As discussed above, some entity names are ambiguous, in that they can refer to different instances of the same class of things, or even different classes of things. In the context of the knowledge base 200, an ambiguous name can refer to two or more different articles. Accordingly, the knowledge base 200 further includes, for each ambiguous name, an enumeration of the different senses that an ambiguous name can have. In one embodiment, the enumeration of the different senses of a name is held in a disambiguation page.
Alternatively, this may be expressed as saying a disambiguation page lists all named entity articles that may be denoted by a particular ambiguous entity name. For each different sense of an ambiguous name, there is an associated description of the name with the sense. For example, for the named entity "John Williams", a disambiguation page can list a number of different entities which have the same name. As another example, consider the entity Venus, and the names "Morning Star" and "Evening Star". These names are each ambiguous, and yet both refer to the entity Venus; thus each of these names has an associated disambiguation page that includes "Venus" as a reference (and a link to the named entity article for "Venus").
[0030] Thus, for a given named entity, where will be a set of non-ambiguous names associated with the entity, as indicated by the titles of the redirect pages, as well as a set of additional ambiguous names that list that particular entity as one of the senses of an ambiguous name. For a given entity e, e.D is the set of names whose disambiguation pages contain a link to e (or alternatively, at least list e).
[0031] A further feature of the knowledge base 200 is the use of categories. Each article in the knowledge base 200 is associated with one or more categories. The categories are organized in topic-subtopic hierarchy (also called a category taxonomy), preferably in a directed acyclic graph. The association can made by associating categories tags (labels) to each article, or by maintaining a separate list of the articles included in each category, the list containing the names of the entities in the category, or the URLs (or other types of references, e.g., document IDs) to their respective articles. For example, the composer John Williams may be associated with the categories "Star Wars music," "20th century classical composers", "Film score composer", "Music" and so forth. Categories can also have the same name as named entities. Thus "Venus" can be both a category and a named entity for which there is a named entity article; the named entity article "Venus" can be associated with the more general categories of "Planets" and "Solar System." For a given named entity e, e.0 is the set of categories to which e belongs. An entity is considered to belong to both its immediate categories, as well as all their ancestor categories in the category hierarchy. FIG. 2 illustrates an example of a number of named entities e (listed in the "Title"
column), along with their associated redirect names (listed in the "Redirect" column), the titles of the disambiguation pages that list the entity (listed in the "Disambig" column), and their associated categories (listed in the "Categories" column).
[0032] Articles in the knowledge base 200 will often contain mentions (or "instances") of named entities for which there exist corresponding named entity articles. When a named entity of this sort is mentioned, the name of that named entity is linked via a hyperlink to the corresponding named entity article. Two types of links are preferably used:
links and piped links. FIG. 3 illustrates an example of a code snippet 300 from an article in the knowledge base 200 and its corresponding display text 302. The string "Rome" in link 306 denotes the title of a named entity article, and thus this string also appears in the display text 302 as the anchor text of a hypertext link (shown underlined). In piped link 304 the title of the named entity article "Vatican City" is shown before the pipe symbol "1"; the string after the pipe, "Vatican", is the string that appears as the linked name in the display text 302. The use of piped links allows the authors of articles in the knowledge base 200 to refer and link to a given named entity article using a variety of different names. The links also provide disambiguation examples useful for training the disambiguation module.
[0033] The dictionary module 155 is one example of a means for generating a dictionary (a dataset) of named entities from the knowledge base 200 to form the named entity dictionary 160. The named entity dictionary 160 contains a plurality of names (which are themselves strings), where each name is mapped (associated with) some set of entities e from the knowledge base 200; the set of entities associated with a given name is denoted d.E. The dictionary module 155 determines the names d to be included from the knowledge base 200 based on the titles of articles, the names included on redirect pages, and the names included in disambiguation pages.
[0034] In one embodiment, the dictionary module 155 generates the names d from the knowledge base 200 as follows. FIG. 6 illustrates this process. The dictionary module 155 processes 600 the title of each article in the knowledge base 200 using a set of name identification rules for detecting named entities. In one embodiment, the name identification rules are as follows:

= If e. title is a multiword title, then e is a named entity only if all content words are capitalized;
= If e. title is a one word title that contains at least two capital letters, then e is a named entity;
= If at least 75% of the occurrences of the title inside the article are capitalized, then e is a named entity.
[0035] The first rule identifies named entities such as "United States" or "Name of the Rose". Notice here that stop words (e.g., prepositions, articles, etc.) are not considered. The second rule identifies acronyms such as "NATO" or "LAGQ". The third rule identifies names of entities in other cases, where the title does not satisfy the first two rules, but usage of the title in the article indicates that the author considers the title to be proper noun phrase (hence its capitalization); a threshold amount other than 75% may be used of course. Other or additional rules can be employed to more liberally or conservatively identify named entities, and other rules may be used for other languages, which use different conventions (both grammatical and syntactical) to signal proper names.
[0036] Preferably, this process of identification happens automatically;
the results need not be manually reviewed by an operator (especially in large knowledge bases where there may be upwards of 500,000 named entities). In addition, the dictionary module 155 can be invoked each time a new article is added to the knowledge base 200 to determine if it is about a named entity, as well as to identify additional mentions of named entities contained within the body of the article.
[0037] The dictionary module 155 uses 602 the redirect pages and disambiguation pages as follows to construct the named entity dictionary 160. For each name d, which was identified by the rules, the dictionary module 155 includes the following in the named entity dictionary 160:
= the title of named entity article d.title, = the set of names, d.R that are redirect names of d, and = the set of names d.D that are the disambiguation names of d.
[0038] Thus, for a given name d, there is a set of entities d.E that d may denote in the knowledge base 200; a particular named entity e is included in this set d.E if and only if d=e.title, or d is a one of e's redirect names (d E e.R), or d is one of the names that disambiguate e (d E e.D).
9 [0039] From the named entity dictionary 160 and the knowledge base 200, the set of named entity articles, that is articles whose names are included in the named entity dictionary 160, the dictionary module 155 creates 604 (e.g., extracts, copies, indexes, or the like) the named entity knowledge base 165. This knowledge base 165 thus includes all named entity articles (including their hyperlinks), all redirect articles that redirect to any of the named entity articles, and all disambiguation articles that contain the names of (or links to) named entity articles. For each named entity, an association is made between the article, its redirect names, and its disambiguation name for the specific article for the correct sense of the name.
Thus, one way to consider this stage is that the knowledge base 200 has been partitioned (or mirrored) into a sub-database (150) that contains only articles about named entities. This has been done programmatically by a heuristic based analysis of the titles of the articles, and the context of such titles.
[0040] In the next aspect of the generation phase, the data preparation module 180 creates 606 a disambiguation dataset 220, which is to be used as training data for the disambiguation module 170. The data preparation module 180 is one example of a means for generating a disambiguation dataset. One embodiment of the data preparation module 180 operates as follows.
[0041] As discussed above, for a given name ("John Williams"), there will be articles that include instances of this name in various contexts. Some of the articles may include the name "John Williams" when discussing the composer; other articles may include the same name when discussing the wrestler. In each case, as per the structure of the named entity knowledge base 150 (or alternatively, in the knowledge base 200 as well) discussed above with respect to FIG. 3, these instances are linked (via a link or a piped link) to the appropriate named entity article, that is the article that is about the entity being discussed. Further, the context in which the entity name appears (e.g., the sentence, paragraph, etc.
containing the name) provides a source of data with the correct sense for the particular instance of the name.
Accordingly, the data preparation module 180 makes use of these aspects of the named entity knowledge base 150 to construct the disambiguation dataset 200. This dataset has the following structure.
[0042] For the purposes of explanation, and without any loss of generality, the term "query" is used here to denote the occurrence of an entity name inside an article. If there is an entity name in the query q such that the set of denoted entities q.E
contains at least two entities, one of them the correct entity q. e, that is linked to the occurrence of the name, then the query q is included in the dataset. More exactly, if q.E contains the names of n named entities el , e2 , ..., en, then the dataset 220 will be augmented with n pairs {q, ek} represented as follows:
{q, ek} 16(ek, q.e)1 q.text 1 ek.title]
[0043] The field q.text contains words occurring in a limit length window centered on the proper name. In one embodiment, the window size is set to 55, which is one value that can provide optimum performance in the related task of cross-document co-reference, though certainly other values may be used. The Kronecker delta function 6(ek, q.e) is 1 when ek is the same as the entity q.e referred to in the link. In other words, when there are multiple different entities with the same name (e.g., "John Williams"), then for a given article that includes a linked instance of this name, say an article describing classical music, the Kronecker delta function is set to 1 for the named entity article "John Williams (composer)"
where the link that is associated with the name instance is actually linked to this named entity article. For all of the other named entity articles associated with the name "John Williams", the delta function is set to 0. Thus, out of all entities that may be denoted by the name instance, this flag indicates the correct entity. Thus, the disambiguation dataset 220 provides a set of data which disambiguates each instance of an entity name within the named entity knowledge base 150.
[0044] In one embodiment, the data preparation module 180 constructs the disambiguation dataset 220 using the following method. For each named entity article in the named entity knowledge base 150, the data preparation module 180 traverses the text of the article to identify hyperlinks therein. Processing the text here includes processing the source code, a document object model, an index, or other representation of the article. For example, hyperlinks can be identified in HTML by known tag, including <href> and others. Within each identified hyperlink there will be the name of an entity, serving as the anchor text of the link.
[0045] For each identified entity name, the data preparation module 180 determines the set of articles associated with this entity name, via a lookup in the named entity dictionary 160. One of these named entities will be the one that is the name of the article that is linked to by the hyperlink; the rest will be other articles (e.g., with non-matching titles). The article that is linked is a positive example of an instance of the entity name (e.g.
"John Williams"), the context of the instance (e.g. "Boston Pops conductor John Williams led the symphony in the debut of TreeSong, Concerto for Violin and Orchestra.") and the named entity article itself ("John Williams (composer)"). For this tuple, the delta function flag is set to "1". For each remaining tuple--being a combination of the entity name, same context, and another one of the articles--the flag is set to "0".
[0046] FIG. 4 illustrates a small portion 400 of a disambiguation dataset 220, for the purpose of explanation only. Here, selected data 400 comprises three different tuples (rows) of data, resulting from three different combinations of the instance of the name "John Williams" with the three different articles matching that entity name (shown by the three different named entity article titles in the column 406). The query text (q.
text) 404 containing the current instance is shown in the middle column. The instance of "John Williams" would be link, and the link would contain a reference to a named entity article, in the manner described above.
[0047] For the first tuple, the hyperlink includes the named entity article whose title "John Williams (composer)" matches the article referenced in the hyperlink.
For this tuple, the delta function flag 402 is set to "1". The two other entries are for the other articles with the entity name "John Williams", e.g., the one for the named entity articles for "John Williams (wrestler)" and "John Williams (VC)". Because the titles of these articles do not match the title contained in the hyperlink, the flag 402 is set to "0". While this is a basic example of the content of disambiguation dataset 220, it is anticipated that additional contextual data, metadata, or other information may be included as well.
[0048] The disambiguation module 170 uses the disambiguation dataset 220 (or a portion thereof) to learn 608 a disambiguation scoring model 230. The disambiguation module 170 is one example of a means for learning the associations between the contextual information (e.g., the q. text or other features) and the entity names. The disambiguation module 170 constructs the disambiguation scoring model 230 in two phases.
[0049] First, some portion of disambiguation dataset 220 is selected as the training portion (another portion may be selected for model validation). For purposes of simplicity this portion will still be referred to as the disambiguation dataset 220.
[0050] For each tuple in the dataset 220, the disambiguation module 170 applies a scoring function to the combination of a query (e.g., an instance of an entity name in an article) and the named article itself, that is score(q, ek). The scoring function is one that determines the relevance (or similarity) of the query to the article, thus providing a context-article similarity score. Any relevance or similarity scoring function can be used, and different disambiguation methods within the scope of the invention may use different scoring functions, since the particular function used is not critical.

[0051] One scoring function that may be used is based on the cosine similarity between the context of the query and the text of the article:
, q.text ek.text score(q,ek)= cos(q.text,ek.text)= _______________ Ilek =text0 [0052] In this embodiment, the components q. text and ek. text are represented in the standard vector space model, where each component corresponds to a term in the vocabulary, and the term weight is the standard tf x idf score. The vocabulary V of terms (words or phrases) is taken from the corpus of articles in the knowledge base 200. For each word stem w, its document frequency df(w) is determined. Stop-words and words that are too frequent or too rare are discarded. A generic document (article) d is then represented as a vector of length 1, with a position for each vocabulary word. Iff (w) is the frequency of word w in document d, and Nis the total number of articles in the knowledge base 200, then the weight of word w in the tf x idfrepresentation of d is:
f (=w)11.1 [0053] Using a scoring function such as the foregoing, the disambiguation module 170 can operate as follows. For a given query (entity name), the module determines from the named entity dictionary 160 the entities associated with the name. For each such entity, the disambiguation module 170 computes the scoring function between the named entity article, and the context for the query. This results, for example, in a cosine similarity score (or other relevance type score) between the named entity article and the query. The highest scoring named entity article is identified as the correct one for disambiguating the name, via the following primary ranking function:
= o 1 13X score VI, eir2) t (1) if =q.e then is the named entity that provides the correct sense of q.
[0054] The disambiguation module 170 learns a generalization of (1), which will be further elaborated below. The learned ranking function is then used in the disambiguation scoring model 230.
[0055] Referring again to FIG. 1, one embodiment of query processing is now described in further detailed. During query processing for general searches, the search system 120 will receive a generic query from a client system 175. This query may include an entity name (or several entity names). According, the search system 120 passes the query to the dictionary module 155 to determine if the query contains an entity name, using the name identification rules. The rules can be applied to the entire query, or to a portion thereof (e.g., using a sliding window over query terms). If an entity name is identified, the dictionary module 155 returns the list of named entities to the search system 120. The search system 120 passes the list of named entities to the disambiguation module 170, along with entire query. The disambiguation module 170 processes the query and the named entities, using a disambiguation scoring model 230. The disambiguation module 170 returns the results, which can include an identification of the correctly disambiguated entity, as well as the top N
scoring entities, to the search system 120. The search system 120 uses the results to organize and rank the documents relevant to the search results, for example, grouping documents according to the ranking of the top scoring entities.
[0056] In another embodiment of the invention, the category information associated with each named entity article is further used to disambiguate named entities. This feature is beneficial when the words contained in an article do not describe the named entity with the same words used in queries about such entity. For example, the words "conduct"
and "concert" may not for some reason appear in the article about John Williams the composer.
If a query of "John Williams concert" is received, these terms would not be thus useful to identify this article in order to disambiguate the name "John Williams."
Relevant words may not appear in an article, for example if the article is too short, incomplete, or simply uses synonymous terms.
[0057] More formally, the cosine similarity (or other relevance score) between q and ek can be seen as an expression of the total degree of correlation between words from the context of query q and the named entity article for a given named entity ek.
When the correlation is too low because the article for named entity ek does not contain all words that are relevant to ek, it is worth considering the correlation between context words and the categories to which ek belongs.
[0058] Referring to FIG. 5, there is shown an illustration of a potential query for the name "John Williams." To avoid clutter, FIG. 5 depicts only two entities 500 with the name "John Williams" in the named entity knowledge base 150, the composer and the wrestler.
Over each entity, there is shown one of their associated categories 502 ("Film score composers" and "Professional wrestlers" respectively), together with some of their ancestor categories 504 (e.g., "Composers" and "Wrestlers") in the category hierarchy.
An example query context 506 is also shown. Within the query, the term "concert" is highlighted. This term is highly correlated with the categories associated with "John Williams (composer)" as shown on the left, whereas the term has a low correlation with the categories associated with "John Williams (wrestler)", as shown on the right. The disambiguation module 170 further learns the correlations between terms and categories, which are then included in the scoring model 230.
[0059] The disambiguation module 170 uses the disambiguation dataset 220, which as described earlier includes a tuple for each combination of an entity name with a named entity article associated with such name, along with the context-article similarity score. The disambiguation module 170 further augments the disambiguation dataset 220 with an additional feature vector, which represents the similarity between the article text q.T and the article's categories.
[0060] The disambiguation module 170 then uses a generalized ranking function for the scoring module. The generalized ranking function is as follows:
arg max NV ek ) (2) [0061] The feature vector (I)(q, ek) contains a feature (psini for the context-article similarity score, and1V x ICI features (IN, corresponding to the combinations of words w from the vocabulary V and categories c from the category hierarchy C:
= I 1 if zi, anti , C, ek) tµ o amerwise, [0062] Thus, for each combination of a word w in V and a category c in C, the feature vector (põc is set to 1 if the word w is included in the text of article q and c is one of the article's categories.
[0063] Accordingly, in one embodiment, the disambiguation module 170 performs the following processing of the category information. For each category c, the disambiguation module 170 determines the articles d which are associated with category c; as indicated above, each of these articles has a term vector therewith. The disambiguation module 170 determines a category vector Ci that is the vector sum of these article vectors d. This is done first for categories which are the leaves of category hierarchy, and for at each of the ancestor categories. This process establishes a set of category vectors for all categories in the category taxonomy.
[0064] The weight vector W models the magnitude of each of the features of the feature vector (I)(q, ek), including the weights of each word-category correlation.
The weight vector is learned by training on the disambiguation dataset 220, described above, as augmented to include the word-category features. The learned weight vector is then used in the scoring model 230.
[0065] Referring again to FIG. 1, the search system 120 can provide a query, as before, to the disambiguation module 170, for disambiguation. The disambiguation module 170 uses the extended embodiment of the scoring model 230 including the word-category features, and returns a set of N top scoring entities, including category information for each such entity.
The scoring system 120 uses the identified and disambiguated entities and category information to organize the search results and provides those to the presentation system 130.
[0066] As further feature of the system, the disambiguation module 170 may be configured to identify names of entities for which there is no corresponding named entity article in the named entity knowledge base 150. For example, there may several articles pertaining to "John Williams" as shown above, but none of them may be for the noted saxophonist of the same name. Thus, being able to identify instances of named entities for which there is no article with the proper sense of the name is beneficial.
These "outsider"
entities are represented by a single special entity e.t.
[0067] To perform this type of identification, the disambiguation module 170 obtains the scores for the named entity articles having the same names, as before, and then ranks them according to their scores. Before identifying the maximum scoring named entity article as the correct one, the disambiguation module 170 compare this score to a threshold.
Only if this score is greater than the threshold, is the article identified as the correct one. If the maximum score is less then the threshold, then none of the entities are the correct one.
[0068] More formally, the detection of outsider entities can be included in the scoring model 230 in the follow manner. For the entity eout, its features are set to null values, e.g., the article text eout.T = ", and the set of categories eout.0 = {} . The basic ranking function (1) is then updated so that it returns the named entity with the highest score, if this score is greater then a threshold T , otherwise it returns e0:
erttaz = arg max score(q, ek) if score (.:(1 >
out othe-i-v,;.1e [0069] Where the generalized ranking function (2) is implemented using the weighted combination of feature functions, then this modification results in an additional feature (pout in the feature vector (1)(q, ek), as follows, 0 =k0sim IC&'out , where Omit{ ek) = 5(ek emit) [0070] In summary, the scoring model 230 can be variably designed to consider any combination of different feature groups when disambiguating entity names: a feature representing the similarity between an article and the context of a query, a feature representing the correlation between an article and the categories associated with the article, and a feature representing outside entities. Additional features can also be included in the scoring model 230 as deemed appropriate. For example, additional features can include link structure metrics (e.g., such as page-rank), topic-based metrics, phrase-based scores, popularity metrics of article popularity, reputation metrics (e.g., of the reputation of article authors), recency metrics (based on the age of the article) and so forth.
Thus, the scoring model 230 herein should be understood to be flexible to accommodate additional features and implementations used to disambiguate named entities.
[0071] The learning algorithm used by disambiguation module 170 can be implemented as a support vector machine (SVM) or other supervised learning algorithms. As indicated above, a kernel function may be used here. One embodiment uses a kernel version of the large-margin ranking approach described in Joachims, "Optimizing search engines using click-through data," Proceedings of the Eighth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp.133-142 (2002), which solves the optimization problem set forth below:
minimize::
(w, = +iiqk subect to:
(T ¨
c n \-lekqE ¨
[0072] The aim of this formulation is to find a weight vector w such that 1) the number of ranking constraints w (1)(q, q.e)> w (1)(q, ek) from the disambiguation dataset 220 that are violated is minimized, and 2) the ranking function w (1)(q, ek) generalizes well beyond the training data. In the above optimization problem, C is a parameter that allows trading-off margin size against training error. The number of linear ranking constraints is q (q.E1¨ 1). As an example, each of the three queries shown in FIG. 4 generates two constraints.
[0073] The learned w is a linear combination of the feature vectors (1)(q, ek), which makes it possible to use kernels. It is straightforward to show that the dot product between two feature vectors (I)(q, ek) and (I)(q',e 'ic) is equal with the product between the number of common words in the contexts of the two queries and the number of categories common to the two named entities, plus the product of the two cosine similarities. The corresponding ranking kernel is:
K -----m - n (x)s(q..1.5, ,T) cost: ,T, [0074] To avoid numerical problems, the first term of the kernel is normalized and the second term is multiplied with a constant, e.g., a = 108, as follows:
K((q,ek),(q',ek'))= a = cos(q.T,ek.T) = cos(q'.T,ek '.T) lq.T n q' le k .0 n e .C1 Ailek .CIde k' +1(e k = e0) = 1(e k' =) e out , [0075] In summary then, the present invention provides various methods and systems for defining various types of disambiguation scoring models using a knowledge base of articles with disambiguation features such as links, redirect (alias) and disambiguation articles, and performing disambiguation of queries during query processing.
[0076] The present invention has been described in particular detail with respect to various embodiments, and those of skill in the art will appreciate that the invention may be practiced in other embodiments. In addition, those of skill in the art will appreciate the following aspects of the disclosure. First, the particular naming of the components, capitalization of terms, the attributes, data structures, or any other programming or structural aspect is not mandatory or significant, and the mechanisms that implement the invention or its features may have different names, formats, or protocols. Second, the system may be implemented via a combination of hardware and software, as described, or entirely in hardware elements. Third, the particular division of functionality between the various system components described herein is merely exemplary, and not mandatory; functions performed by a single system component may instead be performed by multiple components, and functions performed by multiple components may instead performed by a single component.
[0077] Some portions of above description describe the invention in terms of algorithms and symbolic representations of operations on information. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. These operations, while described functionally, computationally, or logically, or symbolically are understood to be implemented by computer programs or equivalent electrical circuits, microcode, or the like. Furthermore, it has also proven convenient at times, to refer to these arrangements of operations as modules, without loss of generality. The described operations and their associated modules may be embodied in software, firmware or hardware.
[0078] In addition, the terms used to describe various quantities, data values, and computations are understood to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as "processing," "computing," "determining,"
"organizing,"
"grouping," and so forth, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system memories or registers or other such information storage, transmission or display devices.
[0079] The present invention also relates to an apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, application specific integrated circuits (ASICs), or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
Furthermore, the computers referred to in the specification may include a single processor or may be architectures employing multiple processor designs for increased computing capability.
[0080] The algorithms and displays presented herein are not inherently related to any particular computer or other apparatus. Various general-purpose systems may also be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these systems will appear from the description above. In addition, the present invention is not described with reference to any particular programming language.
It is appreciated that a variety of programming languages may be used to implement the teachings of the present invention as described herein, and any references to specific languages are provided for disclosure of enablement and best mode of the present invention.

[0081] The present invention is well-suited to a wide variety of computer network systems over numerous topologies. Within this field, the configuration and management of large networks comprise storage devices and computers that are communicatively coupled to dissimilar computers and storage devices over a network, such as the Internet.
[0082] Finally, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter.
Accordingly, the disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims.

Claims (17)

We claim:
1. A method comprising:
receiving, by a computer and from a client system, a query including a proper name, the proper name appearing in a context in the query, the context including terms of the proper name and additional terms that do not include the proper name;
determining, by the computer, named entities corresponding to the proper name;
for each corresponding named entity, identifying, by the computer, a named entity article about the named entity, wherein each named entity article about a named entity is different from the named entity articles about the other named entities;
for each corresponding named entity, determining, by the computer, prior to disambiguation of the proper name included in the query, a similarity score between the named entity article about the named entity and the context in the query containing the proper name, wherein the similarity score is a measurement of correlation between the context in the query containing the proper name and the named entity article;
disambiguating, by the computer and based on the similarity scores between the context in the query and the respective named entity articles, the proper name to a single instance of the proper name by associating it with the named entity article having a highest similarity score between the context in the query and the named entity article; and providing, by the computer, the named entity corresponding to the named entity article having the highest similarity score;
wherein each named entity article is a web document about the named entity.
2. The method of claim 1, wherein the similarity score is based on a cosine similarity function between a vector representation of the context and a vector representation of the named entity article.
3. The method of claim 1, further comprising:
for each named entity article, associating the article with a set of names of articles that redirect to the named entity article.
4. The method of claim 1, further comprising:
for each named entity article, associating the article with a set of names of disambiguation articles that include a link to the named entity article.
5. The method of claim 1, further comprising:
identifying the articles in a database that are named entity articles; and constructing a set of proper names from the identified named entity articles.
6. The method of claim 1, further comprising:
constructing a set of proper names from titles of named entity articles, redirect articles, and disambiguation articles.
7. The method of claim 1, wherein the named entities are article titles, and wherein each named entity is identified from an article title of an article if one or more of the following conditions are met:
the article title is a title in which all of the words are capitalized;
the article title is a single word title in which at least two letters of the word are capital letters; and the article title is a title in which at least a majority of instances of the article title appearing in the text of the article are capitalized.
8. The method of claim 1, further comprising:
determining for each named entity article categories assigned to the named entity article; and wherein determining the similarity score between the named entity article about the named entity and the context in the query containing the proper name comprises determining a correlation between context words in the query and the categories assigned to the named entity article.
9. The method of claim 1, further comprising:
associating each combination of a proper name and a named entity article in which the proper name appears with a feature vector including an indication of categories assigned to the named entity article.
10. The method of claim 9, wherein disambiguating the proper name comprises:
identifying for the proper name the named entity article having a feature vector that has a high correlation between words of the context and categories assigned to the named entity article.
11. The method of claim 9, wherein the feature vector further includes a feature associated with a named entity that does not have an associated named entity article in the database.
12. The method of claim 11, wherein the feature vector further includes a similarity score between a context of the proper name in the named entity article, and the text of the named entity article.
13. A system comprising:
one or more computers; and a non-transitory computer-readable medium coupled to the one or more computers having instructions stored thereon which, when executed by the one or more computers, cause the one or more computers to perform operations comprising:
receiving, from a client system, a query including a proper name, the proper name appearing in a context in the query, the context including terms of the proper name and additional terms that do not include the proper name;
determining named entities corresponding to the proper name;
for each corresponding named entity, identifying a named entity article about the named entity, wherein each named entity article about a named entity is different from the named entity articles about the other named entities;

for each corresponding named entity, determining, prior to disambiguation of the proper name included in the query, a similarity score between the named entity article about the named entity, and the context in the query containing the proper name, wherein the similarity score is a measurement of correlation between the context in the query containing the proper name and the named entity article;
disambiguating, by the one or more computers and based on the similarity scores between the context in the query and the respective named entity articles, the proper name to a single instance of the proper name by associating it with the named entity article having a highest similarity score between the context in the query and the named entity article; and providing the named entity corresponding to the named entity article having the highest similarity score;
wherein each named entity article is a web document about the named entity.
14. A non-transitory computer storage medium encoded with a computer program, the program comprising instructions that when executed by data processing apparatus cause the data processing apparatus to perform operations comprising:
receiving, from a client system, a query including a proper name, the proper name appearing in a context in the query, the context including terms of the proper name and additional terms that do not include the proper name;
determining named entities corresponding to the proper name;
for each corresponding named entity, identifying a named entity article about the named entity, wherein each named entity article about a named entity is different from the named entity articles about the other named entities;
for each corresponding named entity, determining, prior to disambiguation of the proper name included in the query, a similarity score between the named entity article about the named entity, and the context in the query containing the proper name, wherein the similarity score is a measurement of correlation between the context in the query and the named entity article;

disambiguating, by the data processing apparatus and based on the similarity scores between the context in the query and the respective named entity articles, the proper name to a single instance of the proper name by associating it with the named entity article having a highest similarity score between the context in the query and the named entity article; and providing the named entity corresponding to the named entity article having the highest similarity score;
wherein each named entity article is a web document about the named entity.
15. The method of claim 1, wherein determining a similarity score includes determining a similarity score based, in part, on link structure metrics of the named entity article and popularity metrics of the named entity article.
16. The system of claim 22, wherein determining a similarity score includes determining a similarity score based, in part, on link structure metrics of the named entity article and popularity metrics of the named entity article.
17. The non-transitory computer readable medium of claim 23, wherein determining a similarity score includes determining a similarity score based, in part, on link structure metrics of the named entity article and popularity metrics of the named entity article.
CA2647738A 2006-03-31 2007-04-02 Disambiguation of named entities Active CA2647738C (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US74409106P 2006-03-31 2006-03-31
US60/744,091 2006-03-31
US11/427,678 2006-06-29
US11/427,678 US9135238B2 (en) 2006-03-31 2006-06-29 Disambiguation of named entities
PCT/US2007/065800 WO2007115266A2 (en) 2006-03-31 2007-04-02 Disambiguation of named entities

Publications (2)

Publication Number Publication Date
CA2647738A1 CA2647738A1 (en) 2007-10-11
CA2647738C true CA2647738C (en) 2016-08-02

Family

ID=38560601

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2647738A Active CA2647738C (en) 2006-03-31 2007-04-02 Disambiguation of named entities

Country Status (5)

Country Link
US (1) US9135238B2 (en)
EP (1) EP2013701A4 (en)
CN (2) CN101454750B (en)
CA (1) CA2647738C (en)
WO (1) WO2007115266A2 (en)

Families Citing this family (136)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7490092B2 (en) 2000-07-06 2009-02-10 Streamsage, Inc. Method and system for indexing and searching timed media information based upon relevance intervals
EP1949273A1 (en) 2005-11-16 2008-07-30 Evri Inc. Extending keyword searching to syntactically and semantically annotated data
US7685201B2 (en) * 2006-09-08 2010-03-23 Microsoft Corporation Person disambiguation using name entity extraction-based clustering
US8006190B2 (en) 2006-10-31 2011-08-23 Yahoo! Inc. Social namespace addressing for non-unique identifiers
US20080168045A1 (en) * 2007-01-10 2008-07-10 Microsoft Corporation Content rank
US8599801B2 (en) * 2007-02-01 2013-12-03 Yahoo! Inc. Collecting implicit information for determining context of event actions
US8112402B2 (en) 2007-02-26 2012-02-07 Microsoft Corporation Automatic disambiguation based on a reference resource
US8370349B2 (en) * 2007-02-28 2013-02-05 Yahoo! Inc. Instant contact searching and presentation by category
CA2717462C (en) 2007-03-14 2016-09-27 Evri Inc. Query templates and labeled search tip system, methods, and techniques
US8538743B2 (en) * 2007-03-21 2013-09-17 Nuance Communications, Inc. Disambiguating text that is to be converted to speech using configurable lexeme based rules
US8594996B2 (en) * 2007-10-17 2013-11-26 Evri Inc. NLP-based entity recognition and disambiguation
WO2009052308A1 (en) 2007-10-17 2009-04-23 Roseman Neil S Nlp-based content recommender
US8862622B2 (en) * 2007-12-10 2014-10-14 Sprylogics International Corp. Analysis, inference, and visualization of social networks
WO2009088478A1 (en) * 2007-12-31 2009-07-16 Thomson Reuters Global Resources Systems, methods and sofstware for evaluating user queries
US8402031B2 (en) * 2008-01-11 2013-03-19 Microsoft Corporation Determining entity popularity using search queries
CA2650319C (en) * 2008-01-24 2016-10-18 Radian6 Technologies Inc. Method and system for targeted advertising based on topical memes
US20100287162A1 (en) * 2008-03-28 2010-11-11 Sanika Shirwadkar method and system for text summarization and summary based query answering
JP5447862B2 (en) * 2008-04-03 2014-03-19 日本電気株式会社 Word classification system, method and program
US9245252B2 (en) 2008-05-07 2016-01-26 Salesforce.Com, Inc. Method and system for determining on-line influence in social media
WO2009158492A1 (en) * 2008-06-25 2009-12-30 Collexis, Inc. Methods and systems for social networking
US8180751B2 (en) * 2008-07-01 2012-05-15 Hewlett-Packard Development Company, L.P. Using an encyclopedia to build user profiles
US8275608B2 (en) * 2008-07-03 2012-09-25 Xerox Corporation Clique based clustering for named entity recognition system
US9092517B2 (en) 2008-09-23 2015-07-28 Microsoft Technology Licensing, Llc Generating synonyms based on query log data
US8370128B2 (en) * 2008-09-30 2013-02-05 Xerox Corporation Semantically-driven extraction of relations between named entities
US20100094831A1 (en) * 2008-10-14 2010-04-15 Microsoft Corporation Named entity resolution using multiple text sources
US8346534B2 (en) * 2008-11-06 2013-01-01 University of North Texas System Method, system and apparatus for automatic keyword extraction
US9442933B2 (en) 2008-12-24 2016-09-13 Comcast Interactive Media, Llc Identification of segments within audio, video, and multimedia items
US8713016B2 (en) 2008-12-24 2014-04-29 Comcast Interactive Media, Llc Method and apparatus for organizing segments of media assets and determining relevance of segments to a query
US11531668B2 (en) * 2008-12-29 2022-12-20 Comcast Interactive Media, Llc Merging of multiple data sets
US8856119B2 (en) * 2009-02-27 2014-10-07 International Business Machines Corporation Holistic disambiguation for entity name spotting
US8176043B2 (en) 2009-03-12 2012-05-08 Comcast Interactive Media, Llc Ranking search results
US20100250614A1 (en) * 2009-03-31 2010-09-30 Comcast Cable Holdings, Llc Storing and searching encoded data
US8949241B2 (en) * 2009-05-08 2015-02-03 Thomson Reuters Global Resources Systems and methods for interactive disambiguation of data
US8533223B2 (en) * 2009-05-12 2013-09-10 Comcast Interactive Media, LLC. Disambiguation and tagging of entities
US9892730B2 (en) 2009-07-01 2018-02-13 Comcast Interactive Media, Llc Generating topic-specific language models
US8799237B2 (en) * 2009-10-02 2014-08-05 Georgia Tech Research Corporation Identification disambiguation in databases
US20110106807A1 (en) * 2009-10-30 2011-05-05 Janya, Inc Systems and methods for information integration through context-based entity disambiguation
US8255379B2 (en) * 2009-11-10 2012-08-28 Microsoft Corporation Custom local search
US8452763B1 (en) * 2009-11-19 2013-05-28 Google Inc. Extracting and scoring class-instance pairs
US8452795B1 (en) 2010-01-15 2013-05-28 Google Inc. Generating query suggestions using class-instance relationships
US9710556B2 (en) 2010-03-01 2017-07-18 Vcvc Iii Llc Content recommendation based on collections of entities
JP5423489B2 (en) * 2010-03-08 2014-02-19 富士通株式会社 Configuration information management apparatus, configuration information management apparatus dictionary generation method, and configuration information management apparatus dictionary generation program
US8346795B2 (en) * 2010-03-10 2013-01-01 Xerox Corporation System and method for guiding entity-based searching
US9009134B2 (en) * 2010-03-16 2015-04-14 Microsoft Technology Licensing, Llc Named entity recognition in query
US8645125B2 (en) 2010-03-30 2014-02-04 Evri, Inc. NLP-based systems and methods for providing quotations
US8538916B1 (en) 2010-04-09 2013-09-17 Google Inc. Extracting instance attributes from text
US8140567B2 (en) 2010-04-13 2012-03-20 Microsoft Corporation Measuring entity extraction complexity
US10692093B2 (en) * 2010-04-16 2020-06-23 Microsoft Technology Licensing, Llc Social home page
US9600566B2 (en) 2010-05-14 2017-03-21 Microsoft Technology Licensing, Llc Identifying entity synonyms
US9158846B2 (en) 2010-06-10 2015-10-13 Microsoft Technology Licensing, Llc Entity detection and extraction for entity cards
US9043296B2 (en) 2010-07-30 2015-05-26 Microsoft Technology Licensing, Llc System of providing suggestions based on accessible and contextual information
US9405848B2 (en) 2010-09-15 2016-08-02 Vcvc Iii Llc Recommending mobile device activities
US9418155B2 (en) 2010-10-14 2016-08-16 Microsoft Technology Licensing, Llc Disambiguation of entities
US8352496B2 (en) * 2010-10-26 2013-01-08 Microsoft Corporation Entity name matching
US8725739B2 (en) 2010-11-01 2014-05-13 Evri, Inc. Category-based content recommendation
US9830379B2 (en) * 2010-11-29 2017-11-28 Google Inc. Name disambiguation using context terms
US9245022B2 (en) * 2010-12-30 2016-01-26 Google Inc. Context-based person search
CN102063497B (en) * 2010-12-31 2013-07-10 百度在线网络技术(北京)有限公司 Open type knowledge sharing platform and entry processing method thereof
US8843501B2 (en) * 2011-02-18 2014-09-23 International Business Machines Corporation Typed relevance scores in an identity resolution system
US8949270B2 (en) 2011-03-10 2015-02-03 Salesforce.Com, Inc. Methods and systems for processing social media data
US8818940B2 (en) 2011-03-29 2014-08-26 Salesforce.Com, Inc. Systems and methods for performing record actions in a multi-tenant database and application system
CN102214209A (en) * 2011-04-27 2011-10-12 百度在线网络技术(北京)有限公司 Method and equipment for identifying homonymous information entities
CN102789473A (en) * 2011-05-18 2012-11-21 国际商业机器公司 Identifier retrieval method and equipment
US20120303355A1 (en) * 2011-05-27 2012-11-29 Robert Bosch Gmbh Method and System for Text Message Normalization Based on Character Transformation and Web Data
US8538898B2 (en) 2011-05-28 2013-09-17 Microsoft Corporation Interactive framework for name disambiguation
US8762870B2 (en) 2011-07-19 2014-06-24 Salesforce.Com, Inc. Multifunction drag-and-drop selection tool for selection of data objects in a social network application
US9268820B2 (en) * 2011-08-04 2016-02-23 Google Inc. Providing knowledge panels with search results
US8782042B1 (en) * 2011-10-14 2014-07-15 Firstrain, Inc. Method and system for identifying entities
US9665643B2 (en) * 2011-12-30 2017-05-30 Microsoft Technology Licensing, Llc Knowledge-based entity detection and disambiguation
US9864817B2 (en) 2012-01-28 2018-01-09 Microsoft Technology Licensing, Llc Determination of relationships between collections of disparate media types
US9684648B2 (en) 2012-05-31 2017-06-20 International Business Machines Corporation Disambiguating words within a text segment
CN103514165A (en) * 2012-06-15 2014-01-15 佳能株式会社 Method and device for identifying persons mentioned in conversation
US10032131B2 (en) 2012-06-20 2018-07-24 Microsoft Technology Licensing, Llc Data services for enterprises leveraging search system data assets
US9594831B2 (en) 2012-06-22 2017-03-14 Microsoft Technology Licensing, Llc Targeted disambiguation of named entities
CN103577491A (en) * 2012-08-09 2014-02-12 佳能株式会社 Method and device for representing functional entities and carrying out disambiguation on functional entities
US9229924B2 (en) 2012-08-24 2016-01-05 Microsoft Technology Licensing, Llc Word detection and domain dictionary recommendation
US8874553B2 (en) * 2012-08-30 2014-10-28 Wal-Mart Stores, Inc. Establishing “is a” relationships for a taxonomy
US9542652B2 (en) * 2013-02-28 2017-01-10 Microsoft Technology Licensing, Llc Posterior probability pursuit for entity disambiguation
US9959579B2 (en) * 2013-03-12 2018-05-01 Microsoft Technology Licensing, Llc Derivation and presentation of expertise summaries and interests for users
TWI502381B (en) * 2013-04-24 2015-10-01 Ind Tech Res Inst System and method thereof for searching aliases associated with an entity
US20140365454A1 (en) * 2013-06-06 2014-12-11 Microsoft Corporation Entity relevance for search queries
US9442905B1 (en) * 2013-06-28 2016-09-13 Google Inc. Detecting neighborhoods from geocoded web documents
US10372815B2 (en) 2013-07-12 2019-08-06 Microsoft Technology Licensing, Llc Interactive concept editing in computer-human interactive learning
US9633009B2 (en) 2013-08-01 2017-04-25 International Business Machines Corporation Knowledge-rich automatic term disambiguation
CN104462126B (en) * 2013-09-22 2018-04-27 富士通株式会社 A kind of entity link method and device
US9501499B2 (en) * 2013-10-21 2016-11-22 Google Inc. Methods and systems for creating image-based content based on text-based content
CN104636323B (en) * 2013-11-07 2018-04-03 腾讯科技(深圳)有限公司 Handle the method and device of speech text
CN103678288B (en) * 2013-11-30 2016-08-17 武汉传神信息技术有限公司 A kind of method of Automatic proper noun translation
US9336280B2 (en) * 2013-12-02 2016-05-10 Qbase, LLC Method for entity-driven alerts based on disambiguated features
US9727617B1 (en) 2014-03-10 2017-08-08 Google Inc. Systems and methods for searching quotes of entities using a database
US10503480B2 (en) * 2014-04-30 2019-12-10 Ent. Services Development Corporation Lp Correlation based instruments discovery
US10838995B2 (en) * 2014-05-16 2020-11-17 Microsoft Technology Licensing, Llc Generating distinct entity names to facilitate entity disambiguation
US9646343B2 (en) * 2014-06-13 2017-05-09 Thomson Reuters Global Resources Systems and methods for interactively disambiguating entities
US10073673B2 (en) * 2014-07-14 2018-09-11 Samsung Electronics Co., Ltd. Method and system for robust tagging of named entities in the presence of source or translation errors
CN105589863B (en) * 2014-10-22 2020-07-14 腾讯科技(深圳)有限公司 Searching method, data processing method, device and system
CN105630763B (en) * 2014-10-31 2019-08-02 国际商业机器公司 For referring to the method and system of the disambiguation in detection
US11080295B2 (en) * 2014-11-11 2021-08-03 Adobe Inc. Collecting, organizing, and searching knowledge about a dataset
CN104731771A (en) * 2015-03-27 2015-06-24 大连理工大学 Term vector-based abbreviation ambiguity elimination system and method
CN106294313A (en) * 2015-06-26 2017-01-04 微软技术许可有限责任公司 Study embeds for entity and the word of entity disambiguation
US20170169032A1 (en) * 2015-12-12 2017-06-15 Hewlett-Packard Development Company, L.P. Method and system of selecting and orderingcontent based on distance scores
CN105740225B (en) * 2016-01-19 2019-02-01 齐鲁工业大学 A kind of Word sense disambiguation method merging sentence local context and document realm information
CN107402933A (en) * 2016-05-20 2017-11-28 富士通株式会社 Entity polyphone disambiguation method and entity polyphone disambiguation equipment
CN106156340A (en) * 2016-07-12 2016-11-23 浪潮(北京)电子信息产业有限公司 A kind of name entity link method
US10372743B2 (en) * 2016-07-20 2019-08-06 Baidu Usa Llc Systems and methods for homogeneous entity grouping
CN106294321B (en) * 2016-08-04 2019-05-31 北京儒博科技有限公司 A kind of the dialogue method for digging and device of specific area
CN106407180B (en) * 2016-08-30 2021-01-01 北京奇艺世纪科技有限公司 Entity disambiguation method and device
US10558754B2 (en) 2016-09-15 2020-02-11 Infosys Limited Method and system for automating training of named entity recognition in natural language processing
CN108009184B (en) * 2016-10-27 2021-08-27 北大方正集团有限公司 Method and device for confusion detection of synonym instances of knowledge base
US10325033B2 (en) 2016-10-28 2019-06-18 Searchmetrics Gmbh Determination of content score
CN108255846A (en) * 2016-12-29 2018-07-06 北京赛时科技有限公司 A kind of method and apparatus for distinguishing author of the same name
US10565256B2 (en) 2017-03-20 2020-02-18 Google Llc Contextually disambiguating queries
US10467265B2 (en) * 2017-05-22 2019-11-05 Searchmetrics Gmbh Method for extracting entries from a database
EP3407207A1 (en) 2017-05-22 2018-11-28 Fujitsu Limited System, method, and program for reconciling input datasets with a model ontology
US10652592B2 (en) 2017-07-02 2020-05-12 Comigo Ltd. Named entity disambiguation for providing TV content enrichment
CN107577674B (en) * 2017-10-09 2019-06-28 北京神州泰岳软件股份有限公司 Identify the method and device of enterprise name
CN108255806B (en) * 2017-12-22 2021-12-17 北京奇艺世纪科技有限公司 Name recognition method and device
US10783176B2 (en) * 2018-03-27 2020-09-22 Pearson Education, Inc. Enhanced item development using automated knowledgebase search
US10839028B2 (en) 2018-07-02 2020-11-17 Bank Of America Corporation System for querying web pages using a real time entity authentication engine
US11295083B1 (en) * 2018-09-26 2022-04-05 Amazon Technologies, Inc. Neural models for named-entity recognition
US10713329B2 (en) * 2018-10-30 2020-07-14 Longsand Limited Deriving links to online resources based on implicit references
WO2020091618A1 (en) * 2018-10-30 2020-05-07 федеральное государственное автономное образовательное учреждение высшего образования "Московский физико-технический институт (государственный университет)" System for identifying named entities with dynamic parameters
CN110427612B (en) * 2019-07-02 2023-04-28 平安科技(深圳)有限公司 Entity disambiguation method, device, equipment and storage medium based on multiple languages
US11586731B2 (en) * 2019-09-26 2023-02-21 Microsoft Technology Licensing, Llc Risk-aware entity linking
EP3798764B1 (en) * 2019-09-27 2024-03-27 Rockwell Automation Technologies, Inc. System and method for customer-specific naming conventions for industrial automation devices
CN112836057B (en) * 2019-11-22 2024-03-26 华为技术有限公司 Knowledge graph generation method, device, terminal and storage medium
US11416684B2 (en) * 2020-02-06 2022-08-16 Adobe Inc. Automated identification of concept labels for a set of documents
US11354513B2 (en) 2020-02-06 2022-06-07 Adobe Inc. Automated identification of concept labels for a text fragment
US11423424B2 (en) 2020-12-10 2022-08-23 Noonum, Inc. Associating thematic concepts and organizations
CN112597305B (en) * 2020-12-22 2023-09-01 上海师范大学 Scientific literature author name disambiguation method and web end disambiguation device based on deep learning
US11615250B2 (en) * 2021-02-11 2023-03-28 Dell Products L.P. Information handling system and method for automatically generating a meeting summary
US11366861B1 (en) * 2021-02-26 2022-06-21 Noonum, Inc. Modeling conformance to thematic concepts
US11604794B1 (en) 2021-03-31 2023-03-14 Amazon Technologies, Inc. Interactive assistance for executing natural language queries to data sets
US11500865B1 (en) 2021-03-31 2022-11-15 Amazon Technologies, Inc. Multiple stage filtering for natural language query processing pipelines
US11726994B1 (en) 2021-03-31 2023-08-15 Amazon Technologies, Inc. Providing query restatements for explaining natural language query results
CN113705236A (en) * 2021-04-02 2021-11-26 腾讯科技(深圳)有限公司 Entity comparison method, device, equipment and computer readable storage medium
US11860946B2 (en) 2022-01-11 2024-01-02 Kyndryl, Inc. Autonomous webpage content summation

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006221A (en) * 1995-08-16 1999-12-21 Syracuse University Multilingual document retrieval system and method using semantic vector matching
US6076088A (en) * 1996-02-09 2000-06-13 Paik; Woojin Information extraction system and method using concept relation concept (CRC) triples
US6167368A (en) * 1998-08-14 2000-12-26 The Trustees Of Columbia University In The City Of New York Method and system for indentifying significant topics of a document
US7086002B2 (en) * 1999-09-27 2006-08-01 International Business Machines Corporation System and method for creating and editing, an on-line publication
WO2001061568A2 (en) * 2000-02-17 2001-08-23 E-Numerate Solutions, Inc. Rdl search engine
AU2001286689A1 (en) * 2000-08-24 2002-03-04 Science Applications International Corporation Word sense disambiguation
US20040205457A1 (en) * 2001-10-31 2004-10-14 International Business Machines Corporation Automatically summarising topics in a collection of electronic documents
ATE466345T1 (en) * 2002-01-16 2010-05-15 Elucidon Group Ltd RETRIEVAL OF INFORMATION DATA WHERE DATA IS ORGANIZED INTO TERMS, DOCUMENTS AND DOCUMENT CORPORAS
US7260571B2 (en) * 2003-05-19 2007-08-21 International Business Machines Corporation Disambiguation of term occurrences
US7225184B2 (en) * 2003-07-18 2007-05-29 Overture Services, Inc. Disambiguation of search phrases using interpretation clusters
CA2536265C (en) * 2003-08-21 2012-11-13 Idilia Inc. System and method for processing a query
CN1595399A (en) * 2003-09-08 2005-03-16 北京语言大学语言信息处理研究所 Method for automatic indexing and searching word and word attributes in Chinese text
US7346839B2 (en) * 2003-09-30 2008-03-18 Google Inc. Information retrieval based on historical data
US7254774B2 (en) * 2004-03-16 2007-08-07 Microsoft Corporation Systems and methods for improved spell checking
GB2432448A (en) 2004-05-28 2007-05-23 Agency Science Tech & Res Method and system for word sequence processing
US7562069B1 (en) * 2004-07-01 2009-07-14 Aol Llc Query disambiguation
US7386545B2 (en) * 2005-03-31 2008-06-10 International Business Machines Corporation System and method for disambiguating entities in a web page search
WO2006113597A2 (en) * 2005-04-14 2006-10-26 The Regents Of The University Of California Method for information retrieval
US20070060109A1 (en) * 2005-09-14 2007-03-15 Jorey Ramer Managing sponsored content based on user characteristics
US7672833B2 (en) * 2005-09-22 2010-03-02 Fair Isaac Corporation Method and apparatus for automatic entity disambiguation
US7895193B2 (en) * 2005-09-30 2011-02-22 Microsoft Corporation Arbitration of specialized content using search results
US20080065621A1 (en) * 2006-09-13 2008-03-13 Kenneth Alexander Ellis Ambiguous entity disambiguation method
US8521526B1 (en) * 2010-07-28 2013-08-27 Google Inc. Disambiguation of a spoken query term

Also Published As

Publication number Publication date
CN101454750A (en) 2009-06-10
EP2013701A4 (en) 2011-08-31
CN102236640A (en) 2011-11-09
CN102236640B (en) 2014-04-09
CN101454750B (en) 2011-05-25
WO2007115266A2 (en) 2007-10-11
WO2007115266A3 (en) 2008-04-24
US20070233656A1 (en) 2007-10-04
EP2013701A2 (en) 2009-01-14
US9135238B2 (en) 2015-09-15
CA2647738A1 (en) 2007-10-11

Similar Documents

Publication Publication Date Title
CA2647738C (en) Disambiguation of named entities
Tufis et al. BalkaNet: Aims, methods, results and perspectives. a general overview
Sánchez et al. Content annotation for the semantic web: an automatic web-based approach
US8041697B2 (en) Semi-automatic example-based induction of semantic translation rules to support natural language search
US8892550B2 (en) Source expansion for information retrieval and information extraction
US8346534B2 (en) Method, system and apparatus for automatic keyword extraction
Arampatzis et al. Phase-based information retrieval
US20130054589A1 (en) System And Method For Identifying Semantically Relevant Documents
US20090319257A1 (en) Translation of entity names
WO2012040356A1 (en) Providing question and answers with deferred type evaluation using text with limited structure
US20080065621A1 (en) Ambiguous entity disambiguation method
WO2009052277A1 (en) Nlp-based entity recognition and disambiguation
Charton et al. Automatic semantic web annotation of named entities
Li et al. National University of Singapore at the TREC-13 question answering main task
Pasini et al. Huge automatically extracted training sets for multilingual word sense disambiguation
Tan et al. Learning to extract domain-specific relations from complex sentences
Zhang et al. An approach for named entity disambiguation with knowledge graph
Kumar et al. Adapted lesk algorithm based word sense disambiguation using the context information
Nagarathinam et al. State of art: Cross lingual information retrieval system for Indian languages
WO2009090498A2 (en) Key semantic relations for text processing
Ermakova et al. IRIT at INEX: question answering task
Sharma et al. Exploring Web-Based Translation Resources Applied to Hindi-English Cross-Lingual Information Retrieval
Buey et al. An approach for automatic query expansion based on NLP and semantics
Wang Matching meaning for cross-language information retrieval
JP2009528581A (en) Knowledge correlation search engine

Legal Events

Date Code Title Description
EEER Examination request