CN111598252A - University computer basic knowledge problem solving method based on deep learning - Google Patents

University computer basic knowledge problem solving method based on deep learning Download PDF

Info

Publication number
CN111598252A
CN111598252A CN202010365827.8A CN202010365827A CN111598252A CN 111598252 A CN111598252 A CN 111598252A CN 202010365827 A CN202010365827 A CN 202010365827A CN 111598252 A CN111598252 A CN 111598252A
Authority
CN
China
Prior art keywords
knowledge
graph
knowledge graph
training
deep learning
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.)
Granted
Application number
CN202010365827.8A
Other languages
Chinese (zh)
Other versions
CN111598252B (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.)
Xian University of Technology
Original Assignee
Xian University of Technology
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 Xian University of Technology filed Critical Xian University of Technology
Priority to CN202010365827.8A priority Critical patent/CN111598252B/en
Publication of CN111598252A publication Critical patent/CN111598252A/en
Application granted granted Critical
Publication of CN111598252B publication Critical patent/CN111598252B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • 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
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/04Inference or reasoning models
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B19/00Teaching not covered by other main groups of this subclass
    • G09B19/0053Computers, e.g. programming
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Business, Economics & Management (AREA)
  • Evolutionary Computation (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Educational Technology (AREA)
  • Educational Administration (AREA)
  • Computer Hardware Design (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a university computer basic knowledge problem solving method based on deep learning, which comprises the steps of generating an inference data set containing all basic knowledge points by using an existing university computer basic knowledge graph and an NTN model, then generating a incomplete knowledge graph corresponding to problems by using a PCANET and a GRU network, then matching an approximate subgraph which is closest to the incomplete knowledge graph in the knowledge graph by using a PSQUERY algorithm, and inferring a missing part in the incomplete knowledge graph by using a TransE method, wherein the inferred part is a correct result. The manpower consumption is reduced, and the problem solving efficiency is improved. The invention is easy to realize and can generate answers in batch. The invention improves the efficiency of students self-learning the class and simultaneously reduces the burden of teachers in teaching the class.

Description

University computer basic knowledge problem solving method based on deep learning
Technical Field
The invention belongs to an important direction in the field of artificial intelligence, and particularly relates to a university computer knowledge problem solving method based on deep learning.
Background
With the development of knowledge graph technology, the number of knowledge graphs owned by people is more and more, and the scale of the knowledge graphs is larger and larger. Knowledge maps store a large amount of knowledge in a triplet structure. The extraction of entity relationships is a classic human task in the knowledge graph, and is continuously developed in the past decades, and some stage achievements are obtained. With the coming of the deep learning era, various neural network models also provide a new idea for the study on the aspect of knowledge maps. Compared with the traditional method, the deep learning model has more efficient learning ability, can face more complex text contexts, and can process larger-scale training data. Deep learning therefore also provides a more novel solution for knowledge-graph research in some aspects. With the rapid development of computer technology and the coming of IT era, computers have been integrated into every corner of people's lives. When many students learn the course by self, the situation of low efficiency can occur due to the infirm basic knowledge points. The out-of-class answering time often cannot meet the requirements of a student.
In view of the above, it is important to be able to master the course of "university computer base". In the study of some classmates, the condition that the questions exist but the standard answers do not exist is often found. Therefore, it is very important to invent a system that can obtain answers according to the topics. The systems of this aspect used today are mostly answered manually. Under the condition of lacking more professional knowledge, the method is low in speed and has no guarantee on accuracy. The present invention is a solution to this problem.
Disclosure of Invention
The invention aims to provide a method for solving the problem of basic knowledge of a university computer based on deep learning, which solves the problem of low efficiency of manually giving answers in the prior art.
The method is based on deep learning algorithm and model, uses existing university computer basic knowledge map and NTN model to generate inference data set containing all basic knowledge points, then uses PCANET and GRU network to generate incomplete knowledge map corresponding to problems, then uses PSQUERY algorithm to match approximate subgraph closest to the incomplete knowledge map, and uses TransE method to infer missing part in the incomplete knowledge map, and finally infers the obtained part as correct result.
A university computer knowledge problem solving method based on deep learning is characterized in that a computer basic knowledge graph and an NTN model are used for generating an inference data set containing all basic knowledge points, then a residual knowledge graph corresponding to problems is generated by using a PCANET and GRU network, then a PSQUERY algorithm is used for matching an approximate subgraph which is closest to the residual knowledge graph in the knowledge graph, and a TransE method is used for inferring a missing part in the residual knowledge graph, so that a correct result of a problem is obtained.
The method specifically comprises the following steps:
step 1, carrying out data preprocessing on a basic knowledge graph of a computer to change the basic knowledge graph from a visual form such as a neo4j database to a triple form; simultaneously, screening out knowledge points outside the examination range;
step 2, training the triples in the step 1 by using an NTN network model to generate a reasoning training set of the knowledge points;
step 3, importing a PCANET network model, and training a PCANET network capable of forming a knowledge graph by using the inference training set generated in the step 2;
and 4, training by using the data set processed in the step 1 and a GRU network model to generate a data set capable of identifying the keywords of the knowledge points.
And 5, carrying out data preprocessing on the basic knowledge question bank of the computer to obtain a data set which can be trained by the PCANET network model.
And 6, training the data set which is formed in the step 4 and can identify the key words of the knowledge points and the data set of the basic knowledge graph of the computer formed in the step 5 by using the PCANET network model generated in the step 3 to generate the incomplete knowledge graph for describing the problems.
And 7, matching approximate subgraphs of the knowledge graph in the basic knowledge graph of the university computer, which is the incomplete knowledge graph describing the problem in the step 6, by using a PSQUERY method.
Step 8, using the TransE method, the missing part in the knowledge map used to describe the problem is obtained.
And 9, at this time, the incomplete part in the knowledge graph is a correct answer, and the incomplete part comprises the character concept and the topological relation.
In step 2, the advantages of using NTN and triplets are: the NTN is mainly trained by representing entities in the database as a vector, and a triplet may also be regarded as a vector, i.e., each data in the triplet is regarded as a value in the vector. Therefore, the two can be combined, thereby achieving the effect of training the triad by using the NTN; specifically, NTN is used for training the triplets; the NTN represents each object or individual in the dataset as a vector, operating directly on the vector. The main steps of NTN are: and writing a self-defined layer, initializing tensor shapes, activation functions and tensor parameters, then defining a contrast maximum edge loss function, and finally summarizing data training to obtain a result. These vector carriers can capture facts about the entity and whether it becomes part of relationships, each relationship being defined by the parameters of a new neural tensor network; since NTN may explicitly involve two entity vectors. The effect of training the triplet using NTN will be better.
Step 4, training and generating a data set of the knowledge point keywords by using a GRU network model; the GRU can transmit the current data to be used at the next moment; the GRU is composed of numerous structures called memory blocks, each memory block comprises an input gate, an output gate, a forgetting gate and a memory unit; the input gate judges the data which is selected to pass through according to the output data of the data which is input into the input gate by the activating function; a commonly used activation function is the sigmoid function sigmood (x) ═ 1/(1+ e ^ (-x)), where a number with a value (— ∞) can be mapped to (0, 1); if the number of mappings is greater than a threshold set in advance, then this data can be output, otherwise not;
the activation function comprises a sigmoid activation function, a tanh activation function and a Relu activation function.
In step 7, the optimal approximate subgraph of the result generated by matching the PSQUERY algorithm is used, firstly, the PSQUERT algorithm extracts the characteristics of the query graph, and then coding is respectively carried out according to the extracted characteristics to form node and graph codes; then, an index tree is constructed based on graph coding for filtering; and finally, generating a candidate graph set, and performing sub-graph isomorphism verification to finally obtain a final result set.
In step 9, TransE is used to obtain the incomplete part of the knowledge graph; TransE treats the relationships in each triplet instance as a transformation from a head entity to a tail entity based on a distributed vector representation of the entities and relationships.
The invention has the beneficial effects that:
aiming at the problem that part of question banks in the basic knowledge of a college computer have no standard answers, the invention adopts an NTN network model to train a knowledge graph, uses a GRU network model to train and generate a data set of key words of knowledge points, uses an optimal approximate subgraph of a PSQUERY algorithm matching and generating result, and uses TransE to obtain the incomplete part of the knowledge graph. Compared with the traditional algorithm, the method increases the efficiency of algorithm operation and the accuracy of answers.
Drawings
FIG. 1 is a general flow chart of a university computer basic problem solving method based on deep learning according to the university computer knowledge solving method based on deep learning of the present invention;
FIG. 2 is a process of matching approximate subgraphs based on the PSQUERY algorithm for a university computer knowledge problem solving method based on deep learning according to the present invention;
FIG. 3 is a process of the university computer knowledge problem solving method based on deep learning according to the present invention, in which an inference data set of knowledge points is generated based on NTN;
FIG. 4 is a process of the university computer knowledge problem solving method based on deep learning in the invention, which is based on PCANET to generate incomplete knowledge map corresponding to the problem.
FIG. 5 is a process of the university computer knowledge problem solving method based on deep learning according to the present invention, which generates a keyword data set containing knowledge points based on GRUs.
FIG. 6 is a process of obtaining a missing part in a knowledge graph based on a TransE method by the deep learning-based university computer knowledge problem solving method.
Detailed Description
The following describes embodiments of the present invention with reference to the drawings.
The invention relates to a university computer basic knowledge problem solving method based on deep learning, which specifically comprises the following steps as shown in figure 1:
step 1.1, preprocessing data of the basic knowledge graph of the university computer to convert the basic knowledge graph from a neo4j database and the like into a data form of a triple.
And step 1.2, removing the knowledge points which are not required by the examination in the data set and only need to be known by students.
And 2, training the triples by using an NTN network model to generate an inference data set of the knowledge points. As shown in fig. 3, the tensor shape, activation function, tensor parameters, and custom layer in the NTN model are fixed or may be slightly modified in practice. A maximum edge loss function is also determined. The pseudo code is as follows:
Figure BDA0002476717010000061
and 3, as shown in fig. 4, importing a PCANET network model, and training the PCANET network model which can generate the knowledge graph by using the inference training set generated in the step 2.
And 4, training by using the data set processed in the step 1 and a GRU network model to generate a data set containing the keywords of the knowledge points. As shown in fig. 5.
And 5.1, reading the corpus data of the basic knowledge question bank of the university computer, and segmenting all data by taking a complete question as a basic unit.
Step 5.2, all topics are numbered for lookup.
And 6.1, inputting the data set generated in the step 4 into the PCANET network model generated in the step 3.
And 6.2, generating a knowledge graph describing the incomplete problem by using the PCANET network model. As shown in fig. 4.
And 7.1, extracting the marking information of the nodes to generate node marking codes, and combining all the node marking codes to generate the node marking codes of the graph.
And 7.2, extracting edge characteristics as adjacent edge information. The encoding of the adjacent edges can be obtained by traversing the hash mapping of the adjacent edges.
And 7.3, extracting the shortest weight path as a third feature. May be implemented using dijkstra's algorithm. Wherein, list represents the weight matrix of the current path. The initial state is a weight between two connected points, and if the two points are not connected, the initial state is considered to be infinite. The path represents the shortest path between two points, and the initial state is the same as the list. The pseudo code is as follows:
Figure BDA0002476717010000071
Figure BDA0002476717010000081
and 7.4, taking the minimum value from the weight of each node to obtain the weight path code of the graph D.
And 7.5, generating an N-layer generated graph for each node, calculating a graph to be used for expressing the local topology information of each node, and finally combining to obtain the topology information of the undirected weighted graph. Namely a Laplacian map. The pseudo code is as follows:
Figure BDA0002476717010000082
Figure BDA0002476717010000091
and 7.6, solving corresponding characteristic values according to a Jacobian algorithm, and taking the two largest characteristic values as the maps of the nodes. And combining the maps of all the nodes to generate the map of the map.
And 7.7, constructing the index tree by referring to the GCoding method.
And 7.8, filtering the graph and the nodes, and cutting most of the graph by PSQUERY to generate a candidate set, as shown in FIG. 2.
And 7.9, performing sub-graph isomorphism judgment by adopting a VF2 algorithm. The pseudo code is as follows:
Figure BDA0002476717010000092
step 8, as shown in FIG. 6, a TransE-based approach is used to obtain the missing part of the knowledge-graph describing the problem. In this algorithm, the parameters of hyper-parameters, learning rate, etc. are generally determined and can be slowly modified through practice. The pseudo code of the TransE algorithm is as follows:
Figure BDA0002476717010000101
TransE treats the relationships in each triplet instance as a transformation from a head entity to a tail entity based on a distributed vector representation of the entities and relationships. For example, the phrase "the originator of the Linux operating system is linnas. bennard. tokwatts" may be expressed as "Linux operating system + originator ═ linnas. bennard. tokwatts". In the incomplete knowledge map, by analogy, as long as the entity ' Linux operating system ' and the relation ' founder ' are known, the entity to be solved can be inferred to be ' linnas. Benne ' kth. Towatz '.
And 9, converting the incomplete part in the knowledge graph into a correct answer described by characters in a manual mode.
The invention reasonably utilizes the characteristics of the basic knowledge map of the computer and the university computer question bank, reduces the consumption of manpower and improves the efficiency of solving the questions. Firstly, the problem is converted into a incomplete knowledge map, then the incomplete knowledge map is matched with the knowledge points, an optimal matching subgraph is found out, and finally, the knowledge map of the incomplete part of the problem is found, namely the answer of the problem. The invention is easy to realize and can generate answers in batch. The invention improves the efficiency of students self-learning the class and simultaneously reduces the burden of teachers in teaching the class.

Claims (7)

1. A university computer knowledge problem solving method based on deep learning is characterized in that a computer basic knowledge graph and an NTN model are used for generating an inference data set containing all basic knowledge points, then a incomplete knowledge graph corresponding to problems is generated by using a PCANET and GRU network, then a PSQUERY algorithm is used for matching an approximate subgraph which is closest to the incomplete knowledge graph in the knowledge graph, and a TransE method is used for inferring a missing part in the incomplete knowledge graph, so that a correct result of the problem is obtained.
2. The university computer knowledge problem solving method based on deep learning according to claim 1, characterized in that the method specifically comprises the following steps:
step 1, carrying out data preprocessing on a basic knowledge graph of a computer to change the basic knowledge graph from a visual form such as a neo4j database to a triple form; simultaneously, screening out knowledge points outside the examination range;
step 2, training the triples in the step 1 by using an NTN network model to generate a reasoning training set of the knowledge points;
step 3, importing a PCANET network model, and training a PCANET network capable of forming a knowledge graph by using the inference training set generated in the step 2;
and 4, training by using the data set processed in the step 1 and a GRU network model to generate a data set capable of identifying the keywords of the knowledge points.
And 5, carrying out data preprocessing on the basic knowledge question bank of the computer to obtain a data set which can be trained by the PCANET network model.
And 6, training the data set which is formed in the step 4 and can identify the key words of the knowledge points and the data set of the basic knowledge graph of the computer formed in the step 5 by using the PCANET network model generated in the step 3 to generate the incomplete knowledge graph for describing the problems.
And 7, matching the optimal approximate subgraph of the knowledge graph which is the incomplete knowledge graph describing the problem in the step 6 in the basic knowledge graph of the university computer by using a PSQUERY method.
Step 8, using the TransE method, the missing part in the knowledge map used to describe the problem is obtained.
And 9, at this time, the incomplete part in the knowledge graph is a correct answer, and the incomplete part comprises the character concept and the topological relation.
3. The university computer knowledge problem solving method based on deep learning of claim 2, wherein the advantage of using NTN and the triplets in step 2 is that: the NTN is mainly trained by representing entities in the database as a vector, and a triplet may also be regarded as a vector, i.e., each data in the triplet is regarded as a value in the vector. Therefore, the two can be combined, thereby achieving the effect of training the triad by using the NTN; specifically, NTN is used for training the triplets; the NTN represents each object or individual in the dataset as a vector, operating directly on the vector. The main steps of NTN are: and writing a self-defined layer, initializing tensor shapes, activation functions and tensor parameters, then defining a contrast maximum edge loss function, and finally summarizing data training to obtain a result. These vector carriers can capture facts about the entity and whether it becomes part of the relationships, each defined by the parameters of a new neural tensor network.
4. The university computer knowledge problem solving method based on deep learning of claim 2, wherein in the step 4, a data set of knowledge point keywords is generated by using GRU network model training; the GRU can transmit the current data to be used at the next moment; the GRU is composed of numerous structures called memory blocks, each memory block comprises an input gate, an output gate, a forgetting gate and a memory unit; the input gate judges the data which is selected to pass through according to the output data of the data which is input into the input gate by the activating function; a commonly used activation function is the sigmoid function sigmood (x) ═ 1/(1+ e ^ (-x)), where a number with a value (— ∞) can be mapped to (0, 1); if the number of mappings is greater than a threshold set in advance, this data can be output, otherwise it is not.
5. The university computer knowledge problem solving method based on deep learning of claim 4, wherein the activation function is sigmoid activation function, tanh activation function, Relu activation function.
6. The university computer knowledge problem solving method based on deep learning according to claim 2, wherein in the step 7, an optimal approximate subgraph of a result generated by matching with a PSQUERY algorithm is used, firstly, the PSQUERT algorithm extracts the features of a query graph, and then, coding is respectively carried out according to the extracted features to form node and graph codes; then, an index tree is constructed based on graph coding for filtering; and finally, generating a candidate graph set, and performing sub-graph isomorphism verification to finally obtain a final result set.
7. The university computer knowledge problem solving method based on deep learning of claim 2, wherein in the step 9, TransE is used to obtain the incomplete part of the knowledge graph; TransE treats the relationships in each triplet instance as a transformation from a head entity to a tail entity based on a distributed vector representation of the entities and relationships.
CN202010365827.8A 2020-04-30 2020-04-30 University computer basic knowledge problem solving method based on deep learning Active CN111598252B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010365827.8A CN111598252B (en) 2020-04-30 2020-04-30 University computer basic knowledge problem solving method based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010365827.8A CN111598252B (en) 2020-04-30 2020-04-30 University computer basic knowledge problem solving method based on deep learning

Publications (2)

Publication Number Publication Date
CN111598252A true CN111598252A (en) 2020-08-28
CN111598252B CN111598252B (en) 2023-08-18

Family

ID=72185111

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010365827.8A Active CN111598252B (en) 2020-04-30 2020-04-30 University computer basic knowledge problem solving method based on deep learning

Country Status (1)

Country Link
CN (1) CN111598252B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112307218A (en) * 2020-10-21 2021-02-02 浙江大学 Intelligent power plant typical equipment fault diagnosis knowledge base construction method based on knowledge graph
CN112507139A (en) * 2020-12-28 2021-03-16 深圳力维智联技术有限公司 Knowledge graph-based question-answering method, system, equipment and storage medium
CN112860856A (en) * 2021-02-10 2021-05-28 福州大学 Intelligent problem solving method and system for arithmetic application problem

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105719156A (en) * 2015-10-15 2016-06-29 深圳市麻省图创科技有限公司 System and method for identifying and promoting goods with labels already added thereto
CN108509519A (en) * 2018-03-09 2018-09-07 北京邮电大学 World knowledge collection of illustrative plates enhancing question and answer interactive system based on deep learning and method
US20190087724A1 (en) * 2017-09-21 2019-03-21 Foundation Of Soongsil University Industry Cooperation Method of operating knowledgebase and server using the same

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105719156A (en) * 2015-10-15 2016-06-29 深圳市麻省图创科技有限公司 System and method for identifying and promoting goods with labels already added thereto
US20190087724A1 (en) * 2017-09-21 2019-03-21 Foundation Of Soongsil University Industry Cooperation Method of operating knowledgebase and server using the same
CN108509519A (en) * 2018-03-09 2018-09-07 北京邮电大学 World knowledge collection of illustrative plates enhancing question and answer interactive system based on deep learning and method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吴运兵等: "知识图谱学习和推理研究进展", 《小型微型计算机系统》 *
赖郁婷等: "D-Reader:一种以全文预测的阅读理解模型", 《中文信息学报》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112307218A (en) * 2020-10-21 2021-02-02 浙江大学 Intelligent power plant typical equipment fault diagnosis knowledge base construction method based on knowledge graph
CN112307218B (en) * 2020-10-21 2022-08-05 浙江大学 Intelligent power plant typical equipment fault diagnosis knowledge base construction method based on knowledge graph
CN112507139A (en) * 2020-12-28 2021-03-16 深圳力维智联技术有限公司 Knowledge graph-based question-answering method, system, equipment and storage medium
CN112507139B (en) * 2020-12-28 2024-03-12 深圳力维智联技术有限公司 Knowledge graph-based question and answer method, system, equipment and storage medium
CN112860856A (en) * 2021-02-10 2021-05-28 福州大学 Intelligent problem solving method and system for arithmetic application problem
CN112860856B (en) * 2021-02-10 2022-06-14 福州大学 Intelligent problem solving method and system for arithmetic application problem

Also Published As

Publication number Publication date
CN111598252B (en) 2023-08-18

Similar Documents

Publication Publication Date Title
CN108009285B (en) Forest Ecology man-machine interaction method based on natural language processing
CN109783666B (en) Image scene graph generation method based on iterative refinement
CN111753054B (en) Machine reading inference method based on graph neural network
Sonkar et al. qdkt: Question-centric deep knowledge tracing
CN111598252B (en) University computer basic knowledge problem solving method based on deep learning
CN107220506A (en) Breast cancer risk assessment analysis system based on depth convolutional neural networks
CN107662617B (en) Vehicle-mounted interactive controlling algorithm based on deep learning
CN110765775A (en) Self-adaptive method for named entity recognition field fusing semantics and label differences
CN112949647B (en) Three-dimensional scene description method and device, electronic equipment and storage medium
CN111858989A (en) Image classification method of pulse convolution neural network based on attention mechanism
CN108197294A (en) A kind of text automatic generation method based on deep learning
CN109255359B (en) Visual question-answering problem solving method based on complex network analysis method
CN109739995B (en) Information processing method and device
CN111898374A (en) Text recognition method and device, storage medium and electronic equipment
CN105809201A (en) Identification method and device for autonomously extracting image meaning concepts in biologically-inspired mode
CN113360621A (en) Scene text visual question-answering method based on modal inference graph neural network
CN113254675B (en) Knowledge graph construction method based on self-adaptive few-sample relation extraction
CN116432026A (en) Visual language understanding task processing method and system
CN115860152B (en) Cross-modal joint learning method for character military knowledge discovery
CN114925176B (en) Method, system and medium for constructing intelligent multi-modal cognitive map
CN115588193A (en) Visual question-answering method and device based on graph attention neural network and visual relation
CN113822183B (en) Zero sample expression recognition method and system based on AU-EMO association and graph neural network
CN113011196B (en) Concept-enhanced representation and one-way attention-containing subjective question automatic scoring neural network model
CN114491076B (en) Data enhancement method, device, equipment and medium based on domain knowledge graph
CN114357166B (en) Text classification method based on deep learning

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
GR01 Patent grant
GR01 Patent grant