WO2021047169A1 - Procédé et appareil d'interrogation d'informations, support de stockage et terminal intelligent - Google Patents

Procédé et appareil d'interrogation d'informations, support de stockage et terminal intelligent Download PDF

Info

Publication number
WO2021047169A1
WO2021047169A1 PCT/CN2020/083561 CN2020083561W WO2021047169A1 WO 2021047169 A1 WO2021047169 A1 WO 2021047169A1 CN 2020083561 W CN2020083561 W CN 2020083561W WO 2021047169 A1 WO2021047169 A1 WO 2021047169A1
Authority
WO
WIPO (PCT)
Prior art keywords
query
natural language
entity
sentence
language query
Prior art date
Application number
PCT/CN2020/083561
Other languages
English (en)
Chinese (zh)
Inventor
简仁贤
马永宁
Original Assignee
竹间智能科技(上海)有限公司
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 竹间智能科技(上海)有限公司 filed Critical 竹间智能科技(上海)有限公司
Publication of WO2021047169A1 publication Critical patent/WO2021047169A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9532Query formulation
    • 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/33Querying
    • G06F16/332Query formulation
    • G06F16/3329Natural language query formulation or dialogue systems

Definitions

  • the present invention relates to the technical field of natural language processing, in particular to an information query method and device, a storage medium, and an intelligent terminal.
  • the way to obtain the above-mentioned product-related information is usually to query through a search engine, for example, enter "China CSI 300 Index Fund" in the search engine to query.
  • the information queried by the query method in the prior art is generally general and complicated, and the user usually queries with a clear intention. For example, the user may only want to see which stocks the fund holds, or see What is the historical performance of the fund manager of a certain fund? It is difficult for the search engine in the prior art to find it in one step, and it is necessary to filter the information after the first query to obtain effective information.
  • the technical problem solved by the present invention is how to improve the accuracy and convenience of query.
  • an embodiment of the present invention provides an information query method.
  • the information query method includes: obtaining a natural language query sentence input by a user; determining the entity to be queried in the natural language query sentence from a knowledge base; The entity to be queried includes a query entity name; identifying a query intention of the natural language query sentence; and determining an answer corresponding to the natural language query sentence according to a combination of the query entity name and the query intention and a preset mapping relationship.
  • the determining the answer corresponding to the natural language query sentence according to the combination of the query entity name and the query intention and a preset mapping relationship includes: combining the query entity name with a plurality of preset mapping relationships If the entity name in the preset mapping relationship matches the query entity name, match the intent in the matching preset mapping relationship with the query intent; if the matching preset Assuming that the intent in the mapping relationship matches the query intent, the answer in the matched preset mapping relationship is used as the answer corresponding to the natural language query sentence.
  • the using the answer in the matched preset mapping relationship as the answer corresponding to the natural language query sentence includes: directly corresponding the answer to the combination of the entity name and the intent in the matched preset mapping relationship As the answer corresponding to the natural language query sentence; or, determine the query instruction corresponding to the combination of entity name and intent in the matched preset mapping relationship, and use the answer obtained by executing the query instruction as the natural language query The answer to the sentence.
  • the determining the entity to be queried in the natural language query sentence from the knowledge base includes: sorting the list of entities in the knowledge base according to the natural language query sentence input by the user, and sorting The preceding entity is used as the entity to be queried.
  • the following algorithms are used to sort the list of entities in the knowledge base: learning-to-rank model, or syntax analysis.
  • the identifying the query intention of the natural language query sentence includes: sorting the limited intent set corresponding to the entity to be queried according to the entity to be queried and the natural language query sentence.
  • the following algorithm is used to sort the limited intent set corresponding to the entity to be queried: a learning-to-rank model, or a way of syntactic analysis.
  • the method before determining the entity to be queried in the natural language query sentence from the knowledge base, the method further includes: comparing the pinyin of each word in the natural language query sentence with each preset entity name in the preset entity name list The pinyin of the preset entity name is matched to obtain a matching result.
  • the preset entity name list includes a plurality of preset entity names and their pinyin; if the matching result indicates that the pinyin of the preset entity name exists and the natural language query sentence If the pinyin of the word matches, the word is updated to the matching preset entity name.
  • the method before determining the entity to be queried in the natural language query sentence from the knowledge base, the method further includes: performing a preprocessing operation on the natural language query sentence, and the preprocessing operation is selected from filtering sensitive words and fonts. Conversion.
  • the entity name is selected from the names of fund products, fund managers, and fund companies, or the names of insurance products, insurance managers, and insurance companies, or the names of wealth management products, wealth management managers, and wealth management companies.
  • the embodiment of the present invention also discloses an information query device.
  • the information query device includes: a natural language query sentence acquisition module for acquiring a natural language query sentence input by a user; an entity name recognition module for receiving The entity to be queried in the natural language query sentence is determined in the knowledge base, and the entity to be queried includes the name of the query entity; an intention recognition module is used to identify the query intention of the natural language query sentence; an answer determination module is used according to The combination of the query entity name and the query intention and the preset mapping relationship determine the answer corresponding to the natural language query sentence.
  • the embodiment of the present invention also discloses a storage medium on which computer instructions are stored, and the steps of the information query method are executed when the computer instructions are run.
  • the embodiment of the present invention also discloses an intelligent terminal, including a memory and a processor, the memory stores computer instructions that can run on the processor, and the processor executes the information when the computer instructions are executed. The steps of the query method.
  • the query entity name in the natural language query sentence and the query intention of the natural language query sentence can be identified; the entity name and the query intention can be determined through the preset mapping relationship established in advance.
  • the combination of intents and the corresponding relationship between the answers, so that the query entity name in the natural language query sentence, the query intention of the natural language query sentence, and the preset mapping relationship can be used to determine the answer to the natural language query sentence.
  • the technical solution of the present invention uses the combination of entity name and intent to determine the answer, which can ensure the accuracy and pertinence of answer determination, avoids the way in the prior art that requires a second query by the user to determine the answer, and improves the information query Convenience and user experience.
  • the answer in the mapping relationship is the answer to the natural language query sentence, and the accuracy of the matched answer is ensured by matching the entity name and intent.
  • the pinyin of the entity name is fuzzy matched with the pinyin of each preset entity name in the preset entity name list to obtain a matching result.
  • the preset entity name list includes a plurality of preset entity names and their pinyin ; If the matching result indicates a match, the entity name is updated to the matching preset entity name.
  • the entity name in order to avoid query errors caused by typos in the natural language query sentence input by the user, the entity name can be updated by means of pinyin matching, thereby further ensuring the accuracy of the finally matched answer.
  • FIG. 1 is a flowchart of an information query method according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a specific implementation of step S104 shown in FIG. 1;
  • FIG. 3 is a partial flowchart of an information query method according to an embodiment of the present invention.
  • Fig. 4 is a schematic structural diagram of an information query device according to an embodiment of the present invention.
  • the information queried by the query methods in the prior art is generally general and complicated, and users usually query with clear intentions. For example, users may only want to see the stocks held by this fund. Which ones? Or look at the historical performance of the fund manager of a certain fund. It is difficult for the search engine in the prior art to find it in one step, and it is necessary to perform a secondary screening and filtering of the information after the first query to obtain effective information.
  • the query entity name in the natural language query sentence and the query intention of the natural language query sentence can be identified; the entity name and the query intention can be determined through the preset mapping relationship established in advance.
  • the combination of intents and the corresponding relationship between the answers, so that the query entity name in the natural language query sentence, the query intention of the natural language query sentence, and the preset mapping relationship can be used to determine the answer to the natural language query sentence.
  • the technical solution of the present invention uses the combination of entity name and intent to determine the answer, which can ensure the accuracy and pertinence of answer determination, avoids the way in the prior art that requires a second query by the user to determine the answer, and improves the information query Convenience and user experience.
  • the "natural language query sentence” referred to in the embodiment of the present invention refers to a sentence input by a user for query, which may specifically be text or voice data.
  • the "query entity name” mentioned in the embodiment of the present invention refers to the name of the entity appearing in the natural language query sentence, such as the name of the fund, the name of the fund manager, and the name of the fund company.
  • the "query intention” in the embodiment of the present invention refers to the intention expressed by a natural language query sentence, such as querying positions, querying company profiles, and so on.
  • the "preset mapping relationship" referred to in the embodiment of the present invention refers to a pre-established correspondence relationship between a combination of entity name and intent and an answer.
  • the preset mapping relationship may include a combination of multiple entity names and intents and their correspondences. s answer.
  • Fig. 1 is a flowchart of an information query method according to an embodiment of the present invention.
  • the information query method shown in FIG. 1 can be executed by any smart terminal device capable of interacting with the user, and the smart terminal device may specifically be any device capable of interacting with the user, such as a computer or an intelligent robot.
  • the information query method may include the following steps:
  • Step S101 Obtain a natural language query sentence input by the user
  • Step S102 Determine the entity to be queried in the natural language query sentence from the knowledge base, where the entity to be queried includes the name of the query entity;
  • Step S103 Identify the query intention of the natural language query sentence
  • Step S104 Determine the answer corresponding to the natural language query sentence according to the combination of the query entity name and the query intention and a preset mapping relationship.
  • step S102 and step 103 may be executed simultaneously, or step S102 may be executed earlier than step S103, or step S103 may be executed earlier than step S102, which is not limited in the embodiment of the present invention.
  • the natural language query sentence input by the user may be natural language. More specifically, the natural language query sentence may be in text, voice, and other formats. For example, in a specific application scenario, when a user inputs voice data, the voice data may be converted into text first, and subsequent entity name recognition and intention recognition processes are performed on the basis of the text.
  • the entity list of the knowledge base can be sorted for the natural language query sentences input by the user, and the query entity name in the natural language query sentence can be determined based on the top 1 result of the sorting.
  • a learning-to-rank algorithm based on deep learning can be used, or any other implementable entity name recognition algorithm, such as a syntax analysis algorithm, can be used, which is not limited in the embodiment of the present invention.
  • entity names can include the following three categories: fund products, fund managers, and fund companies.
  • the user inputs the natural language query sentence "Is Rainbow Fund Company good", and the entity name "Rainbow Fund Company” can be obtained through step S102.
  • the query intention of obtaining the natural language query sentence can be identified.
  • a pre-trained model can be used to sort the intents corresponding to the entity according to the determined entity name, and the top 1 result of the sorting is used as the intent result.
  • a learning-to-rank algorithm based on deep learning may be used, or any other implementable algorithm, such as a syntax analysis algorithm, may be used, which is not limited in the embodiment of the present invention.
  • a learning-to-rank model is trained using a trained neural network to perform intention recognition on the natural language query sentence.
  • the query intention can be obtained as "company profile” through step S103.
  • the query entity name and query intention of the natural language query sentence can be determined through step S102 and step S103, and the combination of the above two parameters can clearly indicate the content that the user wants.
  • a preset mapping relationship may be established in advance to establish the correspondence relationship between the combination of the entity name and the intention and the answer.
  • the query entity name in the natural language query sentence, the query intention of the natural language query sentence, and the preset mapping relationship may be used to determine the answer to the natural language query sentence.
  • the preset mapping relationship includes a combination of multiple entity names and intentions and their corresponding answers.
  • the preset mapping relationship may also be a mapping relationship between a combination of entity name and intent and a query instruction, and each query instruction can determine a unique answer through a query operation.
  • the query instruction may be a Structured Query Language (SQL) statement, through which the answer can be queried in the database, and the answer is fed back to the user.
  • SQL Structured Query Language
  • the preset mapping relationship may be stored in a database, and when needed, the preset mapping relationship may be called from the database.
  • the embodiment of the present invention uses the combination of the entity name and the intention to determine the answer, which can ensure the accuracy and pertinence of the answer determination, avoids the way in the prior art that requires the user to make a second query to determine the answer, and improves the information query. Convenience and user experience.
  • the entity name is selected from the names of fund products, fund managers, and fund companies, or the names of insurance products, insurance managers, and insurance companies, or selected from wealth management products, wealth management managers And the name of the wealth management company.
  • the information query method of the embodiment of the present invention can query fund-related information, insurance-related information, and financial-related information to meet different needs of users in different application scenarios.
  • the information query method shown in FIG. 1 may further include the following step: feeding back the answer to the user.
  • the answer may be displayed to the user in a preset format, for example, it may be displayed in text; or, the answer may be broadcast in voice, and the answer may also be displayed in text and The combination of answers is displayed.
  • Step S104 shown in FIG. 1 may include the following steps:
  • Step S201 Match the query entity name with entity names in multiple preset mapping relationships
  • Step S202 if there is an entity name in the preset mapping relationship that matches the query entity name, match the intent in the matched preset mapping relationship with the query intent;
  • Step S203 If the intent in the matched preset mapping relationship matches the query intent, use the answer in the matched preset mapping relationship as the answer corresponding to the natural language query sentence.
  • steps S201 and S202 can also be replaced with the following steps: first match the query intent with the intent in multiple preset mapping relationships; if there is an intent in the preset mapping relationship and the query intent If a match is made, the entity name in the preset mapping relationship is matched with the query entity name, which is not limited in the embodiment of the present invention.
  • the answer to the natural language query sentence when determining the answer to the natural language query sentence, it is necessary to determine that the entity name in the preset mapping relationship matches the query entity name, and the intent in the preset mapping relationship matches the query intent, before the determination is made.
  • the answer in the preset mapping relationship is the answer to the natural language query sentence, and the accuracy of the matched answer is ensured by matching the entity name and intent.
  • a preset guiding sentence can be returned to the user to instruct the user to update the natural language query sentence. For example, “Can your question be more specific”, “You can ask me some knowledge about the fund” and so on.
  • step S203 shown in FIG. 2 may include the following steps: directly use the answer corresponding to the combination of the entity name and the intent in the matched preset mapping relationship as the answer corresponding to the natural language query sentence; or, determine the answer corresponding to the natural language query sentence;
  • the query instruction corresponding to the combination of the entity name and the intent in the matching preset mapping relationship is described, and the answer obtained by executing the query instruction is used as the answer corresponding to the natural language query sentence.
  • the combination of entity name and intent in the preset mapping relationship can directly correspond to the answer.
  • the preset mapping relationship includes the combination of entity name and intent and the answer. In this case, you can directly map the matching preset
  • the answer in the relation is used as the answer corresponding to the natural language query sentence.
  • the combination of entity name and intent in the preset mapping relationship can indirectly correspond to the answer, that is, the preset mapping relationship includes the combination of entity name and intent and query instructions.
  • the answer can be obtained by executing the query instruction.
  • the answer obtained by executing the query instruction may be used as the answer corresponding to the natural language query sentence.
  • the query instruction can be a SQL statement, or any other implementable unstructured query instruction that can perform a query operation, which is not limited in the embodiment of the present invention.
  • step S102 shown in FIG. 1 may include the following steps: input the natural language query sentence into a pre-trained entity name recognition model to obtain the entity name in the natural language query sentence Wherein, when the entity name recognition model is trained using training data, the training data includes the full name and abbreviation of each entity name.
  • the full name of the entity name that the user needs to query is relatively long, and the user usually uses the abbreviation of the entity name to query.
  • the name of the fund is usually very long, such as "China Joy Health "Hybrid”, “China Industry Leading Hybrid”, “Boshiyueyueying Short-term Wealth Management Bonds”, etc., but users generally cannot remember the full name of the fund.
  • the natural language query sentence entered is usually the omitted fund name, such as "Huaxia "Lexiang”, “Huaxia Leading Mix”, and “Doctor Yueyueying” resulted in no query results.
  • the full name and abbreviation of each entity name can be used to construct training data, and the above training data can be used to identify the entity.
  • the name recognition model is trained, so that the trained entity name recognition model can recognize the full name or abbreviation of each entity name, avoid omitting the entity name, and ensure the accuracy of information query.
  • step S102 shown in FIG. 1 please refer to FIG. 3. Before step S102 shown in FIG. 1, the following steps may also be included:
  • Step S301 Match the pinyin of each word in the natural language query sentence with the pinyin of each preset entity name in the preset entity name list to obtain a matching result.
  • the preset entity name list includes a plurality of preset entities Name and its pinyin;
  • Step S302 If the matching result indicates that the pinyin of the preset entity name matches the pinyin of the word in the natural language query sentence, update the word to the matched preset entity name.
  • a preset entity name list may be established in advance, and the preset entity name list includes multiple preset entity names and their pinyin. It is also possible to perform pinyin conversion on the natural language query sentence to obtain the pinyin of each word in the natural language query sentence.
  • the pinyin of each word in the natural language query sentence can be matched with the pinyin of each preset entity name in the preset entity name list, for example, fuzzy matching can be performed. If there is a pinyin of the preset entity name that matches the pinyin of the word, update the word to the matched preset entity name.
  • the entity name in order to avoid query errors caused by typos in the natural language query sentence input by the user, the entity name can be updated by means of pinyin matching, thereby further ensuring the accuracy of the finally matched answer.
  • the user enters the natural language query sentence "Is Tianhong Fund Company good?", in which the pinyin of "Tianhong Fund” is the same as the pinyin of "Tianhong Fund” in the preset entity name list, so “Tianhong Fund” is changed to “Tianhong Fund”. "Fund” is updated to "Tianhong Fund”; through the entity name identification step, the query entity name is identified as “Tianhong Fund”, and the intent of the natural language query sentence is "Company Profile".
  • step S102 shown in FIG. 1 before step S102 shown in FIG. 1, the following step may be further included: performing a preprocessing operation on the natural language query sentence, and the preprocessing operation is selected from filtering sensitive words and font conversion.
  • sensitive words in natural language query sentences can be filtered.
  • sensitive words can include abusive words, sensitive names, and sensitive nouns.
  • the sensitive word can be filtered directly, and the subsequent steps can be performed. Or you can directly return to the preset sentence without performing subsequent processing.
  • font conversion may be performed on the font of the natural language query sentence, so that the font of each word in the natural language query sentence is consistent.
  • the natural language query sentence is in Chinese
  • the natural language query sentence is unified into simplified Chinese.
  • adaptive configuration and modification can be made according to the actual application environment, which is not limited in the embodiment of the present invention.
  • the user enters the natural language query sentence "Huaxia Company Garbage” to identify the sensitive word “garbage”.
  • it can directly return to specific words, or filter the sensitive word to get “ Huaxia Company” and continue to implement the subsequent steps.
  • the embodiment of the present invention also discloses an information query device 40.
  • the information query device 40 may include a natural language query sentence acquisition module 401, an entity name recognition module 402, an intention recognition module 403, and an answer determination module 404.
  • the natural language query sentence obtaining module 401 is used to obtain the natural language query sentence input by the user; the entity name recognition module 402 is used to sort the entities in the entity list through the natural language query sentence; the intention recognition module 403 is used to According to the entity name determined by the entity name recognition module 402, the intents corresponding to the entities are sorted to obtain the query intent of the natural language query sentence; the answer determination module 404 is used to determine the query entity name and the query intent according to the query entity name and the query intent.
  • the combination of and a preset mapping relationship determines the answer corresponding to the natural language query sentence, and the preset mapping relationship includes a combination of multiple entity names and intentions and their corresponding answers.
  • the query entity name in the natural language query sentence and the query intention of the natural language query sentence can be identified; the entity name and the query intention can be determined through the preset mapping relationship established in advance.
  • the combination of intents and the corresponding relationship between the answers, so that the query entity name in the natural language query sentence, the query intention of the natural language query sentence, and the preset mapping relationship can be used to determine the answer to the natural language query sentence.
  • the embodiment of the present invention uses the combination of the entity name and the intention to determine the answer, which can ensure the accuracy and pertinence of the answer determination, avoids the way in the prior art that requires the user to make a second query to determine the answer, and improves the information query. Convenience and user experience.
  • the embodiment of the present invention also discloses a storage medium on which computer instructions are stored, and the computer instructions can execute the steps of the method shown in FIG. 1, FIG. 2 or FIG. 3 when the computer instruction is running.
  • the storage medium may include ROM, RAM, magnetic disk or optical disk, etc.
  • the storage medium may also include non-volatile memory (non-volatile) or non-transitory memory, etc.
  • the embodiment of the present invention also discloses an intelligent terminal.
  • the intelligent terminal may include a memory and a processor, and computer instructions that can run on the processor are stored in the memory. When the processor runs the computer instructions, the steps of the method shown in FIG. 1, FIG. 2 or FIG. 3 can be executed.
  • the smart terminal includes, but is not limited to, terminal devices such as mobile phones, computers, and tablets.

Landscapes

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

Abstract

L'invention concerne un procédé et un appareil d'interrogation d'informations, un support de stockage et un terminal intelligent. Le procédé d'interrogation d'informations comprend les étapes consistant à : acquérir une instruction d'interrogation en langage naturel entrée par un utilisateur (S101) ; déterminer, à partir d'une base de connaissances, une entité à interroger dans l'instruction d'interrogation en langage naturel (S102) ; reconnaître une intention d'interrogation de l'instruction d'interrogation en langage naturel (S103) ; et déterminer une réponse correspondant à l'instruction d'interrogation en langage naturel selon une combinaison d'un nom d'entité d'interrogation et de l'intention d'interrogation et une relation de mise en correspondance prédéterminée (S104). Ledit procédé peut permettre à un utilisateur d'interroger des informations en utilisant un langage naturel, ce qui améliore la précision et la commodité d'interrogation.
PCT/CN2020/083561 2019-09-12 2020-04-07 Procédé et appareil d'interrogation d'informations, support de stockage et terminal intelligent WO2021047169A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910869534.0A CN110765342A (zh) 2019-09-12 2019-09-12 信息查询方法及装置、存储介质、智能终端
CN201910869534.0 2019-09-12

Publications (1)

Publication Number Publication Date
WO2021047169A1 true WO2021047169A1 (fr) 2021-03-18

Family

ID=69329796

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/083561 WO2021047169A1 (fr) 2019-09-12 2020-04-07 Procédé et appareil d'interrogation d'informations, support de stockage et terminal intelligent

Country Status (2)

Country Link
CN (1) CN110765342A (fr)
WO (1) WO2021047169A1 (fr)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110765342A (zh) * 2019-09-12 2020-02-07 竹间智能科技(上海)有限公司 信息查询方法及装置、存储介质、智能终端
CN111538894B (zh) * 2020-06-19 2020-10-23 腾讯科技(深圳)有限公司 查询反馈方法、装置、计算机设备及存储介质
CN112131016A (zh) * 2020-09-15 2020-12-25 北京值得买科技股份有限公司 应用程序内部数据处理方法、装置及设备
CN112287088A (zh) * 2020-11-20 2021-01-29 四川长虹电器股份有限公司 智能人机交互的查询方法、系统、计算机设备及存储介质
CN112463932A (zh) * 2020-12-14 2021-03-09 北京明略软件系统有限公司 用于信息查询的方法、装置及设备
CN116628004B (zh) * 2023-05-19 2023-12-08 北京百度网讯科技有限公司 信息查询方法、装置、电子设备及存储介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160117405A1 (en) * 2014-02-24 2016-04-28 Huawei Technologies Co., Ltd. Information Processing Method and Apparatus
CN106570180A (zh) * 2016-11-10 2017-04-19 北京百度网讯科技有限公司 基于人工智能的语音搜索方法及装置
CN108170859A (zh) * 2018-01-22 2018-06-15 北京百度网讯科技有限公司 语音查询的方法、装置、存储介质及终端设备
CN109522393A (zh) * 2018-10-11 2019-03-26 平安科技(深圳)有限公司 智能问答方法、装置、计算机设备和存储介质
CN109739964A (zh) * 2018-12-27 2019-05-10 北京拓尔思信息技术股份有限公司 知识数据提供方法、装置、电子设备和存储介质
CN110765342A (zh) * 2019-09-12 2020-02-07 竹间智能科技(上海)有限公司 信息查询方法及装置、存储介质、智能终端

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107918634A (zh) * 2017-06-27 2018-04-17 上海壹账通金融科技有限公司 智能问答方法、装置及计算机可读存储介质
CN107330120B (zh) * 2017-07-14 2018-09-18 三角兽(北京)科技有限公司 询问应答方法、询问应答装置及计算机可读存储介质
CN109800407B (zh) * 2017-11-15 2021-11-16 腾讯科技(深圳)有限公司 意图识别方法、装置、计算机设备和存储介质
CN110222045B (zh) * 2019-04-23 2024-05-28 平安科技(深圳)有限公司 一种数据报表获取方法、装置及计算机设备、存储介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160117405A1 (en) * 2014-02-24 2016-04-28 Huawei Technologies Co., Ltd. Information Processing Method and Apparatus
CN106570180A (zh) * 2016-11-10 2017-04-19 北京百度网讯科技有限公司 基于人工智能的语音搜索方法及装置
CN108170859A (zh) * 2018-01-22 2018-06-15 北京百度网讯科技有限公司 语音查询的方法、装置、存储介质及终端设备
CN109522393A (zh) * 2018-10-11 2019-03-26 平安科技(深圳)有限公司 智能问答方法、装置、计算机设备和存储介质
CN109739964A (zh) * 2018-12-27 2019-05-10 北京拓尔思信息技术股份有限公司 知识数据提供方法、装置、电子设备和存储介质
CN110765342A (zh) * 2019-09-12 2020-02-07 竹间智能科技(上海)有限公司 信息查询方法及装置、存储介质、智能终端

Also Published As

Publication number Publication date
CN110765342A (zh) 2020-02-07

Similar Documents

Publication Publication Date Title
WO2021047169A1 (fr) Procédé et appareil d'interrogation d'informations, support de stockage et terminal intelligent
US8627208B2 (en) Application generator for data transformation applications
US11392775B2 (en) Semantic recognition method, electronic device, and computer-readable storage medium
US9201869B2 (en) Contextually blind data conversion using indexed string matching
EP2891075A1 (fr) Conversion de données indépendante du contexte à l'aide d'une mise en correspondance de chaîne indexée
US10713625B2 (en) Semi-automatic object reuse across application parts
US20090164428A1 (en) Self-learning data lenses
US11699034B2 (en) Hybrid artificial intelligence system for semi-automatic patent infringement analysis
CN112580357A (zh) 自然语言查询的语义解析
JP2023526116A (ja) 高速スクリーニングのためのドメイン固有言語インタープリタ及び対話型視覚インターフェース
CN115827819A (zh) 一种智能问答处理方法、装置、电子设备及存储介质
CN111708867A (zh) 应用于电力运检的问答查询方法及装置、设备
RU2571405C1 (ru) Способ предварительного преобразования структурированного массива данных
US9207917B2 (en) Application generator for data transformation applications
CN117149804A (zh) 数据处理方法、装置、电子设备及存储介质
CN117112595A (zh) 一种信息查询方法、装置、电子设备及存储介质
CN116737758A (zh) 一种数据库查询语句的生成方法、装置、设备及存储介质
US11954099B2 (en) Systems, methods, and program products for providing investment expertise using a financial ontology framework
US11921763B2 (en) Methods and systems to parse a software component search query to enable multi entity search
CN115098657A (zh) 自然语言转换数据库查询语句的方法、设备及介质
US20200401660A1 (en) Semantic space scanning for differential topic extraction
CN111309773A (zh) 一种车辆信息的查询方法、装置、系统及存储介质
RU2571407C1 (ru) Способ формирования карты связей компонентов преобразованного структурированного массива данных
US9798801B2 (en) Observation-based query interpretation model modification
RU2572367C1 (ru) Способ поиска информации в предварительно преобразованном структурированном массиве данных

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20862163

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20862163

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 20862163

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 10.11.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20862163

Country of ref document: EP

Kind code of ref document: A1