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

311 results about "Triplestore" patented technology

A triplestore or RDF store is a purpose-built database for the storage and retrieval of triples through semantic queries. A triple is a data entity composed of subject-predicate-object, like "Bob is 35" or "Bob knows Fred".

Relation extraction method based on combination of attention mechanism and graph long-short-term memory neural network

ActiveCN112163426AEasy extractionIn the extraction method, the extraction of sentence structure information is goodNatural language data processingNeural architecturesData setDependency structure
The invention discloses a relation extraction method based on combination of an attention mechanism and a graph long-short-term memory neural network. The method comprises the following steps of extracting context information in sentences through BiLSTM, and entity position information and entity label information are introduced to expand word vector features; extracting the sentence dependency structure tree through a Stanford Parser tool to generate an initial sentence structure matrix, and introducing an attention mechanism to perform attention calculation on the initial sentence structurematrix to obtain weight information of the structure matrix in the sentence; and taking the extracted sentence context information and the weight information of the sentence structure as input, and performing relationship extraction on the input by using a relationship extraction model based on the combination of an attention mechanism and a graph long-short-term memory neural network to finally obtain triple information of an entity. According to the method, evaluation is carried out on a TACRED data junction and a Semeval2010 task8 data set respectively, and the performance of the model is superior to that of an existing mainstream deep learning extraction model.
Owner:CHINA UNIV OF MINING & TECH

Method for carrying out compression storage on adjacent matrixes of sparse directed graph

The invention discloses a method for carrying out compression storage on adjacent matrixes of a sparse directed graph. The method comprises the steps of carrying out compression storage on the adjacent matrixes of the sparse directed graph by using a triple table; recording the positions of the first effective data of each row in the adjacent matrixes in the triple table to realize application algorithms of a part of related graphs. For the compression storage on the adjacent matrixes of the sparse directed graph, only the row number, the column number and the element value of each effective element in the adjacent matrixes are stored, in certain algorithms, a small space is required to store the number of effective elements of each row in the adjacent matrixes and the subscript of the first effective element of each row in the triple table. According to the method, on one hand, the advantages of the adjacent matrix representation method of the graph are kept, and on other hand, the problems of space waste when the sparse graph is represented by the adjacent matrixes are solved, the operation is simplified in certain algorithms, the time complexity of the algorithm based on the adjacent matrixes is reduced, and the software performance is effectively improved.
Owner:XI'AN POLYTECHNIC UNIVERSITY

Data constraints for polyglot data tiers

InactiveUS20160321277A1Guaranteed extensibilityWide supportDatabase distribution/replicationFile access structuresRecord extractData source
A Data Constraint Engine (100) for enforcing data constraints in a polyglot data tier (20) having a plurality of database-specific data stores (21, 22, 23) of various types such as an RDBMS (21), a Triplestore (22), and a MongoDB (23). The Data Constraint Engine uses the concept of a unified data model based on “records” in order to allow data constraints to be defined (using so-called “record shapes”) in a store-agnostic way. The Data Constraint Engine includes APIs (130) for processing incoming requests from remote clients (30) relating to data in the polyglot data tier, for example a request to create or update data in a data store. The APIs extract, from such a request, a record corresponding to the data specified in the request and a data source identifier identifying the data store holding the specified data. Then, on the basis of the record extracted by the interface, an appropriate record shape is extracted from a shapes catalogue (110), the record shape determining the structure of the record. Validators (120) each validate the record against the record shape according to various criteria such as format, data type, cardinality and slot count. If the record is validated, a record dispatcher (140) directs the specified data to the appropriate data store using the data source identifier. Data read from a data store can be validated in the same way.
Owner:FUJITSU LTD

Machine reading understanding method, system and device based on external knowledge enhancement

The invention belongs to the technical field of natural language processing, particularly relates to a machine reading understanding method, system and device based on external knowledge enhancement,and aims to solve the problem that the existing machine reading understanding method does not utilize graph structure information among triples, so that the answer prediction accuracy is relatively low. The method of the system comprises the following steps: generating context representations of entities in a question and an original text; based on an external knowledge base, obtaining a triple set of each entity in the question and original text and a triple set of adjacent entities of each entity in the original text; based on the triple set, obtaining knowledge sub-graphs of each entity through an external knowledge graph; updating the fused knowledge sub-graph through a graph attention network to obtain knowledge representation; and splicing the context representation and the knowledgerepresentation through a sentry mechanism, and obtaining answers to the to-be-answered questions through a multilayer perceptron and a softmax classifier. According to the method, the graph structureinformation among the triples is utilized, so that the answer prediction accuracy is improved.
Owner:INST OF AUTOMATION CHINESE ACAD OF SCI

Legal knowledge graph construction method and equipment based on entity relationship joint extraction

The invention discloses a legal knowledge graph construction method and equipment based on entity relationship joint extraction. The construction method comprises the following steps: constructing a triple data set; designing a model architecture and training a model, wherein the model architecture comprises a model coding layer, a head entity extraction layer and a relation-tail entity extraction layer; judging a relationship between text sentences; and carrying out triple compounding and map visualization. According to the design of the model architecture, a Chinese bert pre-training model is adopted as an encoder, and the Chinese text encoding effect is good. According to the entity extraction part, two BiLSTM binary classifiers are adopted to judge the starting position and the ending position of an entity, and the entity in a phrase form in a text can be effectively extracted. According to the method, the head entity is firstly extracted, then the tail entity corresponding to the entity relationship is extracted from the extracted head entity, and when the entity relationship and the tail entity are extracted, not only is coded information of sentences used, but also coded information of the head entity is fused. According to the method, the legal knowledge graph with relatively high accuracy can be obtained.
Owner:XI AN JIAOTONG UNIV

Named entity linking method based on knowledge base feature extraction

The invention discloses a named entity linking method based on knowledge base feature extraction. The method comprises the following steps of (1), extracting triple entries with specified features from Freebase data dump to form a relational data table, and saving the relational data table in a knowledge base; (2), designing a complex rule, and searching for a plurality of Freebase Objects which are closely related to entity reference from the knowledge base as candidate entities; (3), using a statistical-based method to design and extract the entity reference and features of the candidate entities, and Embedding is conducted on the features; (4), Embedding for feature extraction is used as an input of a multi-layer neural network to obtain the probability of each candidate entity as a target entity, and returning to a Freebase MID of the candidate entity with the highest probability is conducted. The method combines a complex rule-based candidate generation technology and a statistical learning-based candidate sorting technology, and a set of processing framework suitable for entity linking is established for a specific type of named entities, so that convenience is provided for auser to obtain an entity linking result by adopting a batch processing manner.
Owner:ZHEJIANG UNIV

Method for analyzing sparse semantic relationship by combining BiLSTM-CRF algorithm and R-BERT algorithm

The invention provides a method for analyzing a sparse semantic relationship by combining a BiLSTM-CRF algorithm and an R-BERT algorithm, which comprises the following steps: acquiring text data of emerging industries through a web crawler, and performing semi-supervised annotation on the text data; preprocessing the labeled text data, and constructing a training data set and a verification data set; training a BiLSTM-CRF algorithm model and an R-BERT algorithm model according to the training data set and the verification data set; extracting entities contained in the text data to be predictedthrough the trained BiLSTM-CRF algorithm model; predicting the relationship between the text data to be predicted and the entities through the trained RBERT algorithm model, and establishing relationship connection between the related entities; and extracting the triad pair of the semantic relationship of the text data to be tested according to the established relationship connection, and completing semantic analysis of the text data to be tested. The invention provides a high-precision semantic relation extraction method for information extraction of an unstructured text, a BiLSTM-CRF algorithm model is used for extracting required entities in the text, and the relation between the text and the extracted entities is predicted through an R-BERT model.
Owner:江苏网谱数据科技有限公司

Knowledge graph intelligent question-answer method fusing pointer generation network

The invention discloses a knowledge graph intelligent question-answering method fusing a pointer generation network, and belongs to the field of artificial intelligence question-answering. According to the technical scheme, a word segmentation tool is used for carrying out word segmentation and checking on original text and question parts in a WebQA data set; performing named entity recognition on the data after correct word segmentation by using a BiLSTM-CRF model; querying a triple corresponding to the identified entity in a Neo4j database; counting the occurrence frequency of each word in the corresponding triad, and storing the queried words in the triad into a knowledge word list according to a word frequency sequence; using a deep learning method to obtain word vectors of the question sentences; and constructing a generative model, and returning an answer. The method has the beneficial effects that entity recognition is performed on texts by using a deep learning technology, knowledge is quickly queried by using a knowledge graph technology, and the problems that returned answers are stiff and single and the storage space in a knowledge base is incomplete are effectively solved in combination with a generative model; the time for obtaining the answer is saved, the intention of the user is more fully understood, and the answer more conforming to the reading mode of the user is returned.
Owner:DALIAN NATIONALITIES UNIVERSITY

Knowledge graph construction method and system for multi-source Chinese financial announcement document

The knowledge graph construction method for the multi-source Chinese financial announcement document comprises the following steps: structuring the hierarchical relationship of each chapter of the document, and constructing a relatively complete document structure tree; labeling all the title data; unifying the length of the title to a preset word number, and carrying out word embedding coding at a character level by using BERT to obtain a corresponding vector representation; dividing the processed data set into a training set and a test set, and training to obtain a title classification model; classifying the document titles by using a title classification model; the complex and effective knowledge of the effective text blocks is masked; constructing a semantic model with a mask, constructing a multi-source similar generalization mask Bi-LSTM semantic model (M-MST model), and feeding the M-MST model for training to obtain a knowledge extraction model; according to the knowledge extraction model, combining with an external knowledge base to obtain an entity relationship triple; and constructing a multi-source financial announcement document knowledge graph and realizing incremental updating or expansion. The invention further discloses a system for implementing the knowledge graph construction method for the multi-source Chinese financial announcement document.
Owner:ZHEJIANG UNIV OF TECH

Knowledge graph expansion method, electronic equipment and storage medium

The embodiment of the invention relates to the technical field of knowledge maps, and discloses a knowledge graph expansion method, electronic equipment and a storage medium. The method comprises thefollowing steps: obtaining a keyword, finding an ontology where the keyword is located in a preset database, and locating the keyword according to the ontology where the keyword is located and the knowledge map. Obtaining a first class of statements and a second class of statements in to-be-processed text data, marking a first triple corresponding to the first class of statements according to theknowledge graph, and training by utilizing the first class of statements marked with the first triple to learn an association relationship between the first class of statements and the first triple, obtaining a relationship identification model, identifying the second class of statements by using the relationship identification model, determining a second triple corresponding to the second class of statements, and finally adding the second triple corresponding to the second class of statements to the knowledge graph. That is to say, triples in a certain field can be automatically extracted through keywords in the field and added into the knowledge graph, and therefore the knowledge graph is expanded.
Owner:深圳数联天下智能科技有限公司
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