CN111209412B - Periodical literature knowledge graph construction method for cyclic updating iteration - Google Patents

Periodical literature knowledge graph construction method for cyclic updating iteration Download PDF

Info

Publication number
CN111209412B
CN111209412B CN202010084144.5A CN202010084144A CN111209412B CN 111209412 B CN111209412 B CN 111209412B CN 202010084144 A CN202010084144 A CN 202010084144A CN 111209412 B CN111209412 B CN 111209412B
Authority
CN
China
Prior art keywords
relation
corpus
entity
knowledge graph
extraction
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.)
Active
Application number
CN202010084144.5A
Other languages
Chinese (zh)
Other versions
CN111209412A (en
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.)
Tongfang Knowledge Network Digital Publishing Technology Co ltd
Original Assignee
Tongfang Knowledge Network Digital Publishing Technology 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 Tongfang Knowledge Network Digital Publishing Technology Co ltd filed Critical Tongfang Knowledge Network Digital Publishing Technology Co ltd
Priority to CN202010084144.5A priority Critical patent/CN111209412B/en
Publication of CN111209412A publication Critical patent/CN111209412A/en
Application granted granted Critical
Publication of CN111209412B publication Critical patent/CN111209412B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Machine Translation (AREA)

Abstract

The invention discloses a periodical document knowledge graph construction method for cyclic updating iteration, which comprises the steps of designing a conceptual model, defining a body structure of the periodical document knowledge graph, and defining a body, relationship attributes of the body and data attributes in the body; managing a word list and a corpus, wherein the word list is divided into a subject word list and a relation word list, and the corpus is divided into a text library and a sentence library and relates to the corpus of a plurality of sources; based on the annotation, training, recognition and calibration entity relation extraction model of deep learning, adopting the deep learning entity relation extraction technology to combine the dictionary and the corpus, carrying out entity extraction and relation extraction, and updating iteration; corpus attribute extraction is carried out by designing a defined ontology structure through concepts and introducing templates; auditing and disambiguating results of entity identification and relation extraction, and disambiguating the results of attribute extraction; the recognition result is stored in the knowledge graph, the topic dictionary, the relation dictionary and the training model are updated at intervals, and the new dictionary and model are used for recognizing the language materials to realize cyclic iteration updating and building of the knowledge graph.

Description

Periodical literature knowledge graph construction method for cyclic updating iteration
Technical Field
The invention relates to the technical field of natural language processing and computer information processing, in particular to a periodical literature knowledge graph construction method for cyclic updating iteration.
Background
The prior knowledge graph is a huge and networked knowledge system constructed by taking a semantic network as a framework, and aims to describe concepts, entities, events and relations among the concepts, entities and events in the objective world. Concepts are conceptual representations of things that people form in recognizing the world. The key technology of the knowledge graph relates to a plurality of fields such as natural language processing, data mining, information retrieval and the like, and is mainly divided into two types of knowledge driving and data driving, and along with the development of big data, the knowledge graph is widely applied, such as law, social network, medical knowledge graph and the like.
The key technology of the knowledge graph construction comprises entity and relation extraction technology, knowledge fusion technology, entity linking technology and knowledge reasoning technology, and the knowledge graph construction comprises related technologies of various links from data sources to applications and the like. However, the main emphasis of the current knowledge graph construction is on the links of enriching and optimizing graph contents such as entity relation extraction, semantic analysis and the like, and the construction process is not deeply explored. In particular, the updating iteration and the calibration of the knowledge graph do not have the standard of a system, so that the knowledge graph reaches a closed loop, and the intellectualization and the automation of the construction of the knowledge graph are truly realized.
Disclosure of Invention
In order to solve the technical problems, the invention aims to provide a periodical document knowledge graph construction method for cyclic updating iteration, which takes a knowledge network periodical document library as a data source from the perspective of automatically constructing knowledge graphs, organically combines a plurality of knowledge graph construction modules such as concept design, dictionary management, corpus management, model training, knowledge element extraction, entity disambiguation and the like, and really realizes the intelligent cyclic updating iteration construction of periodical document knowledge graphs by updating iteration and continuously optimizing the accuracy of knowledge graphs and training.
The aim of the invention is achieved by the following technical scheme:
a periodical literature knowledge graph construction method for cyclic update iteration comprises the following steps:
a, designing a concept model, and defining an ontology structure of a journal literature knowledge graph, wherein the ontology structure comprises an ontology, relationship attributes of the ontology and data attributes in the ontology;
b, managing a word list and a corpus, wherein the word list is divided into a subject word list and a relation word list, and the corpus is divided into a text library and a sentence library and relates to the corpus of a plurality of sources;
c, based on the labeling, training, recognition and calibration entity relation extraction model of deep learning, adopting a deep learning entity relation extraction technology to combine a dictionary and a corpus, carrying out entity extraction and relation extraction, and updating iteration;
d, extracting corpus attributes by designing a defined ontology structure through concepts and introducing templates;
e, auditing and disambiguating the results of entity identification and relation extraction, and disambiguating the results of attribute extraction;
and F, storing the recognition result into the knowledge graph, and updating the topic dictionary, the relation dictionary and the training model at intervals, and recognizing the language materials by using the new dictionary and the new model to realize cyclic iteration updating and constructing the knowledge graph.
One or more embodiments of the present invention may have the following advantages over the prior art:
the invention provides a standard flow reference for constructing the knowledge graph, so that the knowledge graph is truly intelligent, the waste of human resources is relatively reduced, and the usability and practicability of the knowledge graph are improved.
Drawings
FIG. 1 is a flow chart of a journal literature knowledge graph construction method for loop update iteration;
FIG. 2 is a diagram of a thesaurus structure;
FIG. 3 is a diagram of a text database structure;
FIG. 4 is a diagram of a statement database structure;
FIG. 5 is a flow chart of a journal literature knowledge graph construction method for loop update iteration;
FIG. 6 is a flow chart of an entity identification update iterative model;
FIG. 7 is a flowchart of a relationship identification update iteration model;
fig. 8 is a flow chart of an attribute extraction model.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the following examples and the accompanying drawings.
As shown in FIG. 1, the periodical document knowledge graph construction method for cyclic update iteration comprises the step 10 of conceptual model design, and the specification of ontology, data attribute and relationship attribute is defined for the knowledge graph.
The ontology model refers to an ontology model or data standard which is widely applied internationally such as multiplexing CIDOC CRM, EDM, FOAF, EVENT, FRBR and the like, and is expanded and customized according to own service characteristics, so that the reusability and internationalization degree of the ontology model are improved.
The ontology construction of the journal literature knowledge graph comprises the definition of an ontology and a data model layer of the journal literature knowledge graph, wherein the ontology construction comprises the following steps: define an ontology, define relationship attributes of the ontology, define data attributes inside the ontology.
The ontology is an object or a collection of objects, for example: text, author, and institution information. The relationship attribute of the ontology mainly defines the association relationship between the ontologies, for example: there are collaboration relationships between authors and authors, dependencies between authors and institutions, etc. The data attribute inside the ontology is that the characteristics of the ontology itself have no association relationship, for example: author name, age, native place, etc.
The invention defines a triplet specification for the knowledge graph: (E) 1 ,R,E 2 ) (E, P, V) wherein E represents an ontology, R represents a relationship attribute, P represents a data attribute, and V represents an attribute value. In an entity-relationship-entity relationship, the value range of an entity is an ontology.
The body structure of the journal literature part is defined as follows:
TABLE 1
Identification mark Body
E1 Text of
E2 Author's authors
E3 Mechanism
E4 Time
E5 Relationship type
E6 Domain entity
E7 Region of
The defined journal literature partial relationship attributes are as follows:
TABLE 2
Figure BDA0002381426920000041
Step 20, managing a word list and a corpus, wherein the word list is divided into a subject word list and a relation word list, and the corpus is divided into a text library and a sentence library and relates to the corpus of a plurality of sources;
the vocabulary and the corpus of the journal literature knowledge graph are divided into data in a plurality of fields in a form of a middle graph classification method. The vocabulary is formally divided into a subject vocabulary and a relationship vocabulary, wherein the subject vocabulary defines the source, the field, the sub-field and other attributes of the entity words, the relationship vocabulary defines the relationship among the subject vocabulary entity words, and the literature journal defines 10 types of relationships of upper and lower positions, similarity, antisense, correlation and the like for the word relationships.
The corpus is divided into a text library and a sentence library, wherein the text library is a collection library of network journal documents and local resources and mainly stores document data. In order to facilitate the deep text mining, journal documents in a text library are preprocessed, and a sentence library is formed. The sentence library comprises sentences from journal documents and positions of the sentences where the entity words are in the subject word list. The structure of the subject vocabulary is shown in fig. 2.
Wherein content is a physical word, englist is English translation, category is middle graph classification, domain is word source, etc.
The relationship vocabulary is as in table 3:
TABLE 3 Table 3
Figure BDA0002381426920000051
Where orgid and tarid are index ids of the subject vocabulary where the entity word is located, and reltype is word relation id. The text and sentence libraries in the corpus are shown in fig. 3 and 4.
Step 30, based on the labeling, training, recognition and calibration entity relation extraction model of deep learning, adopting the deep learning entity relation extraction technology to combine the dictionary and the corpus, carrying out entity extraction and relation extraction, and updating iteration.
Update iteration of entity extraction:
1. and labeling the corpus by using the dictionary, and labeling entity words appearing in the corpus.
2. And selecting an entity recognition algorithm to train the annotation set. The algorithm for entity recognition goes through a process of updating iteration from machine learning to deep learning, for example: HMM, CRF, BILSTM +CRF, bert+BILSTM+CRF, etc. The invention adopts the algorithm of Bert+BILSTM+CRF to carry out entity identification.
3. And continuously identifying the corpus by using the trained labeling model, calibrating the identification result, and storing new words which do not appear in the topic dictionary into the topic dictionary.
4. Labeling with the updated dictionary again, and retraining the updated model and dictionary.
The entity extraction process forms a closed loop of update iterations by adding a topic dictionary and in the form of loop labeling corpus and training model. The model can be optimized continuously to improve the accuracy of entity identification.
Update iteration of relation extraction:
1. and labeling the sentence set by using the relation dictionary and the existing relation extraction template, and forming a training model. The relation extraction relates to a wider field, and the traditional deep learning model is difficult to have better performance on the training of the relation extraction. Thus, conventional relational extraction designs a large number of templates that contain both part-of-speech and grammatical features. The invention marks the sentence set through two modes of the template and the relational word stock and forms a training sample.
2. And (3) training the annotation set by selecting a relation extraction algorithm, and selecting a PCNN+attribute algorithm by using a relation extraction model. The CNN/PCNN is used as the content encoder, and the sentence-level content mechanism is used.
3. And carrying out relation recognition on the new corpus by using a training model, storing the recognition result in a database, correcting by manual auditing, storing in a relation dictionary and a sentence set, and storing the corpus for the new training sample.
4. And (5) using the new training samples to identify the corpus again and performing loop iteration.
The relationship identification and the entity identification adopt the same cyclic iteration flow, and meanwhile, the accuracy of the identification is improved by combining templates formed by a great deal of experience in the past.
The flow chart of the periodical document knowledge graph construction method for cyclic updating iteration is shown in fig. 5, local data and periodical document data are mapped and arranged to a text base in a unified mode, and the text base data are preprocessed to form a sentence base. The data of the text library and the sentence library are input chat of an entity extraction model and a relation recognition model, and subject words and relation words in the word list are also input along with the corpus input model, and the attribute extraction model simultaneously introduces the concept model. The output of entity extraction and relation recognition model is the recognized entity and new relation phrase, the output of attribute extraction model is entity attribute triplet. And (5) performing calibration and updating a vocabulary database and a journal document knowledge graph after entity disambiguation. The new vocabulary is combined with the new corpus to update the vocabulary and the knowledge graph again, so that the process realizes updating iteration, continuously corrects the model, the vocabulary and the knowledge graph, improves accuracy and usability, and forms an organic intelligent circulation updating iteration mechanism.
Referring to fig. 6, an iterative model is updated for entity recognition, the language is labeled by the vocabulary, and a labeled sample is input into the model for training. And carrying out entity recognition on the corpus by the trained model, and updating the word list and the knowledge graph again by the recognition result so as to form an updated iteration model of entity recognition.
A flow chart of the simultaneous relationship identification update iteration model is shown in fig. 7.
Step 40, extracting corpus attributes by designing defined ontology structures through concepts and introducing templates.
The attribute extraction adopts a dependency syntactic analysis model, and the attribute extraction process is as follows:
1. and combining the ontology structure and the data attribute defined in the conceptual design to form an entity attribute template and traversing the entity and the sentences with related attributes in the sentence set.
2. The CRF algorithm is adopted to label the parts of speech of the sentences, the entity words often have fixed parts of speech, and the difficulty of the parts of speech label is that the parts of speech of the unregistered words are judged and the word parts of speech of the phrase words are judged. The part-of-speech tagging results have a significant impact on the analysis of the sentence. Thus, using CRF for part-of-speech tagging can learn more of the physical features and facilitate updating iterations.
3. The labeling result is substituted into a syntax analyzer for syntax analysis, the syntax analyzer adopts a dependency algorithm, the core of the algorithm is based on an arc-standard system, a classifier is used for predicting the correct conversion operation according to the characteristics extracted from the configuration information, and the calculation efficiency is very high
4. The syntactical results are parsed by matching the syntactical templates and attributes are extracted, such as a master predicate structure, etc.
As shown in fig. 8, the attribute extraction model, the conceptual model and the topic dictionary extract sentences as a sample model from the sentence library as inputs. The sample model makes part-of-speech tagging through CRF and carries out dependency syntactic analysis on the tagging result, statement results with grammar features are analyzed, attribute extraction is carried out through grammar templates, and entity attribute triples are formed and stored in the knowledge graph. The updating iteration of the attribute extraction model mainly calibrates the accuracy of part-of-speech tagging through cyclic training of the CRF model.
And 50, entity disambiguation and auditing are carried out, the results of entity identification and relation extraction are audited and disambiguated, and the results of attribute extraction are subjected to entity disambiguation.
The entity disambiguation mainly solves the phenomenon of word ambiguity and multi-word ambiguity existing in natural language. The entity disambiguation is divided into two steps, wherein the first step is to perform deep learning disambiguation before entity identification and relationship identification; and secondly, matching and disambiguation is carried out mainly by adopting a relation dictionary and a theme dictionary. And disambiguating results of entity identification, relationship identification and attribute extraction.
Step 60 recognizes the result and stores it in the knowledge graph, and updates the topic dictionary, the relationship dictionary and the training model at intervals. And identifying the language materials by using the new dictionary and the new model to realize cyclic iteration updating and constructing the knowledge graph.
Although the embodiments of the present invention are described above, the embodiments are only used for facilitating understanding of the present invention, and are not intended to limit the present invention. Any person skilled in the art can make any modification and variation in form and detail without departing from the spirit and scope of the present disclosure, but the scope of the present disclosure is still subject to the scope of the appended claims.

Claims (6)

1. The periodical literature knowledge graph construction method based on cyclic updating iteration is characterized by comprising the following steps of:
a, designing a concept model, and defining an ontology structure of a journal literature knowledge graph, wherein the ontology structure comprises an ontology, relationship attributes of the ontology and data attributes in the ontology;
b, managing a word list and a corpus, wherein the word list is divided into a subject word list and a relation word list, and the corpus is divided into a text library and a sentence library and relates to the corpus of a plurality of sources;
c, based on the labeling, training, identifying and calibrating entity relation extraction models of deep learning, adopting a deep learning entity relation extraction technology to combine word lists and corpus, carrying out entity extraction and relation extraction, and updating iteration;
d, extracting corpus attributes by designing a defined ontology structure through concepts and introducing templates;
e, auditing and disambiguating the results of entity identification and relation extraction, and disambiguating the results of attribute extraction;
and F, storing the recognition result into the knowledge graph, updating the subject vocabulary, the relation vocabulary and the training model at intervals, and recognizing the language materials by using the new vocabulary and the new model to realize cyclic iteration updating and constructing the knowledge graph.
2. The periodical document knowledge graph construction method of loop update iteration according to claim 1, wherein in the step a:
the ontology is an object or a collection of objects;
the relationship attribute of the ontology is used for defining the association relationship between the ontologies;
the data attribute inside the body is that the characteristics of the body do not have association relation.
3. The periodical document knowledge graph construction method of loop update iteration according to claim 1, wherein in the step B:
the subject vocabulary defines the source, domain and sub-domain attributes of the entity words;
guan Jici table defines the relation between the subject vocabulary entity words and defines the upper and lower positions, similarity, antisense and correlation relation for the word relation in the literature journal;
the text library is a collection library of network journal documents and local resources and mainly stores document data; preprocessing journal documents in a text library to form a sentence library; the sentence library comprises sentences from journal documents and positions of sentences where entity words are located in the subject word list.
4. The journal literature knowledge graph construction method of cyclic update iteration of claim 1, wherein the update iteration of entity extraction in step C comprises:
marking the corpus by using a word list, and marking entity words appearing in the corpus with labels;
selecting an entity recognition algorithm to train the annotation set;
continuously identifying the corpus by using the trained labeling model, calibrating the identification result, and storing new words which do not appear in the subject word list into the subject word list;
marking with the updated vocabulary again, and training the updated model and the vocabulary again.
5. The periodical document knowledge graph construction method of claim 1, wherein the updating iteration of the relation extraction in the step C comprises:
marking the sentence set by using the relation word list and the existing relation extraction template, and forming a training model;
training the annotation set by selecting a relation extraction algorithm, and selecting a PCNN+attribute algorithm by using a relation extraction model;
performing relation recognition on the new corpus by using a training model, storing the recognition result in a database, correcting by manual auditing, storing the recognition result in a relation word list and sentence set, and storing the corpus for the new training sample;
and (5) using the new training samples to identify the corpus again and performing loop iteration.
6. The periodical document knowledge graph construction method of loop update iteration according to claim 1, wherein the attribute extraction in the step D adopts a dependency syntactic analysis model, and the attribute extraction process is as follows:
combining the body structure and the data attribute defined in the conceptual design to form an entity attribute template and traversing the entity and the sentences with related attributes in the sentence set;
performing part-of-speech tagging on the sentences by adopting a CRF algorithm;
substituting the labeling result into a syntax analyzer for syntax analysis;
the syntactic result is parsed and attributes are extracted by matching the syntactic templates.
CN202010084144.5A 2020-02-10 2020-02-10 Periodical literature knowledge graph construction method for cyclic updating iteration Active CN111209412B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010084144.5A CN111209412B (en) 2020-02-10 2020-02-10 Periodical literature knowledge graph construction method for cyclic updating iteration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010084144.5A CN111209412B (en) 2020-02-10 2020-02-10 Periodical literature knowledge graph construction method for cyclic updating iteration

Publications (2)

Publication Number Publication Date
CN111209412A CN111209412A (en) 2020-05-29
CN111209412B true CN111209412B (en) 2023-05-12

Family

ID=70787817

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010084144.5A Active CN111209412B (en) 2020-02-10 2020-02-10 Periodical literature knowledge graph construction method for cyclic updating iteration

Country Status (1)

Country Link
CN (1) CN111209412B (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021254457A1 (en) * 2020-06-17 2021-12-23 第四范式(北京)技术有限公司 Method and device for constructing knowledge graph, computer device, and storage medium
CN111753021A (en) * 2020-06-17 2020-10-09 第四范式(北京)技术有限公司 Method, device and equipment for constructing knowledge graph and readable storage medium
CN111914550B (en) * 2020-07-16 2023-12-15 华中师范大学 Knowledge graph updating method and system oriented to limited field
CN112000791B (en) * 2020-08-26 2024-02-02 哈电发电设备国家工程研究中心有限公司 Motor fault knowledge extraction system and method
CN112100405B (en) * 2020-09-23 2024-01-30 中国农业大学 Veterinary drug residue knowledge graph construction method based on weighted LDA
CN112559772B (en) * 2020-12-29 2022-09-09 厦门市美亚柏科信息股份有限公司 Dynamic maintenance method of knowledge graph, terminal equipment and storage medium
CN113010593B (en) * 2021-04-02 2024-02-13 北京智通云联科技有限公司 Event extraction method, system and device for unstructured text
CN113010663A (en) * 2021-04-26 2021-06-22 东华大学 Adaptive reasoning question-answering method and system based on industrial cognitive map
CN113204648A (en) * 2021-04-30 2021-08-03 武汉工程大学 Knowledge graph completion method based on automatic extraction relationship of judgment book text
CN113221566B (en) * 2021-05-08 2023-08-01 北京百度网讯科技有限公司 Entity relation extraction method, entity relation extraction device, electronic equipment and storage medium
CN113392223A (en) * 2021-05-12 2021-09-14 同方知网数字出版技术股份有限公司 Knowledge graph construction method based on meteorological field
CN113392183A (en) * 2021-05-31 2021-09-14 南京师范大学 Characterization and calculation method of children domain map knowledge
CN113553439A (en) * 2021-06-18 2021-10-26 杭州摸象大数据科技有限公司 Method and system for knowledge graph mining
CN116205217B (en) * 2023-05-05 2023-09-01 北京邮电大学 Small sample relation extraction method, system, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776711A (en) * 2016-11-14 2017-05-31 浙江大学 A kind of Chinese medical knowledge mapping construction method based on deep learning
CN106844658A (en) * 2017-01-23 2017-06-13 中山大学 A kind of Chinese text knowledge mapping method for auto constructing and system
WO2018222448A1 (en) * 2017-06-02 2018-12-06 Microsoft Technology Licensing, Llc Modeling an action completion conversation using a knowledge graph
CN110110092A (en) * 2018-09-30 2019-08-09 北京国双科技有限公司 A kind of knowledge mapping construction method and relevant device
CA3040373A1 (en) * 2018-04-16 2019-10-16 Tata Consultancy Services Limited Deep learning techniques based multi-purpose conversational agents for processing natural language queries

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776711A (en) * 2016-11-14 2017-05-31 浙江大学 A kind of Chinese medical knowledge mapping construction method based on deep learning
CN106844658A (en) * 2017-01-23 2017-06-13 中山大学 A kind of Chinese text knowledge mapping method for auto constructing and system
WO2018222448A1 (en) * 2017-06-02 2018-12-06 Microsoft Technology Licensing, Llc Modeling an action completion conversation using a knowledge graph
CA3040373A1 (en) * 2018-04-16 2019-10-16 Tata Consultancy Services Limited Deep learning techniques based multi-purpose conversational agents for processing natural language queries
CN110110092A (en) * 2018-09-30 2019-08-09 北京国双科技有限公司 A kind of knowledge mapping construction method and relevant device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Graph2Seq: Fusion Embedding Learning for Knowledge Graph Completion";Weidong Li,Xinyu Zhang,Yaqian Wang,Zhihuan Yan,Rong Peng;《IEEE Access》;20191030;全文 *
知识图谱技术综述;徐增林等;《电子科技大学学报》;20160730(第04期);全文 *

Also Published As

Publication number Publication date
CN111209412A (en) 2020-05-29

Similar Documents

Publication Publication Date Title
CN111209412B (en) Periodical literature knowledge graph construction method for cyclic updating iteration
CN109271626B (en) Text semantic analysis method
CN110825721B (en) Method for constructing and integrating hypertension knowledge base and system in big data environment
CN111310471B (en) Travel named entity identification method based on BBLC model
CN112541337B (en) Document template automatic generation method and system based on recurrent neural network language model
Megyesi Data-driven syntactic analysis
CN111061882A (en) Knowledge graph construction method
King Practical Natural Language Processing for Low-Resource Languages.
CN115080694A (en) Power industry information analysis method and equipment based on knowledge graph
CN113312922B (en) Improved chapter-level triple information extraction method
CN112417823B (en) Chinese text word order adjustment and word completion method and system
CN112364623A (en) Bi-LSTM-CRF-based three-in-one word notation Chinese lexical analysis method
CN111444704A (en) Network security keyword extraction method based on deep neural network
Warjri et al. Identification of pos tag for khasi language based on hidden markov model pos tagger
Cing et al. Improving accuracy of part-of-speech (POS) tagging using hidden markov model and morphological analysis for Myanmar Language
CN109815497B (en) Character attribute extraction method based on syntactic dependency
CN113963748A (en) Protein knowledge map vectorization method
Amri et al. Amazigh POS tagging using TreeTagger: a language independant model
Atwell Classical and modern Arabic corpora
Tedla Tigrinya Morphological Segmentation with Bidirectional Long Short-Term Memory Neural Networks and its Effect on English-Tigrinya Machine Translation
Qasim et al. Exploiting affinity propagation for automatic acquisition of domain concept in ontology learning
Safeena et al. Quranic computation: A review of research and application
Nabende Applying dynamic Bayesian Networks in transliteration detection and generation
Karkaletsis et al. Populating ontologies in biomedicine and presenting their content using multilingual generation
Seresangtakul et al. Thai-Isarn dialect parallel corpus construction for machine translation

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20230419

Address after: Room B201-B203, B205-B210, 2nd Floor, Building B-2, Zhongguancun Dongsheng Science and Technology Park, No. 66 Xixiaokou Road, Haidian District, Beijing, 100192 (Dongsheng District)

Applicant after: TONGFANG KNOWLEDGE NETWORK DIGITAL PUBLISHING TECHNOLOGY CO.,LTD.

Address before: 100084 Beijing city Haidian District Tsinghua University Tsinghua Yuan 36 zone B1410, Huaye building 1412, room 1414

Applicant before: TONGFANG KNOWLEDGE NETWORK (BEIJING) TECHNOLOGY Co.,Ltd.

Applicant before: TONGFANG KNOWLEDGE NETWORK DIGITAL PUBLISHING TECHNOLOGY CO.,LTD.

GR01 Patent grant
GR01 Patent grant