Movatterモバイル変換


[0]ホーム

URL:


CN117952209A - Knowledge graph construction method and system - Google Patents

Knowledge graph construction method and system
Download PDF

Info

Publication number
CN117952209A
CN117952209ACN202410044149.3ACN202410044149ACN117952209ACN 117952209 ACN117952209 ACN 117952209ACN 202410044149 ACN202410044149 ACN 202410044149ACN 117952209 ACN117952209 ACN 117952209A
Authority
CN
China
Prior art keywords
data
entity
knowledge graph
entities
relationship
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.)
Withdrawn
Application number
CN202410044149.3A
Other languages
Chinese (zh)
Inventor
晋世仲
谢天
薛松
吴爽
朱世鹏
卞志刚
毛旭初
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.)
National Energy Group New Energy Technology Research Institute Co Ltd
Original Assignee
National Energy Group New Energy Technology Research Institute Co Ltd
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 National Energy Group New Energy Technology Research Institute Co LtdfiledCriticalNational Energy Group New Energy Technology Research Institute Co Ltd
Priority to CN202410044149.3ApriorityCriticalpatent/CN117952209A/en
Publication of CN117952209ApublicationCriticalpatent/CN117952209A/en
Withdrawnlegal-statusCriticalCurrent

Links

Classifications

Landscapes

Abstract

The invention discloses a knowledge graph construction method and a knowledge graph construction system, wherein the knowledge graph construction method comprises the following steps: acquiring knowledge data from the multi-source data, preprocessing, performing semantic enhancement labeling, performing multi-mode entity identification, and extracting the relationship between entities by using a deep learning model; and constructing a knowledge graph, carrying out dynamic knowledge fusion, and updating and optimizing the knowledge graph regularly. The method of the invention combines the BERT model and the manual review method, thereby remarkably improving the accuracy of semantic annotation and effectively extracting complex relations among entities through a deep learning technology. Dynamic knowledge fusion and regular updating of the atlas ensure timeliness of knowledge, enhance application value of the knowledge atlas, and provide accurate and comprehensive information retrieval, thereby supporting more intelligent decision and service.

Description

Knowledge graph construction method and system
Technical Field
The invention relates to the technical field of computer platform load balancing, in particular to a knowledge graph construction method and a knowledge graph construction system.
Background
In the current information explosion era, a large amount of data and knowledge show the characteristics of fragmentation and dispersion, and challenges are brought to the acquisition and application of the knowledge. Knowledge graph integrates multi-source data to construct a structured semantic knowledge base by simulating the real world entities and their interrelationships. The data not only comprises text, but also extends to non-text information such as images, audio and video, and the like, and forms a multi-modal knowledge system. Such structured data makes complex information queriable and analyzable, providing a knowledge base for machine learning models and intelligent systems.
The knowledge graph is used as a structured knowledge representation method, various knowledge elements can be associated and organized, and more efficient knowledge retrieval and application are provided. However, the current knowledge graph construction method has the problems of complex construction, time consumption and labor consumption, and a more efficient construction method is needed to solve the problems.
Disclosure of Invention
The present invention has been made in view of the above-described problems.
Therefore, the technical problems solved by the invention are as follows: the current knowledge graph construction method has the problems of complex construction, time consumption and labor consumption.
In order to solve the technical problems, the invention provides the following technical scheme: a knowledge graph construction method comprises the following steps: acquiring knowledge data from the multi-source data, preprocessing, performing semantic enhancement labeling, performing multi-mode entity identification, and extracting the relationship between entities by using a deep learning model; and constructing a knowledge graph, carrying out dynamic knowledge fusion, and updating and optimizing the knowledge graph regularly.
As a preferable scheme of the knowledge graph construction method, the invention comprises the following steps: the knowledge data includes acquiring relevant knowledge data, including text, image, audio and video forms, from the multi-source data using a data capture tool; for non-text data, text and knowledge in an image are extracted by using an image recognition technology, audio content is transcribed by using a voice recognition technology, the audio content is converted into an analyzable text format, and original data and the converted text data are corresponding and stored.
As a preferable scheme of the knowledge graph construction method, the invention comprises the following steps: the semantic enhancement labeling comprises the steps that a BERT model provides a confidence score for each labeling output, a threshold A is set according to the confidence score output by the BERT model, error-prone data types are set according to error historical data of the BERT model, and the BERT model is utilized to analyze preprocessed data; when the confidence scores of all labels in the data are larger than or equal to A and the data type does not belong to the error-prone data type, no manual review is performed; when the confidence coefficient score of the label in the data is smaller than A, the label with the confidence coefficient score smaller than A accounts for less than 50% of all labels, and the data type does not belong to the error prone data type, performing manual review on the label with the confidence coefficient score smaller than A; when the confidence coefficient score of the label in the data is smaller than A, and the label with the confidence coefficient score smaller than A accounts for more than 50% of all labels, manually reviewing all the data, and feeding back the result of the manual review to the BERT model for retraining and optimizing; and when the data type belongs to the error-prone data type, manually reviewing all the data, and feeding back the manually reviewed result to the BERT model for retraining and optimization.
As a preferable scheme of the knowledge graph construction method, the invention comprises the following steps: the multi-modal entity identification comprises the steps of integrating text data and non-text data by aligning entity boundaries in the text data with entity positions in the non-text data, extracting features of the integrated data, and extracting text features of the text data by using a pre-trained BERT model; for image and video data, a convolutional neural network is used for extracting image features, for audio data, a Mel frequency spectrum feature extraction method is used for extracting audio features, non-text features are integrated, and entities in text data are identified and marked according to the integrated non-text features.
As a preferable scheme of the knowledge graph construction method, the invention comprises the following steps: the deep learning model includes a model of the model,
Wherein R represents the relationship type between the entities; e represents an entity feature; c represents context information between entities; gi represents the gating value for relationship type i; wr represents a weight matrix of relationship type prediction; br represents a bias term for relationship type prediction; wu represents a context-encoded weight matrix; n represents the number of relationship types; m represents the dimension of the context feature; sigma represents a sigmoid activation function; alpha represents the adjustment parameter.
As a preferable scheme of the knowledge graph construction method, the invention comprises the following steps: setting a relation threshold Rh>Rl between entities according to historical data, setting a gating threshold Gh>Gl, adding the relation between the entities into the knowledge graph when R is more than or equal to Rh and G is more than or equal to Gh, marking the relation between the entities as a high-confidence relation, and providing priority for subsequent data analysis and inquiry; when Rl≤R<Rh and G is more than or equal to Gl among the entities, adding the relation into a queue to be verified, checking the relation in the queue to be verified according to the follow-up data, adding the relation into a knowledge graph if the follow-up data is checked to pass, and triggering manual review if the follow-up data is checked to fail; when R is more than or equal to Rl and Gl≤G<Gh among the entities, carrying out context analysis on the relationship, checking whether ambiguity and potential ambiguity exist, calling an additional data source to carry out cross-validation, adding the relationship into a map if the context analysis and the cross-validation are both passed, and transferring the relationship into a queue to be validated if the context analysis or the cross-validation is not passed; when R < Rl or G < Gl between entities, adding the relationship into an isolation queue, comparing the relationship with historical data through pattern analysis, checking whether misjudgment exists, if misjudgment exists, re-carrying out multi-mode entity identification and relationship extraction, and if misjudgment does not exist, marking the relationship as low confidence and carrying out manual review; assigning a unique identifier to each entity and the relation between the entities, identifying and merging repeated entity nodes, and when similar entities exist, selecting the entity with the most abundant and perfect information for reservation, and taking other similar entities as auxiliary merging; and merging the repeated relations pointing to the same entity pair, and normalizing the weights of the relations.
As a preferable scheme of the knowledge graph construction method, the invention comprises the following steps: the dynamic knowledge fusion comprises the steps of scanning new data through multi-mode entity identification, comparing the new entity with the existing entity when the new entity is identified, distributing a globally unique identifier for the new entity if the new entity is different from the existing entity, extracting the relation between the new entity and the existing entity according to the attribute of the new entity, and fusing the new entity into a knowledge graph; if the new entity is repeated with the existing entity, detecting attribute change of the existing entity, positioning the corresponding existing entity in the knowledge graph, updating the attribute of the entity, and creating a history record for the changed attribute; identifying new relations among the entities from the new data by using the deep learning model, if the new relations do not exist in the knowledge graph, carrying out normalization processing on the types and the attributes of the new relations, and fusing the new relations into the knowledge graph; if the new relationship exists in the knowledge graph, detecting the weight and attribute change of the existing relationship, positioning the corresponding existing relationship in the knowledge graph, updating the attribute and weight of the existing relationship, and updating the weight of the relationship to be expressed as,
Wherein Wu represents the updated relationship weight; wc represents the weight of the existing relationship; λ represents a learning rate of a step length controlling the weight update; Δw represents the magnitude of change in weight; τ represents a threshold value of the variation amplitude; sigma (gamma Gi) gamma denotes the confidence level calculated from gating; gamma denotes a parameter that adjusts the influence of confidence on the weight update.
The invention also provides a knowledge graph construction system, which comprises a data acquisition module, a semantic enhancement labeling recognition module and a deep learning model, wherein the data acquisition module acquires required knowledge data from multi-source data, converts non-text data into a text format, correspondingly stores the non-text data and the original non-text format data, carries out semantic enhancement labeling, carries out multi-mode entity recognition according to the knowledge data and the semantic enhancement labeling, and extracts the relationship between entities by utilizing the deep learning model to obtain the relationship between the entities in the data; the knowledge graph construction module is used for constructing a knowledge graph according to the relation between the entities, periodically executing a data grabbing task, detecting updated data, carrying out dynamic knowledge fusion, and periodically updating and optimizing the knowledge graph.
In a third aspect, the present invention also provides a computing device comprising: a memory and a processor;
The memory is configured to store computer-executable instructions that, when executed by the processor, implement the steps of the knowledge graph construction method.
In a fourth aspect, the present invention also provides a computer-readable storage medium storing computer-executable instructions which, when executed by a processor, implement the steps of the knowledge graph construction method.
The invention has the beneficial effects that: the method of the invention combines the BERT model and the manual review method, thereby remarkably improving the accuracy of semantic annotation and effectively extracting complex relations among entities through a deep learning technology. Dynamic knowledge fusion and regular updating of the atlas ensure timeliness of knowledge, enhance application value of the knowledge atlas, and provide accurate and comprehensive information retrieval, thereby supporting more intelligent decision and service.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. Wherein:
Fig. 1 is an overall flowchart of a knowledge graph construction method according to an embodiment of the present invention.
Detailed Description
So that the manner in which the above recited objects, features and advantages of the present invention can be understood in detail, a more particular description of the invention, briefly summarized above, may be had by reference to the embodiments, some of which are illustrated in the appended drawings. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments of the present invention without making any inventive effort, shall fall within the scope of the present invention.
Example 1
Referring to fig. 1, for one embodiment of the present invention, a knowledge graph construction method is provided, including:
s1: knowledge data are collected from the multi-source data and preprocessed, and semantic enhancement labeling is carried out by combining the BERT model and manual review.
Further, sources of multi-source data collection including text files, online articles, databases, social media content, images, video and sound recordings, etc., are determined from the knowledge graph to be constructed, and data is automatically collected from these sources using data capture tools and APIs. For example, articles are collected from a web news source, records are derived from a database, or posts are crawled using a social media API.
The collected data includes text, image, audio and video forms, the collected data is cleaned, irrelevant or redundant information is removed, such as HTML tags, advertisements, irrelevant metadata and the like, then the data is converted into a consistent format, the date and time representation is unified, all the text is converted into the same language, the large data set is divided, the data is divided into smaller and manageable parts, and simultaneously, relevant data from different sources is integrated for unified processing in subsequent steps.
The text data is subjected to basic natural language processing such as word segmentation, part-of-speech tagging, named entity recognition and the like so as to facilitate deeper semantic analysis, text and knowledge in an image are extracted by using an image recognition technology for non-text data, audio content is transcribed by using a voice recognition technology, the audio content is converted into an analyzable text format, and original data and the converted text data are corresponding and stored.
Furthermore, in the knowledge graph construction process, accurate identification and classification of entities (such as names, places, organizations and the like) in the text are basic steps, semantic enhancement labeling can provide deeper text understanding, so that accuracy and richness of entity identification are improved, and meanwhile, relationships between the entities can be extracted and labeled more accurately, for example, whether the two entities are in cooperation, competition or other types of relationships can be determined.
And carrying out semantic enhancement labeling on the text formats of the text data and the non-text data after conversion by combining a BERT model and manual review, providing a confidence score for each labeling output by the BERT model, setting a threshold A according to the confidence score output by the BERT model, setting an error-prone data type according to error historical data of the BERT model, and analyzing the preprocessed data by using the BERT model.
When the confidence scores of all labels in the data are larger than or equal to A and the data type does not belong to the error-prone data type, no manual review is performed; when the confidence coefficient score of the label in the data is smaller than A, the label with the confidence coefficient score smaller than A accounts for less than 50% of all labels, and the data type does not belong to the error prone data type, performing manual review on the label with the confidence coefficient score smaller than A; when the confidence coefficient score of the label in the data is smaller than A, and the label with the confidence coefficient score smaller than A accounts for more than 50% of all labels, manually reviewing all the data, and feeding back the result of the manual review to the BERT model for retraining and optimizing; and when the data type belongs to the error-prone data type, manually reviewing all the data, and feeding back the manually reviewed result to the BERT model for retraining and optimization.
It should be noted that, even if the confidence of most data labeling is high, regular sampling review needs to be implemented to ensure the overall labeling quality, and an exception handling mechanism is set to cope with the problem that the model outputs an exception (such as that all labeling confidence is too low) or the problem that occurs in the data processing process.
By semantic enhancement labeling, it can be ensured that the information extracted from the source data has high accuracy, which is crucial for constructing accurate and reliable knowledge maps, and accurate labeling helps to better understand and classify entities and relationships in the data.
Moreover, the accurate labeling enables the data in the knowledge graph to be easier to search and retrieve, and in practical application, such as intelligent search engines, recommendation systems or data analysis, the efficiency and the relevance of the results can be remarkably improved.
S2: and carrying out multi-mode entity identification, and extracting the relation among the entities by using a deep learning model.
Furthermore, the multi-modal entity recognition refers to the process of recognizing and extracting entity information from different types (or 'modes') of data sources in the knowledge graph construction, and through integrating data from different modes, more comprehensive and deep information about a single entity can be obtained, and the data from different modes can be mutually verified and supplemented, so that the accuracy of entity recognition is improved.
And integrating the text data and the non-text data by aligning entity boundaries in the text data with entity positions in the non-text data, extracting features of the integrated data, and extracting text features of the text data by using a pre-trained BERT model.
For image and video data, a convolutional neural network is used for extracting image features, for audio data, a Mel frequency spectrum feature extraction method is used for extracting audio features, non-text features are integrated, and entities in text data are identified and marked according to the integrated non-text features.
Further, by identifying entities and representation of contexts between entities, establishing a context-encoding layer that integrates interactions between entities into the context while taking into account characteristics of individual entities, and then introducing a dynamic relationship gating mechanism by which the degree of interest of the model in relation to different types of entities is dynamically adjusted,
Wherein R represents the relationship type between the entities; e represents an entity feature; c represents context information between entities; gi represents the gating value for relationship type i; wr represents a weight matrix of relationship type prediction; br represents a bias term for relationship type prediction; wu represents a context-encoded weight matrix; n represents the number of relationship types; m represents the dimension of the context feature; sigma represents a sigmoid activation function; alpha represents the adjustment parameter.
By identifying entities in text and relationships between them, connections between entities in a knowledge graph are constructed, and relationships between entities may represent various relationships between entities, such as collaborative relationships between people, associations between places and events, and so on.
By continuously extracting entity relations in the text, the content of the knowledge graph can be gradually enriched, so that the knowledge graph has more information value, a more comprehensive and detailed knowledge graph can be constructed, and knowledge reasoning can be performed according to the entity relations. For example, by knowing that a person is related to an event, other relevant information, such as the time, place, etc. of the event, can be inferred.
S3: and constructing a knowledge graph, carrying out dynamic knowledge fusion, and updating and optimizing the knowledge graph regularly.
Further, topics and scope of the knowledge graph are defined, and core entity types and attributes, and relationships among the core entity types and attributes are determined. Combining the identified entities with the extracted relationships to construct a preliminary structure of the knowledge graph, distributing a unique identifier to each entity and the relationships between the entities, identifying and merging repeated entity nodes, and selecting the entity with the most abundant and complete information for reservation and other similar entities as auxiliary merging when similar entities exist; and merging the repeated relations pointing to the same entity pair, and normalizing the weights of the relations.
Further, constructing the knowledge graph includes setting a relation threshold Rh>Rl between the entities according to the historical data, setting a gating threshold Gh>Gl, adding the relation between the entities to the knowledge graph when R is more than or equal to Rh and G is more than or equal to Gh, marking the relation between the entities as a high confidence relation, and providing priority for subsequent data analysis and query.
And when Rl≤R<Rh and G is more than or equal to Gl among the entities, adding the relation into a queue to be verified, checking the relation in the queue to be verified according to the follow-up data, adding the relation into a knowledge graph if the follow-up data is checked to pass, and triggering manual review if the follow-up data is checked to fail.
When R is more than or equal to Rl and Gl≤G<Gh among the entities, carrying out context analysis on the relationship, checking whether ambiguity and potential ambiguity exist, calling an additional data source to carry out cross-validation, adding the relationship into a map if the context analysis and the cross-validation are both passed, and transferring the relationship into a queue to be validated if the context analysis or the cross-validation is not passed.
When R < Rl or G < Gl between entities, adding the relationship into an isolation queue, comparing the relationship with historical data through pattern analysis, checking whether misjudgment exists, if misjudgment exists, re-carrying out multi-mode entity identification and relationship extraction, and if misjudgment does not exist, marking the relationship as low confidence and carrying out manual review.
The dynamic knowledge fusion comprises the steps of periodically fusing new entities and relations into an existing map, scanning new data through multi-mode entity identification, comparing the new entities with the existing entity when the new entities are identified, distributing a globally unique identifier for the new entities if the new entities are different from the existing entity, extracting the relations between the new entities and the existing entity according to the attributes of the new entities, and fusing the new entities into the knowledge map; if the new entity is repeated with the existing entity, detecting attribute change of the existing entity, positioning the corresponding existing entity in the knowledge graph, updating the attribute of the entity, and creating a history record for the changed attribute.
Identifying new relations among the entities from the new data by using the deep learning model, if the new relations do not exist in the knowledge graph, carrying out normalization processing on the types and the attributes of the new relations, and fusing the new relations into the knowledge graph; if the new relationship exists in the knowledge graph, detecting the weight and attribute change of the existing relationship, positioning the corresponding existing relationship in the knowledge graph, updating the attribute and weight of the existing relationship, and updating the weight of the relationship to be expressed as,
Wherein Wu represents the updated relationship weight; wc represents the weight of the existing relationship; λ represents a learning rate of a step length controlling the weight update; Δw represents the magnitude of change in weight; τ represents a threshold value of the variation amplitude; sigma (gamma Gi) gamma denotes the confidence level calculated from gating; gamma denotes a parameter that adjusts the influence of confidence on the weight update.
It should be noted that, the amount of weight update depends not only on the difference between the new weight and the old weight, but also on the change amplitude of the weight and the confidence of the relationship, if the confidence of a relationship is high and the difference between the new weight and the old weight is large, the step size of the weight update will be larger. The model can respond faster to those relationships that have high confidence and large weight changes, while taking more careful updating steps for those relationships that have lower confidence.
The embodiment also provides a knowledge graph construction system, which comprises a data acquisition module, a semantic enhancement labeling recognition module and a depth learning model, wherein the data acquisition module acquires required knowledge data from multi-source data, converts non-text data into a text format, correspondingly stores the non-text data and the original non-text format data, carries out multi-modal entity recognition according to the knowledge data and the semantic enhancement labeling, and extracts the relationship between entities by using the depth learning model to obtain the relationship between the entities in the data; the knowledge graph construction module is used for constructing a knowledge graph according to the relation between the entities, periodically executing a data grabbing task, detecting updated data, carrying out dynamic knowledge fusion, and periodically updating and optimizing the knowledge graph.
The present embodiment also provides a computing device comprising, a memory and a processor; the memory is configured to store computer executable instructions, and the processor is configured to execute the computer executable instructions to implement the knowledge graph construction method according to the foregoing embodiment.
The present embodiment also provides a storage medium having stored thereon a computer program which, when executed by a processor, implements the knowledge graph construction method as set forth in the above embodiments.
The storage medium proposed in the present embodiment belongs to the same inventive concept as the knowledge graph construction method proposed in the above embodiment, and technical details not described in detail in the present embodiment can be seen in the above embodiment, and the present embodiment has the same beneficial effects as the above embodiment.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a read only Memory (ReadOnly, a Memory, a ROM), a random access Memory (RandomAccessMemory, RAM), a FLASH Memory (FLASH), a hard disk, or an optical disk of a computer, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method of the embodiments of the present invention.
Example 2
In order to verify the beneficial effects of the invention, a scientific demonstration is carried out through a comparison experiment.
In order to prove that the method can improve accuracy, richness and dynamic updating efficiency compared with the traditional method in the aspect of constructing a knowledge graph, the same multisource data set is selected, the comparison of the two methods is fair, the same hardware and software environments are respectively prepared for the traditional method and the method, wherein the traditional method is a method based on rules and heuristic algorithms, entity identification uses a dictionary-based method to identify entities in a text, and relation extraction relies on a predefined mode and keywords to identify the relation between the entities.
The method and the device respectively construct two knowledge maps by using the traditional method and the method, record the completion time and accuracy of each step in the construction process, and evaluate the performance of the two knowledge maps, including entity identification accuracy, relation extraction accuracy, map updating speed and data richness, wherein specific experimental data are shown in the following table.
Table 1 comparative test data table
The method and the traditional method are further evaluated through the accuracy and the recall rate, and in the aspect of entity identification, the traditional method comprises the following steps:
The method comprises the following steps:
In relation extraction, the conventional method is as follows:
The method comprises the following steps:
It can be seen that the accuracy and recall rate of the method of the invention in terms of entity identification and relationship extraction are higher than those of the conventional method. The method is more accurate and reliable in the aspects of entity identification and extraction, valuable information can be extracted from multi-source data more effectively, and a richer and more accurate knowledge graph is constructed.
The method of the invention combines the BERT model and the manual review method, thereby remarkably improving the accuracy of semantic annotation and effectively extracting complex relations among entities through a deep learning technology. Dynamic knowledge fusion and regular updating of the atlas ensure timeliness of knowledge, enhance application value of the knowledge atlas, and provide accurate and comprehensive information retrieval, thereby supporting more intelligent decision and service.
It should be noted that the above embodiments are only for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that the technical solution of the present invention may be modified or substituted without departing from the spirit and scope of the technical solution of the present invention, which is intended to be covered in the scope of the claims of the present invention.

Claims (10)

CN202410044149.3A2024-01-112024-01-11Knowledge graph construction method and systemWithdrawnCN117952209A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202410044149.3ACN117952209A (en)2024-01-112024-01-11Knowledge graph construction method and system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202410044149.3ACN117952209A (en)2024-01-112024-01-11Knowledge graph construction method and system

Publications (1)

Publication NumberPublication Date
CN117952209Atrue CN117952209A (en)2024-04-30

Family

ID=90802392

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202410044149.3AWithdrawnCN117952209A (en)2024-01-112024-01-11Knowledge graph construction method and system

Country Status (1)

CountryLink
CN (1)CN117952209A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN118296164A (en)*2024-06-062024-07-05新立讯科技集团股份有限公司Automatic agricultural product information acquisition and updating method and system based on knowledge graph
CN118503453A (en)*2024-07-172024-08-16浙江大学 Knowledge graph technology feature analysis method based on natural language processing
CN118606440A (en)*2024-08-082024-09-06山东亚微软件股份有限公司 Data intelligent analysis method and system combining knowledge graph and rule constraints
CN118627610A (en)*2024-08-152024-09-10山东浪潮科学研究院有限公司 A knowledge updating method for multimodal models based on knowledge representation and dynamic prompting
CN119067207A (en)*2024-08-132024-12-03开途(河北雄安)信息科技有限公司 A method and system for visualizing and analyzing scientific and technological innovation data
CN119168028A (en)*2024-07-082024-12-20广州五湖欢喜科技有限公司 Digital precision traffic diversion and sales management method and system integrating knowledge graph
CN119227794A (en)*2024-09-292024-12-31广西警察学院 Multimodal document structured processing and knowledge extraction method based on large language model
CN119356286A (en)*2024-10-212025-01-24湖南华电长沙发电有限公司 Equipment diagnosis method, device and computer equipment
CN119416885A (en)*2025-01-062025-02-11山东浪潮科学研究院有限公司 A multimodal large model adaptive learning method and system
CN119415709A (en)*2024-11-042025-02-11四川旅游学院 Feature extraction method of intangible cultural heritage elements based on knowledge graph
CN119760237A (en)*2024-12-202025-04-04临沂新型智慧城市研究院 An application system integration method and system based on machine intelligence
CN119830886A (en)*2025-03-172025-04-15安徽省优质采科技发展有限责任公司 Industrial knowledge extraction and editing system and method based on human-computer collaboration
CN119939120A (en)*2025-01-032025-05-06武汉爱迪科技股份有限公司 A method and system for archival information extraction and management based on multimodal learning
CN120316185A (en)*2025-04-222025-07-15周口师范学院 Knowledge graph generation method, system and storage medium for English teaching

Cited By (17)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN118296164A (en)*2024-06-062024-07-05新立讯科技集团股份有限公司Automatic agricultural product information acquisition and updating method and system based on knowledge graph
CN118296164B (en)*2024-06-062024-12-03新立讯科技集团股份有限公司Automatic agricultural product information acquisition and updating method and system based on knowledge graph
CN119168028A (en)*2024-07-082024-12-20广州五湖欢喜科技有限公司 Digital precision traffic diversion and sales management method and system integrating knowledge graph
CN118503453A (en)*2024-07-172024-08-16浙江大学 Knowledge graph technology feature analysis method based on natural language processing
CN118606440A (en)*2024-08-082024-09-06山东亚微软件股份有限公司 Data intelligent analysis method and system combining knowledge graph and rule constraints
CN118606440B (en)*2024-08-082024-11-22山东亚微软件股份有限公司 Data intelligent analysis method and system combining knowledge graph and rule constraints
CN119067207A (en)*2024-08-132024-12-03开途(河北雄安)信息科技有限公司 A method and system for visualizing and analyzing scientific and technological innovation data
CN118627610A (en)*2024-08-152024-09-10山东浪潮科学研究院有限公司 A knowledge updating method for multimodal models based on knowledge representation and dynamic prompting
CN119227794A (en)*2024-09-292024-12-31广西警察学院 Multimodal document structured processing and knowledge extraction method based on large language model
CN119227794B (en)*2024-09-292025-06-13广西警察学院 Multimodal document structured processing and knowledge extraction method based on large language model
CN119356286A (en)*2024-10-212025-01-24湖南华电长沙发电有限公司 Equipment diagnosis method, device and computer equipment
CN119415709A (en)*2024-11-042025-02-11四川旅游学院 Feature extraction method of intangible cultural heritage elements based on knowledge graph
CN119760237A (en)*2024-12-202025-04-04临沂新型智慧城市研究院 An application system integration method and system based on machine intelligence
CN119939120A (en)*2025-01-032025-05-06武汉爱迪科技股份有限公司 A method and system for archival information extraction and management based on multimodal learning
CN119416885A (en)*2025-01-062025-02-11山东浪潮科学研究院有限公司 A multimodal large model adaptive learning method and system
CN119830886A (en)*2025-03-172025-04-15安徽省优质采科技发展有限责任公司 Industrial knowledge extraction and editing system and method based on human-computer collaboration
CN120316185A (en)*2025-04-222025-07-15周口师范学院 Knowledge graph generation method, system and storage medium for English teaching

Similar Documents

PublicationPublication DateTitle
CN117952209A (en)Knowledge graph construction method and system
CN110990590A (en)Dynamic financial knowledge map construction method based on reinforcement learning and transfer learning
CN111680173A (en) A CMR Model for Unified Retrieval of Cross-Media Information
CN110516067A (en) Public opinion monitoring method, system and storage medium based on topic detection
CN108804529A (en)A kind of question answering system implementation method based on Web
CN117009461A (en)Short video content tag knowledge base quick retrieval method based on natural language processing
CN108268600A (en)Unstructured Data Management and device based on AI
CN110795932B (en)Geological report text information extraction method based on geological ontology
CN111581368A (en)Intelligent expert recommendation-oriented user image drawing method based on convolutional neural network
CN110377751A (en)Courseware intelligent generation method, device, computer equipment and storage medium
CN115600602B (en)Method, system and terminal device for extracting key elements of long text
CN114491034B (en)Text classification method and intelligent device
CN108170671A (en)A kind of method for extracting media event time of origin
CN118377881A (en) Intelligent question answering method, system, device, computer equipment and readable storage medium
CN117573882A (en)Agricultural multi-mode intelligent retrieval technology and system based on multi-source heterogeneous data
CN120124594B (en)File digitalized storage management method
CN117574858A (en)Automatic generation method of class case retrieval report based on large language model
CN117216293A (en)Multi-mode inquiry college archive knowledge graph construction method and management platform
CN118445406A (en)Integration system based on massive polymorphic circuit heritage information
CN120144845A (en) Science and Technology News Intelligence Perception System Based on Large Language Model
CN118503390A (en) An automatic optimization method and system based on intelligent data memory
CN113553419A (en) Civil Aviation Knowledge Graph Question Answering System
CN112035723A (en)Resource library determination method and device, storage medium and electronic device
CN119557500B (en) A method and system for accurate search of Internet massive data based on AI technology
CN111859108A (en)Public opinion system search word recommendation system

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
WW01Invention patent application withdrawn after publication

Application publication date:20240430

WW01Invention patent application withdrawn after publication

[8]ページ先頭

©2009-2025 Movatter.jp