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

111 results about "Entity relation extraction" patented technology

System and method for constructing information-analysis-oriented knowledge maps

The invention discloses a system and method for constructing information-analysis-oriented knowledge maps. The system comprises a data acquisition module, a text extraction module, an entity recognition module, a semantic analysis module and an entity-relation extraction module, wherein the data acquisition module is used for carrying out cleaning and simple preprocessing on acquired data and outputting the data to the text extraction module; the text extraction module is used for carrying out data cleaning and preprocessing on structured and unstructured data and conveying clean data to the entity recognition module; the entity recognition module is used for segmenting words of a text, marking the word characteristics of the segmented words, then extracting terms and conveying extracted results to the semantic analysis module; the semantic analysis module is used for analyzing and extracting relation among bodies, generating a semantic metadata model by a body construction tool and outputting the semantic metadata model to the entity-relation extraction module; and the entity-relation extraction module is used for finally generating knowledge map language by extracting taxonomic relation and non-taxonomic relation. The system and method disclosed by the invention have the advantages that by combination of syntactic training and association rules, not only are external input and artificial intervention reduced, but also the entity relation can be continuously recognized.
Owner:NO 32 RES INST OF CHINA ELECTRONICS TECH GRP

Open Chinese entity relation extraction method using dependency analysis

The invention discloses an open Chinese entity relation extraction method using dependency analysis. According to the method, firstly, sentences are subjected to dependency analysis; then, a Chinese grammar heuristic rule and the dependency analysis result are combined for extracting relation words; next, the named entity position is determined according to the distance; and finally, the triple output is carried out. The experiment is carried out on SogouCA and SogouCS language databases. The result shows that the method provided by the invention is applicable to large-scale language databases, and has good transportability. The method provided by the invention fundamentally overcomes the limitation of intrinsic properties of complicated Chinese grammar, diverse expression modes, rich semantics and the like.
Owner:上海兑观信息科技技术有限公司

Text data-oriented threat intelligence knowledge graph construction method

The invention relates to a text data-oriented threat intelligence knowledge graph construction method. The functions of automatically extracting the key information from the text threat intelligence data and constructing the threat intelligence knowledge graph are realized. The invention provides a threat intelligence knowledge graph construction method for text data. The method comprises the following steps: defining an ontology structure in the threat intelligence field; using a threat intelligence named entity recognition model based on multiple factors and a threat intelligence entity relation extraction model based on a graph neural network to obtain threat intelligence entities and relation triples from text data, and finally storing information through a graph database to form a threat intelligence knowledge graph.
Owner:SICHUAN UNIV +1

Enterprise entity relation extraction method based on convolutional neural network

InactiveCN107220237AAccurate and more efficient extractionAvoid the disadvantages of time-consuming and labor-intensive manual labelingNatural language data processingSpecial data processing applicationsRelation classificationNamed-entity recognition
The invention discloses an enterprise entity relation extraction method based on a convolutional neural network. The method comprises the steps of a relation corpus building stage, wherein an initial seed relation pair set is built artificially, and by means of an internet search engine and a Bootstrapping technology, relation language materials are generated in an iteration mode, and finally a relation corpus is formed; a relation classification model training stage, wherein term vectors and position embedding are combined to build a sentence vector matrix representation to serve as input of a network, the convolutional neural network is built, the network is trained by means of a back propagation algorithm, and a relation classification model is obtained; an enterprise entity relation extraction stage in a web page, wherein the web page is preprocessed by combining web page text extraction with a named entity identification technology, and then enterprise entity relation extraction is conducted on the preprocessed web page. By means of the method, not only the defects of an artificial feature method can be overcome, but also the enterprise entity relation can be extracted from the web page more accurately and efficiently.
Owner:NANJING UNIV

Electronic medical record entity relation extraction method and apparatus

The invention discloses an electronic medical record entity relation extraction method and apparatus, and belongs to the field of medical data mining. The method comprises the steps of obtaining a matrix after electronic medical record natural statement mapping through a convolutional neural network model and word vectorization representation; inputting tested electronic medical record natural statements to the trained convolutional neural network model to obtain eigenvectors; and inputting the eigenvectors to a trained classifier, and extracting an entity relation of the tested electronic medical record natural statements. Therefore, the advantages of the convolutional neural network model are utilized, the relation among entities in the electronic medical record natural statements is mined, and a technical way is provided for automatically learning electronic medical record information.
Owner:BEIJING QUALITY & ZEAL INFORMATION TECH CO LTD

Multi-entity relationship joint extraction method and device based on text generation

PendingCN110196913ASolve extraction problemsJoint extraction implementationNatural language data processingSpecial data processing applicationsFeature extractionEntity relation extraction
The invention provides a multi-entity relationship joint extraction method and device based on text generation, wherein the method comprises the steps of expressing each word in a sentence to be processed through a coding vector, and obtaining a word embedding vector of each word; performing feature extraction on the word embedding vector of each word, and obtaining a high-grade feature representation vector of each word; and decoding the advanced feature representation vector, generating a target entity or a relational word at each moment to obtain a generation sequence, and generating the words generated at each three consecutive moments in the generation sequence to form an entity relationship triple. According to the method, an entity relationship extraction task is converted into a text generation task, the entity and the relation words are used as the target text to be generated, and one or more groups of relation triplets are generated, so that the joint extraction of the entityand the relation is achieved, the entity can repeatedly appear in the multiple triplets, and the entity overlapping and entity relation extraction problems under the multiple relations are solved.
Owner:BEIJING UNIV OF POSTS & TELECOMM

Medical knowledge graph generation method, storage medium and server

The invention discloses a medical knowledge graph generation method, a storage medium and a server. The method includes the steps that input medical information is received, and named entity identification is conducted on the input medical information to obtain entities in the medical information; entity relation extraction is conducted on the identified entities to obtain the corresponding relation between the entities; a medical knowledge graph corresponding to the medical information is generated according to the obtained entities and the corresponding relation between the entities. The method has the advantage of automatically generating the corresponding medical knowledge graph according to the input medical information; labor is saved, and convenience is provided for users.
Owner:南京深数智能科技研究院有限公司

Method of entity relation extraction based on neural network

The invention discloses an entity relation extraction method based on a neural network, using the algorithm of machine learning and neural network model, Input a Chinese sentence into the program model, the model will give a special label to the entity words or statements, that is, the entity in the text can be extracted, and then through a classification algorithm for the extracted entity to do relationship classification, entity relationship classification is completed. Specifically, assign an ID to each word that appears in the Chinese text, Then the IDs corresponding to these sentences aretransformed into input vectors of the neural network model, and the results obtained through bilstm and CRF layer are mapped to corresponding entity tags to complete entity extraction. Finally, the entities in the text are classified by machine learning classification algorithm, and finally such a triple form of an entity of the entities-relationsientities is obtained. . This method only needs training text and input statements to complete the extraction of relational entities, which is a flexible and convenient method.
Owner:GUILIN UNIV OF ELECTRONIC TECH

Electronic medical record entity relationship extraction method based on shortest dependency subtree

The invention provides an electronic medical record entity relationship extraction method based on a shortest dependency subtree. The method comprises the following steps: firstly, extracting an entity-based shortest subtree from an original sentence through dependency syntactic analysis to compress the sentence length; secondly, coding the statements through a bidirectional long short-term memory(BLSTM) neural network, and then coding the statements through the BLSTM neural network; learning final semantic representation of the sentences through a maximum pooling layer (Max Pooling), and finally classifying the sentences through a softmax classifier to obtain an entity relationship. According to the method, noise vocabularies and compressed statement lengths can be deleted. Meanwhile, the key words representing the relations between the entities are completely reserved, so that the compressed statement semantic relations are clearer. The problem that semantic information of statements cannot be well represented due to too long statements of an existing electronic medical record entity relation extraction model is solved, and the performance of the relation extraction model is improved.
Owner:SICHUAN UNIV

Knowledge representation learning framework based on multi-class cross entropy comparison completion coding

The invention discloses a knowledge representation learning framework based on multi-class cross entropy comparison completion coding. The framework mainly comprises a semantic structure feature extraction module (S) and an automatic comparison completion coding module (G). The semantic structure feature extraction module (S) is responsible for extracting low-level and high-level semantic structure features from entities and relationships and fusing the low-level and high-level semantic structure features to obtain low-level and high-level semantic structure features; the automatic comparison completion coding module (G) is responsible for predicting an entity context vector, setting positive and negative samples and a sampling method (C3NCE) of the positive and negative samples, calculating a multi-class cross entropy comparison loss function, obtaining vector representation of knowledge graph entities and relations by optimizing a target function training model, and completing a triple completion task. The framework provided by the invention can quickly, stably and accurately complement the triple of the missing information in the knowledge graph, well completes the knowledge representation learning task, greatly improves the accuracy and efficiency of knowledge graph construction, and is wide in application prospect.
Owner:TSINGHUA UNIV

Medical entity relation joint extraction method

The invention discloses a medical entity relationship joint extraction method, and relates to an entity relationship extraction method. Comprising the following steps: creating a Chinese pre-training model ChineseMedBert oriented to the medical field, and obtaining a training instance; performing fine adjustment on the ChineseMedBert by utilizing the training instance, and obtaining word vector representation of a given medical text through the ChineseMedBert; obtaining feature vector representation of the text according to the word vector representation of the text; obtaining enhanced semantic vector representation of the text; using the enhanced semantic vector representation of the text to predict a tag sequence of a given medical text; and according to the predicted label sequence, extracting a relation triple of the text. The problem of error accumulation of a traditional assembly line method is relieved, the problem that a joint extraction method based on parameter sharing neglects sub-task interaction information and the common overlapping relation problem in medical texts are solved, fact triple information of various overlapping relation types can be effectively extracted, and the accuracy of medical entity relation extraction is improved.
Owner:NORTHEASTERN UNIV

Method and device for determining relationship between two entities in text statement and electronic equipment

The embodiment of the invention provides a method and device for determining the relationship between two entities in a text statement and electronic equipment. The method comprises the steps: determining the text statement to be tested and position information; inputting the to-be-tested text statement and the position information into an entity relationship extraction model, and outputting a relationship type of the two entities corresponding to the to-be-tested text statement and the position information, wherein the entity relationship extraction model is obtained by training based on a sample text statement, position information and two predetermined entity relationship type tags corresponding to the sample text statement and the position information; and when the entity relationshipextraction model is trained, sample text statements and position information are processed by adopting a time attenuation attention mechanism, and the sample text statements and the position information are automatically expanded by a standard manual annotation library through a remote supervision mechanism. According to the method, the device and the electronic equipment provided by the embodiment of the invention, depth information is considered when the human body action recognition result is evaluated, and the method is more suitable for evaluating human body action capture.
Owner:BEIJING UNIV OF POSTS & TELECOMM
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