US20170116203A1 - Method of automated discovery of topic relatedness - Google Patents

Method of automated discovery of topic relatedness Download PDF

Info

Publication number
US20170116203A1
US20170116203A1 US15/402,158 US201715402158A US2017116203A1 US 20170116203 A1 US20170116203 A1 US 20170116203A1 US 201715402158 A US201715402158 A US 201715402158A US 2017116203 A1 US2017116203 A1 US 2017116203A1
Authority
US
United States
Prior art keywords
topic
term vector
documents
model
processor
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.)
Abandoned
Application number
US15/402,158
Inventor
Scott Lightner
Franz Weckesser
Sanjay BODDHU
Rakesh DAVE
Robert FLAGG
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.)
Qbase LLC
Original Assignee
Qbase 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 Qbase LLC filed Critical Qbase LLC
Priority to US15/402,158 priority Critical patent/US20170116203A1/en
Assigned to Qbase, LLC reassignment Qbase, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BODDHU, SANJAY K., DAVE, RAKESH, LIGHTNER, SCOTT, WECKESSER, FRANZ
Publication of US20170116203A1 publication Critical patent/US20170116203A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/334Query execution
    • G06F16/3347Query execution using vector based model
    • G06F17/3069
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/3331Query processing
    • G06F16/3332Query translation
    • G06F16/3334Selection or weighting of terms from queries, including natural language queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/93Document management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9538Presentation of query results
    • G06F17/30011
    • G06F17/30663

Definitions

  • the present disclosure relates, in general, to data management; and, more specifically, to text analytics.
  • topics and taxonomies represent a specific viewpoint.
  • Human generated topics and topic taxonomies may be expensive and time consuming to create and maintain.
  • human generated topics may not meet the needs of various users.
  • Automatically discovered topic relationships can improve search results, content navigation and provide increased precision for text analytics tasks including entity disambiguation and document linking using the discovered topic relationships.
  • An aspect of the present disclosure is a system and method for automated discovery of topic relatedness, using probabilistic modeling, such as a multi-component extension of latent Dirichlet allocation (MC-LDA) or similar methods, to discover topics in a corpus, employing multiple topic identification (ID) models, with differing numbers of topics, tagging topics in all docs, and analyzing co-occurring topic IDs from the different models to discover relatedness by assigning topic relatedness scores, where related topics may be employed for matching/linking topics with documents.
  • probabilistic modeling such as a multi-component extension of latent Dirichlet allocation (MC-LDA) or similar methods
  • Benefits of the disclosed system and method may be an increased disambiguation precision, allowing matching and linking of documents using the discovered relationships.
  • One aspect of the present disclosure may be the development of multiple topic models (e.g., based on latent Dirichlet allocation (LDA) or a similar method) against a large corpus of documents, in order to automatically generate topics at different levels of granularity or other model differences and build a hierarchy of related topics dynamically from the corpus.
  • LDA latent Dirichlet allocation
  • Topic models may differ in terms of the topics they identify and other parameters.
  • One model may have broad base topics; other models may have greater level of granularity.
  • Another aspect of the present disclosure may be to classify a large corpus of documents using all the topic models, in order to determine topic relatedness among all the topics using the topic co-occurrence within the corpus.
  • the disclosed method for automated discovery of topic relatedness may be employed to perform entity disambiguation, as a tool for search navigation, to find related articles, and to discover information from an unknown corpus.
  • a method comprises generating, via a first topic model computer, a first term vector identifying a first topic in a plurality of documents in a document corpus; generating, via a second topic model computer, a second term vector identifying a second topic in the plurality of documents in the document corpus; linking, via a topic detection computer, each of the first and second topics across the plurality of documents in the document corpus; assigning, via the topic detection computer, a relatedness score to each of the linked first and second topics based on co-occurrence of each of the linked first and second topics across the plurality of documents in the document corpus; and determining, via the topic detection computer, whether the first and second linked topics are related across the plurality of documents in the document corpus based at least in part on the relatedness score.
  • a system comprises a first topic model computer comprising a processor configured to generate a first term vector identifying a first topic in a plurality of documents in a document corpus; a second topic model computer comprising a processor configured to generate a second term vector identifying a second topic in the plurality of documents in the document corpus; and a topic detection computer comprising a processor configured to: (a) link each of the first and second topics across the plurality of documents in the document corpus, (b) assign a relatedness score to each of the linked first and second topics based on co-occurrence of each of the linked first and second topics across the plurality of documents in the document corpus, and (c) determine whether the first and second linked topics are related across the plurality of documents in the document corpus based at least in part on the relatedness score.
  • a non-transitory computer readable medium having stored thereon computer executable instructions.
  • the instructions comprise generating, via a first topic model computer module of a computer, a first term vector identifying a first topic in a plurality of documents in a document corpus, generating, via a second topic model computer module of the computer, a second term vector identifying a second topic in the plurality of documents in the document corpus, and linking, via a topic detection computer module of the computer, each of the first and second topics across the plurality of documents in the document corpus.
  • the instructions further include assigning, via the topic detection computer module of the computer, a relatedness score to each of the linked first and second topics based on co-occurrence of each of the linked first and second topics across the plurality of documents in the document corpus, and determining, via the topic detection computer module of the computer, whether the first and second linked topics are related across the plurality of documents in the document corpus based at least in part on the relatedness score.
  • FIG. 1 is a block diagram of a computer system for discovering topics, according to an exemplary embodiment.
  • FIG. 2 is a flowchart of a method for discovering topic relatedness, according to an exemplary embodiment.
  • FIG. 3 is diagram of a graphical representation of topic relatedness among documents, according to an exemplary embodiment.
  • Document refers to a discrete electronic representation of information having a start and end.
  • Corpus refers to a collection, including a computer database, of one or more documents.
  • Feature refers to any information which is at least partially derived from a document.
  • Feature attribute refers to metadata associated with a feature; for example, location of a feature in a document, among others.
  • Memory refers to any hardware component suitable for storing information and retrieving said information at a sufficiently high speed.
  • Topic refers to a set of thematic information which is at least partially derived from a corpus.
  • Topic Model refers to a computer based hypothetical description of a complex entity or process.
  • Term Vector refers to a computer based algebraic model for representing text documents (and any objects, in general) as vectors of identifiers, e.g., index terms.
  • Topic refers to a set of thematic information which is at least partially derived from a corpus.
  • the present disclosure describes a system and method for automated discovery of topic relatedness.
  • Some embodiments may develop multiple computer executed topic models against a large corpus of documents, including various types of knowledge bases from sources such as the internet and internal networks, among others.
  • the embodiments herein recite a notion of “topic” relatedness and methods for the automatic discovery of topic relatedness in a large document corpus.
  • the topic relatedness among the documents can be computed based on pre-built topic models.
  • This “topic” relatedness can be used as a supplementary feature to enhance various existing applications related to data analytics in general and text analytics.
  • these different pre-built topic models (employed for computing topic relatedness) are built with different levels of granularity of topics, vocabulary, and converging parameters, thereby providing a vertical hierarchy/scalability over a specific domain of interest.
  • LDA topic modeling can be extended to support multi-component LDA, where each component is treated as conditionally-independent, given document topic proportions.
  • This components can include features, such as terms, key phrases, entities, facts, etc. This approach can provide a concept of horizontal scalability of the topic models over a specific domain. Further, analytics application can benefit from the described notion of topic relatedness.
  • FIG. 1 is a block diagram of a computer system 100 for automated discovery of new topics, according to an embodiment.
  • Computer system 100 comprises at least one processor configured to execute at least one module.
  • the system 100 for automated discovery of new topics may include a master topic model (MTM) computer module 102 that executes computer readable instructions for building a master topic computer model based on data 104 extracted from a large corpus of documents.
  • MTM module 102 may produce a set of topics 106 defined by a set 108 of term vectors.
  • a periodic new model (PNM) computer module 110 executes computer readable instructions for creating a periodic new computer model to periodically analyze newer data 104 .
  • PPM periodic new model
  • PNM computer module 110 produces another set of topics 112 defined by a new set 114 of term vectors.
  • Change detection computer module 116 executes computer readable instructions for measuring differences between topics 106 and topics 112 to identify new topics that are not represented. Change detection computer module 116 may also use term vector differences to compare and measure the significance of topics based on established thresholds. Change detection computer module 116 may produce zero or more topics that are not represented in the old model. In this way, the system may periodically add the new topics to the MTM module 102 .
  • the respective computer topic models executed by the MTM module 102 and PNM module 110 may be developed using a multi-component extension of latent Dirichlet allocation (MC-LDA) or similar methods.
  • MC-LDA latent Dirichlet allocation
  • the models may differ in terms of the topics identified and other parameters, such as the multi-document components used, the vocabulary size for each component, and hyperparameter settings for the prior Dirichlet distributions on topic-term and document-topic proportions, among other parameters.
  • one model may have broad based topics, while the other model may have a greater level of topic granularity.
  • a large corpus of documents may be classified employing all the models generated in the system 100 for automated discovery of topics.
  • the topics may be automatically generated at different levels of granularity or by other model differences, such as the multi-document components used, the vocabulary size for each component, and hyperparameter settings for the prior Dirichlet distributions on topic-term and document-topic proportions, among others.
  • the generated topics may be used to build a hierarchy of related topics dynamically from a corpus.
  • topic relatedness may be determined among all the topic co-occurrence within the corpus.
  • FIG. 2 is a flowchart of a method 200 for automated discovery of topic relatedness, according to an embodiment.
  • step 202 topics in a document corpus are identified, via the computer system 100 , for automated discovery of new topics.
  • the identified topics may be linked with documents within a corpus under analysis (e.g., via the change detection computer module 116 ).
  • the linked topics may be compared, in step 206 , across all documents, in order to assign relatedness scores in step 208 .
  • the change detection computer module 116 creates a graph of co-occurring topics as topics are linked with documents in the document corpus.
  • the change detection computer module 116 determines topic relatedness employing weighting algorithms.
  • the weighting algorithms may use the topic co-occurrence within a document and across documents of the corpus. The higher the weight assigned to a topic, the higher the relatedness score may be assigned between topics.
  • FIG. 3 is a diagram of a graphical representation of records in a database 300 , showing co-occurring topics between documents, which may be employed to determine topic relatedness, according to an embodiment.
  • the database may comprise a plurality of records, each record storing information pulled from a machine readable computer file (e.g., a document).
  • the information may include a topic.
  • the graphical representation shows relationships between these records.
  • the graph of co-occurring topics may include the representation of each document analyzed within a corpus, as well as the models and topics associated to the document.
  • a number of topics may be identified within the corpus data 104 .
  • the generated topics may be linked with related documents.
  • Each topic model may include different parameters and, thus, different number of topics.
  • one model may have 64 topics, another model may have 1024 topics, and other models may have 16,000 topics.
  • Document one 302 may include topic five 304 from model one 306 , topic seven 308 from model two 310 , and topic nine 312 from model three 314 .
  • Document two 316 may include topic five 304 from model one 306 , topic seven 308 from model two 310 , and topic eight 318 from model three 314 .
  • Document three 320 may include topic five 304 from model one 306 , topic seven 308 from model two 310 , and topic ten 322 from model three 314 .
  • document one 302 , document two 316 , and document three 320 include topic five 304 from model one 306 and topic seven 308 from model two 310 , it implies that a relatedness may occur between topic five 304 and topic seven 308 .
  • a relatedness may occur between topic nine 312 (from model three 314 ) and topic seven 308 , or topic eight 318 and topic seven 308 , but it may be a weaker relatedness than the relatedness between topic five 304 and topic seven 308 .
  • the resulting web may be represented by methods known for those skilled in the art, such as bipartite graphs, weighted graphs, and probabilistic graphs, among others.
  • the representation may be employed to identify topic co-occurrences among the documents within the corpus.
  • an entire document corpus may be analyzed to find the strongest relatedness between the discovered topics 202 , which may be represented by mechanisms known for those skilled in the art such as community detection in networks, Markov clustering in graphs, and spectral clustering in graphs, among others.
  • topic relatedness may be determined by employing topic co-occurrence within a corpus.
  • Example #1 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to perform feature disambiguation within documents of a corpus.
  • Example #2 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed as a tool for search navigation or browsing.
  • Example #3 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to find related articles.
  • Example #6 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may use any domain of data.
  • Example #7 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to find related features or entities.
  • Example #8 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to discover a hierarchy of relations.
  • Example #9 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to determine the relatedness/mapping of independently defined hierarchies (i.e. medical coding, product codes, ISO/FIPS codes).
  • independently defined hierarchies i.e. medical coding, product codes, ISO/FIPS codes.
  • Example #10 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to map a human taxonomy to an automatically discovered topic hierarchy. This mapping can provide human friendly names to the topics.
  • Example #11 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to measure the relatedness of extracted features.
  • Example #12 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may employ textual data/video data/image data.
  • Example #13 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to perform signal analysis.
  • Example #14 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to relate multiple independent signatures.
  • Embodiments implemented in computer software may be implemented in software, firmware, middleware, microcode, hardware description languages, or any combination thereof.
  • a code segment or machine-executable instructions may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a class, or any combination of instructions, data structures, or program statements.
  • a code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents.
  • Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
  • the functions When implemented in software, the functions may be stored as one or more instructions or code on a non-transitory computer-readable or processor-readable storage medium.
  • the steps of a method or algorithm disclosed here may be embodied in a processor-executable software module which may reside on a computer-readable or processor-readable storage medium.
  • a non-transitory computer-readable or processor-readable media includes both computer storage media and tangible storage media that facilitate transfer of a computer program from one place to another.
  • a non-transitory processor-readable storage media may be any available media that may be accessed by a computer.
  • non-transitory processor-readable media may comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other tangible storage medium that may be used to store desired program code in the form of instructions or data structures and that may be accessed by a computer or processor.
  • Disk and disc include compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk, and Blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
  • the operations of a method or algorithm may reside as one or any combination or set of codes and/or instructions on a non-transitory processor-readable medium and/or computer-readable medium, which may be incorporated into a computer program product.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Artificial Intelligence (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

A computer system and method for automated discovery of topic relatedness are disclosed. According to an embodiment, topics within documents from a corpus may be discovered by applying multiple topic identification (ID) models, such as multi-component latent Dirichlet allocation (MC-LDA) or similar methods. Each topic model may differ in a number of topics. Discovered topics may be linked to the associated document. Relatedness between discovered topics may be determined by analyzing co-occurring topic IDs from the different models, assigning topic relatedness scores, where related topics may be used for matching/linking a feature of interest. The disclosed method may have an increased disambiguation precision, and may allow the matching and linking of documents using the discovered relationships.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. Utility application Ser. No. 14/557,906, entitled “METHOD OF AUTOMATED DISCOVERY OF TOPICS RELATEDNESS,” filed Dec. 2, 2014, which claims a benefit of U.S. Provisional Application No. 61/910,754, entitled “METHOD FOR AUTOMATED DISCOVERY OF TOPICS RELATEDNESS,” filed Dec. 2, 2013, which are hereby fully incorporated by reference herein for all purposes.
  • This application is related to U.S. application Ser. No. 14/557,794, entitled “METHOD FOR DISAMBIGUATING FEATURES IN UNSTRUCTURED TEXTS,” filed Dec. 2, 2014, now U.S. Pat. No. 9,239,875 issued Jan. 19, 2016; U.S. application Ser. No. 14/558,300, entitled “EVENT DETECTION THROUGH TEXT ANALYSIS USING TRAINED EVENT TEMPLATE MODELS,” filed Dec. 2, 2014 now U.S. Pat. No. 9,177,254 issued Nov. 3, 2015; and U.S. application Ser. No. 14/558,076, entitled “METHOD FOR AUTOMATED DISCOVERY OF NEW TOPICS,” filed Dec. 2, 2014, now U.S. Pat. No. 9,177,262 issued Nov. 3, 2015; each of which are hereby fully incorporated by reference herein for all purposes.
  • TECHNICAL FIELD
  • The present disclosure relates, in general, to data management; and, more specifically, to text analytics.
  • BACKGROUND
  • Using multiple topic models without determining their relatedness offers limited value. It becomes more difficult to find and discover a feature of interest as the collective knowledge continues to be digitized and stored in the form of news, blogs, Web pages, scientific articles, books, images, sound, video, and social networks. New computational tools to help organize, search, and understand these vast amounts of information are needed. Current tools to work with online information include search and links, automated and human generated topics.
  • One of the limitations of automatically generating topics is that models may be too broad or too specific, decreasing analytics accuracy that may be achieved as a result. In addition, automatically generated topics do not strongly define any taxonomy, ontology or other semantic meaning.
  • One of the limitations of human generated topics is they have human-bias, thus, topics and taxonomies represent a specific viewpoint. Human generated topics and topic taxonomies may be expensive and time consuming to create and maintain. In addition to being difficult and expensive to create and maintain, human generated topics may not meet the needs of various users.
  • Therefore, there is still a need for automatically discovering related topics from a corpus ranging from broad topics to more specific topics based on the content of a large corpus. Automatically discovered topic relationships can improve search results, content navigation and provide increased precision for text analytics tasks including entity disambiguation and document linking using the discovered topic relationships.
  • SUMMARY
  • An aspect of the present disclosure is a system and method for automated discovery of topic relatedness, using probabilistic modeling, such as a multi-component extension of latent Dirichlet allocation (MC-LDA) or similar methods, to discover topics in a corpus, employing multiple topic identification (ID) models, with differing numbers of topics, tagging topics in all docs, and analyzing co-occurring topic IDs from the different models to discover relatedness by assigning topic relatedness scores, where related topics may be employed for matching/linking topics with documents.
  • Benefits of the disclosed system and method may be an increased disambiguation precision, allowing matching and linking of documents using the discovered relationships.
  • One aspect of the present disclosure may be the development of multiple topic models (e.g., based on latent Dirichlet allocation (LDA) or a similar method) against a large corpus of documents, in order to automatically generate topics at different levels of granularity or other model differences and build a hierarchy of related topics dynamically from the corpus.
  • Topic models may differ in terms of the topics they identify and other parameters. One model may have broad base topics; other models may have greater level of granularity.
  • Another aspect of the present disclosure may be to classify a large corpus of documents using all the topic models, in order to determine topic relatedness among all the topics using the topic co-occurrence within the corpus.
  • The disclosed method for automated discovery of topic relatedness may be employed to perform entity disambiguation, as a tool for search navigation, to find related articles, and to discover information from an unknown corpus.
  • In one embodiment, a method comprises generating, via a first topic model computer, a first term vector identifying a first topic in a plurality of documents in a document corpus; generating, via a second topic model computer, a second term vector identifying a second topic in the plurality of documents in the document corpus; linking, via a topic detection computer, each of the first and second topics across the plurality of documents in the document corpus; assigning, via the topic detection computer, a relatedness score to each of the linked first and second topics based on co-occurrence of each of the linked first and second topics across the plurality of documents in the document corpus; and determining, via the topic detection computer, whether the first and second linked topics are related across the plurality of documents in the document corpus based at least in part on the relatedness score.
  • In another embodiment, a system comprises a first topic model computer comprising a processor configured to generate a first term vector identifying a first topic in a plurality of documents in a document corpus; a second topic model computer comprising a processor configured to generate a second term vector identifying a second topic in the plurality of documents in the document corpus; and a topic detection computer comprising a processor configured to: (a) link each of the first and second topics across the plurality of documents in the document corpus, (b) assign a relatedness score to each of the linked first and second topics based on co-occurrence of each of the linked first and second topics across the plurality of documents in the document corpus, and (c) determine whether the first and second linked topics are related across the plurality of documents in the document corpus based at least in part on the relatedness score.
  • In yet another embodiment, a non-transitory computer readable medium is provided having stored thereon computer executable instructions. The instructions comprise generating, via a first topic model computer module of a computer, a first term vector identifying a first topic in a plurality of documents in a document corpus, generating, via a second topic model computer module of the computer, a second term vector identifying a second topic in the plurality of documents in the document corpus, and linking, via a topic detection computer module of the computer, each of the first and second topics across the plurality of documents in the document corpus. The instructions further include assigning, via the topic detection computer module of the computer, a relatedness score to each of the linked first and second topics based on co-occurrence of each of the linked first and second topics across the plurality of documents in the document corpus, and determining, via the topic detection computer module of the computer, whether the first and second linked topics are related across the plurality of documents in the document corpus based at least in part on the relatedness score.
  • Numerous other aspects, features and benefits of the present disclosure may be made apparent from the following detailed description taken together with the drawing figures.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present disclosure can be better understood by referring to the following figures. The components in the figures are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the disclosure. In the figures, reference numerals designate corresponding parts throughout the different views.
  • FIG. 1 is a block diagram of a computer system for discovering topics, according to an exemplary embodiment.
  • FIG. 2 is a flowchart of a method for discovering topic relatedness, according to an exemplary embodiment.
  • FIG. 3 is diagram of a graphical representation of topic relatedness among documents, according to an exemplary embodiment.
  • DEFINITIONS
  • As used here, the following terms may have the following definitions:
  • “Document” refers to a discrete electronic representation of information having a start and end.
  • “Corpus” refers to a collection, including a computer database, of one or more documents.
  • “Feature” refers to any information which is at least partially derived from a document.
  • “Feature attribute” refers to metadata associated with a feature; for example, location of a feature in a document, among others.
  • “Memory” refers to any hardware component suitable for storing information and retrieving said information at a sufficiently high speed.
  • “Topic” refers to a set of thematic information which is at least partially derived from a corpus.
  • “Topic Model” refers to a computer based hypothetical description of a complex entity or process.
  • “Term Vector” refers to a computer based algebraic model for representing text documents (and any objects, in general) as vectors of identifiers, e.g., index terms.
  • “Topic” refers to a set of thematic information which is at least partially derived from a corpus.
  • DETAILED DESCRIPTION
  • The present disclosure is here described in detail with reference to embodiments illustrated in the drawings, which form a part hereof. Other embodiments may be used and/or other changes may be made without departing from the spirit or scope of the present disclosure. The illustrative embodiments described in the detailed description are not meant to be limiting of the subject matter presented here.
  • The present disclosure describes a system and method for automated discovery of topic relatedness.
  • Some embodiments may develop multiple computer executed topic models against a large corpus of documents, including various types of knowledge bases from sources such as the internet and internal networks, among others.
  • The embodiments herein recite a notion of “topic” relatedness and methods for the automatic discovery of topic relatedness in a large document corpus. In exemplary method, the topic relatedness among the documents can be computed based on pre-built topic models. This “topic” relatedness can be used as a supplementary feature to enhance various existing applications related to data analytics in general and text analytics. Additionally, these different pre-built topic models (employed for computing topic relatedness) are built with different levels of granularity of topics, vocabulary, and converging parameters, thereby providing a vertical hierarchy/scalability over a specific domain of interest. LDA topic modeling can be extended to support multi-component LDA, where each component is treated as conditionally-independent, given document topic proportions. This components can include features, such as terms, key phrases, entities, facts, etc. This approach can provide a concept of horizontal scalability of the topic models over a specific domain. Further, analytics application can benefit from the described notion of topic relatedness.
  • FIG. 1 is a block diagram of a computer system 100 for automated discovery of new topics, according to an embodiment. Computer system 100 comprises at least one processor configured to execute at least one module. In this exemplary embodiment, the system 100 for automated discovery of new topics may include a master topic model (MTM) computer module 102 that executes computer readable instructions for building a master topic computer model based on data 104 extracted from a large corpus of documents. MTM module 102 may produce a set of topics 106 defined by a set 108 of term vectors. As newer data 104 is uploaded to the corpus, a periodic new model (PNM) computer module 110 executes computer readable instructions for creating a periodic new computer model to periodically analyze newer data 104. PNM computer module 110 produces another set of topics 112 defined by a new set 114 of term vectors. Change detection computer module 116 executes computer readable instructions for measuring differences between topics 106 and topics 112 to identify new topics that are not represented. Change detection computer module 116 may also use term vector differences to compare and measure the significance of topics based on established thresholds. Change detection computer module 116 may produce zero or more topics that are not represented in the old model. In this way, the system may periodically add the new topics to the MTM module 102.
  • According to one embodiment, the respective computer topic models executed by the MTM module 102 and PNM module 110 may be developed using a multi-component extension of latent Dirichlet allocation (MC-LDA) or similar methods.
  • The models may differ in terms of the topics identified and other parameters, such as the multi-document components used, the vocabulary size for each component, and hyperparameter settings for the prior Dirichlet distributions on topic-term and document-topic proportions, among other parameters. In an embodiment, one model may have broad based topics, while the other model may have a greater level of topic granularity.
  • According to various embodiments, a large corpus of documents may be classified employing all the models generated in the system 100 for automated discovery of topics.
  • According to various embodiments, the topics may be automatically generated at different levels of granularity or by other model differences, such as the multi-document components used, the vocabulary size for each component, and hyperparameter settings for the prior Dirichlet distributions on topic-term and document-topic proportions, among others. The generated topics may be used to build a hierarchy of related topics dynamically from a corpus.
  • Subsequently, topic relatedness may be determined among all the topic co-occurrence within the corpus.
  • FIG. 2 is a flowchart of a method 200 for automated discovery of topic relatedness, according to an embodiment.
  • In step 202, topics in a document corpus are identified, via the computer system 100, for automated discovery of new topics. In step 204, the identified topics may be linked with documents within a corpus under analysis (e.g., via the change detection computer module 116). The linked topics may be compared, in step 206, across all documents, in order to assign relatedness scores in step 208.
  • According to one embodiment, the change detection computer module 116 creates a graph of co-occurring topics as topics are linked with documents in the document corpus.
  • In step 210, depending on the relatedness score assigned to each topic in step 208, the change detection computer module 116 determines topic relatedness employing weighting algorithms. According to various embodiments, the weighting algorithms may use the topic co-occurrence within a document and across documents of the corpus. The higher the weight assigned to a topic, the higher the relatedness score may be assigned between topics.
  • FIG. 3 is a diagram of a graphical representation of records in a database 300, showing co-occurring topics between documents, which may be employed to determine topic relatedness, according to an embodiment. The database may comprise a plurality of records, each record storing information pulled from a machine readable computer file (e.g., a document). The information may include a topic. The graphical representation shows relationships between these records.
  • The graph of co-occurring topics may include the representation of each document analyzed within a corpus, as well as the models and topics associated to the document.
  • After generating topic models by computer system 100, a number of topics may be identified within the corpus data 104. The generated topics may be linked with related documents. Each topic model may include different parameters and, thus, different number of topics. In an embodiment, one model may have 64 topics, another model may have 1024 topics, and other models may have 16,000 topics.
  • For example, for a corpus of documents, computer system 100 can build three computer-generated topic models. Document one 302 may include topic five 304 from model one 306, topic seven 308 from model two 310, and topic nine 312 from model three 314. Document two 316 may include topic five 304 from model one 306, topic seven 308 from model two 310, and topic eight 318 from model three 314. Document three 320 may include topic five 304 from model one 306, topic seven 308 from model two 310, and topic ten 322 from model three 314.
  • Because document one 302, document two 316, and document three 320 include topic five 304 from model one 306 and topic seven 308 from model two 310, it implies that a relatedness may occur between topic five 304 and topic seven 308. In this example, there may be some relatedness between topic nine 312 (from model three 314) and topic seven 308, or topic eight 318 and topic seven 308, but it may be a weaker relatedness than the relatedness between topic five 304 and topic seven 308.
  • The resulting web may be represented by methods known for those skilled in the art, such as bipartite graphs, weighted graphs, and probabilistic graphs, among others. The representation may be employed to identify topic co-occurrences among the documents within the corpus.
  • Therefore, an entire document corpus may be analyzed to find the strongest relatedness between the discovered topics 202, which may be represented by mechanisms known for those skilled in the art such as community detection in networks, Markov clustering in graphs, and spectral clustering in graphs, among others.
  • Applying topic relatedness within documents of a corpus, topic relatedness may be determined by employing topic co-occurrence within a corpus.
  • Example #1 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to perform feature disambiguation within documents of a corpus.
  • Example #2 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed as a tool for search navigation or browsing.
  • Example #3 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to find related articles.
  • Example #4 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to perform information discovery of related topics from an unknown corpus.
  • Example #5 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed by varying the quantity of models and/or topics.
  • Example #6 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may use any domain of data.
  • Example #7 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to find related features or entities.
  • Example #8 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to discover a hierarchy of relations.
  • Example #9 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to determine the relatedness/mapping of independently defined hierarchies (i.e. medical coding, product codes, ISO/FIPS codes).
  • Example #10 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to map a human taxonomy to an automatically discovered topic hierarchy. This mapping can provide human friendly names to the topics.
  • Example #11 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to measure the relatedness of extracted features.
  • Example #12 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may employ textual data/video data/image data.
  • Example #13 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to perform signal analysis.
  • Example #14 is an application of a method for automated discovery of topic relatedness, where the method of automated discovery may be employed to relate multiple independent signatures.
  • The foregoing method descriptions and the process flow diagrams are provided merely as illustrative examples and are not intended to require or imply that the steps of the various embodiments must be performed in the order presented. As will be appreciated by one of skill in the art the steps in the foregoing embodiments may be performed in any order. Words such as “then,” “next,” etc. are not intended to limit the order of the steps; these words are simply used to guide the reader through the description of the methods. Although process flow diagrams may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be re-arranged. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination may correspond to a return of the function to the calling function or the main function.
  • The various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the embodiments disclosed here may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
  • Embodiments implemented in computer software may be implemented in software, firmware, middleware, microcode, hardware description languages, or any combination thereof. A code segment or machine-executable instructions may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a class, or any combination of instructions, data structures, or program statements. A code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents. Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
  • The actual software code or specialized control hardware used to implement these systems and methods is not limiting of the invention. Thus, the operation and behavior of the systems and methods were described without reference to the specific software code being understood that software and control hardware can be designed to implement the systems and methods based on the description here.
  • When implemented in software, the functions may be stored as one or more instructions or code on a non-transitory computer-readable or processor-readable storage medium. The steps of a method or algorithm disclosed here may be embodied in a processor-executable software module which may reside on a computer-readable or processor-readable storage medium. A non-transitory computer-readable or processor-readable media includes both computer storage media and tangible storage media that facilitate transfer of a computer program from one place to another. A non-transitory processor-readable storage media may be any available media that may be accessed by a computer. By way of example, and not limitation, such non-transitory processor-readable media may comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other tangible storage medium that may be used to store desired program code in the form of instructions or data structures and that may be accessed by a computer or processor. Disk and disc, as used here, include compact disc (CD), laser disc, optical disc, digital versatile disc (DVD), floppy disk, and Blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media. Additionally, the operations of a method or algorithm may reside as one or any combination or set of codes and/or instructions on a non-transitory processor-readable medium and/or computer-readable medium, which may be incorporated into a computer program product.
  • The preceding description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined here may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown here but is to be accorded the widest scope consistent with the following claims and the principles and novel features disclosed here.

Claims (20)

What is claimed is:
1. A method comprising:
in response to generating, by a processor, a first term vector defining a first topic in a set of documents based on a first topic model and a second term vector defining a second topic in the set of documents based on a second topic model,
identifying, by the processor, a third term vector defining a third topic in the set of documents and
linking, by the processor, the first term vector, the second term vector, and the third term vector with the set of documents, wherein the first topic model and the second topic model are formed based on a set of data extracted from the set of documents,
wherein the first topic model is implemented based on a generative statistical model with a first set of parameters,
wherein the second topic model is implemented based on the generative statistical model with a second set of parameters,
wherein the first set of parameters is distinct from the second set of parameters, and
wherein the third topic is not represented by the first topic and the second topic in the set of documents;
in response to comparing, by the processor, the first term vector, the second term vector, and the third term vector across the set of documents,
assigning, by the processor, a relatedness score to each of the first term vector, the second term vector, and the third term vector based on co-occurrence of each of the first term vector, the second term vector, and the third term vector across the set of documents, and
determining, by the processor, whether the first term vector, the second term vector, and the third term vector are topic related across the set of documents based on the relatedness score.
2. The method of claim 1, wherein the first model is based a multi-component extension of the generative statistical model.
3. The method of claim 2, wherein the generative statistical model includes a latent Dirichlet allocation.
4. The method of claim 1, wherein the second model is based on a multi-component extension of the generative statistical model.
5. The method of claim 4, wherein the generative statistical model includes a latent Dirichlet allocation.
6. The method of claim 1, further comprising:
generating, by the processor, a hierarchy of related topics in the document corpus, wherein the hierarchy of related topics is based on the first term vector, the second term vector, and the third term vector.
7. The method of claim 1, wherein the linking further comprises generating, by the processor, a graphical representation of co-occurring linked topics across the documents based on the first term vector, the second term vector, and the third term vector.
8. The method of claim 1, wherein the first set of parameters includes at least one of a multi-document component, a vocabulary size, or a parameter setting for a prior Dirichlet distribution on a topic term.
9. The method of claim 1, wherein the second set of parameters includes at least one of a multi-document component, a vocabulary size, or a parameter setting for a prior Dirichlet distribution on a topic term.
10. The method of claim 1, further comprising:
adding, by the processor, the third term vector to the first set of parameters after the determining.
11. A system comprising:
a processor and a memory, wherein the memory stores a set of instructions executable via the processor, wherein the set of instructions enables:
in response to generating, by the processor, a first term vector defining a first topic in a set of documents based on a first topic model and a second term vector defining a second topic in the set of documents based on a second topic model, identifying, by the processor, a third term vector defining a third topic in the set of documents and linking, by the processor, the first term vector, the second term vector, and the third term vector with the set of documents, wherein the first topic model and the second topic model are formed based on a set of data extracted from the set of documents, wherein the first topic model is implemented based on a generative statistical model with a first set of parameters, wherein the second topic model is implemented based on the generative statistical model with a second set of parameters, wherein the first set of parameters is distinct from the second set of parameters, wherein the third topic is not represented by the first topic and the second topic in the set of documents;
in response to comparing, by the processor, the first term vector, the second term vector, and the third term vector across the set of documents, assigning, by the processor, a relatedness score to each of the first term vector, the second term vector, and the third term vector based on co-occurrence of each of the first term vector, the second term vector, and the third term vector across the set of documents, and determining, by the processor, whether the first term vector, the second term vector, and the third term vector are topic related across the set of documents based on the relatedness score.
12. The system of claim 11, wherein the first model is based a multi-component extension of the generative statistical model.
13. The system of claim 12, wherein the generative statistical model includes a latent Dirichlet allocation.
14. The system of claim 11, wherein the second model is based on a multi-component extension of the generative statistical model.
15. The system of claim 14, wherein the generative statistical model includes a latent Dirichlet allocation.
16. The system of claim 11, wherein the method further comprises:
generating, by the processor, a hierarchy of related topics in the document corpus, wherein the hierarchy of related topics is based on the first term vector, the second term vector, and the third term vector.
17. The system of claim 11, wherein the linking further comprises generating, by the processor, a graphical representation of co-occurring linked topics across the documents based on the first term vector, the second term vector, and the third term vector.
18. The system of claim 11, wherein the first set of parameters includes at least one of a multi-document component, a vocabulary size, or a parameter setting for a prior Dirichlet distribution on a topic term.
19. The system of claim 11, wherein the second set of parameters includes at least one of a multi-document component, a vocabulary size, or a parameter setting for a prior Dirichlet distribution on a topic term.
20. The system of claim 11, wherein the method further comprises:
adding, by the processor, the third term vector to the first set of parameters after the determining.
US15/402,158 2013-12-02 2017-01-09 Method of automated discovery of topic relatedness Abandoned US20170116203A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/402,158 US20170116203A1 (en) 2013-12-02 2017-01-09 Method of automated discovery of topic relatedness

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201361910754P 2013-12-02 2013-12-02
US14/557,906 US9542477B2 (en) 2013-12-02 2014-12-02 Method of automated discovery of topics relatedness
US15/402,158 US20170116203A1 (en) 2013-12-02 2017-01-09 Method of automated discovery of topic relatedness

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14/557,906 Continuation US9542477B2 (en) 2013-12-02 2014-12-02 Method of automated discovery of topics relatedness

Publications (1)

Publication Number Publication Date
US20170116203A1 true US20170116203A1 (en) 2017-04-27

Family

ID=53265543

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/557,906 Active 2035-01-23 US9542477B2 (en) 2013-12-02 2014-12-02 Method of automated discovery of topics relatedness
US15/402,158 Abandoned US20170116203A1 (en) 2013-12-02 2017-01-09 Method of automated discovery of topic relatedness

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US14/557,906 Active 2035-01-23 US9542477B2 (en) 2013-12-02 2014-12-02 Method of automated discovery of topics relatedness

Country Status (1)

Country Link
US (2) US9542477B2 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107463645A (en) * 2017-07-21 2017-12-12 雷锤智能科技南京有限公司 The personalized recommendation system and its recommendation method being oriented to based on user property scoring
CN107656919A (en) * 2017-09-12 2018-02-02 中国软件与技术服务股份有限公司 A kind of optimal L DA Automatic Model Selection methods based on minimum average B configuration similarity between theme
CN108595593A (en) * 2018-04-19 2018-09-28 南京大学 Meeting research hotspot based on topic model and development trend information analysis method
CN108763400A (en) * 2018-05-22 2018-11-06 合肥工业大学 Object partitioning method and device based on object behavior and subject matter preferences
CN109213841A (en) * 2017-06-29 2019-01-15 武汉斗鱼网络科技有限公司 Theme sample extraction method, storage medium, electronic equipment and system is broadcast live
CN109933657A (en) * 2019-03-21 2019-06-25 中山大学 A kind of Topics Crawling sentiment analysis method based on user characteristics optimization
WO2020143320A1 (en) * 2019-01-07 2020-07-16 平安科技(深圳)有限公司 Method and apparatus for acquiring word vectors of text, computer device, and storage medium
WO2022093263A1 (en) * 2020-10-30 2022-05-05 Hewlett-Packard Development Company, L.P. Multi-modal hierarchical semantic search engine

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095229A (en) * 2014-04-29 2015-11-25 国际商业机器公司 Method for training topic model, method for comparing document content and corresponding device
US20150347467A1 (en) * 2014-05-27 2015-12-03 International Business Machines Corporation Dynamic creation of domain specific corpora
US10372819B2 (en) * 2015-03-23 2019-08-06 International Business Machines Corporation Determining off-topic questions in a question answering system using probabilistic language models
EP3230892A4 (en) * 2015-04-29 2018-05-23 Hewlett-Packard Development Company, L.P. Topic identification based on functional summarization
US10445650B2 (en) * 2015-11-23 2019-10-15 Microsoft Technology Licensing, Llc Training and operating multi-layer computational models
US11347777B2 (en) 2016-05-12 2022-05-31 International Business Machines Corporation Identifying key words within a plurality of documents
CN106446339B (en) * 2016-08-29 2019-04-30 北京化工大学 Rotation Mechanical Running Condition method for detecting abnormality based on Di Li Cray mixed model
US20180165696A1 (en) * 2016-12-09 2018-06-14 Authors, Inc. Predictive Analytics Diagnostic System and Results on Market Viability and Audience Metrics for Scripted Media
CN107133277B (en) * 2017-04-12 2019-09-06 浙江大学 A kind of tourist attractions recommended method based on Dynamic Theme model and matrix decomposition
CN108009225A (en) * 2017-11-27 2018-05-08 石家庄铁道大学 Motif discovery and trend analysis based on technology policy text
US11640420B2 (en) * 2017-12-31 2023-05-02 Zignal Labs, Inc. System and method for automatic summarization of content with event based analysis
US11003703B1 (en) * 2017-12-31 2021-05-11 Zignal Labs, Inc. System and method for automatic summarization of content
US11755915B2 (en) 2018-06-13 2023-09-12 Zignal Labs, Inc. System and method for quality assurance of media analysis
US11356476B2 (en) 2018-06-26 2022-06-07 Zignal Labs, Inc. System and method for social network analysis
US11037356B2 (en) 2018-09-24 2021-06-15 Zignal Labs, Inc. System and method for executing non-graphical algorithms on a GPU (graphics processing unit)
CN109918476A (en) * 2019-01-26 2019-06-21 北京工业大学 A kind of subject retrieval method based on topic model
CN109902302B (en) * 2019-03-01 2020-03-24 郑敏杰 Topic map generation method, device and equipment suitable for text analysis or data mining and computer storage medium
CN110929174A (en) * 2019-12-18 2020-03-27 成都迪普曼林信息技术有限公司 System and method for detecting burst topics
US11784948B2 (en) 2020-01-29 2023-10-10 International Business Machines Corporation Cognitive determination of message suitability
US11386164B2 (en) * 2020-05-13 2022-07-12 City University Of Hong Kong Searching electronic documents based on example-based search query
CN111737407B (en) * 2020-08-25 2020-11-10 成都数联铭品科技有限公司 Event unique ID construction method based on event disambiguation
JP7051026B1 (en) * 2022-01-28 2022-04-08 圭 廣岡 Paper map creation method and paper map creation device

Family Cites Families (134)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6128660A (en) 1996-03-21 2000-10-03 Hearme Network match maker
US6178529B1 (en) 1997-11-03 2001-01-23 Microsoft Corporation Method and system for resource monitoring of disparate resources in a server cluster
US6353926B1 (en) 1998-07-15 2002-03-05 Microsoft Corporation Software update notification
US6266781B1 (en) 1998-07-20 2001-07-24 Academia Sinica Method and apparatus for providing failure detection and recovery with predetermined replication style for distributed applications in a network
US6338092B1 (en) 1998-09-24 2002-01-08 International Business Machines Corporation Method, system and computer program for replicating data in a distributed computed environment
US6959300B1 (en) 1998-12-10 2005-10-25 At&T Corp. Data compression method and apparatus
US7099898B1 (en) 1999-08-12 2006-08-29 International Business Machines Corporation Data access system
US6691108B2 (en) * 1999-12-14 2004-02-10 Nec Corporation Focused search engine and method
JP3524846B2 (en) 2000-06-29 2004-05-10 株式会社Ssr Document feature extraction method and apparatus for text mining
US6738759B1 (en) 2000-07-07 2004-05-18 Infoglide Corporation, Inc. System and method for performing similarity searching using pointer optimization
US7813915B2 (en) * 2000-09-25 2010-10-12 Fujitsu Limited Apparatus for reading a plurality of documents and a method thereof
US8692695B2 (en) 2000-10-03 2014-04-08 Realtime Data, Llc Methods for encoding and decoding data
US6832373B2 (en) 2000-11-17 2004-12-14 Bitfone Corporation System and method for updating and distributing information
US6691109B2 (en) 2001-03-22 2004-02-10 Turbo Worx, Inc. Method and apparatus for high-performance sequence comparison
GB2374687A (en) 2001-04-19 2002-10-23 Ibm Managing configuration changes in a data processing system
US7082478B2 (en) 2001-05-02 2006-07-25 Microsoft Corporation Logical semantic compression
US6961723B2 (en) 2001-05-04 2005-11-01 Sun Microsystems, Inc. System and method for determining relevancy of query responses in a distributed network search mechanism
US20030028869A1 (en) 2001-08-02 2003-02-06 Drake Daniel R. Method and computer program product for integrating non-redistributable software applications in a customer driven installable package
US6954456B2 (en) 2001-12-14 2005-10-11 At & T Corp. Method for content-aware redirection and content renaming
US6829606B2 (en) 2002-02-14 2004-12-07 Infoglide Software Corporation Similarity search engine for use with relational databases
US7421478B1 (en) 2002-03-07 2008-09-02 Cisco Technology, Inc. Method and apparatus for exchanging heartbeat messages and configuration information between nodes operating in a master-slave configuration
US7130837B2 (en) * 2002-03-22 2006-10-31 Xerox Corporation Systems and methods for determining the topic structure of a portion of text
US6817558B1 (en) 2002-04-23 2004-11-16 Uop Llc Parallel sizing, dosing and transfer assembly and method of use
US8015143B2 (en) 2002-05-22 2011-09-06 Estes Timothy W Knowledge discovery agent system and method
US20040010502A1 (en) 2002-07-12 2004-01-15 Bomfim Joanes Depaula In-memory database for high performance, parallel transaction processing
US7570262B2 (en) 2002-08-08 2009-08-04 Reuters Limited Method and system for displaying time-series data and correlated events derived from text mining
US7249312B2 (en) 2002-09-11 2007-07-24 Intelligent Results Attribute scoring for unstructured content
US8090717B1 (en) * 2002-09-20 2012-01-03 Google Inc. Methods and apparatus for ranking documents
US20100100437A1 (en) * 2002-09-24 2010-04-22 Google, Inc. Suggesting and/or providing ad serving constraint information
US7058846B1 (en) 2002-10-17 2006-06-06 Veritas Operating Corporation Cluster failover for storage management services
US20040205064A1 (en) 2003-04-11 2004-10-14 Nianjun Zhou Adaptive search employing entropy based quantitative information measurement
US7139752B2 (en) 2003-05-30 2006-11-21 International Business Machines Corporation System, method and computer program product for performing unstructured information management and automatic text analysis, and providing multiple document views derived from different document tokenizations
US7543174B1 (en) 2003-09-24 2009-06-02 Symantec Operating Corporation Providing high availability for an application by rapidly provisioning a node and failing over to the node
US9009153B2 (en) 2004-03-31 2015-04-14 Google Inc. Systems and methods for identifying a named entity
US7818615B2 (en) 2004-09-16 2010-10-19 Invensys Systems, Inc. Runtime failure management of redundantly deployed hosts of a supervisory process control data acquisition facility
US20080077570A1 (en) 2004-10-25 2008-03-27 Infovell, Inc. Full Text Query and Search Systems and Method of Use
US7403945B2 (en) 2004-11-01 2008-07-22 Sybase, Inc. Distributed database system providing data and space management methodology
US7739270B2 (en) 2004-12-07 2010-06-15 Microsoft Corporation Entity-specific tuned searching
US20060179026A1 (en) 2005-02-04 2006-08-10 Bechtel Michael E Knowledge discovery tool extraction and integration
US20070174167A1 (en) 2005-05-20 2007-07-26 Stefano Natella Derivative relationship news event reporting
US20070005654A1 (en) 2005-05-20 2007-01-04 Avichai Schachar Systems and methods for analyzing relationships between entities
US20060294071A1 (en) 2005-06-28 2006-12-28 Microsoft Corporation Facet extraction and user feedback for ranking improvement and personalization
US7630977B2 (en) 2005-06-29 2009-12-08 Xerox Corporation Categorization including dependencies between different category systems
US7849048B2 (en) 2005-07-05 2010-12-07 Clarabridge, Inc. System and method of making unstructured data available to structured data analysis tools
US8386463B2 (en) 2005-07-14 2013-02-26 International Business Machines Corporation Method and apparatus for dynamically associating different query execution strategies with selective portions of a database table
US7681075B2 (en) 2006-05-02 2010-03-16 Open Invention Network Llc Method and system for providing high availability to distributed computer applications
US20070250501A1 (en) 2005-09-27 2007-10-25 Grubb Michael L Search result delivery engine
US20070073708A1 (en) 2005-09-28 2007-03-29 Smith Adam D Generation of topical subjects from alert search terms
US7447940B2 (en) 2005-11-15 2008-11-04 Bea Systems, Inc. System and method for providing singleton services in a cluster
US8341622B1 (en) 2005-12-15 2012-12-25 Crimson Corporation Systems and methods for efficiently using network bandwidth to deploy dependencies of a software package
JP2009521029A (en) 2005-12-22 2009-05-28 インターナショナル・ビジネス・マシーンズ・コーポレーション Method and system for automatically generating multilingual electronic content from unstructured data
US7899871B1 (en) 2006-01-23 2011-03-01 Clearwell Systems, Inc. Methods and systems for e-mail topic classification
US7519613B2 (en) 2006-02-28 2009-04-14 International Business Machines Corporation Method and system for generating threads of documents
US8726267B2 (en) 2006-03-24 2014-05-13 Red Hat, Inc. Sharing software certification and process metadata
US8190742B2 (en) 2006-04-25 2012-05-29 Hewlett-Packard Development Company, L.P. Distributed differential store with non-distributed objects and compression-enhancing data-object routing
US20070282959A1 (en) 2006-06-02 2007-12-06 Stern Donald S Message push with pull of information to a communications computing device
US8615800B2 (en) 2006-07-10 2013-12-24 Websense, Inc. System and method for analyzing web content
US7624118B2 (en) 2006-07-26 2009-11-24 Microsoft Corporation Data processing over very large databases
US8122026B1 (en) 2006-10-20 2012-02-21 Google Inc. Finding and disambiguating references to entities on web pages
US7783640B2 (en) * 2006-11-03 2010-08-24 Oracle International Corp. Document summarization
US7853611B2 (en) 2007-02-26 2010-12-14 International Business Machines Corporation System and method for deriving a hierarchical event based database having action triggers based on inferred probabilities
US7734641B2 (en) * 2007-05-25 2010-06-08 Peerset, Inc. Recommendation systems and methods using interest correlation
US8352455B2 (en) 2007-06-29 2013-01-08 Allvoices, Inc. Processing a content item with regard to an event and a location
US20090043792A1 (en) 2007-08-07 2009-02-12 Eric Lawrence Barsness Partial Compression of a Database Table Based on Historical Information
US10698886B2 (en) 2007-08-14 2020-06-30 John Nicholas And Kristin Gross Trust U/A/D Temporal based online search and advertising
GB2453174B (en) 2007-09-28 2011-12-07 Advanced Risc Mach Ltd Techniques for generating a trace stream for a data processing apparatus
KR100898339B1 (en) 2007-10-05 2009-05-20 한국전자통신연구원 Autonomous fault processing system in home network environments and operation method thereof
US8594996B2 (en) 2007-10-17 2013-11-26 Evri Inc. NLP-based entity recognition and disambiguation
US8396838B2 (en) 2007-10-17 2013-03-12 Commvault Systems, Inc. Legal compliance, electronic discovery and electronic document handling of online and offline copies of data
US8375073B1 (en) 2007-11-12 2013-02-12 Google Inc. Identification and ranking of news stories of interest
US8294763B2 (en) 2007-12-14 2012-10-23 Sri International Method for building and extracting entity networks from video
US20090222395A1 (en) 2007-12-21 2009-09-03 Marc Light Systems, methods, and software for entity extraction and resolution coupled with event and relationship extraction
US20090216734A1 (en) 2008-02-21 2009-08-27 Microsoft Corporation Search based on document associations
US8326847B2 (en) 2008-03-22 2012-12-04 International Business Machines Corporation Graph search system and method for querying loosely integrated data
US20100077001A1 (en) 2008-03-27 2010-03-25 Claude Vogel Search system and method for serendipitous discoveries with faceted full-text classification
US8712926B2 (en) 2008-05-23 2014-04-29 International Business Machines Corporation Using rule induction to identify emerging trends in unstructured text streams
US8358308B2 (en) 2008-06-27 2013-01-22 Microsoft Corporation Using visual techniques to manipulate data
US8171547B2 (en) 2008-12-03 2012-05-01 Trend Micro Incorporated Method and system for real time classification of events in computer integrity system
US8150813B2 (en) 2008-12-18 2012-04-03 International Business Machines Corporation Using relationships in candidate discovery
US8234274B2 (en) * 2008-12-18 2012-07-31 Nec Laboratories America, Inc. Systems and methods for characterizing linked documents using a latent topic model
US8874576B2 (en) 2009-02-27 2014-10-28 Microsoft Corporation Reporting including filling data gaps and handling uncategorized data
US20100235311A1 (en) 2009-03-13 2010-09-16 Microsoft Corporation Question and answer search
US8972396B1 (en) * 2009-03-16 2015-03-03 Guangsheng Zhang System and methods for determining relevance between text contents
US8213725B2 (en) 2009-03-20 2012-07-03 Eastman Kodak Company Semantic event detection using cross-domain knowledge
US8161048B2 (en) 2009-04-24 2012-04-17 At&T Intellectual Property I, L.P. Database analysis using clusters
US8055933B2 (en) 2009-07-21 2011-11-08 International Business Machines Corporation Dynamic updating of failover policies for increased application availability
US9727842B2 (en) 2009-08-21 2017-08-08 International Business Machines Corporation Determining entity relevance by relationships to other relevant entities
WO2011046560A1 (en) 2009-10-15 2011-04-21 Hewlett-Packard Development Company, L.P. Heterogeneous data source management
CA2779208C (en) 2009-10-30 2016-03-22 Evri, Inc. Improving keyword-based search engine results using enhanced query strategies
US20110125764A1 (en) 2009-11-26 2011-05-26 International Business Machines Corporation Method and system for improved query expansion in faceted search
WO2011092793A1 (en) 2010-01-29 2011-08-04 パナソニック株式会社 Data processing device
US9710556B2 (en) 2010-03-01 2017-07-18 Vcvc Iii Llc Content recommendation based on collections of entities
WO2011127655A1 (en) * 2010-04-14 2011-10-20 Hewlett-Packard Development Company, L.P. Method for keyword extraction
US9268851B2 (en) * 2010-04-29 2016-02-23 International Business Machines Corporation Ranking information content based on performance data of prior users of the information content
US8595234B2 (en) 2010-05-17 2013-11-26 Wal-Mart Stores, Inc. Processing data feeds
US9189357B2 (en) 2010-05-25 2015-11-17 Red Hat, Inc. Generating machine state verification using number of installed package objects
US8429256B2 (en) 2010-05-28 2013-04-23 Red Hat, Inc. Systems and methods for generating cached representations of host package inventories in remote package repositories
US9443008B2 (en) * 2010-07-14 2016-09-13 Yahoo! Inc. Clustering of search results
US8538959B2 (en) 2010-07-16 2013-09-17 International Business Machines Corporation Personalized data search utilizing social activities
US8345998B2 (en) 2010-08-10 2013-01-01 Xerox Corporation Compression scheme selection based on image data type and user selections
US8321443B2 (en) 2010-09-07 2012-11-27 International Business Machines Corporation Proxying open database connectivity (ODBC) calls
US8510257B2 (en) * 2010-10-19 2013-08-13 Xerox Corporation Collapsed gibbs sampler for sparse topic models and discrete matrix factorization
US20120102121A1 (en) 2010-10-25 2012-04-26 Yahoo! Inc. System and method for providing topic cluster based updates
US8645298B2 (en) * 2010-10-26 2014-02-04 Microsoft Corporation Topic models
EP2646964A4 (en) * 2010-12-01 2015-06-03 Google Inc Recommendations based on topic clusters
US9245022B2 (en) 2010-12-30 2016-01-26 Google Inc. Context-based person search
US8423522B2 (en) 2011-01-04 2013-04-16 International Business Machines Corporation Query-aware compression of join results
US20120246154A1 (en) 2011-03-23 2012-09-27 International Business Machines Corporation Aggregating search results based on associating data instances with knowledge base entities
KR20120134916A (en) 2011-06-03 2012-12-12 삼성전자주식회사 Storage device and data processing device for storage device
US20120310934A1 (en) 2011-06-03 2012-12-06 Thomas Peh Historic View on Column Tables Using a History Table
US9104979B2 (en) 2011-06-16 2015-08-11 Microsoft Technology Licensing, Llc Entity recognition using probabilities for out-of-collection data
EP2727247B1 (en) 2011-06-30 2017-04-05 Openwave Mobility, Inc. Database compression system and method
US9032387B1 (en) 2011-10-04 2015-05-12 Amazon Technologies, Inc. Software distribution framework
US9026480B2 (en) 2011-12-21 2015-05-05 Telenav, Inc. Navigation system with point of interest classification mechanism and method of operation thereof
US9037579B2 (en) 2011-12-27 2015-05-19 Business Objects Software Ltd. Generating dynamic hierarchical facets from business intelligence artifacts
US9251250B2 (en) * 2012-03-28 2016-02-02 Mitsubishi Electric Research Laboratories, Inc. Method and apparatus for processing text with variations in vocabulary usage
US10908792B2 (en) 2012-04-04 2021-02-02 Recorded Future, Inc. Interactive event-based information system
US20130290232A1 (en) 2012-04-30 2013-10-31 Mikalai Tsytsarau Identifying news events that cause a shift in sentiment
US8948789B2 (en) 2012-05-08 2015-02-03 Qualcomm Incorporated Inferring a context from crowd-sourced activity data
US9275135B2 (en) 2012-05-29 2016-03-01 International Business Machines Corporation Annotating entities using cross-document signals
US20130325660A1 (en) 2012-05-30 2013-12-05 Auto 100 Media, Inc. Systems and methods for ranking entities based on aggregated web-based content
US9053420B2 (en) 2012-09-25 2015-06-09 Reunify Llc Methods and systems for scalable group detection from multiple data streams
US9703833B2 (en) 2012-11-30 2017-07-11 Sap Se Unification of search and analytics
US20140229476A1 (en) * 2013-02-14 2014-08-14 SailMinders, Inc. System for Information Discovery & Organization
US9542652B2 (en) 2013-02-28 2017-01-10 Microsoft Technology Licensing, Llc Posterior probability pursuit for entity disambiguation
US20140255003A1 (en) 2013-03-05 2014-09-11 Google Inc. Surfacing information about items mentioned or presented in a film in association with viewing the film
US9104710B2 (en) 2013-03-15 2015-08-11 Src, Inc. Method for cross-domain feature correlation
US9298778B2 (en) * 2013-05-14 2016-03-29 Google Inc. Presenting related content in a stream of content
US8977600B2 (en) 2013-05-24 2015-03-10 Software AG USA Inc. System and method for continuous analytics run against a combination of static and real-time data
US9734221B2 (en) 2013-09-12 2017-08-15 Sap Se In memory database warehouse
US9025892B1 (en) 2013-12-02 2015-05-05 Qbase, LLC Data record compression with progressive and/or selective decomposition
US9201744B2 (en) 2013-12-02 2015-12-01 Qbase, LLC Fault tolerant architecture for distributed computing systems
US9223875B2 (en) 2013-12-02 2015-12-29 Qbase, LLC Real-time distributed in memory search architecture
US9424294B2 (en) 2013-12-02 2016-08-23 Qbase, LLC Method for facet searching and search suggestions

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109213841A (en) * 2017-06-29 2019-01-15 武汉斗鱼网络科技有限公司 Theme sample extraction method, storage medium, electronic equipment and system is broadcast live
CN107463645A (en) * 2017-07-21 2017-12-12 雷锤智能科技南京有限公司 The personalized recommendation system and its recommendation method being oriented to based on user property scoring
CN107656919A (en) * 2017-09-12 2018-02-02 中国软件与技术服务股份有限公司 A kind of optimal L DA Automatic Model Selection methods based on minimum average B configuration similarity between theme
CN108595593A (en) * 2018-04-19 2018-09-28 南京大学 Meeting research hotspot based on topic model and development trend information analysis method
CN108595593B (en) * 2018-04-19 2021-11-23 南京大学 Topic model-based conference research hotspot and development trend information analysis method
CN108763400A (en) * 2018-05-22 2018-11-06 合肥工业大学 Object partitioning method and device based on object behavior and subject matter preferences
WO2020143320A1 (en) * 2019-01-07 2020-07-16 平安科技(深圳)有限公司 Method and apparatus for acquiring word vectors of text, computer device, and storage medium
CN109933657A (en) * 2019-03-21 2019-06-25 中山大学 A kind of Topics Crawling sentiment analysis method based on user characteristics optimization
WO2022093263A1 (en) * 2020-10-30 2022-05-05 Hewlett-Packard Development Company, L.P. Multi-modal hierarchical semantic search engine

Also Published As

Publication number Publication date
US20150154305A1 (en) 2015-06-04
US9542477B2 (en) 2017-01-10

Similar Documents

Publication Publication Date Title
US9542477B2 (en) Method of automated discovery of topics relatedness
US9626623B2 (en) Method of automated discovery of new topics
RU2657173C2 (en) Sentiment analysis at the level of aspects using methods of machine learning
US10977486B2 (en) Blockwise extraction of document metadata
RU2628436C1 (en) Classification of texts on natural language based on semantic signs
RU2635257C1 (en) Sentiment analysis at level of aspects and creation of reports using machine learning methods
KR102703923B1 (en) Apparatus and method for learning narrative of document, apparatus and method for generating narrative of document
US20160239500A1 (en) System and methods for extracting facts from unstructured text
Jonnalagadda et al. A new iterative method to reduce workload in systematic review process
RU2626555C2 (en) Extraction of entities from texts in natural language
KR102053635B1 (en) Distrust index vector based fake news detection apparatus and method, storage media storing the same
US20120317125A1 (en) Method and apparatus for identifier retrieval
Gülle et al. Topic modeling on user stories using word mover's distance
CN109271624A (en) A kind of target word determines method, apparatus and storage medium
Hellrich et al. Exploring diachronic lexical semantics with JeSemE
WO2015084757A1 (en) Systems and methods for processing data stored in a database
Nawaz et al. A segregational approach for determining aspect sentiments in social media analysis
US11341188B2 (en) Expert stance classification using computerized text analytics
Rahul et al. Social media sentiment analysis for Malayalam
Zhuo Consumer demand behavior mining and product recommendation based on online product review mining and fuzzy sets
US10387472B2 (en) Expert stance classification using computerized text analytics
Punitha et al. Partition document clustering using ontology approach
Shen et al. An approach for semantic web discovery using unsupervised learning algorithms
Kotadiya et al. Advancement of Text Summarization Using Machine Learning and Deep Learning: A Review
Dhanya et al. Comparative performance of machine learning algorithms in detecting offensive speech in malayalam-english code-mixed data

Legal Events

Date Code Title Description
AS Assignment

Owner name: QBASE, LLC, VIRGINIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:LIGHTNER, SCOTT;WECKESSER, FRANZ;BODDHU, SANJAY K.;AND OTHERS;REEL/FRAME:041172/0279

Effective date: 20131126

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION