Patents
Literature
Patsnap Copilot is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Patsnap Copilot

727 results about "Relationship extraction" patented technology

A relationship extraction task requires the detection and classification of semantic relationship mentions within a set of artifacts, typically from text or XML documents. The task is very similar to that of information extraction (IE), but IE additionally requires the removal of repeated relations (disambiguation) and generally refers to the extraction of many different relationships.

Method and system for automatically constructing knowledge maps for mass unstructured texts

The invention belongs to the technical field of computer software, and discloses a method and a system for automatically constructing knowledge maps for mass unstructured texts. The method comprises the steps of: abstracting a named entity recognition problem into a sequence labeling problem by giving a sentence and labeling each word in the sequence of sentences; designing effective features according to the training data, learning various classification models, and using trained classifiers to predict relationships; linking multiple existing knowledge to create a large-scale and unified knowledge network from the top; and capturing and integrating entity information from three online encyclopedias, open websites, related knowledge bases, or search engine logs. According to the method andthe system for automatically constructing knowledge maps for mass unstructured texts, the construction speed of the knowledge maps can be greatly improved, the time efficiency is improved, and the human resource cost is reduced by more than 30%. In addition, the method and the system have better domain portability, and the construction of the knowledge map can be quickly implemented by only optimizing the entities and relationship extraction algorithms in the invention.
Owner:GLOBAL TONE COMM TECH

Dependency semantic-based Chinese unsupervised open entity relationship extraction method

The invention relates to a dependency semantic-based Chinese unsupervised open entity relationship extraction method. The method comprises the following steps of preprocessing an input text: performing Chinese word segmentation, part-of-speech tagging and dependency grammar analysis on the input text; performing named entity identification on the input text; arbitrarily selecting two entities from identified entities to form candidate entity pairs; searching for a dependency path between two entities in the candidate entity pairs; and analyzing whether a syntactic structure mapped by the dependency path is matched with a normal form of a dependency semantic normal form set or not, if yes, extracting words or phrases from the residual part of the input text according to the matched normal form to serve as relational words, forming a relational triple by the extracted relational words and the candidate entity pairs, and if not, performing normal form matching of a next group of the candidate entity pairs; and outputting the relational triple. Compared with the prior art, the method has the advantages that the calculation complexity is low; the extraction efficiency is high; distance position limitation is overcome; a simple sentence also can be extracted and the like.
Owner:TONGJI UNIV

Building method and system used for knowledge obtaining model in knowledge graph

The invention provides a building method used for a knowledge obtaining model in a knowledge graph. The method comprises the steps of constructing a first training set consisting of multiple text sentences as input data and a relationship between any two entities in each sentence in the knowledge graph, as a classification result, and training a first neural network; constructing a second trainingset consisting of triples in multiple knowledge graphs, and training a second neural network; by taking input data vectors obtained in the second neural network as attention features of the first neural network, building a relationship extraction model; by taking input data vectors obtained in the first neural network as attention features of the second neural network, building a knowledge representation model; and fusing the relationship extraction model and the knowledge representation model to obtain the knowledge obtaining model in the knowledge graph. According to the method provided bythe invention, the two task models of knowledge representation and relationship extraction are integrated at the same time, and the features of the knowledge graph and free texts can be comprehensively extracted, so that the model stability and accuracy are improved.
Owner:TSINGHUA UNIV

Event atlas construction system and method based on multi-dimensional feature fusion and dependency syntax

ActiveCN111581396AOvercoming the defects of the impact of the buildImprove the extraction effectSemantic analysisNeural architecturesEvent graphEngineering
The invention discloses an event atlas construction system and method based on multi-dimensional feature fusion and dependency syntax. The event graph construction method based on multi-dimensional feature fusion and dependency syntax is realized through joint learning of event extraction, event correction and alignment based on multi-dimensional feature fusion, relationship extraction based on enhanced structured events, causal relationship extraction based on dependency syntax and graph attention network and an event graph generation module. According to the event graph construction method and device, the event graph is constructed through the quintuple information of the enhanced structured events and the relations between the events in four dimensions, and the defects that in the priorart, event representation is simple and depends on an NLP tool, the event relation is single, and the influence of the relations between the events on event graph construction is not considered at the same time are overcome. According to the event atlas construction method provided by the invention, the relationships among the events in four dimensions can be randomly combined according to different downstream tasks, and the structural characteristics of the event atlas are learned to be associated with potential knowledge, so that downstream application is assisted.
Owner:XI AN JIAOTONG UNIV

Construction system and method of knowledge map

The invention discloses a construction system and method of a knowledge map, and belongs to the technical fields of natural language processing (NLP) and computer information processing. The system includes: a crawler module, which carries out crawling and data cleaning on text; a basic labeling module, which is used for carrying out basic labeling work including subject completion operations; a candidate relationship extraction module, which is used for extracting candidate relationships including candidate relationship sentences and/or relationship entity pairs, a feature extraction module,which is used for carrying out feature extraction; a relationship classifier training module, which is used for carrying out model training according to candidate relationship extraction results and feature extraction results to construct a relationship classifier; and a relationship audit module, which is used for carrying out audit determination on candidate sentence relationships obtained by the relationship classifier, and accordingly adjusting the relationship classifier according to results of audit determination. The system realizes higher relationship extraction capability, reduces costs of manual participation, and improves efficiency of constructing the knowledge map.
Owner:ZHONGAN INFORMATION TECH SERVICES CO LTD

Enterprise relationship extraction method, device and storage medium

The invention discloses an enterprise relationship extraction method, a device and a storage medium. The method includes: extracting enterprise entity pair sentences, of which relationships exist, touse the same as training sample sentences to establish a sample library; extracting all training sample sentences, which contain one enterprise entity pair, from the sample library, carrying out wordsegmentation, mapping each word to a word vector x, and mapping each training sample sentence to a sentence vector S; using LSTM (Long Short-Term Memory) to calculate a first hidden-layer statevector h and a second hidden-layer state vector h' of the word vector x, obtaining a comprehensive hidden-layer state vector by splicing, and then obtaining a feature vector T; substituting the feature vector T into an average-vector expression to calculate an average vector S; substituting the average vector S and relationship types of the enterprise entity pair into a softmax classification function to calculate a weight a of each training sample sentence; and extracting sentences containing two enterprise entities, obtaining a feature vector T through bi-LSTM (Bidirectional Long Short-term Memory), and inputting the same into a trained RNN model to predict a relationship of the two enterprises. Labor costs are reduced, and the relationship between the two enterpriseentities is more accurately predicted.
Owner:PING AN TECH (SHENZHEN) CO LTD

Character relationship graph construction method based on integration of ontology and multiple neural networks

PendingCN110222199ATo achieve the purpose of entity identificationImprove query efficiencyWeb data indexingVisual data miningGraph spectraThe Internet
The invention relates to a character relationship graph construction method based on integration of an ontology and multiple neural networks. The method comprises the following steps: crawling data related to a character in a certain domain in the Internet; establishing a domain character ontology; extracting data from a structured data table which contains multiple types of entities and has repeated entities to construct a standardized entity table; matching the two class names of the character ontology model with the two entity table names through a semantic mapping algorithm, automaticallyobtaining all entity relationships, and storing the entity relationships in a Neo4j database in a graph structure; for the text data in the structured table, carrying out character entity recognitionand relationship extraction by using a sliding window, entity position characteristics and a bidirectional gating recurrent neural network; and updating the current graph structure of the newly addedrelationship to form a domain character relationship knowledge graph. The character relationship advanced features can be extracted from the original relational data and the text data, manual design is not needed, the recognition effect is improved, and the efficiency of constructing the character relationship graph by the complex webpage text is improved.
Owner:QINGDAO UNIV

A medical entity relationship extraction method based on feature fusion

The invention discloses a medical entity relationship extraction method based on feature fusion, and the method comprises the steps: enabling entities in a knowledge base to be aligned to medical corpora through a remote supervision and rule combination method, and constructing an entity pair sentence set; performing word-level vector coding on the sentences based on a convolutional neural networkmodel to obtain overall feature vector representation of the sentences; extracting features in left and right subtree directions on the shortest dependency path of the sentences by using a recurrentneural network respectively, and performing splicing operation; and fusing the sentence overall features and the dependency syntax features which are extracted from the two parts respectively, and performing final relation extraction on the obtained fusion features. According to the method, on the premise that a dependency syntax structure is utilized; entity type characteristics capable of expressing entity relationship types among entities are introduced; the position features and the overall features of the sentences are integrated with the dependency syntactic features, the semantic relationship between the sentences is better learned, the interference of noise data on medical entity relationship extraction is reduced, and the accuracy of medical entity relationship extraction can be improved to a certain extent.
Owner:BEIJING UNIV OF TECH

Extraction system of affective characteristic words

InactiveCN101609459ASentiment Analysis Performance ImprovementsImprove recallSpecial data processing applicationsWord listSubject matter
The invention relates to an extraction system of affective characteristic words. The extraction system is characterized by comprising a characteristic selecting module, a characteristic verification module, a relation extraction module, a generalized affective characteristic word list and a narrow affective characteristic word list; the characteristic selecting module utilizes article content in an article set pointed by comment and comment content in a comment set to respectively extract all candidate affective characteristic words and sorted candidate affective characteristic words in the comment content; the relation extraction module constructs a sense relation diagram between words by a template according to the article content, establishes the generalized affective characteristic word list by the all candidate affective characteristic words and the sense relation diagram; and establishes the narrow affective characteristic word list by the sorted candidate affective characteristic words and the sense relation diagram. The method for obtaining affective characteristic words not only is applicable to universal sentiment analysis with larger subject, but also can carry out deeper sentiment analysis in detailed subject. The extraction system of affective characteristic words can be widely applied to sentiment analysis of comment of news, forums, blogs and the like.
Owner:PEKING UNIV

Text relation extraction method based on double-layer attention mechanism and bidirectional GRU

The invention discloses a text relation extraction method based on a double-layer attention mechanism and a bidirectional GRU. The text relation extraction method comprises: carrying out entity labeling and relation labeling text corpora; preprocessing the annotation data to generate a training set and a test set of an entity extraction model and a relationship extraction model; constructing a relationship extraction network; respectively carrying out entity extraction model training and relationship extraction model training; inputting the test set data into an entity extraction model to obtain an entity identification result; and inputting the entity identification result and the test set data into a relationship extraction model to obtain a relationship extraction result. According to the invention, entity position information and entity label information are utilized to expand word vector characteristics; vectorization of text information is realized, more feature information is provided for relationship identification, the correlation between input information and output information of the bidirectional GRU model is improved, the influence of keywords on output is enhanced, the anti-noise capability is improved, and the Chinese text relationship extraction accuracy can be effectively improved.
Owner:THE 28TH RES INST OF CHINA ELECTRONICS TECH GROUP CORP

Universal knowledge graph visualizing device and method based on artificial intelligence technology

The invention discloses a universal knowledge graph visualizing device and method based on an artificial intelligence technology. The device includes a data management module, a graph visualizing module, a statistics analyzing and visualizing module, a user management module and a chart management module. The data management module is used for importing, storing and managing knowledge data, setting visualizing chart patterns, conducting cleaning and clustering on the imported data through deep learning, processing the knowledge data through relation extraction and a model calculation technology and then storing the data; the graph visualizing module is used for directly and visually displaying knowledge graphs; the statistics analyzing and visualizing module is used for quantizing data ofthe knowledge graphs to generate corresponding statistics charts, and conducting visual statistics analysis; the user management module is used for protecting the privacy of user data; the chart management module is used for managing generated statistics charts of users. The device can meet demands of employees with more service backgrounds and achieve more efficient visualization, and through intersection of more service domains, fusion of knowledge is facilitated.
Owner:BEIJING UNIV OF POSTS & TELECOMM

Electronic medical record entity relationship extraction method based on a convolutional recurrent neural network

The invention discloses an electronic medical record entity relationship extraction method based on a convolutional recurrent neural network. The method comprises the steps of using a data constructorto reconstruct natural statements to obtain a multi-dimensional hierarchical sequence; Mapping the multi-dimensional hierarchical sequence into an input feature vector by adopting a vector representation technology; capturing local and global semantic information of the statement simultaneously by adopting a convolutional recurrent neural network ConvLSTM to obtain an upper sentence vector; adopting a two-stage attention mechanism to capture text content closely associated with the semantic relation, and obtaining a high-stage sentence vector, so as to solve the problem that multiple instances are mistakenly labeled; and performing relation judgment according to the obtained high-level sentence vector to obtain a prediction label. The method does not depend on any external resource characteristics, and the entity relationship extraction performance is improved only by means of data reconstruction and improvement of a network model framework. Meanwhile, the method can be extended to other tasks with the problems of insufficient feature extraction, unbalanced samples and the like.
Owner:SOUTHWEST JIAOTONG UNIV

Text statement processing method and device, computer equipment and storage medium

The invention relates to a text statement processing method and device, computer equipment and a storage medium. The method comprises the steps of obtaining a sample text statement containing an entity pair and a relationship label of the entity pair; extracting a positive example statement pair and a negative example statement pair from the sample text statement according to the relationship label, and performing positive and negative example sampling processing to obtain a training set; inputting the training set into a to-be-trained relationship extraction model, and generating a loss valuecomprising a comparison loss value; wherein the comparison loss value is used for representing the difference between the similarity of the statements in the positive example statement pair and the similarity of the statements in the negative example statement pair; adjusting parameters of the relation extraction model according to the loss value, and returning to the step of extracting the positive example statement pair and the negative example statement pair from the sample text statement according to the relation label, so as to carry out iterative training until a training stop conditionis met, and obtaining the relation extraction model; wherein the relationship extraction model is used for identifying the entity relationship of the entity pair in the text statement. By adopting the method, the entity relationship extraction accuracy can be effectively improved.
Owner:TSINGHUA UNIV +1
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products