US20160239500A1 - System and methods for extracting facts from unstructured text - Google Patents

System and methods for extracting facts from unstructured text Download PDF

Info

Publication number
US20160239500A1
US20160239500A1 US15/136,731 US201615136731A US2016239500A1 US 20160239500 A1 US20160239500 A1 US 20160239500A1 US 201615136731 A US201615136731 A US 201615136731A US 2016239500 A1 US2016239500 A1 US 2016239500A1
Authority
US
United States
Prior art keywords
fact
identifier
score
extracting
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/136,731
Inventor
Rakesh DAVE
Sanjay BODDHU
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/136,731 priority Critical patent/US20160239500A1/en
Publication of US20160239500A1 publication Critical patent/US20160239500A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • G06F17/3071
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N7/00Computing arrangements based on specific mathematical models
    • G06N7/01Probabilistic graphical models, e.g. probabilistic networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2457Query processing with adaptation to user needs
    • G06F16/24578Query processing with adaptation to user needs using ranking
    • 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
    • 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/35Clustering; Classification
    • 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/35Clustering; Classification
    • G06F16/355Class or cluster creation or modification
    • G06F17/30675
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities

Definitions

  • the present disclosure relates in general to information data mining from document sources, and more specifically to extraction of facts from documents.
  • Electronic document corpora may contain vast amounts of information. For a person searching for specific information in a document corpus, identifying key information may be troublesome. Manually crawling each document and highlighting or extracting important information may even be impossible depending on the size of the document corpus. At times a reader may only be interested in facts or asserted information.
  • intelligent computer systems for extracting features in an automated matter may be commonly used to aid in fact extraction. However, current intelligent systems fail to properly extract facts and associate them with other extracted features such as entities, topics, events and other feature types.
  • the system includes an entity extraction computer module used to extract and disambiguate independent entities from an electronic document, such as a text file.
  • the system may further include a topic extractor computer module configured to determine a topic related to the text file.
  • the system may extract possible facts described in the text by comparing text string structures against a fact template store.
  • the fact template store may be built by revising documents containing facts and recording a commonly used fact sentence structure.
  • the extracted facts may then be associated with extracted entities and topics to determine a confidence score that may serve as an indication of the accuracy of the fact extraction.
  • a method comprises receiving, by an entity extraction computer, an electronic document having unstructured text and extracting, by the entity extraction computer, an entity identifier from the unstructured text in the electronic document.
  • the method further includes extracting, by a topic extraction computer, a topic identifier from the unstructured text in the electronic document, and extracting, by a fact extraction computer, a fact identifier from the unstructured text in the electronic document by comparing text string structures in the unstructured text to a fact template database, the fact template database having stored therein a fact template model identifying keywords pertaining to specific fact identifiers and corresponding keyword weights.
  • the method further includes associating, by a fact relatedness estimator computer, the entity identifier with the topic identifier and the fact identifier to determine a confidence score indicative of a degree of accuracy of extraction of the fact identifier.
  • a system comprising one or more server computers having one or more processors executing computer readable instructions for a plurality of computer modules.
  • the computer modules include an entity extraction module configured to receive an electronic document having unstructured text and extract an entity identifier from the unstructured text in the electronic document, a topic extraction module configured to extract a topic identifier from the unstructured text in the electronic document, and a fact extraction module configured to extract a fact identifier from the unstructured text in the electronic document by comparing text string structures in the unstructured text to a fact template database, the fact template database having stored therein a fact template model identifying keywords pertaining to specific fact identifiers and corresponding keyword weights.
  • the system further includes a fact relatedness estimator module configured to associate the entity identifier with the topic identifier and the fact identifier to determine a confidence score indicative of a degree of accuracy of extraction of the fact identifier.
  • a non-transitory computer readable medium having stored thereon computer executable instructions.
  • the instructions comprise receiving, by an entity extraction computer, an electronic document having unstructured text, extracting, by the entity extraction computer, an entity identifier from the unstructured text in the electronic document, and extracting, by a topic extraction computer, a topic identifier from the unstructured text in the electronic document.
  • the instructions further include extracting, by a fact extraction computer, a fact identifier from the unstructured text in the electronic document by comparing text string structures in the unstructured text to a fact template database, the fact template database having stored therein a fact template model identifying keywords pertaining to specific fact identifiers and corresponding keyword weights, and associating, by a fact relatedness estimator computer, the entity identifier with the topic identifier and the fact identifier to determine a confidence score indicative of a degree of accuracy of extraction of the fact identifier.
  • FIG. 1 is a diagram of a fact extraction system, according to an embodiment.
  • FIG. 2 is diagram of a system for training a fact concept store, according to an embodiment.
  • FIG. 3 is a flow chart of a method for building a fact template store of FIG. 2 , according to an embodiment.
  • Entity extraction refers to information processing methods for extracting information such as names, places, and organizations from electronic documents.
  • Corpus refers to a collection of one or more electronic documents.
  • “Features” is any information which is at least partially derived from an electronic document.
  • Module refers to computer hardware and/or software components suitable for carrying out at least one or more tasks.
  • Fracts refers to asserted information about features found in an electronic document.
  • the present disclosure describes a system and method for detecting, extracting and validating facts from a document source.
  • Embodiments of the systems and methods disclosed here collect data from different sources in order to identify independent events.
  • Embodiments of the present disclosure introduce a framework for extracting facts from unstructured text.
  • the embodiments disclosed herein accurately associate extracted facts with other features (like topics, linguistic features, disambiguated entities and disambiguated entity types) retrieved from the text and employ a fact template store containing commonly used fact sentence structures. This approach allows the assignment of confidence scores to extracted facts and leads to significantly improved accuracy.
  • the following embodiments are performed by a central computer server system having one or more processors executing computer readable instructions corresponding to a plurality of special purpose computer modules described in FIGS. 1-3 below.
  • FIG. 1 depicts an embodiment of a system 100 for extracting facts from an electronic document.
  • Embodiments of the disclosed system may be implemented in various operating environments that include personal computers, server computers, handheld or laptop devices, multiprocessor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, and distributed computing environments.
  • the document corpus computer module 102 may provide an input of an electronic document containing unstructured text such as, for example, a news feed article, a file from a digital library, a blog, a forum, a digital book and/or any file containing natural language text.
  • unstructured text such as, for example, a news feed article, a file from a digital library, a blog, a forum, a digital book and/or any file containing natural language text.
  • the process may involve crawling through document file received from the corpus 102 .
  • An electronic document may include information in unstructured text format which may be crawled using natural language processing techniques (NLP).
  • NLP techniques include, for example, removing stop words, tokenization, stemming and part-of speech tagging among others known in the art.
  • Entity extraction computer module 104 may also include disambiguation methods which may differentiate ambiguous entities. Disambiguation of entities may be performed in order to attribute a fact to an appropriate entity. A method for entity disambiguation may include, for example, comparing extracted entities and co-occurrences with other entities or features against a knowledge base of co-occurring features in order to identify specific entities the document may be referring to. Other methods for entity disambiguation may also be used and are included within the scope of this disclosure.
  • entity extraction computer module 104 may be implemented as a hardware and/or software module in a single computer or in a distributed computer architecture.
  • Topic extractor module 108 may extract the theme or topic of a single document file. In most cases a file may include a single topic, however a plurality of topics may also exist in a single document. Topic extraction techniques may include, for example, comparing keywords against models built with a multi-component extension of latent Dirichlet allocation (MC-LDA), among other techniques for topic identification. A topic may then be appended to a fact in order to provide more accurate information.
  • MC-LDA multi-component extension of latent Dirichlet allocation
  • System 100 may include a fact extractor computer module 112 .
  • Fact extractor module 112 may be a hardware and/or software computer module executing programmatic logic that may extract facts by crawling through the document.
  • Fact extractor module 112 may compare text structures against fact models stored in a fact template store 114 in order to extract and determine the probability of an extracted fact and the associated fact type.
  • a fact relatedness estimator computer module 116 may correlate all features in order to determine a fact relation to other features and assign a confidence score that may serve as an indication that an extracted fact is accurate.
  • Fact relatedness estimator module 116 may calculate a confidence score based on a text distance between parts of text from where a fact was extracted and where a topic or entity was extracted. For example, consider the fact example “President said the bill will pass” extracted from a document where the identified topic was “immigration”. Fact relatedness estimator module 116 may measure the distances between the fact sentence “President said the bill will pass” and the sentence from where the topic “immigration” was extracted. The shorter the distance in text, the more likelihood that the fact is indeed related to immigration.
  • the fact relatedness estimator module 116 may also calculate confidence score by comparing co-occurring entities in the same document file. For example, considering the same example used before the entity “president” may be mentioned at different parts in the document. A co-occurrence of an entity mentioned in a fact with the same entity in a different part of the document may increase a confidence score associated with the fact.
  • the distances between co-occurring entities in relation to facts may also be used in determining confidences scores. Distances in text may be calculated using methods such as tokenization or any other NLP methods.
  • Verified fact store 118 may be a computer database used by various applications in order to query for different facts associated with the purpose of a given application.
  • FIG. 1 illustrates an exemplary embodiment and is in no way limiting the scope of the invention. Additional modules for extracting different features not illustrated in FIG. 1 may also be included and are to be considered within the scope of the invention. As those of skill in the art will realize, all hardware and software modules described in the present disclosure may be implemented in a single special purpose computer or in a distributed computer architecture across a plurality of special purpose computers.
  • FIG. 2 is an embodiment of a training computer system 200 for building a fact template store 214 .
  • a plurality of documents 202 may be tagged, for example by a computer process, in order to identify key words pertaining to specific facts and assign weights to those keywords.
  • an embodiment of a fact template model 206 may be “The President said the bill will pass.”
  • the tagging process of the system 200 can identify, tag and record the sentence structure of the fact.
  • the person may identify the keyword “said” preceded by an entity (e.g., the “President”) and proceeded by some string (e.g., “the bill will pass”) which may represent the value of the fact.
  • the model may then be stored in fact template store 214 along with metadata such as for example, a count of how many times that sentence structure is repeated across different documents, a fact type classification, a confidence score that serves as an indication of how strongly the sentence structure may resemble a fact.
  • Fact template models 206 may be used in subsequent text comparisons in order to extract facts from document files.
  • FIG. 3 is an embodiment of a method for building a fact template store of FIG. 2 .
  • the computer system 200 tags electronic documents in a corpus of documents to identify keywords pertaining to facts.
  • the system 200 assigns weights to tagged keywords.
  • the system 200 selects a fact template model having the identified keywords (from other electronic documents in the corpus) and stores the fact template in the fact template store database along with the metadata, as discussed above in connection with FIG. 2 .
  • the fact template model is used in text comparisons in the process of fact extraction, as discussed in FIG. 1 above.
  • 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.
  • 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.
  • 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 herein 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.

Abstract

A system and method for extracting facts from unstructured text files are disclosed. Embodiments of the disclosed system and method may receive a text file as input and perform extraction and disambiguation of entities, as well as extract topics and facts. The facts are extracted by comparing against a fact template store and associating facts with events or topics. The extracted facts are stored in a data store.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. Non-Provisional application Ser. No. 14/557,802, entitled “System and Method for Extracting Facts from Unstructured Text,” filed on Dec. 2, 2014, which claims the benefit of priority to U.S. Provisional Application No. 61/910,880, filed Dec. 2, 2013, entitled “System and Method for Extracting Facts From Unstructured Text,” all of which are fully incorporated by reference herein for all purposes.
  • This application is related to U.S. patent application Ser. No. 14/557,794, entitled “Method for Disambiguating Features in Unstructured Text,” filed Dec. 2, 2014; U.S. patent application Ser. No. 14/558,300, entitled “Event Detection Through Text Analysis Using Trained Event Template Models,” filed Dec. 2, 2014; U.S. patent application Ser. No. 14/558,076, entitled “Method For Automated Discovery Of New Topics,” filed Dec. 2, 2014; and U.S. patent application Ser. No. 14/558,342, entitled “Event Detection Through Text Analysis Using Dynamic Self Evolving/Learning Module,” filed Dec. 2, 2014; each of which are incorporated herein by reference in their entirety for all purposes.
  • TECHNICAL FIELD
  • The present disclosure relates in general to information data mining from document sources, and more specifically to extraction of facts from documents.
  • BACKGROUND
  • Electronic document corpora may contain vast amounts of information. For a person searching for specific information in a document corpus, identifying key information may be troublesome. Manually crawling each document and highlighting or extracting important information may even be impossible depending on the size of the document corpus. At times a reader may only be interested in facts or asserted information. The use of intelligent computer systems for extracting features in an automated matter may be commonly used to aid in fact extraction. However, current intelligent systems fail to properly extract facts and associate them with other extracted features such as entities, topics, events and other feature types.
  • Thus a need exists for a method of extracting facts and accurately associating them with features to improve accuracy of information.
  • SUMMARY
  • A system and method for extracting facts from unstructured text are disclosed. The system includes an entity extraction computer module used to extract and disambiguate independent entities from an electronic document, such as a text file. The system may further include a topic extractor computer module configured to determine a topic related to the text file. The system may extract possible facts described in the text by comparing text string structures against a fact template store. The fact template store may be built by revising documents containing facts and recording a commonly used fact sentence structure. The extracted facts may then be associated with extracted entities and topics to determine a confidence score that may serve as an indication of the accuracy of the fact extraction.
  • In one embodiment, a method is disclosed. The method comprises receiving, by an entity extraction computer, an electronic document having unstructured text and extracting, by the entity extraction computer, an entity identifier from the unstructured text in the electronic document. The method further includes extracting, by a topic extraction computer, a topic identifier from the unstructured text in the electronic document, and extracting, by a fact extraction computer, a fact identifier from the unstructured text in the electronic document by comparing text string structures in the unstructured text to a fact template database, the fact template database having stored therein a fact template model identifying keywords pertaining to specific fact identifiers and corresponding keyword weights. The method further includes associating, by a fact relatedness estimator computer, the entity identifier with the topic identifier and the fact identifier to determine a confidence score indicative of a degree of accuracy of extraction of the fact identifier.
  • In another embodiment, a system is disclosed. The system comprises one or more server computers having one or more processors executing computer readable instructions for a plurality of computer modules. The computer modules include an entity extraction module configured to receive an electronic document having unstructured text and extract an entity identifier from the unstructured text in the electronic document, a topic extraction module configured to extract a topic identifier from the unstructured text in the electronic document, and a fact extraction module configured to extract a fact identifier from the unstructured text in the electronic document by comparing text string structures in the unstructured text to a fact template database, the fact template database having stored therein a fact template model identifying keywords pertaining to specific fact identifiers and corresponding keyword weights. The system further includes a fact relatedness estimator module configured to associate the entity identifier with the topic identifier and the fact identifier to determine a confidence score indicative of a degree of accuracy of extraction of the fact identifier.
  • In yet another embodiment, a non-transitory computer readable medium having stored thereon computer executable instructions. The instructions comprise receiving, by an entity extraction computer, an electronic document having unstructured text, extracting, by the entity extraction computer, an entity identifier from the unstructured text in the electronic document, and extracting, by a topic extraction computer, a topic identifier from the unstructured text in the electronic document. The instructions further include extracting, by a fact extraction computer, a fact identifier from the unstructured text in the electronic document by comparing text string structures in the unstructured text to a fact template database, the fact template database having stored therein a fact template model identifying keywords pertaining to specific fact identifiers and corresponding keyword weights, and associating, by a fact relatedness estimator computer, the entity identifier with the topic identifier and the fact identifier to determine a confidence score indicative of a degree of accuracy of extraction of the fact identifier.
  • 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 diagram of a fact extraction system, according to an embodiment.
  • FIG. 2 is diagram of a system for training a fact concept store, according to an embodiment.
  • FIG. 3 is a flow chart of a method for building a fact template store of FIG. 2, according to an embodiment.
  • DETAILED DESCRIPTION
  • The present disclosure is herein 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 herein.
  • As used herein, the following terms may have the following definitions:
  • “Entity extraction” refers to information processing methods for extracting information such as names, places, and organizations from electronic documents.
  • “Corpus” refers to a collection of one or more electronic documents.
  • “Features” is any information which is at least partially derived from an electronic document.
  • “Module” refers to computer hardware and/or software components suitable for carrying out at least one or more tasks.
  • “Facts” refers to asserted information about features found in an electronic document.
  • Reference will now be made to the exemplary embodiments illustrated in the drawings, and specific language will be used here to describe the same. It will nevertheless be understood that no limitation of the scope of the invention is thereby intended. Alterations and further modifications of the inventive features illustrated here, and additional applications of the principles of the inventions as illustrated here, which would occur to one skilled in the relevant art and having possession of this disclosure, are to be considered within the scope of the invention.
  • The present disclosure describes a system and method for detecting, extracting and validating facts from a document source.
  • Various embodiments of the systems and methods disclosed here collect data from different sources in order to identify independent events. Embodiments of the present disclosure introduce a framework for extracting facts from unstructured text. The embodiments disclosed herein accurately associate extracted facts with other features (like topics, linguistic features, disambiguated entities and disambiguated entity types) retrieved from the text and employ a fact template store containing commonly used fact sentence structures. This approach allows the assignment of confidence scores to extracted facts and leads to significantly improved accuracy. The following embodiments are performed by a central computer server system having one or more processors executing computer readable instructions corresponding to a plurality of special purpose computer modules described in FIGS. 1-3 below.
  • FIG. 1 depicts an embodiment of a system 100 for extracting facts from an electronic document. Embodiments of the disclosed system may be implemented in various operating environments that include personal computers, server computers, handheld or laptop devices, multiprocessor systems, microprocessor-based systems, programmable consumer electronics, network PCs, minicomputers, mainframe computers, and distributed computing environments.
  • The document corpus computer module 102 may provide an input of an electronic document containing unstructured text such as, for example, a news feed article, a file from a digital library, a blog, a forum, a digital book and/or any file containing natural language text.
  • The process may involve crawling through document file received from the corpus 102. An electronic document may include information in unstructured text format which may be crawled using natural language processing techniques (NLP). Some NLP techniques include, for example, removing stop words, tokenization, stemming and part-of speech tagging among others known in the art.
  • An individual file may first go through an entity extraction computer module 104 where entities (e.g., a person, location, or organization name) are identified and extracted. Entity extraction module 104 may also include disambiguation methods which may differentiate ambiguous entities. Disambiguation of entities may be performed in order to attribute a fact to an appropriate entity. A method for entity disambiguation may include, for example, comparing extracted entities and co-occurrences with other entities or features against a knowledge base of co-occurring features in order to identify specific entities the document may be referring to. Other methods for entity disambiguation may also be used and are included within the scope of this disclosure. In an embodiment, entity extraction computer module 104 may be implemented as a hardware and/or software module in a single computer or in a distributed computer architecture.
  • The file may then go through a topic extractor computer module 108. Topic extractor module 108 may extract the theme or topic of a single document file. In most cases a file may include a single topic, however a plurality of topics may also exist in a single document. Topic extraction techniques may include, for example, comparing keywords against models built with a multi-component extension of latent Dirichlet allocation (MC-LDA), among other techniques for topic identification. A topic may then be appended to a fact in order to provide more accurate information.
  • System 100 may include a fact extractor computer module 112. Fact extractor module 112 may be a hardware and/or software computer module executing programmatic logic that may extract facts by crawling through the document. Fact extractor module 112 may compare text structures against fact models stored in a fact template store 114 in order to extract and determine the probability of an extracted fact and the associated fact type.
  • In the illustrated embodiment, once all features are extracted, a fact relatedness estimator computer module 116 may correlate all features in order to determine a fact relation to other features and assign a confidence score that may serve as an indication that an extracted fact is accurate. Fact relatedness estimator module 116 may calculate a confidence score based on a text distance between parts of text from where a fact was extracted and where a topic or entity was extracted. For example, consider the fact example “President said the bill will pass” extracted from a document where the identified topic was “immigration”. Fact relatedness estimator module 116 may measure the distances between the fact sentence “President said the bill will pass” and the sentence from where the topic “immigration” was extracted. The shorter the distance in text, the more likelihood that the fact is indeed related to immigration. The fact relatedness estimator module 116 may also calculate confidence score by comparing co-occurring entities in the same document file. For example, considering the same example used before the entity “president” may be mentioned at different parts in the document. A co-occurrence of an entity mentioned in a fact with the same entity in a different part of the document may increase a confidence score associated with the fact. The distances between co-occurring entities in relation to facts may also be used in determining confidences scores. Distances in text may be calculated using methods such as tokenization or any other NLP methods.
  • Whenever the confidence score for an extracted fact exceeds a predetermined threshold, such fact may be stored in a verified fact store 118. Verified fact store 118 may be a computer database used by various applications in order to query for different facts associated with the purpose of a given application.
  • Those skilled in the art will realize that FIG. 1 illustrates an exemplary embodiment and is in no way limiting the scope of the invention. Additional modules for extracting different features not illustrated in FIG. 1 may also be included and are to be considered within the scope of the invention. As those of skill in the art will realize, all hardware and software modules described in the present disclosure may be implemented in a single special purpose computer or in a distributed computer architecture across a plurality of special purpose computers.
  • FIG. 2 is an embodiment of a training computer system 200 for building a fact template store 214. A plurality of documents 202 may be tagged, for example by a computer process, in order to identify key words pertaining to specific facts and assign weights to those keywords. For example, an embodiment of a fact template model 206 may be “The President said the bill will pass.” The tagging process of the system 200 can identify, tag and record the sentence structure of the fact. In the example, to build a model the person may identify the keyword “said” preceded by an entity (e.g., the “President”) and proceeded by some string (e.g., “the bill will pass”) which may represent the value of the fact. The model may then be stored in fact template store 214 along with metadata such as for example, a count of how many times that sentence structure is repeated across different documents, a fact type classification, a confidence score that serves as an indication of how strongly the sentence structure may resemble a fact. Fact template models 206 may be used in subsequent text comparisons in order to extract facts from document files.
  • FIG. 3 is an embodiment of a method for building a fact template store of FIG. 2. In step 300, the computer system 200 (FIG. 2) tags electronic documents in a corpus of documents to identify keywords pertaining to facts. In step 302, the system 200 assigns weights to tagged keywords. In step 304, the system 200 selects a fact template model having the identified keywords (from other electronic documents in the corpus) and stores the fact template in the fact template store database along with the metadata, as discussed above in connection with FIG. 2. Finally, in step 306, the fact template model is used in text comparisons in the process of fact extraction, as discussed in FIG. 1 above.
  • 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 herein 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 herein.
  • 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 herein 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 herein, 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 herein 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 herein but is to be accorded the widest scope consistent with the following claims and the principles and novel features disclosed herein.

Claims (18)

What is claimed is:
1. A method comprising:
extracting, by a server, an entity identifier and a topic identifier from a first portion of unstructured text in a text file, the unstructured text comprising a plurality of strings;
comparing, by the server, the strings to data stored in a data structure, the data comprising a fact template model containing a keyword related to a fact identifier and a keyword weight associated with the fact identifier;
extracting, by the server, the fact identifier from a second portion of the unstructured text of the text filed based upon comparing the strings to the data comprising the fact template model;
associating, by the server, the entity identifier with the topic identifier and the fact identifier; and
determining, by the server, a score based on the associating, wherein the score is indicative of a degree of accuracy of the extracting of the fact identifier, wherein the score is based on a spatial distance between the first portion and the second portion.
2. The method of claim 1, wherein the spatial distance is determined via a token.
3. The method of claim 1, wherein the text file comprises a plurality of co-occurring entity identifiers, wherein the score is based on comparing the co-occurring entity identifiers.
4. The method of claim 1, wherein the fact template model includes metadata.
5. The method of claim 4, wherein the metadata includes a count of a number of times a sentence structure corresponding to the fact template model is repeated across a plurality of electronic documents comprising the text file.
6. The method of claim 4, wherein the metadata comprises the score.
7. The method of claim 1, where at least two of the extracting, the comparing, the extracting, the associating, and the determining are distributed among a plurality of computers.
8. The method of claim 1, further comprising:
determining, by the server, whether the score exceeds a predetermined threshold;
in response to the score exceeding the predetermined threshold, storing, by the server, the fact identifier in a second data structure.
9. The method of claim 1, wherein the spatial distance is determined via a natural language processing technique.
10. A device comprising:
a processor;
a memory storing a set of instructions executable by the processor to perform a method comprising:
extracting, by the processor, an entity identifier and a topic identifier from a first portion of an unstructured text in a text file, wherein the unstructured text comprises a plurality of strings, wherein the unstructured text comprises a second portion;
comparing, by the processor, the strings to a data stored in a data structure, wherein the data comprises a fact template model which identifies a keyword related to a fact identifier and a keyword weight associated with the fact identifier;
extracting, by the processor, the fact identifier from the second portion based on the comparing;
associating, by the processor, the entity identifier with the topic identifier and the fact identifier;
determining, by the processor, a score based on the associating, wherein the score is indicative of a degree of accuracy of the extracting of the fact identifier, wherein the score is based on a spatial distance between the first portion and the second portion.
11. The device of claim 10, wherein the spatial distance is determined via a token.
12. The device of claim 1, wherein the text file comprises a plurality of co-occurring entity identifiers, wherein the score is based on comparing the co-occurring entity identifiers.
13. The device of claim 1, wherein the fact template model includes metadata.
14. The device of claim 13, wherein the metadata includes a count of a number of times a sentence structure corresponding to the fact template model is repeated across a plurality of electronic documents comprising the text file.
15. The device of claim 13, wherein the metadata comprises the score.
16. The device of claim 10, where at least two of the extracting, the comparing, the extracting, the associating, and the determining are distributed among a plurality of computers.
17. The device of claim 10, further comprising:
determining, by the processor, whether the score exceeds a predetermined threshold;
in response to the score exceeding the predetermined threshold, storing, by the processor, the fact identifier in a second data structure.
18. The device of claim 10, wherein the spatial distance is determined via a natural language processing technique.
US15/136,731 2013-12-02 2016-04-22 System and methods for extracting facts from unstructured text Abandoned US20160239500A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/136,731 US20160239500A1 (en) 2013-12-02 2016-04-22 System and methods for extracting facts from unstructured text

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201361910880P 2013-12-02 2013-12-02
US14/557,802 US9424524B2 (en) 2013-12-02 2014-12-02 Extracting facts from unstructured text
US15/136,731 US20160239500A1 (en) 2013-12-02 2016-04-22 System and methods for extracting facts from unstructured text

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14/557,802 Continuation US9424524B2 (en) 2013-12-02 2014-12-02 Extracting facts from unstructured text

Publications (1)

Publication Number Publication Date
US20160239500A1 true US20160239500A1 (en) 2016-08-18

Family

ID=53265484

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/557,802 Active US9424524B2 (en) 2013-12-02 2014-12-02 Extracting facts from unstructured text
US15/136,731 Abandoned US20160239500A1 (en) 2013-12-02 2016-04-22 System and methods for extracting facts from unstructured text

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US14/557,802 Active US9424524B2 (en) 2013-12-02 2014-12-02 Extracting facts from unstructured text

Country Status (1)

Country Link
US (2) US9424524B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106844782A (en) * 2017-03-10 2017-06-13 山东省科学院情报研究所 The multichannel big data acquisition system and method for a kind of network-oriented
US10592738B2 (en) 2017-12-01 2020-03-17 International Business Machines Corporation Cognitive document image digitalization
WO2020076635A1 (en) * 2018-10-08 2020-04-16 Schlumberger Technology Corporation Automatic fact extraction
TWI818713B (en) * 2021-12-13 2023-10-11 美商萬國商業機器公司 Computer-implemented method, computer program product and computer system for automatically assign term to text documents

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10019716B1 (en) * 2013-11-21 2018-07-10 Google Llc Method for feedback submission resolution
US10885042B2 (en) * 2015-08-27 2021-01-05 International Business Machines Corporation Associating contextual structured data with unstructured documents on map-reduce
WO2017058584A1 (en) * 2015-09-28 2017-04-06 Microsoft Technology Licensing, Llc Extracting facts from unstructured information
US10318564B2 (en) 2015-09-28 2019-06-11 Microsoft Technology Licensing, Llc Domain-specific unstructured text retrieval
US10354188B2 (en) * 2016-08-02 2019-07-16 Microsoft Technology Licensing, Llc Extracting facts from unstructured information
US10061845B2 (en) 2016-02-18 2018-08-28 Fmr Llc Analysis of unstructured computer text to generate themes and determine sentiment
CN106095972B (en) * 2016-06-17 2020-06-19 联动优势科技有限公司 Information classification method and device
US10210384B2 (en) * 2016-07-25 2019-02-19 Intuit Inc. Optical character recognition (OCR) accuracy by combining results across video frames
US11568274B2 (en) * 2016-08-05 2023-01-31 Google Llc Surfacing unique facts for entities
RU2640718C1 (en) 2016-12-22 2018-01-11 Общество с ограниченной ответственностью "Аби Продакшн" Verification of information object attributes
CN108319581B (en) * 2017-01-17 2021-10-08 科大讯飞股份有限公司 Natural language sentence evaluation method and device
US11605304B2 (en) * 2017-03-06 2023-03-14 International Business Machines Corporation Learning of policy for selection of associative topic in dialog system
CN107145503A (en) * 2017-03-20 2017-09-08 中国农业大学 Remote supervision non-categorical relation extracting method and system based on word2vec
EP3407209A1 (en) * 2017-05-22 2018-11-28 Fujitsu Limited Apparatus and method for extracting and storing events from a plurality of heterogeneous sources
CN107818141B (en) * 2017-10-10 2020-07-14 大连理工大学 Biomedical event extraction method integrated with structured element recognition
US10303771B1 (en) * 2018-02-14 2019-05-28 Capital One Services, Llc Utilizing machine learning models to identify insights in a document
CN108897857B (en) * 2018-06-28 2021-08-27 东华大学 Chinese text subject sentence generating method facing field
US11727245B2 (en) * 2019-01-15 2023-08-15 Fmr Llc Automated masking of confidential information in unstructured computer text using artificial intelligence
US11222057B2 (en) * 2019-08-07 2022-01-11 International Business Machines Corporation Methods and systems for generating descriptions utilizing extracted entity descriptors
CN111723564B (en) * 2020-05-27 2022-12-09 西安交通大学 Event extraction and processing method for case-following electronic file
US10878174B1 (en) 2020-06-24 2020-12-29 Starmind Ag Advanced text tagging using key phrase extraction and key phrase generation
US11379763B1 (en) 2021-08-10 2022-07-05 Starmind Ag Ontology-based technology platform for mapping and filtering skills, job titles, and expertise topics
CN113626618B (en) * 2021-10-12 2022-02-15 深圳前海环融联易信息科技服务有限公司 Case series connection method and device based on cross-chapter event extraction and related components
CN115186667B (en) * 2022-07-19 2023-05-26 平安科技(深圳)有限公司 Named entity identification method and device based on artificial intelligence

Family Cites Families (118)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5828843A (en) 1996-03-21 1998-10-27 Mpath Interactive, Inc. Object-oriented method for matching clients together with servers according to attributes included in join request
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
NO316480B1 (en) * 2001-11-15 2004-01-26 Forinnova As Method and system for textual examination and discovery
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
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
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
US20050154701A1 (en) * 2003-12-01 2005-07-14 Parunak H. Van D. Dynamic information extraction with self-organizing evidence construction
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
US20060179026A1 (en) 2005-02-04 2006-08-10 Bechtel Michael E Knowledge discovery tool extraction and integration
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
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
EP1963998A1 (en) 2005-12-22 2008-09-03 International Business Machines Corporation 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
US9535911B2 (en) 2007-06-29 2017-01-03 Pulsepoint, Inc. Processing a content item with regard to an event
US20090043792A1 (en) 2007-08-07 2009-02-12 Eric Lawrence Barsness Partial Compression of a Database Table Based on Historical Information
US8442969B2 (en) 2007-08-14 2013-05-14 John Nicholas Gross Location based news and search engine
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
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
EP2235649A1 (en) 2007-12-21 2010-10-06 Thomson Reuters Global Resources Entity, event, and relationship extraction
US8326847B2 (en) 2008-03-22 2012-12-04 International Business Machines Corporation Graph search system and method for querying loosely integrated data
WO2009117835A1 (en) 2008-03-27 2009-10-01 Hotgrinds Canada 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
CA2686796C (en) 2008-12-03 2017-05-16 Trend Micro Incorporated Method and system for real time classification of events in computer integrity system
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
EP2488960A4 (en) 2009-10-15 2016-08-03 Hewlett Packard Entpr Dev Lp Heterogeneous data source management
US8645372B2 (en) 2009-10-30 2014-02-04 Evri, Inc. 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
CN102356393B (en) 2010-01-29 2014-04-09 松下电器产业株式会社 Data processing device
WO2011097307A2 (en) * 2010-02-03 2011-08-11 Occam, Inc. Intuitive, contextual information search and presentation systems and methods
US9710556B2 (en) 2010-03-01 2017-07-18 Vcvc Iii Llc Content recommendation based on collections of entities
CN103038764A (en) 2010-04-14 2013-04-10 惠普发展公司,有限责任合伙企业 Method for keyword extraction
US8595234B2 (en) 2010-05-17 2013-11-26 Wal-Mart Stores, Inc. Processing data feeds
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
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
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
US8688706B2 (en) 2010-12-01 2014-04-01 Google Inc. Topic based user profiles
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
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
WO2014040169A1 (en) * 2012-09-14 2014-03-20 Broadbandtv, Corp. Intelligent supplemental search engine optimization
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
US9104710B2 (en) 2013-03-15 2015-08-11 Src, Inc. Method for cross-domain feature correlation
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
US9223875B2 (en) 2013-12-02 2015-12-29 Qbase, LLC Real-time distributed in memory search architecture
US9177262B2 (en) 2013-12-02 2015-11-03 Qbase, LLC Method of automated discovery of new topics
US9025892B1 (en) 2013-12-02 2015-05-05 Qbase, LLC Data record compression with progressive and/or selective decomposition
US9424294B2 (en) 2013-12-02 2016-08-23 Qbase, LLC Method for facet searching and search suggestions
US9201744B2 (en) 2013-12-02 2015-12-01 Qbase, LLC Fault tolerant architecture for distributed computing systems
KR20160124742A (en) 2013-12-02 2016-10-28 큐베이스 엘엘씨 Method for disambiguating features in unstructured text
WO2015084726A1 (en) 2013-12-02 2015-06-11 Qbase, LLC Event detection through text analysis template models

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106844782A (en) * 2017-03-10 2017-06-13 山东省科学院情报研究所 The multichannel big data acquisition system and method for a kind of network-oriented
US10592738B2 (en) 2017-12-01 2020-03-17 International Business Machines Corporation Cognitive document image digitalization
WO2020076635A1 (en) * 2018-10-08 2020-04-16 Schlumberger Technology Corporation Automatic fact extraction
TWI818713B (en) * 2021-12-13 2023-10-11 美商萬國商業機器公司 Computer-implemented method, computer program product and computer system for automatically assign term to text documents

Also Published As

Publication number Publication date
US20150154193A1 (en) 2015-06-04
US9424524B2 (en) 2016-08-23

Similar Documents

Publication Publication Date Title
US9424524B2 (en) Extracting facts from unstructured text
CN109145153B (en) Intention category identification method and device
US9922032B2 (en) Featured co-occurrence knowledge base from a corpus of documents
US9542477B2 (en) Method of automated discovery of topics relatedness
US9239875B2 (en) Method for disambiguated features in unstructured text
US9177262B2 (en) Method of automated discovery of new topics
US20210064821A1 (en) System and method to extract customized information in natural language text
US9619571B2 (en) Method for searching related entities through entity co-occurrence
US20180121413A1 (en) System and method for extracting entities in electronic documents
KR20190062391A (en) System and method for context retry of electronic records
US9645988B1 (en) System and method for identifying passages in electronic documents
US9632998B2 (en) Claim polarity identification
US9262400B2 (en) Non-transitory computer readable medium and information processing apparatus and method for classifying multilingual documents
WO2015084757A1 (en) Systems and methods for processing data stored in a database
Gąsior et al. The IPIPAN team participation in the check-worthiness task of the CLEF2019 CheckThat! Lab
Chifu et al. A system for detecting professional skills from resumes written in natural language
Makrynioti et al. PaloPro: a platform for knowledge extraction from big social data and the news
US10387472B2 (en) Expert stance classification using computerized text analytics
US11341188B2 (en) Expert stance classification using computerized text analytics
Gao et al. Exploiting linked open data to uncover entity types
US20210357867A1 (en) Method, system and computer-readable medium for information retrieval
Gayen et al. Automatic identification of Bengali noun-noun compounds using random forest
KR102625347B1 (en) A method for extracting food menu nouns using parts of speech such as verbs and adjectives, a method for updating a food dictionary using the same, and a system for the same
TWI493364B (en) Management methods for subjective comments of articles, and related devices and computer program products
US20240046039A1 (en) Method for News Mapping and Apparatus for Performing the Method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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