JP6095487B2 - Question answering apparatus and question answering method - Google Patents

Question answering apparatus and question answering method Download PDF

Info

Publication number
JP6095487B2
JP6095487B2 JP2013111271A JP2013111271A JP6095487B2 JP 6095487 B2 JP6095487 B2 JP 6095487B2 JP 2013111271 A JP2013111271 A JP 2013111271A JP 2013111271 A JP2013111271 A JP 2013111271A JP 6095487 B2 JP6095487 B2 JP 6095487B2
Authority
JP
Japan
Prior art keywords
question
answer
partial
sentence
obtaining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2013111271A
Other languages
Japanese (ja)
Other versions
JP2014229275A (en
Inventor
吉村 健
健 吉村
千晶 森田
千晶 森田
可奈子 大西
可奈子 大西
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
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 NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2013111271A priority Critical patent/JP6095487B2/en
Publication of JP2014229275A publication Critical patent/JP2014229275A/en
Application granted granted Critical
Publication of JP6095487B2 publication Critical patent/JP6095487B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、質問に応答する質問応答装置、及び質問応答方法に関する。   The present invention relates to a question answering apparatus that responds to a question and a question answering method.

ユーザ操作により入力された自然言語の質問文に対し、その質問文に対する回答を提示する質問応答技術が研究されている。たとえば、「富士山の高さは?」という質問に対し、「3776m」という回答を出力するものである。このような技術は、質問を音声で受け付けるアプリケーション等に適用される。   A question answering technique for presenting an answer to a question sentence in a natural language input by a user operation has been studied. For example, in response to the question “How tall is Mt. Fuji,” an answer “3776 m” is output. Such a technique is applied to an application for receiving a question by voice.

上記の質問応答技術では、大きく分けて2つのアプローチがある。1つは通常のウェブ検索エンジンを利用し、ウェブ検索結果に含まれる文章に基づき、回答を推定するものである。たとえば、「富士山の高さは?」という質問に対し、名詞を抽出して「富士山 高さ」という検索語に変換し、検索エンジンに入力する。   In the above question answering technique, there are roughly two approaches. One is to use an ordinary web search engine and estimate the answer based on the text included in the web search result. For example, in response to the question “What is the height of Mt. Fuji?”, A noun is extracted and converted into a search term “Mt. Fuji height” and input to the search engine.

そして、検索エンジンが出力する検索結果ページに含まれるタイトルや概要文から、統計処理により「3776m」という回答を推定する。非特許文献1において、当該技術とそのバリエーションが開示されている。   Then, an answer “3776m” is estimated by statistical processing from the title and the summary sentence included in the search result page output by the search engine. Non-Patent Document 1 discloses the technology and variations thereof.

もう1つのアプローチは、データベースに知識を予め蓄積しておき、質問文から言語解析によりデータベースに問い合せるクエリに変換し、回答を得るものである。   The other approach is to accumulate knowledge in the database in advance and convert the question text into a query that can be queried to the database by linguistic analysis to obtain an answer.

例えば、「富士山の高さは?」という質問に対し、entity(対象物)=“富士山”、property(属性)=“標高”という情報を抽出し、データベース問い合わせ言語であるSQL等に変換し、回答である「3776m」を得るものである。非特許文献2および非特許文献3において当該技術が開示されている。   For example, in response to the question “What is the height of Mt. Fuji?”, The information of entity (object) = “Mt. Fuji” and property (attribute) = “elevation” is extracted and converted to SQL, which is a database query language, The answer “3776m” is obtained. Non-Patent Document 2 and Non-Patent Document 3 disclose the technology.

一般的に前者のアプローチは、回答精度は劣るものの多様な質問に対して回答することができ、後者のアプローチは、質問の対応範囲は狭いものの、正解率の高い回答をすることができる。   In general, the former approach can answer a variety of questions although the answer accuracy is inferior, and the latter approach can answer with a high accuracy rate although the corresponding range of the question is narrow.

磯崎、質問応答システム (自然言語処理シリーズ2)、コロナ社Kashiwazaki, Question Answering System (Natural Language Processing Series 2), Corona 吉村健、「しゃべってコンシェルと言語処理」、情報処理学会音声言語情報処理研究会SLP93-4、2012年10月Ken Yoshimura, “Speaking concierge and language processing”, SLP93-4, IPSJ Spoken Language Processing, October 2012 吉村健、「しゃべってコンシェルのQ&A機能を実現する知識検索エンジン開発」,人工知能学会、第88回人工知能基本問題研究会,2013年1月Ken Yoshimura, "Knowledge search engine development that realizes Q & A function of concierge", Artificial Intelligence Society, 88th Artificial Intelligence Basic Research Group, January 2013

しかし、非特許文献1〜3の方法では、より複雑な質問には、対応できなくなる。例えば、「○△□(作品名)の作者の誕生日は?」という質問のように、一つの質問文にさらに質問文が内在しているような質問には対応できないという問題点がある。仮に、ウェブ検索エンジンを利用したアプローチにおいて、「○△□ 作者 誕生日」という検索語を検索エンジンに入力したとしても、正しい回答が検索結果に含まれることはほとんどない。また、データベースを用いたアプローチにおいても、単純にentityとpropertyに分解できるわけではなく、そのままデータベース問合せ言語に変換することができない。   However, the methods of Non-Patent Documents 1 to 3 cannot respond to more complicated questions. For example, there is a problem that it is not possible to respond to a question in which a question sentence is further included in one question sentence, such as a question “What is the birthday of the creator of △△ □ (work name)?”. Even if the search term “◯ △ □ author's birthday” is input to the search engine in the approach using the web search engine, the correct answer is rarely included in the search result. Further, even in an approach using a database, it cannot be simply decomposed into an entity and a property, and cannot be directly converted into a database query language.

そこで、本発明においては、上記の課題を解決するために、別の質問を含む質問文に対して回答し得る質問応答装置、及び質問応答方法を提供することを目的とする。   Therefore, in order to solve the above-described problems, an object of the present invention is to provide a question answering apparatus and a question answering method capable of answering a question sentence including another question.

上述の課題を解決するために、本発明の質問応答装置は、質問文を受け付ける質問文受付手段と、質問文の一部である部分質問を抽出する部分質問抽出手段と、部分質問の回答を取得する部分質問回答取得手段と、質問文における部分質問の箇所を、部分質問回答取得手段が取得した回答に置き換える質問置換手段と、質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、質問文に対する回答を出力する回答出力手段と、第1のチェックワードリストと、を備え、部分質問抽出手段は、部分質問に、第1のチェックワードリストのワードが含まれているか否かに基づいて部分質問が適切であるか否かを判断し、部分質問回答取得手段は、部分質問が適切である場合に、部分質問の回答を取得する。 In order to solve the above-described problems, a question answering apparatus according to the present invention includes a question sentence accepting unit that accepts a question sentence, a partial question extracting part that extracts a partial question that is a part of the question sentence, and an answer to the partial question. The partial question answer acquisition means to be acquired, the question replacement means for replacing the part of the partial question in the question sentence with the answer acquired by the partial question answer acquisition means, and the replacement question for acquiring the answer to the question sentence replaced by the question replacement means An answer acquisition means; an answer output means for outputting an answer to the question sentence; and a first check word list. The partial question extraction means includes a word in the first check word list in the partial question. Whether or not the partial question is appropriate is determined based on whether or not the partial question is appropriate, and the partial question answer acquisition unit acquires the answer to the partial question when the partial question is appropriate.

また、本発明の質問応答方法は、質問応答装置で実行する質問応答方法であって、質問文を受け付ける質問文受付ステップと、質問文の一部である部分質問を抽出する部分質問抽出ステップと、部分質問の回答を取得する部分質問回答取得ステップと、質問文における部分質問の箇所を、部分質問回答取得ステップで取得した回答に置き換える質問置換ステップと、質問置換ステップにより置き換えられた質問文に対する回答を取得する置換質問回答取得ステップと、質問文に対する回答を出力する回答出力ステップと、第1のチェックワードリストと、を備え、部分質問抽出ステップにおいては、部分質問に、第1のチェックワードリストのワードが含まれているか否かに基づいて部分質問が適切であるか否かを判断し、部分質問回答取得ステップにおいては、部分質問が適切である場合に、部分質問の回答を取得する。 The question answering method of the present invention is a question answering method executed by a question answering device, a question sentence accepting step for accepting a question sentence, and a partial question extracting step for extracting a partial question that is a part of the question sentence; , A partial question answer acquisition step for obtaining partial question answers, a question replacement step for replacing the part of the partial question in the question sentence with the answer obtained in the partial question answer acquisition step, and a question sentence replaced by the question replacement step A replacement question answer obtaining step for obtaining an answer; an answer output step for outputting an answer to the question sentence; and a first check word list. In the partial question extracting step, the first check word is assigned to the partial question. Based on whether or not a word is included in the list, it is judged whether the partial question is appropriate, and the partial question answer is obtained. In step, when partial query is appropriate to obtain answers to the subquery.

この発明によれば、質問文に含まれる部分的な質問を抽出して、部分的な質問箇所を、部分的な質問における回答に置き換えて、置き換えた質問の回答を取得するため、別の質問を含む質問文に対して正確に回答することができる。さらに、質問応答装置は、第1のチェックワードリストを用いて部分質問が適切であるか否かを判断するため、部分質問として適切ではない(部分質問として体を成していない)にも関わらず、部分質問として回答を取得してしまうことを回避することができる。 According to the present invention, the partial question included in the question sentence is extracted, the partial question portion is replaced with the answer in the partial question, and the answer of the replaced question is obtained. It is possible to accurately answer questions including Further, since the question answering device determines whether or not the partial question is appropriate using the first check word list, the question answering device is not appropriate as the partial question (not forming the body as the partial question). Therefore, it is possible to avoid obtaining an answer as a partial question.

また、本発明の質問応答装置において、質問文を受け付ける質問文受付手段と、質問文の一部である部分質問を抽出する部分質問抽出手段と、部分質問の回答を取得する部分質問回答取得手段と、質問文における部分質問の箇所を、部分質問回答取得手段が取得した回答に置き換える質問置換手段と、質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、質問文に対する回答を出力する回答出力手段と、第2のチェックワードリストと、を備え、部分質問抽出手段は、質問文の部分質問を除いた部分に第2のチェックワードリストが含まれているか否かに基づいて部分質問が適切であるか否かを判断し、部分質問回答取得手段は、部分質問が適切である場合に、部分質問の回答を取得する。 Further, in the question answering apparatus of the present invention, a question sentence accepting means for accepting a question sentence, a partial question extracting means for extracting a partial question that is a part of the question sentence, and a partial question answer obtaining means for obtaining an answer to the partial question A question replacement unit that replaces the portion of the partial question in the question sentence with an answer acquired by the partial question answer acquisition unit, a replacement question answer acquisition unit that acquires an answer to the question sentence replaced by the question replacement unit, and a question sentence Answer output means for outputting an answer to and a second check word list, and the partial question extraction means determines whether or not the second check word list is included in a part excluding the partial question of the question sentence. Based on the above, it is determined whether or not the partial question is appropriate, and the partial question answer obtaining unit obtains an answer to the partial question when the partial question is appropriate .

この場合、質問応答装置は、第2のチェックワードリストを用いて、質問文における部分質問が適切であるか否かを判断(質問文が部分質問を有する形式の質問文であるか否かを判断)するため、部分質問として適切ではないにも関わらず、部分質問として回答を取得してしまうことを回避することができる。   In this case, the question answering device determines whether the partial question in the question sentence is appropriate using the second check word list (whether the question sentence is a question sentence having a partial question or not). Therefore, it is possible to avoid obtaining an answer as a partial question even though it is not appropriate as a partial question.

また、本発明の質問応答装置において、質問文を受け付ける質問文受付手段と、質問文の一部である部分質問を抽出する部分質問抽出手段と、部分質問の回答を取得する部分質問回答取得手段と、質問文における部分質問の箇所を、部分質問回答取得手段が取得した回答に置き換える質問置換手段と、質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、質問文に対する回答を出力する回答出力手段と、を備え、部分質問回答取得手段が、複数の回答を取得した場合、置換質問回答取得手段は、質問文の部分質問の箇所を、複数の回答のそれぞれに置き換えた質問文に対する回答を取得し、回答出力手段は、置換質問回答取得手段が取得した回答の中から、所定数の回答を出力する。 Further, in the question answering apparatus of the present invention, a question sentence accepting means for accepting a question sentence, a partial question extracting means for extracting a partial question that is a part of the question sentence, and a partial question answer obtaining means for obtaining an answer to the partial question A question replacement unit that replaces the portion of the partial question in the question sentence with an answer acquired by the partial question answer acquisition unit, a replacement question answer acquisition unit that acquires an answer to the question sentence replaced by the question replacement unit, and a question sentence An answer output means for outputting an answer to the question answering means, and when the partial question answer obtaining means obtains a plurality of answers, the replacement question answer obtaining means assigns the partial question part of the question sentence to each of the plurality of answers. Answers to the replaced question sentences are acquired, and the answer output means outputs a predetermined number of answers from the answers acquired by the replacement question answer acquisition means .

この場合、質問応答装置は、部分質問に対する回答が複数ある場合に、代表的な回答を出力することができる。   In this case, the question answering apparatus can output a representative answer when there are a plurality of answers to the partial question.

また、本発明の質問応答装置において、質問文を受け付ける質問文受付手段と、質問文の一部である部分質問を抽出する部分質問抽出手段と、部分質問の回答を取得する部分質問回答取得手段と、質問文における部分質問の箇所を、部分質問回答取得手段が取得した回答に置き換える質問置換手段と、質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、質問文に対する回答を出力する回答出力手段と、部分質問の回答が得られない場合、質問文の回答を取得する全体質問回答取得手段と、を備え、回答出力手段は、全体質問回答取得手段が取得した回答を出力する。 Further, in the question answering apparatus of the present invention, a question sentence accepting means for accepting a question sentence, a partial question extracting means for extracting a partial question that is a part of the question sentence, and a partial question answer obtaining means for obtaining an answer to the partial question A question replacement unit that replaces the portion of the partial question in the question sentence with an answer acquired by the partial question answer acquisition unit, a replacement question answer acquisition unit that acquires an answer to the question sentence replaced by the question replacement unit, and a question sentence An answer output means for outputting an answer to and a whole question answer obtaining means for obtaining an answer to a question sentence when a partial question answer cannot be obtained . The answer output means is obtained by the whole question answer obtaining means. Output the answer.

この場合、質問応答装置は、部分的に質問が存在しない場合でも、受け付けた質問文全体の回答を出力することができる。   In this case, the question answering apparatus can output the answer of the entire accepted question sentence even when there is no question partially.

また、本発明の質問応答装置において、質問文を受け付ける質問文受付手段と、質問文の一部である部分質問を抽出する部分質問抽出手段と、部分質問の回答を取得する部分質問回答取得手段と、質問文における部分質問の箇所を、部分質問回答取得手段が取得した回答に置き換える質問置換手段と、質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、質問文に対する回答を出力する回答出力手段と、を備え、部分質問回答取得手段は、付記的部分を有する回答を取得した場合、付記的部分を削除した回答を部分質問の回答としてもよい。この場合、質問応答装置は、付記的な箇所を取り除いて質問文を置き換えるため、より正確に回答を得ることができる。 Further, in the question answering apparatus of the present invention, a question sentence accepting means for accepting a question sentence, a partial question extracting means for extracting a partial question that is a part of the question sentence, and a partial question answer obtaining means for obtaining an answer to the partial question A question replacement unit that replaces the portion of the partial question in the question sentence with an answer acquired by the partial question answer acquisition unit, a replacement question answer acquisition unit that acquires an answer to the question sentence replaced by the question replacement unit, and a question sentence Answer output means for outputting an answer to the answer, and the partial question answer acquisition means may take the answer from which the supplementary part is deleted as the answer to the partial question when acquiring the answer having the supplementary part. In this case, since the question answering device removes the additional part and replaces the question sentence, the answer can be obtained more accurately.

本発明によれば、質問文に含まれる部分的な質問を抽出して、部分的な質問箇所を、部分的な質問の回答に置き換えて、質問の回答を取得するため、別の質問を含む質問文に対して回答することができる。   According to the present invention, a partial question included in a question sentence is extracted, a partial question portion is replaced with an answer to the partial question, and another question is included to obtain the answer to the question. You can answer questions.

質問応答装置100の機能を示すブロック図である。3 is a block diagram illustrating functions of a question answering apparatus 100. FIG. 質問応答装置100のハードウェア構成図である。2 is a hardware configuration diagram of the question answering apparatus 100. FIG. entity−property型回答DB108で保持しているデータの一例を示す図である。It is a figure which shows an example of the data currently hold | maintained in entity-property type | mold reply DB108. 一問一答型回答DB110で保持しているデータの一例を示す図である。It is a figure which shows an example of the data currently hold | maintained in 1 question 1 type | formula answer DB110. entity−property型の質問回答の処理を示すフローチャートである。It is a flowchart which shows the process of an entity-property type question answer. 質問文に対する回答処理を示すフローチャートである。It is a flowchart which shows the reply process with respect to a question sentence. 質問文に対する回答処理を示すフローチャートである。It is a flowchart which shows the reply process with respect to a question sentence.

添付図面を参照しながら本発明の実施形態を説明する。可能な場合には、同一部分には同一の符号を付して、重複する説明を省略する。   Embodiments of the present invention will be described with reference to the accompanying drawings. When possible, the same parts are denoted by the same reference numerals, and redundant description is omitted.

図1は、本実施形態の質問応答装置の機能を示すブロック図である。質問応答装置は、サーバ装置、端末装置等の種々の情報処理装置である。   FIG. 1 is a block diagram illustrating functions of the question answering apparatus according to the present embodiment. The question answering device is various information processing devices such as a server device and a terminal device.

本実施形態の質問応答装置100の機能構成を示すブロック図である。図1に示されるように、質問応答装置100は、質問受付部101(質問文受付手段)、部分質問抽出部102(部分質問抽出手段)、チェックワードリスト103、回答取得部104(部分質問回答取得手段、置換質問回答取得手段、全体質問回答取得手段)、質問編集部105(質問置換手段)、回答生成部106、entity−property型質問回答部107、entity−property型回答DB部108、一問一答型質問回答部109、一問一答型回答DB部110、及び回答出力部111(回答出力手段)を含んで構成されている。   It is a block diagram which shows the function structure of the question answering apparatus 100 of this embodiment. As shown in FIG. 1, the question answering apparatus 100 includes a question accepting unit 101 (question sentence accepting unit), a partial question extracting unit 102 (partial question extracting unit), a check word list 103, and an answer obtaining unit 104 (partial question answer). Acquisition means, replacement question answer acquisition means, overall question answer acquisition means), question editing section 105 (question replacement means), answer generation section 106, entity-property type question answering section 107, entity-property type answer DB section 108, one A question-and-answer-type question answering unit 109, a question-and-answer-type answer DB unit 110, and an answer output unit 111 (answer output means) are configured.

図2は、質問応答装置100のハードウェア構成図である。図2に示される質問応答装置100は、物理的には、図2に示すように、1又は複数のCPU11、主記憶装置であるRAM12及びROM13、入力デバイスであるキーボード及びマウス等の入力装置14、ディスプレイ等の出力装置15、ネットワークカード等のデータ送受信デバイスである通信モジュール16、半導体メモリ等の補助記憶装置17などを含むコンピュータシステムとして構成されている。図2における各機能は、図3に示すCPU11、RAM12等のハードウェア上に所定のコンピュータソフトウェアを読み込ませることにより、CPU11の制御のもとで入力装置14、出力装置15、通信モジュール16を動作させるとともに、RAM12や補助記憶装置17におけるデータの読み出し及び書き込みを行うことで実現される。以下、図1に示す機能ブロックに基づいて、各機能ブロックを説明する。   FIG. 2 is a hardware configuration diagram of the question answering apparatus 100. As shown in FIG. 2, the question answering apparatus 100 shown in FIG. 2 physically includes one or a plurality of CPUs 11, a main memory RAM 12 and ROM 13, and input devices 14 such as a keyboard and a mouse. The computer system includes an output device 15 such as a display, a communication module 16 that is a data transmission / reception device such as a network card, an auxiliary storage device 17 such as a semiconductor memory, and the like. Each function in FIG. 2 operates the input device 14, the output device 15, and the communication module 16 under the control of the CPU 11 by reading predetermined computer software on the hardware such as the CPU 11 and the RAM 12 shown in FIG. 3. In addition, it is realized by reading and writing data in the RAM 12 and the auxiliary storage device 17. Hereinafter, each functional block will be described based on the functional blocks shown in FIG.

質問受付部101は、テキスト情報(音声入力情報をテキスト変換した情報も含む)からなる質問文を受け付ける。具体的には、質問受付部101は、他の装置から通信ネットワークを介して質問文を受け付けたり、入力装置14により入力された質問文を受け付けたりする。   The question receiving unit 101 receives a question sentence including text information (including information obtained by converting voice input information into text). Specifically, the question accepting unit 101 accepts a question sentence from another device via a communication network, or accepts a question sentence input by the input device 14.

部分質問抽出部102は、形態素に基づいて質問文の一部である部分質問を抽出する。具体的に、部分質問抽出部102は、入力された質問文に対して形態素解析を行い、質問文を形態素に分割する。そして、部分質問抽出部102は、質問文全体から部分質問を抽出する。部分質問抽出部102は、予め部分質問を抽出できるように学習したモデルである学習モデルを定義しておき、当該学習モデルに基づき部分質問を抽出する。ここでいう学習モデルとは、質問文のパターン(質問文に用いられる単語に基づいたパターン)を定義したモデルである。   The partial question extraction unit 102 extracts a partial question that is a part of the question sentence based on the morphemes. Specifically, the partial question extraction unit 102 performs morphological analysis on the input question sentence, and divides the question sentence into morphemes. And the partial question extraction part 102 extracts a partial question from the whole question sentence. The partial question extraction unit 102 defines a learning model that is a model learned so that partial questions can be extracted in advance, and extracts partial questions based on the learning model. The learning model here is a model that defines a question sentence pattern (a pattern based on a word used in a question sentence).

さらに、部分質問抽出部102は、部分質問を抽出すると、当該部分質問を検証し、部分質問として適切であるか否かを判断する。詳細は、後述する。   Furthermore, when the partial question extraction unit 102 extracts the partial question, the partial question extraction unit 102 verifies the partial question and determines whether or not the partial question is appropriate. Details will be described later.

チェックワードリスト103は、部分質問が適切であるか否かを判断するためのワードを保持するリスト(部分質問用のチェックワードリスト)を管理するデータベースである。具体的に、チェックワードリスト103は、2つのリストを保持する。具体的には、第1のチェックワードリストであるチェックワードリスト103aは、「標高」「高さ」「大きさ」「作者」「著者」「誕生日」「首相」「大統領」「代表作」「掲載年」「日本で」「世界で」「一番」等の単語や表現を含むリストである。第2のチェックワードリストであるチェックワードリスト103bは、「標高」「高さ」「大きさ」「作者」「著者」「誕生日」「首相」「大統領」「代表作」「掲載年」等の単語や表現を含むリストである。チェックワードリスト103a及びチェックワードリスト103bは、質問形式の文章であるか否かを判断するため単語のリストである。   The check word list 103 is a database that manages a list (check word list for partial questions) that holds words for determining whether or not a partial question is appropriate. Specifically, the check word list 103 holds two lists. Specifically, the check word list 103a which is the first check word list includes “elevation” “height” “size” “author” “author” “birthday” “prime” “president” “representative work” “ It is a list that includes words and expressions such as “Year of publication”, “In Japan”, “In the world”, “Best”. The check word list 103b, which is the second check word list, includes “elevation”, “height”, “size”, “author”, “author”, “birthday”, “prime”, “president”, “masterpiece”, “published year”, etc. A list containing words and expressions. The check word list 103a and the check word list 103b are lists of words for determining whether the sentence is a question-type sentence.

回答取得部104は、全体質問(質問受付部101が受け付けた質問全体)、部分質問、及び全体質問の部分質問箇所を、部分質問の回答に置き換えた質問である置換質問の何れかの回答を取得する。具体的には、回答取得部104は、全体質問、部分質問、及び置換質問の何れかを回答生成部106へ出力し、当該回答生成部106から質問の回答を取得する。   The answer acquisition unit 104 receives any answer of the replacement question, which is a question obtained by replacing the entire question (the entire question received by the question receiving unit 101), the partial question, and the partial question portion of the whole question with the answer of the partial question. get. Specifically, the answer acquisition unit 104 outputs any of the whole question, the partial question, and the replacement question to the answer generation unit 106, and acquires the question answer from the answer generation unit 106.

回答生成部106は、回答取得部104から所定の質問文(全体質問、部分質問、及び置換質問の何れか)を取得し、当該質問文の回答を回答取得部104へ出力する。回答生成部106は、entity−property型質問回答部107、entity−property型DB108、一問一答型質問回答部109、及び一問一答型回答DB110を有する。   The answer generation unit 106 acquires a predetermined question sentence (any one of the whole question, the partial question, and the replacement question) from the answer acquisition unit 104, and outputs an answer to the question sentence to the answer acquisition unit 104. The answer generation unit 106 includes an entity-property type question answering unit 107, an entity-property type DB 108, a one-question-and-answer-type question answering unit 109, and a one-question-and-answer-type answer DB 110.

回答生成部106は、entity−property型質問回答部107による回答結果、及び一問一答型質問回答部109による回答結果に基づいた、出力用の回答結果を回答取得部104へ出力する。具体的には、回答生成部106は、entity−property型質問回答部107により回答が得られた場合、当該回答を出力用の回答結果として出力し、一問一答型質問回答部109により回答が得られた場合、当該回答を出力用の回答結果として出力し、entity−property型質問回答部107及び一問一答型質問回答部109の何れからも回答が得られなかった場合、回答が得られなかった旨(例えば、「回答なし」)を出力用の回答結果として出力する。   The answer generation unit 106 outputs an answer result for output to the answer acquisition unit 104 based on the answer result by the entity-property type question answering unit 107 and the answer result by the one-question-type question answering unit 109. Specifically, when an answer is obtained by the entity-property type question answering unit 107, the answer generating unit 106 outputs the answer as an answer result for output, and the one question one type question answering unit 109 answers Is obtained as an answer result for output, and if no answer is obtained from either the entity-property type question answering unit 107 or the one-question-type question answering unit 109, the answer is The fact that it was not obtained (for example, “no answer”) is output as an answer result for output.

entity−property型質問回答部107は、entity−property型の質問を受け付けた場合、entity−property型回答DB108を参照して回答する。ここで、entity−property型質問とは、所定の対象物の属性を問い合わせる質問をいう。   When the entity-property type question answering unit 107 receives an entity-property type question, the entity-property type question answering unit 107 answers with reference to the entity-property type answer DB 108. Here, the entity-property question refers to a question that inquires about an attribute of a predetermined object.

entity−property型回答DB108は、entity−property型の質問・回答を管理するデータベースである。図3にentity−property型回答DB110のデータ例を示す。図3に示すように、entity−property型回答DB110は、対象物を示す「entity」と、属性を示す「property」と、値を示す「value」とが対応付けられた情報を管理している。   The entity-property type answer DB 108 is a database that manages entity-property type questions and answers. FIG. 3 shows a data example of the entity-property type answer DB 110. As shown in FIG. 3, the entity-property type response DB 110 manages information in which “entity” indicating an object, “property” indicating an attribute, and “value” indicating a value are associated with each other. .

図3の例では、entityが「富士山」で、propertyが「標高」である場合、valueが「3776m」であることを示している。すなわち、富士山の標高が3776mであることを示している。entity−property型質問回答部107による処理の詳細は、後述する。   In the example of FIG. 3, when entity is “Mt. Fuji” and property is “elevation”, the value is “3776 m”. That is, the altitude of Mt. Fuji is 3776 m. Details of processing by the entity-property type question answering unit 107 will be described later.

一問一答型質問回答部109は、一問一答型の質問を受け付けた場合、一問一答型回答DB110を参照して回答する。   When the question-and-answer-type question answering unit 109 accepts a question-and-answer-type question, the answering unit 109 answers by referring to the question-and-answer-type answer DB 110.

一問一答型回答DB110は、一問一答型の質問・回答を管理するデータベースである。図4に一問一答型回答DB108のデータ例を示す。図4に示すように、一問一答型回答DB108は、質問を意味する「question」と、当該質問の回答を意味する「answer」とを有する。図4に示すデータ例によれば、「世界で一番高い山」という質問に対する答えが「エベレスト」であることを示している。   The question-and-answer-type answer DB 110 is a database that manages question-and-answer-type questions and answers. FIG. 4 shows an example of data in the one-answer-one-answer type DB 108. As shown in FIG. 4, the question-and-answer type answer DB 108 has “question” that means a question and “answer” that means an answer to the question. According to the data example shown in FIG. 4, the answer to the question “the highest mountain in the world” is “Everest”.

回答出力部111は、回答取得部104が取得した、置換質問の回答又は全体質問の回答を出力する。具体的には、回答出力部111は、質問文を送信した外部装置に対して回答を送信したり、質問応答装置100が備える出力装置15へ回答を出力したりする。   The answer output unit 111 outputs the answer to the replacement question or the answer to the entire question acquired by the answer acquiring unit 104. Specifically, the answer output unit 111 transmits an answer to the external device that has transmitted the question text, or outputs the answer to the output device 15 included in the question answering device 100.

続いて、回答生成部106が質問の回答を生成する処理を説明する。最初に、entity−property型質問回答部107によるentity−property型質問の回答処理を図5に示すフローチャートを用いて説明する。   Next, processing in which the answer generation unit 106 generates a question answer will be described. First, the answering process of the entity-property question by the entity-property question answering unit 107 will be described with reference to the flowchart shown in FIG.

entity−property型質問回答部107は、最初に質問文を受け付けると(ステップS1)、形態素解析を実行する(ステップS2)。たとえば「富士山の高さは」という質問に対し、entity−property型質問回答部107は、“富士山/の/高さ/は”というように形態素単位に分ける。   When the entity-property type question answering unit 107 first receives a question sentence (step S1), it executes morphological analysis (step S2). For example, in response to the question “Mt. Fuji is the height”, the entity-property type question answering unit 107 divides the morpheme unit as “Mt. Fuji // height / is”.

続いて、entity−property型質問回答部107は、entityの抽出を行う。entity−property型質問回答部107は、例えば、条件付確率場(CRF)などの機械学習を用いて抽出する。entity−property型質問回答部107は、上記形態素の品詞や隣接する形態素の関係に基づいて、entityの抽出を行う。   Subsequently, the entity-property type question answering unit 107 extracts the entity. The entity-property type question answering unit 107 extracts using machine learning such as a conditional random field (CRF), for example. The entity-property question answering unit 107 extracts entities based on the part of speech of the morpheme and the relationship between adjacent morphemes.

上記の質問例(「富士山の高さは」)の場合、entity−property型質問回答部107は、「富士山」をentityとして抽出する(ステップS3)。   In the case of the above question example (“the height of Mt. Fuji”), the entity-property type question answering unit 107 extracts “Mt. Fuji” as an entity (step S3).

続いてentity−property型質問回答部107は、propertyの判定を行う(ステップS4)。具体的に、entity−property型質問回答部107は、例えばマルチクラスSVMのような機械学習によってpropertyを判定する。entity−property型質問回答部107は、上記形態素の品詞や隣接する形態素の関係に基づいて、形態素がpropertyであるか否かを判定し、propertyを特定する。propertyとして予め「標高」、「作者」、「誕生日」等が定義されている場合、entity−property型質問回答部107は、上述の質問例から「標高」がpropertyであると判定する。   Subsequently, the entity-property type question answering unit 107 determines property (step S4). Specifically, the entity-property type question answering unit 107 determines the property by machine learning such as multi-class SVM. The entity-property type question answering unit 107 determines whether or not the morpheme is property based on the part of speech of the morpheme or the relationship between adjacent morphemes, and identifies the property. When “elevation”, “author”, “birthday”, etc. are defined in advance as property, the entity-property type question answering unit 107 determines that “elevation” is “property” from the above-described question example.

続いてentity−property型質問回答部107は、propertyの検証を行う(ステップS5)。entity−property型質問回答部107は、予め定義されている検証ワードリストを参照して、上記判定したpropertyが適切であるか否かを検証する。   Subsequently, the entity-property type question answering unit 107 verifies the property (step S5). The entity-property type question answering unit 107 verifies whether or not the determined property is appropriate with reference to a predefined verification word list.

例えば、「標高」のpropertyに対応する検証ワードとして、「標高」、「高さ」「大きさ」等のワードが定義されているものとする。上述の質問例では、「高さ」が含まれているため、entity−property型質問回答部107は、検証結果として問題ないと判断し、property判定結果の「標高」を有効とする。   For example, assume that words such as “elevation”, “height”, and “size” are defined as verification words corresponding to the “elevation” property. In the above question example, since “height” is included, the entity-property type question answering unit 107 determines that there is no problem as a verification result, and validates “elevation” of the property determination result.

そして、entity−property型質問回答部107は、抽出されたentity「富士山」とproperty「標高」とを検索キーとして、entity-property型回答DB110を検索し、回答「3776m」を得る(ステップS6)。entity−property型質問回答部107は、取得した回答を出力し(ステップS7)、処理を終える。   Then, the entity-property type question answering unit 107 searches the entity-property type answer DB 110 using the extracted entity “Mt. Fuji” and the property “elevation” as search keys to obtain an answer “3776m” (step S6). . The entity-property type question answering unit 107 outputs the obtained answer (step S7) and ends the process.

続いて、一問一答型質問回答部109が実行する一問一答型の回答処理を説明する。一例として、質問文が入力されると、一問一答型質問回答部109は、キーワードと関係しない特定の語尾等(例えば、「は」、「か」、「ですか」)を除去した後、語尾を除去した質問文をクエリとして、一問一答型回答DB110を検索し、回答を得る。たとえば「日本で一番高い山は」という質問が入力されると、一問一答型質問回答部109は、語尾の「は」を除去したのち、「日本で一番高い山」というクエリによって一問一答型回答DB110を検索し、「富士山」という回答を得る。ただし、必ずしも回答が得られるとは限らず、回答が得られない場合は、一問一答型質問回答部109は、回答結果として「回答なし」と出力する。   Next, the question-and-answer type answering process executed by the question-and-answer-type question answering unit 109 will be described. As an example, when a question sentence is input, the question-and-answer type question answering unit 109 removes specific endings (eg, “ha”, “ka”, “do”) that are not related to the keyword. The question sentence from which the ending is removed is used as a query to search the one-answer-one-answer type DB 110 to obtain an answer. For example, when the question “the highest mountain in Japan” is input, the question-and-answer type question answering unit 109 removes the word “ha” from the end of the word, and then executes the query “the highest mountain in Japan”. The question-and-answer-type answer DB 110 is searched to obtain an answer “Mt. Fuji”. However, it is not always possible to obtain an answer. If no answer is obtained, the question-and-answer type question answering unit 109 outputs “no answer” as the answer result.

回答生成部106は、entity−property型及び一問一答型の質問の回答を生成する場合について述べたが、他の形式の質問を回答するようにしてもよい。具体的に、正規表現型の質問の回答を生成するようにしてもよい。例えば、「1+1=」のように、様々な数字が入り得る計算質問の場合、正規表現のパターン(例えば、「数字+数字」等)と質問とをマッチングし、任意の計算質問を抽出し、数字による足し算計算を実行することができる。   Although the answer generation unit 106 has described the case of generating an answer for an entity-property type and one-question-and-answer type question, it may be configured to answer other types of questions. Specifically, a regular expression type question answer may be generated. For example, in the case of a calculation question that can contain various numbers such as “1 + 1 =”, a regular expression pattern (for example, “number + number”, etc.) is matched with the question, and an arbitrary calculation question is extracted. Addition calculation by numbers can be executed.

(全体処理の説明)
続いて、質問応答装置100が実行する全体処理を、図6に示すフローチャートを用いて説明する。ここで全体処理とは、質問文を受け付けて、当該質問文から部分質問を抽出し、当該部分質問の箇所を部分質問の回答に置き換えて、置き換えた質問の回答を出力する処理をいう。
(Description of overall processing)
Next, the overall processing executed by the question answering apparatus 100 will be described using the flowchart shown in FIG. Here, the whole process refers to a process of receiving a question sentence, extracting a partial question from the question sentence, replacing the portion of the partial question with an answer of the partial question, and outputting the answer of the replaced question.

最初に、質問受付部101が、質問文を受け付けると(ステップS11)、部分質問抽出部102が上記質問文に対して形態素解析を行い、質問文を形態素に分割する(ステップS12)。   First, when the question receiving unit 101 receives a question sentence (step S11), the partial question extracting unit 102 performs morphological analysis on the question sentence, and divides the question sentence into morphemes (step S12).

例えば、「○△△×の作者の誕生日は」という質問文を受け付けた場合、部分質問抽出部102は、「○△△×」「の」「作者」「の」「誕生日」「は」と分割する。   For example, when a question sentence “What is the birthday of the author of △△△ ×” is received, the partial question extraction unit 102 determines that “○ △△ ×”, “no”, “author”, “no”, “birthday”, “ha”. ".

次に、部分質問抽出部102は、質問全体から部分質問を抽出する(ステップS13)。部分質問抽出部102は、例えば、条件付確率場(CRF)などの機械学習を用いて部分質問を抽出する。すなわち、部分質問抽出部102は、予め部分質問を抽出できるように学習したモデルである学習モデルを定義しておき、当該学習モデルに基づき部分質問を抽出する。例えば、上述の質問文の場合、部分質問抽出部102は、助詞である“の”と、質問文によく使用される名詞である“作者”とに基づいて部分質問があると判断する。そして、部分質問抽出部102は、上記の質問例では「○△△×の作者」を部分質問として抽出する。   Next, the partial question extraction part 102 extracts a partial question from the whole question (step S13). The partial question extraction unit 102 extracts a partial question using machine learning such as a conditional random field (CRF), for example. That is, the partial question extraction unit 102 defines a learning model that is a model learned so that partial questions can be extracted in advance, and extracts partial questions based on the learning model. For example, in the case of the above-described question sentence, the partial question extraction unit 102 determines that there is a partial question based on “no” as a particle and “author” as a noun often used in the question sentence. Then, the partial question extracting unit 102 extracts “the author of ○ ΔΔ ×” as the partial question in the above example of the question.

部分質問抽出部102が部分質問を抽出しなかった場合(ステップS14;NO)、ステップS22へ移動する。   If the partial question extraction unit 102 does not extract a partial question (step S14; NO), the process moves to step S22.

部分質問抽出部102が部分質問を抽出した場合(ステップS14;YES)、部分質問抽出部102は、当該部分質問を検証する(ステップS15)。具体的に、部分質問抽出部102は、部分質問がチェックワードリスト103aに含まれる単語や表現を含んでいるか否かを判断する。上述の例では、「○△△×の作者」が部分質問であるため、「作者」という単語を含んでおり、チェックワードリスト103aの単語を含むことになる。   When the partial question extraction unit 102 extracts a partial question (step S14; YES), the partial question extraction unit 102 verifies the partial question (step S15). Specifically, the partial question extraction unit 102 determines whether or not the partial question includes a word or expression included in the check word list 103a. In the above example, “author of ◯ ΔΔ ×” is a partial question, and therefore includes the word “author” and includes the word of the check word list 103a.

また、部分質問抽出部102は、部分質問以外の質問文においてチェックワードリスト103bに含まれる単語や表現を含んでいるか否かを判断する。上述の例では、「の誕生日は」が部分質問を除いた部分であり、当該部分においてチェックワードリスト103bに含まれる単語「誕生日」を含むことになる。なお、チェックワードリスト103a、103bの2つのチェックワードリスト103a、103bを用いて、部分質問のチェック及び、質問文における部分質問以外のチェックを行う場合について述べたが、1つのチェックワードリストを用いて部分質問のチェック及び、質問文における部分質問以外のチェックを行うようにしてもよい。   Further, the partial question extraction unit 102 determines whether a question sentence other than the partial question includes a word or expression included in the check word list 103b. In the above-described example, “birthday” is a portion excluding the partial question, and the word “birthday” included in the check word list 103b is included in the portion. In addition, although the case where the check of the partial question and the check other than the partial question in the question sentence is performed using the two check word lists 103a and 103b of the check word lists 103a and 103b has been described, one check word list is used. It is also possible to check partial questions and check other than partial questions in a question sentence.

上述のように、部分質問抽出部102は、上記の2つのチェックを通して部分質問が適切であるか否かを判断(すなわち、部分質問を有する質問形式であるか否かを判断)する。上述の例の場合、部分質問抽出部102は、チェックワードリスト103aを用いた適正判断、及びチェックワードリスト103bを用いた適正判断ともに適切と判断したため、部分質問として適切であると判断し(ステップS16;YES)、ステップS17へ移動する。   As described above, the partial question extraction unit 102 determines whether or not the partial question is appropriate through the above two checks (that is, determines whether or not the question format has a partial question). In the case of the above-described example, the partial question extraction unit 102 determines that both the appropriate determination using the check word list 103a and the appropriate determination using the check word list 103b are appropriate. S16; YES), move to step S17.

なお、部分質問抽出部102は、チェックワードリスト103aを用いた適正判断、及びチェックワードリスト103bを用いた適正判断の少なくともいずれか一方が不適切である場合、部分質問として不適切であると判断し(ステップS16;NO)、ステップS22へ移動する。   The partial question extraction unit 102 determines that the partial question is inappropriate when at least one of the appropriate judgment using the check word list 103a and the appropriate judgment using the check word list 103b is inappropriate. (Step S16; NO), the process moves to Step S22.

なお、部分質問の検証方法は、上記の例に限られず、例えば、チェックワードリスト103aのみ保持し、部分質問内がチェックワードリスト103aの単語や表現を含む場合に、部分質問抽出部102が部分質問として適切であると判断するようにしてもよい。   The method for verifying the partial question is not limited to the above example. For example, when the partial question includes only the check word list 103a and the partial question includes the words and expressions of the check word list 103a, the partial question extraction unit 102 performs partial verification. You may make it judge that it is appropriate as a question.

さらに別の部分質問の検証方法として、チェックワードリスト103bのみ用意して、質問文における部分質問を除いた箇所がチェックワードリスト103bの単語や表現を含む場合に、部分質問抽出部102が、部分質問として適切であると判断するようにしてもよい。   As another partial question verification method, when only the check word list 103b is prepared, and the portion excluding the partial question in the question sentence includes the words and expressions of the check word list 103b, the partial question extraction unit 102 You may make it judge that it is appropriate as a question.

ステップS17では、回答取得部104が、部分質問を回答生成部106へ出力すると共に、部分質問の回答要求を行う(ステップS17)。   In step S17, the answer acquisition unit 104 outputs the partial question to the answer generation unit 106 and makes a partial question answer request (step S17).

回答取得部104は、部分質問の回答を取得した場合(ステップS18;YES)、例えば、上記の部分質問「○△△×の作者」に対して「山田○○」という回答を取得した場合、上記のステップS19へ移動する。回答取得部104は、部分質問の回答を取得しなかった場合(ステップS18;NO)、ステップS22へ移動する。   When the answer acquisition unit 104 acquires the answer to the partial question (step S18; YES), for example, when the answer “Yamada XX” is acquired for the above-mentioned partial question “the author of XX”, Move to step S19. If the answer acquisition unit 104 has not acquired an answer to the partial question (step S18; NO), the answer acquisition unit 104 moves to step S22.

ステップS19では、質問編集部105は、質問文に対して、部分質問の箇所である「○△△×の作者」を、当該部分質問の回答である「山田○○」に置き換える。   In step S19, the question editing unit 105 replaces “the author of ○ ΔΔ ×”, which is the portion of the partial question, with “Yamada ○○”, which is the answer to the partial question, for the question sentence.

ところで、部分質問の回答として、付記的情報が含まれている場合がある。例えば、「□○国の首長」という質問に対し「[大統領]○△×<改行コード>(2013年4月時点)」という回答が得られたとする。ここで、<改行コード>は改行コードが含まれていることを示している。また、上記回答には、「(2013年4月時点)」と記載のように括弧も含まれている。   By the way, additional information may be included as an answer to the partial question. For example, it is assumed that an answer “[President] ○ △ × <Line feed code> (as of April 2013)” is obtained in response to the question “Head of □ ○ country”. Here, <new line code> indicates that a new line code is included. In addition, parentheses are included in the above answer as described in “(as of April 2013)”.

このような場合に、質問編集部105は、改行コード以降の回答部分を削除したり、括弧内の部分を削除したりしたものを部分質問の回答としてもよい。すなわち、質問編集部105は、得られた回答の内、付記的部分(改行コード以降の回答部分、括弧内の部分)を除去したものを部分回答とする。これにより、質問編集部105は、回答の本質的部分を部分回答とすることができる。   In such a case, the question editing unit 105 may delete the answer part after the line feed code or delete the part in parentheses as the answer to the partial question. That is, the question editing unit 105 sets a part of the obtained answer by removing the additional part (the answer part after the line feed code and the part in parentheses). Thereby, the question edit part 105 can make the essential part of an answer into a partial answer.

質問編集部105が、質問文における部分質問の箇所を部分質問の回答に置き換えた後に、回答取得部104は、置き換えた質問を回答生成部106へ出力すると共に、回答生成部106へ回答要求を行い、質問の回答を取得する(ステップS20)。   After the question editing unit 105 replaces the portion of the partial question in the question sentence with the answer of the partial question, the answer acquisition unit 104 outputs the replaced question to the answer generation unit 106 and sends an answer request to the answer generation unit 106. To obtain an answer to the question (step S20).

回答取得部104が回答を取得しなかった場合(ステップS21;NO)、ステップS22へ移動し、回答取得部104が回答を取得した場合(ステップS21;YES)、ステップS24へ移動する。   If the answer acquisition unit 104 does not acquire an answer (step S21; NO), the process moves to step S22. If the answer acquisition unit 104 acquires an answer (step S21; YES), the process moves to step S24.

ステップS22では、部分質問を抽出できなかった場合(ステップS14、S16でNOのとき)又は、部分質問を抽出できた場合でも当該部分質問に対する回答を得られなかった場合(ステップS18でNOのとき)に、回答取得部104は、質問受付部101が受け付けた質問を回答生成部106へ出力すると共に、回答要求を行う(ステップS22)。   In step S22, when a partial question could not be extracted (NO in steps S14 and S16), or when a partial question could be extracted, an answer to the partial question could not be obtained (NO in step S18) ), The answer acquisition unit 104 outputs the question accepted by the question accepting unit 101 to the answer generating unit 106 and makes an answer request (step S22).

ステップS22において、回答取得部104が回答を取得した場合(ステップS23;YES)、ステップS24へ移動し、回答取得部104が回答を取得しなかった場合(ステップS23;NO)、処理を終了する。   In step S22, when the answer acquisition unit 104 acquires an answer (step S23; YES), the process moves to step S24, and when the answer acquisition unit 104 does not acquire an answer (step S23; NO), the process ends. .

ステップS23又はステップS21において回答を取得した場合、、回答出力部111は、回答取得部104が取得した回答を出力して(ステップS24)、処理を終了する。   When an answer is acquired in step S23 or step S21, the answer output unit 111 outputs the answer acquired by the answer acquisition unit 104 (step S24) and ends the process.

(変形例)
変形例では、部分質問の回答が複数ある場合の処理について述べる。変形例における、回答取得処理のフローチャートを図7に示す。なお、質問応答装置100の構成は、図1と同様である。
(Modification)
In the modified example, processing when there are a plurality of partial question answers will be described. FIG. 7 shows a flowchart of the answer acquisition process in the modification. The configuration of the question answering apparatus 100 is the same as that shown in FIG.

ステップS31〜ステップS37は、ステップS11〜ステップS18とそれぞれ同様であり、ステップS42及びステップS43は、ステップS22及びステップS23とそれぞれ同様であるため省略する。   Steps S31 to S37 are the same as Steps S11 to S18, respectively, and Steps S42 and S43 are the same as Steps S22 and S23, respectively.

部分質問抽出部102は、部分質問を抽出する。質問文が「山田○○の代表作の掲載年は」である場合、「山田○○の代表作」という部分質問を抽出し、回答取得部104は、当該部分質問に対する回答を取得する(ステップS31―S37)。   The partial question extraction unit 102 extracts partial questions. When the question sentence is “Year of Yamada XX's representative work”, a partial question “Yamada XX's representative work” is extracted, and the answer acquisition unit 104 acquires an answer to the partial question (step S31— S37).

質問編集部105は、回答取得部104が回答を取得した場合において(ステップS38;YES)、回答取得部104が取得した部分質問の回答が複数(例えばN件)ある場合、質問文における、部分質問の箇所を各部分質問の回答に置換する(ステップS39)。即ち、質問編集部105は、部分質問の回答数分(即ちN件)、置換後の質問文を生成する。   When the answer acquisition unit 104 has acquired an answer (step S38; YES), the question editing unit 105 has a plurality of (for example, N) answers to the partial question acquired by the answer acquisition unit 104. The question part is replaced with the answer of each partial question (step S39). That is, the question editing unit 105 generates question sentences after replacement for the number of answers to the partial questions (that is, N).

回答取得部104は、質問編集部105が生成した質問文を回答生成部106へ出力すると共に、回答要求を行う(ステップS40)。質問編集部105が複数の質問文を生成した場合、回答取得部104は、全ての質問文を回答生成部106へ出力する。   The answer acquisition unit 104 outputs the question sentence generated by the question editing unit 105 to the answer generation unit 106 and makes an answer request (step S40). When the question editing unit 105 generates a plurality of question sentences, the answer acquisition unit 104 outputs all the question sentences to the answer generation unit 106.

回答取得部104は、1つも回答を取得できなかった場合(ステップS41;NO)、ステップS42へ移動する。   If no answer can be acquired (step S41; NO), the answer acquiring unit 104 moves to step S42.

回答取得部104は、1つ以上の回答を取得した場合(ステップS41;YES)、ステップS44へ移動し、取得した回答を出力する。この際に、全ての回答を出力せずに、取得した回答の内、一部の回答を出力するようにしてもよい。   When the answer acquisition unit 104 acquires one or more answers (step S41; YES), the answer acquisition unit 104 moves to step S44 and outputs the acquired answer. At this time, a part of the obtained answers may be output without outputting all the answers.

なお、置換質問に対する回答が、さらに複数ある場合もある。その場合においても、置換質問一つあたりM件の回答を出力することとする。したがって最大ではN×M個の回答が出力される。   There may be more than one answer to the replacement question. Even in that case, M answers will be output for each replacement question. Therefore, N × M answers are output at the maximum.

このように、質問応答装置100では、部分質問の回答が複数あることを許容することにより、ある部分質問の回答に置き換えた質問から回答が得られない場合にも、別の部分質問の回答に置き換えた質問の回答が得られれば、最終的には回答を提示することができるようになる。   As described above, in the question answering apparatus 100, by allowing a plurality of answers to a partial question, even when an answer cannot be obtained from a question replaced with an answer of a partial question, the answer to another partial question is obtained. If the answer to the replaced question is obtained, the answer can be finally presented.

次に、本実施形態の質問応答装置100の作用効果について説明する。質問応答装置100においては、質問受付部101が質問文を受け付け、部分質問抽出部102が質問文の一部である部分質問を抽出する。回答取得部104が部分質問の回答を取得し、質問編集部105が質問文における部分質問の箇所を、部分質問の回答に置き換える。回答取得部104が、置き換えた質問の回答を取得し、回答出力部111が、置き換えた質問の回答を出力する。   Next, the effect of the question answering apparatus 100 of this embodiment will be described. In the question answering apparatus 100, the question receiving unit 101 receives a question sentence, and the partial question extracting unit 102 extracts a partial question that is a part of the question sentence. The answer acquisition unit 104 acquires the answer to the partial question, and the question editing unit 105 replaces the part of the partial question in the question sentence with the answer to the partial question. The answer acquisition unit 104 acquires the answer of the replaced question, and the answer output unit 111 outputs the answer of the replaced question.

この場合、質問応答装置100は、質問文に含まれる部分的な質問を抽出して、部分的な質問箇所を、部分的な質問の回答に置き換える。そして、質問応答装置100は、置き換えた質問における回答を当初の質問の回答として取得するため、別の質問を含む質問文に対して正確に回答することができる。   In this case, the question answering apparatus 100 extracts a partial question included in the question sentence, and replaces the partial question portion with an answer to the partial question. And since the question answering apparatus 100 acquires the answer in the replaced question as the answer to the original question, it can accurately answer a question sentence including another question.

よって、質問応答装置100は、質問文中の単語を抽出して、当該単語をキーワードとして回答を得るという手法では回答が得られない複雑な質問であっても、正確に回答を得ることができる。   Therefore, the question answering apparatus 100 can accurately obtain an answer even for a complicated question that cannot be obtained by extracting a word in a question sentence and obtaining an answer using the word as a keyword.

例えば、ユーザが、ある作者の誕生日を知りたい場合に、その作者の名前を特定できないときでも、当該作者を特定し得る情報(例えば、代表作○○△)を含めた質問(○○△の作者の誕生日)を提示すれば、質問応答装置100は、回答を出力することができる。すなわち、質問応答装置100は、複雑な質問(比較的曖昧な質問)でも回答を出力することができる。   For example, when a user wants to know the date of birth of a certain author, even if the name of the author cannot be specified, a question (such as a representative work ○○ △) that includes information that can identify the author If the author's birthday) is presented, the question answering apparatus 100 can output the answer. That is, the question answering apparatus 100 can output an answer even for a complicated question (a relatively vague question).

また、質問応答装置100では、チェックワードリスト103aを有し、部分質問抽出部102は、部分質問にチェックワードリスト103aのワードが含まれているか否かに基づいて部分質問が適切であるか否かを判断し、回答取得部104は、部分質問が適切である場合に、部分質問の回答を取得するようにしてもよい。   In addition, the question answering apparatus 100 has the check word list 103a, and the partial question extraction unit 102 determines whether or not the partial question is appropriate based on whether or not the word of the check word list 103a is included in the partial question. The answer acquisition unit 104 may acquire the answer to the partial question when the partial question is appropriate.

この場合、質問応答装置100は、チェックワードリスト103aを用いて部分質問が適切であるか否かを判断するため、部分質問として適切ではないにも関わらず、部分質問として回答を取得してしまうことを回避することができる。   In this case, the question answering apparatus 100 uses the check word list 103a to determine whether or not the partial question is appropriate, and thus obtains an answer as the partial question even though it is not appropriate as the partial question. You can avoid that.

また、質問応答装置100では、チェックワードリスト103bを有し、部分質問抽出部102は、質問文の部分質問を除いた部分にチェックワードリスト103bが含まれているか否かに基づいて部分質問が適切であるか否かを判断し、回答取得部104は、部分質問が適切である場合に、部分質問の回答を取得するようにしてもよい。   Further, the question answering apparatus 100 has a check word list 103b, and the partial question extraction unit 102 determines whether the partial question is based on whether or not the check word list 103b is included in a portion excluding the partial question of the question sentence. It may be determined whether or not the answer is appropriate, and the answer acquisition unit 104 may acquire the answer to the partial question when the partial question is appropriate.

この場合も、質問応答装置100は、チェックワードリスト103bを用いて、質問文における部分質問が適切であるか否かを判断(質問文が部分質問を有する形式の質問文であるか否かを判断)するため、部分質問として適切ではないにも関わらず、部分質問として回答を取得してしまうことを回避することができる。   Also in this case, the question answering apparatus 100 determines whether the partial question in the question sentence is appropriate using the check word list 103b (whether the question sentence is a question sentence having a partial question or not). Therefore, it is possible to avoid obtaining an answer as a partial question even though it is not appropriate as a partial question.

質問応答装置100において、回答取得部104が、複数の回答を取得した場合、回答取得部104は、質問文の部分質問の箇所を、複数の回答のそれぞれに置き換えた質問文に対する回答を取得し、回答出力部111は、回答取得部104が取得した回答の中から、所定数の回答を出力してもよい。   In the question answering device 100, when the answer acquiring unit 104 acquires a plurality of answers, the answer acquiring unit 104 acquires an answer to the question sentence in which the part of the partial question in the question sentence is replaced with each of the plurality of answers. The answer output unit 111 may output a predetermined number of answers from the answers acquired by the answer acquisition unit 104.

この場合、質問応答装置100は、部分質問に対する回答が複数ある場合に、代表的な回答を出力することができる。   In this case, the question answering apparatus 100 can output a representative answer when there are a plurality of answers to the partial question.

質問応答装置100において、部分質問の回答が得られない場合、回答取得部104が質問文の回答を取得し、回答出力部111は、上記質問文の回答を出力してもよい。この場合、質問応答装置100は、部分的に質問が存在しない場合でも、受け付けた質問文全体の回答を出力することができる。   In the question answering device 100, when the answer to the partial question is not obtained, the answer obtaining unit 104 may obtain the answer to the question sentence, and the answer output unit 111 may output the answer to the question sentence. In this case, the question answering apparatus 100 can output the answer of the entire accepted question sentence even when there is no question partially.

質問応答装置100において、回答取得部104は、部分質問の回答として、括弧書きのような付記的部分を有する回答を取得した場合、付記的部分を削除した回答を部分質問の回答としてもよい。   In the question answering apparatus 100, when the answer acquisition unit 104 acquires an answer having an additional part such as parentheses as an answer to the partial question, the answer obtained by deleting the additional part may be used as the answer to the partial question.

この場合、質問応答装置100は、括弧書き部分のような回答として付記的な箇所を取り除いて質問文を置き換えるため、より正確に回答を得ることができる。   In this case, since the question answering apparatus 100 removes an additional part as an answer such as a bracketed part and replaces the question sentence, the answer can be obtained more accurately.

質問応答装置100において、回答取得部104は、部分質問の回答として、改行コード以降の文のような付記的部分を有する回答を取得した場合、改行コード以降の回答を削除した回答を部分質問の回答としてもよい。   In the question answering apparatus 100, when the answer acquiring unit 104 acquires an answer having an additional part such as a sentence after the line feed code as an answer to the partial question, the answer obtained by deleting the answer after the line feed code It may be an answer.

この場合、質問応答装置100は、改行コード以降の文のような、回答として付記的な箇所を取り除いて質問文を置き換えるため、より正確に回答を得ることができる。   In this case, since the question answering apparatus 100 replaces the question sentence by removing an additional part such as a sentence after the line feed code, the answer can be obtained more accurately.

(他の実施形態)
上述の実施形態では、質問応答装置100が回答生成部106を有する場合について述べたが、他の装置(例えば、サーバ等)が回答生成部を有するようにしてもよい。この場合、質問応答装置100は、回答生成部を備える装置へ質問文を送信し、当該回答生成部を備える装置から回答を取得する。
(Other embodiments)
In the above-described embodiment, the case where the question answering apparatus 100 includes the answer generation unit 106 has been described. However, another apparatus (for example, a server or the like) may include the answer generation unit. In this case, the question answering apparatus 100 transmits a question sentence to an apparatus including an answer generation unit, and obtains an answer from the apparatus including the answer generation unit.

100…質問応答装置、101…質問受付部、102…部分質問抽出部、103…チェックワードリスト、104…回答取得部、105…質問編集部、106…回答生成部、107…一問一答型質問回答部、108…一問一答型回答DB、109…entity−property型質問回答部、110…entity−property型回答DB部、111…回答出力部。
DESCRIPTION OF SYMBOLS 100 ... Question answering apparatus, 101 ... Question reception part, 102 ... Partial question extraction part, 103 ... Check word list, 104 ... Answer acquisition part, 105 ... Question edit part, 106 ... Answer generation part, 107 ... One question one answer type Question answering unit, 108 ... one question one answer type DB, 109 ... entity-property type question answering unit, 110 ... entity-property type answer DB unit, 111 ... answer output unit.

Claims (6)

質問文を受け付ける質問文受付手段と、
前記質問文の一部である部分質問を抽出する部分質問抽出手段と、
前記部分質問の回答を取得する部分質問回答取得手段と、
前記質問文における前記部分質問の箇所を、前記部分質問回答取得手段が取得した回答に置き換える質問置換手段と、
前記質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、
前記質問文に対する回答を出力する回答出力手段と
第1のチェックワードリストと、を備え、
前記部分質問抽出手段は、前記部分質問に前記第1のチェックワードリストのワードが含まれているか否かに基づいて、前記部分質問が適切であるか否かを判断し、
前記部分質問回答取得手段は、前記部分質問が適切である場合に、部分質問の回答を取得する、質問応答装置。
A question sentence receiving means for receiving a question sentence;
Partial question extracting means for extracting a partial question that is a part of the question sentence;
A partial question answer obtaining means for obtaining an answer to the partial question;
A question replacement unit that replaces the portion of the partial question in the question sentence with the answer acquired by the partial question answer acquisition unit;
A replacement question answer obtaining means for obtaining an answer to the question sentence replaced by the question replacing means;
Answer output means for outputting an answer to the question sentence ;
A first check word list,
The partial question extraction means determines whether the partial question is appropriate based on whether the partial question includes a word of the first check word list,
The partial question answer acquisition means is a question answering apparatus that acquires an answer to a partial question when the partial question is appropriate .
質問文を受け付ける質問文受付手段と、
前記質問文の一部である部分質問を抽出する部分質問抽出手段と、
前記部分質問の回答を取得する部分質問回答取得手段と、
前記質問文における前記部分質問の箇所を、前記部分質問回答取得手段が取得した回答に置き換える質問置換手段と、
前記質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、
前記質問文に対する回答を出力する回答出力手段と、
第2のチェックワードリストと、を備え、
前記部分質問抽出手段は、前記質問文の部分質問を除いた部分に前記第2のチェックワードリストが含まれているか否かに基づいて、前記部分質問が適切であるか否かを判断し、
前記部分質問回答取得手段は、前記部分質問が適切である場合に、部分質問の回答を取得する、質問応答装置
A question sentence receiving means for receiving a question sentence;
Partial question extracting means for extracting a partial question that is a part of the question sentence;
A partial question answer obtaining means for obtaining an answer to the partial question;
A question replacement unit that replaces the portion of the partial question in the question sentence with the answer acquired by the partial question answer acquisition unit;
A replacement question answer obtaining means for obtaining an answer to the question sentence replaced by the question replacing means;
Answer output means for outputting an answer to the question sentence;
A second check word list,
The partial question extraction means determines whether or not the partial question is appropriate based on whether or not the second check word list is included in a portion excluding the partial question of the question sentence,
The partial question answer acquisition means is a question answering apparatus that acquires an answer to a partial question when the partial question is appropriate.
質問文を受け付ける質問文受付手段と、
前記質問文の一部である部分質問を抽出する部分質問抽出手段と、
前記部分質問の回答を取得する部分質問回答取得手段と、
前記質問文における前記部分質問の箇所を、前記部分質問回答取得手段が取得した回答に置き換える質問置換手段と、
前記質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、
前記質問文に対する回答を出力する回答出力手段と、を備え、
前記部分質問回答取得手段が、複数の回答を取得した場合、前記置換質問回答取得手段は、前記質問文の部分質問の箇所を前記複数の回答のそれぞれに置き換えた質問文に対する回答を取得し、
前記回答出力手段は、前記置換質問回答取得手段が取得した回答の中から、所定数の回答を出力する、質問応答装置
A question sentence receiving means for receiving a question sentence;
Partial question extracting means for extracting a partial question that is a part of the question sentence;
A partial question answer obtaining means for obtaining an answer to the partial question;
A question replacement unit that replaces the portion of the partial question in the question sentence with the answer acquired by the partial question answer acquisition unit;
A replacement question answer obtaining means for obtaining an answer to the question sentence replaced by the question replacing means;
Answer output means for outputting an answer to the question sentence,
When the partial question answer acquiring unit acquires a plurality of answers, the replacement question answer acquiring unit acquires an answer to the question sentence in which the portion of the partial question of the question sentence is replaced with each of the plurality of answers,
The answer output means, from among responses that the substitution question answer acquiring unit has acquired, and outputs a predetermined number of respondents, question answering system.
質問文を受け付ける質問文受付手段と、
前記質問文の一部である部分質問を抽出する部分質問抽出手段と、
前記部分質問の回答を取得する部分質問回答取得手段と、
前記質問文における前記部分質問の箇所を、前記部分質問回答取得手段が取得した回答に置き換える質問置換手段と、
前記質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、
前記質問文に対する回答を出力する回答出力手段と、
前記部分質問の回答が得られない場合、前記質問文の回答を取得する全体質問回答取得手段と、を備え
前記回答出力手段は、前記全体質問回答取得手段が取得した回答を出力する、質問応答装置
A question sentence receiving means for receiving a question sentence;
Partial question extracting means for extracting a partial question that is a part of the question sentence;
A partial question answer obtaining means for obtaining an answer to the partial question;
A question replacement unit that replaces the portion of the partial question in the question sentence with the answer acquired by the partial question answer acquisition unit;
A replacement question answer obtaining means for obtaining an answer to the question sentence replaced by the question replacing means;
Answer output means for outputting an answer to the question sentence;
If the answer of the partial query is not obtained, and a whole question answer acquiring means for acquiring an answer of the question message,
The answer output means outputs the answer the whole question answer acquiring unit has acquired, question answering system.
質問文を受け付ける質問文受付手段と、
前記質問文の一部である部分質問を抽出する部分質問抽出手段と、
前記部分質問の回答を取得する部分質問回答取得手段と、
前記質問文における前記部分質問の箇所を、前記部分質問回答取得手段が取得した回答に置き換える質問置換手段と、
前記質問置換手段により置き換えられた質問文に対する回答を取得する置換質問回答取得手段と、
前記質問文に対する回答を出力する回答出力手段と、を備え、
前記部分質問回答取得手段は、付記的部分を有する回答を取得した場合、前記付記的部分を削除した回答を部分質問の回答とする、質問応答装置
A question sentence receiving means for receiving a question sentence;
Partial question extracting means for extracting a partial question that is a part of the question sentence;
A partial question answer obtaining means for obtaining an answer to the partial question;
A question replacement unit that replaces the portion of the partial question in the question sentence with the answer acquired by the partial question answer acquisition unit;
A replacement question answer obtaining means for obtaining an answer to the question sentence replaced by the question replacing means;
Answer output means for outputting an answer to the question sentence,
The said partial question answer acquisition means is a question response apparatus which makes the answer which deleted the said supplementary part the answer of a partial question, when the reply which has a supplementary part is acquired.
質問応答装置で実行する質問応答方法であって、
質問文を受け付ける質問文受付ステップと、
前記質問文の一部である部分質問を抽出する部分質問抽出ステップと、
前記部分質問の回答を取得する部分質問回答取得ステップと、
前記質問文における前記部分質問の箇所を、前記部分質問回答取得ステップで取得した回答に置き換える質問置換ステップと、
前記質問置換ステップにより置き換えられた質問文に対する回答を取得する置換質問回答取得ステップと、
前記質問文に対する回答を出力する回答出力ステップと
第1のチェックワードリストと、を備え、
前記部分質問抽出ステップにおいては、前記部分質問に前記第1のチェックワードリストのワードが含まれているか否かに基づいて、前記部分質問が適切であるか否かを判断し、
前記部分質問回答取得ステップにおいては、前記部分質問が適切である場合に、部分質問の回答を取得する、質問応答方法。
A question answering method executed by a question answering device,
A question sentence acceptance step for accepting a question sentence;
A partial question extracting step of extracting a partial question that is a part of the question sentence;
A partial question answer obtaining step for obtaining an answer to the partial question;
A question replacement step of replacing the portion of the partial question in the question sentence with the answer acquired in the partial question answer acquisition step;
A replacement question answer obtaining step for obtaining an answer to the question sentence replaced by the question replacing step;
An answer output step of outputting an answer to the question sentence ;
A first check word list,
In the partial question extraction step, it is determined whether or not the partial question is appropriate based on whether or not the word of the first check word list is included in the partial question.
In the partial question answer acquisition step, a question response method of acquiring an answer to a partial question when the partial question is appropriate .
JP2013111271A 2013-05-27 2013-05-27 Question answering apparatus and question answering method Active JP6095487B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013111271A JP6095487B2 (en) 2013-05-27 2013-05-27 Question answering apparatus and question answering method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013111271A JP6095487B2 (en) 2013-05-27 2013-05-27 Question answering apparatus and question answering method

Publications (2)

Publication Number Publication Date
JP2014229275A JP2014229275A (en) 2014-12-08
JP6095487B2 true JP6095487B2 (en) 2017-03-15

Family

ID=52129016

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013111271A Active JP6095487B2 (en) 2013-05-27 2013-05-27 Question answering apparatus and question answering method

Country Status (1)

Country Link
JP (1) JP6095487B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6544131B2 (en) * 2015-08-14 2019-07-17 富士ゼロックス株式会社 INFORMATION PROCESSING APPARATUS AND INFORMATION PROCESSING PROGRAM
JP6775465B2 (en) * 2017-04-21 2020-10-28 日本電信電話株式会社 Dialogue rule collation device, dialogue device, dialogue rule collation method, dialogue method, dialogue rule collation program, and dialogue program
JP6408080B1 (en) * 2017-06-30 2018-10-17 ヤフー株式会社 Generating device, generating method, and generating program
JP7378036B2 (en) * 2019-07-11 2023-11-13 パナソニックIpマネジメント株式会社 Management system, answer display method and program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4635659B2 (en) * 2005-03-14 2011-02-23 富士ゼロックス株式会社 Question answering system, data retrieval method, and computer program

Also Published As

Publication number Publication date
JP2014229275A (en) 2014-12-08

Similar Documents

Publication Publication Date Title
US10585924B2 (en) Processing natural-language documents and queries
US8131536B2 (en) Extraction-empowered machine translation
CN111026319B (en) Intelligent text processing method and device, electronic equipment and storage medium
EP1450267A2 (en) Methods and systems for language translation
CN104216913A (en) Problem answering frame
US20100094845A1 (en) Contents search apparatus and method
US10824816B2 (en) Semantic parsing method and apparatus
CN111026320B (en) Multi-mode intelligent text processing method and device, electronic equipment and storage medium
CN117056471A (en) Knowledge base construction method and question-answer dialogue method and system based on generation type large language model
JP6693582B2 (en) Document abstract generation method, device, electronic device, and computer-readable storage medium
JP6095487B2 (en) Question answering apparatus and question answering method
US20220405484A1 (en) Methods for Reinforcement Document Transformer for Multimodal Conversations and Devices Thereof
KR20230005797A (en) Apparatus, method and computer program for processing inquiry
US11379527B2 (en) Sibling search queries
KR101709693B1 (en) Method for Web toon Language Automatic Translating Using Crowd Sourcing
CN111142728B (en) Vehicle-mounted environment intelligent text processing method and device, electronic equipment and storage medium
WO2019231635A1 (en) Method and apparatus for generating digest for broadcasting
US11550777B2 (en) Determining metadata of a dataset
CN114168715A (en) Method, device and equipment for generating target data set and storage medium
CN108920452B (en) Information processing method and device
Rohit et al. System for Enhancing Accuracy of Noisy Text using Deep Network Language Models
JP6717909B2 (en) SUMMARY GENERATION SERVER, SUMMARY GENERATION SYSTEM, AND SUMMARY GENERATION METHOD
JP7161255B2 (en) Document creation support device, document creation support method, and document creation program
CN112989013B (en) Conversation processing method and device, electronic equipment and storage medium
JP2012243130A (en) Information retrieval device, method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160215

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20161118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161122

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170105

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20170207

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170214

R150 Certificate of patent or registration of utility model

Ref document number: 6095487

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250