US8527522B2 - Confidence links between name entities in disparate documents - Google Patents
Confidence links between name entities in disparate documents Download PDFInfo
- Publication number
- US8527522B2 US8527522B2 US12/344,871 US34487108A US8527522B2 US 8527522 B2 US8527522 B2 US 8527522B2 US 34487108 A US34487108 A US 34487108A US 8527522 B2 US8527522 B2 US 8527522B2
- Authority
- US
- United States
- Prior art keywords
- name
- algorithm
- names
- entity
- module
- 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.)
- Expired - Fee Related, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/289—Phrasal analysis, e.g. finite state techniques or chunking
- G06F40/295—Named entity recognition
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
- G06F16/355—Class or cluster creation or modification
Definitions
- This invention relates to methods and systems for determining confidence links between named entities in disparate documents, and is particularly applicable to natural language processing (NLP) applications.
- NLP natural language processing
- Cross-document entity co-reference refers generally to the problem of identifying whether mentions of names in different documents refer to the same or distinct entities.
- the same entity can be referred to by more than one name string (e.g., Mahmoud Abbas and Abu Mazen both refer to the Vietnamese Leader), and the same name string can be shared by more than one entity (e.g., John Smith is a common name).
- names in real-world situation in natural language documents are not always so well-structured.
- names can be misspelled, mistranslated, incorrectly transcribed or transliterated, have multiple aliases, and/or can have multiple equally valid spellings.
- the diversification of data sources to unstructured text e.g., blogs, chats, e-mail correspondence, and web pages
- speech, and foreign languages has made the cross-document co-reference task more difficult.
- This invention relates to methods and systems for determining confidence links between named entities in natural language documents.
- a “similarity score” refers to a measure of the similarity between two name strings in a pair.
- “confidence level” refers to a measure of reliability associated with a matching algorithm or the data source used by the algorithm.
- An “algorithm-specific similarity score” refers to a degree of similarity between two name strings in a pair as determined by a particular algorithm. In an embodiment where a name string pair is evaluated by more than one algorithm, the similarity score for the pair generally refers to the highest algorithm-specific similarity score assigned to the particular pair. In alternative embodiments, the similarity score may be determined based on other functions of the algorithm-specific similarity scores.
- An “entity” includes, but is not limited to, persons, organizations, geopolitical entities, locations, and facilities.
- a method or a system for generating a set of equivalent names accumulates name strings from possible matching pairs based on a comparison between similarity scores assigned to the name pairs and a threshold.
- the set of equivalent names can be a cluster of names that potentially, but not necessarily, refer to the same global entity.
- the similarity scores for each name pair are determined using a plurality of algorithms, such that each algorithm assigns an algorithm-specific similarity score to the name pair.
- the algorithm-specific similarity score for a name pair can be based, at least in part, on a confidence level associated with a source of equivalency used by the algorithm that assigned the score.
- each algorithm is directed to a different type of equivalence or similarity between the name strings in the name pair.
- an aliases algorithm can link name pairs based on aliases that potentially refer to the same entity, while an alternative spelling algorithm can link name strings based on common misspellings or distortions of the name strings.
- a system or a method generates a set of equivalent names for named entities in a document by generating a token-subset tree.
- a token-subset tree algorithm generally applies to name variants that share some or most words (or “tokens”).
- the algorithm starts with tokens obtained from the input name, the algorithm builds tree-like structures out of all the unique names in a document set that have tokens that overlap with those of the input name string, and accumulates names into an equivalent set based on an ambiguity score assigned to the names in the tree.
- the ambiguity score for each node is determined based on the “meaning count” associated with the node. As used herein, the meaning count of a node refers to the number of edges originating from the node. The lower the meaning count, the less ambiguous the name string associated with the node.
- a disambiguation system is configured to further process the set of equivalent names generated by the methods and systems described above, or other suitable name variation system.
- the disambiguation system receives an initial set of equivalent names for name strings for which entity clusters are to be created.
- the disambiguation system splits the set of equivalent names into subsets of singleton clusters, each singleton cluster representing a potentially unique global entity.
- the disambiguation system iteratively merges the singleton clusters into one or more global entity clusters by matching features associated with the singleton clusters and the global entity clusters.
- the disambiguation system iteratively merges the singleton clusters in an order determined by the relative distinguishing capabilities of the features.
- the disambiguation system can iteratively merge the singleton clusters by computing a feature match score for each pair of singleton clusters, selecting a singleton pair having the highest feature match score, and merging the selected singleton pair if the highest match score is equal to or greater than a threshold score.
- a method for disambiguating named entities in a document set is also provided.
- FIG. 1 shows a high level block diagram of a system in accordance with an illustrative embodiment of the invention
- FIG. 2 shows a high level block diagram of name variation and disambiguation system, according to one illustrative embodiment of the invention
- FIG. 3 is an example of the operation of the system illustrated in FIG. 2 , according to one illustrative embodiment of the invention.
- FIG. 4A is an illustrative name variation block diagram according to one illustrative embodiment of the invention.
- FIG. 4B is an example of applying aspects of the name variation block of FIG. 4A , according to an illustrative embodiment of the invention.
- FIG. 4C is a flowchart of a method for generating token-subset trees, according to an illustrative embodiment of the invention.
- FIG. 4D is an example of applying the method illustrated in FIG. 4C , according to an illustrative embodiment of the invention.
- FIG. 5 is an illustrative flowchart of a method for generating a set of equivalent names, according to an illustrative embodiment of the invention.
- FIG. 6 is a flowchart of a method for generating disambiguation clusters, according to an illustrative embodiment of the invention.
- FIG. 1 shows a high level block diagram of a system 100 in accordance with an illustrative embodiment of the invention.
- System 100 includes a computing device 102 that has processor 104 , computer-readable medium 106 , such as random access memory, and storage device 108 .
- Computing device 102 also includes a number of additional external or internal devices.
- An external input device 110 and an external output device 112 are shown in FIG. 1 .
- the input devices 110 include, without limitation, a mouse, a CD-ROM, or a keyboard.
- the output devices include, without limitation, a display or an audio output device, such as a speaker.
- computing device 102 may be any type of computing platform (e.g. one or more general or special purpose computers), and may be connected to network 114 .
- Computing device 102 is exemplary only. Concepts consistent with the present invention can be implemented on any computing device, whether or not connected to a network.
- Processor 104 executes program instructions stored in memory 106 .
- Processor 104 can be any of a number of well-known computer processors, such as processors from Intel Corporation, of Santa Clara, Calif.
- Processor 104 can be used to run operating system applications, topic classification applications, and/or any other application.
- Processor 104 can drive output device 112 and can receive user inputs from input device 110 .
- Memory 106 includes one or more different types of memory that may be used for performing system functions.
- memory 106 includes cache, Flash, ROM, RAM, or one or more different types of memory used for temporarily storing data.
- Storage device 108 can be, for example, one or more storage mediums.
- Storage device 108 may store, for example, application data (e.g., documents that can be used to generate candidate responses based on free-text queries).
- application data e.g., documents that can be used to generate candidate responses based on free-text queries.
- FIG. 2 shows a high level block diagram of name variation and disambiguation system 200 , according to one illustrative embodiment of the invention.
- System 200 can take a corpus of natural language documents and produce clusters of names that refer to unique global entities mentioned in the documents.
- System 200 is configured to resolve ambiguities in natural language, including, invalid linguistic constructions in unstructured text obtained from blogs, chats, e-mail correspondence, and web pages, to provide structured information about named entities.
- the structured information provided by system 200 is useful for various real-world applications, including information retrieval, question answering applications, watch lists, and cross-document relation and event co-reference in natural language processing applications.
- System 200 includes preprocessing module 210 , name variation module 220 , and disambiguation module 230 .
- modules are implemented in software for execution by various types of processors, such as processor 104 .
- An identified module of executable code may, for instance, comprise one or more physical or logical blocks of computer instructions which may, for instance, be organized as an object, procedure, or function. Nevertheless, the executables of an identified module need not be physically located together, but may comprise disparate instructions stored in different locations which, when joined logically together, comprise the module and achieve the stated purpose for the module.
- a module of executable code could be a single instruction, or many instructions, and may even be distributed over several different code segments, among different programs, and across several memory devices.
- operational data may be identified and illustrated herein within modules, and may be embodied in any suitable form and organized within any suitable type of data structure. The operational data may be collected as a single data set, or may be distributed over different locations including over different storage devices, and may exist, at least partially, merely as electronic signals on a system or network.
- System 200 is preferably implemented as computer readable instructions executable by processor 104 on computing device 102 .
- the computer preferably includes storage device 108 for storing data collected and used by system 200 .
- modules may be implemented as hardware circuits comprising custom VLSI circuits or gate arrays, off-the-shelf semiconductors such as logic chips, transistors, or other discrete components.
- a module may also be implemented in programmable hardware devices such as field programmable gate arrays, programmable array logic, programmable logic devices or the like.
- Preprocessing module 210 preferably extracts named entity mentions from input documents 201 .
- information extraction module 202 receives input documents 201 for processing.
- input documents 201 are a collection of files in SGML (Standard Generalized Markup Language) format.
- Input documents 201 can be produced from original source data, such as the transcript of an audio speech, an article, or a machine translation of a document.
- Input documents 201 can include such metadata markup as speaker turns in transcribed speech, paragraph breaks, date and time of an article, headlines, and so on.
- Information extraction module 202 preferably uses statistically-trained models to extract various pieces of information about named entities from input documents 201 .
- the output of extraction module 202 preferably includes name mentions of entities, events associated with the entities, and relations among the named entities.
- Information extraction database 203 stores the output of extraction module 202 .
- Information extraction database 203 can be any suitable relational database.
- One specific preprocessing module that can be used as preprocessing module 210 is the information extraction module, SERIF, available from BBN Technologies Corp. of Cambridge, Mass. SERIF is described further in “Experiments in Multi-Modal Automatic Content Extraction” by L. Ramshaw, et al., published in Proceedings of HLT -01 in 2001, the entirety of which is incorporated herein by reference.
- Name variation module 220 receives extracted named entities from preprocessing module 210 and preferably provides a set of equivalent names for each of the extracted names, where the set of equivalent names represents a cluster of names that potentially (but not necessarily) refer to the same global entity.
- name variation module 220 includes name variation processor 206 and name variation database 207 .
- Name variation processor 206 preferably generates sets of equivalent names for each extracted named entity by utilizing a number of algorithms.
- each of the algorithms targets a specific name variation problem. For example, one algorithm can target misspellings, while another targets aliases.
- the name variation algorithms employed by name variation processor 206 preferably augment the initial set of extracted names to obtain an augmented set of names. Augmentation can be performed using various information sources, such as world knowledge, web knowledge, letter substitution, and other corpus statistics. Similar to the targeted problems, each algorithm can augment the extracted names using a different technique. Therefore, the various algorithms can operate on overlapping, but not necessarily identical, names. Because some information sources are more reliable than others, name variation processor 206 (or another preprocessing module) assigns to each algorithm a confidence level rating that is based on the sources of equivalency employed by the algorithm.
- an algorithm that retrieves aliases from a highly reliable manually-edited aliases database can be assigned a confidence level of 0.95-1.00, while one that determines matches based on a string comparisons can be assigned a confidence level rating of 0.40-0.45.
- the algorithm assigns an algorithm-specific similarity score that is based on a combination of the confidence level rating of the algorithm and an internal score assigned to the pair by the algorithm based on degree of similarity.
- name variation processor 206 preferably determines a similarity score for the pair, by, for example, selecting the highest algorithm-specific scores assigned to the pair.
- Name variation processor 206 then accumulates a set of equivalent names for each of the extracted named entities based on the similarity scores assigned to the name pairs.
- Name variation processor 206 preferably accumulates the name pairs by selecting name pairs that have a similarity score above a given threshold.
- Name variation database 207 stores the sets of equivalent names produced by name variation processor 206 . As described above, some equivalence sources and algorithms may be more reliable than other sources for generating alternative names. As a result, name variation database 207 also preferably stores the source of the alternative name, as well as the internal score assigned by the source algorithm to the pair. Name variation database 207 preferably stores information about names without regard to the actual document-level entities from which name variation processor 206 derived the equivalent sets.
- Disambiguation module 230 analyzes each set of equivalent names provided by name variation module 220 and produces one or more clusters that refer to distinct global entities. Clusters are preferably built with multiple document-level entities. Entity disambiguation that uses clusters (rather than pairs of names/entities) are more effective overall because the cumulative feature statistics associated with clusters generally provide more distinctiveness than statistics associated with name pairs. For example, a cluster consisting of 5 document-level entities for “Joe, the plumber” has a strong indication that another document-level entity for “Joe, the lawyer” should not belong to the cluster. Disambiguation module 230 preferably analyzes the names in the equivalent name sets using other entity-based feature information to distinguish between the names. In this illustrative embodiment, disambiguation module 230 includes featurization module 208 , clustering processor 209 , and clusters database 211 .
- Featurization module 208 provides entity-based feature distinction. Featurization module 208 preferably distinguishes between named entities using events, relations, and other descriptors that provide context-specific links between the names and the events or relations extracted from document mentions of the named entity. For example, assume the following sentence is extracted from a document mention of the named entity “Ali Abbas”:
- Clustering processor 209 performs clustering of document-level entities by analyzing the set of equivalent names provided by name variation module 220 using context provided by the featurization module 208 and/or other sources of information. Clustering processor 209 begins by splitting the set of equivalent names into singleton clusters based on document mentions of the named entities in a set of equivalent names. Clustering processor 209 then iteratively merges the singleton clusters using feature information obtained from featurization module 208 . For example, in the featurization example provided above, the link between Ali Abbas and Baghdad can be used by clustering processor 209 to disambiguate entities containing the name Ali Abbas or its equivalences.
- Clustering processor 209 preferably merges the singleton clusters using an agglomerative clustering algorithm, starting with the most distinctive features.
- One way to determine whether two singleton clusters are to be merged is to assign discriminatory weights to the various features used by the algorithm, and accumulate the weights with each merging stage.
- Clustering processor 209 computes a score for each merged cluster based weights assigned to the features that form the basis of the merge.
- Clusters database 211 stores the clusters produced by clustering processor 209 .
- Clusters database 211 preferably includes two sets of tables.
- the first set of tables preferably contains disambiguation features, such as document topics, names from relations and events, associated descriptors, etc.
- the second set of tables preferably contains information about clusters, cluster-associated features, and the features' statistics.
- Output documents 212 includes entity-specific clusters of name strings, where each cluster refers to a unique global entity.
- Clustering processor 209 preferably provides output documents 212 in XML format.
- FIG. 3 is an example of the operation of system 200 , according to one illustrative embodiment of the invention.
- Name strings 310 are extracted by extraction module 202 and, in this example, include several name strings under consideration for cross-document resolution.
- Name pairs 320 represent potentially matching name pairs generated by name variation module 220 and their corresponding similarity scores assigned by name variation processor 206 .
- the pair ⁇ Mahmoud Abbas, Abu Mazen ⁇ has a similarity score of 0.9, indicating a 9 out of 10 likelihood that the two names potentially refer to the same entity.
- the pair ⁇ Mahmoud Abbas, Abu Abbas ⁇ has a similarity score of 0.7, indicating a 7 out of 10 likelihood that the two names potentially refer to the same entity.
- the similarity score may be a raw score without a direct mathematical relationship to probabilities or likelihood values.
- Item 330 shows a set of equivalent name strings accumulated by name variation processor 206 based on the similarity scores.
- the set of equivalent names captures those name strings that potentially refer to the same global entity.
- This set of equivalent names, along with similarity scores, are preferably stored in name variation database 207 for further processing.
- equivalent set 330 includes disambiguation by entity disambiguation module 230 ( FIG. 2 ).
- disambiguation module 230 preferably clusters over subsets to improve system scalability. Therefore, in this instance, equivalent set 330 is preferably derived from a subset of a large document corpus (e.g., one containing about 1 million documents).
- Document entity mentions 340 a - c are extracted based on the name strings included in the set of equivalent names 330 .
- Clustering processor 209 uses the document entity mentions, along with other information obtained from the entity featurization module 208 ( FIG. 2 ), to determine which of the names in the equivalent set refer to distinct global entities.
- clustering processor 209 determines that cluster 350 , which includes the names Mahmoud Abbas and Abu Mazen, refers to one entity (i.e., the Vietnamese Leader), while cluster 360 , which includes the names Muhammed Abbas and Abu Abbas, refers to another distinct entity (a convicted terrorist).
- a set of entity clusters is created to represent the named entities, where each cluster represents a unique global entity.
- FIG. 4A shows examples of the algorithms that can be used by illustrative name variation processor 206 to analyze entity names in a document corpus and provide equivalent name sets that potentially refer to the same global entity.
- name variation processor 206 generates a set of equivalent names for input name string 401 , which is obtained from extraction module 202 , information extraction database 203 , or another suitable source.
- name variation processor 206 employs one or more matching algorithms to determine an equivalent set of names for input name string 401 .
- name variation processor 206 employs Aliases algorithm 402 a , Wikipedia-based algorithm 402 b , Alternative Spelling algorithm 402 c , edit distance algorithm 402 d , and token subset tree algorithm 402 e .
- Name variation processor 206 preferably executes algorithms 402 a - e in parallel wherever possible, in order to efficiently utilize batch queues. In other embodiments, name variation processor 206 can execute the algorithms in series or can employ a combination of serial and parallel execution.
- Illustrative Aliases algorithm 402 a obtains known aliases for the input name string 401 .
- Aliases include persons' alternative names, organization abbreviations, names of terrorists and terrorist groups, as well as some alternative spellings for geopolitical entities and locations.
- Sources of alias information used by aliases algorithm 402 a include internet sources, as well as manually-edited databases of aliases. As the information in aliases lists is typically based on reliable and verified information, aliases algorithm 402 a generally has a high confidence level and equivalent names produced by aliases algorithm 402 a generally have the highest similarity scores.
- aliases algorithm 402 a employs several heuristics in order to improve the accuracy level of the alternative names. For example, the algorithm returns alternative names only for those locations and geopolitical entities which have population sizes greater than zero, and if alternative names refer to more than one entity, only those pointing to a more populous location are returned.
- Illustrative Wikipedia algorithm 402 b relies on page titles, and redirect and disambiguation information, provided by the Wikipedia online encyclopedia to link input name string 401 with potentially matching variants.
- a page title either uniquely identifies the Wikipedia article to which it refers, or otherwise identifies a redirect page or a disambiguation page for the same article.
- Wikipedia only includes one article, not including the redirect or disambiguation pages, for any given entity/subject.
- the Wikipedia page title for the article referring to Benjamin Franklin is different from the page title for the article referring to Benjamin Franklin (the 19 th century religious leader).
- Wikipedia algorithm 402 b creates a list of largely unambiguous page titles, each referring to a unique entity. This list preferably forms the basis of alternative matching strings produced by Wikipedia algorithm 402 b . For example, for a given name string, Wikipedia algorithm 402 b first determines whether a page title exists for the name. If not, the algorithm does not produce any alternatives. Otherwise, alternatives for the name string can be obtained from a canonical page for the entity (i.e., a page that contains an article about an unambiguous entity) and/or from the redirect pages for the entity.
- Illustrative Alternative Spelling algorithm 402 c generates potential variants for input string 401 based on misspellings and other distortions of input name string 401 .
- algorithm 402 c relies on a list of language-specific character/string substitutions to produce different spellings with the same or similar sound as the input name string.
- the algorithm can generate language-specific lists of letter (or letter combination) spelling corrections based on common errors produced by machine translations from the source language of the name string 401 .
- the substitutions create alternative spellings of the name. If the correct version of the name is in the corpus, the algorithm creates a link between the potentially misspelled input string the corrected version.
- Alternative Spelling algorithm 402 c creates variants by mapping a possibly misspelled machine translation of the input name string back to the original language (where it might have only one accurate spelling) in order to detect a misspelling or distortion.
- the original input string, as well as the variants can be provided as “hints” to a statistics-based spell checker (such as, e.g., Google Spell-Checker) to generate variants based on the frequency of occurrence of the input name or its generated variants on the Internet.
- a statistics-based spell checker such as, e.g., Google Spell-Checker
- Illustrative edit distance algorithm 402 d targets lexical similarities between names. Under this algorithm, two names are considered alternatives if they share some minimum amount of lexical similarities. Edit distance algorithm 402 d preferably assigns discriminative editing costs to characters in order to account for differing frequency of occurrence of character substitutions. For instance, substituting a character “b” for character “p” has a smaller cost than substituting “b” for “s”. In some embodiments, edit distance algorithm 402 d uses lists of stop words and common nouns to ignore specific word tokens in the name strings it attempts to match.
- edit distance algorithm 402 d ignores entity type specific modifiers (e.g., Mr., Jr., II, Corp., Ltd., etc). As applied to entity names, these enhancements advantageously improve the tolerance of the traditional edit distance algorithm to many common errors, such as transliteration in machine translation, and improve the overall confidence level of matches produced by edit distance algorithm 402 d.
- entity type specific modifiers e.g., Mr., Jr., II, Corp., Ltd., etc.
- Token-Subset Tree (TST) algorithm 402 e generally applies to name variants that share some or most words (or “tokens”). Starting with tokens obtained from the input name, the algorithm builds tree-like structures out of all the unique names in the corpus that have tokens that overlap with those of the input name strings, and accumulates names into an equivalent set based on an ambiguity score assigned to the names in the tree. TST algorithm 402 e will be described with reference to FIGS. 4C and 4D .
- FIG. 4C shows illustrative process 420 for a TST algorithm
- FIG. 4D is an example of a token-subset tree built according to an embodiment of the algorithm.
- name variation processor 206 selects an input name string (e.g., input name string 401 of FIG. 4A ).
- name variation processor 206 retrieves all name strings from the corpus that contain words from the selected input name.
- name variation processor 206 generates a rooted directed acyclic tree having as nodes the input name string and the additional name strings retrieved at step 422 .
- name variation processor 206 generates a token-subset tree rooted at the selected input name such that each tree node corresponds to a name string containing all the words from the name string of a parent node of the tree node.
- the input name string is “United States,” which includes the words or tokens “United” and “States.” It is worth noting that “United” and “States,” in addition to being tokens in an input string, are also each name strings extracted from the corpus.
- name variation processor 206 retrieves from the document corpus for the token “United” the name strings: “United,” “United Nations,” “United States of America—USA,” “United Airlines,” “United States,” and “United States of America.”
- name variation processor 206 retrieves from the document corpus: “States”, “United States”, “United States of America”, and “United States of America—USA.” Therefore, Token-Subset tree 450 is constructed with all unique name strings retrieved for “United” and “States” as nodes.
- each name string in the document corpus is associated with a token-subset tree.
- name variation processor 206 can generate trees in an order determined by the length of the name strings, such that token-subset trees for shorter name strings are created first.
- token-subsets for longer names are simply extracted from the token-subset trees for shorter names that contain all the words of the longer names. This advantageously obviates the need to generate a separate token-subset tree for each name string in the corpus.
- Name variation processor 206 preferably sorts the name strings by string length prior to constructing the TS tree. Sorting advantageously improves the determinism of the algorithm and minimizes the number of comparisons performed in order to construct the graph.
- Token-Subset tree 450 an edge exists between a parent node and a child node if the parent node is a token subset of the child node.
- name variation processor 206 determines an ambiguity score for each node in the tree.
- One way to determine an ambiguity score for the tree nodes is to assign a “meaning count” to each node in the tree.
- the meaning count indicates the number of potentially distinct entities to which the name at node refers. The higher the meaning count of a node, the greater the number of potential entities to which it refers, and vice versa.
- the meaning count of a node is the number of leaves descending from the node.
- “United” has a meaning count of 4
- “States” has a meaning count of 1.
- a meaning count of 1 indicates that all the names on the path descending from the node include all the tokens of the node, and are the only names in the corpus that do so.
- a node has a meaning count of 0 or 1
- the node is deemed unambiguous and the algorithm concludes that all the names on the path descending from the node potentially refer to the same entity.
- the meaning count of a node can change depending on the information contained in the corpus. For example, while “States” in the example of FIG. 4D is unambiguous based on information currently contained in the corpus, the addition of “African States” (if such an entity existed) to the corpus would raise the meaning count of that node and render it ambiguous.
- Process 420 continues at step 425 .
- name variation processor 206 generates a set of alternative names for the TST algorithm by selectively accumulating the name strings corresponding to ancestral or descendant nodes of the input name string based on the ambiguity scores.
- the relevant branch is the branch that includes the input name string “United States,” and the set of unambiguous alternative names are ⁇ “States”, “United States of America,” “United States of America—USA” ⁇ .
- the reliability of the set of alternative names returned by this illustrative TST algorithm depends on the extent of the information in the corpus. The larger the corpus, the more accurate the outcome, because the higher the likelihood of detecting ambiguities.
- the TST algorithm matching process can be improved by augmenting the node-matching with context outside of lexical similarities.
- One way to augment is by co-reference. Augmentation by co-reference includes identifying a real-world object, concept, or event relating to one or more nodes in the tree, and then searching the document that the query belongs to for alternative names that correspond to the same real-world object, concept, or event as the one or more nodes in the tree.
- alternative name-scores 403 a - e illustrate respective outputs of the illustrative algorithms described above.
- the output for each algorithm preferably includes one or more alternative name strings a i and a corresponding algorithm-specific similarity score s i that reflects the algorithm-specific likelihood that a i and the input name string n 0 refer to the same entity.
- the algorithm-specific similarity score s i is based on a confidence level assigned to the algorithm or its source of equivalency, and an internal score that is based on the degree of similarity between a i and n 0 as determined by the algorithm.
- the same name pair can be assigned a different algorithm-specific score by each algorithm under which it is analyzed.
- the name pair ⁇ George W. Bush, George Bush, Jr. ⁇ is assigned an algorithm-specific similarity score of 0.99 by aliases algorithm 402 a, 0.9 by Alternative Spelling algorithm 402 c, 0.4 by edit distance algorithm 402 d , and 0.15 by Token-Subset Tree algorithm 402 e.
- threshold filter 404 determines which of the alternative name strings analyzed by the algorithms to include in the equivalent name set 405 for the input name string n 0 .
- Threshold filter 404 preferably applies a threshold to the algorithm-specific scores, and accumulates each unique alternative name string a i into the equivalent set 405 if the highest algorithm-specific score assigned to a i is greater than or equal to the threshold.
- threshold values can depend, in large part, on the specific algorithms employed by name variation processor 206 .
- threshold filter 404 can be set higher or lower depending, for example, on the actual algorithms used, or expected to be used, by a particular name variation run.
- name variation processor 206 can also employ various extraction algorithms that derive equivalences from the data produced by information extraction module 202 .
- information extraction module 202 provides output from within-document name co-reference.
- Name variation processor 206 uses the within-document co-reference results to produce name-linking statistics.
- the within-document co-reference system links names within a document based on several built-in heuristics/features. Statistics can be produced by gathering multiple occurrences of the same name links across documents. With enough cross-document evidence on a link between two names, the information can be used both as a way to link alternatives and as training for future decisions.
- FIG. 5 is an illustrative flowchart of a process 500 for generating a set of equivalent names, according to an illustrative embodiment of the invention.
- name variation processor 206 receives an input name string for which a set of equivalent names is to be created.
- the input name string preferably is a part of several names extracted from a document corpus, where the extracted names form an initial set of possible matching names for the input name.
- the name variation processor 206 retrieves additional possible matching variants for the input name string. For example, name variation processor 206 ( FIG.
- process 500 retrieves aliases for the input name string using Aliases algorithm 402 a , and Wikipedia algorithm 402 b , and then additional potential variants using Alternative Spelling algorithm 402 c , edit distance algorithm 402 d , and Token-Subset Trees algorithm 402 e (all of FIG. 4A ) to obtain an initial set of potential matches for the input name string.
- process 500 has a limit on the number of possible matching variants.
- process 500 begins by retrieving variants from the most reliable sources and then progresses through other sources in decreasing order of reliability until the limit is reached or the sources are exhausted.
- the aliases and the alternative names from the Wikipedia algorithm are considered the most reliable equivalent names and are retrieved first in these embodiments. For new variants added, more aliases are retrieved, which in turn triggers another run of the algorithms. The iterations continue until no new alternative names can be added, or a predefined limit on the initial set of alternative names is reached.
- Process 500 continues at step 530 .
- name variation processor 530 assigns similarity scores to each of the possible matching variants using the plurality of algorithms. As described above, each algorithm employed by name variation processor 206 preferably assigns an algorithm-specific score to each pair, and a similarity score for the pair is determined as the highest algorithm-specific score.
- threshold filter 404 generates a set of equivalent names for the input name string by accumulating name strings from the possible matching variants based on a comparison between a threshold and the similarity scores.
- a second aspect of the invention involves determining when names in a set of equivalent names refer to distinct global entities by generating disambiguation clusters that refer to unique global entities.
- FIG. 6 is a flowchart of illustrative process 600 for generating disambiguation clusters, according to an illustrative embodiment of the invention.
- an entity disambiguation module 230 receives name strings for which entity clusters are to be created.
- the received name strings include name strings extracted by preprocessing module 210 ( FIG. 2 ) and for which disambiguation clusters have not been created.
- a name variation module generates an initial set of equivalent names for each of the received name strings.
- name variation module 220 ( FIG. 2 ) generates the sets of equivalent names.
- any suitable name variation module can be used.
- the disambiguation module splits the set of document-level entities containing the original name strings and their equivalences into subsets of singleton clusters. For instance, referring to the example of FIG. 3 , the disambiguation module splits the document-level entities into three singleton clusters based on entity mentions 340 a - c . The disambiguation module preferably performs this initial splitting using hints and other contexts extracted from within-document name mentions and linked by an entity featurization module 208 . As described above, featurization module 208 links named entities with events, topics, relations, and other metadata using relational anchors that provide context for document level entity mentions.
- a disambiguation module (e.g., clustering processor 209 of FIG. 2 ) iteratively merges the singleton clusters of step 630 into one or more global clusters by matching features associated with the singleton clusters and the candidate global clusters.
- Disambiguation module 209 preferably employs an agglomerative clustering algorithm when merging the singleton clusters.
- the agglomerative clustering algorithm merges two clusters into one when it obtains threshold of evidence that the two refer to the same global entity.
- the evidence is preferably obtained by comparing cluster features.
- One way to determine whether two singleton clusters are to be merged is to assign discriminatory weights to the various features used by the algorithm, and accumulate the weights with each merging stage. Combined, the weights represent a score, which is assigned to a cluster pair and indicates the confidence the two clusters refer to the same global entity.
- the algorithm preferably merges in an order dictated by the distinctiveness of the cluster features. Therefore, in a first merging stage, the algorithm preferably merges clusters based on the most discriminatory features, such as descriptors or associated relation and event names. In some embodiments, the disambiguation module merges the clusters obtained at this first stage into already-resolved clusters for the global entity. In subsequent stages, other less discriminatory features are used as bases for merging. Merging in these stages is preferably iterative, and is informed by information obtained from the resolved cluster into which the new clusters are to be merged.
- the clustering algorithm preferably merges based on these if they do not conflict with any feature of the resolved cluster, and/or are corroborated by information obtained from the resolved clusters.
- the system updates statistics associated with a new cluster. Since a cluster holds information about its underlying document-level entities, upon a merge, the cluster's feature counts and ratios are recalculated. For example, assume there are three clusters, each containing one document-level entity mentioning “George Bush”. In addition to the names, each of the clusters contains descriptor mentions. The first cluster contains 3 descriptors: “governor”, “president”, and “leader”.
- the second and the third clusters each contain 1 descriptor: “president”.
- the descriptor “president” associated with the resultant cluster occurs more times than all other descriptors combined (i.e., 3 for “president” vs. 2 for “governor” and “leader” combined). Therefore, in this example, the descriptor “president” is deemed more discriminative in its representation of global truth. Similar approaches can be applied to other entity and document features, such as context names, relations, events, document topics, and so on.
- a set of entity clusters is created to represent the named entities, where each cluster represents a unique global entity.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Machine Translation (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
-
- As Ali Abbas happily watched Tom and Jerry on his mini television, he transformed from the pain-racked boy who left the city of Baghdad.
Thefeaturization module 208 determines that “Ali Abbas”, “he”, “his”, “boy”, and “who” all refer to the same entity, while “city” and “Baghdad” refer to a second entity. Using the event from this sentence, the entity featurizer links the entity “Baghdad” with the entity “Ali Abbas” though the anchor “left” to produce the pair: - Ali AbbasBaghdad
Distinguishing features can also be obtained from entity descriptors (such as titles, occupations, and positions), metadata associated with the documents (such as document dates and times of articles, document types, poster or speaker information, etc), and other textual relations (such as “also known as”, “commonly known as”, “aka”, “formerly”, and “maiden name”) that can serve as anchors for featurization when they link two or more names.
- As Ali Abbas happily watched Tom and Jerry on his mini television, he transformed from the pain-racked boy who left the city of Baghdad.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/344,871 US8527522B2 (en) | 2008-09-05 | 2008-12-29 | Confidence links between name entities in disparate documents |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US9475608P | 2008-09-05 | 2008-09-05 | |
US12/344,871 US8527522B2 (en) | 2008-09-05 | 2008-12-29 | Confidence links between name entities in disparate documents |
Publications (2)
Publication Number | Publication Date |
---|---|
US20100076972A1 US20100076972A1 (en) | 2010-03-25 |
US8527522B2 true US8527522B2 (en) | 2013-09-03 |
Family
ID=42038685
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/344,871 Expired - Fee Related US8527522B2 (en) | 2008-09-05 | 2008-12-29 | Confidence links between name entities in disparate documents |
Country Status (1)
Country | Link |
---|---|
US (1) | US8527522B2 (en) |
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110153309A1 (en) * | 2009-12-21 | 2011-06-23 | Electronics And Telecommunications Research Institute | Automatic interpretation apparatus and method using utterance similarity measure |
US20150205846A1 (en) * | 2014-01-21 | 2015-07-23 | PokitDok, Inc. | System and method for dynamic document matching and merging |
US9443139B1 (en) * | 2014-12-01 | 2016-09-13 | Accusoft Corporation | Methods and apparatus for identifying labels and/or information associated with a label and/or using identified information |
US9497153B2 (en) | 2014-01-30 | 2016-11-15 | Google Inc. | Associating a segment of an electronic message with one or more segment addressees |
US9548951B2 (en) | 2013-12-31 | 2017-01-17 | Google Inc. | Providing additional information related to a vague term in a message |
US9571427B2 (en) | 2013-12-31 | 2017-02-14 | Google Inc. | Determining strength of association between user contacts |
US10366204B2 (en) | 2015-08-03 | 2019-07-30 | Change Healthcare Holdings, Llc | System and method for decentralized autonomous healthcare economy platform |
US10474792B2 (en) | 2015-05-18 | 2019-11-12 | Change Healthcare Holdings, Llc | Dynamic topological system and method for efficient claims processing |
US10805072B2 (en) | 2017-06-12 | 2020-10-13 | Change Healthcare Holdings, Llc | System and method for autonomous dynamic person management |
US11126627B2 (en) | 2014-01-14 | 2021-09-21 | Change Healthcare Holdings, Llc | System and method for dynamic transactional data streaming |
US11269812B2 (en) * | 2019-05-10 | 2022-03-08 | International Business Machines Corporation | Derived relationship for collaboration documents |
US11573994B2 (en) | 2020-04-14 | 2023-02-07 | International Business Machines Corporation | Encoding entity representations for cross-document coreference |
US12038980B2 (en) | 2021-08-20 | 2024-07-16 | Optum Services (Ireland) Limited | Machine learning techniques for generating string-based database mapping prediction |
Families Citing this family (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9641334B2 (en) * | 2009-07-07 | 2017-05-02 | Varonis Systems, Inc. | Method and apparatus for ascertaining data access permission of groups of users to groups of data elements |
WO2011041345A1 (en) * | 2009-10-02 | 2011-04-07 | 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 |
TW201126430A (en) * | 2010-01-26 | 2011-08-01 | Univ Nat Taiwan Science Tech | Expert list recommendation methods and systems |
US8725771B2 (en) * | 2010-04-30 | 2014-05-13 | Orbis Technologies, Inc. | Systems and methods for semantic search, content correlation and visualization |
US8290968B2 (en) | 2010-06-28 | 2012-10-16 | International Business Machines Corporation | Hint services for feature/entity extraction and classification |
US9680839B2 (en) | 2011-01-27 | 2017-06-13 | Varonis Systems, Inc. | Access permissions management system and method |
WO2012101621A1 (en) | 2011-01-27 | 2012-08-02 | Varonis Systems, Inc. | Access permissions management system and method |
US9129010B2 (en) | 2011-05-16 | 2015-09-08 | Argo Data Resource Corporation | System and method of partitioned lexicographic search |
CN102831127B (en) * | 2011-06-17 | 2015-04-22 | 阿里巴巴集团控股有限公司 | Method, device and system for processing repeating data |
US9633012B1 (en) | 2011-08-25 | 2017-04-25 | Infotech International Llc | Construction permit processing system and method |
US9785638B1 (en) | 2011-08-25 | 2017-10-10 | Infotech International Llc | Document display system and method |
US9116895B1 (en) | 2011-08-25 | 2015-08-25 | Infotech International Llc | Document processing system and method |
US9257115B2 (en) * | 2012-03-08 | 2016-02-09 | Facebook, Inc. | Device for extracting information from a dialog |
US9015080B2 (en) | 2012-03-16 | 2015-04-21 | Orbis Technologies, Inc. | Systems and methods for semantic inference and reasoning |
US10467322B1 (en) * | 2012-03-28 | 2019-11-05 | Amazon Technologies, Inc. | System and method for highly scalable data clustering |
US20130297634A1 (en) * | 2012-05-07 | 2013-11-07 | Sap Ag | Entity Name Variant Generator |
US9569413B2 (en) | 2012-05-07 | 2017-02-14 | Sap Se | Document text processing using edge detection |
US20130317805A1 (en) * | 2012-05-24 | 2013-11-28 | Google Inc. | Systems and methods for detecting real names in different languages |
US9684648B2 (en) | 2012-05-31 | 2017-06-20 | International Business Machines Corporation | Disambiguating words within a text segment |
US20140195884A1 (en) * | 2012-06-11 | 2014-07-10 | International Business Machines Corporation | System and method for automatically detecting and interactively displaying information about entities, activities, and events from multiple-modality natural language sources |
US20130332450A1 (en) * | 2012-06-11 | 2013-12-12 | International Business Machines Corporation | System and Method for Automatically Detecting and Interactively Displaying Information About Entities, Activities, and Events from Multiple-Modality Natural Language Sources |
US10922326B2 (en) * | 2012-11-27 | 2021-02-16 | Google Llc | Triggering knowledge panels |
US9189531B2 (en) | 2012-11-30 | 2015-11-17 | Orbis Technologies, Inc. | Ontology harmonization and mediation systems and methods |
US20140164376A1 (en) * | 2012-12-06 | 2014-06-12 | Microsoft Corporation | Hierarchical string clustering on diagnostic logs |
US9471559B2 (en) * | 2012-12-10 | 2016-10-18 | International Business Machines Corporation | Deep analysis of natural language questions for question answering system |
US9542652B2 (en) | 2013-02-28 | 2017-01-10 | Microsoft Technology Licensing, Llc | Posterior probability pursuit for entity disambiguation |
US20150074254A1 (en) * | 2013-09-11 | 2015-03-12 | Sync.me | Crowd-sourced clustering and association of user names |
US10026114B2 (en) * | 2014-01-10 | 2018-07-17 | Betterdoctor, Inc. | System for clustering and aggregating data from multiple sources |
US10838995B2 (en) * | 2014-05-16 | 2020-11-17 | Microsoft Technology Licensing, Llc | Generating distinct entity names to facilitate entity disambiguation |
US9418128B2 (en) * | 2014-06-13 | 2016-08-16 | Microsoft Technology Licensing, Llc | Linking documents with entities, actions and applications |
US10133755B2 (en) | 2015-04-22 | 2018-11-20 | Lex Machina, Inc. | Legal analytics based on party, judge, or law firm |
US10121216B2 (en) | 2015-04-22 | 2018-11-06 | Lex Machina, Inc. | Analyzing and characterizing legal case outcomes |
US10180989B2 (en) | 2015-07-24 | 2019-01-15 | International Business Machines Corporation | Generating and executing query language statements from natural language |
US10332511B2 (en) * | 2015-07-24 | 2019-06-25 | International Business Machines Corporation | Processing speech to text queries by optimizing conversion of speech queries to text |
US10331788B2 (en) * | 2016-06-22 | 2019-06-25 | International Business Machines Corporation | Latent ambiguity handling in natural language processing |
US10579729B2 (en) | 2016-10-18 | 2020-03-03 | International Business Machines Corporation | Methods and system for fast, adaptive correction of misspells |
US10372814B2 (en) * | 2016-10-18 | 2019-08-06 | International Business Machines Corporation | Methods and system for fast, adaptive correction of misspells |
US10467346B2 (en) * | 2017-05-18 | 2019-11-05 | Wipro Limited | Method and system for generating named entities |
US10558753B2 (en) * | 2017-06-30 | 2020-02-11 | Sap Se | Software provisioning using an interactive chat-based user interface |
US10652592B2 (en) | 2017-07-02 | 2020-05-12 | Comigo Ltd. | Named entity disambiguation for providing TV content enrichment |
US11574287B2 (en) | 2017-10-10 | 2023-02-07 | Text IQ, Inc. | Automatic document classification |
US10810376B2 (en) * | 2018-05-10 | 2020-10-20 | Tata Consultancy Services Limited | Markov logic networks based alias links identification and canonical mention selection in text |
US10810375B2 (en) * | 2018-07-08 | 2020-10-20 | International Business Machines Corporation | Automated entity disambiguation |
US10936818B2 (en) * | 2018-11-30 | 2021-03-02 | Honeywell International Inc. | Scoring entity names of devices in a building management system |
CN109766552B (en) * | 2019-01-08 | 2023-01-31 | 安徽省泰岳祥升软件有限公司 | Announcement information-based reference resolution method and device |
CN109815401A (en) * | 2019-01-23 | 2019-05-28 | 四川易诚智讯科技有限公司 | A kind of name disambiguation method applied to Web people search |
US20220092096A1 (en) * | 2020-09-23 | 2022-03-24 | International Business Machines Corporation | Automatic generation of short names for a named entity |
US20220138233A1 (en) * | 2020-11-04 | 2022-05-05 | International Business Machines Corporation | System and Method for Partial Name Matching Against Noisy Entities Using Discovered Relationships |
CA3224191A1 (en) * | 2021-06-30 | 2023-01-05 | Haralambos Marmanis | Method of graph modeling electronic documents with author verification |
CN117251532B (en) * | 2023-11-13 | 2024-01-23 | 中国科学院文献情报中心 | Large-scale literature mechanism disambiguation method based on dynamic multistage matching |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6137911A (en) * | 1997-06-16 | 2000-10-24 | The Dialog Corporation Plc | Test classification system and method |
US20020064316A1 (en) * | 1997-10-09 | 2002-05-30 | Makoto Takaoka | Information processing apparatus and method, and computer readable memory therefor |
US6493709B1 (en) * | 1998-07-31 | 2002-12-10 | The Regents Of The University Of California | Method and apparatus for digitally shredding similar documents within large document sets in a data processing environment |
US20030149745A1 (en) * | 2000-06-28 | 2003-08-07 | Reszo Dunay | Method and apparatus for accessing information from a network data source |
US20040025192A1 (en) * | 2002-07-31 | 2004-02-05 | Comverse, Ltd. | Method and system for editing text messages conveyed via a CATV infrastructure at a TV set-top box |
US20050060643A1 (en) * | 2003-08-25 | 2005-03-17 | Miavia, Inc. | Document similarity detection and classification system |
US20050278321A1 (en) * | 2001-05-09 | 2005-12-15 | Aditya Vailaya | Systems, methods and computer readable media for performing a domain-specific metasearch, and visualizing search results therefrom |
US20070067291A1 (en) * | 2005-09-19 | 2007-03-22 | Kolo Brian A | System and method for negative entity extraction technique |
US20090132566A1 (en) * | 2006-03-31 | 2009-05-21 | Shingo Ochi | Document processing device and document processing method |
-
2008
- 2008-12-29 US US12/344,871 patent/US8527522B2/en not_active Expired - Fee Related
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6137911A (en) * | 1997-06-16 | 2000-10-24 | The Dialog Corporation Plc | Test classification system and method |
US20020064316A1 (en) * | 1997-10-09 | 2002-05-30 | Makoto Takaoka | Information processing apparatus and method, and computer readable memory therefor |
US6493709B1 (en) * | 1998-07-31 | 2002-12-10 | The Regents Of The University Of California | Method and apparatus for digitally shredding similar documents within large document sets in a data processing environment |
US20030149745A1 (en) * | 2000-06-28 | 2003-08-07 | Reszo Dunay | Method and apparatus for accessing information from a network data source |
US20050278321A1 (en) * | 2001-05-09 | 2005-12-15 | Aditya Vailaya | Systems, methods and computer readable media for performing a domain-specific metasearch, and visualizing search results therefrom |
US20040025192A1 (en) * | 2002-07-31 | 2004-02-05 | Comverse, Ltd. | Method and system for editing text messages conveyed via a CATV infrastructure at a TV set-top box |
US20050060643A1 (en) * | 2003-08-25 | 2005-03-17 | Miavia, Inc. | Document similarity detection and classification system |
US20070067291A1 (en) * | 2005-09-19 | 2007-03-22 | Kolo Brian A | System and method for negative entity extraction technique |
US20090132566A1 (en) * | 2006-03-31 | 2009-05-21 | Shingo Ochi | Document processing device and document processing method |
Cited By (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20110153309A1 (en) * | 2009-12-21 | 2011-06-23 | Electronics And Telecommunications Research Institute | Automatic interpretation apparatus and method using utterance similarity measure |
US10091147B2 (en) | 2013-12-31 | 2018-10-02 | Google Llc | Providing additional information related to a vague term in a message |
US11876760B2 (en) | 2013-12-31 | 2024-01-16 | Google Llc | Determining strength of association between user contacts |
US11411894B2 (en) | 2013-12-31 | 2022-08-09 | Google Llc | Determining strength of association between user contacts |
US9548951B2 (en) | 2013-12-31 | 2017-01-17 | Google Inc. | Providing additional information related to a vague term in a message |
US9571427B2 (en) | 2013-12-31 | 2017-02-14 | Google Inc. | Determining strength of association between user contacts |
US11126627B2 (en) | 2014-01-14 | 2021-09-21 | Change Healthcare Holdings, Llc | System and method for dynamic transactional data streaming |
US10121557B2 (en) * | 2014-01-21 | 2018-11-06 | PokitDok, Inc. | System and method for dynamic document matching and merging |
US20150205846A1 (en) * | 2014-01-21 | 2015-07-23 | PokitDok, Inc. | System and method for dynamic document matching and merging |
US10069784B2 (en) | 2014-01-30 | 2018-09-04 | Google Llc | Associating a segment of an electronic message with one or more segment addressees |
US9497153B2 (en) | 2014-01-30 | 2016-11-15 | Google Inc. | Associating a segment of an electronic message with one or more segment addressees |
US9443139B1 (en) * | 2014-12-01 | 2016-09-13 | Accusoft Corporation | Methods and apparatus for identifying labels and/or information associated with a label and/or using identified information |
US10474792B2 (en) | 2015-05-18 | 2019-11-12 | Change Healthcare Holdings, Llc | Dynamic topological system and method for efficient claims processing |
US10366204B2 (en) | 2015-08-03 | 2019-07-30 | Change Healthcare Holdings, Llc | System and method for decentralized autonomous healthcare economy platform |
US10805072B2 (en) | 2017-06-12 | 2020-10-13 | Change Healthcare Holdings, Llc | System and method for autonomous dynamic person management |
US11269812B2 (en) * | 2019-05-10 | 2022-03-08 | International Business Machines Corporation | Derived relationship for collaboration documents |
US11573994B2 (en) | 2020-04-14 | 2023-02-07 | International Business Machines Corporation | Encoding entity representations for cross-document coreference |
US12038980B2 (en) | 2021-08-20 | 2024-07-16 | Optum Services (Ireland) Limited | Machine learning techniques for generating string-based database mapping prediction |
Also Published As
Publication number | Publication date |
---|---|
US20100076972A1 (en) | 2010-03-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8527522B2 (en) | Confidence links between name entities in disparate documents | |
Goyal et al. | Recent named entity recognition and classification techniques: a systematic review | |
US10282389B2 (en) | NLP-based entity recognition and disambiguation | |
US11334608B2 (en) | Method and system for key phrase extraction and generation from text | |
Korayem et al. | Subjectivity and sentiment analysis of arabic: A survey | |
Varma et al. | IIIT Hyderabad at TAC 2009. | |
Sakuntharaj et al. | Use of a novel hash-table for speeding-up suggestions for misspelt Tamil words | |
Anita et al. | An approach to cluster Tamil literatures using discourse connectives | |
Korayem et al. | Sentiment/subjectivity analysis survey for languages other than English | |
KR20200064943A (en) | Fake news detection server and method based on korean grammar transformation | |
Lipczak et al. | Tulip: Lightweight entity recognition and disambiguation using wikipedia-based topic centroids | |
Küçük | Automatic compilation of language resources for named entity recognition in Turkish by utilizing Wikipedia article titles | |
Arslan | DeASCIIfication approach to handle diacritics in Turkish information retrieval | |
Tripathi et al. | Word sense disambiguation in Hindi language using score based modified lesk algorithm | |
Li et al. | Cross-lingual Inference with A Chinese Entailment Graph | |
Kaur et al. | Spell checker for Punjabi language using deep neural network | |
Randhawa et al. | Study of spell checking techniques and available spell checkers in regional languages: a survey | |
US20110106849A1 (en) | New case generation device, new case generation method, and new case generation program | |
Nagy et al. | Noun compound and named entity recognition and their usability in keyphrase extraction | |
Algahtani | Arabic named entity recognition: a corpus-based study | |
Kalender et al. | THINKER-entity linking system for Turkish language | |
Al-Arfaj et al. | Arabic NLP tools for ontology construction from Arabic text: An overview | |
Moreira et al. | Finding missing cross-language links in wikipedia | |
Feuerbach et al. | Distributional semantics for resolving bridging mentions | |
Bhargava et al. | High-throughput and language-agnostic entity disambiguation and linking on user generated data |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: BBN TECHNOLOGIES CORP.,MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BARON, ALEX;FREEDMAN, MARJORIE RUTH;WEISCHEDEL, RALPH M.;AND OTHERS;REEL/FRAME:022528/0856 Effective date: 20090109 Owner name: BBN TECHNOLOGIES CORP., MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BARON, ALEX;FREEDMAN, MARJORIE RUTH;WEISCHEDEL, RALPH M.;AND OTHERS;REEL/FRAME:022528/0856 Effective date: 20090109 |
|
AS | Assignment |
Owner name: EVERYZING, INC., MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:BBN TECHNOLOGIES CORP.;REEL/FRAME:025815/0758 Effective date: 20090827 |
|
AS | Assignment |
Owner name: RAMP HOLDINGS, INC., MASSACHUSETTS Free format text: CHANGE OF NAME;ASSIGNOR:EVERYZING, INC.;REEL/FRAME:030824/0391 Effective date: 20091130 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: CXENSE ASA, NORWAY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:RAMP HOLDINGS INC.;REEL/FRAME:037018/0816 Effective date: 20151021 |
|
FEPP | Fee payment procedure |
Free format text: PAT HOLDER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: LTOS); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
SULP | Surcharge for late payment | ||
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20210903 |