CN104866593B - A kind of database search method of knowledge based collection of illustrative plates - Google Patents

A kind of database search method of knowledge based collection of illustrative plates Download PDF

Info

Publication number
CN104866593B
CN104866593B CN201510289249.3A CN201510289249A CN104866593B CN 104866593 B CN104866593 B CN 104866593B CN 201510289249 A CN201510289249 A CN 201510289249A CN 104866593 B CN104866593 B CN 104866593B
Authority
CN
China
Prior art keywords
relation
entity
knowledge
query
node
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
CN201510289249.3A
Other languages
Chinese (zh)
Other versions
CN104866593A (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.)
CETC 28 Research Institute
Original Assignee
CETC 28 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 28 Research Institute filed Critical CETC 28 Research Institute
Priority to CN201510289249.3A priority Critical patent/CN104866593B/en
Publication of CN104866593A publication Critical patent/CN104866593A/en
Application granted granted Critical
Publication of CN104866593B publication Critical patent/CN104866593B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/243Natural language query formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/288Entity relationship models

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to a kind of database search methods of knowledge based collection of illustrative plates, belong to structural data excavation and search field.Method proposed by the present invention first analyzes the elements such as constraint between database table type and table, then generates relation between corresponding concept, entity and entity using constraint between table and table, and establishes knowledge mapping service accordingly.After natural language querying input by user is obtained, the feature schema inquired about and element value are detected to each element of user's inquiry, then feature schema is matched to obtain corresponding query pattern in template library, then the element value of inquiry is filled into query pattern to obtain knowledge mapping query statement, the query statement is finally performed in knowledge mapping service, the corresponding knowledge of user's inquiry is obtained and returns to user.Data and internal relation in database can effectively be organized and showed to method proposed by the present invention, and support the natural language querying of user, so as to improve the user experience of database search.

Description

A kind of database search method of knowledge based collection of illustrative plates
Technical field
The present invention relates to structural data excavation and searching method, more particularly to a kind of support users of knowledge based collection of illustrative plates The database search method of natural language querying.
Background technology
Knowledge mapping technology (Knowledge Graph) is to develop most noticeable skill in knowledge engineering field at present Art.Knowledge mapping is exactly that the relation between knowledge and knowledge is indicated with figure (Graph) model in simple terms, the node of figure The concept or entity involved by knowledge are represented, the side of figure represents the relation between concept or entity, what numerous nodes and side were formed Figure can carry out knowledge complete and clearly describe.A large amount of knowledge mappings are integrated and according to knowledge hierarchy taxonomic organizations, It is formed knowledge base (Knowledge Base).In recent years, built by internet crowdsourcing mode or algorithm extract automatically, Some knowledge bases for including magnanimity entity are formd, more well-known knowledge base has YAGO, DBpedia, Freebase etc..At present Knowledge mapping technical support many revolutionary services and application.Such as Google, must answer, the mainstreams search engine such as Baidu exists Result of page searching adds and the knowledge such as the relevant entity of query word;The smart mobile phones such as the Siri of apple, the Cortana of Microsoft Assistant can answer the enquirement of user;Knowledge search engine Walfram Alpha can directly give according to problem input by user and answer Case rather than provide relevant documentation as traditional search engine.
Although knowledge mapping technology is widely applied in the open data such as internet arena, in relation data The traditional fields such as storehouse but rarely have application.Relational database in a structured manner stores data, supports the query statements such as SQL Data are inquired about, are a kind of storage modes functions reliably and efficiently.But semanteme and inherent pass of the relational database to data The tissue of system and performance Shortcomings, and the SQL query mode that relational database is provided requires user to have professional knowledge And experience is bad.
The content of the invention
Goal of the invention:The present invention proposes a kind of branch of knowledge based collection of illustrative plates for deficiency existing for current database search The database search method of user's natural language querying is held, to reduce database search using difficulty, improves user experience.
Technical solution:In order to solve the above-mentioned technical problem, the invention discloses a kind of databases of knowledge based collection of illustrative plates to search Suo Fangfa handles two big steps including knowledge mapping structure and natural language querying;
The knowledge mapping structure, including:
A. factor analysis is carried out to database, and table is divided into relation between the tables of data and storage object that store specific object Relation table, the element includes restriction relation between table name, row name and table;
B. the record in tables of data and tables of data establishes concept node and entity node;
C. according to the relation table of relation is established between entity node between foreign key constraint relation and storage object between tables of data Relation;
D. the relation between the node that is generated in the node and step c that are generated in step b is carried out using knowledge mapping instrument Storage, establishes knowledge mapping service;
The natural language querying processing, including:
E. query statement input by user is segmented, and the vocabulary after participle is subjected to query elements mapping, obtained The feature schema of inquiry and element value, the query elements include variable, relation, entity and concept;
F. feature schema is matched to obtain corresponding query pattern in template library;
G. element value is filled into query pattern and obtains knowledge mapping query statement;
H. knowledge mapping query statement is performed in knowledge mapping service and obtains the corresponding knowledge of user's inquiry.
Further, the record in the step b in tables of data and tables of data establishes concept node and entity node Method be:To each tables of data T in databaseA, a concept node C is established with table name AA;Then for table TAIn Each records TAi, establish an entity EAi, and using each row name of this record and corresponding train value as the entity attributes and Property value, then by concept node CAIt is directed toward entity node EAi, i is the sequence number of record.
Further, according to the method that foreign key constraint relation establishes relation between entity node between tables of data in the step c For:If table TAIn row B be table TCThe external key of middle row D, then according to row B and the value correspondence of row D, establish table TAIn it is every Row record TAiConstructed entity EAi, to table TCMiddle record TCjConstructed entity ECjBetween relation, the title of relation according to Conceptual relation between table name A and C determines.
Further, the method for establishing relation between entity node in the step c according to relation table is:If relation table TCIt deposits Tables of data T is stored upATo TBMany-one relationship, then according to table TCThe Table A major key of record to table B major keys mapping relations, to establish Table TAThe entity E of structureAiTo table TBThe entity E of structureBjBetween relation, the title of relation determines according to table name C.
Further, query statement input by user is segmented in step e, and the vocabulary after participle is inquired about Element maps, and the feature schema and the method for element value inquired about include:
Using natural language processing segmentation methods to inquiry O={ o input by user1o2...on, o1o2...onFor individual character, It is segmented to obtain word segmentation result W={ w1=o1o2...ok,w2=ok+1...,...,wN=om...on, segment the dictionary used Including the relevant vocabulary of concept, entity, attribute and relation generated in general dictionary and step c;
Defined variable (Variable, V), relation (Relation, R), entity (Entity, E), concept (Concept, C) Four class query elements a, element each vocabulary in word segmentation result being mapped in the four classes query elements, are denoted as:< P, W >={ < p1,w1>, < p2,w2> ... < pN,wN> }, the element identification of each vocabulary mapping in word segmentation result is extracted Come obtain inquiry O feature schema, be denoted as:P={ p1,p2...pN},pi∈{V,R,E,C}。
Further, the query pattern in the step f is denoted as X=f (V, R, E, C), and f (V, R, E, C) is four class elements Generalized function, be knowledge mapping inquiry primitive and four class elements combination.
The beneficial effects of the present invention are two aspects:First, using knowledge mapping to the data in relational database into Row tissue, can preferably mining data semanteme and inner link;Second, by being automatically analyzed to natural language querying And conversion, can relevant knowledge directly be returned to according to natural language querying input by user, difficulty is used so as to reduce search And improve user experience.
Description of the drawings
The present invention is done in the following with reference to the drawings and specific embodiments and is further illustrated, it is of the invention above-mentioned and/ Or otherwise advantage will become apparent.
Fig. 1 is the overview flow chart of the embodiment of the present invention;
Fig. 2 is the flow chart that the embodiment of the present invention is applied to movie database;
Fig. 3 is the knowledge mapping structure diagram based on movie database structure in the embodiment of the present invention.
Specific embodiment
As shown in Figure 1, a kind of database search method of knowledge based collection of illustrative plates disclosed by the embodiments of the present invention includes knowledge Map construction and natural language querying handle two big steps, and wherein knowledge mapping structure is mainly analyzed including database elements, is general The step of relation generation and knowledge mapping service are built between entity generation, entity is read, natural language querying processing mainly includes The step of element detection, template matches, query generation and query execution.In order to become apparent from getting information about present disclosure, The specific steps of the method for the present invention using movie database as example, will be elaborated below.Fig. 2 illustrates embodiment of the present invention side Method applies the flow chart in movie database.Table 1 lists the table name of movie database used in example, row name and constraint etc. Element information.
1 movie database element of table
Before each step is described in detail, technical solution of the present invention part and the letter character occurred below are explained first It is as follows:Tee is the initial of table Table, represents the table in database, and the subscript of T represents table name.Letter C is concept The initial of Concept, represents concept node.Letter e is the initial of entity Entity, represents entity node.TAiRepresent number According to i-th record in table, to refer to, represent all to make similary operation to every a line record of tables of data.Arrow generation in formula Points relationship between table node, the title of the textual representation relation above arrow.
The knowledge mapping structure in 2 pairs of the present embodiment methods and natural language querying processing procedure are made detailed below in conjunction with the accompanying drawings It describes in detail bright.Knowledge mapping structure comprises the following steps:
Step 1. database elements are analyzed.It extracts and relevant factor in analytical database, including each table and table name, in table The row name respectively arranged, the restriction relation between table, and further table is divided between the tables of data and storage object that store specific object The relation table of relation.Such as:By analyzing the database shown in table 1, tables of data is obtained:Film, performer, director, film Type, relation table:Restriction relation between film performer's table, movie director's table and tables of data.
Step 2. utilizes tables of data structure concept and entity node.To each tables of data T in databaseA, with table name A Establish a concept node CA, sequentially for table TAIn each record TAi, establish an entity EAi, and by concept node CA It is directed toward entity node EAi.I.e.
For each TAi∈TA
Entity EAiComprising attribute be table TAEach row name of definition, property value TAiThe value of each row.
Such as:With cast TPerformerExemplified by, initially set up a concept node CPerformer, recorded for each in cast TPerformer i, establish an entity node EPerformer i, and by concept node CPerformerIt is directed toward entity node EPerformer i, relationships between nodes are " comprising ". Same method is also all used to other tables of data.Fig. 3 illustrates the concept node built and part entity node.In order to reach To effect is clearly indicated, the inclusion relation of concept node to entity node is represented using dotted arrow, relation name "comprising" It omits without drawing.Each entity node only depicts title, and number omit without drawing.
Step 3. utilizes the relation between constraint between table or relation table structure entity node.Assuming that defined in database as Under foreign key constraint relation:Table TAIn row B be table TCThe external key of middle row D, is denoted as
TA(B)=Foreign (TC(D))
Then according to row B and the value correspondence of row D, table T is establishedAIn often row record TAiConstructed entity EAi, arrive Table TCMiddle record TCjConstructed entity ECjBetween relation.The title of relation is come true according to the conceptual relation between table name A and C It is fixed, it is denoted as R (A, C).I.e.
Work as TAi(B)=TCj(D)
In above description, TAi(B) table T is representedAIn the i-th row record row B value, TCj(D) table T is representedCMiddle jth row The value of the row D of record.
When there are during correspondence for a plurality of record of a record of some table and another table in database, it will usually make This one-to-many relation is stored with an individual table.Due to one-to-many and many-to-one relation be it is symmetrical, So only explanation builds entity relationship using many-one relationship table below.If table TCStore table TATo TBMany-one relationship, then It can be according to table TCThe Table A major key of record to table B major keys mapping relations, to establish table TAThe entity E of structureAiTo table TBStructure Entity EBjBetween relation.The title of relation is determined according to table name C, is denoted as R (C).I.e.
As R (TAi(pk), TBj(pk))∈TC
In example, film table and film types table are there are foreign key constraint relation, then for movie property node, such as fruit Body node EFilm j" film types number " attribute be equal to film types node EFilm types k" film types number " attribute, then build Vertical EFilm jIt is directed toward EFilm types kRelation, relation name be " type ".It can for relation table " film performer's table " and " movie director's table " To establish actor node to the relation of film node and direct node to the relation of film node.By taking film performer's table as an example, If certain a line T in tableFilm performer lFilm number attribute be equal to film node EFilm mFilm number attribute, performer number belong to Property be equal to actor node EPerformer nPerformer's number attribute, then establish node EPerformer nIt is directed toward EFilm mRelation, relation name is " goes out It drills ".Director's node is similarly established to the relation of film node, relation name is " directing ".So far, knowing based on movie database Knowledge collection of illustrative plates, which is just built, to be completed, and Fig. 3 illustrates a sample of knowledge mapping.
Step 4. knowledge mapping service is built.Step 3 is built using the knowledge mapping instrument Cayley that increases income of Google The knowledge mapping of completion is stored.Cayley provides Gremlin grammatical query services, and Gremlin is a kind of mapping traversal Language, can according to while points relationship and while title carry out the inquiry of node.Table 2 illustrates some and is based on film The query statement of database application and query result example, ' V ' in query statement represent the inquiry of node (Vertex), Side is pointed out in ' Out ' representative, and ' In ' representative refers into side.
2 Gremlin of table inquires about example
Natural language querying processing comprises the following steps:
Step 5. dictionary is built.Vocabulary involved by entity and entity relationship is added in the dictionary of participle software.This example Vocabulary involved by middle entity includes title, actor name, director names, the film types title of film.Involved by relation Vocabulary has " comprising ", " directing ", the relation names such as " performance " and with these vocabulary vocabulary equivalent in meaning and similar.It can be with Understand, the structure of dictionary can independently be built and safeguarded based on substantial amounts of priori, herein add relative words Enter dictionary, dictionary can be expanded, improve word segmentation processing effect.
Step 6. element detects.The inquiry of user's input side is denoted as O={ o1o2...on, o1o2...onFor individual character, utilize Chinese word segmentation instrument (such as ICTCLAS etc.) segments natural language querying input by user, and word segmentation result is W={ w1 =o1o2...ok,w2=ok+1...,...,wN=om...on}.By defining four class elements:Variable (Variable, V), relation Vocabulary in word segmentation result can be mapped to above-mentioned by (Relation, R), entity (Entity, E), concept (Concept, C) Each element, is denoted as:< P, W >={ < p1,w1>, < p2,w2> ... < pN,wN> }, wherein each two tuple, which illustrates, wants Element and corresponding element value.Such as two tuple < p1,w1W in >1=o1...okA vocabulary, at the same be also element value, p1It is then The element identification of the vocabulary.The element identification of each vocabulary mapping in word segmentation result is extracted and can be obtained by wanting for inquiry O Plain pattern, is denoted as:P={ p1,p2...pN},pi∈ { V, R, E, C }, the value range of element identification in formula:{ V, R, E, C } is The initial of aforementioned four classes element English.
Such as the inquiry of user is O={ which actor features Around the World in 80 Days }, word segmentation result is W={ w1=which A bit, w2=performer, w3=perform, w4=global the earth 80 days }.Word segmentation result is mapped to variable (Variable, V), relation (Relation, R), entity (Entity, E), four class element of concept (Concept, C), can obtain element and element value corresponds to Relation < P, W >={ < V, w1>, < C, w2>, < R, w3>, < E, w4> }, then the feature schema for inquiring about O is P=VCRE.
Step 7. template library is built.Feature schema is established to the mapping template of Gremlin query patterns according to syntax rule Storehouse, each template in template library is mapping ruler of the feature schema to query pattern.Query pattern is that Gremlin is looked into The combination of primitive and four class query elements is ask, the generalized function of four class elements is considered as, is denoted as f (V, R, E, C).Table 3 provides One feature schema is to query pattern mapping template storehouse example.
3 feature schema of table is to query pattern mapping template storehouse example
Feature schema Query pattern
C V g.V(C).Out()
V C g.V(C).Out()
E R V g.V(E).Out(R)
E R V C g.V(E).Out(R).And(g.V(C).Out())
V C R E g.V(E).In(R).And(g.V(C).Out())
Step 8. template matches.It is matched in the template library that the feature schema obtained in step 6 is built in step 7, Obtain corresponding query pattern.Such as the feature schema P=V C R E for generating query by example in step 6 are matched, it can be with Query pattern is obtained as g.V (E) .In (R) .And (g.V (C) .Out ()).
Step 9. query generation.According to the correspondence of element in step 6 and element value, element value is inserted into step 8 and is obtained The query pattern X=f (V, R, E, C) arrived, it is possible to generate corresponding knowledge mapping query statement, Y=f (V, R, E, C, < P, W >)=f (w1,w2,...,wN).Such as element in step 6 example and element value correspondence are < P, W >={ < V, w1 >, < C, w2>, < R, w3>, < E, w4> }, by vocabulary w1,w2,w3,w4The query pattern obtained in step 8 is inserted, obtains Q =f (V, R, E, C, < P, W >)=g.V (w4).In(w3).And(g.V(w2) .Out ())=g.V (' the global earth 80 days ') .In (' performing ') .And (g.V (' performer ') .Out ()).
Step 10. query execution.The query statement generated in step 9 is taken in the Cayley knowledge mappings that step 4 is built It is performed in business, obtains query result.Such as the query execution of the example in step 9 is that result is:" Cheng Long, big vast treasure ... ".
It is pointed out that in above-mentioned steps step 5 dictionary structure and step 7 template library build the two steps with entirely The degree of coupling of natural language querying process flow is more loose:Dictionary and template library can be in multiple query processings after once building completion Middle Reusability;If specific area has existed suitable dictionary and template library in implementation process, can directly or slightly locate It introduces and uses after reason, and without building from the beginning.Therefore, although dictionary and template library are the necessary components of this method, But the process of structure dictionary and template library is more flexible in implementation process, therefore do not marked in flow chart shown in Fig. 1 Go out the two processes.However, dictionary and template library be using what kind of building process, as long as meeting method shown in Fig. 1 flows all It should be regarded as protection scope of the present invention.
By above-mentioned steps, specific area, such as film relational database, search service just build and complete. The search service make use of knowledge mapping technology, can support the natural language querying of user.Such as when user's in the embodiment Which inquire about as " actor features the global earth 80 days ", the search service is with regard to that can directly give corresponding answer:" Cheng Long, flood Treasure ... ".
The present invention provides a kind of database search method of knowledge based collection of illustrative plates, the method for implementing the technical solution Many with approach, embodiment described above is only the preferred embodiment of the present invention.It should be pointed out that for the general of the art For logical technical staff, various improvements and modifications may be made without departing from the principle of the present invention, these improve and Retouching also should be regarded as protection scope of the present invention.The available prior art of each component being not known in the present embodiment is subject to reality It is existing.

Claims (6)

1. a kind of database search method of knowledge based collection of illustrative plates, which is characterized in that including knowledge mapping structure and natural language Two big step of query processing;
The knowledge mapping structure, including:
A. factor analysis is carried out to database, and table is divided into the pass of relation between the tables of data and storage object that store specific object It is table, the element includes the restriction relation between table name, row name and table;
B. the record in tables of data and tables of data establishes concept node and entity node;Specially:To every in database One tables of data TA, establish a concept node CA;Then for table TAIn each record TAi, establish an entity EAi, And using each row name of this record and corresponding train value as the entity attributes and property value, then by concept node CAIt is directed toward real Body node EAi, i is the sequence number of record;
C. according to the relation table of relation establishes the relation between entity node between foreign key constraint relation and storage object between tables of data; Specially:If table TAIn row B be table TCThe external key of middle row D, then according to row B and the value correspondence of row D, establish table TAIn Often row record TAiConstructed entity EAi, to table TCMiddle record TCjConstructed entity ECjBetween relation;If relation table TC Store tables of data TATo TBMany-one relationship, then according to table TCThe Table A major key of record to table B major keys mapping relations, to build Vertical table TAThe entity E of structureAiTo table TBThe entity E of structureBjBetween relation;
D. the relation between the node that is generated in the node and step c that are generated in step b is stored using knowledge mapping instrument, Establish knowledge mapping service;
The natural language querying processing, including:
E. query statement input by user is segmented, and the vocabulary after participle is subjected to query elements mapping, inquired about Feature schema and element value, the query elements include variable, relation, entity and concept;
F. feature schema is matched to obtain corresponding query pattern in template library;
G. element value is filled into query pattern and obtains knowledge mapping query statement;
H. knowledge mapping query statement is performed in knowledge mapping service and obtains the corresponding knowledge of user's inquiry.
2. the database search method of knowledge based collection of illustrative plates according to claim 1, which is characterized in that
To each tables of data T in databaseA, a concept node C is established with table name AA
3. the database search method of knowledge based collection of illustrative plates according to claim 1, which is characterized in that
If table TAIn row B be table TCThe external key of middle row D, table TAIn often row record TAiConstructed entity EAiTo table TCMiddle note Record TCjConstructed entity ECjBetween the title of relation determined according to the conceptual relation between table name A and C.
4. the database search method of knowledge based collection of illustrative plates according to claim 1, which is characterized in that
If relation table TCStore tables of data TATo TBMany-one relationship, table TAThe entity E of structureAiTo table TBThe entity of structure EBjBetween the title of relation determined according to table name C.
5. the database search method of knowledge based collection of illustrative plates according to claim 1, which is characterized in that
Query statement input by user is segmented in step e, and the vocabulary after participle is subjected to query elements mapping, is obtained The feature schema of inquiry and the method for element value include:
Using natural language processing segmentation methods to inquiry O={ o input by user1o2...on, o1o2...onFor individual character, carry out Participle obtains word segmentation result W={ w1=o1o2...ok,w2=ok+1...,...,wN=om...on, segmenting the dictionary used includes The relevant vocabulary of concept, entity, attribute and relation generated in general dictionary and step c;
Defined variable (Variable, V), relation (Relation, R), entity (Entity, E), four class of concept (Concept, C) Query elements a, element each vocabulary in word segmentation result being mapped in the four classes query elements, are denoted as:< P, W >={ < p1,w1>, < p2,w2> ... < pN,wN> }, the element identification of each vocabulary mapping in word segmentation result is extracted The feature schema of inquiry O is obtained, is denoted as:P={ p1,p2...pN},pi∈{V,R,E,C}。
6. the database search method of knowledge based collection of illustrative plates according to claim 5, which is characterized in that
Query pattern in the step f is denoted as X=f (V, R, E, C), and f (V, R, E, C) is the generalized function of four class elements, is Knowledge mapping inquires about the combination of primitive and four class elements.
CN201510289249.3A 2015-05-29 2015-05-29 A kind of database search method of knowledge based collection of illustrative plates Active CN104866593B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510289249.3A CN104866593B (en) 2015-05-29 2015-05-29 A kind of database search method of knowledge based collection of illustrative plates

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510289249.3A CN104866593B (en) 2015-05-29 2015-05-29 A kind of database search method of knowledge based collection of illustrative plates

Publications (2)

Publication Number Publication Date
CN104866593A CN104866593A (en) 2015-08-26
CN104866593B true CN104866593B (en) 2018-05-22

Family

ID=53912419

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510289249.3A Active CN104866593B (en) 2015-05-29 2015-05-29 A kind of database search method of knowledge based collection of illustrative plates

Country Status (1)

Country Link
CN (1) CN104866593B (en)

Families Citing this family (73)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760495B (en) * 2016-02-17 2019-03-01 扬州大学 A kind of knowledge based map carries out exploratory searching method for bug problem
CN105808931B (en) * 2016-03-03 2019-05-07 北京大学深圳研究生院 A kind of the acupuncture decision support method and device of knowledge based map
CN105868313B (en) * 2016-03-25 2019-02-12 浙江大学 A kind of knowledge mapping question answering system and method based on template matching technique
CN106095858A (en) * 2016-06-02 2016-11-09 海信集团有限公司 A kind of audio video searching method, device and terminal
CN107545000A (en) * 2016-06-28 2018-01-05 百度在线网络技术(北京)有限公司 The information-pushing method and device of knowledge based collection of illustrative plates
CN106528609A (en) * 2016-09-28 2017-03-22 厦门理工学院 Vector constraint embedded transformation knowledge graph inference method
CN106779150B (en) * 2016-11-17 2020-08-14 同济大学 View materialization method for large-scale knowledge graph complex path query
CN108241670A (en) * 2016-12-26 2018-07-03 北京国双科技有限公司 Database statement generation method and device
CN106649878A (en) * 2017-01-07 2017-05-10 陈翔宇 Artificial intelligence-based internet-of-things entity search method and system
CN106919655B (en) * 2017-01-24 2020-05-19 网易(杭州)网络有限公司 Answer providing method and device
CN106951963B (en) * 2017-03-29 2020-05-22 苏州大学 Knowledge refining method and device
CN106897273B (en) * 2017-04-12 2018-02-06 福州大学 A kind of network security dynamic early-warning method of knowledge based collection of illustrative plates
CN107247736B (en) * 2017-05-08 2020-07-14 广州索答信息科技有限公司 Kitchen field question-answering method and system based on knowledge graph
CN108874819B (en) * 2017-05-11 2021-09-03 上海醇聚信息科技有限公司 Data mining method for database
CN107977393A (en) * 2017-05-22 2018-05-01 海南大学 A kind of recommended engine design method based on data collection of illustrative plates, Information Atlas, knowledge mapping and wisdom collection of illustrative plates towards 5W question and answer
CN106997399A (en) * 2017-05-24 2017-08-01 海南大学 A kind of classification question answering system design method that framework is associated based on data collection of illustrative plates, Information Atlas, knowledge mapping and wisdom collection of illustrative plates
CN107103100B (en) * 2017-06-10 2019-07-30 海南大学 A kind of fault-tolerant intelligent semantic searching method based on map framework
CN107239832A (en) * 2017-06-12 2017-10-10 西南交通大学 A kind of online dynamic knowledge atlas preparation method
CN108268582B (en) * 2017-07-14 2021-05-07 阿里巴巴(中国)有限公司 Information query method and device
CN107688614B (en) * 2017-08-04 2018-08-10 平安科技(深圳)有限公司 It is intended to acquisition methods, electronic device and computer readable storage medium
CN107633093A (en) * 2017-10-10 2018-01-26 南通大学 A kind of structure and its querying method of DECISION KNOWLEDGE collection of illustrative plates of powering
CN109684354A (en) * 2017-10-18 2019-04-26 北京国双科技有限公司 Data query method and apparatus
CN107944036B (en) * 2017-12-13 2021-12-24 美林数据技术股份有限公司 Method for acquiring map change difference
CN108090167B (en) * 2017-12-14 2020-11-10 畅捷通信息技术股份有限公司 Data retrieval method, system, computing device and storage medium
CN108427707B (en) * 2018-01-23 2021-05-04 深圳市阿西莫夫科技有限公司 Man-machine question and answer method, device, computer equipment and storage medium
CN108614897B (en) * 2018-05-10 2021-04-27 四川长虹电器股份有限公司 Content diversification searching method for natural language
CN110543951B (en) * 2018-05-28 2022-05-17 中国铁道科学研究院铁道建筑研究所 Virtual assistant system for maintenance of railway bridge
CN108932317A (en) * 2018-06-22 2018-12-04 赛飞特工程技术集团有限公司 Knowledge search system and method for safety and environmental protection industry based on knowledge map technology
CN108920608B (en) * 2018-06-28 2020-06-26 百应科技(北京)有限公司 Search field knowledge graph construction method and system for enterprise data
CN108921295B (en) * 2018-06-28 2021-08-10 合肥中科加点智能科技有限公司 Knowledge graph technology-based emergency decision model construction method for emergency events
CN109033223B (en) * 2018-06-29 2021-09-07 北京百度网讯科技有限公司 Method, apparatus, device and computer-readable storage medium for cross-type conversation
CN108549731A (en) * 2018-07-11 2018-09-18 中国电子科技集团公司第二十八研究所 A kind of knowledge mapping construction method based on ontology model
CN109101565A (en) * 2018-07-16 2018-12-28 浪潮软件集团有限公司 Graph database-based semantic search implementation method
CN110750627A (en) * 2018-07-19 2020-02-04 上海谦问万答吧云计算科技有限公司 Material retrieval method and device, electronic equipment and storage medium
CN109145098B (en) * 2018-07-20 2021-10-29 西北大学 Chinese culture element information searching method based on knowledge graph
CN109033374B (en) * 2018-07-27 2022-03-15 四川长虹电器股份有限公司 Knowledge graph retrieval method based on Bayesian classifier
CN108920716B (en) * 2018-07-27 2022-11-25 中国电子科技集团公司第二十八研究所 Data retrieval and visualization system and method based on knowledge graph
CN110413630A (en) * 2018-08-27 2019-11-05 上海纵坤信息技术有限公司 Examination criteria searching system and method
CN109543044B (en) * 2018-10-22 2021-06-18 杭州叙简科技股份有限公司 Automatic matching system and matching method for event and legal provision
CN111159330B (en) * 2018-11-06 2023-06-20 阿里巴巴集团控股有限公司 Database query statement generation method and device
CN109189947A (en) * 2018-11-07 2019-01-11 曲阜师范大学 A kind of mobile data knowledge mapping method for auto constructing based on relational database
CN109522420B (en) * 2018-11-16 2022-04-22 广东小天才科技有限公司 Method and system for acquiring learning demand
CN111291168A (en) * 2018-12-07 2020-06-16 北大方正集团有限公司 Book retrieval method and device and readable storage medium
CN109800287A (en) * 2018-12-21 2019-05-24 出门问问信息科技有限公司 A kind of data processing method, device, storage medium and electronic equipment
CN109508390B (en) * 2018-12-28 2021-12-14 北京金山安全软件有限公司 Input prediction method and device based on knowledge graph and electronic equipment
CN109508391B (en) * 2018-12-28 2022-04-08 北京金山安全软件有限公司 Input prediction method and device based on knowledge graph and electronic equipment
CN110020957A (en) * 2019-01-31 2019-07-16 阿里巴巴集团控股有限公司 Damage identification method and device, the electronic equipment of maintenance objects
CN109947952B (en) * 2019-03-20 2021-03-02 武汉市软迅科技有限公司 Retrieval method, device, equipment and storage medium based on English knowledge graph
CN111753020A (en) * 2019-03-28 2020-10-09 阿里巴巴集团控股有限公司 Method and device for establishing relational network model
CN110321408B (en) * 2019-05-30 2023-07-14 广东省智湾汇科技有限公司 Searching method and device based on knowledge graph, computer equipment and storage medium
CN112069267A (en) * 2019-06-10 2020-12-11 阿里巴巴集团控股有限公司 Data processing method and device
CN110263180B (en) * 2019-06-13 2021-06-04 北京百度网讯科技有限公司 Intention knowledge graph generation method, intention identification method and device
CN110297872A (en) * 2019-06-28 2019-10-01 浪潮软件集团有限公司 A kind of building, querying method and the system of sciemtifec and technical sphere knowledge mapping
CN110334939B (en) * 2019-07-01 2022-03-15 济南大学 Door and window customized material information rapid configuration method, system, equipment and medium
CN110781309A (en) * 2019-07-01 2020-02-11 厦门美域中央信息科技有限公司 Entity parallel relation similarity calculation method based on pattern matching
CN110489610B (en) * 2019-08-14 2022-02-08 北京海致星图科技有限公司 Knowledge graph real-time query solution
CN110516081A (en) * 2019-09-02 2019-11-29 北京明略软件系统有限公司 The display methods and device of tables of data mapping relations
CN111008284B (en) * 2019-11-29 2021-01-12 北京数起科技有限公司 Method and device for executing atlas analysis and service system thereof
CN111353049A (en) * 2020-02-24 2020-06-30 京东方科技集团股份有限公司 Data updating method and device, electronic equipment and computer readable storage medium
CN111581393B (en) * 2020-04-28 2022-11-25 国家电网有限公司客户服务中心 Construction method of knowledge graph based on customer service data in power industry
CN111522807B (en) * 2020-04-28 2023-05-30 电子科技大学 Database error data repairing method
CN113761213B (en) * 2020-06-01 2024-06-18 Tcl科技集团股份有限公司 Knowledge graph-based data query system, method and terminal equipment
CN111767381A (en) * 2020-06-30 2020-10-13 北京百度网讯科技有限公司 Automatic question answering method and device
CN112287114A (en) * 2020-09-28 2021-01-29 珠海大横琴科技发展有限公司 Knowledge graph service processing method and device
CN112632335A (en) * 2020-10-15 2021-04-09 北京如易堂科技有限公司 Apparatus, electronic device and computer readable medium for assisting invention
CN112199487B (en) * 2020-10-23 2024-06-21 中国传媒大学 Knowledge graph-based movie question-answer query system and method thereof
CN114860894A (en) * 2021-01-20 2022-08-05 京东科技控股股份有限公司 Method and device for querying knowledge base, computer equipment and storage medium
CN112836063B (en) * 2021-01-27 2023-06-06 四川新网银行股份有限公司 Method for realizing feature tracing
CN113094515A (en) * 2021-04-13 2021-07-09 国网北京市电力公司 Knowledge graph entity and link extraction method based on electric power marketing data
CN113590737B (en) * 2021-09-28 2021-12-17 中国人民解放军国防科技大学 Event data processing method, device, equipment and medium based on knowledge graph
CN114860872A (en) * 2022-04-13 2022-08-05 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium
CN115292297B (en) * 2022-06-29 2024-02-02 江苏昆山农村商业银行股份有限公司 Method and system for constructing data quality monitoring rule of data warehouse
CN117171367B (en) * 2023-09-26 2024-04-12 北京泰策科技有限公司 Specification detection method for specified attribute values of different database tables

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104035917A (en) * 2014-06-10 2014-09-10 复旦大学 Knowledge graph management method and system based on semantic space mapping
CN104346446A (en) * 2014-10-27 2015-02-11 百度在线网络技术(北京)有限公司 Paper associated information recommendation method and device based on mapping knowledge domain
CN104462501A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Knowledge graph construction method and device based on structural data

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150095303A1 (en) * 2013-09-27 2015-04-02 Futurewei Technologies, Inc. Knowledge Graph Generator Enabled by Diagonal Search

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104035917A (en) * 2014-06-10 2014-09-10 复旦大学 Knowledge graph management method and system based on semantic space mapping
CN104346446A (en) * 2014-10-27 2015-02-11 百度在线网络技术(北京)有限公司 Paper associated information recommendation method and device based on mapping knowledge domain
CN104462501A (en) * 2014-12-19 2015-03-25 北京奇虎科技有限公司 Knowledge graph construction method and device based on structural data

Also Published As

Publication number Publication date
CN104866593A (en) 2015-08-26

Similar Documents

Publication Publication Date Title
CN104866593B (en) A kind of database search method of knowledge based collection of illustrative plates
CN110413732B (en) Knowledge searching method for software defect knowledge
CN108388559B (en) Named entity identification method and system under geographic space application and computer program
US10657111B2 (en) Computer-implemented method for storing unlimited amount of data as a mind map in relational database systems
US6816779B2 (en) Programmatically computing street intersections using street geometry
CN104750681B (en) A kind of processing method and processing device of mass data
CN108228825B (en) A kind of station address data cleaning method based on participle
CN112069826B (en) Vertical domain entity disambiguation method fusing topic model and convolutional neural network
CN103488724A (en) Book-oriented reading field knowledge map construction method
CN111881290A (en) Distribution network multi-source grid entity fusion method based on weighted semantic similarity
CN109933797A (en) Geocoding and system based on Jieba participle and address dictionary
JP5410514B2 (en) Method for mapping an X500 data model to a relational database
CN102346747A (en) Method for searching parameters in data model
CN110377751A (en) Courseware intelligent generation method, device, computer equipment and storage medium
Christen et al. A probabilistic geocoding system based on a national address file
CN106202450A (en) A kind of source code relied on based on makefile file analyzes method
CN107436955A (en) A kind of English word relatedness computation method and apparatus based on Wikipedia Concept Vectors
CN106202039B (en) Vietnamese portmanteau word disambiguation method based on condition random field
CN102867049A (en) Chinese PINYIN quick word segmentation method based on word search tree
CN116414823A (en) Address positioning method and device based on word segmentation model
CN109885797B (en) Relational network construction method based on multi-identity space mapping
CN110720097A (en) Functional equivalence of tuples and edges in graph databases
CN110060472A (en) Road traffic accident localization method, system, readable storage medium storing program for executing and equipment
Kim et al. Towards a fairer landmark recognition dataset
CN110309214A (en) A kind of instruction executing method and its equipment, storage medium, server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
EXSB Decision made by sipo to initiate substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant