JP7199000B2 - Dialogue management server, dialogue management method, and program - Google Patents

Dialogue management server, dialogue management method, and program Download PDF

Info

Publication number
JP7199000B2
JP7199000B2 JP2018027140A JP2018027140A JP7199000B2 JP 7199000 B2 JP7199000 B2 JP 7199000B2 JP 2018027140 A JP2018027140 A JP 2018027140A JP 2018027140 A JP2018027140 A JP 2018027140A JP 7199000 B2 JP7199000 B2 JP 7199000B2
Authority
JP
Japan
Prior art keywords
answer
stamp
question
dialogue
input
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
JP2018027140A
Other languages
Japanese (ja)
Other versions
JP2019144755A5 (en
JP2019144755A (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.)
Arithmer Inc
Original Assignee
Arithmer 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 Arithmer Inc filed Critical Arithmer Inc
Priority to JP2018027140A priority Critical patent/JP7199000B2/en
Publication of JP2019144755A publication Critical patent/JP2019144755A/en
Publication of JP2019144755A5 publication Critical patent/JP2019144755A5/ja
Application granted granted Critical
Publication of JP7199000B2 publication Critical patent/JP7199000B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Machine Translation (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

本発明は、対話管理サーバ、対話管理方法、及びプログラムに関する。 The present invention relates to a dialogue management server, a dialogue management method, and a program.

従来、企業が顧客に対してネットワーク上で提供するサービスで、低コストのCS(ustomer upport)手段のひとつとして、チャットネットワークなどを利用した会話の自動応答による方法が知られている。 2. Description of the Related Art Conventionally, as one of low - cost CS ( Customer Support) means in services provided by companies to customers on networks, a method of automatically responding to a conversation using a chat network or the like is known.

例えば、特許文献1には、複数ユーザに応答するネットワーク上でチャットサービスを提供するためのチャットボットシステムが記載されている(特許文献1)。 For example, Patent Literature 1 describes a chatbot system for providing a chat service over a network that responds to multiple users (Patent Literature 1).

特開2009-3533号公報JP-A-2009-3533

特許文献1に記載の従来システムにおいては、ユーザが入力した質問に対応するテキスト情報に基づいて、当該質問に適合する回答を生成しユーザに返答する。しかしながら、テキスト情報の解析には、形態素解析や構文解析等の複雑な情報処理が必要である上に解析の精度は高いとは言えず、適切な対話ができないおそれがあった。 In the conventional system described in Patent Document 1, based on the text information corresponding to the question input by the user, an answer that matches the question is generated and sent to the user. However, the analysis of text information requires complicated information processing such as morphological analysis and syntactic analysis, and the accuracy of the analysis is not high, so there is a possibility that appropriate dialogue cannot be carried out.

そこで、本発明のいくつかの態様はかかる事情に鑑みてなされたものであり、情報処理に関する負荷を低減でき、且つ、ユーザの意図の曖昧性を解消することで、より適切な対話の実現を図ることのできる対話管理サーバ、対話管理方法、及びプログラムを提供することを目的とする。 Accordingly, several aspects of the present invention have been made in view of such circumstances, and can reduce the load related to information processing and eliminate ambiguity of the user's intention, thereby realizing more appropriate dialogue. It is an object of the present invention to provide a dialogue management server, a dialogue management method, and a program that can achieve a goal.

本発明の一態様に係る対話管理サーバは、一つ又は複数の端末装置からの質問に回答する対話管理サーバであって、前記端末装置から前記質問の入力を受け付ける受付部と、入力された前記質問に対する第1回答を生成する回答生成部と、を備え、前記受付部は、画像情報であるスタンプの入力を更に受け付け、前記回答生成部は、前記スタンプに予め対応づけられた特定の意味に基づいて、入力された前記スタンプに対する第2回答を生成する。 A dialogue management server according to an aspect of the present invention is a dialogue management server that responds to questions from one or more terminal devices, comprising: a reception unit that receives input of the questions from the terminal devices; an answer generation unit that generates a first answer to the question, the reception unit further receives an input of a stamp, which is image information, and the answer generation unit generates a specific meaning pre-associated with the stamp. Based on this, a second answer is generated for the input stamp.

上記対話管理サーバにおいて、前記質問と、当該質問に対する前記第1回答と、入力された前記スタンプと、当該スタンプに対する前記第2回答とを含む対話結果を対話ログデータベースに格納する対話結果管理部と、前記応答生成部は、前記対話結果として前記対話ログデータベースに格納された前記スタンプに対応づけられた前記特定の意味に基づいて、前記質問と、前記第1回答及び前記第2回答とのマッチングの重み付けを学習してもよい。 a dialogue result management unit for storing, in the dialogue management server, dialogue results including the question, the first answer to the question, the input stamp, and the second answer to the stamp in a dialogue log database; , the response generation unit matches the question with the first answer and the second answer based on the specific meaning associated with the stamp stored in the dialog log database as the dialog result. weighting may be learned.

上記対話管理サーバにおいて、生成された前記第1回答を出力する出力制御部を更に備え、前記出力制御部は、前記質問に対する第1回答が複数生成された場合、当該質問に対する回答としてより適合する第1回答候補群を優先して出力するように制御してもよい。 The dialogue management server further includes an output control unit that outputs the generated first answer, wherein the output control unit is more suitable as an answer to the question when multiple first answers to the question are generated. Control may be performed so that the first answer candidate group is preferentially output.

上記対話管理サーバにおいて、前記出力制御部は、他の回答候補の出力を希望する旨と予め対応づけられた前記スタンプが入力された場合、前記第2回答として、前記第1回答候補群の次に適合する第2回答候補群を出力するように制御してもよい。 In the above dialogue management server, when the stamp associated in advance with the desire to output another answer candidate is input, the output control unit selects the second answer next to the first answer candidate group as the second answer. may be controlled so as to output the second answer candidate group that conforms to .

上記対話管理サーバにおいて、前記端末装置との間で前記質問及び当該質問に対する前記第1回答が所定の回数繰り返された場合であって、当該第1回答に対する応答として音声対話を希望する旨と予め対応づけられた前記スタンプが入力されたとき、当該ユーザとの間で音声対話が可能となるように管理する音声対話管理部を更に備えてもよい。 In the dialog management server, when the question and the first answer to the question are repeated a predetermined number of times with the terminal device, the request for voice interaction as a response to the first answer is provided in advance. The device may further include a voice interaction management unit that manages so as to enable voice interaction with the user when the associated stamp is input.

本発明の一態様に係る対話管理方法は、一つ又は複数の端末装置からの質問に回答する対話管理方法であって、前記端末装置から前記質問の入力を受け付けるステップと、入力された前記質問に対する第1回答を生成するステップと、を含み、前記受け付けるステップは、画像情報であるスタンプの入力を更に受け付け、前記生成するステップは、前記スタンプに予め対応づけられた特定の意味に基づいて、入力された前記スタンプに対する第2回答を生成する。 A dialogue management method according to an aspect of the present invention is a dialogue management method for answering questions from one or more terminal devices, comprising: receiving an input of the question from the terminal device; wherein the step of receiving further receives an input of a stamp, which is image information, and the step of generating is based on a specific meaning pre-associated with the stamp, A second reply is generated for the input stamp.

本発明の一態様に係るプログラムは、一つ又は複数の端末装置からの質問に回答するコンピュータに、前記端末装置から前記質問の入力を受け付ける受付部と、入力された前記質問に対する第1回答を生成する回答生成部と、して機能させ、前記受付部は、画像情報であるスタンプの入力を更に受け付け、前記回答生成部は、前記スタンプに予め対応づけられた特定の意味に基づいて、入力された前記スタンプに対する第2回答を生成する、プログラム。 A program according to an aspect of the present invention provides a computer that responds to questions from one or more terminal devices, a receiving unit that receives input of the questions from the terminal devices, and a first answer to the input questions. function as an answer generating unit for generating, the receiving unit further receives an input of a stamp, which is image information, and the answer generating unit receives an input based on a specific meaning preliminarily associated with the stamp A program for generating a second answer to said stamp that has been stamped.

なお、本発明において、「部」とは、単に物理的手段を意味するものではなく、その「部」が有する機能をソフトウェアによって実現する場合も含む。また、1つの「部」や装置が有する機能が2つ以上の物理的手段や装置により実現されても、2つ以上の「部」や装置の機能が1つの物理的手段や装置により実現されても良い。 In the present invention, the term "unit" does not simply mean physical means, but also includes the case where the functions of the "unit" are implemented by software. In addition, even if the function of one "section" or device is realized by two or more physical means or devices, the functions of two or more "sections" or devices are realized by one physical means or device. can be

本発明によれば、情報処理に関する負荷を低減でき、且つ、ユーザの意図の曖昧性を解消することで、より適切な対話の実現を図ることができる。 According to the present invention, it is possible to reduce the load related to information processing and eliminate the ambiguity of the user's intention, thereby realizing a more appropriate dialogue.

本発明の実施形態に係る対話管理システムの概略構成図(システム構成図)である。1 is a schematic configuration diagram (system configuration diagram) of a dialogue management system according to an embodiment of the present invention; FIG. 一般のワープロや表計算ソフトにより作成された業務マニュアルデータ等の文書をOOXML(Office Open XML)等の構造化文書へ変換する処理の一例を示す概念図である。1 is a conceptual diagram showing an example of processing for converting a document such as business manual data created by a general word processor or spreadsheet software into a structured document such as OOXML (Office Open XML); FIG. OOXML等の構造化文書から、本実施形態に特有の特定形式の構造化文書へ変換する処理の一例を示す概念図である。FIG. 4 is a conceptual diagram showing an example of processing for converting a structured document such as OOXML into a structured document of a specific format specific to this embodiment; 本発明の実施形態に係るスタンプ情報の一例を示す概念図である。4 is a conceptual diagram showing an example of stamp information according to the embodiment of the present invention; FIG. 本発明の実施形態に係る対話管理処理の一例を示すフローチャートである。4 is a flowchart showing an example of dialogue management processing according to the embodiment of the present invention; 本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。It is a figure which shows an example of the screen of the display part of the user terminal device which concerns on embodiment of this invention. 本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。It is a figure which shows an example of the screen of the display part of the user terminal device which concerns on embodiment of this invention. 本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。It is a figure which shows an example of the screen of the display part of the user terminal device which concerns on embodiment of this invention. 本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。It is a figure which shows an example of the screen of the display part of the user terminal device which concerns on embodiment of this invention. 本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。It is a figure which shows an example of the screen of the display part of the user terminal device which concerns on embodiment of this invention. 本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。It is a figure which shows an example of the screen of the display part of the user terminal device which concerns on embodiment of this invention.

以下、添付図面を参照しながら本発明の実施の形態について説明する。以下の実施の形態は、本発明を説明するための例示であり、本発明をその実施の形態のみに限定する趣旨ではない。また、本発明は、その要旨を逸脱しない限り、様々な変形が可能である。さらに、各図面において同一の構成要素に対しては可能な限り同一の符号を付し、重複する説明は省略する。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. The following embodiments are examples for explaining the present invention, and are not intended to limit the present invention only to the embodiments. Also, the present invention can be modified in various ways without departing from the gist thereof. Furthermore, in each drawing, the same reference numerals are given to the same constituent elements as much as possible, and redundant explanations are omitted.

<第1実施形態>
図1は、本発明の実施形態に係る対話管理システムの概略構成図(システム構成図)である。図1に示すように、対話管理システム100は、例示的に、対話管理サーバ装置1(対話管理サーバ)、対話ログデータベース(DB)4、ユーザ端末装置6、及びオペレータ端末装置8を備えて構成されている。
<First Embodiment>
FIG. 1 is a schematic configuration diagram (system configuration diagram) of a dialogue management system according to an embodiment of the present invention. As shown in FIG. 1, the dialogue management system 100 illustratively comprises a dialogue management server device 1 (dialogue management server), a dialogue log database (DB) 4, a user terminal device 6, and an operator terminal device 8. It is

対話管理サーバ装置1は、所定のネットワークN上における対話を管理するサーバ用コンピュータであり、例えば、一つ又は複数のユーザ端末装置6からの質問に自動的に回答する。対話管理サーバ装置1は、そのサーバ用コンピュータにおいて所定のサーバ用プログラムが動作することにより、サーバ機能を発現するものである。「ネットワークN上における対話」とは、ネットワークNを介する、ユーザと対話管理サーバ装置1との間の対話、及び、ネットワークNを介する、オペレータと対話管理サーバ装置1との間の対話のことをいう。例えば、「ネットワークN上における対話」は、ネットワークNを介してユーザ端末装置6から対話管理サーバ装置1に入力された質問、当該質問に対応する、対話管理サーバ装置1により生成された回答、及び、当該回答に対するユーザの応答を含む。また、「ネットワークN上における対話」は、ネットワークNを介してオペレータ端末装置8から対話管理サーバ装置1に入力された質問、当該質問に対応する、対話管理サーバ装置1により生成された回答、及び、当該回答に対するオペレータの応答を含む。 The dialogue management server device 1 is a server computer that manages dialogue on a predetermined network N, and automatically answers questions from one or more user terminal devices 6, for example. The interaction management server device 1 exhibits a server function by running a predetermined server program on the server computer. "Dialogue on the network N" means dialogue between the user and the dialogue management server device 1 via the network N, and dialogue between the operator and the dialogue management server device 1 via the network N. say. For example, "dialogue on network N" is a question input from the user terminal device 6 to the dialogue management server device 1 via the network N, an answer generated by the dialogue management server device 1 corresponding to the question, and , containing the user's response to the answer. Further, the "dialogue on the network N" is a question input from the operator terminal device 8 to the dialogue management server device 1 via the network N, an answer generated by the dialogue management server device 1 corresponding to the question, and , containing the operator's response to the answer.

対話ログDB4は、ユーザと対話管理サーバ装置1との間の対話、及び、オペレータと対話管理サーバ装置1との間の対話を記録するデータベースであり、例えば、ネットワークNを介してユーザの端末装置6から対話管理サーバ装置1に入力された質問、当該質問に対応する、対話管理サーバ装置1により生成された回答、及び、当該回答に対するユーザの応答を含む対話ログ(対話結果)を記録する。なお、対話ログDB4は、対話管理サーバ装置1に含まれてもよい。 The dialogue log DB 4 is a database that records the dialogue between the user and the dialogue management server device 1 and the dialogue between the operator and the dialogue management server device 1. For example, the user's terminal device A dialogue log (dialogue result) including the question input to the dialogue management server device 1 from 6, the answer generated by the dialogue management server device 1 corresponding to the question, and the user's response to the answer is recorded. Note that the dialogue log DB 4 may be included in the dialogue management server device 1 .

ユーザ端末装置6及びオペレータ端末装置8は、対話の内容が出力される装置であり、例えば、ラップトップ又はノートブック型コンピュータ等の情報出力装置である。なお、ユーザ端末装置6及びオペレータ端末装置8は、例えばスマートフォンなどの携帯電話、タブレット端末等を含む情報出力装置であってもよい。 The user terminal device 6 and the operator terminal device 8 are devices that output the content of the dialogue, and are, for example, information output devices such as laptops or notebook computers. The user terminal device 6 and the operator terminal device 8 may be information output devices including mobile phones such as smart phones, tablet terminals, and the like.

ネットワークNは、例えばインターネット等を含む情報処理に係る通信回線又は通信網であり、その具体的な構成は、対話管理サーバ装置1、対話ログDB4、ユーザ端末装置6及びオペレータ端末装置8の間でデータの送受信が可能なように構成されていれば特に制限されない。 The network N is, for example, a communication line or communication network related to information processing including the Internet. There is no particular limitation as long as it is configured to allow data transmission/reception.

対話管理サーバ装置1は、例示的に、所定のネットワークN上における対話を管理するための対話管理処理を実行する情報処理部10、対話管理処理に必要な情報及び対話管理処理によって生成された情報を記録する記録部11、文書が用いられる業界の専門用語が格納された専門用語辞書DB12、及び単語の同義語が格納された同義語辞書DB13を備えて構成される。 The dialogue management server device 1 exemplarily includes an information processing unit 10 that executes dialogue management processing for managing dialogue on a predetermined network N, information necessary for the dialogue management processing, and information generated by the dialogue management processing. , a technical term dictionary DB 12 storing technical terms of the industry in which the document is used, and a synonym dictionary DB 13 storing synonyms of words.

情報処理部10は、例えば、機能的に、取得部15、データ変換部17、自然言語処理部21、重みづけ設定部23、回答生成部27、対話結果管理部29、出力制御部31、音声認識処理部33、及び音声対話管理部35を含んで構成されている。 For example, the information processing unit 10 functionally includes an acquisition unit 15, a data conversion unit 17, a natural language processing unit 21, a weight setting unit 23, an answer generation unit 27, a dialogue result management unit 29, an output control unit 31, a voice It includes a recognition processing unit 33 and a voice dialogue management unit 35 .

なお、情報処理部10の上記各部は、例えば、メモリやハードディスク等の記憶領域を用いたり、記憶領域に格納されているプログラムをプロセッサが実行したりすることにより実現することができる。また、対話管理サーバ装置1の各DB12及び13は、プロセッサが実行することにより実現することができる。 It should be noted that each of the above-described units of the information processing unit 10 can be realized, for example, by using a storage area such as a memory or a hard disk, or by causing a processor to execute a program stored in the storage area. Also, each of the DBs 12 and 13 of the dialogue management server device 1 can be implemented by being executed by a processor.

取得部15は、例えば、回答の対象となる文書を取得する。ここで、「文書」とは、例えば、業務で使用される業務マニュアルやQ&A集などのテキスト文書、ワードプロセッサ・ソフト等で作成した文書及びプレゼンテーション・ソフトで作成した文書等を意味する。 The acquisition unit 15 acquires, for example, a document to be answered. Here, "documents" mean, for example, text documents such as business manuals and Q&A collections used in business, documents created with word processor software, documents created with presentation software, and the like.

データ変換部17(変換部)は、文書の内容が編、章、節、項、小項目等の階層構造を有する文書のデータに基づいて、文書内の所定の単位に含まれるテキストデータのそれぞれを、当該各所定の単位に至る一又は複数の階層を特定可能な情報及び当該各単位に至る一又は複数の各階層の見出しと対応付けて構造化した形式の文書に変換する。所定の単位としては、例えば、階層構造の末端(最下層)に位置する項目としてもよい。その場合、階層構造の末端に位置する項目に含まれるテキストデータのそれぞれを、当該各項目に至る一又は複数の階層を特定可能な情報及び当該各項目に至る一又は複数の各階層の見出しと対応付けて構造化した形式の文書に変換する。 The data conversion unit 17 (conversion unit) converts each of the text data contained in a predetermined unit in the document based on the data of the document whose content has a hierarchical structure such as chapters, chapters, sections, paragraphs, and sub-items. is converted into a document in a structured format by associating one or a plurality of hierarchies leading to each predetermined unit with identifiable information and headings of one or a plurality of hierarchies leading to each unit. The predetermined unit may be, for example, an item positioned at the end (bottom layer) of the hierarchical structure. In that case, each of the text data included in the item located at the end of the hierarchical structure is treated as information that can identify one or more layers leading to each item and headings of one or more layers leading to each item. Convert to a document in a structured format in correspondence.

図2及び3を用いて、業務マニュアルやQ&A集などの文書をもとに、本実施形態に特有の特定形式の構造化文書に変換する処理について説明する。ここでは、一般のワープロや表計算ソフトにより作成された業務マニュアルデータ等の文書をOOXML(Office Open XML)等の構造化文書に変換した後、さらに、本実施形態の対話管理サーバ装置1で利用される特定形式の構造化文書に変換する例について説明する。しかしながら、業務マニュアル等の文書を本実施形態に特有の特定形式の構造化文書に変換する際に、必ずしもOOXMLを経由する必要は無く、種々の変換処理を採用し得る。 2 and 3, processing for converting documents such as business manuals and Q&A collections into structured documents of a specific format specific to this embodiment will be described. Here, documents such as business manual data created by a general word processor or spreadsheet software are converted into structured documents such as OOXML (Office Open XML) and then used in the dialogue management server device 1 of the present embodiment. An example of conversion to a structured document in a specific format that is However, when converting a document such as a business manual into a structured document of a specific format specific to this embodiment, it is not always necessary to go through OOXML, and various conversion processes can be employed.

図2は、一般のワープロや表計算ソフトにより作成された業務マニュアルデータ等の文書をOOXML(Office Open XML)等の構造化文書へ変換する処理の一例を示す概念図である。図2に示すように、データ変換部17は、ワードファイルの業務マニュアルデータを、OOXML(Office Open XML)で記述されているファイル集合体へ変換する。 FIG. 2 is a conceptual diagram showing an example of processing for converting a document such as business manual data created by a general word processor or spreadsheet software into a structured document such as OOXML (Office Open XML). As shown in FIG. 2, the data conversion unit 17 converts the business manual data in word files into a file aggregate described in OOXML (Office Open XML).

図3は、OOXML(Office Open XML)等の構造化文書から、本実施形態に特有の特定形式の構造化文書へ変換する処理の一例を示す概念図である。図3に示すように、データ変換部17は、OOXMLで記述されているファイル集合体へ変換された業務マニュアルデータについて、特定のXML形式へ変換する。具体的に、データ変換部17は、階層構造を有する業務マニュアルデータを、文書の構成単位(編、章、節、項、小項目等)ごとに参照可能なように抽出し、階層構造の末端に位置する構成単位(項目)に含まれるテキストデータ(図3においては、「●後記、…を行う。」)のそれぞれを、抽出された構成単位ごとに、当該構成単位の階層に関する情報と、各階層の見出しに関する情報とを対応付けて構造化した形式の文書に変換し、当該文書を後述する文書情報BI(文字情報)として記録部11に記録する。 FIG. 3 is a conceptual diagram showing an example of processing for converting a structured document such as OOXML (Office Open XML) into a structured document of a specific format specific to this embodiment. As shown in FIG. 3, the data conversion unit 17 converts the business manual data converted into a file aggregate described in OOXML into a specific XML format. Specifically, the data conversion unit 17 extracts the work manual data having a hierarchical structure so that it can be referred to for each structural unit of the document (volume, chapter, section, section, sub-item, etc.) Each of the text data contained in the structural unit (item) located in the extracted structural unit (in FIG. 3, "Do . The document is converted into a document in a structured format in association with information related to the headings of each layer, and the document is recorded in the recording unit 11 as document information BI (character information), which will be described later.

図1に戻り、受付部19は、ユーザ端末装置6(端末装置)からの質問文(質問)の入力を受け付ける。また、受付部19は、ユーザ端末装置6から、後述するスタンプの入力を受け付ける。 Returning to FIG. 1, the reception unit 19 receives an input of a question sentence (question) from the user terminal device 6 (terminal device). The reception unit 19 also receives an input of a stamp, which will be described later, from the user terminal device 6 .

自然言語処理部21は、例えば、文書内の文字情報及び入力された質問に含まれる文字情報を読み込んで形態素解析して単語ごとに切り出す。「形態素解析」とは、コンピュータの自然言語処理の一つであり、文法的な情報の注記のない自然言語のテキストデータから、対象言語の文法や、単語の品詞等の情報に基づいて、形態素の単位に区切り、形態素毎に品詞等を判別する解析処理をいう。また、自然言語処理部21は、係り受け解析(構文解析)、つまり、品詞情報から文の修飾関係を調査することを実行してもよい。 The natural language processing unit 21 reads, for example, character information in a document and character information included in an input question, performs morphological analysis, and extracts each word. "Morphological analysis" is one of the natural language processing of computers, and morphological analysis is performed based on information such as the grammar of the target language and the part of speech of words from natural language text data without grammatical information annotations. It is an analysis process that divides into units of , and determines the part of speech, etc. for each morpheme. Also, the natural language processing unit 21 may execute dependency analysis (syntactic analysis), that is, examining the modification relation of the sentence from the part-of-speech information.

重み付け設定部23は、文書内の文字情報及び入力された質問に含まれる文字情報に含まれる単語の出現頻度を算出し、算出された単語の出現頻度に基づいて単語ごとの重み付けを設定する。 The weighting setting unit 23 calculates the appearance frequency of words included in the character information in the document and the character information included in the input question, and sets the weight for each word based on the calculated word appearance frequency.

回答生成部27は、入力された質問文及びスタンプに対する回答を生成する。例えば、回答生成部27は、入力された質問文と、記録された文書情報の各項目に含まれるテキストデータとをマッチングして、質問文に関連する項目を複数抽出し、当該抽出された各項目に至る一又は複数の階層とその見出しとを含む回答(第1回答)を生成し、質問文の回答としてユーザに返す。また、回答生成部27は、スタンプに予め対応づけられた特定の意味に基づいて、入力されたスタンプに対する回答(第2回答)を生成する。さらに、回答生成部27は、後述する、対話ログデータベース4に格納された対話結果に基づいて、質問と回答とのマッチングの重み付けを学習してもよい。 The answer generation unit 27 generates an answer to the input question text and stamp. For example, the answer generator 27 matches the input question text with the text data included in each item of the recorded document information, extracts a plurality of items related to the question text, and extracts each of the extracted items. An answer (first answer) including one or more layers leading to the item and their headings is generated and returned to the user as an answer to the question text. Also, the answer generation unit 27 generates an answer (second answer) to the input stamp based on a specific meaning pre-associated with the stamp. Furthermore, the answer generator 27 may learn weighting for matching between questions and answers based on dialogue results stored in the dialogue log database 4, which will be described later.

対話結果管理部29は、ユーザから入力された質問文、当該質問文に対応する回答(第1回答)、ユーザから入力されたスタンプ、及び、当該スタンプに対する回答(第2回答)を含む対話結果を対話ログデータベース4に格納する。対話結果管理部29は、例えば、後述する音声認識処理部33により認識された音声情報を、対話結果として対話ログデータベース4に格納する。 The dialogue result management unit 29 displays dialogue results including a question input by the user, an answer (first answer) corresponding to the question, a stamp input by the user, and an answer to the stamp (second answer). is stored in the dialogue log database 4. The dialog result management unit 29 stores, for example, voice information recognized by the voice recognition processing unit 33, which will be described later, in the dialog log database 4 as the dialog result.

出力制御部31は、ユーザから入力された質問文、当該質問文に対応する回答、ユーザから入力されたスタンプ、及び、当該スタンプに対する回答を、ユーザの端末装置6及びオペレータ端末装置8の表示部(不図示)において出力するように制御する(後述する図6~図11を参照)。 The output control unit 31 displays the question text input by the user, the answer corresponding to the question text, the stamp input by the user, and the answer to the stamp on the display units of the user terminal device 6 and the operator terminal device 8. (not shown) (see FIGS. 6 to 11 to be described later).

音声認識処理部33は、ユーザとオペレータとの音声対話の音声情報を認識する。 The voice recognition processing unit 33 recognizes voice information of voice dialogue between the user and the operator.

音声対話管理部35は、あるユーザとの間で質問及び当該質問に対する回答が所定の回数繰り返された場合、当該ユーザとの間で音声対話が可能となるように管理する。 The voice dialogue management unit 35 manages so as to enable voice dialogue with a certain user when a question and an answer to the question are repeated a predetermined number of times.

記録部11は、構造化された形式に変換された文書を文書情報BIとして記録する。また、記録部11は、ユーザから入力された質問文、当該質問文に対応する回答、ユーザから入力されたスタンプ、及び、当該スタンプに対する回答を含む対話結果情報TI(対話結果)を、ユーザごとに関連付けて記録する。さらに、記録部11は、ネットワークNを介して入力される情報であるスタンプ情報SIを記録してもよい。 The recording unit 11 records the document converted into the structured format as document information BI. In addition, the recording unit 11 stores dialogue result information TI (dialogue result) including a question text input by the user, an answer corresponding to the question text, a stamp input by the user, and an answer to the stamp for each user. Record in association with Furthermore, the recording unit 11 may record stamp information SI, which is information input via the network N. FIG.

「スタンプ」とは、ネットワークNを介して入力される、対話用の画像情報である。 A “stamp” is image information for interactive input via the network N. FIG.

図4は、本発明の実施形態に係るスタンプ情報の一例を示す概念図である。図4(A)に示すように、スタンプは、例えばユーザの感情、意図や意思、伝えたいメッセージをイラストで表したものであり、テキストを含んでもよい。また、図4(B)に示すように、スタンプは、イラストと、回答の精度を示す得点(回答精度情報)、例えば100点、75点等を示すテキスト情報と、関連づけて含むものであってもよい。 FIG. 4 is a conceptual diagram showing an example of stamp information according to the embodiment of the present invention. As shown in FIG. 4A, the stamp is an illustration of the user's emotions, intentions and intentions, or a message to be conveyed, and may include text. Further, as shown in FIG. 4B, the stamp includes an illustration in association with text information indicating a score (answer accuracy information) indicating the accuracy of the answer, for example, 100 points, 75 points, etc. good too.

記録部11は、スタンプと特定の意味とを対応づけて記録する。例えば、スタンプSTは、「もう一度質問したい」という特定の意味に対応づけられて記録される。 The recording unit 11 records the stamp in association with a specific meaning. For example, the stamp ST is recorded in association with a specific meaning of "I would like to ask you a question again."

なお、スタンプの入力は、ユーザの端末装置6のみならず、オペレータ端末装置8が実行してもよいし、回答生成部27が生成する回答としてスタンプが利用されてもよい。 The input of the stamp may be performed not only by the user's terminal device 6 but also by the operator terminal device 8, and the stamp may be used as the reply generated by the reply generation unit 27. FIG.

(対話管理処理)
図5~図10を参照して、本発明の実施形態に係る対話管理処理を説明する。図5は、本発明の実施形態に係る対話管理処理の一例を示すフローチャートである。
(Dialogue management processing)
Dialog management processing according to an embodiment of the present invention will be described with reference to FIGS. 5 to 10. FIG. FIG. 5 is a flow chart showing an example of dialogue management processing according to an embodiment of the present invention.

(ステップS1)
図1に示す取得部15は、業務マニュアルやQ&A集などの文書を取得する。
(Step S1)
The acquisition unit 15 shown in FIG. 1 acquires documents such as business manuals and Q&A collections.

(ステップS3)
図1に示すデータ変換部17は、図3に示すように、文書の内容が階層構造を有する文書のデータに基づいて、例えば、階層構造の末端に位置する構成単位、すなわち最下層のノードに含まれるテキストデータのそれぞれを、当該各構成単位に至る一又は複数の階層を特定可能な情報及び当該各構成単位に至る一又は複数の各階層の見出しと対応付けて構造化した形式の文書に変換する。
(Step S3)
As shown in FIG. 3, the data conversion unit 17 shown in FIG. A structured document in which each of the included text data is associated with information that can identify one or more layers leading to each structural unit and headings of one or more layers leading to each structural unit. Convert.

(ステップS5)
図1に示す記録部11は、構造化した形式に変換された文書を文書情報BIとして記録する。
(Step S5)
The recording unit 11 shown in FIG. 1 records the document converted into the structured format as the document information BI.

(ステップS7)
図1に示す受付部19は、ユーザからの質問文の入力を受け付ける。
(Step S7)
The reception unit 19 shown in FIG. 1 receives an input of a question from the user.

図6は、本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図である。図6に示すように、図1に示すユーザ端末装置6の画面Gに表示されているとおり、受付部19は、ユーザUから入力された「本人確認書類で年金手帳を持参 住所の記載がない場合は有効?」という質問T1を受け付ける。なお、図6に示す、ユーザUのアイコン及び対話管理サーバ装置1に対応するアイコンTは一例であり、適宜変更が可能である。 FIG. 6 is a diagram showing an example of the screen of the display unit of the user terminal device according to the embodiment of the present invention. As shown in FIG. 6, as displayed on the screen G of the user terminal device 6 shown in FIG. is the case valid?" is accepted. Note that the user U icon and the icon T corresponding to the dialogue management server device 1 shown in FIG. 6 are examples, and can be changed as appropriate.

(ステップS9)
図1に示す回答生成部27は、入力された質問文と、記録された文書情報の各項目に含まれるテキストデータとをマッチングして、質問文に関連する項目を複数抽出し、当該抽出された各項目に至る一又は複数の階層とその見出しとを含む回答を生成し、質問文の回答としてユーザに返す。
(Step S9)
The answer generation unit 27 shown in FIG. 1 matches the input question sentence with the text data included in each item of the recorded document information, extracts a plurality of items related to the question sentence, and extracts the extracted items. An answer including one or a plurality of hierarchies leading to each item and its heading is generated and returned to the user as an answer to the question text.

図6に示すように、図1に示す回答生成部27は、質問T1が入力された場合、入力された当該質問T1にマッチングする回答T3を生成し、画面Gにおいて提示する。以下では、回答生成処理をより具体的に説明する。 As shown in FIG. 6, when a question T1 is input, the answer generator 27 shown in FIG. 1 generates an answer T3 that matches the input question T1 and presents it on the screen G. FIG. The answer generation process will be described in more detail below.

まず、図1に示す自然言語処理部21は、例えば、質問T1「本人確認書類で年金手帳を持参 住所の記載がない場合は有効?」を読み込んで形態素解析して単語ごとに切り出す。自然言語処理部19は、例えば「本人確認書類」、「本人」、「確認」、「書類」、「確認書類」、「本人確認」、「年金手帳」、「年金」、「手帳」、「持参」、「住所」、「記載」、及び「有効」等の少なくとも一以上の単語ごとに切り出す。この際に、自然言語処理部21は、必要に応じて、専門用語辞書DB12及び同義語辞書DB13を参照してもよい。また、自然言語処理部21は、形態素解析結果に基づく品詞情報を参照して、構文解析を実行する。 First, the natural language processing unit 21 shown in FIG. 1 reads, for example, the question T1 "Is it valid if I bring my pension book with my personal identification document and no address is written?" The natural language processing unit 19, for example, “identity verification documents”, “person”, “confirmation”, “documents”, “verification documents”, “identity verification”, “pension book”, “pension”, “notebook”, “ At least one or more words such as "bring", "address", "description", and "effective" are cut out. At this time, the natural language processing unit 21 may refer to the technical term dictionary DB 12 and the synonym dictionary DB 13 as necessary. The natural language processing unit 21 also refers to part-of-speech information based on the result of morphological analysis and executes syntactic analysis.

次に、重み付け設定部23は、質問T1に含まれる単語の出現頻度を算出し、算出された単語の出現頻度に基づいて単語ごとの重み付けを設定する。重み付け設定部23は、切り出された、「本人確認書類」、「本人」、「確認」、「書類」、「確認書類」、「本人確認」、「年金手帳」、「年金」、「手帳」、「持参」、「住所」、「記載」、及び「有効」…等の重み付けを設定する。重み付け設定部23は、例えば、一つ又は複数の文書における、出現頻度の高い単語に対する重みをより大きく設定してもよい。また、重み付け設定部23は、一つ又は複数の文書において出現頻度が低い単語に対する重みをより大きく設定してもよい。さらに、重み付け設定部23は、より短い文書において出現回数が多い単語に対する重みをより大きく設定してもよい。なお、設定された単語ごとの重み付けを示す情報は、記録部11において、文書情報BIとして記録されてもよい。 Next, the weighting setting unit 23 calculates the appearance frequency of the words included in the question T1, and sets the weighting for each word based on the calculated appearance frequency of the words. The weighting setting unit 23 uses the extracted "identity verification documents", "person", "confirmation", "documents", "verification documents", "identity verification", "pension handbook", "pension", and "notebook". , “Bring”, “Address”, “Description”, and “Valid” . . . The weighting setting unit 23 may, for example, set higher weights for words with a high appearance frequency in one or a plurality of documents. Also, the weighting setting unit 23 may set a higher weighting for words that appear less frequently in one or a plurality of documents. Furthermore, the weighting setting unit 23 may set a higher weighting for words that appear more frequently in shorter documents. Information indicating the set weighting for each word may be recorded as document information BI in the recording unit 11 .

回答生成部27は、入力された当該質問T1「本人確認書類で年金手帳を持参 住所の記載がない場合は有効?」に含まれる単語「本人確認書類」、「本人」、「確認」、「書類」、「確認書類」、「本人確認」、「年金手帳」、「年金」、「手帳」、「持参」、「住所」、「記載」、及び「有効」等に対応する、重み付け設定部23により設定された重み付けに基づいて、入力された質問T1に対する回答として適合する文章を図1に示す文書情報BIから抽出する。回答生成部27は、例えば、文書情報BIに含まれる構成単位(編、章、節、項、小項目等)ごとに検索し、回答として適合する文章を抽出してもよい。 The answer generation unit 27 generates the words "identity verification document", "person", "confirmation", " Documents", "confirmation documents", "identity verification", "pension book", "pension", "notebook", "bring", "address", "description", "effective", etc. Based on the weighting set by 23, sentences suitable as an answer to the input question T1 are extracted from the document information BI shown in FIG. The answer generator 27 may, for example, search for each structural unit (volume, chapter, section, section, sub-item, etc.) included in the document information BI, and extract a suitable sentence as an answer.

回答生成部27は、例えば、質問T1に含まれる単語ごとに設定された重みに基づいて、文書情報BIとして記録されている、文書データの階層構造の末端に位置する構成単位に含まれる各テキストデータのうち、より大きい重みが設定された一以上の単語をより多く含むテキストデータを、質問T1により適合するテキストデータとして抽出する。なお、マッチング処理は上記に限られず、種々のマッチング処理を採用し得る。 For example, based on the weight set for each word included in the question T1, the answer generator 27 extracts each text included in the structural unit positioned at the end of the hierarchical structure of the document data recorded as the document information BI. Among the data, text data containing more one or more words for which a higher weight is set is extracted as text data more suitable for question T1. Note that the matching process is not limited to the above, and various matching processes can be adopted.

そして、回答生成部27は、文書情報BIから抽出した、質問T1により適合したテキストデータ、例えば、図5に示す「(1)管理編1章…」、「(2)為替編…」、及び「(3)管理編5章…」等に、「上位候補3つを表示します!どれを詳しく見る?」等のテンプレートを追加した回答T3を生成する。 Then, the answer generation unit 27 extracts text data more suitable to the question T1, for example, "(1) Management Chapter 1...", "(2) Currency exchange..." shown in FIG. An answer T3 is generated by adding a template such as "Display top three candidates! Which one should you look at in detail?"

この構成によれば、テンプレートを含む回答を生成することで、人間との会話に近い形式で自然な対話が可能となる。 According to this configuration, by generating an answer including a template, it is possible to have a natural conversation in a form close to conversation with a human being.

図6に示すように、図1に示す出力制御部31は、入力された質問に対する回答が複数生成された場合、当該質問に対する回答としてより適合する回答を優先して出力するように制御する。出力制御部31は、例えば、当該質問T1に対する回答T3としてより適合する上位3つの回答群(第1回答群)、「(1)管理編1章…」、「(2)為替編…」、及び「(3)管理編5章…」を、表示部の画面Gにおいて上から順に出力するように制御してもよい。 As shown in FIG. 6, the output control unit 31 shown in FIG. 1 controls so that when multiple answers to an input question are generated, an answer that is more suitable as an answer to the question is preferentially output. For example, the output control unit 31 selects the top three answer groups (first answer group) that are more suitable as the answer T3 to the question T1, "(1) Management Chapter 1...", "(2) Currency Exchange...", and "(3) Management Chapter 5..." may be controlled to be output in order from the top on the screen G of the display unit.

この構成によれば、ある質問に対する回答としてより適合する回答をユーザが容易に把握することができるので、ユーザの利便性がより向上する。 According to this configuration, the user can easily grasp an answer that is more suitable as an answer to a certain question, so the user's convenience is further improved.

そして、選択結果T5に示すように、画面Gにおいては、回答T3において「(1)管理編1章…」が選択されると、出力制御部31は、回答詳細T7に示すように、「(1)管理編1章…」の具体的内容を出力するように構成される。具体的には、出力制御部31は、選択された番号に基づいて、当該番号に対応する構成単位(編、章、節、項、小項目等)における小項目の説明文を、文書情報BIから抽出して出力する。なお、回答T3における選択の態様に関しては、回答T3内の詳細を確認したい番号を画面G上におけるクリック動作によって選択してもよいし、詳細を確認したい番号を入力欄EBにおいてテキスト入力することで選択してもよい。 Then, as shown in the selection result T5, on the screen G, when "(1) Management Chapter 1..." is selected in the answer T3, the output control unit 31 displays "( 1) It is configured to output the specific contents of "Management, Chapter 1...". Specifically, based on the selected number, the output control unit 31 converts the explanatory text of the sub-item in the constituent unit (volume, chapter, section, paragraph, sub-item, etc.) corresponding to the number to the document information BI. Extract from and output. Regarding the mode of selection in the answer T3, the number whose details you want to check in the answer T3 may be selected by clicking on the screen G, or the number whose details you want to check may be text-inputted in the entry field EB. You may choose.

(ステップS11)
図1に示す記録部11は、スタンプと特定の意味とを対応づけて記録する。
(Step S11)
The recording unit 11 shown in FIG. 1 records stamps and specific meanings in association with each other.

次に、図6に示すように、ユーザが画面GにおいてスタンプボタンSBを押下した場合、出力制御部31は、一つ又は複数のスタンプSTを含むスタンプ選択画面SG1を出力する。 Next, as shown in FIG. 6, when the user presses the stamp button SB on the screen G, the output control section 31 outputs a stamp selection screen SG1 including one or more stamps ST.

図7は、本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図であって、図6に示す対話の内容の続きを示す図である。図6に示すスタンプ選択画面SG1において、例えば、ユーザUがスタンプST1をクリック動作等によって選択すると、図7に示すように、出力制御部31は、ユーザの応答として、スタンプST1を画面Gにおいて出力する。 FIG. 7 is a diagram showing an example of the screen of the display unit of the user terminal device according to the embodiment of the present invention, showing a continuation of the content of the dialogue shown in FIG. On the stamp selection screen SG1 shown in FIG. 6, for example, when the user U selects the stamp ST1 by clicking or the like, the output control unit 31 outputs the stamp ST1 on the screen G as the user's response, as shown in FIG. do.

(ステップS13,15)
図1に示す受付部19は、ユーザからのステップの入力を受け付ける。例えば、受付部19が、スタンプST1の入力を受け付けた場合は、図1に示す回答生成部27は、「もう一度質問をしたい」という特定の意味に対する回答T9「再質問だね!なんでも質問してね!」(第2回答)を生成し当該回答T9を画面G上に提示する。具体的に、回答生成部27は、ユーザUに対して追加の質問を促すような回答を返答する。このように、回答生成部27は、スタンプST1「もう一度質問をしたい」というテキスト情報が入力された場合のように形態素解析や構文解析等の複雑な情報処理を実行することなく、当該テキスト情報が入力されたときと同等の回答を生成することができる。
(Steps S13, 15)
The reception unit 19 shown in FIG. 1 receives step input from the user. For example, when the reception unit 19 receives the input of the stamp ST1, the answer generation unit 27 shown in FIG. (second answer) and presents the answer T9 on the screen G. Specifically, the answer generator 27 replies with an answer that prompts the user U to ask an additional question. In this way, the answer generating unit 27 does not execute complicated information processing such as morphological analysis and syntactic analysis as in the case where the text information "I would like to ask a question again" stamp ST1 is input, and the text information is It can generate an answer that is equivalent to what was entered.

図8は、本発明の実施形態に係るユーザ端末装置の表示部の画面の一例を示す図であって、ユーザが追加の質問をする場合の図である。図8に示すように、図1に示す回答生成部27は、質問T11「入院中の…必要か。」が入力された場合、上記したステップS9と同様な処理を実行することで、入力された当該質問T11に対する回答T13としてより適合する上位3つの回答候補群(第1回答候補群)、「(1)管理編1章…」、「(2)管理編22章…」、及び「(3)管理編19章…」を含む回答T13(第1回答)を生成し、画面Gにおいて提示する。次に、ユーザが画面GにおいてスタンプボタンSBを押下した場合、出力制御部31は、一つ又は複数のスタンプSTを含むスタンプ選択画面SG3を出力する。 FIG. 8 is a diagram showing an example of the screen of the display unit of the user terminal device according to the embodiment of the present invention, and is a diagram when the user asks an additional question. As shown in FIG. 8, when the question T11 "Is hospitalized ... necessary?" The top three answer candidate groups (first answer candidate group) that are more suitable as the answer T13 to the question T11, "(1) Management Chapter 1 ...", "(2) Management Chapter 22 ...", and "( 3) Create an answer T13 (first answer) including "Management Chapter 19..." and present it on the screen G. Next, when the user presses the stamp button SB on the screen G, the output control section 31 outputs a stamp selection screen SG3 including one or more stamps ST.

図9は、図8に示す対話の内容の続きを示す図であって、第1回答候補群以外の回答候補群が新たに出力された図である。図8に示すスタンプ選択画面SG3において、例えば、ユーザUがスタンプST3をクリック動作等によって選択すると、図9に示すように、出力制御部31は、ユーザの応答として、他の回答候補の出力を希望する旨(特定の意味)と予め対応づけられたスタンプST3を画面Gにおいて出力する。そして、図1に示す回答生成部27は、スタンプST3が入力された場合は、「もっと詳しく(他の回答候補の出力を希望する)」という特定の意味に基づいて、質問T11に対する回答として第1回答候補群の次に適合する回答候補群(第2回答候補群)「(4)預金編4章…」、「(5)自動機カード編…」、及び「(6)預金編4章…」を含む回答T15(第2回答)を生成し、出力制御部31は、回答T15を出力するように制御する。 FIG. 9 is a diagram showing the continuation of the content of the dialogue shown in FIG. 8, and is a diagram in which an answer candidate group other than the first answer candidate group is newly output. For example, when the user U selects the stamp ST3 by clicking the stamp ST3 on the stamp selection screen SG3 shown in FIG. A stamp ST3 pre-associated with the desired meaning (specific meaning) is output on the screen G. Then, when the stamp ST3 is input, the answer generation unit 27 shown in FIG. 1 generates the first answer to the question T11 based on the specific meaning of "further details (desired to output other answer candidates)". Answer candidate group (second answer candidate group) that fits next to the first answer candidate group "(4) Deposit Chapter 4...", "(5) Automated Machine Card Chapter...", and "(6) Deposit Chapter 4 . . ” (second answer) is generated, and the output control unit 31 controls to output the answer T15.

次に、図1に示す対話結果管理部29は、ユーザからの質問と、当該質問に対する回答(第1回答)と、入力されたスタンプと、当該スタンプの入力に対する回答(第2回答)とを含む対話結果を対話ログデータベース4に格納する。以下、対話結果管理部29の処理を具体的に説明する。 Next, the dialogue result management unit 29 shown in FIG. 1 stores a question from the user, an answer to the question (first answer), an input stamp, and an answer to the input of the stamp (second answer). The dialog result including the dialog is stored in the dialog log database 4 . The processing of the dialogue result management unit 29 will be specifically described below.

図10は、ユーザが第2回答群のうち所望の回答「(5)自動機カード編…」を選択し、回答の精度を示す回答精度情報を含むスタンプが入力された場合のユーザ端末装置の表示部の画面の一例を示す図である。図10に示すように、回答の精度を示す得点(回答精度情報)「100点」を含むスタンプST5が入力された後に、お気に入りボタンHIが選択されると、対話結果管理部29は、対話の開始から終了まで、つまり、図6~図10に示すT1~T17のテキスト情報及びスタンプST1~ST5を対話結果として対話ログデータベース4に格納する。ユーザUにとって、例えば、回答候補群(第2回答候補群)「(4)預金編4章…」、「(5)自動機カード編…」、及び「(6)預金編4章…」に含まれる回答「(5)自動機カード編…」は、質問T11「入院中の…必要か。」により適合した回答である。このように、対話結果管理部29は、対話の開始から終了まで纏めて管理することで、対話管理サーバ装置1が入力された質問に対してより適合した回答であると評価して提示された回答、及び、実際にユーザが選択した(ユーザが所望する)回答を纏めて管理する。 FIG. 10 shows the user terminal device when the user selects the desired answer "(5) Automatic machine card version..." from the second answer group and enters a stamp including answer accuracy information indicating the accuracy of the answer. It is a figure which shows an example of the screen of a display part. As shown in FIG. 10, when the favorite button HI is selected after the stamp ST5 including the score (answer accuracy information) "100 points" indicating the accuracy of the answer is input, the dialogue result management unit 29 From the start to the end, that is, the text information of T1 to T17 and stamps ST1 to ST5 shown in FIGS. 6 to 10 are stored in the dialogue log database 4 as the dialogue result. For the user U, for example, the answer candidate group (second answer candidate group) "(4) Deposit Chapter 4...", "(5) Automatic Machine Card Chapter...", and "(6) Deposit Chapter 4..." The included answer "(5) Automated machine card version..." is an answer that is more suitable than the question T11 "Is hospitalized... necessary?" In this way, the dialogue result management unit 29 collectively manages the dialogue from the start to the end, so that the dialogue management server device 1 evaluates and presents an answer that is more suitable for the input question. Answers and answers actually selected by the user (desired by the user) are collectively managed.

具体的に、対話結果管理部29は、対話結果として格納されたスタンプST1に基づいて、スタンプST1が入力された前の回答T7は質問T1に対する回答としては不適切だった(回答精度が低かった)と分析する。 Specifically, based on the stamp ST1 stored as the dialogue result, the dialogue result management unit 29 determines that the answer T7 before the stamp ST1 was input was inappropriate as an answer to the question T1 (answer accuracy was low). ).

また、対話結果管理部29は、対話結果として格納されたスタンプST3に基づいて、質問T11に対する回答候補として第1回答候補群は適切ではあるものの、ユーザにとって質問T11により適合した回答が第2回答候補群に存在した(候補表示精度が低かった)と分析する。 Further, based on the stamp ST3 stored as the dialogue result, the dialogue result management unit 29 determines that although the first answer candidate group is suitable as an answer candidate for the question T11, the answer more suitable for the user to the question T11 is the second answer. It is analyzed that it existed in the candidate group (candidate display accuracy was low).

さらに、対話結果管理部29は、当該スタンプST5を含む対話結果を格納し、回答精度情報に基づいて当該対話結果を回答精度に応じて分類する。つまり、対話結果管理部29は、入力された回答の精度を反映したスタンプとともに対話結果を繰り返し記録し、複数の対話結果を回答の精度ごとに分類し管理する。 Further, the dialogue result management unit 29 stores the dialogue result including the stamp ST5, and classifies the dialogue result according to the answer accuracy based on the answer accuracy information. In other words, the dialogue result management unit 29 repeatedly records the dialogue result together with a stamp reflecting the accuracy of the input answer, and classifies and manages a plurality of dialogue results according to the accuracy of the answer.

回答生成部27は、対話結果として対話ログデータベース4に格納されたスタンプに対応づけられた特定の意味に基づいて、入力された質問と、当該質問に対する回答(第1回答)及びスタンプに対する回答(第2回答)とのマッチングの重み付けを学習する。 Based on the specific meaning associated with the stamp stored in the dialogue log database 4 as the dialogue result, the answer generator 27 generates the input question, the answer to the question (first answer), and the answer to the stamp (first answer). 2nd answer) is learned.

例えば、回答生成部27は、ユーザUにとって、質問T11には、第1回答候補群に対応する回答T13(第1回答)よりも、スタンプST3の入力後に出力された、第2回答候補群に対応する回答T15(第2回答)に含まれる回答「(5)自動機カード編…」がより適合する回答であることを分析し、回答「(5)自動機カード編…」の重み付けが他の回答に比べて上がるように制御する。例えば、回答生成部27は、回答「(5)自動機カード編…」の重み付けをあげるとともに、回答T13に含まれる回答「(1)管理編1章…」、「(2)管理編22章…」、及び「(3)管理編19章…」の重み付けを下げてもよい。このように、回答生成部27は、対話ごとに管理された対話結果に基づいて繰り返し学習することで、入力される質問と回答とのマッチングの重み付けを学習する。 For example, for the user U, the answer generation unit 27 may give the second answer candidate group output after the stamp ST3 is input rather than the answer T13 (first answer) corresponding to the first answer candidate group to the question T11. Analyzing that the answer "(5) Automatic machine card edition..." included in the corresponding answer T15 (second answer) is a more suitable answer, the weighting of the answer "(5) Automatic machine card edition..." Control so that it rises compared to the answer of For example, the answer generating unit 27 increases the weighting of the answer "(5) Automatic machine card edition...", and the answers "(1) Management chapter 1..." and "(2) Management chapter 22" included in the answer T13. …” and “(3) Chapter 19 of the management section …” may be weighted down. In this way, the answer generation unit 27 learns weighting for matching between input questions and answers by repeatedly learning based on dialogue results managed for each dialogue.

また、回答生成部27は、対話結果としてスタンプST5(回答精度100点)が含まれる場合、入力された質問に対する回答の精度が良好であったと判断され、スタンプST5が入力された前の回答については、他の回答に比べて重み付けを上げてもよい。他方で、回答精度が低いスタンプが含まれる場合、当該スタンプが入力された前の回答については、他の回答に比べて重み付けを下げてもよい。 Further, when stamp ST5 (answer accuracy of 100 points) is included in the dialogue result, the answer generation unit 27 determines that the accuracy of the answer to the input question was good, and determines the answer before stamp ST5 was input. may be given more weight than other answers. On the other hand, if a stamp with a low answer accuracy is included, the previous answer in which the stamp was entered may be given a lower weight than the other answers.

以上、本発明の第1実施形態によれば、ネットワークNを介する、ユーザ端末装置6と対話管理サーバ装置1との間の対話において、ユーザから入力される情報として特定の意味と対応づけられたスタンプを採用する。よって、テキスト情報が入力された場合のように形態素解析や構文解析等の複雑な情報処理を実行する必要がないので情報処理に関する負荷を低減でき、且つ、スタンプに予め対応づけられた特定の意味を把握することでユーザの意図の曖昧性を解消でき、より適切な対話の実現を図ることができる。また、特定の意味が付与されたスタンプを含む対話結果を分析することで回答正否や対話傾向をつかみやすくなる。 As described above, according to the first embodiment of the present invention, in the dialogue between the user terminal device 6 and the dialogue management server device 1 via the network N, the information input by the user is associated with a specific meaning. Adopt a stamp. Therefore, there is no need to execute complicated information processing such as morphological analysis and syntactic analysis, which is required when text information is input. By grasping the , the ambiguity of the user's intention can be resolved, and a more appropriate dialogue can be realized. In addition, by analyzing the dialogue results that include stamps with specific meanings, it becomes easier to grasp the correctness of answers and dialogue trends.

また、回答生成部27は、対話ごとに管理された対話結果に基づいて繰り返し学習することで、入力される質問と回答とのマッチングの重み付けを学習する。 In addition, the answer generator 27 learns weighting for matching between input questions and answers by repeatedly learning based on dialogue results managed for each dialogue.

この構成によれば、質問と回答とのマッチングの重み付けを学習することができるので、回答の精度を向上させることができる。 According to this configuration, it is possible to learn the weighting of matching between questions and answers, so it is possible to improve the accuracy of answers.

さらに、対話結果管理部は、回答に対する応答として、回答の精度を示す得点を含むスタンプを受け付け、入力された質問文と、当該質問文に対応する回答と、当該スタンプとを含む対話結果を更に格納し、回答精度に基づいて当該対話結果を回答精度に応じて分類する。 Furthermore, the dialogue result management unit receives a stamp including a score indicating the accuracy of the answer as a response to the answer, and further generates a dialogue result including the input question text, the answer corresponding to the question text, and the stamp. The dialogue result is stored and classified according to the answer accuracy based on the answer accuracy.

この構成によれば、対話結果を回答精度ごとに分類し管理することにより、対話ログビッグデータ解析でのクラス分けに有効活用することができ、分析結果を企業における業務フローの最適化や効率化、従業員への教育等に用い易くすることが可能となる。 According to this configuration, by classifying and managing the dialogue results by answer accuracy, it can be effectively used for classification in dialogue log big data analysis, and the analysis results can be used to optimize and improve the efficiency of business flows in companies. , it is possible to make it easier to use for employee education, etc.

<第2実施形態>
図11は、質問(又は応答)及び当該質問(又は応答)に対する回答が所定の回数繰り返された場合の、端末装置の表示部の画面の一例を示す図である。図11に示すように、図1に示す音声対話管理部35は、あるユーザUとの間で質問及び当該質問に対する回答が所定の回数繰り返された場合であって、当該回答に対する回答として音声対話を希望する旨と予め対応づけられたスタンプST7が入力されたとき、当該ユーザUとの間で音声対話が可能となるように管理する。例えば、音声対話管理部35は、図11のテキストT11~T15及びスタンプST3に示すように、ユーザUとの間で質問(又は応答)及び回答が例えば2回実行された場合、図1に示すオペレータと電話を介して対話可能となるように電話回線にアクセスできるように管理する。なお、所定の回数は、2回に限定されない。1回であってもよいし、3回以上であってもよい。
<Second embodiment>
FIG. 11 is a diagram showing an example of the screen of the display unit of the terminal device when the question (or response) and the answer to the question (or response) are repeated a predetermined number of times. As shown in FIG. 11, the voice dialogue management unit 35 shown in FIG. When the stamp ST7 pre-associated with the user U is input, management is performed so that voice interaction with the user U becomes possible. For example, the voice dialogue management unit 35, as shown in the texts T11 to T15 and the stamp ST3 in FIG. Manage access to telephone lines so that operators can interact via telephone. Note that the predetermined number of times is not limited to two. It may be performed once, or may be performed three times or more.

ユーザUとの間で質問及び回答が例えば2回実行された場合であって、ユーザUから電話のリクエスト(音声対話を希望する旨を示すスタンプST7の入力)があったとき、図1に示す出力制御部31は、電話を許容するためのメッセージT21を画面Gにおいて表示するように構成されてもよい。 In the case where the question and the answer are executed, for example, twice with the user U, and the user U makes a request for a phone call (input of a stamp ST7 indicating a desire for voice dialogue), the following is shown in FIG. The output control unit 31 may be configured to display on the screen G a message T21 for permitting the call.

電話による対話は、図1に示すユーザ端末装置6とオペレータのオペレータ端末装置8との間で実行もよいし、ユーザ端末装置6やオペレータ端末装置8とは異なる他の通話機器を介して実行されてもよい。ユーザとオペレータの音声情報は、ユーザ端末装置6、オペレータ端末装置8、当該他の通話機器が収集し、対話管理サーバ装置1に送信する。なお、画面Gは、ユーザ端末装置6の表示部とオペレータ端末装置8の表示部で共通して表示されてもよい。オペレータは、電話による対話までの画面G上での対話を踏まえて、電話による応答が可能となる。 Dialogue by telephone may be performed between the user terminal device 6 and the operator's operator terminal device 8 shown in FIG. may Voice information of the user and the operator is collected by the user terminal device 6, the operator terminal device 8, and other communication devices, and transmitted to the dialogue management server device 1. FIG. Note that the screen G may be displayed in common on the display unit of the user terminal device 6 and the display unit of the operator terminal device 8 . The operator can respond by telephone based on the dialogue on the screen G up to the dialogue by telephone.

ここで、図1に示す、対話管理サーバ装置1の音声認識処理部33は、ユーザとオペレータとの音声対話の音声情報を認識し、対話結果管理部29は、対話結果としてユーザごとに、認識された音声情報の登録又は更新を管理してもよい。 Here, the speech recognition processing unit 33 of the dialogue management server device 1 shown in FIG. may manage the registration or update of voice information provided.

以上、本発明の第2実施形態によれば、音声対話管理部35は、あるユーザとの間で質問及び当該質問に対する回答が所定の回数繰り返された場合であって、当該回答に対する回答として音声対話を希望する旨を示すスタンプST7が入力されたとき、当該ユーザとの間で音声対話が可能となるように管理する。よって、ユーザが簡単にオペレータに対して電話することを防ぐことでオペレータに対する電話の回数が減少するので、組織内の業務の効率化が図れる。 As described above, according to the second embodiment of the present invention, when a question and an answer to the question are repeated a predetermined number of times with a certain user, the voice interaction management unit 35 uses the voice as the answer to the answer. When the stamp ST7 indicating the desire for dialogue is input, management is performed so that voice dialogue is possible with the user. Therefore, by preventing the user from calling the operator easily, the number of calls to the operator can be reduced, thereby improving the efficiency of work within the organization.

なお、上記各実施形態は、本発明の理解を容易にするためのものであり、本発明を限定して解釈するものではない。本発明はその趣旨を逸脱することなく、変更/改良され得るとともに、本発明にはその等価物も含まれる。 It should be noted that each of the above-described embodiments is for facilitating understanding of the present invention, and is not intended to limit and interpret the present invention. The present invention may be modified/improved without departing from its spirit, and the present invention also includes equivalents thereof.

図5に示すフローチャートの各ステップSは、必ずしも上記したステップとおりに実行される必要はない。例えば、ステップS1、S3及びS5は、ステップS7の後に実行されてもよい。また、ステップS11は、少なくともステップS15の前に実行されていればよく、対話管理処理が実行される前提として、例えばステップS1が開始される前に予め実行されてもよい。 Each step S in the flow chart shown in FIG. 5 does not necessarily have to be executed exactly as described above. For example, steps S1, S3 and S5 may be performed after step S7. Further, step S11 may be executed at least before step S15, and may be executed before step S1 is started, for example, as a prerequisite for execution of the dialogue management process.

1…対話管理サーバ装置、4…対話ログDB、6…ユーザ端末装置、8…オペレータ端末装置、10…情報処理部、11…記録部、12…専門用語辞書DB、13…同義語辞書DB、15…取得部、17…データ変換部、19…受付部、21…自然言語処理部、23…重み付け設定部、27…回答生成部、29…対話結果管理部、31…出力制御部、33…音声認識処理部、35…音声対話管理部、100…対話管理システム REFERENCE SIGNS LIST 1 dialogue management server device, 4 dialogue log DB, 6 user terminal device, 8 operator terminal device, 10 information processing section, 11 recording section, 12 technical term dictionary DB, 13 synonym dictionary DB, 15... Acquisition unit 17... Data conversion unit 19... Reception unit 21... Natural language processing unit 23... Weight setting unit 27... Answer generation unit 29... Dialogue result management unit 31... Output control unit 33... Speech recognition processing unit 35 Spoken dialogue management unit 100 Dialogue management system

Claims (6)

一つ又は複数の端末装置からの質問に回答する対話管理サーバであって、
前記端末装置から前記質問の入力を受け付ける受付部であって、画像情報であるスタンプの入力を更に受け付ける受付部と、
入力された前記質問に対する第1回答を生成する回答生成部であって、前記スタンプに予め対応づけられた特定の意味に基づいて、入力された前記スタンプに対する第2回答を生成する回答生成部と、
前記質問と、当該質問に対する前記第1回答と、入力された前記スタンプと、当該スタンプに対する前記第2回答とを含む対話結果を対話ログデータベースに格納する対話結果管理部と、を備え
前記回答生成部は、前記対話結果として前記対話ログデータベースに格納された前記スタンプに対応づけられた前記特定の意味に基づいて、前記質問と、前記第1回答及び前記第2回答とのマッチングの重み付けを学習する、
対話管理サーバ。
A dialogue management server that answers questions from one or more terminal devices,
a reception unit that receives input of the question from the terminal device, the reception unit that further receives input of a stamp that is image information;
an answer generation unit that generates a first answer to the input question, and an answer generation unit that generates a second answer to the input stamp based on a specific meaning previously associated with the stamp; ,
a dialog result management unit that stores, in a dialog log database, dialog results including the question, the first answer to the question, the input stamp, and the second answer to the stamp ;
The answer generation unit performs matching between the question and the first answer and the second answer based on the specific meaning associated with the stamp stored in the dialogue log database as the dialogue result. learning weights,
Dialogue management server.
生成された前記第1回答を出力する出力制御部を更に備え、
前記出力制御部は、前記質問に対する第1回答が複数生成された場合、当該質問に対する回答としてより適合する第1回答候補群を優先して出力するように制御する、
請求項1に記載の対話管理サーバ。
Further comprising an output control unit that outputs the generated first answer,
When a plurality of first answers to the question are generated, the output control unit controls to preferentially output a first answer candidate group that is more suitable as an answer to the question,
The interaction management server according to claim 1.
前記出力制御部は、他の回答候補の出力を希望する旨と予め対応づけられた前記スタンプが入力された場合、前記第2回答として、前記第1回答候補群の次に適合する第2回答候補群を出力するように制御する、
請求項2に記載の対話管理サーバ。
When the stamp pre-associated with the desire to output another answer candidate is input, the output control unit sets the second answer as the second answer next to the first answer candidate group. control to output the candidate group,
3. The interaction management server according to claim 2.
前記端末装置との間で前記質問及び当該質問に対する前記第1回答が所定の回数繰り返された場合であって、当該第1回答に対する応答として音声対話を希望する旨と予め対応づけられた前記スタンプが入力されたとき、ユーザとの間で音声対話が可能となるように管理する音声対話管理部を更に備える、
請求項1又は請求項2に記載の対話管理サーバ。
The stamp pre-associated with the fact that the question and the first answer to the question are repeated a predetermined number of times with the terminal device, and that a voice dialogue is desired as a response to the first answer. is input, further comprising a voice dialogue management unit that manages to enable voice dialogue with the user,
3. The interaction management server according to claim 1 or 2.
コンピュータにより実行される、一つ又は複数の端末装置からの質問に回答する対話管理方法であって、
前記端末装置から前記質問の入力を受け付けるステップと、
入力された前記質問に対する第1回答を生成するステップと、
画像情報であるスタンプの入力を更に受け付けるステップと、
前記スタンプに予め対応づけられた特定の意味に基づいて、入力された前記スタンプに対する第2回答を生成するステップと、
前記質問と、当該質問に対する前記第1回答と、入力された前記スタンプと、当該スタンプに対する前記第2回答とを含む対話結果を対話ログデータベースに格納するステップと、
前記対話結果として前記対話ログデータベースに格納された前記スタンプに対応づけられた前記特定の意味に基づいて、前記質問と、前記第1回答及び前記第2回答とのマッチングの重み付けを学習するステップと
を含む、
対話管理方法。
A computer-implemented dialogue management method for answering questions from one or more terminal devices, comprising:
receiving an input of the question from the terminal device;
generating a first answer to the entered question;
a step of further receiving an input of a stamp, which is image information;
generating a second answer to the input stamp based on a particular meaning pre-associated with the stamp;
a step of storing a dialogue result including the question, the first answer to the question, the input stamp, and the second answer to the stamp in a dialogue log database;
learning weights for matching the question with the first answer and the second answer based on the specific meaning associated with the stamp stored in the dialogue log database as the dialogue result;
including,
Dialogue management method.
一つ又は複数の端末装置からの質問に回答するコンピュータに、
前記端末装置から前記質問の入力を受け付ける受付部であって、画像情報であるスタンプの入力を更に受け付ける受付部、
入力された前記質問に対する第1回答を生成する回答生成部であって、前記スタンプに予め対応づけられた特定の意味に基づいて、入力された前記スタンプに対する第2回答を生成する回答生成部、
前記質問と、当該質問に対する前記第1回答と、入力された前記スタンプと、当該スタンプに対する前記第2回答とを含む対話結果を対話ログデータベースに格納する対話結果管理部、
して機能させるものであり
前記回答生成部は、前記対話結果として前記対話ログデータベースに格納された前記スタンプに対応づけられた前記特定の意味に基づいて、前記質問と、前記第1回答及び前記第2回答とのマッチングの重み付けを学習する、
プログラム。
a computer that answers questions from one or more terminals,
a reception unit that receives input of the question from the terminal device, the reception unit that further receives input of a stamp that is image information;
an answer generation unit that generates a first answer to the input question, the answer generation unit that generates a second answer to the input stamp based on a specific meaning pre-associated with the stamp;
a dialog result management unit that stores, in a dialog log database, dialog results including the question, the first answer to the question, the input stamp, and the second answer to the stamp;
It functions as
The answer generation unit performs matching between the question and the first answer and the second answer based on the specific meaning associated with the stamp stored in the dialogue log database as the dialogue result. learning weights,
program.
JP2018027140A 2018-02-19 2018-02-19 Dialogue management server, dialogue management method, and program Active JP7199000B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018027140A JP7199000B2 (en) 2018-02-19 2018-02-19 Dialogue management server, dialogue management method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018027140A JP7199000B2 (en) 2018-02-19 2018-02-19 Dialogue management server, dialogue management method, and program

Publications (3)

Publication Number Publication Date
JP2019144755A JP2019144755A (en) 2019-08-29
JP2019144755A5 JP2019144755A5 (en) 2021-04-15
JP7199000B2 true JP7199000B2 (en) 2023-01-05

Family

ID=67773816

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018027140A Active JP7199000B2 (en) 2018-02-19 2018-02-19 Dialogue management server, dialogue management method, and program

Country Status (1)

Country Link
JP (1) JP7199000B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116992861B (en) * 2023-09-25 2023-12-08 四川健康久远科技有限公司 Intelligent medical service processing method and system based on data processing

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014170397A (en) 2013-03-04 2014-09-18 L Is B Corp Message system
JP2017072963A (en) 2015-10-07 2017-04-13 Necソリューションイノベータ株式会社 Information analysis device and information analysis method
JP2018010411A (en) 2016-07-12 2018-01-18 Supership株式会社 Information processing device and program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0778171A (en) * 1993-09-07 1995-03-20 Canon Inc Information retrieving device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014170397A (en) 2013-03-04 2014-09-18 L Is B Corp Message system
JP2017072963A (en) 2015-10-07 2017-04-13 Necソリューションイノベータ株式会社 Information analysis device and information analysis method
JP2018010411A (en) 2016-07-12 2018-01-18 Supership株式会社 Information processing device and program

Also Published As

Publication number Publication date
JP2019144755A (en) 2019-08-29

Similar Documents

Publication Publication Date Title
US20190272269A1 (en) Method and system of classification in a natural language user interface
US20180285595A1 (en) Virtual agent for the retrieval and analysis of information
US7197460B1 (en) System for handling frequently asked questions in a natural language dialog service
US7548858B2 (en) System and method for selective audible rendering of data to a user based on user input
US8645122B1 (en) Method of handling frequently asked questions in a natural language dialog service
US8566699B2 (en) Intent-based information processing and updates
US7184539B2 (en) Automated call center transcription services
US7869998B1 (en) Voice-enabled dialog system
JP2020518870A (en) Facilitating end-to-end communication with automated assistants in multiple languages
US10762114B1 (en) Ecosystem for providing responses to user queries entered via a conversational interface
KR101751113B1 (en) Method for dialog management based on multi-user using memory capacity and apparatus for performing the method
US10713288B2 (en) Natural language content generator
JP7297458B2 (en) Interactive content creation support method
US11727213B2 (en) Automatic conversation bot generation using input form
US20020111786A1 (en) Everyday language-based computing system and method
JP2020184342A (en) Dialog management server, dialog management method, and program
Kumari et al. Enhancing college chat bot assistant with the help of richer human computer interaction and speech recognition
JP6550628B1 (en) Dialog management server, dialog management method, and program
JP7199000B2 (en) Dialogue management server, dialogue management method, and program
CN110931002B (en) Man-machine interaction method, device, computer equipment and storage medium
Di Fabbrizio et al. AT&t help desk.
CN110249326B (en) Natural language content generator
JP7007007B1 (en) Automatic response program construction system
Laitila The Development of a Content Management System for Small-Scale Voice Controlled Websites
Ida Growth and Branching of Natural Language Processing

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210216

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210216

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220203

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220401

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20220726

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221014

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20221014

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20221024

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20221025

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221205

R150 Certificate of patent or registration of utility model

Ref document number: 7199000

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150