WO2018179355A1 - 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム - Google Patents

情報処理システム、情報処理装置、情報処理方法および情報処理プログラム Download PDF

Info

Publication number
WO2018179355A1
WO2018179355A1 PCT/JP2017/013635 JP2017013635W WO2018179355A1 WO 2018179355 A1 WO2018179355 A1 WO 2018179355A1 JP 2017013635 W JP2017013635 W JP 2017013635W WO 2018179355 A1 WO2018179355 A1 WO 2018179355A1
Authority
WO
WIPO (PCT)
Prior art keywords
answer
question
query expression
information processing
query
Prior art date
Application number
PCT/JP2017/013635
Other languages
English (en)
French (fr)
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 日本電気株式会社
Priority to JP2019508124A priority Critical patent/JP6733809B2/ja
Priority to PCT/JP2017/013635 priority patent/WO2018179355A1/ja
Priority to US16/487,912 priority patent/US11341127B2/en
Publication of WO2018179355A1 publication Critical patent/WO2018179355A1/ja

Links

Images

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/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24522Translation of natural language queries to structured queries
    • 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/245Query processing
    • G06F16/2453Query optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/40Processing or translation of natural language
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition

Definitions

  • the present invention relates to an information processing system, an information processing apparatus, an information processing method, and an information processing program.
  • a knowledge base used in such a system is generally structured so that knowledge corresponding to a query described in a formal language can be extracted.
  • Prolog and RDF Resource Description Framework
  • a converter called a semantic parser in order to convert a natural language into a formal language, a converter called a semantic parser has been used.
  • a question answering system using a knowledge base converts a user's question expressed in a natural language into a formal language expression using a converter, and extracts an answer corresponding to the converted expression from the knowledge base. To the user.
  • Non-Patent Document 1 states that if the vocabulary of formal languages is enormous, there are too many formal language expressions that can be output, and pruning is not possible when all the expressions cannot be calculated. A technique for narrowing the search range by performing is disclosed. On the other hand, in Non-Patent Document 2, instead of pruning and narrowing the search range as in Non-Patent Document 1, all the formulas of formal languages that can be output are listed using dynamic programming.
  • Non-Patent Document 1 the positive example is pruned, and the parameters cannot be updated properly, and learning may not be performed normally.
  • Non-Patent Document 2 it is necessary to calculate a large number of negative examples in order to find a small number of positive examples, and machine learning cannot be advanced efficiently.
  • An object of the present invention is to provide a technique for solving the above-described problems.
  • an information processing apparatus for learning a parameter of a converter that converts a natural language question into a formal language query expression
  • An input receiving means for receiving an input of a set of a natural language question and a correct answer which is an appropriate output for the question
  • Positive example condition generation means for generating at least one condition to be satisfied by the formal language that is input when the correct answer is retrieved from a retrieval database based on data related to the formal language stored in the retrieval database
  • Query expression generating means for generating a query expression of the formal language corresponding to the question using the parameters of the converter so as to satisfy any of the conditions
  • An answer acquisition means for acquiring an answer to the question based on a search of the search database using the generated query expression
  • Parameter updating means for updating parameters of the converter so that the query is converted in preference to the generated query expression when the answer matches the correct answer; Is provided.
  • an information processing method includes: An information processing method for learning a parameter of a converter for converting a natural language question into a formal language query expression, An input receiving step for receiving an input of a set of a natural language question and a correct answer which is an appropriate output for the question; Positive example condition generation step of generating at least one condition to be satisfied by the formal language that is input when searching the correct answer from the search database based on data related to the formal language stored in the search database
  • a query expression generation step of generating a query expression of the formal language corresponding to the question using the parameters of the converter so as to satisfy any of the conditions An answer obtaining step for obtaining an answer to the question based on a search of the search database using the generated query expression;
  • an information processing program for learning a parameter of a converter for converting a natural language question into a formal language query expression, An input receiving step for receiving an input of a set of a natural language question and a correct answer which is an appropriate output for the question; Positive example condition generation step of generating at least one condition to be satisfied by the formal language that is input when searching the correct answer from the search database based on data related to the formal language stored in the search database
  • a query expression generation step of generating a query expression of the formal language corresponding to the question using the parameters of the converter so as to satisfy any of the conditions An answer obtaining step for obtaining an answer to the question based on a search of the search database using the generated query expression;
  • An information processing program that causes a computer to execute.
  • an information processing system for learning a parameter of a converter that converts a natural language question into a formal language query expression, A search device that searches and outputs an answer from a search database using a query expression in the formal language, An information processing device for learning parameters of the converter; A parameter storage unit for storing parameters of the converter;
  • the information processing apparatus includes: An input receiving means for receiving an input of a set of a natural language question and a correct answer which is an appropriate output for the question; Generating example conditions for generating at least one condition to be satisfied by the formal language that is input when the correct answer is retrieved from the retrieval database based on data related to the formal language stored in the retrieval database Means, Query expression generation means for generating a query expression of the formal language corresponding to the question using the parameters of the converter from the parameter storage unit so as to satisfy any of the conditions; An answer acquisition means for acquiring an answer to the question from the search device that has searched the search database using the generated query expression
  • a converter that converts a natural language into a formal language can be efficiently machine-learned.
  • the information processing apparatus 100 is an apparatus for learning parameters of a converter that converts a natural language question into a formal language query expression.
  • the information processing apparatus 100 includes an input reception unit 101, a positive condition generation unit 102, a query expression generation unit 103, an answer acquisition unit 104, and a parameter update unit 105.
  • the input receiving unit 101 receives an input of a set of a natural language question and a correct answer that is an appropriate output for the question.
  • the correct example condition generation unit 102 generates at least one condition that should be satisfied by the formal language input when searching for the correct answer from the search database 110 based on data related to the formal language stored in the search database 110. To do.
  • the query expression generation unit 103 generates a query expression in a formal language corresponding to the question using the parameter 120 of the converter so as to satisfy any of the conditions.
  • the answer acquisition unit 104 acquires an answer to the question based on the search of the search database 110 using the generated query expression.
  • the parameter update unit 105 updates the parameter 120 of the converter so that when the answer and the correct answer match, the conversion is performed with priority over the query expression generated from the question.
  • a condition that the formal language must satisfy in order to obtain a correct answer is generated based on data related to the formal language stored in the search database, and a query expression is generated so as to satisfy one of the conditions.
  • Generate and update transducer parameters are generated. According to this, even when the number of formal language expressions that can be output is large, the converter can be efficiently machine-learned.
  • the information processing apparatus realizes efficient machine learning of a converter by using a search system that searches for an answer to a question from a search database and a parameter storage unit that stores parameters of the converter. .
  • a knowledge base used in such a system is generally structured so that knowledge corresponding to a query described in a formal language can be extracted.
  • the formal language for example, Prolog and RDF are used.
  • a converter called a semantic parser is used to convert a natural language into a formal language.
  • a question answering system using a knowledge base converts a user's question expressed in a natural language into a formal language expression using a converter, and extracts an answer corresponding to the converted expression from the knowledge base. To the user.
  • a user inputs a natural language question “Who is Alice's father?”
  • a question answering system using a knowledge base that can be inquired by Prolog.
  • the question answering system first converts the natural language question into a Prolog query expression “father (X, alice)” by a converter. Thereafter, the question answering system extracts knowledge corresponding to the query expression from the knowledge base and presents it to the user as an answer to the question.
  • Non-Patent Document 1 a technique for automatically constructing a converter suitable for an arbitrary knowledge base using machine learning has been proposed (for example, see Non-Patent Document 1).
  • Non-Patent Document 1 a natural language question and a correct answer to the question are prepared in advance, and the prepared natural language question is converted into a plurality of formal language expressions by a converter. Specifically, the converter performs conversion from natural language to formal language based on preset parameters.
  • answers corresponding to formulas in a plurality of formal languages generated by the converter are extracted from the knowledge base, and the plurality of answers extracted and the above-mentioned prepared in advance The correct answer is compared. Then, based on the comparison result between the plurality of extracted answers and the correct answer prepared in advance, the above parameters are updated so that the correct answer can be obtained with respect to the user's question.
  • parameters are updated using machine learning using positive examples and negative examples.
  • the positive example is an expression that can obtain a correct answer
  • the negative example is an expression that cannot obtain a correct answer.
  • Non-Patent Document 1 narrows the search range by pruning when the number of formal language expressions that can be output is large. Specifically, when a large number of formal language expressions are obtained in the middle of the search algorithm, a score representing the likelihood is calculated for each expression, and only the expression with the highest score is left. Proceed to As a result, machine learning can be advanced without calculating all the equations that are output.
  • Non-Patent Document 2 instead of pruning and narrowing the search range, dynamic programming is used to enumerate all formal language expressions that can be output.
  • Non-Patent Document 1 when the number of formal language expressions as candidates is very large, the positive example is pruned, and the parameters may not be updated appropriately. In particular, at the initial stage of learning, learning of parameters has not progressed, and a high score cannot be assigned to a positive example. Therefore, all the positive examples that exist slightly are removed by pruning, and only a large number of negative examples remain as candidates. Since there is no positive example, parameters cannot be updated, and in this case, learning cannot be performed normally.
  • Non-Patent Document 2 instead of pruning, all formal language expressions that can be output using dynamic programming are listed. Although this technique can always find positive examples, a large number of negative examples need to be calculated in order to find a small number of positive examples. Thereby, machine learning cannot be advanced efficiently.
  • At least one condition that should be satisfied by the formal language in order to obtain a correct answer is generated based on data related to the formal language stored in the search database, and the query is performed so as to satisfy one of the conditions. Generate an expression. Thereby, even when the number of formulas in the formal language that can output the converter is large, machine learning can be performed efficiently.
  • a formal language necessary for searching for a correct answer is acquired from the search database, and further, a lower-level formal language necessary for searching the acquired formal language is acquired from the search database. Acquire it as a condition.
  • the formal language is divided by using the parameters of the converter so that the question is divided into at least two word sequences and any one of the conditions is satisfied for each word sequence.
  • a formal language query expression is generated by assigning. For example, by evaluating the importance for outputting correct answers for conditions, a formal language included in a condition with high importance is given priority over the formal language included in a condition with low importance, thereby allowing a plurality of formal languages
  • a plurality of answers to a question are obtained using a query expression of a plurality of formal languages.
  • the error between the answer and the correct answer is calculated, and when the error is smaller than the threshold, it is determined that the answer and the correct answer match, and the parameter is updated.
  • FIG. 2 is a block diagram illustrating a configuration of an information processing system 200 including the information processing apparatus 210 according to the present embodiment.
  • the information processing apparatus 210 in the present embodiment illustrated in FIG. 2 performs machine learning by updating the parameter 250 stored in the parameter storage unit 240 using the search database 230, the search system 220, and the parameter storage unit 240 as processing targets. It is a device.
  • the search database 230 the search system 220, and the parameter storage unit 240, which are processing targets of the information processing apparatus 210, will be described in detail.
  • the search system 220 receives a query that is an expression in a formal language as an input, calculates an answer using data included in the search database 230, and outputs the obtained answer.
  • the search system 220 may be, for example, a database management system that accepts, as an input, a query described in SQL (Structured Query Language), which is a database query language.
  • the search system 220 may be a Prolog engine that accepts as input a query written in Prolog, which is a logical programming language.
  • the search system 220 is a system that receives an expression combining a constant and a function and returns the calculation result of the expression, and the search database 230 stores the argument and return value of each function in a table format.
  • the number of arguments is assumed to be one for all functions, but is not limited.
  • FIG. 3 is a diagram showing a configuration of the search database 230 according to the present embodiment.
  • Each table 231 stored in the search database 230 stores a function in the formal language having the same name, and an argument and a return value in the function.
  • a formal language function highest_mountain (), elevation (), and the argument and return value are stored.
  • FIG. 4 is a diagram illustrating an example 400 of query query expression input and answer output for the search system 220 according to the present embodiment.
  • the input is a question query expression written in a formal language, which is an expression combining a constant and a function. As shown in FIG. 4, in the query query expression, the return value of a function having a constant as an argument may be an argument of a higher function.
  • the output is an answer to the question from the search system 220 for the question query expression.
  • 'USA' is a constant, and elevation and highest_mountain are functions.
  • This formula means finding the highest mountain in the United States, finding the altitude of that mountain, and outputting the result as an answer.
  • the output 6,190 is the altitude obtained by the search system 220.
  • the output from the search system 220 is obtained when the search system 220 refers to the data stored in the search database 230.
  • the table “highest_mounttain” is referred to with “USA” as an argument to obtain “Denali” as a return value, and then the table of function elevation is referred to with this return value “Denali” as an argument.
  • the answer 6,190 is output.
  • the parameter storage unit 240 stores model parameters 250 used for evaluation of formal language expressions input to the search system 220.
  • a machine that learns a converter that calculates a score using this parameter 250 and outputs an expression that increases the score is machine-learned.
  • the model in which the parameter storage unit 240 stores the parameter 250 may be any model that can evaluate the degree of matching between the input natural language text and the generated query expression.
  • FIG. 5 is a diagram illustrating an example of the parameter 250 of the parameter storage unit 240 according to the present embodiment.
  • a model that gives a weight to a pair of a natural language phrase and a formal language word is used as the model 551 in which the parameter storage unit 240 stores the parameter 250. If the natural language phrase and formal language word pair is likely to appear in the natural language question and query expression pair in the correct conversion, a positive weight is assigned, and the natural language question and query expression in the correct conversion. If it is difficult to appear in a pair, it has a negative weight. In this case, the weight given to each pair is a parameter.
  • the weight is calculated for a pair of a phrase appearing in a natural language question and a query expression word corresponding to the phrase.
  • a value obtained by summing the weights as a score, if the score is positive, it can be evaluated as a correct query expression, and if the score is negative, it can be evaluated as an incorrect query expression.
  • weights of the three natural language phrases divided from the questions when paired with the formal language words are described.
  • all weights are set to 0.0 (zero) as an initial state. This represents an unlearned state for which no information has been obtained for any pair.
  • parameter storage unit 240 may store various phrases that may appear in natural language questions.
  • the information processing apparatus 210 operates using the search database 230, the search system 220, and the parameter storage unit 240 described above as processing targets.
  • the information processing apparatus 210 receives a question / correct answer pair as input and converts the question into a query expression.
  • a condition that should be satisfied by a query expression as a positive example is acquired, and conversion is performed so that a query expression that satisfies this condition is given priority.
  • the information processing apparatus 210 inputs the query expression obtained by the conversion to the search system 220 and obtains an answer from the search system 220 as an output.
  • the parameter 250 stored in the parameter storage unit 240 is updated so that the answer is given a high evaluation.
  • the information processing apparatus 210 includes an input reception unit 211, a positive condition generation unit 212, a query expression generation unit 213, an answer acquisition unit 214, and a parameter update unit 215.
  • the input reception unit 211 receives a pair of a question and a correct answer as input from the outside, and outputs the received content to the right example condition generation unit 212.
  • the correct example condition generation unit 212 receives a question and a correct answer as input, and refers to the search database 230 to acquire a condition that should be satisfied by a query expression as a correct example as a correct example condition. Is output to the query expression generation unit 213.
  • a query expression that is a positive example is a query expression that, when input to the search system 220, the answer output by the search system 220 matches the correct answer.
  • the query expression generation unit 213 receives a question, a correct answer, and a correct answer condition as inputs.
  • the query expression generation unit 213 generates a query expression corresponding to the question so that the query that satisfies the condition generated by the positive example condition generation unit 212 is given priority.
  • the parameter 250 of the model stored in the parameter storage unit 240 is acquired by making an inquiry to the parameter storage unit 240.
  • a query expression that satisfies a positive example condition and has a high score in a model determined by the parameter 250 is generated from query expressions that can be considered as formal language query expressions corresponding to a natural language question sentence.
  • the query expression generation unit 213 outputs the question, the query expression, and the correct answer to the answer acquisition unit 214.
  • the answer acquisition unit 214 receives a question, a query expression, and a correct answer from the query expression generation unit 213, inquires the search system 220 using the received query expression, and obtains an answer to the query expression.
  • the answer acquisition unit 214 outputs the question, the query expression, the correct answer, and the answer to the parameter update unit 215.
  • the parameter update unit 215 receives a question, a query expression, a correct answer, and an answer from the answer acquisition unit 214.
  • the parameter storage unit 240 is configured so that the query expression generated by the query expression generation unit 213 is regarded as a positive example, and the query expression is highly evaluated as a result of conversion from the question. Update the parameter 250 stored in.
  • FIG. 6 is a flowchart illustrating a processing procedure performed by the functional configuration unit of the information processing apparatus 210 according to the present embodiment.
  • FIGS. 2 to 5 are referred to as appropriate.
  • the information processing method in this embodiment is implemented by operating the information processing apparatus 210. Therefore, the description of the information processing method in the present embodiment is replaced with the following description of the operation of the information processing apparatus 210.
  • the input receiving unit 211 receives a pair of a question and a correct answer as input, and outputs the received content to the right example condition generating unit 212.
  • FIG. 7 is a diagram showing an input example 700 of the input receiving unit 211 according to the present embodiment.
  • FIG. 7 shows a specific example described in this embodiment.
  • the question 701 is described in a natural language.
  • the correct answer 702 may be described in a natural language or in a formal language as long as it can be compared with the output of the search system 220.
  • the positive example condition generation unit 212 refers to the search database 230 to acquire a condition that should be satisfied by the query expression as a positive example.
  • a query expression that is a positive example is a query expression that, when input to the search system 220, the answer output by the search system 220 matches the correct answer.
  • FIG. 8 is a diagram illustrating an example of conditions generated by the positive example condition generation unit 212 according to the present embodiment.
  • the condition X810 generated by the correct example condition generation unit 212 is the search language 220 in the search database 230 that includes the formal language that the search system 220 will include in the query expression used to answer the correct answer received by the input reception unit 211. It is a condition that is linked with logical operators in consideration of the relationship between the tables. Such a condition includes a first layer condition consisting of a constant or a function in a formal language that directly outputs a correct answer as a return value, and an argument including an argument when the first layer argument is a return value of a function in a formal language. Stricter conditions can be generated in order, such as a second layer condition and a third layer condition including an argument when the argument is a return value of a formal language function.
  • condition acquired by the correct example condition generation unit 212 is simply a query required to check data stored in the search database 230, identify an entry in which a correct answer appears, and return this entry. It can be obtained automatically by calculating the condition of the expression. Furthermore, the condition obtained in this way can obtain a more detailed condition by examining the condition of an expression for obtaining a value appearing in the condition.
  • q appearing in the condition represents a query.
  • “Q includes x” represents a condition that the query q includes a constant or a function x.
  • condition A (first layer) of the specific example 820 shown in FIG. 8 is obtained as follows.
  • the correct answer is “6,190”, according to the data in the search database 230 shown in FIG. 3, this correct answer is obtained as a return value by giving the argument “Denali” to the function elevation.
  • the query expression used as a positive example can acquire the condition that the function elevation is included.
  • elevation ('Denali') can be considered.
  • condition B (second layer) of the specific example 820 shown in FIG. 8 is an extension of the condition A, and is obtained by further examining the condition of an expression for obtaining a value appearing in the condition A. That is, “6,190” is obtained as a return value of the expression “eval ('Denali')”, but if the query expression includes “elevation” but does not include “Denali”, the query expression returns “Denali”. It is necessary to further include the conditions to have.
  • the search database 230 it is highest_mountain ('USA') that has 'Denali' as a return value. Therefore, when the query expression includes elation, it is considered that the query expression further includes 'Denali' or includes a function highest_mountain. This is represented by the condition B of the second hierarchy.
  • condition C (third layer) of the specific example 820 shown in FIG. 8 is a further extension of the condition B, and is obtained by further examining the condition of an expression for obtaining a value appearing in the condition B. That is, according to the search database 230, in order to obtain “Denali” as a return value of the function “highest_mounttain”, “USA” must be used as an argument. Therefore, when the query expression includes elevation, it is considered that the query expression further includes 'Denali' or includes the function high_mounttain and its argument 'USA'. This is represented by the condition C in the third hierarchy.
  • condition B and condition C are necessary for inquiring the search database 230 for a value necessary to output “6,190” to obtain “Denali” and further outputting “Denali”. Can be obtained by inquiring the search database 230.
  • the conditions A and B up to the second layer are used as positive example conditions in the query expression generation unit 213.
  • the condition becomes ambiguous only by the condition A, and if the condition up to the condition C is used, the condition becomes strict.
  • the accuracy and speed of machine learning varies depending on the depth to be used.
  • the conditions generated by the positive condition generating unit 20 do not have to be expressed in a format using logical operators as shown in FIG. For example, it may be expressed in a simple format such as a list of words to be included in the positive example.
  • the query expression generation unit 213 generates a query corresponding to the question so that the query that satisfies the condition that the positive example condition generation unit 212 outputs to the query expression generation unit 213 is given priority.
  • the parameter 250 of the model stored in the parameter storage unit 240 is acquired by making an inquiry to the parameter storage unit 240. Then, a query expression that satisfies a correct answer condition and is highly evaluated by a model determined by the parameter is preferentially generated from queries that can be considered as a formal language query corresponding to a natural language question sentence.
  • FIG. 9 is a flowchart showing a processing procedure of the query expression generation unit according to the present embodiment.
  • the query expression generation unit 213 divides a natural language question into a plurality of phrases.
  • FIG. 10 is a diagram illustrating an example 1000 of phrase division in the query expression generation unit 213 according to the present embodiment.
  • the question 701 “How high is the peak peak in the US” in FIG. 7 performs various divisions 1001 to 1003 according to a known division algorithm, and the parameters of the query to be converted for each divided phrase are as follows.
  • Machine learning This division is realized by, for example, considering a natural language question as a sequence of multiple words, selecting one or more of these words with a random number, and dividing between the selected word and the next word. it can.
  • an appropriate division may be selected using a model that is constructed using machine learning and evaluates the appropriateness of division. For example, an appropriate division may be selected using chunking based on Conditional random fields (CRF).
  • CRF Conditional random fields
  • the question 701 “How high is the tail peak in the US” in FIG. 7 is divided into three phrases as in the division 1001.
  • the query expression generation unit 213 reads the parameter 250 corresponding to the phrase from the parameter storage unit 240.
  • the specific example 552 of the parameter shown in FIG. 5 is acquired for each of the phrases divided into three.
  • the query expression generation unit 213 assigns priorities to the words in the formal language so that the words included in the positive example condition obtained from the positive example condition generation unit 212 are given priority.
  • FIG. 11 is a diagram illustrating an example of the parameter table 1100 in the query expression generation unit 213 according to the present embodiment.
  • FIG. 11 is a diagram illustrating an example of the priority assigned by the query formula generation unit 213 and the assigned probability.
  • a high priority is added to each word included in the parameter read from the parameter storage unit 240 if the word is included in the positive condition.
  • one phrase “How high is” is described in detail, but the same processing is performed for the other phrases.
  • the priority may be differentiated according to the magnitude of the contribution in the positive example condition.
  • the condition B in FIG. 8 is true when eleven and 'Denali' are included, or when eleven and highest_mountain are included. In this case, elevation is included in both cases, but 'Denali' and highest_mountain are included only in one case. From this, it can be said that elevation is more important as a word constituting a positive example and contributes more than ‘Denali’ and highest_mountain.
  • the priority is differentiated according to the magnitude of the contribution in the positive example condition.
  • the priority of elevation is 1.0
  • the priority of 'Denali' and highest_mountain is 0.5
  • the priority is changed according to the magnitude of contribution.
  • the query expression generation unit 213 assigns a formal language word to each phrase of the question division 1001 in step S901 based on the priority.
  • the probability that each word of the formal language is assigned based on the weight and priority is calculated, and is randomly selected based on the probability.
  • FIG. 11 shows an example of the probability calculated by the query expression generation unit 213.
  • FIG. 11 shows the probability that each word of the formal language is assigned, particularly with respect to the phrase “How high is”.
  • the probability is calculated based on Equation 1.
  • Formula 1 indicates that the probability that each word fi is assigned to a certain phrase is calculated by a value obtained by normalizing exp (wi + pi) based on the weight wi and the probability pi. That is, the higher the weight in the model and the higher the priority, the higher the probability of assignment.
  • the function elevation is assigned with a higher probability of 0.181 than others.
  • the query expression generation unit 213 probabilistically assigns a formal language word for each phrase.
  • FIG. 12 is a diagram illustrating an example of formal language assignment in the query expression generation unit 213 according to the present embodiment. As shown in FIG. 12, a plurality of combinations are generated by words in a formal language assigned probabilistically to each phrase.
  • the query expression generation unit 213 generates a query expression by combining formal language words assigned to each phrase.
  • FIG. 13 is a diagram illustrating an example 1300 of a query expression generated by the query expression generation unit 213 according to the present embodiment.
  • a query expression is generated by combining words of the formal language assigned probabilistically to each phrase. For example, when three words are assigned in the order of elevation, highest_mountain, and 'USA', a query expression 1301 is generated by combining the three words.
  • step S605 the query expression generation unit 213 generates a query expression by the operation procedure shown in steps S901 to S909.
  • step S605 an expression that satisfies the positive example condition is easily generated by selecting a word in a formal language based on the probability calculated based on the priority. That is, since the three words elevation, ‘Denali’, and highest_mountain are easily selected, an expression that satisfies the positive example condition shown in FIG. 8 is easily generated.
  • the answer acquisition unit 214 makes an inquiry to the search system 220 to acquire an answer to the query expression. This is achieved by giving the query expression generated in step S605 by the query expression generation unit 213 to the search system 220 as an input and receiving an answer output by the search system 220.
  • the answer to the query expression “elevation (elevation (elevation))” or “USA” (“USA”)) shown in FIG. 13 is not answered or an answer that is not correct is acquired.
  • the query system 1301 in FIG. 13 is used to inquire the search system 220, correct answers 6,190 are acquired as answers.
  • the parameter update unit 215 updates the converter parameter 250 stored in the parameter storage unit 240 so that the query formula is preferentially output when the answer to the query formula matches the correct answer. Specifically, in step S605, the weight of the natural language phrase and formal language pair used in generating the query expression is increased.
  • the answer to the query expression 1301 in FIG. 13 is 6,190, which matches the correct answer.
  • the query expression 1301 in FIG. 13 is a positive example.
  • 1.0 is added to the weight of the natural language phrase / form language pair used in generating the query expression.
  • FIG. 14 is a diagram showing an update example 1400 of the parameter 250 of the parameter storage unit 240 according to the present embodiment.
  • the answer to the query expression matches the correct answer may not necessarily be an exact match but may be an ambiguous match. For example, if the numerical error is within 1%, it may be considered that they match. Further, when the answer and the correct answer are character strings, the edit distance between the character strings is calculated, and when the edit distance is lower than a certain threshold value, they may be regarded as matching.
  • the information processing apparatus 210 generates a query expression in consideration of the positive condition and the parameter weight each time a pair of a question and a correct answer is given. Based on the answer, the parameter 250 in the parameter storage unit is updated.
  • FIG. 15 is a block diagram illustrating a hardware configuration of the information processing apparatus 210 according to the present embodiment.
  • a CPU 1510 is a processor for arithmetic control, and implements the functional configuration unit of FIG. 3A by executing a program.
  • the CPU 1510 includes a plurality of processors, and may execute different programs, modules, tasks, threads, and the like in parallel.
  • the ROM 1520 stores fixed data and programs such as initial data and programs.
  • the network interface 1530 controls the information processing apparatus 210 to communicate with the search system 220 and the search database 230 via the network.
  • the RAM 1540 is a random access memory that the CPU 1510 uses as a work area for temporary storage.
  • the RAM 1540 has an area for storing data necessary for realizing the present embodiment.
  • a question 15 (natural language) and correct answer pair 1541 is input data received by the information processing apparatus 210.
  • the correct answer related information and the correct example condition 1542 are data of information acquired in relation to the correct answer from the search database 230 and correct example conditions generated according to the correct example condition generation algorithm based on the acquired information.
  • the question division result 1543 is data obtained by dividing the question into a plurality of phrases according to the question division algorithm 1553.
  • the divided phrase parameter table 1544 is a table for processing parameters of the formal language group acquired from the parameter storage unit 240 corresponding to the divided phrases.
  • the generated query expression 1545 is query expression data generated according to the query expression generation algorithm 1554 with reference to the parameter table 1544 of the divided phrases.
  • the answer 1546 is data of an answer to an inquiry to the search system 220 based on the generated query expression 1545.
  • the comparison result (threshold value) 1547 between the answer and the correct answer is a comparison result between the answer 1546 and the correct answer of the question (natural language) and correct answer pair 1541.
  • the threshold value is a value for determining that the answer and the correct answer match. is there.
  • the parameter update data 1548 is data for updating the parameter 250 of the parameter storage unit 240 in accordance with the parameter update algorithm 1555 when the comparison result (threshold value) 1547 between the answer and the correct answer indicates a match.
  • the storage 1550 stores a database, various parameters, or the following data or programs necessary for realizing the present embodiment.
  • the parameter table 1100 is a table used for priority and probability when generating a query expression shown in FIG.
  • the correct example condition generation algorithm 1552 is an algorithm for generating a correct example condition from an input correct answer.
  • the question division algorithm 1553 is an algorithm for dividing a question into a plurality of phrases.
  • the query expression generation algorithm 1554 is an algorithm that generates a query expression that gives priority to positive examples in consideration of priority and probability from questions, correct answers, positive example conditions, and parameters.
  • the parameter update algorithm 1555 is an algorithm for updating the parameter of the parameter storage unit 240 based on the comparison result between the answer to the inquiry to the search system 220 and the correct answer based on the generated query expression.
  • the storage 1550 stores the following programs.
  • the information control program 1556 is a program for controlling the entire information processing apparatus 210.
  • the correct example condition generation module 1557 is a module that generates a correct example condition from correct answers in accordance with a correct example condition generation algorithm 1552.
  • the query generation module 1588 is a module that generates a query expression giving priority to positive examples according to the query expression generation algorithm 1554.
  • the parameter update module 1559 is an algorithm for updating parameters in the parameter storage unit 240 according to the parameter update algorithm 1555.
  • the input / output interface 1560 is connected to the parameter storage unit 240, the display unit 1561, the operation unit 1562, and the like, and performs the interface.
  • RAM 1540 and the storage 1550 in FIG. 15 do not show programs and data related to general-purpose functions and other realizable functions that the information processing apparatus 210 has.
  • FIG. 16 is a flowchart illustrating a processing procedure of the information processing apparatus 210 according to the present embodiment. This flowchart is executed by the CPU 1510 of FIG. 15 using the RAM 1540, and implements the functional configuration unit of FIG.
  • step S1601 the information processing apparatus 210 receives a pair of a question and a correct answer described in a natural language.
  • step S ⁇ b> 1603 the information processing apparatus 210 refers to the search database 230 based on the correct answer, thereby generating a condition to be satisfied by the query expression as a correct example.
  • step S1605 the information processing apparatus 210 executes query expression generation processing for generating a query expression corresponding to the question so that the query expression that satisfies the generated condition is given priority.
  • step S1607 the information processing apparatus 210 obtains an answer to the query expression based on the search of the search database 230 by the search system 220 using the generated query expression.
  • step S1607 the information processing apparatus 210 determines whether the answer acquired from the search system 220 matches the correct answer. If the answer and the correct answer do not match, the information processing apparatus 210 returns to step S1605 to generate the next query expression that satisfies the generated condition. If the answer and the correct answer match, the information processing apparatus 210 updates the converter parameter 250 stored in the parameter storage unit 240 so that the generated query expression is preferentially output in step S1609.
  • step S ⁇ b> 1611 the information processing apparatus 210 determines whether the parameter update count has reached the specified number, or the correct answer rate at which the answer and correct answer match exceeds a threshold, or the answer and correct answer do not match. It is determined whether the rate has fallen below the threshold. If each branch condition is not satisfied, the information processing apparatus 210 returns to step S1601 and accepts a pair of a question and a correct answer described in the next natural language. If each branch condition is satisfied, the information processing apparatus 210 ends the process, assuming that the parameter 250 in the parameter storage unit 240 can generate a query expression that is sufficiently positive.
  • FIG. 17 is a flowchart showing a procedure of query generation processing (S1605) according to the present embodiment.
  • step S1701 the information processing apparatus 210 determines whether it is the first query expression generation. If it is the first query formula generation, the information processing apparatus 210 divides the question into a plurality of phrases according to the question division algorithm 1553 in step S1703.
  • step S 1705 the information processing apparatus 210 reads parameters corresponding to each divided phrase from the parameter storage unit 240.
  • step S ⁇ b> 1707 the information processing apparatus 210 assigns priorities to the words in the formal language so that the words that satisfy the positive example condition are given priority.
  • step S1707 the information processing apparatus 210 assigns a formal language word to each phrase based on the priority.
  • step S1709 the information processing apparatus 210 generates a query expression by combining words of the formal language assigned to each phrase.
  • the information processing apparatus 210 assigns a word in a different formal language to each phrase based on the priority in step S1713. Then, the information processing apparatus 210 proceeds to step S1711, and generates a query expression by combining words of different formal languages assigned to each phrase.
  • a condition that the formal language must satisfy in order to obtain a correct answer is generated based on data related to the formal language stored in the search database, and a query expression is generated so as to satisfy one of the conditions.
  • This embodiment has an effect of efficiently promoting learning in the initial stage of machine learning in which parameters are not sufficiently updated by using positive example conditions. If this parameter update is repeated for various question and correct answer pairs, the parameters will eventually be sufficiently updated, and the correct query expression will be selected without using the correct example condition as a clue.
  • the converter can select the correct query expression without using the positive condition as a clue.
  • the information processing apparatus according to the present embodiment is different from the second embodiment in that elements constituting the information processing system in FIG. 2 are included in the information processing apparatus. Since other configurations and operations are the same as those of the second embodiment, the same configurations and operations are denoted by the same reference numerals, and detailed description thereof is omitted.
  • FIG. 18 is a block diagram showing a functional configuration of the information processing apparatus 1810 according to this embodiment.
  • the same functional components as those in FIG. 2 are denoted by the same reference numerals, and redundant description is omitted.
  • the search unit 1820 has a configuration in which the search system 220 is included in the information processing apparatus 1810, and is the same as the search system 220.
  • the converter that converts the natural language into the formal language can be efficiently machine-learned even when the number of formal language expressions that can be output is large. It is also useful in various fields that need to be performed.
  • the present invention may be applied to a system composed of a plurality of devices, or may be applied to a single device. Furthermore, the present invention can also be applied to a case where an information processing program that implements the functions of the embodiments is supplied directly or remotely to a system or apparatus. Therefore, in order to realize the functions of the present invention on a computer, a program installed on the computer, a medium storing the program, and a WWW (World Wide Web) server that downloads the program are also included in the scope of the present invention. . In particular, at least a non-transitory computer readable medium storing a program for causing a computer to execute the processing steps included in the above-described embodiments is included in the scope of the present invention.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Mathematical Physics (AREA)
  • Computational Linguistics (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本発明は、自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理装置であって、自然言語の質問と、質問に対する適切な出力である正答との組の入力を受け付ける入力受付部と、正答を検索用データベースから検索する際に入力される形式言語が満たすべき少なくとも1つの条件を、検索用データベースが格納する形式言語に関連したデータに基づいて生成する正例条件生成部と、条件のいずれかを満たすように、変換器のパラメータを用いて質問に対応する形式言語のクエリ式を生成するクエリ式生成部と、生成されたクエリ式を用いた検索用データベースの検索に基づき、質問に対する回答を取得する回答取得部と、回答と正答とが一致する場合に、質問から生成されたクエリ式に優先して変換されるように変換器のパラメータを更新するパラメータ更新部と、を備え、形式言語の式の数が多い場合にも、変換器を効率的に機械学習する。

Description

情報処理システム、情報処理装置、情報処理方法および情報処理プログラム
 本発明は、情報処理システム、情報処理装置、情報処理方法および情報処理プログラムに関する。
 近年、インターネットを通じて大規模な知識ベースが取得できるようになり、知識ベースを用いて質問応答を行うシステムの研究が進められている。このようなシステムにおいて用いられる知識ベースは、一般に、形式言語で記述されたクエリに対応する知識を抽出できるように構造化されている。形式言語としては、例えば、PrologおよびRDF(Resource Description Framework)等が用いられる。
 上記のような形式言語で問い合わせ可能な知識ベースを用いた質問応答システムを利用する場合でも、ユーザの質問は、一般に自然言語で表現される。このため、ユーザの質問に対応する知識を知識ベースから抽出するためには、自然言語で表現されたユーザの質問を形式言語の式に変換する必要がある。
 そこで、従来、自然言語を形式言語に変換するために、セマンティック・パーサ(semantic parser)と呼ばれる変換器が用いられている。一般に、知識ベースを用いた質問応答システムは、自然言語で表現されたユーザの質問を、変換器を用いて形式言語の式に変換し、変換された式に対応する回答を知識ベースから抽出してユーザに提示する。
 上記技術分野において、非特許文献1には、形式言語の語彙が膨大だと、出力となりうる形式言語の式の数が多すぎて、全ての式を計算することができない場合に、枝刈りを行って探索範囲を狭める技術が開示されている。一方、非特許文献2では、非特許文献1のように枝刈りをして探索範囲を狭める代わりに、動的計画法を用いて、出力しうる形式言語の式を全列挙する。
Percy Liang, Michael Jordan, and Dan Klein. 2011. Learning dependency-based compositional semantics. In Proceedings of the Human Language Technology Conference of the Association for Computational Linguistics, pages 590-599, Portland, Oregon. Panupong Pasupat, Percy Liang. Inferring logical forms from denotations. Association for Computational Linguistics (ACL), 2016
 しかしながら、上記非特許文献1に記載の技術では、正例が枝刈りされてしまい、パラメータを適切に更新できず正常に学習できない場合がある。また、非特許文献2に記載の技術では、少数の正例を見つけるために大量の負例を計算する必要があり、機械学習を効率的に進めることができない。
 本発明の目的は、上述の課題を解決する技術を提供することにある。
 上記目的を達成するため、本発明に係る情報処理装置は、
 自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理装置であって、
 自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付手段と、
 前記正答を検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成手段と、
 前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成手段と、
 前記生成されたクエリ式を用いた前記検索用データベースの検索に基づき、前記質問に対する回答を取得する回答取得手段と、
 前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように前記変換器のパラメータを更新するパラメータ更新手段と、
 を備える。
 上記目的を達成するため、本発明に係る情報処理方法は、
 自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理方法であって、
 自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付ステップと、
 前記正答を検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成ステップと、
 前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成ステップと、
 前記生成されたクエリ式を用いた前記検索用データベースの検索に基づき、前記質問に対する回答を取得する回答取得ステップと、
 前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように前記変換器のパラメータを更新するパラメータ更新ステップと、
 を含む。
 上記目的を達成するため、本発明に係る情報処理プログラムは、
 自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理プログラムであって、
 自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付ステップと、
 前記正答を検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成ステップと、
 前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成ステップと、
 前記生成されたクエリ式を用いた前記検索用データベースの検索に基づき、前記質問に対する回答を取得する回答取得ステップと、
 前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように前記変換器のパラメータを更新するパラメータ更新ステップと、
 をコンピュータに実行させる情報処理プログラム。
 上記目的を達成するため、本発明に係る情報処理システムは、
 自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理システムであって、
 前記形式言語のクエリ式を用いて、検索用データベースから回答を検索して出力する検索装置と、
 前記変換器のパラメータを学習するための情報処理装置と、
 前記変換器のパラメータを記憶するパラメータ記憶部と、
 を備え、
 前記情報処理装置は、
  自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付手段と、
  前記正答を前記検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成手段と、
  前記条件のいずれかを満たすように、前記パラメータ記憶部からの前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成手段と、
  前記生成されたクエリ式を用いて前記検索用データベースを検索した前記検索装置から、前記質問に対する回答を取得する回答取得手段と、
  前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように、前記パラメータ記憶部に記憶された前記変換器のパラメータを更新するパラメータ更新手段と、
 を有する。
 本発明によれば、出力しうる形式言語の式の数が多い場合にも、自然言語を形式言語に変換する変換器を効率的に機械学習することができる。
本発明の第1実施形態に係る情報処理装置の機能構成を示すブロック図である。 本発明の第2実施形態に係る情報処理装置を含む情報処理システムの構成を示すブロック図である。 本発明の第2実施形態に係る検索用データベースの構成を示す図である。 本発明の第2実施形態に係る検索システムに対する質問クエリ式入力および回答出力の例を示す図である。 本発明の第2実施形態に係るパラメータ記憶部のパラメータの例を示す図である。 本発明の第2実施形態に係る情報処理装置の機能構成部による処理手順を示すフローチャートである。 本発明の第2実施形態に係る入力受付部の入力の例を示す図である。 本発明の第2実施形態に係る正例条件生成部が生成する条件の例を示す図である。 本発明の第2実施形態に係るクエリ式生成部の処理手順を示すフローチャートである。 本発明の第2実施形態に係るクエリ式生成部におけるフレーズ分割処理の例を示す図である。 本発明の第2実施形態に係るクエリ式生成部におけるパラメータテーブルの例を示す図である。 本発明の第2実施形態に係るクエリ式生成部における形式言語割当ての例を示す図である。 本発明の第2実施形態に係るクエリ式生成部における生成クエリ式の例を示す図である。 本発明の第2実施形態に係るパラメータ記憶部のパラメータの更新例を示す図である。 本発明の第2実施形態に係る情報処理装置のハードウェア構成を示すブロック図である。 本発明の第2実施形態に係る情報処理装置の処理手順を示すフローチャートである。 本発明の第2実施形態に係るクエリ生成処理の手順を示すフローチャートである。 本発明の第3実施形態に係る情報処理装置の機能構成を示すブロック図である。
 以下に、図面を参照して、本発明の実施の形態について例示的に詳しく説明する。ただし、以下の実施の形態に記載されている構成要素は単なる例示であり、本発明の技術範囲をそれらのみに限定する趣旨のものではない。
 [第1実施形態]
 本発明の第1実施形態としての情報処理装置100について、図1を用いて説明する。情報処理装置100は、自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための装置である。
 図1に示すように、情報処理装置100は、入力受付部101と、正例条件生成部102と、クエリ式生成部103と、回答取得部104と、パラメータ更新部105と、を含む。入力受付部101は、自然言語の質問と、質問に対する適切な出力である正答との組の入力を受け付ける。正例条件生成部102は、正答を検索用データベース110から検索する際に入力される形式言語が満たすべき少なくとも1つの条件を、検索用データベース110が格納する形式言語に関連したデータに基づいて生成する。クエリ式生成部103は、条件のいずれかを満たすように、変換器のパラメータ120を用いて質問に対応する形式言語のクエリ式を生成する。回答取得部104は、生成されたクエリ式を用いた検索用データベース110の検索に基づき、質問に対する回答を取得する。パラメータ更新部105は、回答と正答とが一致する場合に、質問から生成されたクエリ式に優先して変換されるように変換器のパラメータ120を更新する。
 本実施形態によれば、正答が得られるために形式言語が満たすべき条件を検索用データベースが格納する形式言語に関連したデータに基づいて生成し、この条件のいずれかを満たすようにクエリ式を生成して、変換器のパラメータを更新する。これによれば、出力しうる形式言語の式の数が多い場合にも変換器を効率的に機械学習することができる。
 [第2実施形態]
 次に、本発明の第2実施形態に係る情報処理装置について説明する。本実施形態に係る情報処理装置は、検索用データベースから質問の回答を検索する検索システムと、変換器のパラメータを記憶するパラメータ記憶部とを用いて、変換器の効率的な機械学習を実現する。
 《前提技術の説明》
 まず、本実施形態の情報処理装置による変換器の効率的な機械学習を明瞭にするために、本技術分野の前提技術を説明する。
 近年、インターネットを通じて大規模な知識ベースが取得できるようになり、知識ベースを用いて質問応答を行うシステムの研究が進められている。このようなシステムにおいて用いられる知識ベースは、一般に、形式言語で記述されたクエリに対応する知識を抽出できるように構造化されている。形式言語としては、例えば、PrologおよびRDF等が用いられる。
 上記のような形式言語で問い合わせ可能な知識ベースを用いた質問応答システムを利用する場合でも、ユーザの質問は、一般に自然言語で表現される。このため、ユーザの質問に対応する知識を知識ベースから抽出するためには、自然言語で表現されたユーザの質問を形式言語の式に変換する必要がある。
 そこで、従来、自然言語を形式言語に変換するために、セマンティック・パーサと呼ばれる変換器が用いられている。一般に、知識ベースを用いた質問応答システムは、自然言語で表現されたユーザの質問を、変換器を用いて形式言語の式に変換し、変換された式に対応する回答を知識ベースから抽出してユーザに提示する。
 例えば、Prologによって問い合わせ可能な知識ベースを利用した質問応答システムに、ユーザが「Who is Alice‘s father?」という自然言語の質問を入力したとする。この場合、質問応答システムは、まず、上記の自然言語の質問を、変換器によって「father(X,alice)」というPrologのクエリ式に変換する。その後、質問応答システムは、上記のクエリ式に対応する知識を知識ベースから抽出し、質問への回答としてユーザに提示する。
 ところで、ユーザの質問に対して適切な回答を知識ベースから抽出するためには、ユーザの質問の意味構造を適切に把握して、自然言語の質問を知識ベースに適した形式言語の式に変換する必要がある。しかし、自然言語の表現は多様であるため、ユーザの自然言語の質問を形式言語の式に適切に変換するためのルールを人手で構築することは困難である。
 そこで、任意の知識ベースに適した変換器を、機械学習を用いて自動構築する技術が提案されている(例えば、非特許文献1参照)。
 非特許文献1に記載された技術では、自然言語の質問およびその質問に対する正しい回答があらかじめ用意され、用意された自然言語の質問が変換器によって複数の形式言語の式に変換される。具体的には、変換器は、あらかじめ設定されたパラメータに基づいて、自然言語から形式言語への変換を行なう。また、非特許文献1に記載された技術では、変換器によって生成された複数の形式言語の式それぞれに対応する回答が知識ベースから抽出され、抽出された複数の回答と、あらかじめ用意された上記の正しい回答とが比較される。そして、抽出された複数の回答とあらかじめ用意された正しい回答との比較結果に基づいて、ユーザの質問に対して正しい回答が得られるように、上述のパラメータが更新される。
 このように、非特許文献1に記載された技術では、正例と負例を用いた機械学習を用いてパラメータを更新する。この場合、正例とは、正しい回答が得られる式のことであり、負例とは、正しい回答が得られない式のことである。負例のスコアよりも正例のスコアが高くなるようにパラメータを更新することで、変換器は、正しい回答が得られる式を出力しやすくなるように改良される。
 しかし、形式言語の語彙が膨大だと、出力となりうる形式言語の式の数が多すぎて、全ての式を計算することができない場合がある。形式言語が大量の述語や大量の定数を含む場合、候補となる形式言語の式は、それらの述語や定数の組み合わせであるため、組合せ爆発を起こし、膨大な数となる。しかも、これらの形式言語のうち、正例となる式はごく少数であり、残りの式は全て負例である。これらの式を全て計算して正例を発見するのは、計算時間の面で困難である。しかし、機械学習では、正例と負例を比較して学習するため、十分な数の正例が見つかるまで正しく学習することができない。
 この問題に対し、非特許文献1に記載された技術では、出力となりうる形式言語の式の数が多い場合には、枝刈りを行って探索範囲を狭める。具体的には、探索アルゴリズムの途中段階で大量の形式言語の式が得られた場合、それぞれの式について尤度を表すスコアを計算し、スコアが上位になる式だけを残して、次の段階に進む。これにより、出力となる式を全て計算せずに、機械学習を進めることができる。
 一方、非特許文献2に記載された技術では、枝刈りをして探索範囲を狭める代わりに、動的計画法を用いて、出力しうる形式言語の式を全列挙する。
 (前提技術の課題)
 しかしながら、非特許文献1の技術では、候補となる形式言語の式の数が非常に多い場合、正例が枝刈りされてしまい、パラメータを適切に更新できない場合がある。特に、学習の初期段階においては、パラメータの学習が進んでおらず、正例に高いスコアを割り当てることができない。そのため、僅かに存在する正例が全て枝刈りで除去されてしまい、大量の負例だけが候補に残ってしまう。正例がないとパラメータを更新できないため、この場合は正常に学習することができない。
 一方、非特許文献2の技術では、枝刈りをする代わりに、動的計画法を用いて出力しうる形式言語の式を全列挙する。この技術を用いれば、正例を必ず見つけることができるものの、少数の正例を見つけるために、大量の負例を計算する必要がある。これにより、機械学習を効率的に進めることができない。
 《本実施形態の説明》
 本実施形態においては、正答が得られるために形式言語が満たすべき少なくとも1つの条件を検索用データベースが格納する形式言語に関連したデータに基づいて生成し、この条件のいずれかを満たすようにクエリ式を生成する。これにより、変換器を出力しうる形式言語の式の数が多い場合にも効率的に機械学習することができる。
 本実施形態の条件の生成においては、正答を検索するために必要な形式言語を検索用データベースから取得し、さらに、取得した形式言語を検索するために必要な下層の形式言語を検索用データベースから取得して、条件とする。
 また、本実施形態のクエリ式の生成においては、質問を少なくとも2つの単語系列に分割して、各単語系列に対して、条件のいずれかを満たすように、変換器のパラメータを用いて形式言語を割り当てることにより、形式言語のクエリ式を生成する。例えば、条件について正答を出力するための重要度を評価し、重要度が高い条件に含まれる形式言語を、重要度が低い条件に含まれる前記形式言語よりも優先することで、複数の形式言語のクエリ式を生成することで、複数の形式言語のクエリ式を用いて質問に対する複数の回答を取得する。
 また、本実施形態のパラメータの更新においては、回答と正答との誤差を計算し、誤差が閾値よりも小さい場合に回答と正答とが一致していると判定して、パラメータを更新する。
 そして、本実施形態のパラメータの機械学習では、回答と正答とが一致する確率が閾値を超えるまで、または、回答と正答とが不一致になる確率が閾値を下回るまで、または、更新回数が閾値となるまで、繰り返される。
 《情報処理装置を含む情報処理システム》
 図2は、本実施形態に係る情報処理装置210を含む情報処理システム200の構成を示すブロック図である。
 図2に示す本実施形態における情報処理装置210は、検索用データベース230、検索システム220およびパラメータ記憶部240を処理対象として、パラメータ記憶部240に記憶されたパラメータ250を更新して機械学習するための装置である。
 情報処理装置210の構成について説明する前に、情報処理装置210の処理対象である、検索用データベース230、検索システム220およびパラメータ記憶部240について詳しく説明する。
 (検索システム)
 検索システム220は、形式言語の式であるクエリを入力として受け付け、検索用データベース230に含まれるデータを用いて回答を計算し、得た回答を出力する。検索システム220は、例えば、データベース問い合わせ用の言語であるSQL(Structured Query Language)で記述されたクエリを入力として受け付ける、データベース管理システムでもよい。また、検索システム220は、論理プログラミング言語であるPrologで記述されたクエリを入力として受け付ける、Prologエンジンでもよい。
 以下では、検索システム220は、定数と関数とを組み合わせた式を入力として、式の計算結果を返すシステムであるとし、検索用データベース230には各関数の引数と戻り値とが表形式で格納されているとする。また、ここでは、全ての関数について引数の数はひとつであるとするが、限定されるものではない。
 (検索用データベース)
 図3は、本実施形態に係る検索用データベース230の構成を示す図である。
 検索用データベース230に格納された各テーブル231は、同名の形式言語の関数と、その関数における引数と戻り値とを格納している。
 例えば、本実施形態の具体例232としては、形式言語の関数highest_mountain()やelevation()などと、その引数と戻り値とが格納されている。
 (質問クエリ式および回答)
 図4は、本実施形態に係る検索システム220に対する質問クエリ式入力および回答出力の例400を示す図である。
 入力は、形式言語で記述された質問クエリ式であり、定数と関数とを組み合わせた式である。図4に示すように、質問クエリ式は、定数を引数とする関数の戻り値はさらに上位関数の引数となる場合もある。そして、出力は、質問クエリ式に対する検索システム220からの質問の回答である。
 例えば、本実施形態の具体例401においては、‘USA’が定数であり、elevationとhighest_mountainが関数である。この式は、アメリカ合衆国で一番高い山を求め、さらにその山の標高を求め、結果を回答として出力することを意味している。そして、出力である6,190は、検索システム220が求めた標高である。
 検索システム220からの出力は、検索システム220が、検索用データベース230に格納されたデータを参照することで得られる。図3の例では、‘USA’を引数として関数highest_mountainのテーブルを参照し、戻り値である‘Denali’を得て、次に、この戻り値‘Denali’を引数として関数elevationのテーブルを参照し、戻り値である6,190を得ることによって、回答の6,190が出力される。
 (パラメータ記憶部)
 パラメータ記憶部240は、検索システム220に入力される形式言語の式の評価に用いるモデルのパラメータ250を記憶している。本実施形態においては、このパラメータ250を用いてスコアを計算し、スコアが高くなる式を出力する変換器が機械学習される。なお、パラメータ記憶部240がパラメータ250を記憶するモデルは、入力された自然言語のテキストと、生成されたクエリ式との適合度を評価できるモデルであれば何でもよい。
 (パラメータ)
 図5は、本実施形態に係るパラメータ記憶部240のパラメータ250の例を示す図である。
 本実施の形態では、パラメータ記憶部240がパラメータ250を記憶するモデル551として、自然言語のフレーズと形式言語の語とのペアについて重みを与えるモデルを用いる。その自然言語のフレーズと形式言語の語とのペアが、正しい変換において自然言語の質問とクエリ式とのペアに出現しやすいなら正の重みを、正しい変換において自然言語の質問とクエリ式とのペアに出現しにくいなら負の重みを持つ。この場合、各ペアに与えられた重みが、パラメータである。
 このようなモデル551があれば、自然言語の質問について、生成されたクエリ式の適合度を評価することができる。すなわち、自然言語の質問に登場するフレーズと、そのフレーズに対応するクエリ式の語とのペアについて、その重みを計算する。その重みを合計した値をスコアとすることによって、そのスコアが正であれば、正しいクエリ式であり、そのスコアが負であれば、正しくないクエリ式であると評価することができる。
 本実施形態の具体例552では、質問から分割された3つの自然言語のフレーズについて、それぞれ、形式言語の語とペアにしたときの重みが記載されている。この例では、初期状態として全ての重みは0.0(ゼロ)に設定されている。これは、どのペアについても、まだ情報が得られていない未学習の状態を表す。
 なお、図5では、3つのフレーズの例だけを載せているが、パラメータ記憶部240は、これら以外にも、自然言語の質問に出現しうる様々なフレーズを記憶していてよい。
 《情報処理装置の機能構成》
 本実施形態の情報処理装置210は、以上に述べた検索用データベース230、検索システム220およびパラメータ記憶部240を処理対象として、動作する。
 より具体的には、情報処理装置210は、質問と正答のペアを入力として、質問をクエリ式に変換する。変換する際に、検索用データベース230を参照することで、正例となるクエリ式が満たすべき条件を取得し、この条件を満たすクエリ式が優先されるように変換する。情報処理装置210は、変換で得られたクエリ式を検索システム220に入力し、検索システム220から出力として回答を得る。検索システム220が返す回答が正答と一致する場合に、この回答に高い評価が与えられるように、パラメータ記憶部240が記憶するパラメータ250を更新する。
 図2に示すように、情報処理装置210は、入力受付部211と、正例条件生成部212と、クエリ式生成部213と、回答取得部214と、パラメータ更新部215を備える。
 入力受付部211は、質問と正答とのペアを外部から入力として受け付け、受け付けた内容を正例条件生成部212に出力する。
 正例条件生成部212は、質問および正答を入力として受け取り、検索用データベース230を参照することで、正例となるクエリ式が満たすべき条件を正例条件として取得し、質問、正答および正答条件を、クエリ式生成部213に出力する。正例となるクエリ式とは、検索システム220に入力した場合に、検索システム220が出力する回答が正答と一致するクエリ式のことである。
 クエリ式生成部213は、質問および正答および正答条件を入力として受け取る。クエリ式生成部213は、正例条件生成部212が生成した条件を満たすクエリが優先されるように、質問に対応するクエリ式を生成する。具体的には、パラメータ記憶部240に問い合わせることで、パラメータ記憶部240に記憶されているモデルのパラメータ250を取得する。そして、自然言語の質問文に対応する形式言語のクエリ式として考えられるクエリ式の中から、正例条件を満たし、そのパラメータ250で決まるモデルで高いスコアを持つクエリ式を生成する。クエリ式生成部213は、質問、クエリ式および正答を回答取得部214に出力する。
 回答取得部214は、クエリ式生成部213から質問、クエリ式および正答を受け取り、受け取ったクエリ式を使って検索システム220に問い合わせ、クエリ式に対する回答を得る。回答取得部214は、質問、クエリ式、正答および回答をパラメータ更新部215に出力する。
 パラメータ更新部215は、回答取得部214から、質問、クエリ式、正答および回答を受け付ける。検索システム220による回答が正答と一致する場合に、クエリ式生成部213が生成したクエリ式を正例と見なし、クエリ式が質問から変換された結果として高く評価されるように、パラメータ記憶部240に記憶されたパラメータ250を更新する。
 これらの動作について、情報処理装置210の各機能構成部の処理と共に、以下に詳しく説明する。
 《情報処理装置の機能構成部による処理手順》
 図6は、本実施形態に係る情報処理装置210の機能構成部による処理手順を示すフローチャートである。以下の説明においては、適宜、図2~図5を参酌する。また、本実施形態では、情報処理装置210を動作させることによって、本実施形態における情報処理方法が実施される。よって、本実施形態における情報処理方法の説明は、以下の情報処理装置210の動作説明に代える。
 (入力受付部の処理:S601)
 図6に示すように、入力受付部211は、質問と正答とのペアを入力として受付け、受け付けた内容を正例条件生成部212に出力する。
 図7は、本実施形態に係る入力受付部211の入力の例700を示す図である。
 図7には、本実施形態で説明する具体例が図示されている。質問701は自然言語で記述されている。一方、正答702は、検索システム220の出力と比較可能なものであれば、自然言語で記述されていても、形式言語で記述されていてもよい。
 (正例条件生成部の処理:S603)
 正例条件生成部212は、検索用データベース230を参照することで、正例となるクエリ式が満たすべき条件を取得する。正例となるクエリ式とは、検索システム220に入力した場合に、検索システム220が出力する回答が正答と一致するクエリ式のことである。
 図8は、本実施形態に係る正例条件生成部212が生成する条件の例を示す図である。
 正例条件生成部212が生成する条件X810は、検索システム220が、入力受付部211が受け付けた正答を回答するために使用されるクエリ式が含むであろう形式言語を、検索用データベース230における各テーブルの関連を考慮して論理演算子で結び付けた条件である。かかる条件は、定数、もしくは、正答を直接戻り値として出力する形式言語の関数からなる第1層の条件と、第1層の引数が形式言語の関数の戻り値となる場合の引数を含む第2層の条件と、さらに、その引数が形式言語の関数の戻り値となる場合の引数を含む第3層の条件というように、より厳密な条件を順に生成できる。
 このように、正例条件生成部212が取得する条件は、単純には、検索用データベース230に格納されるデータを調べ、正答が出現するエントリを特定し、このエントリを返すために必要なクエリ式の条件を計算することによって、自動的に取得できる。さらに、こうして得られた条件は、その条件に出現する値を得る式の条件を調べることによって、さらに詳細化された条件を得ることができる。
 本実施形態の具体例820において、条件に現れるqはクエリを表す。“q includes x”は、クエリqが、定数もしくは関数xを含むという条件を表す。
 図8に示す具体例820の条件A(第1層)は、以下のようにして得られる。正答が「6,190」である場合、図3に示す検索用データベース230のデータによれば、この正答は、引数‘Denali’を関数elevationに与えることによって戻り値として得られる。これにより、正例となるクエリ式は、関数elevationを含むという条件を取得できる。これが第1層の条件Aである。条件Aを満たすクエリ式としては、例えば、elevation(‘Denali’)などが考えられる。
 また、図8に示す具体例820の条件B(第2層)は、条件Aを拡張したものであり、条件Aに出現する値を得る式の条件をさらに調べることで取得される。すなわち、「6,190」は、elevation(‘Denali’)という式の戻り値として得られるが、もしクエリ式がelevationを含むが‘Denali’を含まない場合、クエリ式は‘Denali’を戻り値として持つ条件をさらに含む必要がある。
 検索用データベース230によれば、‘Denali’を戻り値として持つのは、highest_mountain(‘USA’)である。よって、クエリ式がelevationを含むとき、クエリ式はさらに‘Denali’を含むか、あるいは、関数highest_mountainを含むと考えられる。これを表しているのが第2階層の条件Bである。
 さらに、図8に示す具体例820の条件C(第3層)は、条件Bをさらに拡張したものであり、条件Bに出現する値を得る式の条件をさらに調べることで取得される。すなわち、検索用データベース230によれば、関数highest_mountainの戻り値として‘Denali’を得る場合には、‘USA’を引数としなければならない。よって、クエリ式がelevationを含むとき、クエリ式はさらに‘Denali’を含むか、あるいは、関数highest_mountainおよびその引数‘USA’を含むと考えられる。これを表しているのが第3階層の条件Cである。
 このような条件Bや条件Cは、「6,190」を出力するために必要となる値を検索用データベース230に問い合わせて‘Denali’を得て、さらに‘Denali’を出力するために必要となる値を検索用データベース230に問い合わせることで得ることができる。
 以上のように、ある値を返すために必要な定数あるいは関数を取得することを繰り返すことで、正例となるクエリの条件を計算できる。この処理は検索用データベース230への問い合わせとして自動的に実行することができる。
 本実施形態の具体例では、条件Aおよび条件Bの第2層までをクエリ式生成部213での正例条件として使用する。ここで、条件Aのみでは条件が曖昧となり、条件Cまでを使用すると条件が厳密となる。どの深さの条件までを使用するかにより、機械学習の精度や速度が変わってくる。
 なお、正例条件生成部20が生成する条件は、図8に示すような論理演算子を用いた形式で表されていなくてもよい。例えば、正例に含まれるべき語のリストのような単純な形式で表されていてもよい。
 (クエリ式生成部の処理:S605)
 クエリ式生成部213は、正例条件生成部212がクエリ式生成部213に出力した条件を満たすクエリが優先されるように、質問に対応するクエリを生成する。具体的には、パラメータ記憶部240に問い合わせることで、パラメータ記憶部240に記憶されているモデルのパラメータ250を取得する。そして、自然言語の質問文に対応する形式言語のクエリとして考えられるクエリの中から、正答条件を満たし、そのパラメータで決まるモデルで高く評価されるクエリ式を優先して生成する。
 図9は、本実施形態に係るクエリ式生成部の処理手順を示すフローチャートである。
 (フレーズ分割処理:S901)
 クエリ式生成部213は、自然言語の質問を複数のフレーズに分割する。
 図10は、本実施形態に係るクエリ式生成部213におけるフレーズ分割の例1000を示す図である。
 図7の“How high is the tallest peak in the U.S.”という質問701は、既知の分割アルゴリズムに従って、種々の分割1001~1003を行ない、分割されたフレーズごとに変換されるクエリのパラメータが機械学習される。この分割は例えば、自然言語の質問を、複数の語の列と見なし、これらの語のうち一つ以上を乱数で選択し、選ばれた語と次の語とのあいだを分割することで実現できる。また、機械学習を用いて構築された、分割の適切さを評価するモデルを用いて、適切な分割を選択してもよい。例えば、Conditional random fields(CRF)に基づくチャンキングを用いて適切な分割を選択してもよい。
 本実施形態の具体例では、図7の“How high is the tallest peak in the U.S.”という質問701が、分割1001のように、3つのフレーズに分割される。
 (パラメータ取得処理:S903)
 クエリ式生成部213は、パラメータ記憶部240から、フレーズに対応するパラメータ250を読み込む。図10の質問の分割例では、3つに分割されたフレーズのそれぞれについて、図5に示したパラメータの具体例552を取得する。
 (優先度割当て処理:S905)
 クエリ式生成部213は、正例条件生成部212から得た正例条件に含まれる語が優先されるよう、形式言語の語に優先度を割り当てる。
 図11は、本実施形態に係るクエリ式生成部213におけるパラメータテーブル1100の例を示す図である。図11は、クエリ式生成部213が割り当てる優先度および割り当てる確率の一例を示す図である。この例では、パラメータ記憶部240から読み出したパラメータに含まれる各語について、正例条件に含まれる語であれば高い優先度を加えている。図11では、“How high is”という1つのフレーズについて詳細に記載しているが、その他のフレーズについても同様の処理を行う。
 正例条件に含まれる語であっても、正例条件における寄与の大きさに応じて、優先度に差をつけてもよい。図8の条件Bにおいては、elevationおよび‘Denali’が含まれている場合か、あるいは、elevationおよびhighest_mountainが含まれている場合に、真となる。この場合、elevationは、両方の場合にも含まれているが、‘Denali’およびhighest_mountainは片方の場合にしか含まれていない。このことから、elevationのほうが、‘Denali’およびhighest_mountainよりも、正例を構成する語としてより重要であり、寄与が大きいと言える。
 図11に示す例は、このような正例条件における寄与の大きさに応じて、優先度に差をつけている。elevationの優先度は1.0であり、‘Denali’およびhighest_mountainの優先度は0.5であり、寄与の大きさに応じて優先度を変更している。
 (形式言語割当て:S907)
 クエリ式生成部213は、優先度に基づき、ステップS901による質問の分割1001の各フレーズに形式言語の語を割り当てる。本実施形態においては、各フレーズについて、重みと優先度に基づいて形式言語の各語が割り当てられる確率を計算し、その確率に基づいてランダムに選ぶ。
 先の図11には、クエリ式生成部213が計算する確率の一例が示されている。図11では、特に、“How high is”というフレーズに関して、形式言語の各語が割り当てられる確率が示されている。確率は式1に基づいて計算される。
Figure JPOXMLDOC01-appb-M000001
式1は、あるフレーズについて、各語fiが割り当てられる確率を、重みwiと確率piを元に、exp(wi+pi)を正規化した値で計算することを示す。すなわち、モデルにおける重みが大きいほど、また優先度が大きいほど、高い確率で割り当てられる。
 例えば、図11において、関数elevationは、0.181という他よりも高い確率で割り当てられている。
 以上のように、クエリ式生成部213は、各フレーズについて、形式言語の語を確率的に割り当てる。
 図12は、本実施形態に係るクエリ式生成部213における形式言語割当ての例を示す図である。図12のように、各フレーズに対して確率的に割り当てられた形式言語の語により、複数の組合せが生成される。
 (クエリ式生成処理:S909)
 クエリ式生成部213は、各フレーズに割り当てられた形式言語の語を組み合わせることで、クエリ式を生成する。
 図13は、本実施形態に係るクエリ式生成部213における生成されたクエリ式の例1300を示す図である。
 図12の例で各フレーズに確率的に割り当てられた形式言語の語を組み合わせて、クエリ式を生成する。例えば、elevationと、highest_mountainと、‘USA’という順に3つの語が割り当てられた場合は、3つの語を組み合わせて、クエリ式1301が生成されている。
 以上のように、クエリ式生成部213は、ステップS605において、ステップS901からS909に示す動作手順によって、クエリ式を生成する。ステップS605では、優先度を元に計算された確率に基づいて形式言語の語を選択することにより、正例条件を満たす式が生成されやすくなっている。すなわち、elevation、‘Denali’およびhighest_mountainという3つの語が、選ばれやすくなっていることにより、図8に示した正例条件を満たす式が生成されやすくなっている。
 (回答取得処理:S607)
 回答取得部214が、検索システム220に問い合わせることで、クエリ式への回答を取得する。これは、クエリ式生成部213によりステップS605で生成されたクエリ式を入力として検索システム220に与え、検索システム220が出力する回答を受け取ることによって達成される。
 例えば、図13に示すクエリ式elevation(elevation(elevation))や‘USA’(‘USA’(‘USA’))などへの回答は、回答なしとなったり、正答ではない回答が取得されたりする。一方、図13のクエリ式1301により検索システム220に問い合わせると、正答である6,190が回答として取得される。
 (パラメータ更新処理:S609)
 パラメータ更新部215が、クエリ式への回答と正答とが一致する場合に、クエリ式が優先して出力されるように、パラメータ記憶部240に記憶された変換器のパラメータ250を更新する。具体的には、ステップS605において、クエリ式を生成する際に用いられた自然言語のフレーズと形式言語とのペアへの重みを増加させる。
 例えば、図13のクエリ式1301への回答は6,190であり、正答と一致する。これは、すなわち、図13のクエリ式1301が正例であることを表す。このとき、ステップ605において、クエリ式を生成する際に用いられた自然言語のフレーズと形式言語とのペアへの重みに1.0を加える。
 図14は、本実施形態に係るパラメータ記憶部240のパラメータ250の更新例1400を示す図である。
 図5に比べ、(“How high is”,elevation)および(“the tallest peak in”,highest_mountain)および(“the U.S.”,’USA’)という、クエリ式1301を生成する際に用いられた3つのペアの重みが増加している。
 このようにパラメータの更新を繰り返すことにより、正例を生成する際に用いられるペアの重みが増加し、より正例が得られやすくなる。
 クエリ式への回答と正答が一致する場合とは、必ずしも厳密一致でなくとも、曖昧一致であってもかまわない。例えば、数値の誤差が1%以内であれば一致していると見なしてもよい。また、回答と正答が文字列である場合、文字列同士の編集距離を計算し、編集距離が一定の閾値より低い場合に、一致していると見なしてもよい。
 以上で説明したのは、クエリ式への回答と正答が一致する場合、すなわち正例が得られた場合の動作である。一方、クエリ式への回答と正答が一致しない場合、すなわち負例が得られた場合には、重みを増加させるのではなく、重みを減少させる。
 以上のように、本実施形態における情報処理装置210は、質問と正答とのペアが与えられるたびに、正例条件とパラメータの重みとを考慮してクエリ式を生成し、検索システム220からの回答に基づき、パラメータ記憶部のパラメータ250を更新する。
 (パラメータ更新終了:S611)
 情報処理装置210のパラメータ更新による変換器の機械学習は、更新回数が指定回数に達した場合に終了する。あるいは、質問に基づいて生成されたクエリ式による問い合わせの回答が正答と一致する確率(正解率)が閾値を超えた場合に終了してもよい。あるいは、質問に基づいて生成されたクエリ式による問い合わせの回答が正答と不一致となる確率(失敗率)が閾値を下回った場合に終了してもよい。
 《情報処理装置のハードウェア構成》
 図15は、本実施形態に係る情報処理装置210のハードウェア構成を示すブロック図である。
 図15で、CPU1510は演算制御用のプロセッサであり、プログラムを実行することで図3Aの機能構成部を実現する。CPU1510は複数のプロセッサを有し、異なるプログラムやモジュール、タスク、スレッドなどを並行して実行してもよい。ROM1520は、初期データおよびプログラムなどの固定データおよびプログラムを記憶する。ネットワークインタフェース1530は、情報処理装置210が、ネットワークを介して、検索システム220や検索用データベース230などとの通信を制御する。
 RAM1540は、CPU1510が一時記憶のワークエリアとして使用するランダムアクセスメモリである。RAM1540には、本実施形態の実現に必要なデータを記憶する領域が確保されている。質問(自然言語)と正答とのペア1541は、情報処理装置210が受け付けた入力データである。正答関連情報と正例条件1542は、検索用データベース230から正答に関連して取得した情報と、その取得情報に基づいて正例条件生成アルゴリズムに従って生成した正例条件とのデータである。質問の分割結果1543は、質問分割アルゴリズム1553に従って質問を複数のフレーズに分割した結果のデータである。分割フレーズのパラメータテーブル1544は、パラメータ記憶部240から分割フレーズに対応して取得した形式言語群のパラメータを処理するためのテーブルである。生成クエリ式1545は、分割フレーズのパラメータテーブル1544を参照して、クエリ式生成アルゴリズム1554に従って生成されたクエリ式のデータである。回答1546は、生成クエリ式1545による検索システム220への問い合わせに対する回答のデータである。回答と正答との比較結果(閾値)1547は、回答1546と、質問(自然言語)と正答とのペア1541の正答との比較結果であり、閾値は回答と正答とが一致すると判定する値である。パラメータ更新データ1548は、回答と正答との比較結果(閾値)1547が一致であることを示す場合に、パラメータ更新アルゴリズム1555に従ってパラメータ記憶部240のパラメータ250を更新するためのデータである。
 ストレージ1550は、データベースや各種のパラメータ、あるいは本実施形態の実現に必要な以下のデータまたはプログラムが記憶されている。パラメータテーブル1100は、図11に示した、クエリ式を生成する場合に優先度や確率のために使用されるテーブルである。正例条件生成アルゴリズム1552は、入力された正答から正例条件を生成するためのアルゴリズムである。質問分割アルゴリズム1553は、質問を複数のフレーズに分割するためのアルゴリズムである。クエリ式生成アルゴリズム1554は、質問と正答と正例条件とパラメータとから優先度や確率を考慮して、正例を優先したクエリ式を生成するアルゴリズムである。パラメータ更新アルゴリズム1555は、生成されたクエリ式による検索システム220への問い合わせの回答と正答との比較結果により、パラメータ記憶部240のパラメータを更新するためのアルゴリズムである。
 ストレージ1550には、以下のプログラムが格納される。情報制御プログラム1556は、情報処理装置210の全体を制御するためのプログラムである。正例条件生成モジュール1557は、正例条件生成アルゴリズム1552に従って、正答から正例条件を生成するモジュールである。クエリ生成モジュール1588は、クエリ式生成アルゴリズム1554に従って、正例を優先したクエリ式を生成するモジュールである。パラメータ更新モジュール1559は、パラメータ更新アルゴリズム1555に従って、パラメータ記憶部240のパラメータを更新するためのアルゴリズムである。
 入出力インタフェース1560は、パラメータ記憶部240、表示部1561、操作部1562などが接続されて、そのインタフェースを行なう。
 なお、図15のRAM1540やストレージ1550には、情報処理装置210が有する汎用の機能や他の実現可能な機能に関連するプログラムやデータは図示されていない。
 《情報処理装置の処理手順》
 図16は、本実施形態に係る情報処理装置210の処理手順を示すフローチャートである。このフローチャートは、図15のCPU1510がRAM1540を使用して実行し、図2の機能構成部を実現する。
 情報処理装置210は、ステップS1601において、自然言語で記述された質問と正答とのペアを受け付ける。情報処理装置210は、ステップS1603において、正答に基づいて検索用データベース230を参照することで、正例となるクエリ式が満たすべき条件を生成する。情報処理装置210は、ステップS1605において、生成された条件を満たすクエリ式が優先されるように、質問に対応するクエリ式を生成するクエリ式生成処理を実行する。情報処理装置210は、ステップS1607において、生成されたクエリ式による、検索システム220による検索用データベース230の検索に基づき、クエリ式への回答を取得する。
 情報処理装置210は、ステップS1607において、検索システム220から取得した回答と正答とが一致するか否かを判定する。そして、回答と正答とが一致しない場合、情報処理装置210は、ステップS1605に戻って、生成された条件を満たす次のクエリ式を生成する。回答と正答とが一致する場合、情報処理装置210は、ステップS1609において、生成されたクエリ式が優先して出力されるよう、パラメータ記憶部240に記憶された変換器のパラメータ250を更新する。
 情報処理装置210は、ステップS1611において、パラメータの更新回数が指定回数に達したか、あるいは、回答と正答とが一致する正解率が閾値を超えたか、あるいは、回答と正答とが不一致となる失敗率が閾値を下回ったか、を判定する。そして、各分岐条件を満たさない場合、情報処理装置210は、ステップS1601に戻って、次の自然言語で記述された質問と正答とのペアを受け付ける。各分岐条件を満たした場合、情報処理装置210は、パラメータ記憶部240のパラメータ250が十分に正例となるクエリ式を生成できるとして、処理を終了する。
 (クエリ生成処理)
 図17は、本実施形態に係るクエリ生成処理(S1605)の手順を示すフローチャートである。
 情報処理装置210は、ステップS1701において、最初のクエリ式生成であるか否かを判定する。最初のクエリ式生成であれば、情報処理装置210は、ステップS1703において、質問分割アルゴリズム1553に従い質問を複数のフレーズに分割する。情報処理装置210は、ステップS1705において、パラメータ記憶部240から、分割された各フレーズに対応するパラメータを読み込む。情報処理装置210は、ステップS1707において、正例条件を満たす語が優先されるよう、形式言語の語に優先度を割り当てる。情報処理装置210は、ステップS1707において、優先度に基づき、各フレーズに形式言語の語を割り当てる。そして、情報処理装置210は、ステップS1709において、各フレーズに割り当てられた形式言語の語を組み合わせることで、クエリ式を生成する。
 一方、最初のクエリ式生成でなければ、情報処理装置210は、ステップS1713において、優先度に基づき、各フレーズに異なる形式言語の語を割り当てる。そして、情報処理装置210は、ステップS1711に進み、各フレーズに割り当てられた異なる形式言語の語を組み合わせることで、クエリ式を生成する。
 本実施形態によれば、正答が得られるために形式言語が満たすべき条件を検索用データベースが格納する形式言語に関連したデータに基づいて生成し、この条件のいずれかを満たすようにクエリ式を生成して、変換器のパラメータの更新を効率的に繰り返す。これにより、出力しうる形式言語の式の数が多い場合にも変換器を効率的に機械学習することができる。
 通常、出力しうる形式言語の式の数が多い場合には、正例を見つけることが困難であるが、本実施形態においては、正例条件を取得して正例条件を満たすクエリ式が優先して生成されるため、通常は見つけづらい正例を容易に発見でき、機械学習を効率的に進めることができる。
 本実施形態は、正例条件を用いることで、まだパラメータが十分に更新されていない機械学習の初期段階において、学習を効率的に進める効果がある。様々な質問と正答のペアについて、このパラメータ更新を繰り返すと、やがて、パラメータが十分に更新され、正例条件を手がかりとして用いなくとも、正しいクエリ式が選ばれるようになる。
 変換器を実用で用いる際、正答が未知の質問が与えられたときには、正答が分からないため正例条件を求めることはできない。しかし、本実施の形態における情報処理装置210によって、十分に更新されたパラメータを用いれば、正例条件を手がかりとして用いなくとも、変換器は正しいクエリ式を選ぶことができるようになる。
 [第3実施形態]
 次に、本発明の第3実施形態に係る情報処理装置について説明する。本実施形態に係る情報処理装置は、上記第2実施形態と比べると、図2の情報処理システムを構成する要素が情報処理装置に含まれる点で異なる。その他の構成および動作は、第2実施形態と同様であるため、同じ構成および動作については同じ符号を付してその詳しい説明を省略する。
 《情報処理装置の機能構成》
 図18は、本実施形態に係る情報処理装置1810の機能構成を示すブロック図である。なお、図18において、図2と同様の機能構成部には同じ参照番号を付して、重複する説明は省略する。
 図18において、検索部1820は、検索システム220を情報処理装置1810に含ませた構成であり、検索システム220と同様である。
 [他の実施形態]
 なお、本発明は、自然言語を形式言語に変換する変換器を、出力しうる形式言語の式の数が多い場合にも効率的に機械学習することができるので、システムに自然言語で問い合わせを行う必要がある種々の分野においても有用である。
 また、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。また、それぞれの実施形態に含まれる別々の特徴を如何様に組み合わせたシステムまたは装置も、本発明の範疇に含まれる。
 また、本発明は、複数の機器から構成されるシステムに適用されてもよいし、単体の装置に適用されてもよい。さらに、本発明は、実施形態の機能を実現する情報処理プログラムが、システムあるいは装置に直接あるいは遠隔から供給される場合にも適用可能である。したがって、本発明の機能をコンピュータで実現するために、コンピュータにインストールされるプログラム、あるいはそのプログラムを格納した媒体、そのプログラムをダウンロードさせるWWW(World Wide Web)サーバも、本発明の範疇に含まれる。特に、少なくとも、上述した実施形態に含まれる処理ステップをコンピュータに実行させるプログラムを格納した非一時的コンピュータ可読媒体(non-transitory computer readable medium)は本発明の範疇に含まれる。

Claims (9)

  1.  自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理装置であって、
     自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付手段と、
     前記正答を検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成手段と、
     前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成手段と、
     前記生成されたクエリ式を用いた前記検索用データベースの検索に基づき、前記質問に対する回答を取得する回答取得手段と、
     前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように前記変換器のパラメータを更新するパラメータ更新手段と、
     を備える情報処理装置。
  2.  前記クエリ式生成手段は、前記質問を少なくとも2つの単語系列に分割して、各単語系列に対して、前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記形式言語を割り当てることにより、前記形式言語のクエリ式を生成する請求項1に記載の情報処理装置。
  3.  前記クエリ式生成手段は、前記条件について前記正答を出力するための重要度を評価し、前記重要度が高い条件に含まれる前記形式言語を、前記重要度が低い条件に含まれる前記形式言語よりも優先することで、複数の前記形式言語のクエリ式を生成し、
     前記回答取得手段は、前記複数の前記形式言語のクエリ式を用いて前記質問に対する複数の回答を取得する請求項1または2に記載の情報処理装置。
  4.  前記正例条件生成手段は、前記正答を検索するために必要な第1形式言語を前記検索用データベースから取得し、さらに、該第1形式言語を検索するために必要な第2形式言語を前記検索用データベースから取得し、前記条件は前記第1形式言語および前記第2形式言語の少なくとも1つを含む請求項1乃至3のいずれか1項に記載の情報処理装置。
  5.  前記パラメータ更新手段は、前記回答と前記正答との誤差を計算し、前記誤差が第1閾値よりも小さい場合に前記回答と前記正答とが一致していると判定する請求項1乃至4のいずれか1項に記載の情報処理装置。
  6.  前記回答と前記正答とが一致する確率が第2閾値を超えるまで、または、前記パラメータ更新手段によるパラメータの更新回数が第3閾値となるまで、前記入力受手段と、前記正例条件生成手段と、前記クエリ式生成手段と、前記回答取得手段と、前記パラメータ更新手段との処理を繰り返す繰り返し手段を、さらに備える請求項1乃至5のいずれか1項に記載の情報処理装置。
  7.  自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理方法であって、
     自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付ステップと、
     前記正答を検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成ステップと、
     前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成ステップと、
     前記生成されたクエリ式を用いた前記検索用データベースの検索に基づき、前記質問に対する回答を取得する回答取得ステップと、
     前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように前記変換器のパラメータを更新するパラメータ更新ステップと、
     を含む情報処理方法。
  8.  自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理プログラムであって、
     自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付ステップと、
     前記正答を検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成ステップと、
     前記条件のいずれかを満たすように、前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成ステップと、
     前記生成されたクエリ式を用いた前記検索用データベースの検索に基づき、前記質問に対する回答を取得する回答取得ステップと、
     前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように前記変換器のパラメータを更新するパラメータ更新ステップと、
     をコンピュータに実行させる情報処理プログラム。
  9.  自然言語の質問を形式言語のクエリ式へ変換する変換器のパラメータを学習するための情報処理システムであって、
     前記形式言語のクエリ式を用いて、検索用データベースから回答を検索して出力する検索装置と、
     前記変換器のパラメータを学習するための情報処理装置と、
     前記変換器のパラメータを記憶するパラメータ記憶部と、
     を備え、
     前記情報処理装置は、
      自然言語の質問と、該質問に対する適切な出力である正答との組の入力を受け付ける入力受付手段と、
      前記正答を前記検索用データベースから検索する際に入力される前記形式言語が満たすべき少なくとも1つの条件を、前記検索用データベースが格納する前記形式言語に関連したデータに基づいて生成する正例条件生成手段と、
      前記条件のいずれかを満たすように、前記パラメータ記憶部からの前記変換器のパラメータを用いて前記質問に対応する前記形式言語のクエリ式を生成するクエリ式生成手段と、
      前記生成されたクエリ式を用いて前記検索用データベースを検索した前記検索装置から、前記質問に対する回答を取得する回答取得手段と、
      前記回答と前記正答とが一致する場合に、前記質問から前記生成されたクエリ式に優先して変換されるように、前記パラメータ記憶部に記憶された前記変換器のパラメータを更新するパラメータ更新手段と、
     を有する情報処理システム。
PCT/JP2017/013635 2017-03-31 2017-03-31 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム WO2018179355A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2019508124A JP6733809B2 (ja) 2017-03-31 2017-03-31 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム
PCT/JP2017/013635 WO2018179355A1 (ja) 2017-03-31 2017-03-31 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム
US16/487,912 US11341127B2 (en) 2017-03-31 2017-03-31 Information processing system, information processing apparatus, information processing method, and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2017/013635 WO2018179355A1 (ja) 2017-03-31 2017-03-31 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム

Publications (1)

Publication Number Publication Date
WO2018179355A1 true WO2018179355A1 (ja) 2018-10-04

Family

ID=63674543

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/013635 WO2018179355A1 (ja) 2017-03-31 2017-03-31 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム

Country Status (3)

Country Link
US (1) US11341127B2 (ja)
JP (1) JP6733809B2 (ja)
WO (1) WO2018179355A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7216241B1 (ja) 2021-09-29 2023-01-31 楽天グループ株式会社 チャンキング実行システム、チャンキング実行方法、及びプログラム
JP7451157B2 (ja) 2019-12-06 2024-03-18 キヤノン株式会社 情報処理装置、情報処理方法、及びプログラム

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11048702B1 (en) * 2018-02-07 2021-06-29 Amazon Technologies, Inc. Query answering
US20210173837A1 (en) * 2019-12-06 2021-06-10 Nec Laboratories America, Inc. Generating followup questions for interpretable recursive multi-hop question answering
US11238113B2 (en) * 2020-04-01 2022-02-01 Grand Rounds Inc. Systems and methods for machine learning models for search engine performance optimization
US11983205B2 (en) * 2021-02-01 2024-05-14 Adobe Inc. Semantic phrasal similarity
US20220318283A1 (en) * 2021-03-31 2022-10-06 Rovi Guides, Inc. Query correction based on reattempts learning

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016095698A (ja) * 2014-11-14 2016-05-26 日本電信電話株式会社 翻訳学習装置、翻訳装置、方法、及びプログラム
JP2016133920A (ja) * 2015-01-16 2016-07-25 日本電信電話株式会社 翻訳学習装置、方法、及びプログラム

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102033395B1 (ko) * 2014-11-20 2019-10-18 한국전자통신연구원 심층 자연어 질문 분석 기반 구조화된 지식베이스 질의응답 시스템 및 그 방법
JP6649582B2 (ja) * 2016-02-23 2020-02-19 富士通株式会社 検索制御プログラム、検索制御装置及び検索制御方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016095698A (ja) * 2014-11-14 2016-05-26 日本電信電話株式会社 翻訳学習装置、翻訳装置、方法、及びプログラム
JP2016133920A (ja) * 2015-01-16 2016-07-25 日本電信電話株式会社 翻訳学習装置、方法、及びプログラム

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PHILIPP K0E ET AL.: "Moses: Open Source Toolkit for Statistical Machine Translation", PROCEEDINGS OF THE ACL 2007 DEMO AND POSTER SESSIONS, June 2007 (2007-06-01), pages 177 - 180, XP055613218 *
YUK WAH ET AL.: "Learning for Semantic Parsing with Statistical Machine Translation", IN PROCESSINGS OF THE HUMAN LANGUAGE TECHNOLOGY CONFERENCE OF THE NORTH AMERICAN CHAPTER OF THE ASSOCIATION FOR COMPUTATIONAL LINGUISTICS, 4 June 2006 (2006-06-04), pages 439 - 446, XP058346166 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7451157B2 (ja) 2019-12-06 2024-03-18 キヤノン株式会社 情報処理装置、情報処理方法、及びプログラム
JP7216241B1 (ja) 2021-09-29 2023-01-31 楽天グループ株式会社 チャンキング実行システム、チャンキング実行方法、及びプログラム
JP2023050092A (ja) * 2021-09-29 2023-04-10 楽天グループ株式会社 チャンキング実行システム、チャンキング実行方法、及びプログラム
JP2023050201A (ja) * 2021-09-29 2023-04-10 楽天グループ株式会社 チャンキング実行システム、チャンキング実行方法、及びプログラム
JP7326637B2 (ja) 2021-09-29 2023-08-15 楽天グループ株式会社 チャンキング実行システム、チャンキング実行方法、及びプログラム

Also Published As

Publication number Publication date
US11341127B2 (en) 2022-05-24
US20200057762A1 (en) 2020-02-20
JP6733809B2 (ja) 2020-08-05
JPWO2018179355A1 (ja) 2019-11-07

Similar Documents

Publication Publication Date Title
WO2018179355A1 (ja) 情報処理システム、情報処理装置、情報処理方法および情報処理プログラム
JP7420842B2 (ja) 自然言語理解(nlu)フレームワークにおける予測的類似性スコアリングサブシステム
US11568855B2 (en) System and method for defining dialog intents and building zero-shot intent recognition models
US10503828B2 (en) System and method for answering natural language question
CN104915340B (zh) 自然语言问答方法及装置
US9761225B2 (en) Semantic re-ranking of NLU results in conversational dialogue applications
CN109933602B (zh) 一种自然语言与结构化查询语言的转换方法及装置
KR102491172B1 (ko) 자연어 질의응답 시스템 및 그 학습 방법
CN110795913B (zh) 一种文本编码方法、装置、存储介质及终端
CN112035511A (zh) 基于医学知识图谱的目标数据搜索方法及相关设备
KR20150070171A (ko) 스트링 변환의 귀납적 합성을 위한 랭킹 기법
CN109840255B (zh) 答复文本生成方法、装置、设备及存储介质
CN116719520B (zh) 代码生成方法及装置
US20220114340A1 (en) System and method for an automatic search and comparison tool
WO2016143449A1 (ja) 含意ペア拡張装置、そのためのコンピュータプログラム、及び質問応答システム
CN107679124B (zh) 一种基于动态规划算法的知识图谱中文问答检索方法
CN113515616B (zh) 一种基于自然语言的任务驱动系统
Kumar et al. System and methods for converting speech to SQL
JP6232358B2 (ja) 次発話候補ランキング装置、方法、及びプログラム
CN114579605B (zh) 表格问答数据处理方法、电子设备及计算机存储介质
CN114429140A (zh) 一种基于相关图信息进行因果推断的案由认定方法及系统
CN114238595A (zh) 一种基于知识图谱的冶金知识问答方法及系统
KR102411778B1 (ko) 다중 지식의 비교 우위를 추론하는 서버, 방법 및 컴퓨터 프로그램
KR102130779B1 (ko) 기계 독해를 위한 문서를 제공하는 시스템 및 이를 포함하는 질의 응답 시스템
JP6574469B2 (ja) 次発話候補ランキング装置、方法、及びプログラム

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: 17903210

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019508124

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17903210

Country of ref document: EP

Kind code of ref document: A1