JP2023177430A - Information processing device, information processing system, information processing method, and program - Google Patents

Information processing device, information processing system, information processing method, and program Download PDF

Info

Publication number
JP2023177430A
JP2023177430A JP2022090089A JP2022090089A JP2023177430A JP 2023177430 A JP2023177430 A JP 2023177430A JP 2022090089 A JP2022090089 A JP 2022090089A JP 2022090089 A JP2022090089 A JP 2022090089A JP 2023177430 A JP2023177430 A JP 2023177430A
Authority
JP
Japan
Prior art keywords
information
input
information processing
response
analysis
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.)
Pending
Application number
JP2022090089A
Other languages
Japanese (ja)
Inventor
隆軌 毛利
Takanori Mori
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2022090089A priority Critical patent/JP2023177430A/en
Publication of JP2023177430A publication Critical patent/JP2023177430A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

To enable more efficient improvement of a system by analyzing inquiry content from a user.SOLUTION: According to the present invention, an information processing device for providing a service for performing a response in accordance with content inputted from a user terminal is provided with an analysis part for acquiring contents inputted in the past from a plurality of user terminals from a storage part to analyze the contents. The storage part stores history information including a plurality of pieces of input information about contents respectively inputted from the plurality of user terminals, and response information about responses to the plurality of pieces input information, and the analysis part extracts at least one word phrase from each of the plurality of pieces of input information, and analyzes the plurality of pieces of input information on the basis of the word phrase.SELECTED DRAWING: Figure 3

Description

本発明は、情報処理装置、情報処理システム、情報処理方法、及びプログラムに関する。 The present invention relates to an information processing device, an information processing system, an information processing method, and a program.

利用者からの問い合わせ等に応じて、コンピュータ等の装置またはオペレータが応答する自動応答サービス、いわゆるチャットボット(単に「ボット」等とも呼称)のシステムが知られている。 2. Description of the Related Art A so-called chatbot (also simply referred to as a "bot") system is known as an automatic response service in which a device such as a computer or an operator responds to inquiries from users.

自動応答サービスの管理者は、適切な回答がなされるよう適宜、システムの改善を図る場合がある。例えば特許文献1の技術では、回答が得られなかった問い合わせを抽出し、その問い合わせに所定のキーワードを紐づけて、紐づけたキーワードに対する回答とともに質問情報を登録することが可能である。 The administrator of the automated response service may improve the system as appropriate to ensure that appropriate responses are provided. For example, with the technology disclosed in Patent Document 1, it is possible to extract inquiries for which no answers were obtained, associate predetermined keywords with the inquiries, and register question information together with answers to the associated keywords.

しかしながら、上述したように従来、適切な回答がなされるよう適宜、システムの改善を図る場合においては、例えば記録された問合せの中からより多い問合せ内容に基づき対応していくのがよいものの、さまざまなユーザの問合せの表現の差異などにより、どのような問合せが多く存在するのか分かりにくく非効率的である。 However, as mentioned above, when trying to improve the system as appropriate so that appropriate answers can be given, it is better to respond based on the contents of more inquiries from among the recorded inquiries, for example, but there are various Due to the differences in the expressions of user queries, it is difficult to understand what types of queries exist and it is inefficient.

本発明は、上記に鑑みてなされたものであって、利用者からの問い合わせ内容の解析によって、より効率的なシステムの改善を行うことを目的とする。 The present invention has been made in view of the above, and an object of the present invention is to improve the system more efficiently by analyzing the contents of inquiries from users.

上述した課題を解決し、目的を達成するために、本発明は、利用者端末から入力された内容に応じて応答を行うサービスを提供する情報処理装置であって、過去に複数の利用者端末から入力された内容を、記憶部から取得して解析する解析部を備え、前記記憶部には、前記複数の利用者端末のそれぞれから入力された内容に関する複数の入力情報と、前記複数の入力情報のそれぞれへの応答に関する応答情報と、を含む履歴情報が記憶されており、前記解析部は、前記複数の入力情報のそれぞれから少なくとも1つの語句を抽出し、前記語句に基づいて前記複数の入力情報の解析を行う。 In order to solve the above-mentioned problems and achieve the purpose, the present invention provides an information processing device that provides a service that responds according to the content input from a user terminal, and which an analysis unit that acquires and analyzes the content input from the storage unit, and the storage unit includes a plurality of input information regarding the content input from each of the plurality of user terminals, and a plurality of input information about the content input from each of the plurality of user terminals. Response information regarding responses to each piece of information is stored, and the analysis unit extracts at least one word from each of the plurality of input information, and extracts at least one word from each of the plurality of input information, and extracts one or more words from each of the plurality of input information based on the word or phrase. Analyze input information.

本発明によれば、利用者からの問い合わせ内容の解析によって、より効率的なシステムの改善を行うことができる。 According to the present invention, it is possible to improve the system more efficiently by analyzing the contents of inquiries from users.

図1は、実施形態にかかる情報処理システムの全体構成の概要を示す模式図である。FIG. 1 is a schematic diagram showing an overview of the overall configuration of an information processing system according to an embodiment. 図2は、実施形態にかかる情報処理装置のハードウェア構成の一例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of the hardware configuration of the information processing device according to the embodiment. 図3は、実施形態にかかる情報処理装置の機能構成の一例を他の構成との関係とともに示すブロック図である。FIG. 3 is a block diagram illustrating an example of the functional configuration of the information processing apparatus according to the embodiment along with relationships with other configurations. 図4は、実施形態にかかる応答情報データベースの構成の一例を示す模式図である。FIG. 4 is a schematic diagram showing an example of the configuration of the response information database according to the embodiment. 図5は、実施形態にかかる履歴情報データベースの構成の一例を示す模式図である。FIG. 5 is a schematic diagram showing an example of the configuration of the history information database according to the embodiment. 図6は、実施形態にかかる解析結果データベースの構成の一例を示す模式図である。FIG. 6 is a schematic diagram showing an example of the configuration of the analysis result database according to the embodiment. 図7は、実施形態にかかる管理端末のハードウェア構成の一例を示すブロック図である。FIG. 7 is a block diagram showing an example of the hardware configuration of the management terminal according to the embodiment. 図8は、実施形態にかかる管理端末の機能構成の一例を示すブロック図である。FIG. 8 is a block diagram showing an example of the functional configuration of the management terminal according to the embodiment. 図9は、実施形態にかかる管理端末に表示される履歴情報解析画面の一例を示す図である。FIG. 9 is a diagram illustrating an example of a history information analysis screen displayed on the management terminal according to the embodiment. 図10は、実施形態にかかる管理端末に表示される履歴情報解析画面の一例を示す図である。FIG. 10 is a diagram illustrating an example of a history information analysis screen displayed on the management terminal according to the embodiment. 図11は、実施形態にかかる情報処理装置による語句の抽出処理の手順の一例を示すフロー図である。FIG. 11 is a flow diagram illustrating an example of a procedure for word extraction processing performed by the information processing apparatus according to the embodiment. 図12は、実施形態にかかる情報処理装置による抽出語句のカウント処理の手順の一例を示すフロー図である。FIG. 12 is a flow diagram illustrating an example of a procedure for counting extracted words by the information processing apparatus according to the embodiment.

以下、発明を実施するための最良の形態を、図面に従って詳細に説明する。 DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the best mode for carrying out the invention will be described in detail with reference to the drawings.

[実施形態]
以下に、図面を用いて実施形態について説明する。
[Embodiment]
Embodiments will be described below with reference to the drawings.

(情報処理システムの概略構成例)
図1は、実施形態にかかる情報処理システム1の全体構成の概要を示す模式図である。実施形態の情報処理システム1は、利用者が入力した内容に応じて応答を行うサービスを提供するシステムであって、例えばコンピュータ等の装置が利用者に対して自動応答を行うチャットボット等の疑似応答システムとして構成されている。
(Example of schematic configuration of information processing system)
FIG. 1 is a schematic diagram showing an overview of the overall configuration of an information processing system 1 according to an embodiment. The information processing system 1 of the embodiment is a system that provides a service that responds according to the content input by the user, and is a system that provides a service that responds according to the content input by the user. Configured as a response system.

図1に示すように、情報処理システム1は、情報処理装置10、応答端末20、及び管理端末30を備える。 As shown in FIG. 1, the information processing system 1 includes an information processing device 10, a response terminal 20, and a management terminal 30.

情報処理装置10は、インターネット等のネットワークを介して、情報処理装置10に代わって利用者への応答を行うオペレータが使用する応答端末20、情報処理システム1の管理者が使用する管理端末30、及び利用者が使用する複数の利用者端末50(50a,50b,50c・・・)と接続されている。 The information processing device 10 includes a response terminal 20 used by an operator who responds to users on behalf of the information processing device 10 via a network such as the Internet, a management terminal 30 used by an administrator of the information processing system 1, and a plurality of user terminals 50 (50a, 50b, 50c, . . . ) used by users.

ただし、情報処理装置10が、応答端末20及び管理端末30の少なくともいずれかと、イントラネット等のネットワークを介して接続されていてもよい。 However, the information processing device 10 may be connected to at least one of the response terminal 20 and the management terminal 30 via a network such as an intranet.

応答端末20、管理端末30、及び利用者端末50は、デスクトップ型、ラップトップ型、またはノート型等のPC(Personal Computer)である。応答端末20及び利用者端末50の少なくともいずれかは、スマートフォン、タブレット、または携帯電話等の携帯端末であってもよい。 The response terminal 20, the management terminal 30, and the user terminal 50 are desktop, laptop, or notebook PCs (Personal Computers). At least one of the response terminal 20 and the user terminal 50 may be a mobile terminal such as a smartphone, a tablet, or a mobile phone.

管理者は、管理端末30を介して情報処理システム1の管理、保守、アップデート等を行う。例えば管理者は、情報処理装置10の機能向上を図るため、利用者からの問い合わせ内容および情報処理装置10からの応答内容等を解析し、情報処理装置10の仕様を改変する等の各種処理を管理端末30から行うことができる。 The administrator manages, maintains, updates, etc. the information processing system 1 via the management terminal 30. For example, in order to improve the functionality of the information processing device 10, the administrator analyzes the content of inquiries from users and the content of responses from the information processing device 10, and performs various processes such as modifying the specifications of the information processing device 10. This can be done from the management terminal 30.

利用者は、利用者端末50に問い合わせ等の文章を入力する。利用者端末50は、その入力内容に関する入力情報を、ネットワークを介して情報処理装置10に送信する。また、利用者は、情報処理システム1からの回答を得ると、その回答に対する評価結果を利用者端末50に入力することができる。利用者端末50は、利用者の評価結果に関する評価情報を、ネットワークを介して情報処理装置10に送信する。 A user inputs text such as an inquiry into the user terminal 50. The user terminal 50 transmits input information regarding the input contents to the information processing device 10 via the network. Further, when the user receives a response from the information processing system 1, the user can input the evaluation result for the response into the user terminal 50. The user terminal 50 transmits evaluation information regarding the user's evaluation results to the information processing device 10 via the network.

オペレータは、利用者からの呼び出し等に応じて、利用者端末50からの入力情報に応じた応答を応答端末20から入力する。応答端末20は、オペレータの応答内容に関する応答情報を、例えば情報処理装置10を経由して利用者端末50へと送信する。これにより、情報処理装置10に替わって応答端末20から、利用者への応答を返すこともできる。 The operator inputs a response from the response terminal 20 according to the input information from the user terminal 50 in response to a call or the like from the user. The response terminal 20 transmits response information regarding the content of the operator's response to the user terminal 50 via the information processing device 10, for example. Thereby, a response can be returned to the user from the response terminal 20 instead of the information processing device 10.

情報処理装置10は、例えばCPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)等を備えるコンピュータとして構成されている。また、情報処理装置10には、応答情報DB(データベース)115、履歴情報DB125、及び解析結果DB135が保持されている。 The information processing device 10 is configured as a computer including, for example, a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like. The information processing device 10 also retains a response information DB (database) 115, a history information DB 125, and an analysis result DB 135.

情報処理装置10は、利用者端末50から入力情報を取得すると、その入力情報に応じた応答情報を応答情報DB115から取得して、利用者端末50へと出力する。 When the information processing device 10 acquires input information from the user terminal 50 , it acquires response information corresponding to the input information from the response information DB 115 and outputs it to the user terminal 50 .

応答情報DB115は、複数の入力情報に応じた複数の応答情報を保持しており、情報処理装置10が取得した入力情報に対する応答情報を読み出し可能である。 The response information DB 115 holds a plurality of pieces of response information corresponding to a plurality of pieces of input information, and can read the response information for the input information acquired by the information processing device 10.

履歴情報DB125は、利用者とのこれまでのセッションの内容を含む履歴情報を保持しており、例えば情報処理装置10、応答端末20、または管理端末30からの要求に応じて、要求があった情報処理装置10、応答端末20、または管理端末30に履歴情報を読み出し可能である。 The history information DB 125 holds history information including the content of past sessions with users, and for example, in response to a request from the information processing device 10, the response terminal 20, or the management terminal 30. History information can be read to the information processing device 10, response terminal 20, or management terminal 30.

ここで、セッションとは、例えば利用者に対する応答サービスの1回の提供内容を意味する。セッションの内容には、例えば利用者と情報処理システム1との間で交わされた少なくとも1回分の入力情報と応答情報とが含まれる。情報処理システム1からの応答情報には、情報処理装置10により生成された応答情報と、応答端末20でオペレータにより生成された応答情報とが共に含まれうる。 Here, a session means, for example, the content of a response service provided to a user once. The content of the session includes, for example, at least one input information and response information exchanged between the user and the information processing system 1. The response information from the information processing system 1 may include both response information generated by the information processing device 10 and response information generated by the operator at the response terminal 20.

したがって、1回分のセッションについての履歴情報には、利用者端末50及び情報処理システム1の間で交わされた1組以上の入力情報および応答情報が少なくとも含まれる。また、利用者が、利用者端末50からそのセッションの評価を行っていれば、1回分のセッションについての履歴情報に評価情報も含まれる。 Therefore, the history information regarding one session includes at least one or more sets of input information and response information exchanged between the user terminal 50 and the information processing system 1. Further, if the user evaluates the session from the user terminal 50, the evaluation information is also included in the history information for one session.

例えば所定の利用者に応答サービスを提供中に情報処理装置10または応答端末20に履歴情報が読み出されることで、情報処理装置10またはオペレータが、その利用者とのこれまでのセッションの内容を参照し、取得した入力情報に対してより適した応答情報を利用者に返すことができる。 For example, history information is read to the information processing device 10 or the response terminal 20 while providing a response service to a predetermined user, so that the information processing device 10 or the operator can refer to the contents of past sessions with that user. Then, response information more suitable for the acquired input information can be returned to the user.

また、例えば複数の利用者からの問い合わせ内容等を解析中に、情報処理装置10または管理端末30に履歴情報が読み出されることで、情報処理装置10または管理者が、複数の利用者とのこれまでのセッションの内容等の履歴情報の解析を行うことができる。 Further, for example, while analyzing the contents of inquiries from multiple users, historical information is read to the information processing device 10 or the management terminal 30, so that the information processing device 10 or the administrator can communicate with multiple users. It is possible to analyze historical information such as the content of sessions up to now.

解析結果DB135は、情報処理装置10が履歴情報を解析した結果を保持している。情報処理装置10は、例えば管理端末30からの要求に応じて、利用者端末50からの入力情報および評価情報、情報処理装置10による応答情報、並びに応答端末20による応答情報等の履歴情報に含まれる各種情報を解析し、管理端末30に出力するとともに解析結果DB135に格納する。 The analysis result DB 135 holds the results of the analysis of history information by the information processing device 10. For example, in response to a request from the management terminal 30, the information processing device 10 records information included in history information such as input information and evaluation information from the user terminal 50, response information by the information processing device 10, and response information by the response terminal 20. It analyzes various kinds of information, outputs it to the management terminal 30, and stores it in the analysis result DB 135.

なお、図1の構成はあくまでも一例であって、情報処理システム1は図1とは異なる構成を有していてもよい。例えば、情報処理装置10に接続される応答端末20及び管理端末30の少なくともいずれかが複数あってもよい。 Note that the configuration in FIG. 1 is just an example, and the information processing system 1 may have a configuration different from that in FIG. 1. For example, there may be a plurality of response terminals 20 and/or management terminals 30 connected to the information processing device 10.

また、上述のように、情報処理装置10自体が、応答情報DB115、履歴情報DB125、及び解析結果DB135を保有していてもよく、あるいは、情報処理装置10に接続される1つ以上のサーバ等に、応答情報DB115、履歴情報DB125、及び解析結果DB135の少なくともいずれかが格納されていてもよい。この場合、情報処理装置10は、自身に接続されるサーバから各種情報を読み出すことができる。 Further, as described above, the information processing device 10 itself may have the response information DB 115, the history information DB 125, and the analysis result DB 135, or one or more servers etc. connected to the information processing device 10 , at least one of the response information DB 115, the history information DB 125, and the analysis result DB 135 may be stored. In this case, the information processing device 10 can read various information from a server connected to itself.

また、情報処理装置10は、履歴情報の解析結果を履歴情報DB125に上書き保存してもよい。この場合、情報処理装置10が解析結果DB135を有していなくともよく、履歴情報DB125を解析結果の保存先として兼用することができる。 Further, the information processing device 10 may overwrite and save the analysis results of the history information in the history information DB 125. In this case, the information processing device 10 does not need to have the analysis result DB 135, and the history information DB 125 can also be used as a storage destination for the analysis results.

(情報処理装置の構成例)
次に、図2及び図3を用いて、実施形態の情報処理装置10の詳細について説明する。情報処理装置10は、例えばネットワーク等のオンラインシステムに接続されるコンピュータとして構成される。情報処理装置10が、ネットワーク上に置かれたクラウドサーバ等のサーバとして構成されていてもよい。
(Example of configuration of information processing device)
Next, details of the information processing device 10 of the embodiment will be described using FIGS. 2 and 3. The information processing device 10 is configured as a computer connected to an online system such as a network, for example. The information processing device 10 may be configured as a server such as a cloud server placed on a network.

図2は、実施形態にかかる情報処理装置10のハードウェア構成の一例を示すブロック図である。図2に示すように、情報処理装置10は、CPU11、ROM12、RAM13、通信I/F(インターフェース)14、入出力I/F15、及び記憶装置16を備える。 FIG. 2 is a block diagram showing an example of the hardware configuration of the information processing device 10 according to the embodiment. As shown in FIG. 2, the information processing device 10 includes a CPU 11, a ROM 12, a RAM 13, a communication I/F (interface) 14, an input/output I/F 15, and a storage device 16.

CPU11は、情報処理装置10の全体を制御する。ROM12は、情報処理装置10における保存領域として機能する。ROM12に記憶された情報は、情報処理装置10の電源が切られても保持される。RAM13は、一次記憶装置として機能し、CPU11の作業領域となる。 The CPU 11 controls the entire information processing device 10 . The ROM 12 functions as a storage area in the information processing device 10. The information stored in the ROM 12 is retained even when the information processing device 10 is powered off. The RAM 13 functions as a primary storage device and becomes a work area for the CPU 11.

CPU11が、例えばROM12に格納される制御プログラム等をRAM13に展開して実行することで、利用者に対して応答を行うサービスを提供する情報処理装置10としての機能が実現される。 When the CPU 11 develops, for example, a control program stored in the ROM 12 into the RAM 13 and executes it, the function of the information processing apparatus 10 that provides a service that responds to the user is realized.

また、CPU11が、例えばROM12に格納される解析プログラム112をRAM13に展開して実行することで、上述の履歴情報を解析する機能が実現される。つまり、解析プログラム112は、コンピュータ等として構成される情報処理装置10に、以下に詳述する各種解析処理を行わせる。なお、解析プログラム112が、応答サービスを提供する機能を情報処理装置10に実現させる上記制御プログラム等に組み込まれていてもよい。 Furthermore, the CPU 11 develops, for example, an analysis program 112 stored in the ROM 12 into the RAM 13 and executes it, thereby realizing the function of analyzing the above-mentioned history information. That is, the analysis program 112 causes the information processing device 10 configured as a computer or the like to perform various analysis processes described in detail below. Note that the analysis program 112 may be incorporated into the above-mentioned control program or the like that causes the information processing device 10 to realize the function of providing a response service.

なお、解析プログラム112は、フレキシブルディスク、CD-R、DVD(Digital Versatile Disk)、ブルーレイディスク(登録商標)、半導体メモリ等の、コンピュータで読み取り可能な各種の記録媒体に記録されて提供されることができる。 The analysis program 112 may be provided recorded on various computer-readable recording media, such as a flexible disk, CD-R, DVD (Digital Versatile Disk), Blu-ray Disc (registered trademark), or semiconductor memory. Can be done.

また、解析プログラム112を、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成してもよい。また、解析プログラム112をインターネット等のネットワーク経由で提供または配布するように構成してもよい。 Alternatively, the analysis program 112 may be stored on a computer connected to a network such as the Internet, and may be provided by being downloaded via the network. Furthermore, the analysis program 112 may be configured to be provided or distributed via a network such as the Internet.

通信I/F14は、例えばインターネット等のネットワークに接続可能に構成される。通信I/F14により、情報処理装置10と利用者端末50、応答端末20、及び管理端末30との間で各種情報の授受が可能となる。 The communication I/F 14 is configured to be connectable to a network such as the Internet, for example. The communication I/F 14 enables exchange of various information between the information processing device 10 and the user terminal 50, response terminal 20, and management terminal 30.

入出力I/F15には、必要に応じてキーボード、マウス、モニタ、プリンタ等の入出力装置が接続される。これにより、例えば情報処理システム1の管理者等が、情報処理装置10に対して直接的に各種操作を行うこともできる。 Input/output devices such as a keyboard, a mouse, a monitor, and a printer are connected to the input/output I/F 15 as necessary. Thereby, for example, an administrator of the information processing system 1 or the like can directly perform various operations on the information processing device 10.

記憶装置16は、HDD(Hard Disk Drive)、SSD(Solid State Drive)等であり、CPU11の補助記憶装置として機能する。記憶装置16には、応答情報DB115、履歴情報DB125、解析結果DB135、及び辞書DB145が格納されている。辞書DB145には、情報処理装置10による履歴情報の解析の際、情報処理装置10が参照する各種辞書情報が格納されている。 The storage device 16 is an HDD (Hard Disk Drive), an SSD (Solid State Drive), or the like, and functions as an auxiliary storage device for the CPU 11 . The storage device 16 stores a response information DB 115, a history information DB 125, an analysis result DB 135, and a dictionary DB 145. The dictionary DB 145 stores various dictionary information that is referred to by the information processing device 10 when the information processing device 10 analyzes history information.

図3は、実施形態にかかる情報処理装置10の機能構成の一例を他の構成との関係とともに示すブロック図である。図3に示すように、情報処理装置10は、入出力部101、応答管理部102、履歴管理部103、解析部104、及び記憶部105を備える。 FIG. 3 is a block diagram illustrating an example of the functional configuration of the information processing device 10 according to the embodiment along with relationships with other configurations. As shown in FIG. 3, the information processing device 10 includes an input/output section 101, a response management section 102, a history management section 103, an analysis section 104, and a storage section 105.

入出力部101は、インターネット等のネットワークを介して、利用者端末50、応答端末20、及び管理端末30と、情報処理装置10との間で各種情報の授受を行う。 The input/output unit 101 sends and receives various information between the user terminal 50, the response terminal 20, the management terminal 30, and the information processing device 10 via a network such as the Internet.

つまり、入出力部101は、利用者端末50から入力情報および評価情報を受信し、応答情報を利用者端末50に送信する。また、入出力部101は、利用者端末50からの入力情報を応答端末20に送信し、応答情報を応答端末20から受信する。 That is, the input/output unit 101 receives input information and evaluation information from the user terminal 50 and transmits response information to the user terminal 50. The input/output unit 101 also transmits input information from the user terminal 50 to the response terminal 20 and receives response information from the response terminal 20.

また、入出力部101は、管理端末30から、情報処理装置10の管理、保守、アップデート等に関する各種指令等を受信し、これらの指令に対する情報処理装置10からの応答を管理端末30に送信する。 The input/output unit 101 also receives various commands related to management, maintenance, updating, etc. of the information processing device 10 from the management terminal 30, and transmits responses from the information processing device 10 to these commands to the management terminal 30. .

また、入出力部101は、応答サービスを利用者に提供する応答サービス提供画面を、利用者端末50及び応答端末20に表示させる。この応答サービス提供画面は、利用者と情報処理装置10との、あるいはオペレータと情報処理装置10とのユーザインターフェースとなる。 Further, the input/output unit 101 causes the user terminal 50 and the response terminal 20 to display a response service providing screen for providing the response service to the user. This response service providing screen serves as a user interface between the user and the information processing device 10 or between the operator and the information processing device 10.

また、入出力部101は、履歴情報等を解析する際に、管理者が各種作業を行うことができる履歴情報解析画面を管理端末30に表示させる。この履歴情報解析画面は、管理者と情報処理装置10とのユーザインターフェースとなる。 Furthermore, when analyzing historical information, the input/output unit 101 causes the management terminal 30 to display a historical information analysis screen on which the administrator can perform various tasks. This history information analysis screen serves as a user interface between the administrator and the information processing device 10.

入出力部101の上記機能は、例えば制御プログラムまたは解析プログラム112を実行するCPU11の制御下で動作する通信I/F14により実現される。 The above functions of the input/output unit 101 are realized by the communication I/F 14 that operates under the control of the CPU 11 that executes the control program or the analysis program 112, for example.

応答管理部102は、利用者端末50から取得した入力情報を、記憶部105に格納された応答情報DB115の応答情報と照合する。また、応答管理部102は応答情報DB115から、入力情報に応じた応答情報を取得する。また、応答管理部102は、例えば管理端末30からの指令にしたがって、応答情報DB115の編集を行う。 The response management unit 102 collates the input information acquired from the user terminal 50 with response information in the response information DB 115 stored in the storage unit 105. The response management unit 102 also acquires response information corresponding to the input information from the response information DB 115. Further, the response management unit 102 edits the response information DB 115 in accordance with a command from the management terminal 30, for example.

このように、応答管理部102は、応答情報DB115の管理、保守、アップデート等の機能を有する。応答管理部102の上記機能は、例えば制御プログラムを実行するCPU11により実現される。 In this way, the response management unit 102 has functions such as management, maintenance, and update of the response information DB 115. The above functions of the response management unit 102 are realized by, for example, the CPU 11 that executes a control program.

履歴管理部103は、利用者と情報処理装置10または応答端末20との間で少なくとも1回の入力情報と応答情報とのやり取りが行われると、その内容に関する履歴情報を生成し、履歴情報DB125に格納する。履歴情報の生成、及び履歴情報DB125への格納のタイミングは、例えば利用者との1回のセッションが終了したタイミングであってよい。 When input information and response information are exchanged at least once between the user and the information processing device 10 or the response terminal 20, the history management unit 103 generates history information regarding the contents and stores it in the history information DB 125. Store in. The timing of generating the history information and storing it in the history information DB 125 may be, for example, the timing when one session with the user ends.

また、履歴管理部103は、例えば情報処理装置10の応答管理部102もしくは解析部104、応答端末20、または管理端末30等からの要求にしたがって、履歴情報DB125に記憶されている履歴情報を取得する。これにより、情報処理装置10またはオペレータが、利用者に応答サービスを提供する際などに、その利用者とこれまでに交わされた入力情報および応答情報等を参照することができる。また、管理者が、情報処理装置10の機能向上を図るため履歴情報を参照することができる。 Further, the history management unit 103 acquires history information stored in the history information DB 125 in accordance with a request from, for example, the response management unit 102 or the analysis unit 104, the response terminal 20, or the management terminal 30 of the information processing device 10. do. Thereby, when the information processing device 10 or the operator provides a response service to a user, it is possible to refer to the input information, response information, etc. that have been exchanged with the user so far. Further, the administrator can refer to history information in order to improve the functionality of the information processing device 10.

履歴管理部103の上記機能は、例えば制御プログラムまたは解析プログラム112を実行するCPU11により実現される。 The above functions of the history management unit 103 are realized by the CPU 11 that executes the control program or the analysis program 112, for example.

解析部104は、例えば管理端末30からの指示にしたがって、履歴情報DB125から取得した履歴情報を解析する。 The analysis unit 104 analyzes the history information acquired from the history information DB 125, for example, in accordance with instructions from the management terminal 30.

このとき、解析部104は、例えば記憶部105の辞書DB145に格納される各種辞書情報を参照しつつ、複数の利用者端末50から得られた複数の入力情報のそれぞれから所定の語句を抽出し、抽出した語句に基づいて複数の入力情報の解析を行う。抽出した語句に基づく解析には、例えば抽出した語句の複数の入力情報における出現回数のカウント等が含まれる。解析部104による解析処理の詳細については後述する。 At this time, the analysis unit 104 extracts a predetermined phrase from each of the plurality of input information obtained from the plurality of user terminals 50 while referring to various dictionary information stored in the dictionary DB 145 of the storage unit 105, for example. , multiple pieces of input information are analyzed based on the extracted words. The analysis based on the extracted word/phrase includes, for example, counting the number of times the extracted word/phrase appears in a plurality of pieces of input information. Details of the analysis processing by the analysis unit 104 will be described later.

解析部104は、解析結果を、入出力部101を介して管理端末30へと出力するとともに、解析結果DB135に格納する。 The analysis unit 104 outputs the analysis result to the management terminal 30 via the input/output unit 101 and stores it in the analysis result DB 135.

解析部104の上記機能は、例えば解析プログラム112を実行するCPU11により実現される。 The above functions of the analysis unit 104 are realized by the CPU 11 that executes the analysis program 112, for example.

記憶部105には、情報処理装置10の動作に必要な各種パラメータ、応答サービスを提供する機能を実現させる制御プログラム、及び履歴情報の解析機能を実現させる解析プログラム112等が格納されている。また、記憶部105には、応答情報DB115、履歴情報DB125、解析結果DB135、及び辞書DB145が格納されている。 The storage unit 105 stores various parameters necessary for the operation of the information processing device 10, a control program that implements a function of providing a response service, an analysis program 112 that implements a function of analyzing history information, and the like. The storage unit 105 also stores a response information DB 115, a history information DB 125, an analysis result DB 135, and a dictionary DB 145.

記憶部105の上記機能は、例えば制御プログラムまたは解析プログラム112を実行するCPU11の制御下で動作するROM12、RAM13、及び記憶装置16により実現される。 The above functions of the storage unit 105 are realized by the ROM 12, the RAM 13, and the storage device 16, which operate under the control of the CPU 11 that executes the control program or the analysis program 112, for example.

(各種データベースの構成例)
次に、図4~図6を用いて、応答情報DB115、履歴情報DB125、及び解析結果DB135の構成例について説明する。
(Examples of configurations of various databases)
Next, configuration examples of the response information DB 115, history information DB 125, and analysis result DB 135 will be described using FIGS. 4 to 6.

図4は、実施形態にかかる応答情報DB115の構成の一例を示す模式図である。 FIG. 4 is a schematic diagram showing an example of the configuration of the response information DB 115 according to the embodiment.

図4に示すように、応答情報DB115は、想定される複数の入力情報と、それらの入力情報のそれぞれに応じた複数の応答情報とを記憶する。これらの入力情報と応答情報とは、例えばカテゴリID等によってカテゴリごとに分類されていてもよい。なお、カテゴリID等は、入力情報、及びその入力情報と対応する応答情報の分類を識別するための識別情報である。 As shown in FIG. 4, the response information DB 115 stores a plurality of assumed input information and a plurality of response information corresponding to each of the input information. These input information and response information may be classified into categories using, for example, category IDs. Note that the category ID and the like are identification information for identifying the classification of input information and response information corresponding to the input information.

また、入力情報と応答情報とは、1:1で対応していてもよく、1:多で対応していてもよい。つまり、1つの入力情報に対して複数の応答情報が対応付けられていてよい。また、複数の入力情報に対して1つの応答情報が対応付けられていてもよい。 Moreover, the input information and the response information may correspond in a 1:1 ratio, or may correspond in a 1:many ratio. That is, a plurality of pieces of response information may be associated with one piece of input information. Further, one piece of response information may be associated with a plurality of pieces of input information.

また、利用者からの入力情報は、通常、問い合わせ、質問等であることが想定され、それに応じた応答情報はそれらの入力情報に対する回答であることが想定される。したがって、応答情報DB115は、例えばFAQ(Frequently Asked Questions)をまとめたFAQ集として構成されていてもよい。 Further, it is assumed that the input information from the user is usually an inquiry, a question, etc., and the corresponding response information is assumed to be an answer to the input information. Therefore, the response information DB 115 may be configured as a collection of FAQs (Frequently Asked Questions), for example.

図5は、実施形態にかかる履歴情報DB125の構成の一例を示す模式図である。 FIG. 5 is a schematic diagram showing an example of the configuration of the history information DB 125 according to the embodiment.

図5に示すように、履歴情報DB125は、これまでに利用者と情報処理システム1との間で行われたセッション内容、情報処理システム1による回答結果、及び利用者による評価がなされた場合には評価情報を履歴情報として記憶する。履歴情報は、例えばセッションID等によって1回のセッションごとに分類されている。なお、セッションID等は、個々のセッション等を識別するための識別情報である。 As shown in FIG. 5, the history information DB 125 stores the contents of the sessions that have been conducted between the user and the information processing system 1, the response results from the information processing system 1, and the evaluations made by the user. stores evaluation information as history information. The history information is classified for each session based on, for example, session ID. Note that the session ID and the like are identification information for identifying individual sessions and the like.

回答結果には、例えば情報処理装置10によって回答できた場合にはマル印が、回答できなかった場合にはバツ印が付されている。また、オペレータが応答端末20から回答した場合には、例えば「オペレータ対応」の表記が付される。 The answer result is marked with a circle if the information processing device 10 was able to answer, for example, and with a cross if it was not able to answer. Further, when the operator answers from the response terminal 20, the notation "operator supported" is added, for example.

評価結果には、例えば「満足」「不満足」等の表記が付される。セッション終了後の利用者による評価の入力は任意である。利用者端末50から評価情報の送信がなかった場合には、例えば「評価無し」の表記が付される。 The evaluation results are labeled with, for example, "satisfied" or "unsatisfied." It is optional for the user to input an evaluation after the session ends. If no evaluation information is transmitted from the user terminal 50, a notation of "no evaluation" is attached, for example.

図6は、実施形態にかかる解析結果DB135の構成の一例を示す模式図である。 FIG. 6 is a schematic diagram showing an example of the configuration of the analysis result DB 135 according to the embodiment.

図6に示すように、解析結果DB135は、個々の履歴情報に対して解析部104が行った解析結果を記憶する。履歴情報の解析にあたって、解析部104は、履歴情報に含まれる入力情報から所定の語句を抽出し、その語句を抽出語句として、対応する履歴情報に紐づけて解析結果DB135に格納する。 As shown in FIG. 6, the analysis result DB 135 stores the analysis results performed by the analysis unit 104 on each piece of history information. When analyzing historical information, the analysis unit 104 extracts a predetermined phrase from the input information included in the historical information, and stores the extracted phrase in the analysis result DB 135 in association with the corresponding historical information.

より具体的には、解析部104は、解析対象の入力情報に対し、例えば形態素解析を行う。形態素解析とは、入力情報に含まれる文章等の自然言語を形態素にまで分解することである。形態素とは、自然言語において意味を有することができる最小単位、つまり、単語を指す。解析部104は、例えば辞書DB145の各種辞書情報を参照しつつ、形態素に分割した複数の単語のそれぞれについて、品詞および活用形等の種類を特定する。 More specifically, the analysis unit 104 performs, for example, morphological analysis on the input information to be analyzed. Morphological analysis is the process of breaking down natural language such as sentences contained in input information into morphemes. Morpheme refers to the smallest unit that can have meaning in natural language, that is, a word. The analysis unit 104 identifies the type, such as part of speech and conjugation form, for each of the plurality of words divided into morphemes, while referring to various dictionary information in the dictionary DB 145, for example.

図6のセッションID1001に含まれる「価格について知りたい」という文章であれば、解析部104は、形態素解析により上記文章を「価格(名詞)」「について(連語)」「知り(動詞)」「たい(助動詞)」などのように複数の単語に分解する。 If the sentence is "I want to know about prices" included in the session ID 1001 in FIG. Break it down into multiple words, such as "tai (auxiliary verb)".

また、解析部104は、これらの単語の中から、例えば名詞である「価格」という語句を抽出語句として抽出する。その際、解析部104は、ストップワードを除く文章の中から抽出語句を抽出してもよい。ストップワードとは、解析に不要な単語として処理対象外とする助詞、助動詞等の単語のことである。 Furthermore, the analysis unit 104 extracts, for example, the noun phrase "price" from among these words as an extraction phrase. At this time, the analysis unit 104 may extract the extracted words from the text excluding stop words. Stop words are words such as particles and auxiliary verbs that are unnecessary for analysis and are excluded from processing.

1つの入力情報からは、上記の例のように、例えば1つの抽出語句が抽出されてもよい。また、図6のセッションID1005,1009等のように、1つの入力情報から複数の抽出語句が抽出されてもよい。 For example, one extraction phrase may be extracted from one piece of input information, as in the above example. Furthermore, a plurality of extracted phrases may be extracted from one piece of input information, such as the session IDs 1005 and 1009 in FIG. 6 .

解析部104は、例えば管理端末30からの指令にしたがって上記解析を行う。後述するように、管理端末30からは、履歴情報DB125に含まれる複数の履歴情報のうち、解析処理の対象とする履歴情報を絞り込むことができる。管理端末30からは、例えばその履歴情報が生成された期間、並びに履歴情報の生成元のセッションにおける回答結果および評価結果等によって、履歴情報の絞り込みが可能である。 The analysis unit 104 performs the above analysis according to a command from the management terminal 30, for example. As will be described later, from the management terminal 30, it is possible to narrow down the history information to be analyzed from among the plurality of pieces of history information included in the history information DB 125. From the management terminal 30, it is possible to narrow down the history information based on, for example, the period in which the history information was generated, the response results and evaluation results in the session from which the history information was generated.

なお、解析部104は、複数の履歴情報のうち、少なくとも情報処理装置10による回答ができなかった事例について予め上記解析を行って、抽出語句を解析結果DB135に格納しておいてもよい。このような解析は、1回のセッションが終了して履歴情報が生成されたタイミングで行われてよい。あるいは、上記解析は、例えば情報処理装置10が応答サービスの提供等を行っておらず、アイドル状態となっているタイミング等で行われてもよい。 Note that the analysis unit 104 may perform the above-mentioned analysis in advance on at least the cases in which the information processing device 10 could not answer among the plurality of pieces of historical information, and store the extracted phrases in the analysis result DB 135. Such analysis may be performed at the timing when one session ends and history information is generated. Alternatively, the above analysis may be performed, for example, at a timing when the information processing device 10 is not providing a response service or the like and is in an idle state.

(管理端末の構成例)
次に、図7及び図8を用いて、実施形態の管理端末30の詳細について説明する。
(Example configuration of management terminal)
Next, details of the management terminal 30 of the embodiment will be described using FIGS. 7 and 8.

図7は、実施形態にかかる管理端末30のハードウェア構成の一例を示すブロック図である。図7に示すように、管理端末30は、CPU31、ROM32、RAM33、通信I/F34、入出力I/F35、及び記憶装置36を備える。 FIG. 7 is a block diagram showing an example of the hardware configuration of the management terminal 30 according to the embodiment. As shown in FIG. 7, the management terminal 30 includes a CPU 31, a ROM 32, a RAM 33, a communication I/F 34, an input/output I/F 35, and a storage device 36.

CPU31は、管理端末30の全体を制御する。ROM32は、管理端末30における保存領域として機能する。ROM32に記憶された情報は、管理端末30の電源が切られても保持される。RAM33は、一次記憶装置として機能し、CPU31の作業領域となる。 The CPU 31 controls the entire management terminal 30. The ROM 32 functions as a storage area in the management terminal 30. The information stored in the ROM 32 is retained even when the power of the management terminal 30 is turned off. The RAM 33 functions as a primary storage device and becomes a work area for the CPU 31.

CPU31が、例えばROM32に格納される制御プログラム等をRAM33に展開して実行することで、情報処理システム1の管理、保守、アップデート等を行う管理端末30としての機能が実現される。 By the CPU 31 loading, for example, a control program stored in the ROM 32 into the RAM 33 and executing it, the function of the management terminal 30 that manages, maintains, updates, etc. the information processing system 1 is realized.

通信I/F34は、例えばインターネット等のネットワークに接続可能に構成される。通信I/F34により、管理端末30と情報処理装置10との間で各種情報の授受が可能となる。 The communication I/F 34 is configured to be connectable to a network such as the Internet, for example. The communication I/F 34 allows various information to be exchanged between the management terminal 30 and the information processing device 10.

入出力I/F35には、キーボード、マウス等の入力装置351、及びモニタ等の表示装置352が接続されている。表示装置352は、例えば液晶ディスプレイ(LCD:Liquid Crystal Display)、または有機エレクトロルミネッセンス(EL:Electro-Luminescence)ディスプレイ等である。 An input device 351 such as a keyboard and a mouse, and a display device 352 such as a monitor are connected to the input/output I/F 35. The display device 352 is, for example, a liquid crystal display (LCD), an organic electroluminescence (EL) display, or the like.

入出力I/F35に接続される入力装置351により、例えば管理者等が管理端末30を介して情報処理装置10に各種指令を送信して各種操作を行うことができる。また、入出力I/F35に接続される表示装置352に、情報処理装置10による履歴情報の解析結果等を表示させることができる。 An input device 351 connected to the input/output I/F 35 allows, for example, an administrator or the like to send various commands to the information processing device 10 via the management terminal 30 and perform various operations. Furthermore, the analysis results of history information by the information processing device 10 can be displayed on the display device 352 connected to the input/output I/F 35 .

記憶装置36は、HDD、SSD等であり、CPU31の補助記憶装置として機能する。 The storage device 36 is an HDD, SSD, etc., and functions as an auxiliary storage device for the CPU 31.

図8は、実施形態にかかる管理端末30の機能構成の一例を示すブロック図である。図8に示すように、管理端末30は、入出力部301、指示部302、表示制御部303、及び記憶部304を備える。 FIG. 8 is a block diagram showing an example of the functional configuration of the management terminal 30 according to the embodiment. As shown in FIG. 8, the management terminal 30 includes an input/output section 301, an instruction section 302, a display control section 303, and a storage section 304.

入出力部301は、インターネット等のネットワークを介して、管理端末30と情報処理装置10との間で各種情報の授受を行う。 The input/output unit 301 sends and receives various information between the management terminal 30 and the information processing device 10 via a network such as the Internet.

つまり、入出力部301は、管理端末30の入力装置351等から入力された各種指令を情報処理装置10へと送信し、各種指令に対する情報処理装置10からの処理結果を受信する。また、入出力部301は、管理者が履歴情報等の解析時に作業を行う履歴情報解析画面の情報を情報処理装置10から受信する。 That is, the input/output unit 301 transmits various commands input from the input device 351 of the management terminal 30 to the information processing apparatus 10, and receives processing results from the information processing apparatus 10 for the various commands. In addition, the input/output unit 301 receives from the information processing device 10 information on a history information analysis screen on which the administrator works when analyzing history information and the like.

入出力部301の上記機能は、例えば制御プログラムを実行するCPU31の制御下で動作する通信I/F34により実現される。 The above functions of the input/output unit 301 are realized by, for example, a communication I/F 34 that operates under the control of the CPU 31 that executes a control program.

指示部302は、管理端末30の入力装置351等から入力された指示内容にしたがって、履歴情報等の解析を行わせる各種指令を、入出力部301を介して情報処理装置10に送信する。 The instruction unit 302 transmits various commands for analyzing history information and the like to the information processing device 10 via the input/output unit 301 in accordance with instruction contents input from the input device 351 or the like of the management terminal 30 .

指示部302による各種指令には、例えば情報処理装置10の解析部104に、上述の抽出語句を抽出させる指令がある。また、各種指令には、解析処理にあたって、解析部104に処理対象とする履歴情報の絞り込みを行わせる指令がある。また、各種指令には、複数の入力情報における抽出語句の出現回数を解析部104にカウントさせる指令がある。 Various commands from the instruction unit 302 include, for example, a command to cause the analysis unit 104 of the information processing device 10 to extract the above-mentioned extraction phrase. Further, among the various commands, there is a command that causes the analysis unit 104 to narrow down the history information to be processed in the analysis process. Further, among the various commands, there is a command that causes the analysis unit 104 to count the number of times an extracted phrase appears in a plurality of pieces of input information.

指示部302の上記機能は、例えば制御プログラムを実行するCPU31により実現される。 The above functions of the instruction unit 302 are realized by, for example, the CPU 31 that executes a control program.

表示制御部303は、例えば表示部313における各種表示内容を生成するなどして表示部313の表示を制御する。履歴情報等の解析時には、表示制御部303は、情報処理装置10から取得した履歴情報解析画面の情報に基づいて、表示部313に履歴情報解析画面を表示させる。 The display control unit 303 controls the display of the display unit 313 by, for example, generating various display contents on the display unit 313. When analyzing history information, etc., the display control unit 303 causes the display unit 313 to display a history information analysis screen based on the information on the history information analysis screen acquired from the information processing device 10.

表示制御部303の上記機能は、例えば制御プログラムを実行するCPU31により実現される。また、表示部313の上記機能は、例えば制御プログラムを実行するCPU31の制御下で動作する表示装置352により実現される。 The above functions of the display control unit 303 are realized by, for example, the CPU 31 that executes a control program. Further, the above functions of the display unit 313 are realized by, for example, a display device 352 that operates under the control of the CPU 31 that executes a control program.

記憶部305には、管理端末30の動作に必要な各種パラメータ及び制御プログラム等が格納されている。記憶部305の上記機能は、例えば制御プログラムを実行するCPU31の制御下で動作するROM32、RAM33、及び記憶装置36により実現される。 The storage unit 305 stores various parameters, control programs, etc. necessary for the operation of the management terminal 30. The above functions of the storage unit 305 are realized, for example, by the ROM 32, the RAM 33, and the storage device 36, which operate under the control of the CPU 31 that executes a control program.

(情報処理システムの機能例)
次に、図9及び図10を用いて、実施形態の情報処理システム1の詳細機能について説明する。図9及び図10は、実施形態にかかる管理端末30に表示される履歴情報解析画面の一例を示す図である。これらの履歴情報解析画面は、管理端末30の表示制御部303により表示部313に表示される。
(Example of information processing system functions)
Next, detailed functions of the information processing system 1 of the embodiment will be described using FIGS. 9 and 10. 9 and 10 are diagrams showing examples of history information analysis screens displayed on the management terminal 30 according to the embodiment. These historical information analysis screens are displayed on the display unit 313 by the display control unit 303 of the management terminal 30.

上述のように、管理端末30からは、情報処理装置10に履歴情報等を解析させる各種指令を送信することができる。図9に、情報処理装置10に抽出語句のカウントを行わせる画面の一例を示す。 As described above, the management terminal 30 can transmit various commands to cause the information processing device 10 to analyze history information and the like. FIG. 9 shows an example of a screen that causes the information processing device 10 to count extracted words.

図9に示すように、図9の画面では解析を行う情報を選択することができる。例えば、情報処理装置10に抽出語句のカウントを行わせる場合には、図9の画面において「チャットボットの回答」「質問者の入力」「質問者からのコメント」のうち、「質問者の入力」を選択する(図9のA)。 As shown in FIG. 9, information to be analyzed can be selected on the screen of FIG. For example, when having the information processing device 10 count the extracted words, on the screen shown in FIG. ” (A in Figure 9).

「チャットボットの回答」とは、情報処理装置10による応答情報を指す。「質問者の入力」とは、利用者が利用者端末50から入力した入力情報を指す。「質問者からのコメント」は利用者による評価情報を指す。 “Chatbot response” refers to response information by the information processing device 10. “Questioner's input” refers to input information input by the user from the user terminal 50. "Comments from questioners" refers to evaluation information by users.

解析を行う情報として、上記のように入力情報を選択することで、入力情報から抽出される抽出語句のカウントを情報処理装置10の解析部104に行わせることができる。 By selecting the input information as described above as the information to be analyzed, it is possible to cause the analysis unit 104 of the information processing device 10 to count the extracted phrases extracted from the input information.

管理者は、また、図9の画面において各種要件を指定して、情報処理装置10の履歴情報DB125に格納される複数の履歴情報の中から、解析の対象とする入力情報を含む履歴情報の絞り込みを行うことができる。絞り込まれた後の解析対象となる履歴情報を処理対象情報とも呼ぶ。 The administrator also specifies various requirements on the screen shown in FIG. 9 and selects historical information including input information to be analyzed from among multiple pieces of historical information stored in the historical information DB 125 of the information processing device 10. You can narrow down your search. The history information to be analyzed after being narrowed down is also called processing target information.

絞り込みの要件としては、例えばその履歴情報が生成された期間、並びに履歴情報の生成元のセッションにおける回答結果および評価結果等がある。 Requirements for narrowing down include, for example, the period in which the historical information was generated, and the response results and evaluation results in the session from which the historical information was generated.

履歴情報が生成された期間は、例えば年月日等を指定して絞り込むことができる(図9のB)。セッションにおける評価結果としては、例えば上述のように「満足」「不満」「評価無し」等を指定して絞り込むことができる(図9のD)。 The period in which history information was generated can be narrowed down by specifying, for example, the year, month, and day (B in FIG. 9). As for the evaluation results in the session, it is possible to narrow down the results by specifying, for example, "satisfied," "dissatisfied," "no evaluation," etc. as described above (D in FIG. 9).

セッションにおける回答結果としては、例えば「回答できなかった」「オペレータ対応」等を指定して絞り込むことができる(図9のC)。「回答できなかった」は、例えば上述の図6のセッションID1001等に示すように、情報処理装置10が回答できなかった事例を示している。「オペレータ対応」は、例えば上述の図6のセッションID1003等に示すように、情報処理装置10に代わってオペレータが回答した事例を示している。 As the response results in the session, it is possible to narrow down the results by specifying, for example, "unable to answer", "operator response", etc. (C in FIG. 9). “Unable to answer” indicates a case in which the information processing device 10 was unable to answer, as shown, for example, in the session ID 1001 in FIG. 6 described above. “Operator response” indicates a case in which an operator responded on behalf of the information processing device 10, as shown in the session ID 1003 in FIG. 6, for example.

ここで、例えば情報処理装置10における回答の精度を高めるためには、例えば情報処理装置10の回答に不備があったことを示す要件を指定して、履歴情報の絞り込みを行うことができる。情報処理装置10の回答に不備があったことを示す要件としては、例えば情報処理装置10が回答できなかったことを示す回答結果の情報、及び利用者が満足していないことを示す評価結果の情報等がある。これらの回答結果および評価結果の情報を応答結果情報とも呼ぶ。 Here, for example, in order to improve the accuracy of the answers in the information processing apparatus 10, it is possible to narrow down the historical information by specifying, for example, a requirement indicating that the answers of the information processing apparatus 10 were flawed. Requirements that indicate that the response of the information processing device 10 is incomplete include, for example, response result information that indicates that the information processing device 10 was unable to respond, and evaluation result information that indicates that the user is not satisfied. There is information etc. Information on these answer results and evaluation results is also called response result information.

なお、上記の他、利用者による操作情報が履歴情報に残されることにより、操作情報によっても履歴情報の絞り込みが可能であってもよい。この場合、利用者がセッションの進行を何段階か戻したりリセットしたりするなど、利用者がセッション内容に満足していないことが推定される操作情報を応答結果情報に含めてもよい。 Note that in addition to the above, operation information by the user may be left in the history information, so that it may be possible to narrow down the history information based on the operation information as well. In this case, the response result information may include operation information that indicates that the user is not satisfied with the content of the session, such as the user reversing or resetting the progress of the session by several steps.

また、管理端末30からは、解析部104によるカウントの要件を設定することも可能である。カウントの要件としては、1つの抽出語句に類義語まで含めてカウントさせたり、入力情報における複数の抽出語句の組み合わせの出現回数をカウントさせたりすることができる。 Further, from the management terminal 30, it is also possible to set requirements for counting by the analysis unit 104. As requirements for counting, it is possible to count synonyms included in one extracted phrase, or to count the number of times a combination of a plurality of extracted phrases appears in input information.

情報処理装置10の解析部104は、抽出語句に類義語まで含めてカウントする場合、辞書DB145に格納される各種辞書情報を参照して、カウント対象の抽出語句の類義語を特定し、これら全ての出現回数の合計をカウント対象の抽出語句の出現回数とする。また、解析部104は、複数の抽出語句の組み合わせをカウントする場合、1つの入力情報にこれらの抽出語句がすべて含まれる場合に出現回数を1回としてカウントする。 When the analysis unit 104 of the information processing device 10 counts synonyms in the extracted words and phrases, it refers to various dictionary information stored in the dictionary DB 145, identifies the synonyms of the extracted words to be counted, and calculates all occurrences of these words. The total number of times is taken as the number of occurrences of the extracted phrase to be counted. Furthermore, when counting combinations of a plurality of extracted words/phrases, the analysis unit 104 counts the number of occurrences as one when all of these extracted words/phrases are included in one piece of input information.

図9の例では、履歴情報が生成された期間として直近の期間が選択され、セッションにおける回答結果として「回答できなかった」が選択されたものとする。 In the example of FIG. 9, it is assumed that the most recent period is selected as the period in which the history information was generated, and that "unable to answer" is selected as the answer result in the session.

情報処理装置10の解析部104は、例えば予め、情報処理装置10が回答できなかったことを示す複数の履歴情報について、形態素解析を行って複数の抽出語句を得て解析結果DB135に格納しておく。 For example, the analysis unit 104 of the information processing device 10 performs morphological analysis on a plurality of pieces of history information indicating that the information processing device 10 could not answer in advance to obtain a plurality of extracted words and phrases, and stores them in the analysis result DB 135. put.

また、解析部104は、管理端末30から指定された期間に該当する履歴情報に含まれる入力情報において、これらの抽出語句の出現回数をカウントする。また、解析部104は、これらの抽出語句、及び抽出語句のそれぞれのカウント数等の情報を、抽出元の履歴情報と紐づけて、入出力部101を介して管理端末30に送信する。 Furthermore, the analysis unit 104 counts the number of times these extracted phrases appear in the input information included in the history information corresponding to the period specified by the management terminal 30. Furthermore, the analysis unit 104 links these extracted words and phrases and information such as the count number of each extracted word with the history information of the extraction source, and transmits the extracted words and phrases to the management terminal 30 via the input/output unit 101.

管理端末30の表示制御部303は、入出力部301が受信した情報処理装置10からの解析結果を表示部313に表示させる。このとき、表示制御部303は、図9に示すように、解析部104によってカウントされた抽出語句、及び抽出語句のカウント数を、例えば出現回数が多かった順に並べて表示させる。このような抽出語句の表示は、例えば上位30個まで可能であって良い。 The display control unit 303 of the management terminal 30 causes the display unit 313 to display the analysis results received by the input/output unit 301 from the information processing device 10 . At this time, as shown in FIG. 9, the display control unit 303 displays the extracted words and phrases counted by the analysis unit 104 and the count number of the extracted words in descending order of the number of occurrences, for example. For example, up to the top 30 extracted words may be displayed.

これにより、管理者は、図9において上位にある抽出語句に関わる質問に対し、多くの場合、情報処理装置10が回答できていないことを知ることができる。したがって、情報処理装置10の応答情報DB115において、例えばこれらの抽出語句に関わる質問に対する応答情報を拡充すれば、情報処理装置10における回答の精度を向上させることが可能であるなどと判断することができる。 Thereby, the administrator can know that in many cases, the information processing device 10 is unable to answer questions related to the extracted phrases ranked high in FIG. 9. Therefore, it is possible to determine that, for example, if the response information DB 115 of the information processing device 10 is expanded with response information to questions related to these extracted words, it is possible to improve the accuracy of answers in the information processing device 10. can.

また、上述のように、これらの抽出語句にはそれぞれ、抽出元の履歴情報が紐づけられている。このため、図9の画面から所定の抽出語句に紐づけられた抽出元の履歴情報のリストを表示させることも可能である。 Further, as described above, each of these extracted phrases is associated with the history information of the extraction source. Therefore, it is also possible to display a list of extraction source history information linked to a predetermined extraction phrase from the screen of FIG.

図9の画面で所定の抽出語句が選択されると、表示制御部303は、選択された抽出語句の抽出元の履歴情報リストの表示へと遷移させる。図10に、遷移画面の一例を示す。ここでは、最上位の抽出語句である「事例」が選択されたものとする。 When a predetermined extraction phrase is selected on the screen of FIG. 9, the display control unit 303 causes the display to transition to a display of a history information list from which the selected extraction phrase is extracted. FIG. 10 shows an example of a transition screen. Here, it is assumed that "case", which is the highest extracted word/phrase, has been selected.

図10に示すように、選択された抽出語句の抽出元の履歴情報リストを表示する遷移画面では、図9の画面で行った設定がそのまま反映される。すなわち、図10の例では、解析を行う情報として「質問者の入力」がセットされ(図10のA)、履歴情報が生成された期間として直近の期間が自動的にセットされ(図10のB)、セッションにおける回答結果として「回答できなかった」が自動的にセットされている(図10のC)。また、セッションにおける評価結果として未選択の状態が維持されている(図10D)。 As shown in FIG. 10, the settings made on the screen of FIG. 9 are reflected as they are on the transition screen that displays the history information list from which the selected extraction phrase is extracted. That is, in the example of FIG. 10, "Input from the questioner" is set as the information to be analyzed (A in FIG. 10), and the most recent period is automatically set as the period in which the history information was generated (A in FIG. 10). B), "Unable to answer" is automatically set as the answer result in the session (C in FIG. 10). Moreover, the unselected state is maintained as the evaluation result in the session (FIG. 10D).

図9の画面におけるこれらの設定項目に加え、図10の画面では、図9の画面で選択された抽出語句である「事例」が自動的にセットされている(図10E)。 In addition to these setting items on the screen of FIG. 9, on the screen of FIG. 10, "case", which is the extraction phrase selected on the screen of FIG. 9, is automatically set (FIG. 10E).

図10の画面には、これらの要件に該当する履歴情報のリストが表示される。このリストの中から所定の履歴情報が選択されると、その履歴情報に含まれるセッション内容を表示させることができる。 The screen in FIG. 10 displays a list of history information that meets these requirements. When predetermined history information is selected from this list, the session contents included in the history information can be displayed.

これにより、管理者は、選択した抽出語句の抽出元のセッション内容をより詳細に知ることができる。よって、より適切に、情報処理装置10における回答の精度を向上させる対策を採ることができる。 This allows the administrator to know in more detail the content of the session from which the selected word to be extracted is extracted. Therefore, it is possible to more appropriately take measures to improve the accuracy of answers in the information processing device 10.

以上のような解析を行った後、管理端末30からは、例えば情報処理装置10の応答情報DB115の編集を行うことができる。応答情報DB115の編集内容としては、例えば応答情報DB115における複数の応答情報のカテゴリ、入力情報、及び応答情報等の項目の内容を変更したり、追加したり、削除したりすることができる。 After performing the above analysis, for example, the response information DB 115 of the information processing device 10 can be edited from the management terminal 30. The editing contents of the response information DB 115 include, for example, changing, adding, or deleting the contents of items such as categories of response information, input information, and response information in the response information DB 115.

図9及び図10の例であれば、上述のように、カウント結果の上位にある抽出語句に関わるカテゴリ、それらの抽出語句を含む入力情報、及びその入力情報に対する応答情報等を新たに追加する等の編集を応答情報DB115に対して行うことが考えられる。 In the examples of FIGS. 9 and 10, as described above, categories related to the extracted words that are high in the count results, input information that includes those extracted words, and response information for the input information are newly added. It is conceivable that editing such as the following may be performed on the response information DB 115.

管理端末30の指示部302は、管理端末30に入力された応答情報DB115の編集内容から編集情報を生成する。編集情報は、管理端末30及び情報処理装置10のそれぞれの入出力部301,101を介して情報処理装置10に送信される。情報処理装置10の応答管理部102は、管理端末30から取得した編集情報に基づいて、応答情報DB115の編集を行う。 The instruction unit 302 of the management terminal 30 generates editing information from the editing contents of the response information DB 115 input to the management terminal 30. The editing information is transmitted to the information processing device 10 via the management terminal 30 and the input/output units 301 and 101 of the information processing device 10, respectively. The response management unit 102 of the information processing device 10 edits the response information DB 115 based on the editing information acquired from the management terminal 30.

(情報処理装置の処理例)
次に、図11及び図12を用いて、実施形態の情報処理装置10による解析処理の例について説明する。図11は、実施形態にかかる情報処理装置10による語句の抽出処理の手順の一例を示すフロー図である。
(Example of processing by information processing device)
Next, an example of analysis processing by the information processing apparatus 10 of the embodiment will be described using FIGS. 11 and 12. FIG. 11 is a flow diagram illustrating an example of a procedure for word extraction processing by the information processing device 10 according to the embodiment.

図11に示すように、情報処理装置10の履歴管理部103は、所定のセッションが終了すると、そのセッション内容を含む履歴情報を生成して履歴情報DB125に格納する(ステップS101)。 As shown in FIG. 11, when a predetermined session ends, the history management unit 103 of the information processing device 10 generates history information including the session contents and stores it in the history information DB 125 (step S101).

解析部104は、そのセッションにおける回答結果を参照し、情報処理装置10が回答できたか否かを判定する(ステップS102)。情報処理装置10が回答できていた場合(ステップS102:Yes)、解析部104は、その履歴情報について解析を行うことなく処理を終了する。 The analysis unit 104 refers to the response results in that session and determines whether the information processing device 10 was able to respond (step S102). If the information processing device 10 has been able to respond (step S102: Yes), the analysis unit 104 ends the process without analyzing the history information.

情報処理装置10が回答できていなかった場合(ステップS102:No)、解析部104は、辞書DB145に格納される辞書情報を参照しつつ、その履歴情報に含まれる入力情報について形態素解析を行う(ステップS103)。また、解析部104は、その入力情報から、処理対象外の単語であるストップワードを除去して抽出語句を抽出する(ステップS104)。解析部104は、抽出語句を解析結果DB135に保存する(ステップS105)。 If the information processing device 10 has not been able to answer (step S102: No), the analysis unit 104 performs morphological analysis on the input information included in the history information while referring to the dictionary information stored in the dictionary DB 145 ( Step S103). Furthermore, the analysis unit 104 removes stop words, which are words not to be processed, from the input information and extracts extracted phrases (step S104). The analysis unit 104 stores the extracted words in the analysis result DB 135 (step S105).

以上により、実施形態の情報処理装置10による語句の抽出処理が終了する。 With the above, the word extraction process by the information processing apparatus 10 of the embodiment is completed.

なお、管理者が、情報処理装置10の回答の精度の向上を図る場合、情報処理装置10が回答できなかった事例について詳細に解析する場合が多いと考えられる。このため、上記フローのように、語句の抽出処理を行う履歴情報を回答結果に基づき選定し、予め抽出処理を行っておくことで、管理端末30からの抽出語句のカウント指示を受けたときに、素早く処理を行うことができる。 Note that when the administrator aims to improve the accuracy of the answers of the information processing device 10, it is considered that in many cases, the administrator analyzes in detail the cases in which the information processing device 10 was unable to respond. Therefore, as shown in the flow above, by selecting historical information for word extraction processing based on the answer results and performing extraction processing in advance, when receiving an instruction to count extracted words from the management terminal 30, , can be processed quickly.

ただし、予め語句の抽出処理を行っておく履歴情報は、上記以外の要件で選定されてもよい。その場合、上記に挙げた情報処理装置10の回答に不備があったことを示す応答結果情報の中から、1つ、または2つ以上の情報を要件として指定して履歴情報の選定を行うことができる。 However, history information for which word extraction processing is performed in advance may be selected based on requirements other than those described above. In that case, select history information by specifying one or more pieces of information as requirements from among the response result information indicating that there was a deficiency in the response from the information processing device 10 listed above. Can be done.

すなわち、上記のように、回答不可の事例に関する履歴情報を選定する替わりに、例えば評価情報に基づいて、利用者が不満を感じたセッションの履歴情報を選定することができる。または、オペレータが対応したセッション内容を含む履歴情報を選定してもよく、上記に挙げた要件の幾つかに当てはまる履歴情報を選定してもよい。 That is, instead of selecting historical information regarding cases in which a user cannot answer as described above, it is possible to select historical information regarding sessions in which the user felt dissatisfied, for example, based on evaluation information. Alternatively, history information that includes session content handled by the operator may be selected, or history information that meets some of the requirements listed above may be selected.

図12は、実施形態にかかる情報処理装置10による抽出語句のカウント処理の手順の一例を示すフロー図である。 FIG. 12 is a flow diagram illustrating an example of a procedure for counting extracted phrases by the information processing device 10 according to the embodiment.

図12に示すように、情報処理装置10の解析部104は、管理端末30から抽出語句のカウント指示を受信すると(ステップS201)、管理端末30において履歴情報の絞り込みの要件が設定されているか否かを判定する(ステップS202)。 As shown in FIG. 12, upon receiving an instruction to count extracted words from the management terminal 30 (step S201), the analysis unit 104 of the information processing device 10 determines whether requirements for narrowing down history information have been set in the management terminal 30. (Step S202).

絞り込み要件が設定されていた場合には(ステップS202:Yes)、解析部104は、要件に該当する履歴情報を処理対象情報として絞り込む(ステップS203)。絞り込み要件が設定されていなかった場合には(ステップS202:No)、解析部104は、ステップS203の処理を行うことなくステップS204へと処理を進める。 If the narrowing down requirements have been set (step S202: Yes), the analysis unit 104 narrows down history information that corresponds to the requirements as processing target information (step S203). If the narrowing down requirements have not been set (step S202: No), the analysis unit 104 advances the process to step S204 without performing the process of step S203.

解析部104は、処理対象の履歴情報に含まれる入力情報における抽出語句の出現回数をカウントする(ステップS204)。また、解析部104は、カウント結果を管理端末30に送信する(ステップS205)。 The analysis unit 104 counts the number of times the extracted phrase appears in the input information included in the history information to be processed (step S204). Furthermore, the analysis unit 104 transmits the count result to the management terminal 30 (step S205).

管理端末30では、情報処理装置10からカウント結果を受信すると、表示制御部303が、そのカウント結果に基づいて、出現回数が多い順に複数の抽出語句をそれらのカウント数とともに表示部313に表示させる。 In the management terminal 30, upon receiving the count result from the information processing device 10, the display control unit 303 causes the display unit 313 to display a plurality of extracted words and phrases in descending order of the number of occurrences, together with their count numbers, based on the count result. .

解析部104は、カウント結果の表示画面において所定の抽出語句が選択されたか否かを判定する(ステップS206)。いずれの抽出語句も選択されない場合(ステップS206:No)、解析部104は処理を終了する。 The analysis unit 104 determines whether a predetermined extraction phrase is selected on the count result display screen (step S206). If none of the extracted words are selected (step S206: No), the analysis unit 104 ends the process.

所定の抽出語句が選択された場合(ステップS206:Yes)、解析部104は、管理端末30の表示部313に、選択された抽出語句の抽出元の履歴情報のリストを表示させる(ステップS207)。 If a predetermined extraction phrase is selected (Step S206: Yes), the analysis unit 104 causes the display unit 313 of the management terminal 30 to display a list of historical information from which the selected extraction phrase is extracted (Step S207). .

より具体的には、解析部104は、入出力部101から管理端末30に遷移画面の情報を送信する。管理端末30の表示制御部303は、情報処理装置10から遷移画面の情報を受信すると、その情報に基づいて表示部313の表示を遷移させる。 More specifically, the analysis unit 104 transmits transition screen information from the input/output unit 101 to the management terminal 30. When the display control unit 303 of the management terminal 30 receives the transition screen information from the information processing device 10, the display control unit 303 of the management terminal 30 causes the display of the display unit 313 to transition based on the information.

解析部104は、履歴情報リストの表示画面において所定の履歴情報が選択されたか否かを判定する(ステップS208)。いずれの履歴情報も選択されない場合(ステップS208:No)、解析部104は処理を終了する。 The analysis unit 104 determines whether predetermined history information is selected on the history information list display screen (step S208). If none of the history information is selected (step S208: No), the analysis unit 104 ends the process.

所定の履歴語句が選択された場合(ステップS208:Yes)、解析部104表示させる(ステップS209)。 If a predetermined history phrase is selected (step S208: Yes), the analysis unit 104 displays it (step S209).

以上により、実施形態の情報処理装置10による抽出語句のカウント処理が終了する。 With the above, the process of counting extracted words and phrases by the information processing device 10 of the embodiment is completed.

(概括)
コンピュータが、FAQ集等を参照して、利用者からの質問に自動で応答するチャットボットシステム等が知られている。このようなシステムにおいては、コンピュータによる回答の精度を向上させるため、FAQ集が適宜アップデートされる場合がある。
(Overview)
Chatbot systems and the like are known in which a computer automatically responds to questions from users by referring to FAQ collections and the like. In such a system, the FAQ collection may be updated as appropriate to improve the accuracy of answers provided by the computer.

これまでのシステムでは、例えば複数の質問を問合せ数が多い順にリストアップする機能等が知られている。一方で、コンピュータによる回答の精度を高めるためには、例えばコンピュータが回答できなかった質問を抽出し、それらの質問をカテゴリ別に分類するなどして解析することが望ましい。 In conventional systems, for example, a function is known in which a plurality of questions are listed in descending order of the number of inquiries. On the other hand, in order to improve the accuracy of answers provided by a computer, it is desirable to extract questions that the computer could not answer, and analyze the questions by classifying them into categories.

しかしながら、例えば同種の内容を問う質問であっても、利用者による言い回し等の違いにより、別のカテゴリに属する質問として分類されてしまう可能性がある。この場合、正しい解析結果が得られず、コンピュータによる回答の精度向上のため有効な対策が採れないこととなりかねない。 However, even if the questions ask about the same type of content, for example, there is a possibility that the questions will be classified as belonging to different categories due to differences in wording among users. In this case, correct analysis results may not be obtained, and effective measures may not be taken to improve the accuracy of answers provided by the computer.

実施形態の情報処理装置10によれば、複数の入力情報のそれぞれから少なくとも1つの語句を抽出し、抽出した語句に基づいて複数の入力情報の解析を行う。このように、質問文の中から、その質問文が問うている内容を表す語句を抽出することで、言い回しの異なる質問文であっても、同種の問い合わせに関するもの同士をより正確に分類することができる。これにより、利用者からの問い合わせ内容の解析精度をより高めることが可能となる。 According to the information processing apparatus 10 of the embodiment, at least one word or phrase is extracted from each of a plurality of input information, and the plurality of input information is analyzed based on the extracted word or phrase. In this way, by extracting words that express the content of a question from a question text, it is possible to more accurately classify questions related to the same type of inquiry, even if the wording of the question text is different. Can be done. This makes it possible to further improve the accuracy of analyzing the content of inquiries from users.

実施形態の情報処理装置10によれば、複数の入力情報における抽出語句の出現回数をカウントする。このように、個々の質問文が問うている内容を表す語句をカウントすることで、質問文の言い回し等に影響されることなく、情報処理装置10がどのような問い合わせに対して多く回答できていないのかをより正確に把握することができる。よって、情報処理装置10の回答の精度を高めるべき質問の優先順位をつけることができ、効率的に情報処理装置10の処理する情報の改善を図ることができる。 According to the information processing device 10 of the embodiment, the number of occurrences of an extracted phrase in a plurality of pieces of input information is counted. In this way, by counting the words and phrases that express the content of each question, it is possible to determine which inquiries the information processing device 10 is able to answer most of, without being affected by the wording of the question. This allows you to more accurately determine whether or not there is a problem. Therefore, it is possible to prioritize questions that should improve the accuracy of answers by the information processing device 10, and it is possible to efficiently improve the information processed by the information processing device 10.

実施形態の情報処理装置10によれば、抽出元の履歴情報と紐づけて抽出語句のカウント結果を生成する。これにより、管理端末30からの指示に応じて、選択された抽出情報の抽出元の履歴情報のリストを管理端末30の表示部313に表示させることができる。このように、抽出語句だけでなく履歴情報に含まれる詳細のセッション内容を知ることができるので、より的確に情報処理装置10の処理する情報の改善を図ることができる。 According to the information processing device 10 of the embodiment, a count result of extracted words is generated by linking with the history information of the extraction source. Thereby, in response to an instruction from the management terminal 30, a list of history information from which the selected extraction information is extracted can be displayed on the display unit 313 of the management terminal 30. In this way, not only the extracted phrases but also the detailed session contents included in the history information can be known, so it is possible to more accurately improve the information processed by the information processing device 10.

実施形態の情報処理装置10によれば、類義語を含めて抽出語句の出現回数をカウントする。これにより、抽出語句自体に表記ゆれ等がある場合でも、同種の問い合わせに関する質問同士をより正確に分類することができる。 According to the information processing device 10 of the embodiment, the number of occurrences of extracted words including synonyms is counted. As a result, even if there are spelling variations in the extracted words themselves, questions related to the same type of inquiry can be classified more accurately.

実施形態の情報処理装置10によれば、複数の入力情報における複数の抽出語句の組み合わせの出現回数をカウントする。このように、複数の抽出語句を組み合わせて出現回数をカウントすることで、自由度が高く、より管理者のニーズに即した解析を行うことができる。 According to the information processing device 10 of the embodiment, the number of occurrences of a combination of a plurality of extracted phrases in a plurality of input information is counted. In this way, by combining a plurality of extracted phrases and counting the number of occurrences, it is possible to perform analysis that has a high degree of freedom and is more in line with the needs of the administrator.

実施形態の情報処理装置10によれば、複数の応答情報のそれぞれについて、情報処理装置10が回答できなかった場合、及び利用者が満足していない場合等の、応答に不備があったか否かを示す複数の応答結果情報に基づいて、複数の入力情報のうち解析の対象とする入力情報を含む1以上の履歴情報を抽出し、その履歴情報について解析を行う。 According to the information processing device 10 of the embodiment, for each of a plurality of pieces of response information, it is determined whether or not there is a flaw in the response, such as when the information processing device 10 is unable to respond or when the user is not satisfied. Based on the plural pieces of response result information shown, one or more pieces of history information including the input information to be analyzed are extracted from the pieces of input information, and the pieces of history information are analyzed.

このように、利用者への回答に不備があったセッション内容を含む履歴情報に絞り込んで上記解析を行うことによっても、情報処理装置10の回答の精度を高めるべき質問の優先順位をつけることができる。したがって、効率的に情報処理装置10の処理する情報の改善を図ることができる。 In this way, by narrowing down the analysis to historical information that includes the content of sessions for which answers to users were incomplete, it is possible to prioritize questions that should improve the accuracy of answers from the information processing device 10. can. Therefore, it is possible to efficiently improve the information processed by the information processing device 10.

実施形態の情報処理装置10によれば、所定の期間内における履歴情報の中から処理対象とする履歴情報を抽出する。これにより、例えば現時点で改善が必要な質問の優先順位を高めることができる。つまり、例えば過去の所定期間において問い合わせの多かった質問であっても、今現在、殆ど問い合わせのない質問であれば、それらを除いて解析を行うことができる。このため、不要な改善に労力を割くことを抑制して、優先順位の高い質問への回答の精度を高めることができる。 According to the information processing apparatus 10 of the embodiment, history information to be processed is extracted from history information within a predetermined period. This makes it possible, for example, to prioritize questions that currently require improvement. In other words, for example, even if a question was frequently asked during a predetermined period in the past, if it is a question for which there are almost no inquiries at present, analysis can be performed excluding those questions. Therefore, it is possible to suppress the effort spent on unnecessary improvements and improve the accuracy of answers to high-priority questions.

[その他の実施形態]
上述の実施形態によれば、例えば情報処理装置10が回答できなかった事例である等の所定の要件を満たす履歴情報について、情報処理装置10の解析部104が、予め入力情報から語句を抽出しておくこととした。これにより、管理端末30から抽出語句のカウント指示を受信した際に、管理端末30に素早く解析結果を出力することができる。しかし、情報処理システム1における解析手順は上記手順に限られない。
[Other embodiments]
According to the embodiment described above, the analysis unit 104 of the information processing device 10 extracts words and phrases from input information in advance for history information that satisfies predetermined requirements, such as cases in which the information processing device 10 could not answer. I decided to keep it. Thereby, when an instruction to count extracted words is received from the management terminal 30, the analysis result can be quickly output to the management terminal 30. However, the analysis procedure in the information processing system 1 is not limited to the above procedure.

例えば、予め絞り込みの要件を固定したうえで、あるいは、複数の履歴情報の全件について、語句の抽出だけでなく、抽出語句のカウント及び集計処理まで予め終了させておいてもよい。これにより、履歴情報の絞り込みの自由度は低下するものの、いっそう素早く解析結果を管理端末30に出力することができる。 For example, the requirements for narrowing down may be fixed in advance, or not only the extraction of words and phrases but also the counting and aggregation processing of the extracted words may be completed in advance for all items of the plurality of historical information. Although this reduces the degree of freedom in narrowing down history information, it is possible to output analysis results to the management terminal 30 more quickly.

また例えば、解析部104は、管理端末30からの指示を受信してから、語句の抽出を含めた全ての解析処理を開始してもよい。これにより、解析結果の出力には時間を要するが、辞書DB145等の情報処理装置10の仕様に変更があった後でも、最新の、かつ、統一された基準で解析処理を行うことができる。 For example, the analysis unit 104 may start all analysis processing including word extraction after receiving an instruction from the management terminal 30. Although it takes time to output the analysis results, the analysis process can be performed using the latest and unified standards even after there is a change in the specifications of the information processing device 10 such as the dictionary DB 145.

上述の実施形態によれば、期間、回答結果、及び評価結果等の要件で履歴情報の絞り込みを行うこととした。しかし、絞り込みの要件はこれらに限られない。例えば、情報処理装置10に、過去の回答結果を再判定する機能を付与するなどして、これを要件に加えてもよい。 According to the embodiment described above, history information is narrowed down based on requirements such as period, response results, and evaluation results. However, the requirements for narrowing down are not limited to these. For example, the information processing device 10 may be provided with a function of re-judging past answer results, and this may be added to the requirements.

つまり、解析処理を行う時点での最新の応答情報DB115に基づいて、例えば過去に回答不能であった質問に対して回答可能であるか否かを情報処理装置10に判定させ、最新の状態で回答可能となっている質問については処理対象から外させることができる。これにより、現在においては改善済みの質問を無視することができ、効率的に情報処理装置10の処理する情報の改善を図ることができる。 That is, based on the latest response information DB 115 at the time of performing analysis processing, the information processing device 10 determines whether or not a question that could not be answered in the past can be answered, and Questions that can be answered can be excluded from processing. As a result, it is possible to ignore questions that have already been improved, and it is possible to efficiently improve the information processed by the information processing device 10.

以上、実施形態について説明したが、その各部の具体的な構成、処理の内容等は、実施形態で説明したものに限るものではない。 Although the embodiment has been described above, the specific configuration of each part, the content of processing, etc. are not limited to those described in the embodiment.

1 情報処理システム
10 情報処理装置
16 記憶装置
20 応答端末
30 管理端末
50 利用者端末
101 入出力部
102 応答管理部
103 履歴管理部
104 解析部
105 記憶部
112 解析プログラム
301 入出力部
302 指示部
303 表示制御部
313 表示部
1 Information processing system 10 Information processing device 16 Storage device 20 Response terminal 30 Management terminal 50 User terminal 101 Input/output unit 102 Response management unit 103 History management unit 104 Analysis unit 105 Storage unit 112 Analysis program 301 Input/output unit 302 Instruction unit 303 Display control section 313 Display section

国際公開第2020/012659号International Publication No. 2020/012659

Claims (20)

利用者端末から入力された内容に応じて応答を行うサービスを提供する情報処理装置であって、
過去に複数の利用者端末から入力された内容を、記憶部から取得して解析する解析部を備え、
前記記憶部には、
前記複数の利用者端末のそれぞれから入力された内容に関する複数の入力情報と、
前記複数の入力情報のそれぞれへの応答に関する応答情報と、を含む履歴情報が記憶されており、
前記解析部は、
前記複数の入力情報のそれぞれから少なくとも1つの語句を抽出し、前記語句に基づいて前記複数の入力情報の解析を行う、
情報処理装置。
An information processing device that provides a service that responds according to content input from a user terminal,
Equipped with an analysis unit that retrieves and analyzes content input from multiple user terminals in the past from the storage unit,
In the storage unit,
a plurality of input information regarding contents input from each of the plurality of user terminals;
History information including response information regarding responses to each of the plurality of input information is stored,
The analysis section includes:
extracting at least one word/phrase from each of the plurality of input information, and analyzing the plurality of input information based on the word/phrase;
Information processing device.
前記解析部は、
前記複数の入力情報における前記語句の出現回数をカウントする、
請求項1に記載の情報処理装置。
The analysis section includes:
counting the number of times the word/phrase appears in the plurality of input information;
The information processing device according to claim 1.
前記解析部は、
前記語句の抽出元の前記履歴情報と紐づけて前記語句のカウント結果を生成する、
請求項2に記載の情報処理装置。
The analysis section includes:
generating a count result of the word by linking it with the history information from which the word is extracted;
The information processing device according to claim 2.
前記解析部は、
類義語を含めて前記語句の出現回数をカウントする、
請求項2に記載の情報処理装置。
The analysis section includes:
Counting the number of occurrences of the word including synonyms;
The information processing device according to claim 2.
前記解析部は、
前記複数の入力情報のそれぞれから複数の語句を抽出し、
前記複数の入力情報における前記複数の語句の組み合わせの出現回数をカウントする、
請求項1に記載の情報処理装置。
The analysis section includes:
Extracting a plurality of words from each of the plurality of input information,
counting the number of times the combination of the plurality of words appears in the plurality of input information;
The information processing device according to claim 1.
前記履歴情報には、
前記応答情報のそれぞれについて、前記応答に不備があったか否かを示す応答結果情報が更に含まれており、
前記解析部は、
前記応答結果情報に基づいて、前記複数の入力情報のうち前記解析の対象とする入力情報を含む1以上の処理対象情報を抽出し、前記処理対象情報について前記解析を行う、
請求項1に記載の情報処理装置。
The history information includes:
Each of the response information further includes response result information indicating whether or not there is a defect in the response,
The analysis section includes:
Based on the response result information, one or more pieces of processing target information including the input information to be analyzed are extracted from the plurality of input information, and the analysis is performed on the processing target information.
The information processing device according to claim 1.
前記解析部は、
所定の期間内における前記履歴情報の中から前記処理対象情報を抽出する、
請求項6に記載の情報処理装置。
The analysis section includes:
extracting the processing target information from the history information within a predetermined period;
The information processing device according to claim 6.
利用者端末から入力された内容に応じて応答を行うサービスを提供する情報処理装置と、
前記情報処理装置を管理する管理端末と、を備える情報処理システムであって、
前記情報処理装置は、
過去に複数の利用者端末から入力された内容を、記憶部から取得して解析する解析部を備え、
前記記憶部には、
前記複数の利用者端末のそれぞれから入力された内容に関する複数の入力情報と、
前記複数の入力情報のそれぞれへの応答に関する応答情報と、を含む履歴情報を記憶されており、
前記解析部は、
前記複数の入力情報のそれぞれから少なくとも1つの語句を抽出し、前記語句に基づいて前記複数の入力情報の解析を行う、
情報処理システム。
an information processing device that provides a service that responds according to content input from a user terminal;
An information processing system comprising: a management terminal that manages the information processing device;
The information processing device includes:
Equipped with an analysis unit that retrieves and analyzes content input from multiple user terminals in the past from the storage unit,
In the storage unit,
a plurality of input information regarding contents input from each of the plurality of user terminals;
history information including response information regarding responses to each of the plurality of input information is stored;
The analysis section includes:
extracting at least one word/phrase from each of the plurality of input information, and analyzing the plurality of input information based on the word/phrase;
Information processing system.
前記管理端末は、
前記複数の入力情報における前記語句の出現回数を前記解析部にカウントさせる指示部と、
前記解析部によるカウント結果を前記管理端末の表示部に表示させる表示制御部と、を備える、
請求項8に記載の情報処理システム。
The management terminal is
an instruction unit that causes the analysis unit to count the number of times the word appears in the plurality of pieces of input information;
a display control unit that displays the count result by the analysis unit on a display unit of the management terminal;
The information processing system according to claim 8.
前記解析部は、
前記語句の抽出元の前記履歴情報と紐づけて前記語句のカウント結果を生成し、
前記表示制御部は、
前記語句に紐づけられた前記履歴情報の表示に遷移可能に前記カウント結果を前記表示部に表示させる、
請求項9に記載の情報処理システム。
The analysis section includes:
generating a count result of the word by linking it with the history information from which the word is extracted;
The display control section includes:
displaying the count result on the display section in a transitionable manner to displaying the history information linked to the word/phrase;
The information processing system according to claim 9.
前記履歴情報には、
前記応答情報のそれぞれについて、前記応答に不備があったか否かを示す応答結果情報が更に含まれており、
前記指示部は、
前記応答結果情報の要件を設定可能であり、
前記解析部は、
前記指示部が設定した前記応答結果情報の要件を満たす履歴情報の中から、前記複数の入力情報のうち前記解析の対象とする入力情報を含む1以上の処理対象情報を抽出し、前記処理対象情報について前記解析を行う、
請求項9に記載の情報処理システム。
The history information includes:
Each of the response information further includes response result information indicating whether or not there is a defect in the response,
The instruction section is
requirements for the response result information can be set;
The analysis section includes:
Among the history information that satisfies the requirements for the response result information set by the instruction unit, one or more pieces of processing target information including the input information to be analyzed from among the plurality of pieces of input information are extracted, and performing said analysis on the information;
The information processing system according to claim 9.
前記指示部は、
前記履歴情報から前記語句を抽出する期間を設定可能であり、
前記解析部は、
前記指示部により設定された前記期間内における前記履歴情報の中から、前記処理対象情報を抽出する、
請求項11に記載の情報処理システム。
The instruction section is
It is possible to set a period for extracting the words from the history information,
The analysis section includes:
extracting the processing target information from the history information within the period set by the instruction unit;
The information processing system according to claim 11.
利用者端末から入力された内容に応じて応答を行うサービスを提供する情報処理方法であって、
過去に複数の利用者端末から入力された内容を、記憶装置から取得して解析し、
前記記憶装置には、
前記複数の利用者端末のそれぞれから入力された内容に関する複数の入力情報と、
前記複数の入力情報のそれぞれへの応答に関する応答情報と、を含む履歴情報が記憶されており、
解析を行うときは、
前記複数の入力情報のそれぞれから少なくとも1つの語句を抽出し、前記語句に基づいて前記複数の入力情報の解析を行う、
情報処理方法。
An information processing method that provides a service that responds according to content input from a user terminal,
The content input from multiple user terminals in the past is retrieved from the storage device and analyzed.
The storage device includes:
a plurality of input information regarding contents input from each of the plurality of user terminals;
History information including response information regarding responses to each of the plurality of input information is stored,
When performing analysis,
extracting at least one word/phrase from each of the plurality of input information, and analyzing the plurality of input information based on the word/phrase;
Information processing method.
前記解析を行うときは、
前記複数の入力情報における前記語句の出現回数をカウントする、
請求項13に記載の情報処理方法。
When performing the above analysis,
counting the number of times the word/phrase appears in the plurality of input information;
The information processing method according to claim 13.
前記解析を行うときは、
前記語句の抽出元の前記履歴情報と紐づけて前記語句のカウント結果を生成する、
請求項14に記載の情報処理方法。
When performing the above analysis,
generating a count result of the word by linking it with the history information from which the word is extracted;
The information processing method according to claim 14.
前記解析を行うときは、
類義語を含めて前記語句の出現回数をカウントする、
請求項14に記載の情報処理方法。
When performing the above analysis,
Counting the number of occurrences of the word including synonyms;
The information processing method according to claim 14.
前記解析を行うときは、
前記複数の入力情報のそれぞれから複数の語句を抽出し、
前記複数の入力情報における前記複数の語句の組み合わせの出現回数をカウントする、
請求項13に記載の情報処理方法。
When performing the above analysis,
Extracting a plurality of words from each of the plurality of input information,
counting the number of times the combination of the plurality of words appears in the plurality of input information;
The information processing method according to claim 13.
前記履歴情報には、
前記応答情報のそれぞれについて、前記応答に不備があったか否かを示す応答結果情報が更に含まれており、
前記解析を行うときは、
前記応答結果情報に基づいて、前記複数の入力情報のうち前記解析の対象とする入力情報を含む1以上の処理対象情報を抽出し、前記処理対象情報について前記解析を行う、
請求項13に記載の情報処理方法。
The history information includes:
Each of the response information further includes response result information indicating whether or not there is a defect in the response,
When performing the above analysis,
Based on the response result information, one or more pieces of processing target information including the input information to be analyzed are extracted from the plurality of input information, and the analysis is performed on the processing target information.
The information processing method according to claim 13.
前記解析を行うときは、
所定の期間内における前記履歴情報の中から前記処理対象情報を抽出する、
請求項18に記載の情報処理方法。
When performing the above analysis,
extracting the processing target information from the history information within a predetermined period;
The information processing method according to claim 18.
利用者端末から入力された内容に応じて応答を行うサービスを提供させるプログラムであって、
コンピュータに、
過去に複数の利用者端末から入力された内容を、記憶装置から取得させて解析させ、
前記記憶装置には、
前記複数の利用者端末のそれぞれから入力された内容に関する複数の入力情報と、
前記複数の入力情報のそれぞれへの応答に関する応答情報と、を含む履歴情報が記憶されており、
解析を行わせるときは、
前記複数の入力情報のそれぞれから少なくとも1つの語句を抽出させ、前記語句に基づいて前記複数の入力情報の解析を行わせる、
プログラム。
A program that provides a service that responds according to content input from a user terminal,
to the computer,
Contents input from multiple user terminals in the past are retrieved from the storage device and analyzed.
The storage device includes:
a plurality of input information regarding contents input from each of the plurality of user terminals;
History information including response information regarding responses to each of the plurality of input information is stored,
When performing analysis,
extracting at least one word or phrase from each of the plurality of input information, and analyzing the plurality of input information based on the word or phrase;
program.
JP2022090089A 2022-06-02 2022-06-02 Information processing device, information processing system, information processing method, and program Pending JP2023177430A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022090089A JP2023177430A (en) 2022-06-02 2022-06-02 Information processing device, information processing system, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022090089A JP2023177430A (en) 2022-06-02 2022-06-02 Information processing device, information processing system, information processing method, and program

Publications (1)

Publication Number Publication Date
JP2023177430A true JP2023177430A (en) 2023-12-14

Family

ID=89123814

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022090089A Pending JP2023177430A (en) 2022-06-02 2022-06-02 Information processing device, information processing system, information processing method, and program

Country Status (1)

Country Link
JP (1) JP2023177430A (en)

Similar Documents

Publication Publication Date Title
JP6783483B2 (en) Display device
US11403715B2 (en) Method and system for providing domain-specific and dynamic type ahead suggestions for search query terms
USRE39090E1 (en) Semantic user interface
US8370155B2 (en) System and method for real time support for agents in contact center environments
US20140114986A1 (en) Method and apparatus for implicit topic extraction used in an online consultation system
US11258902B2 (en) Partial automation of text chat conversations
KR102285142B1 (en) Apparatus and method for recommending learning data for chatbots
US11860945B2 (en) Information processing apparatus to output answer information in response to inquiry information
US10339222B2 (en) Information providing system, information providing method, non-transitory recording medium, and data structure
JP6691642B1 (en) Document data storage for search
JP2016099741A (en) Information extraction support apparatus, method and program
US20190087828A1 (en) Method, apparatus, and computer-readable media for customer interaction semantic annotation and analytics
CN116521841B (en) Method, device, equipment and medium for generating reply information
US11392757B2 (en) Management of annotation jobs
US20220156296A1 (en) Transition-driven search
US20230141070A1 (en) Systems and methods for diagnosing quality issues in websites
JP6885506B2 (en) Response processing program, response processing method, response processing device and response processing system
JP2005190284A (en) Information classification device and method
JP2023177430A (en) Information processing device, information processing system, information processing method, and program
US20040078189A1 (en) Phonetic identification assisted Chinese input system and method thereof
US12010268B2 (en) Partial automation of text chat conversations
JP2023008461A (en) Answer creation support program, answer creation support method and answer creation support device
JP2023014490A (en) Information processing device, information processing system, information processing method, and program
Hilmi ASSESSING THE EFFECT OF CHATBOTS ON MANAGING BRAND REPUTATION AMONG COMMERCIAL BANKS IN MALAYSIA
JP2023180519A (en) Information processing unit, information processing method, program, and information processing system