CN112163097A - Military knowledge graph construction method and system - Google Patents

Military knowledge graph construction method and system Download PDF

Info

Publication number
CN112163097A
CN112163097A CN202011008095.3A CN202011008095A CN112163097A CN 112163097 A CN112163097 A CN 112163097A CN 202011008095 A CN202011008095 A CN 202011008095A CN 112163097 A CN112163097 A CN 112163097A
Authority
CN
China
Prior art keywords
military
entity
data
ontology
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.)
Pending
Application number
CN202011008095.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.)
CETC 15 Research Institute
Original Assignee
CETC 15 Research Institute
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 CETC 15 Research Institute filed Critical CETC 15 Research Institute
Priority to CN202011008095.3A priority Critical patent/CN112163097A/en
Publication of CN112163097A publication Critical patent/CN112163097A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • G06F40/295Named entity recognition
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Computing Systems (AREA)
  • Molecular Biology (AREA)
  • Evolutionary Computation (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Biophysics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Animal Behavior & Ethology (AREA)
  • Databases & Information Systems (AREA)
  • Machine Translation (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a military knowledge graph construction method and a military knowledge graph construction system. The method comprises the following steps: acquiring military data; defining an entity in military data to obtain an ontology corresponding to the entity and an ontology relation; marking entities in military data according to the ontology and the ontology relationship to obtain marked entity relationships; training the deep learning model according to military data and the marked entity relationship to obtain a trained deep learning model; inputting military data to be extracted into the trained deep learning model to perform entity relationship extraction to obtain a plurality of extracted entity relationships; and storing the extracted entity relations into a graph database to obtain a military knowledge graph. The invention can effectively utilize military data in the network, combines a semi-automatic labeling algorithm and a deep learning algorithm, constructs a military knowledge map under the condition of reducing certain labeling manpower, and provides accurate and comprehensive military information for military workers.

Description

Military knowledge graph construction method and system
Technical Field
The invention relates to the technical field of military knowledge graph construction, in particular to a military knowledge graph construction method and a military knowledge graph construction system.
Background
Knowledge-graphs describe concepts, entities and their relationships in the objective world in a structured form. An entity is a thing in the objective world, and a concept is a generalization and abstraction of things having the same attributes. Google proposed a knowledge graph in 2012 and successfully applied in semantic searches. The knowledge graph can be regarded as a large-scale application of ontology knowledge representation, the knowledge representation structure of the Google knowledge graph mainly describes the relationship between objective existing entities and entities, and for each concept, a certain attribute set for describing the concept is provided. A domain knowledge graph refers to a knowledge graph focused on a particular vertical domain, most of which are entities and concepts related to that domain.
With the development of information technology, the text data of the internet is also growing explosively. Relevant knowledge is extracted from the network text data quickly and accurately, a knowledge graph is constructed, and discrete knowledge can be connected through nodes and lines. The knowledge graph is used as a knowledge storage management mode based on a graph structure, and has the advantages of clear relationship, flexible structure and high visualization degree. Information contained in open source data such as military news and the like plays an important role in some military fields, corresponding knowledge is mined from the open source data to construct a knowledge map, and the knowledge map can be used for knowledge visualization and knowledge question and answer and assist workers in quickly searching and associating knowledge.
The current knowledge graph construction mainly comprises a domain knowledge graph and a general knowledge graph. The general knowledge graph has wider coverage, but the depth of the general knowledge graph is not as deep as the domain knowledge graph, and meanwhile, the requirement of the domain knowledge graph on the precision is higher. At present, a plurality of domain knowledge maps are constructed in China, such as medical treatment, electronic commerce, finance, military industry, electric power, education and the like. The knowledge graph in the military field is few, and is mainly based on the disclosed semi-structured encyclopedia data, the data source is single, and most of the data sources are based on a rule mode. For unstructured military news and other data, it is difficult to extract more information from the data by means of a method that only relies on specifications.
Disclosure of Invention
The invention aims to provide a military knowledge graph construction method and a military knowledge graph construction system, which can effectively utilize military data in a network, combine a semi-automatic labeling algorithm and a deep learning algorithm, construct a military knowledge graph under the condition of reducing certain labeling manpower, and provide accurate and comprehensive military information for military workers.
In order to achieve the purpose, the invention provides the following scheme:
a military knowledge graph construction method comprises the following steps:
acquiring military data;
defining the entity in the military data to obtain an ontology corresponding to the entity and an ontology relation;
marking entities in the military data according to the ontology and the ontology relationship to obtain marked entity relationship;
training a deep learning model according to the military data and the marked entity relationship to obtain a trained deep learning model;
inputting military data to be extracted into the trained deep learning model to perform entity relationship extraction to obtain a plurality of extracted entity relationships;
and storing each extracted entity relationship into a graph database to obtain a military knowledge graph.
Optionally, the acquiring military data specifically includes:
military news data and military encyclopedia data are obtained.
Optionally, the defining the entity in the military data to obtain the ontology and the ontology relationship corresponding to the entity specifically includes:
and defining the entity in the military data through a military dictionary and expert knowledge to obtain an ontology corresponding to the entity and an ontology relation.
Optionally, the labeling the entity in the military data according to the ontology and the ontology relationship to obtain a labeled entity relationship specifically includes:
and manually labeling the entities in the military data by using a Brat tool according to the ontology and the ontology relationship, and adding rule labeling and part-of-speech labeling in the labeling process to obtain the labeled entity relationship.
Optionally, the training of the deep learning model according to the military data and the labeled entity relationship to obtain the trained deep learning model specifically includes:
and training the deep learning model based on the Bert by taking the military data as input and the labeled entity relationship as output to obtain the trained deep learning model.
A military knowledge graph construction system, comprising:
the military data acquisition module is used for acquiring military data;
the definition module is used for defining the entity in the military data to obtain an ontology corresponding to the entity and an ontology relation;
the marking module is used for marking the entity in the military data according to the ontology and the ontology relationship to obtain a marked entity relationship;
the training module is used for training the deep learning model according to the military data and the marked entity relationship to obtain a trained deep learning model;
the entity relationship extraction module is used for inputting military data to be extracted into the trained deep learning model to perform entity relationship extraction so as to obtain a plurality of extracted entity relationships;
and the military knowledge map construction module is used for storing the extracted entity relationships into a map database to obtain the military knowledge map.
Optionally, the military data acquisition module specifically includes:
and the military data acquisition unit is used for acquiring military news data and military encyclopedia data.
Optionally, the definition module specifically includes:
and the definition unit is used for defining the entity in the military data through a military dictionary and expert knowledge to obtain the ontology and the ontology relationship corresponding to the entity.
Optionally, the labeling module specifically includes:
and the labeling unit is used for manually labeling the entity in the military data by using a Brat tool according to the ontology and the ontology relationship, and adding rule labeling and part-of-speech labeling in the labeling process to obtain the labeled entity relationship.
Optionally, the training module specifically includes:
and the training unit is used for training the deep learning model based on the Bert by taking the military data as input and the labeled entity relationship as output to obtain the trained deep learning model.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the method constructs the military knowledge map from the obtained data through the technologies of semi-automatic labeling, deep learning and the like, and can display events in military news, including information of characters, countries, weaponry and the like. By means of the military atlas, military workers can know the information of the network through the military knowledge atlas and can be used as a reference for decision judgment. According to the technical scheme of the invention, military related knowledge resources can be effectively collected, a military knowledge map is established, and accurate and comprehensive military knowledge is provided for workers.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a flow chart of a military knowledge graph construction method of the present invention;
FIG. 2 is a schematic diagram of a data acquisition process;
FIG. 3 is a schematic diagram of a data annotation process;
FIG. 4 is a diagram of an entity relationship extraction model structure based on Bert;
FIG. 5 is a diagram of a military knowledge graph construction system of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide a military knowledge graph construction method and a military knowledge graph construction system, which can effectively utilize military data in a network, combine a semi-automatic labeling algorithm and a deep learning algorithm, construct a military knowledge graph under the condition of reducing certain labeling manpower, and provide accurate and comprehensive military information for military workers.
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
With the rapid development of artificial intelligence, information extraction based on deep learning is gradually used for constructing knowledge graphs. The extraction of entity relations is used as a core task of information extraction, and the semantic relations between entity pairs are automatically extracted from a large amount of unstructured data mainly by modeling text information, so that effective semantic knowledge is extracted.
Based on the reasons, the invention provides a military knowledge graph construction method and a military knowledge graph construction system. Constructing a corresponding military ontology by acquiring the military-related news on the network, and carrying out data annotation based on ontology knowledge; carrying out deep learning model training by using the labeled data; and extracting entity relations of the news data by using a deep learning model, and constructing a knowledge graph. The invention formulates rules according to the data characteristics and utilizes part of speech to assist in tagging in the tagging process, thereby reducing the workload of workers to a certain extent. FIG. 1 is a flow chart of a military knowledge graph construction method of the present invention. As shown in fig. 1, a military knowledge graph construction method includes:
step 101: acquiring military data, which specifically comprises the following steps:
military news data and military encyclopedia data are obtained.
The method mainly aims at military news, so that military news data such as Xinlang, West road, China network and the like are obtained and stored in a classified mode; the method comprises the steps of acquiring military encyclopedia data, wherein the military encyclopedia mainly relates to weapon equipment, and the weapon equipment appears frequently in military news, so that weapon equipment information in a Chinese weapon warehouse and a global military network is acquired. The specific flow is shown in fig. 2.
Step 102: defining the entity in the military data to obtain an ontology and an ontology relationship corresponding to the entity, and specifically comprising:
and defining the entity in the military data through a military dictionary and expert knowledge to obtain an ontology corresponding to the entity and an ontology relation.
Through a military dictionary, a plurality of military proper nouns and ontology information are defined in the military dictionary, for example, category hierarchies in weaponry are divided into a first-level category (aircrafts and the like) and a second-level category (such as second-level classification fighters, attackers, bombers, coaches and the like of the aircrafts), and a corresponding weaponry ontology library can be constructed by utilizing the military dictionary; meanwhile, weapon description information in military encyclopedia data can also complete and supplement the ontology base. The construction of the knowledge graph depends on the construction of an ontology base, in addition to weaponry, other types of entities such as characters, countries, organizations and the like can also appear in military news data, and the definition of the ontology needs military related experts for definition and guidance;
step 103: marking the entity in the military data according to the ontology and the ontology relationship to obtain the marked entity relationship, which specifically comprises:
and manually labeling the entities in the military data by using a Brat tool according to the ontology and the ontology relationship, and adding rule labeling and part-of-speech labeling in the labeling process to obtain the labeled entity relationship.
Compared with an entity relation extraction method completely based on rules, the extraction accuracy and recall rate can be improved by using a deep learning model after data is labeled. According to the knowledge modeling in the step 102, data annotation is carried out by using a tool Brat, and the Brat is an open-source entity relation annotation tool and is friendly in interface.
On the basis, an automatic labeling module based on specification and part-of-speech labeling is added. After analyzing a large amount of weapon equipment, it is found that serial numbers such as "J-10" (referring to fighters of-10), or the alias of the weapon "KF-X" (referring to KF-X invisible fighters) are often used in military news. For the above situation, the regular expression is used for extraction, weapon aliases, numbers and the like in the military news are automatically extracted, and the annotation personnel are prompted; and meanwhile, information such as positions, countries and the like in news are extracted by using a part-of-speech tagging method. By combining rules and part-of-speech tagging, entities can be automatically extracted to a certain extent, the purpose of semi-automatic tagging is achieved, workload of tagging personnel is reduced, and missing and filling can be checked. The specific flow is shown in fig. 3.
Step 104: training a deep learning model according to the military data and the labeled entity relationship to obtain the trained deep learning model, which specifically comprises the following steps:
and training the deep learning model based on the Bert by taking the military data as input and the labeled entity relationship as output to obtain the trained deep learning model.
Step 105: inputting military data to be extracted into the trained deep learning model to perform entity relationship extraction to obtain a plurality of extracted entity relationships;
the Bert model uses a Transformer, a sequence model that discards the sequential structure of RNNs, and employs a completely attention-based approach. The Bert is a pre-training model, contains massive text information, obtains word vector representation of the text through the Bert, can be used for various natural language processing tasks, and has good universality. By analyzing military news data, it can be found that some data have a condition of entity overlapping, for example, the entity of "7.62 mm parallel machine gun" includes another entity of "7.62 mm", in this case, if the common BIO label is used, the two entities cannot be identified separately, so the deep learning model based on Bert is used in the invention.
The overall structure of the model is shown in fig. 4, and mainly comprises the following parts:
bert shared coding: and obtaining the vector characterization of each word through Bert, and using the output of Bert as a word vector.
b. Main body s label: this section is used to identify all possible subject objects. It judges whether it is the beginning or ending position of the entity by classifying the coded result of each position with two classifiers, i.e. the coding result of each position is classified into a single classifier
Figure BDA0002696658160000061
Figure BDA0002696658160000062
Wherein x isiAnd outputting the ith word through the Bert code, wherein W and b are parameters of the full-connection layer classifier, and the activation function is sigmoid. For the case where there are multiple bodies in a sentence, the start pointer and the end pointer are paired by the near matching principle. With this approach, each character can be used as the beginning and end of an entity, which is better than having only one label in the BIO label.
c. Relationship-object tag: for each subject, a prediction of the object following it is required. As can be seen, it is basically consistent with the subject, and the main difference is that each relationship class shares a set of object classifiers. The input of this part adds, in addition to the Bert encoded result of the input sequence, the features of the body, which are an average pooling of the Bert tokens for each character of the body.
The main expression is as follows:
Figure BDA0002696658160000071
Figure BDA0002696658160000072
step 106: and storing each extracted entity relationship into a graph database to obtain a military knowledge graph.
And storing the extracted entity relationship triples into a graph database to form the triples. For each entity in the military encyclopedia, if an entity existing in the encyclopedia is identified, the weaponry attributes in the encyclopedia page are taken as attributes of the knowledge-graph entity.
And reading the triad of the graph database, and developing a page for displaying. Military staff can input entities and relations in a page and inquire related attributes; two weaponry entities may also be entered and their relationship paths obtained.
The method constructs the military knowledge map from the obtained data through the technologies of semi-automatic labeling, deep learning and the like, and can display events in military news, including information of characters, countries, weaponry and the like. By means of the military atlas, military workers can know the information of the network through the military knowledge atlas and can be used as a reference for decision judgment. According to the technical scheme of the invention, military related knowledge resources can be effectively collected, a military knowledge map is established, and accurate and comprehensive military knowledge is provided for workers.
FIG. 5 is a diagram of a military knowledge graph construction system of the present invention. As shown in fig. 5, a military knowledge graph construction system includes:
and the military data acquisition module 201 is used for acquiring military data.
The defining module 202 is configured to define an entity in the military data to obtain an ontology and an ontology relationship corresponding to the entity.
And the labeling module 203 is used for labeling the entity in the military data according to the ontology and the ontology relationship to obtain a labeled entity relationship.
And the training module 204 is configured to train the deep learning model according to the military data and the labeled entity relationship, so as to obtain a trained deep learning model.
And the entity relationship extraction module 205 is configured to input military data to be extracted into the trained deep learning model to perform entity relationship extraction, so as to obtain a plurality of extracted entity relationships.
And the military knowledge graph construction module 206 is used for storing the extracted entity relationships into a graph database to obtain the military knowledge graph.
The military data acquisition module 201 specifically includes:
and the military data acquisition unit is used for acquiring military news data and military encyclopedia data.
The definition module 202 specifically includes:
and the definition unit is used for defining the entity in the military data through a military dictionary and expert knowledge to obtain the ontology and the ontology relationship corresponding to the entity.
The labeling module 203 specifically includes:
and the labeling unit is used for manually labeling the entity in the military data by using a Brat tool according to the ontology and the ontology relationship, and adding rule labeling and part-of-speech labeling in the labeling process to obtain the labeled entity relationship.
The training module 204 specifically includes:
and the training unit is used for training the deep learning model based on the Bert by taking the military data as input and the labeled entity relationship as output to obtain the trained deep learning model.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (10)

1. A military knowledge graph construction method is characterized by comprising the following steps:
acquiring military data;
defining the entity in the military data to obtain an ontology corresponding to the entity and an ontology relation;
marking entities in the military data according to the ontology and the ontology relationship to obtain marked entity relationship;
training a deep learning model according to the military data and the marked entity relationship to obtain a trained deep learning model;
inputting military data to be extracted into the trained deep learning model to perform entity relationship extraction to obtain a plurality of extracted entity relationships;
and storing each extracted entity relationship into a graph database to obtain a military knowledge graph.
2. The military knowledge graph construction method according to claim 1, wherein the acquiring military data specifically comprises:
military news data and military encyclopedia data are obtained.
3. The military knowledge graph construction method according to claim 1, wherein the defining of the entity in the military data to obtain the ontology and the ontology relationship corresponding to the entity specifically comprises:
and defining the entity in the military data through a military dictionary and expert knowledge to obtain an ontology corresponding to the entity and an ontology relation.
4. The military knowledge graph construction method according to claim 1, wherein the labeling of the entities in the military data according to the ontology and the ontology relationship to obtain a labeled entity relationship specifically comprises:
and manually labeling the entities in the military data by using a Brat tool according to the ontology and the ontology relationship, and adding rule labeling and part-of-speech labeling in the labeling process to obtain the labeled entity relationship.
5. The military knowledge graph construction method according to claim 1, wherein the training of the deep learning model according to the military data and the labeled entity relationship to obtain the trained deep learning model specifically comprises:
and training the deep learning model based on the Bert by taking the military data as input and the labeled entity relationship as output to obtain the trained deep learning model.
6. A military knowledge graph construction system, comprising:
the military data acquisition module is used for acquiring military data;
the definition module is used for defining the entity in the military data to obtain an ontology corresponding to the entity and an ontology relation;
the marking module is used for marking the entity in the military data according to the ontology and the ontology relationship to obtain a marked entity relationship;
the training module is used for training the deep learning model according to the military data and the marked entity relationship to obtain a trained deep learning model;
the entity relationship extraction module is used for inputting military data to be extracted into the trained deep learning model to perform entity relationship extraction so as to obtain a plurality of extracted entity relationships;
and the military knowledge map construction module is used for storing the extracted entity relationships into a map database to obtain the military knowledge map.
7. The military knowledge graph building system of claim 6, wherein the military data acquisition module specifically comprises:
and the military data acquisition unit is used for acquiring military news data and military encyclopedia data.
8. The military knowledge graph building system of claim 6, wherein the definition module specifically comprises:
and the definition unit is used for defining the entity in the military data through a military dictionary and expert knowledge to obtain the ontology and the ontology relationship corresponding to the entity.
9. The military knowledge graph building system of claim 6, wherein the labeling module specifically comprises:
and the labeling unit is used for manually labeling the entity in the military data by using a Brat tool according to the ontology and the ontology relationship, and adding rule labeling and part-of-speech labeling in the labeling process to obtain the labeled entity relationship.
10. The military knowledge graph building system of claim 6, wherein the training module specifically comprises:
and the training unit is used for training the deep learning model based on the Bert by taking the military data as input and the labeled entity relationship as output to obtain the trained deep learning model.
CN202011008095.3A 2020-09-23 2020-09-23 Military knowledge graph construction method and system Pending CN112163097A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011008095.3A CN112163097A (en) 2020-09-23 2020-09-23 Military knowledge graph construction method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011008095.3A CN112163097A (en) 2020-09-23 2020-09-23 Military knowledge graph construction method and system

Publications (1)

Publication Number Publication Date
CN112163097A true CN112163097A (en) 2021-01-01

Family

ID=73863365

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011008095.3A Pending CN112163097A (en) 2020-09-23 2020-09-23 Military knowledge graph construction method and system

Country Status (1)

Country Link
CN (1) CN112163097A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114398498A (en) * 2022-01-21 2022-04-26 中国电子科技集团公司第十研究所 Method and system for constructing knowledge graph of science and technology archive
CN114491001A (en) * 2022-04-18 2022-05-13 南京星耀智能科技有限公司 Entity searching method in military field
CN114595459A (en) * 2021-12-22 2022-06-07 中电信数智科技有限公司 Question rectification suggestion generation method based on deep learning
CN114626362A (en) * 2022-03-18 2022-06-14 中国电子科技集团公司第十研究所 Controllable open type combination rule knowledge generation method and system
CN114707005A (en) * 2022-06-02 2022-07-05 浙江建木智能系统有限公司 Knowledge graph construction method and system for ship equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10157226B1 (en) * 2018-01-16 2018-12-18 Accenture Global Solutions Limited Predicting links in knowledge graphs using ontological knowledge
CN110598000A (en) * 2019-08-01 2019-12-20 达而观信息科技(上海)有限公司 Relationship extraction and knowledge graph construction method based on deep learning model
CN111061882A (en) * 2019-08-19 2020-04-24 广州利科科技有限公司 Knowledge graph construction method
US20200218988A1 (en) * 2019-01-08 2020-07-09 International Business Machines Corporation Generating free text representing semantic relationships between linked entities in a knowledge graph

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10157226B1 (en) * 2018-01-16 2018-12-18 Accenture Global Solutions Limited Predicting links in knowledge graphs using ontological knowledge
US20200218988A1 (en) * 2019-01-08 2020-07-09 International Business Machines Corporation Generating free text representing semantic relationships between linked entities in a knowledge graph
CN110598000A (en) * 2019-08-01 2019-12-20 达而观信息科技(上海)有限公司 Relationship extraction and knowledge graph construction method based on deep learning model
CN111061882A (en) * 2019-08-19 2020-04-24 广州利科科技有限公司 Knowledge graph construction method

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ISGUXING: "A Novel Cascade Binary Tagging Framework for Relational Triple Extraction(论文研读与复现)", pages 1 - 7, Retrieved from the Internet <URL:https://www.cnblogs.com/ISGuXing/p/13457124.html> *
WEIXIN_43901423: "ACL2020-关系抽取--使用bert", pages 1 - 3, Retrieved from the Internet <URL:https://blog.csdn.net/weixin_43901423/article/details/107109490> *
ZHEPEI WEI等: "A Novel Cascade Binary Tagging Framework for Relational Triple Extraction", PROCEEDINGS OF THE 58TH ANNUAL MEETING OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS, 10 July 2020 (2020-07-10), pages 1476 - 1488 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114595459A (en) * 2021-12-22 2022-06-07 中电信数智科技有限公司 Question rectification suggestion generation method based on deep learning
CN114595459B (en) * 2021-12-22 2022-08-16 中电信数智科技有限公司 Question rectification suggestion generation method based on deep learning
CN114398498A (en) * 2022-01-21 2022-04-26 中国电子科技集团公司第十研究所 Method and system for constructing knowledge graph of science and technology archive
CN114626362A (en) * 2022-03-18 2022-06-14 中国电子科技集团公司第十研究所 Controllable open type combination rule knowledge generation method and system
CN114626362B (en) * 2022-03-18 2023-06-06 中国电子科技集团公司第十研究所 Controllable open type combination rule knowledge generation method and system
CN114491001A (en) * 2022-04-18 2022-05-13 南京星耀智能科技有限公司 Entity searching method in military field
CN114707005A (en) * 2022-06-02 2022-07-05 浙江建木智能系统有限公司 Knowledge graph construction method and system for ship equipment
CN114707005B (en) * 2022-06-02 2022-10-25 浙江建木智能系统有限公司 Knowledge graph construction method and system for ship equipment

Similar Documents

Publication Publication Date Title
CN107368468B (en) Operation and maintenance knowledge map generation method and system
CN112163097A (en) Military knowledge graph construction method and system
CN110727779A (en) Question-answering method and system based on multi-model fusion
CN111783394B (en) Training method of event extraction model, event extraction method, system and equipment
CN107590133A (en) The method and system that position vacant based on semanteme matches with job seeker resume
CN111475623A (en) Case information semantic retrieval method and device based on knowledge graph
CN114064918B (en) Multi-modal event knowledge graph construction method
CN110968699A (en) Logic map construction and early warning method and device based on event recommendation
CN110188147B (en) Knowledge graph-based document entity relationship discovery method and system
CN113095415B (en) Cross-modal hashing method and system based on multi-modal attention mechanism
CN111858940B (en) Multi-head attention-based legal case similarity calculation method and system
CN113032516B (en) Knowledge graph fusion method based on approximate ontology matching
CN113673943B (en) Personnel exemption aided decision making method and system based on historical big data
CN116561538A (en) Question-answer scoring method, question-answer scoring device, electronic equipment and storage medium
CN115599899B (en) Intelligent question-answering method, system, equipment and medium based on aircraft knowledge graph
Liu et al. Application of entity relation extraction method under CRF and syntax analysis tree in the construction of military equipment knowledge graph
CN114911893A (en) Method and system for automatically constructing knowledge base based on knowledge graph
CN114817454A (en) NLP knowledge graph construction method combining information content and BERT-BilSTM-CRF
CN117574898A (en) Domain knowledge graph updating method and system based on power grid equipment
Capuano et al. Ontology-driven generation of training paths in the legal domain.
CN117473054A (en) Knowledge graph-based general intelligent question-answering method and device
CN114398903B (en) Intention recognition method, device, electronic equipment and storage medium
CN113468311B (en) Knowledge graph-based complex question and answer method, device and storage medium
CN114417008A (en) Construction engineering field-oriented knowledge graph construction method and system
CN114090778A (en) Retrieval method and device based on knowledge anchor point, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination