JP7172187B2 - INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE - Google Patents

INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE Download PDF

Info

Publication number
JP7172187B2
JP7172187B2 JP2018124687A JP2018124687A JP7172187B2 JP 7172187 B2 JP7172187 B2 JP 7172187B2 JP 2018124687 A JP2018124687 A JP 2018124687A JP 2018124687 A JP2018124687 A JP 2018124687A JP 7172187 B2 JP7172187 B2 JP 7172187B2
Authority
JP
Japan
Prior art keywords
words
information
word
display
sentence
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018124687A
Other languages
Japanese (ja)
Other versions
JP2020004217A (en
Inventor
正樹 大橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2018124687A priority Critical patent/JP7172187B2/en
Publication of JP2020004217A publication Critical patent/JP2020004217A/en
Application granted granted Critical
Publication of JP7172187B2 publication Critical patent/JP7172187B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、情報表示方法、情報表示プログラムおよび情報表示装置に関する。 The present invention relates to an information display method, an information display program, and an information display device.

従来から、Webページやチャット形式の画面などを用いたFAQ(Frequently Asked Questions)システムが利用されている。例えば、FAQ装置が、質問文と回答とを対応付けたFAQ一覧を記憶し、ユーザからWebページなどで質問文を受け付けると、受け付けた質問文に対応する回答をFAQ一覧から検索して、ユーザに応答する。 Conventionally, FAQ (Frequently Asked Questions) systems using web pages, chat-type screens, etc. have been used. For example, the FAQ device stores an FAQ list in which questions and answers are associated with each other, and when a question is received from a user on a web page or the like, an answer corresponding to the received question is searched from the FAQ list, and the user to respond to.

近年では、ユーザからキーワードなどの問い合わせ文を受け付けて、FAQを絞り込む技術も知られている。例えば、FAQ装置は、問い合わせ文を受け付けて、問い合わせ文から抽出したキーワードに対応する複数の質問文をユーザに提示する。そして、FAQ装置は、提示した複数の質問文のうち、ユーザが選択した質問文に対応付けられる回答を応答する。 In recent years, there is also known a technique of receiving an inquiry sentence such as a keyword from a user and narrowing down FAQ. For example, the FAQ device accepts an inquiry sentence and presents the user with a plurality of question sentences corresponding to keywords extracted from the inquiry sentence. Then, the FAQ device responds with an answer associated with the question selected by the user from among the presented questions.

特開2014-29668号公報JP 2014-29668 A 特開2009-48303号公報Japanese Patent Application Laid-Open No. 2009-48303

しかしながら、上記技術では、FAQの絞り込みを効率的に実行できない場合があり、正しい回答をユーザに提示することができず、ユーザの利便性が低下する場合がある。 However, with the above technology, there are cases where the FAQ cannot be narrowed down efficiently, and correct answers cannot be presented to the user, which may reduce user convenience.

例えば、入力された問い合わせ文に対応するFAQの質問文が膨大に存在する場合は、絞り込みの効果が得られず、ユーザに問い合わせ文の再入力を促すなどの処理が多発し、却って効率が悪くなる。また、端末の画面サイズなどによって、絞り込まれた質問文の上位数件を表示することもあるが、その数件に含まれていない場合は、次の数件を読み込む操作が発生し、ユーザの負担が大きくなる。 For example, if there are a large number of FAQ questions corresponding to the input query, the effect of narrowing down cannot be obtained, and processing such as prompting the user to re-enter the query frequently occurs, which is rather inefficient. Become. In addition, depending on the screen size of the terminal, the top few of the narrowed down questions may be displayed. burden increases.

なお、FAQシステムの運用者がトークスクリプトなどで質問者を誘導し、質問者にFAQのカテゴリを選択させることで、FAQを絞り込むことも考えられる。この場合、カテゴリの数だけ条件分岐するスクリプトを記述することになり、カテゴリの修正のたびにスクリプト修正が発生することにもなるので、運用者の負担が大きく、現実的ではない。 It is also conceivable that the FAQ system operator guides the questioner with a talk script or the like and makes the questioner select a category of the FAQ, thereby narrowing down the FAQ. In this case, as many conditional branching scripts as there are categories must be written, and the scripts need to be modified each time the categories are modified.

一つの側面では、複数の情報から質問文に応じた情報の絞り込みを効率化できる情報表示方法、情報表示プログラムおよび情報表示装置を提供することを目的とする。 An object of one aspect of the present invention is to provide an information display method, an information display program, and an information display device capable of efficiently narrowing down information according to a question from a plurality of pieces of information.

第1の案では、情報表示方法は、質問文を受け付け、それぞれが質問文と回答文とを含む複数の情報を記憶する記憶部を参照して、前記複数の情報のうち、受け付けた前記質問文に含まれるいずれかの単語を含む情報を抽出し、抽出した前記情報に含まれる質問文に含まれる複数の単語それぞれの前記複数の情報での出現状況に基づき、前記複数の単語のうち、いずれかの単語を選択して表示部に表示し、表示した前記単語のうち、いずれかの単語の指定を受け付けると、前記記憶部を参照して、前記複数の情報のうち、指定された前記いずれかの単語を含む情報を特定し、特定した前記情報に含まれる回答文を表示部に表示する、処理をコンピュータが実行する。 In the first plan, the information display method receives a question sentence, refers to a storage unit that stores a plurality of pieces of information each including a question sentence and an answer sentence, and selects the received question among the plurality of pieces of information. Information containing any of the words contained in the sentence is extracted, and based on the appearance status of each of the plurality of words contained in the question sentence contained in the extracted information in the plurality of information, among the plurality of words, One of the words is selected and displayed on the display unit, and when the designation of one of the displayed words is received, the storage unit is referred to, and the designated one of the plurality of information is selected. The computer executes a process of identifying information containing any of the words and displaying an answer sentence included in the identified information on the display unit.

一実施形態によれば、複数の情報から質問文に応じた情報の絞り込みを効率化できる。 According to one embodiment, it is possible to efficiently narrow down information according to a question sentence from a plurality of information.

図1は、実施例1にかかるFAQシステムの全体構成例を説明する図である。FIG. 1 is a diagram illustrating an overall configuration example of a FAQ system according to a first embodiment. 図2は、実施例1にかかるFAQシステムの全体的な処理を説明する図である。FIG. 2 is a diagram for explaining overall processing of the FAQ system according to the first embodiment; 図3は、実施例1にかかるFAQの絞り込みを説明する図である。FIG. 3 is a diagram for explaining narrowing down of FAQs according to the first embodiment. 図4は、実施例1にかかる情報表示装置の機能構成を示す機能ブロック図である。FIG. 4 is a functional block diagram of the functional configuration of the information display device according to the first embodiment; 図5は、問い合わせ文を受け付けるチャットボットの画面例を説明する図である。FIG. 5 is a diagram for explaining an example screen of a chatbot that accepts an inquiry message. 図6は、検索結果一覧を説明する図である。FIG. 6 is a diagram for explaining a search result list. 図7は、抽出処理を説明する図である。FIG. 7 is a diagram for explaining extraction processing. 図8は、調和平均の算出処理を説明する図である。FIG. 8 is a diagram for explaining the processing for calculating the harmonic mean. 図9は、調和平均の有用性を説明する図である。FIG. 9 is a diagram explaining usefulness of the harmonic mean. 図10は、調和平均の算出結果を説明する図である。FIG. 10 is a diagram explaining the calculation result of the harmonic mean. 図11は、初期化処理における非表示単語リストの生成を説明する図である。FIG. 11 is a diagram illustrating generation of a hidden word list in initialization processing. 図12は、初期化処理における質問文の絞り込みを説明する図である。FIG. 12 is a diagram for explaining narrowing down of question sentences in the initialization process. 図13は、調和平均による絞り込みを説明する図である。FIG. 13 is a diagram for explaining narrowing down by harmonic mean. 図14は、表示される絞り込み結果を説明する図である。FIG. 14 is a diagram for explaining the narrowing down results displayed. 図15は、画面表示の一連の流れを説明する図である。FIG. 15 is a diagram for explaining a series of screen display flows. 図16は、画面表示の一連の流れを説明する図である。FIG. 16 is a diagram for explaining a series of screen display flows. 図17は、実施例1にかかるFAQシステムのFAQ処理の全体的な処理の流れを示すフローチャートである。FIG. 17 is a flowchart illustrating the overall flow of FAQ processing of the FAQ system according to the first embodiment; 図18は、実施例1にかかるFAQの絞り込み処理の流れを示すフローチャートである。FIG. 18 is a flowchart illustrating a flow of FAQ narrowing processing according to the first embodiment. 図19は、実施例1にかかる単語抽出処理の流れを示すフローチャートである。FIG. 19 is a flowchart illustrating the flow of word extraction processing according to the first embodiment; 図20は、絞り込みによるカテゴリの不統一を説明する図である。FIG. 20 is a diagram for explaining inconsistency of categories due to narrowing down. 図21は、ナレッジツリーによる絞り込みを説明する図である。FIG. 21 is a diagram for explaining narrowing down using a knowledge tree. 図22は、ナレッジツリーによる絞り込みの流れを説明する図である。FIG. 22 is a diagram for explaining the flow of narrowing down using a knowledge tree. 図23は、ナレッジツリーによる単語のゆらぎを説明する図である。FIG. 23 is a diagram for explaining fluctuations of words in a knowledge tree. 図24は、辞書連携による単語のゆらぎを吸収する例を説明する図である。FIG. 24 is a diagram illustrating an example of absorbing fluctuations in words through dictionary cooperation. 図25は、設定画面例を説明する図である。FIG. 25 is a diagram illustrating an example of a setting screen. 図26は、ハードウェア構成例を説明する図である。FIG. 26 is a diagram illustrating a hardware configuration example.

以下に、本願の開示する情報表示方法、情報表示プログラムおよび情報表示装置の実施例を図面に基づいて詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。また、各実施例は、矛盾がない範囲内で適宜組み合わせることができる。 Hereinafter, embodiments of an information display method, an information display program, and an information display device disclosed in the present application will be described in detail based on the drawings. In addition, this invention is not limited by this Example. Further, each embodiment can be appropriately combined within a range without contradiction.

[全体構成]
図1は、実施例1にかかるFAQシステムの全体構成例を説明する図である。図1に示すように、このFAQシステムは、質問者端末1、情報表示装置10、FAQサーバ50が有線や無線を問わずネットワークを介して相互に通信可能に接続され、質問者からのFAQを応答するシステムである。
[overall structure]
FIG. 1 is a diagram illustrating an overall configuration example of a FAQ system according to a first embodiment. As shown in FIG. 1, in this FAQ system, a questioner terminal 1, an information display device 10, and a FAQ server 50 are connected to communicate with each other via a network regardless of whether it is wired or wireless, and the FAQ from the questioner is received. It is a responsive system.

質問者端末1は、質問者が利用するコンピュータの一例であり、例えばパーソナルコンピュータやスマートフォンなどである。質問者端末1は、情報表示装置10を介してFAQサーバに50にアクセスし、FAQの回答文を取得する。 The questioner terminal 1 is an example of a computer used by the questioner, such as a personal computer or a smart phone. The questioner terminal 1 accesses the FAQ server 50 via the information display device 10 and obtains the answers to the FAQ.

FAQサーバ50は、質問文と回答文とを対応付けたFAQの一覧であるFAQデータベースを記憶するコンピュータの一例であり、例えばサーバなどである。FAQサーバ50が記憶するFAQデータベースは、「id、カテゴリID、カテゴリ、質問文、回答文」を対応付けて記憶する。ここで記憶される「id」は、FAQを識別する識別子であり、「カテゴリID」は、カテゴリを識別する識別子である。「カテゴリ」は、質問文のカテゴリを示し、「質問文」は、質問者が質問する内容を示し、「回答文」は、質問文に対応する回答の内容を示す。図1の例では、id「100」のFAQは、カテゴリIDが「22」であるカテゴリ「気象」に該当し、質問文「小笠原に梅雨はありますか」と回答文「小笠原諸島では5月中旬から6月・・・」が対応付けられたFAQであることを示す。 The FAQ server 50 is an example of a computer, such as a server, that stores an FAQ database that is a list of FAQs in which question sentences and answer sentences are associated with each other. The FAQ database stored by the FAQ server 50 associates and stores "id, category ID, category, question text, answer text". The "id" stored here is an identifier that identifies the FAQ, and the "category ID" is an identifier that identifies the category. The “category” indicates the category of the question, the “question” indicates the content of the question asked by the questioner, and the “answer” indicates the content of the answer corresponding to the question. In the example of FIG. 1, the FAQ with the id "100" corresponds to the category "weather" with the category ID "22". to June..." is the associated FAQ.

情報表示装置10は、質問者端末1から受け付けた質問文に対応する回答文をFAQサーバ50から取得して応答するコンピュータ装置であり、例えばサーバなどである。この情報表示装置10は、質問者端末1からキーワードなどである問い合わせ文を受け付けると、当該問い合わせ文をカテゴリや内容に含む質問文を検索することで、質問文の絞り込みを行う。そして、情報表示装置10は、絞り込みによって得られた複数の質問文を質問者端末1に提示し、質問者が選択した質問文に対応する回答文をFAQサーバ50から取得して応答する。 The information display device 10 is a computer device that obtains from the FAQ server 50 an answer sentence corresponding to a question sentence received from the questioner terminal 1 and responds to the answer sentence, and is, for example, a server. When the information display device 10 receives an inquiry text such as a keyword from the questioner terminal 1, the information display device 10 narrows down the question sentences by retrieving the question sentences including the inquiry sentence in the category or content. Then, the information display device 10 presents a plurality of question sentences obtained by the narrowing down to the questioner terminal 1, acquires an answer sentence corresponding to the question sentence selected by the questioner from the FAQ server 50, and responds.

このようなシステムにおいて、情報表示装置10は、質問文に関連する問合せ情報を受け付ける。すると、情報表示装置10は、それぞれが質問文と回答文とを含む複数のFAQを記憶するFAQデータベースを参照して、複数のFAQのうち、問合せ情報に含まれるいずれかの単語を含むFAQを抽出する。そして、情報表示装置10は、抽出されたFAQと対応付けられる質問文に含まれる複数の単語それぞれの複数のFAQにおける調和平均に基づき、複数の単語から選択対象となる複数の単語を選択してディスプレイや質問者端末1に表示する。続いて、情報表示装置10は、表示した選択候補である複数の単語のうち、いずれかの単語の指定を受け付けると、FAQデータベースを参照して、複数のFAQのうち、指定された単語を含むFAQを特定し、特定したFAQに含まれる回答文を表示する。 In such a system, the information display device 10 receives inquiry information related to question sentences. Then, the information display device 10 refers to an FAQ database that stores a plurality of FAQs each including a question sentence and an answer sentence, and selects an FAQ that includes one of the words included in the inquiry information among the plurality of FAQs. Extract. Then, the information display device 10 selects a plurality of words to be selected from the plurality of words based on the harmonic average of each of the plurality of FAQs of the plurality of words included in the question sentences associated with the extracted FAQ. It is displayed on the display or the questioner terminal 1. Subsequently, when the information display device 10 receives the designation of any one of the displayed selection candidates, the information display device 10 refers to the FAQ database and includes the designated word among the plurality of FAQs. Identify the FAQ and display the answers included in the identified FAQ.

ここで、一例として具体的な数字を用いて、FAQシステムの全体的な流れを説明する。図2は、実施例1にかかるFAQシステムの全体的な処理を説明する図である。図2に示すように、FAQサーバ50は、図1に示すFAQデータベース51を記憶する(S1)。このようなシステムにおいて、質問者端末1は、チャットボットなどを用いて情報表示装置10にアクセスし、問い合わせ文を入力する(S2とS3)。 Here, the overall flow of the FAQ system will be described using specific numbers as an example. FIG. 2 is a diagram for explaining overall processing of the FAQ system according to the first embodiment; As shown in FIG. 2, the FAQ server 50 stores the FAQ database 51 shown in FIG. 1 (S1). In such a system, the questioner terminal 1 accesses the information display device 10 using a chatbot or the like, and inputs an inquiry sentence (S2 and S3).

続いて、情報表示装置10は、問い合わせ文からキーワード(以下では、KWと記載する場合がある)を抽出し、FAQデータベースからKWに該当する10個の質問文を含む質問文一覧100を取得する(S4とS5)。 Subsequently, the information display device 10 extracts a keyword (hereinafter sometimes referred to as KW) from the inquiry sentence, and obtains a question sentence list 100 containing 10 question sentences corresponding to KW from the FAQ database. (S4 and S5).

そして、情報表示装置10は、質問文一覧100の各質問文から単語などであるKW(KW1、KW2など)を抽出し、各KWに対して、質問文一覧100の各質問文における調和平均(A、Bなど)を算出して調和平均一覧101を生成する(S6)。続いて、情報表示装置10は、調和平均の上位3件であるKW1、KW2、KW3を含むKW候補102を質問者端末1に提示する(S7とS8)。 Then, the information display device 10 extracts KWs (KW1, KW2, etc.), which are words or the like, from each question in the question list 100, and for each KW, the harmonic mean ( A, B, etc.) are calculated to generate the harmonic mean list 101 (S6). Subsequently, the information display device 10 presents KW candidates 102 including KW1, KW2, and KW3, which are the top three harmonic averages, to the questioner terminal 1 (S7 and S8).

その後、質問者端末1は、情報表示装置10から提示されたKW候補102の中からKW1を選択する(S9とS10)。すると、情報表示装置10は、質問文一覧100の各質問文の中から、選択されたKW1を含む6件の質問文を抽出して質問文一覧103を生成する(S11)。 After that, the questioner terminal 1 selects KW1 from the KW candidates 102 presented by the information display device 10 (S9 and S10). Then, the information display device 10 extracts six question sentences including the selected KW1 from each question sentence in the question sentence list 100 and generates a question sentence list 103 (S11).

続いて、質問文一覧103の各質問文から、選択済みのKW1を除くKW(KW10、KW11など)を抽出し、各KWに対して、質問文一覧103の各質問文における調和平均(AA、BBなど)を算出して調和平均一覧104を生成する(S12)。そして、情報表示装置10は、調和平均の上位3件であるKW15、KW18、KW19を含むKW候補105を質問者端末1に提示する(S13とS14)。 Next, KWs (KW10, KW11, etc.) excluding the selected KW1 are extracted from each question in the question list 103, and the harmonic average (AA, BB, etc.) to generate the harmonic mean list 104 (S12). Then, the information display device 10 presents KW candidates 105 including KW15, KW18, and KW19, which are the top three harmonic averages, to the questioner terminal 1 (S13 and S14).

その後、質問者端末1は、情報表示装置10から提示されたKW候補105の中からKW15を選択する(S15とS16)。すると、情報表示装置10は、質問文一覧103の各質問文の中から、選択されたKW18を含む質問文1、質問文5、質問文9の3件の質問文を抽出して質問文一覧106を生成する(S17)。 After that, the questioner terminal 1 selects KW15 from the KW candidates 105 presented by the information display device 10 (S15 and S16). Then, the information display device 10 extracts three question sentences, namely, question sentences 1, 5, and 9 containing the selected KW18 from the question sentences in the question sentence list 103, and displays them in the question sentence list. 106 is generated (S17).

ここで、情報表示装置10は、質問文が閾値以下の3件となったことから、抽出された3件の質問文を含む質問文一覧106を質問者端末1に提示する(S18とS19)。そして、質問者端末1が質問文一覧106から質問文5が選択されると(S20とS21)、情報表示装置10は、質問文5に対応する回答文5をFAQデータベースから取得し(S22とS23)、取得した回答文5を質問者端末1に応答する(S24とS25)。 Here, the information display device 10 presents the question sentence list 106 including the extracted three question sentences to the questioner terminal 1 since the number of question sentences is three below the threshold (S18 and S19). . Then, when the questioner terminal 1 selects the question sentence 5 from the question sentence list 106 (S20 and S21), the information display device 10 acquires the answer sentence 5 corresponding to the question sentence 5 from the FAQ database (S22 and S23), the acquired answer sentence 5 is responded to the questioner terminal 1 (S24 and S25).

次に、画面遷移を用いて、上述した絞り込み処理を具体的に説明する。図3は、実施例1にかかるFAQの絞り込みを説明する図である。図3に示すように、情報表示装置10は、チャットボット画面200上でメッセージ「どのようなご用件でしょうか」を表示し、その応答として問い合わせ文「梅雨について」を受け付けると、質問文の絞り込みを行って、調和平均が高い上位3件のKWを含むKW一覧200Aを表示する(図3の(a)参照)。 Next, the above-described narrowing down process will be specifically described using screen transitions. FIG. 3 is a diagram for explaining narrowing down of FAQs according to the first embodiment. As shown in FIG. 3, the information display device 10 displays a message "What kind of business do you have?" After narrowing down, a KW list 200A including the top three KWs with the highest harmonic mean is displayed (see FIG. 3(a)).

続いて、情報表示装置10は、質問者端末1によってKW一覧200Aから「期日」が選択されると(図3の(b)参照)、選択された「期日」を含む質問文200bを表示する(図3の(c)参照)。 Subsequently, when a "date" is selected from the KW list 200A by the questioner terminal 1 (see (b) of FIG. 3), the information display device 10 displays a question sentence 200b including the selected "date". (Refer to (c) of FIG. 3).

このように、情報表示装置10は、質問者端末1との間でキーワードの選択を効率的に繰り返すことで、膨大な質問文を絞り込むことができる。このため、情報表示装置10は、質問文が絞りきれない事象や質問文を絞り過ぎる事象などを抑制し、質問文の絞り込みを効率的に実行することができる。 In this manner, the information display device 10 efficiently repeats the selection of keywords with the questioner terminal 1, thereby narrowing down a large number of question sentences. Therefore, the information display device 10 can efficiently narrow down the question sentences by suppressing the event that the question sentences cannot be narrowed down or the event that the question sentences are narrowed down too much.

[機能構成]
図4は、実施例1にかかる情報表示装置10の機能構成を示す機能ブロック図である。図4に示すように、情報表示装置10は、通信部11、記憶部12、制御部20を有する。
[Function configuration]
FIG. 4 is a functional block diagram showing the functional configuration of the information display device 10 according to the first embodiment. As shown in FIG. 4 , the information display device 10 has a communication section 11 , a storage section 12 and a control section 20 .

通信部11は、質問者端末1やFAQサーバ50との間の通信を制御する処理部であり、例えば通信インタフェースなどである。例えば、通信部11は、質問者端末1やFAQサーバ50との間でWeb通信を確立し、データの送受信を実行する。 The communication unit 11 is a processing unit that controls communication between the questioner terminal 1 and the FAQ server 50, and is, for example, a communication interface. For example, the communication unit 11 establishes Web communication with the questioner terminal 1 and the FAQ server 50 to transmit and receive data.

記憶部12は、プログラムやデータを記憶する記憶装置の一例であり、例えばメモリやハードディスクなどである。この記憶部12は、質問文一覧DB13や調和平均DB14を記憶する。 The storage unit 12 is an example of a storage device that stores programs and data, such as a memory or a hard disk. This storage unit 12 stores a question sentence list DB 13 and a harmonic mean DB 14 .

質問文一覧DB13は、FAQサーバ50が記憶するFAQ一覧のうち、質問者が入力したキーワードによって選択されたFAQに含まれる質問文を記憶するデータベースである。調和平均DB14は、制御部20によって算出される各キーワード(単語)の調和平均を記憶するデータベースである。なお、各DBの詳細については後述する。 The question text list DB 13 is a database that stores question texts included in FAQs selected by keywords input by questioners from the FAQ list stored by the FAQ server 50 . The harmonic average DB 14 is a database that stores the harmonic average of each keyword (word) calculated by the control unit 20 . Details of each DB will be described later.

制御部20は、情報表示装置10全体を司る処理部であり、例えばプロセッサなどである。この制御部20は、受付部21、検索部22、絞り込み処理部30を有する。なお、受付部21、検索部22、絞り込み処理部30は、プロセッサなどの電子回路の一例やプロセッサが実行するプロセスの一例である。なお、受付部21は、受付部の一例である。 The control unit 20 is a processing unit that controls the entire information display device 10, such as a processor. The control unit 20 has a reception unit 21 , a search unit 22 and a narrowing processing unit 30 . Note that the receiving unit 21, the searching unit 22, and the narrowing processing unit 30 are an example of an electronic circuit such as a processor or an example of a process executed by the processor. Note that the reception unit 21 is an example of a reception unit.

受付部21は、質問者端末1との間でチャットボットを実行し、チャットボット画面上で問い合わせ文などを受け付ける処理部である。具体的には、受付部21は、質問者端末1からFAQシステムへのアクセスを受け付けると、当該質問者端末1にチャットボット画面を送信する。そして、受付部21は、チャットボット画面上で、キーワードなどを含む問い合わせ文を受け付けて、受け付けた問い合わせ文を検索部22に出力する。 The reception unit 21 is a processing unit that executes a chatbot between itself and the questioner terminal 1 and receives an inquiry sentence or the like on the chatbot screen. Specifically, upon receiving an access to the FAQ system from the questioner terminal 1, the reception unit 21 transmits a chatbot screen to the questioner terminal 1. FIG. Then, the accepting unit 21 accepts an inquiry sentence including a keyword or the like on the chatbot screen, and outputs the accepted inquiry sentence to the search unit 22 .

図5は、問い合わせ文を受け付けるチャットボットの画面例を説明する図である。図5に示すように、受付部21は、アクセスを受け付けた質問者端末1にチャットボット画面200を表示し、「どのようなご用件でしょうか」などのメッセージを表示する。そして、受付部21は、チャットボット画面で「旅行がしたい」などの問い合わせ文を受け付けると、受け付けた問い合わせ文「旅行がしたい」を検索部22に出力する。 FIG. 5 is a diagram for explaining an example screen of a chatbot that accepts an inquiry message. As shown in FIG. 5, the receiving unit 21 displays a chatbot screen 200 on the questioner terminal 1 that has received access, and displays a message such as "What kind of business do you have?" Then, when receiving an inquiry text such as “I want to travel” on the chatbot screen, the reception unit 21 outputs the received inquiry text “I want to travel” to the search unit 22 .

検索部22は、受付部21によって受け付けられた問い合わせ文を用いて、FAQサーバ50が記憶するFAQ一覧から該当するFAQの質問文を検索する処理部である。具体的には、検索部22は、問い合わせ文に対して形態素解析を行ってキーワードを抽出し、キーワードを含む質問文をFAQ一覧から取得して、質問文一覧DB13に格納する。 The search unit 22 is a processing unit that uses the inquiry text received by the reception unit 21 to search the FAQ list stored in the FAQ server 50 for the corresponding FAQ question text. Specifically, the search unit 22 performs morphological analysis on the inquiry text to extract keywords, acquires the question text including the keyword from the FAQ list, and stores it in the question text list DB 13 .

例えば、検索部22は、問い合わせ文「旅行がしたい」からキーワード(単語)として「旅行」を抽出する。そして、検索部22は、キーワード「旅行」を含む質問文をFAQサーバのFAQ一覧から検索する。このようにして検索された結果を図6に示す。 For example, the search unit 22 extracts "travel" as a keyword (word) from the query sentence "I want to travel". Then, the search unit 22 searches the FAQ list of the FAQ server for a question including the keyword "travel". FIG. 6 shows the results retrieved in this manner.

図6は、検索結果一覧を説明する図である。図6に示すように、検索結果は、「No.」と「FAQ質問文」を有する。「No.」は、質問文と回答文を対応付けたFAQを識別する識別子であり、「FAQ質問文」は、質問文の内容を示す。ここでは、「No.1、家族で北米に安い飛行機で観光旅行に行きたい。」から「No.10、個人で北米に高い飛行機で観光旅行に行きたい。」までの10個の質問文が検索されたことを示している。検索部22は、図6に示した検索結果を質問文一覧DB13に格納する。 FIG. 6 is a diagram for explaining a search result list. As shown in FIG. 6, the search result has "No." and "FAQ question". "No." is an identifier that identifies an FAQ that associates a question and an answer, and "FAQ question" indicates the content of the question. Here, there are 10 questions ranging from "No. 1, I want to go on a sightseeing trip to North America with my family on a cheap plane" to "No. 10, I want to go on a sightseeing trip to North America by myself on an expensive plane." It shows that it was searched. The search unit 22 stores the search results shown in FIG. 6 in the question sentence list DB 13 .

絞り込み処理部30は、抽出部31、算出部32、初期化部33、表示部34を有し、質問者から受け付けた問い合わせ内容によって、質問者のFAQを特定するために、FAQすなわち質問文の絞り込みを実行する処理部である。なお、絞り込み処理部30は、所定数の質問文に絞り込まれるまで、質問者によってキーワードが選択されるたびに、質問文の絞り込みを逐次的に実行する。なお、抽出部31は、抽出部の一例であり、表示部34は、表示制御部と特定部の一例である。 The narrowing-down processing unit 30 has an extraction unit 31, a calculation unit 32, an initialization unit 33, and a display unit 34, and uses the content of the inquiry received from the questioner to specify the FAQ of the questioner. This is a processing unit that executes narrowing down. The narrowing down processing unit 30 successively narrows down the question sentences each time the questioner selects a keyword until the question sentences are narrowed down to a predetermined number. Note that the extraction unit 31 is an example of an extraction unit, and the display unit 34 is an example of a display control unit and an identification unit.

抽出部31は、検索部22によって検索された各質問文からキーワードとなる単語等を抽出する処理部である。具体的には、抽出部31は、形態素解析、予め定めた抽出ルール、除外理由、除外単語リストなどを用いて、各質問文からキーワードとなる単語等を抽出し、抽出結果を算出部32に出力する。 The extraction unit 31 is a processing unit that extracts words and the like that are keywords from each question sentence searched by the search unit 22 . Specifically, the extraction unit 31 uses morphological analysis, predetermined extraction rules, exclusion reasons, an exclusion word list, etc. to extract keywords and the like from each question sentence, and outputs the extraction results to the calculation unit 32. Output.

図7は、抽出処理を説明する図である。図7に示すように、抽出部31は、質問文「メールに添付可能な画像サイズ」に対して、抽出対象の品詞を定義した抽出ルールを適用する。具体的には、抽出部31は、「大根」や「加速度」などの「名詞-一般」、「北海道」などの「名詞-固有名詞」、「苦労」や「終了」などの「名詞-サ変接続」、「めでたい」などの「形容詞-自立」、「たてつく」などの「動詞-自立」などの品詞に該当する単語等を抽出して、抽出単語リストを生成する。 FIG. 7 is a diagram for explaining extraction processing. As shown in FIG. 7, the extracting unit 31 applies an extraction rule that defines a part of speech to be extracted to the question sentence "image size that can be attached to an email". Specifically, the extraction unit 31 extracts "noun-general" such as "radish" and "acceleration", "noun-proper noun" such as "Hokkaido", Words corresponding to parts of speech such as "adjective-independent" such as "connection" and "medetai" and "verb-independent" such as "tatetsuku" are extracted and an extracted word list is generated.

ここで、抽出部31は、未然形や連用形の単語に「ない」が付く場合は、「原型」+「ない」の形で抽出する。例えば、抽出部31は、「届かない」や「繋がらない」などの単語を抽出する。また、抽出部31は、予め記憶する類似語辞書にある単語や複合語を抽出する。例えば、抽出部31は、「卒業旅行」、「メールの送り方」、「R&D」などを抽出する。 Here, the extracting unit 31 extracts the form of "prototype"+"nai" when "nai" is added to a word in the imperfect form or the continuous form. For example, the extraction unit 31 extracts words such as "cannot reach" and "cannot connect". The extracting unit 31 also extracts words and compound words from a similar word dictionary stored in advance. For example, the extraction unit 31 extracts "Graduation trip", "How to send mail", "R&D", and the like.

その後、抽出部31は、抽出単語リストに含まれる、複合語などを含む単語等をベンダー表現に統一する。そして、抽出部31は、表現が統一された単語等から、除外理由に該当する単語等を除外する。例えば、抽出部31は、1字の半角アルファベットや全角アルファベットなどを抽出単語リストから除外する。また、抽出部31は、「*」や「[]」などの記号や空白のみで構成される「名詞-サ変接続」に該当する単語を抽出単語リストから除外する。 After that, the extracting unit 31 unifies words including compound words included in the extracted word list into vendor expressions. Then, the extracting unit 31 excludes words and the like corresponding to the reason for exclusion from the words and the like whose expressions are unified. For example, the extraction unit 31 excludes a single half-width alphabet, full-width alphabet, or the like from the extraction word list. In addition, the extracting unit 31 excludes from the extracted word list words corresponding to the "noun-sa-hen connection" composed only of symbols such as "*" and "[]" and spaces.

さらに、抽出部31は、除外理由に該当する単語等が除外された抽出単語リストから、除外リストに登録されている単語を除外する。例えば、抽出部31は、除外リストに登録される「分かる、分からない、来る、できる、どのような」などの単語を除外する。なお、除外リスト、抽出ルール、除外理由などは、予め定義することができ、適宜更新することができる。 Further, the extraction unit 31 excludes the words registered in the exclusion list from the extracted word list in which the words corresponding to the reasons for exclusion are excluded. For example, the extraction unit 31 excludes words such as "understand, do not understand, come, can, what" registered in the exclusion list. Note that the exclusion list, extraction rules, reasons for exclusion, etc. can be defined in advance and can be updated as appropriate.

このようにして、抽出部31は、質問文から抽出された単語等を含む抽出単語リストを生成し、抽出単語リストに記憶される単語等から不要な単語等を除外した抽出単語リストを算出部32等に出力する。例えば、抽出部31は、図6に示される質問文の検索結果から「個人、家族、北米、アジア、高い、安い、飛行機、船舶、観光、卒業、行く」を含む抽出単語リストを生成して、算出部32に出力する。なお、抽出部31は、検索部22によって検索された各質問文や質問者によるキーワード選択によって絞り込まれた各質問文から単語を抽出して抽出単語リストを生成する。 In this way, the extracting unit 31 generates an extracted word list including words and the like extracted from the question sentence, and calculates an extracted word list by excluding unnecessary words and the like from the words and the like stored in the extracted word list. 32 and so on. For example, the extracting unit 31 generates an extracted word list including "individual, family, North America, Asia, expensive, cheap, airplane, ship, sightseeing, graduation, go" from the search result of the question sentence shown in FIG. , to the calculation unit 32 . Note that the extraction unit 31 extracts words from each question sentence searched by the search unit 22 and from each question sentence narrowed down by keyword selection by the questioner to generate an extracted word list.

算出部32は、各質問文から抽出された抽出単語リストに含まれる各単語等の調和平均を算出する処理部である。具体的には、算出部32は、抽出元である全質問文における、抽出単語リストに含まれる各単語等の出現頻度を算出し、算出した出現頻度を用いて、各単語等の調和平均を算出する。 The calculation unit 32 is a processing unit that calculates the harmonic average of each word included in the extracted word list extracted from each question sentence. Specifically, the calculation unit 32 calculates the appearance frequency of each word, etc. included in the extracted word list in all the question sentences that are the extraction source, and uses the calculated appearance frequency to calculate the harmonic average of each word, etc. calculate.

図8は、調和平均の算出処理を説明する図である。図8に示すように、検索部22によって検索された各FAQの質問文から、抽出部31によって単語等が抽出された抽出単語の一覧である抽出単語リストが生成される。この単語抽出時に、各単語とFAQとが関連付けられる。そして、算出部32は、抽出単語リストに含まれる各単語等に対して調和平均を算出し、算出した調和平均を降順にソートした検索結果単語リストを生成する。その後、算出部32は、調和平均と単語とが対応付けられた検索結果単語リストを表示部34等に出力する。 FIG. 8 is a diagram for explaining the processing for calculating the harmonic mean. As shown in FIG. 8, an extraction word list, which is a list of words extracted by the extraction unit 31 from question sentences of each FAQ searched by the search unit 22, is generated. At the time of word extraction, each word is associated with the FAQ. Then, the calculation unit 32 calculates a harmonic average for each word included in the extracted word list, and sorts the calculated harmonic averages in descending order to generate a search result word list. After that, the calculation unit 32 outputs to the display unit 34 or the like a search result word list in which the harmonic averages and the words are associated with each other.

ここで、出現頻度ではなく、調和平均を用いることの有用性について説明する。図9は、調和平均の有用性を説明する図である。FAQの質問文の絞り込みにおいて、キーワードの出現頻度で絞り込みを行うと、目的とする質問文が漏れにくくなるが、検索対象となる質問文の選択候補の総数を大きく減らせず効率がよくない。つまり、図9の(a)に示すように、キーワードの出現頻度に対する「漏れにくさ」と「絞り込みやすさ」はトレードオフの関係である。一般的なFAQシステムでは、キーワードの出現頻度が高い順で絞り込むので、候補となる質問文が絞り込み結果から漏れることは抑制できるが、絞り込み条件が緩和されるので、絞り込んだ候補の数が膨大となり、絞り込みの有用性を発揮できない。 Here, the usefulness of using the harmonic mean instead of the appearance frequency will be explained. FIG. 9 is a diagram explaining usefulness of the harmonic mean. When narrowing down FAQ questions by frequency of appearance of keywords, target questions are less likely to be omitted, but the total number of selection candidates for search target questions cannot be greatly reduced, which is inefficient. In other words, as shown in FIG. 9A, there is a trade-off relationship between the "hardness of omission" and the "easiness of narrowing down" with respect to the appearance frequency of keywords. In a general FAQ system, keywords are narrowed down in order of appearance frequency, so it is possible to prevent candidate question sentences from being omitted from the narrowed down results. , the usefulness of narrowing down cannot be demonstrated.

上述したように、「漏れにくさ」と「絞り込みやすさ」はトレードオフの関係になっているので、両者の調和平均を算出すると、図9の(b)に示すように、「絞り込みやすさ」と「漏れにくさ」のバランスが良いのは、キーワードの頻度が50%の場合であることが分かる。そこで、実施例1にかかる絞り込みでは、「調和平均」を用いて、FAQすなわち質問文の絞り込みを実行する。 As described above, there is a trade-off relationship between "difficulty in leaking" and "ease of narrowing down". ” and “difficulty in omission” are well balanced when the keyword frequency is 50%. Therefore, in the narrowing down according to the first embodiment, the "harmonic average" is used to narrow down the FAQs, that is, the question sentences.

具体的には、算出部32は、検索部22から図6に示した検索結果一覧と、抽出部31から抽出単語リスト「個人、家族、北米、アジア、高い、安い、飛行機、船舶、観光、卒業、行く」とを取得する。そして、算出部32は、抽出単語リストの各単語等について出現頻度を算出する。例えば、算出部32は、単語「個人」について、図6に示す10個の質問文のうち8個の質問文に出現するので、出現頻度を「80%」と算出する。同様に、算出部32は、単語「家族」について、図6に示す10個の質問文のうち2個の質問文に出現するので、出現頻度を「20%」と算出する。 Specifically, the calculation unit 32 obtains the search result list shown in FIG. Graduation, go, and get. Then, the calculation unit 32 calculates the frequency of appearance of each word or the like in the extracted word list. For example, the calculation unit 32 calculates the appearance frequency as "80%" because the word "individual" appears in eight of the ten question sentences shown in FIG. Similarly, since the word "family" appears in two of the ten question sentences shown in FIG. 6, the calculation unit 32 calculates the appearance frequency as "20%".

このようにして、算出部32は、抽出単語リストの各単語等「個人、家族、北米、アジア、高い、安い、飛行機、船舶、観光、卒業、行く」のそれぞれについて、出現頻度として「80%、20%、20%、80%、40%、60%、60%、40%、50%、50%、100%」を算出する。続いて、算出部32は、算出された出現頻度Fを式(1)に代入して、抽出単語リストの各単語等「個人、家族、北米、アジア、高い、安い、飛行機、船舶、観光、卒業、行く」のそれぞれについて調和平均Hを算出する。なお、調和平均Hは、出現頻度Fが50%の場合に最大値をとり、100%で最小値をとる。 In this way, the calculation unit 32 sets the occurrence frequency of "80% , 20%, 20%, 80%, 40%, 60%, 60%, 40%, 50%, 50%, 100%". Subsequently, the calculation unit 32 substitutes the calculated appearance frequency F into the formula (1), and each word in the extraction word list, such as “individual, family, North America, Asia, expensive, cheap, airplane, ship, sightseeing, Harmonic mean H is calculated for each of "graduation, going". The harmonic mean H takes the maximum value when the appearance frequency F is 50%, and takes the minimum value when it is 100%.

Figure 0007172187000001
Figure 0007172187000001

例えば、算出部32は、出現頻度が80%の「個人」に対して、調和平均H=2/((1/0.8)+(1/(1-0.8)))=0.32を算出する。同様に、算出部32は、出現頻度が20%の「家族」に対して、調和平均H=2/((1/0.2)+(1/(1-0.2)))=0.32を算出する。このようにして算出された結果を図10に示す。 For example, the calculation unit 32 calculates the harmonic mean H 1 =2/((1/0.8)+(1/(1−0.8)))=0 for “individual” whose appearance frequency is 80%. .32 is calculated. Similarly, the calculation unit 32 calculates the harmonic mean H 2 =2/((1/0.2)+(1/(1−0.2)))= Calculate 0.32. FIG. 10 shows the results calculated in this manner.

図10は、調和平均の算出結果を説明する図である。図10に示すように、算出部32は、抽出単語リストの各単語等「個人、家族、北米、アジア、高い、安い、飛行機、船舶、観光、卒業、行く」のそれぞれについて、調和平均として「0.32、0.32、0.32、0.32、0.48、0.48、0.48、0.48、0.50、0.50、0.0」を算出する。そして、算出部32は、算出結果を表示部34等に出力する。 FIG. 10 is a diagram explaining the calculation result of the harmonic mean. As shown in FIG. 10, the calculation unit 32 calculates the harmonic average for each word such as "individual, family, North America, Asia, expensive, cheap, airplane, ship, sightseeing, graduation, go" in the extracted word list as " 0.32, 0.32, 0.32, 0.32, 0.48, 0.48, 0.48, 0.48, 0.50, 0.50, 0.0". Then, the calculation unit 32 outputs the calculation result to the display unit 34 or the like.

図4に戻り、初期化部33は、問い合わせ文が受け付けられた場合に、初期化処理を実行する処理部である。具体的には、初期化部33は、問い合わせ文に含まれる単語を選択済みにするために、FAQの質問文の絞り込みを実行する。 Returning to FIG. 4, the initialization unit 33 is a processing unit that executes initialization processing when an inquiry statement is accepted. Specifically, the initialization unit 33 narrows down the FAQ question sentences so that the words included in the inquiry sentence have been selected.

図11は、初期化処理における非表示単語リストの生成を説明する図である。図11に示すように、初期化部33は、受付部21によって受け付けられた問い合わせ文「メールに添付可能な画像サイズ」に対して、抽出部31と同様の抽出処理を実行して、単語「メール、添付、可能、画像、サイズ」を抽出する。続いて、初期化部33は、抽出した単語「メール、添付、可能、画像、サイズ」を非表示単語リストに追加する。 FIG. 11 is a diagram illustrating generation of a hidden word list in initialization processing. As shown in FIG. 11 , the initialization unit 33 executes the same extraction process as the extraction unit 31 on the inquiry text “image size that can be attached to mail” received by the reception unit 21 to obtain the word “ Email, Attachment, Possible, Image, Size" extract. Subsequently, the initialization unit 33 adds the extracted words “mail, attachment, possible, image, size” to the hidden word list.

続いて、初期化部33は、FAQの質問文の絞り込みを実行する。図12は、初期化処理における質問文の絞り込みを説明する図である。図12に示すように、初期化部33は、算出部32によって算出された検索結果単語リストと、図11に示す非表示単語リストとの両方に含まれる単語等を抽出して単語リストを生成する。そして、初期化部33は、検索部22により検索されたFAQの質問文の検索結果一覧から、単語リストの単語等を含む質問文を抽出して、検索結果一覧を生成(更新)する。その後、初期化部33は、検索結果一覧を表示部34に出力する。 Subsequently, the initialization unit 33 narrows down the FAQ question sentences. FIG. 12 is a diagram for explaining narrowing down of question sentences in the initialization process. As shown in FIG. 12, the initialization unit 33 extracts words included in both the search result word list calculated by the calculation unit 32 and the hidden word list shown in FIG. 11 to generate a word list. do. Then, the initialization unit 33 extracts question sentences including the words in the word list from the search result list of FAQ question sentences searched by the search unit 22, and generates (updates) a search result list. After that, the initialization unit 33 outputs the search result list to the display unit 34 .

表示部34は、選択候補となるキーワードを質問者に表示する処理部である。具体的には、表示部34は、算出部32によって算出された調和平均が高い上位数件の単語等をキーワードとしてチャットボットに表示させて、質問者に該当するキーワードを選択させる。図13は、調和平均による絞り込みを説明する図である。図13に示すように、表示部34は、算出部32によって算出された調和平均の一覧である検索結果単語リストを参照して、評価平均が高い順に、キーワードとキーワードを含む質問文の数を抽出する。 The display unit 34 is a processing unit that displays keywords that are candidates for selection to the questioner. Specifically, the display unit 34 causes the chatbot to display several words with high harmonic averages calculated by the calculation unit 32 as keywords, and allows the questioner to select the corresponding keyword. FIG. 13 is a diagram for explaining narrowing down by harmonic mean. As shown in FIG. 13, the display unit 34 refers to the search result word list, which is a list of harmonic averages calculated by the calculation unit 32, and displays the number of keywords and question sentences containing the keywords in descending order of evaluation average. Extract.

例えば、表示部34は、「絞り込み候補表示順、キーワード、キーワードが含まれる質問文数」として「1、観光、5」、「2、卒業、5」、「3、安い、4」、「4、飛行機、6」などを生成する。そして、表示部34は、上位3件の「1、観光、5」、「2、卒業、5」、「3、安い、4」を特定する。 For example, the display unit 34 displays “1, sightseeing, 5,” “2, graduation, 5,” “3, cheap, 4,” “4,” as “refinement candidate display order, keyword, number of question sentences containing keyword”. , airplane, 6”, and so on. Then, the display unit 34 identifies the top three items "1, tourism, 5", "2, graduation, 5", and "3, cheap, 4".

その後、表示部34は、上位3件のキーワードを用いて選択候補を生成して、チャットボットに表示する。図14は、表示される絞り込み結果を説明する図である。図14に示すように、表示部34は、質問者からの「旅行したい」の問い合わせに対して、関連すると予測した調和平均の高いキーワード「観光、卒業、安い」と「この中には無い」とを選択候補として表示する。 After that, the display unit 34 generates selection candidates using the top three keywords and displays them on the chatbot. FIG. 14 is a diagram for explaining the narrowing down results displayed. As shown in FIG. 14, the display unit 34, in response to the query "I want to travel" from the questioner, selects keywords with high harmonic averages that are predicted to be related, "sightseeing, graduation, cheap" and "none of these." and are displayed as selection candidates.

その後、「観光」が選択された場合、「観光」を含む質問文1、2、3、4、10の5つの質問文に対して、上述した絞り込み処理部30の各処理部による処理が実行されて、新たに絞り込まれた新たな選択候補となったキーワードが表示される。また、「この中にない」が選択された場合、その時に表示されていた未選択である「観光、卒業、安い」を含まない質問文に対して、上述した絞り込み処理部30の各処理部による処理が実行されて、新たな選択候補の特定が実行される。 After that, when "sightseeing" is selected, processing is executed by each processing unit of the narrowing processing unit 30 for the five question statements 1, 2, 3, 4, and 10 including "sightseeing". Then, the newly narrowed down keywords that are new selection candidates are displayed. In addition, when "none of these" is selected, each processing unit of the narrowing down processing unit 30 described above responds to the question sentence that does not include the unselected "sightseeing, graduation, cheap" displayed at that time. is executed to identify new selection candidates.

このように、選択されたキーワードを含む質問文が所定数以下となるまで、絞り込みと選択候補の表示とが繰り返して実行される。なお、表示部34は、非表示単語リストに含まれる単語を検索結果単語リストから除外することもできる。 In this manner, narrowing down and display of selection candidates are repeatedly executed until the number of question sentences containing the selected keyword is equal to or less than a predetermined number. Note that the display unit 34 can also exclude words included in the hidden word list from the search result word list.

[画面遷移]
次に、図15と図16を用いて、問い合わせを受け付けて質問文が絞り込まれるまでの一連の画面遷移について説明する。図15と図16は、画面表示の一連の流れを説明する図である。
[Screen transition]
Next, with reference to FIGS. 15 and 16, a series of screen transitions from the reception of an inquiry to the narrowing down of question sentences will be described. 15 and 16 are diagrams for explaining a series of screen display flows.

図15に示すように、情報表示装置10は、アクセスを受け付けた質問者端末1にチャットボット画面を表示させ、「どのようなご用件でしょうか」のメッセージを表示する(図15の(a)参照)。続いて、情報表示装置10は、チャットボット画面上で「旅行したい」の問い合わせ文を受け付ける(図15の(b)参照)。すると、情報表示装置10は、絞り込み処理部30による上記絞り込み処理を実行し、絞り込んだFAQの質問文が閾値(例えば3件)以上であることから、調和平均を算出し、調和平均に基づいて選択した選択候補「観光、卒業、安い、この中にない」を表示する(図15の(c)参照)。 As shown in FIG. 15, the information display device 10 displays a chatbot screen on the questioner terminal 1 that has received access, and displays a message "What is your business?" )reference). Subsequently, the information display device 10 receives an inquiry text "I want to travel" on the chatbot screen (see (b) of FIG. 15). Then, the information display device 10 executes the narrowing-down processing by the narrowing-down processing unit 30, and since the number of FAQ question sentences that have been narrowed down is equal to or greater than a threshold value (for example, three cases), the harmonic average is calculated, and based on the harmonic average The selected selection candidates "sightseeing, graduation, cheap, none of these" are displayed (see FIG. 15(c)).

続いて、図16に示すように、情報表示装置10は、選択候補「観光、卒業、安い、この中にない」の中から「観光」の選択を受け付けると(図16の(d)参照)、キーワード「観光」を含む質問文を特定する。ここで、情報表示装置10は、キーワード「観光」を含む質問文が2件で閾値未満であることから、質問者が検索中と推定したFAQの質問文候補として「質問文A、質問文B、この中にない」を表示する(図16の(e)参照)。その後、情報表示装置10は、「質問文B」が選択されると(図16の(f)参照)、FAQを参照して、質問文Bに対応する「回答文B」を表示する(図16の(g)参照)。 Subsequently, as shown in FIG. 16, the information display device 10 accepts the selection of "sightseeing" from among the selection candidates "sightseeing, graduation, cheap, none of these" (see (d) of FIG. 16). , to identify questions containing the keyword “sightseeing”. Here, since the number of question sentences including the keyword “sightseeing” is two and is less than the threshold, the information display device 10 selects “question sentence A, question sentence B , not in this" is displayed (see FIG. 16(e)). After that, when the "question B" is selected (see (f) in FIG. 16), the information display device 10 refers to the FAQ and displays the "answer B" corresponding to the question B (see FIG. 16(f)). 16 (g)).

このようにして、情報表示装置10は、チャットボット上の簡単なやり取りで、質問文すなわちFAQの絞り込みを実行できる。 In this way, the information display device 10 can narrow down the question sentences, that is, the FAQ through simple exchanges on the chatbot.

[処理の流れ]
次に、情報表示装置10が実行する処理の流れについて説明する。ここでは、全体的な処理の流れ、絞り込み処理の流れ、単語抽出処理の流れについて説明する。
[Process flow]
Next, the flow of processing executed by the information display device 10 will be described. Here, the flow of overall processing, the flow of narrowing down processing, and the flow of word extraction processing will be described.

(全体的な処理)
図17は、実施例1にかかるFAQシステムのFAQ処理の全体的な処理の流れを示すフローチャートである。図17に示すように、情報表示装置10の受付部21は、質問者端末1からアクセスを受け付けると(S101:Yes)、チャットボット画面を表示させて、質問を受け付けための質問受付メッセージを表示する(S102)。
(Overall processing)
FIG. 17 is a flowchart illustrating the overall flow of FAQ processing of the FAQ system according to the first embodiment; As shown in FIG. 17, when the reception unit 21 of the information display device 10 receives access from the questioner terminal 1 (S101: Yes), it displays a chatbot screen and displays a question acceptance message for accepting questions. (S102).

続いて、検索部22は、質問受付メッセージの応答として、チャットボット画面上で問い合わせ文の入力を検出すると(S103:Yes)、問い合わせ文を基にしてFAQ一覧を検索する(S104)。 Subsequently, when the search unit 22 detects input of an inquiry sentence on the chatbot screen as a response to the question acceptance message (S103: Yes), it searches the FAQ list based on the inquiry sentence (S104).

ここで、検索部22は、検索結果が0件の場合(S105:Yes)、該当するFAQが存在しないことを示すメッセージをチャットボット画面に表示する(S106)。一方、検索部22は、検索結果が0件ではなく(S105:No)、閾値未満である場合(S107:Yes)、検索された各FAQの質問文の一覧をチャットボット画面に表示する(S108)。 Here, if the search result is 0 (S105: Yes), the search unit 22 displays a message indicating that there is no relevant FAQ on the chatbot screen (S106). On the other hand, if the search result is not 0 (S105: No) and is less than the threshold value (S107: Yes), the search unit 22 displays a list of question sentences of each searched FAQ on the chatbot screen (S108 ).

その後、検索部22は、表示された質問文の一覧から所望の質問文が選択されると(S109:Yes)、選択された質問文に対応する回答文をFAQサーバ50から取得して、チャットボット画面に表示する(S110)。 After that, when a desired question text is selected from the list of displayed question texts (S109: Yes), the search unit 22 acquires an answer text corresponding to the selected question text from the FAQ server 50, It is displayed on the bot screen (S110).

一方、S107において、検索結果が0件ではなく(S105:No)、閾値以上である場合(S107:No)、FAQの絞り込み処理が実行される(S111)。 On the other hand, in S107, if the search result is not 0 (S105: No) but is equal to or greater than the threshold (S107: No), FAQ narrowing processing is executed (S111).

(絞り込み処理)
図18は、実施例1にかかるFAQの絞り込み処理の流れを示すフローチャートである。なお、この処理は、図17のS111で実行される処理である。
(Narrowing process)
FIG. 18 is a flowchart illustrating a flow of FAQ narrowing processing according to the first embodiment. Note that this process is a process executed in S111 of FIG.

図18に示すように、絞り込み処理部30は、検索部22によって検索された検索結果の各FAQが持つ質問文を取得する(S201)。続いて、絞り込み処理部30は、取得した各質問文に対して単語抽出処理を実行する(S202)。 As shown in FIG. 18, the narrow-down processing unit 30 acquires the question sentence of each FAQ of the search results searched by the search unit 22 (S201). Next, the narrow-down processing unit 30 performs word extraction processing on each of the obtained question sentences (S202).

その後、絞り込み処理部30は、抽出した単語を抽出元のFAQに関連付ける(S203)。続いて、絞り込み処理部30は、抽出した単語に対して調和平均を算出し、調和平均で降順にソートした検索結果単語リストを生成する(S204)。 Thereafter, the narrowing-down processing unit 30 associates the extracted word with the FAQ from which the word was extracted (S203). Subsequently, the narrow-down processing unit 30 calculates the harmonic average for the extracted words, and generates a search result word list sorted in descending order by the harmonic average (S204).

そして、絞り込み処理部30は、初めて受け付けた問い合わせ文に対する処理化処理が未処理の場合(S205:No)、質問者が入力した問い合わせ文を取得する(S206)。続いて、絞り込み処理部30は、S202と同様の単語抽出処理を実行する(S207)。その後、絞り込み処理部30は、問い合わせ文から抽出した単語を非表示単語リストに追加し(S208)、検索結果単語リストと非表示単語リストの両方に存在する単語を含むFAQを検索結果から抽出する(S209)。 Then, if the query text received for the first time has not yet been processed (S205: No), the narrow-down processing unit 30 acquires the query text input by the questioner (S206). Subsequently, the narrowing down processing unit 30 executes word extraction processing similar to that of S202 (S207). After that, the narrowing down processing unit 30 adds the words extracted from the inquiry sentence to the hidden word list (S208), and extracts FAQs including words existing in both the search result word list and the hidden word list from the search results. (S209).

S209を実行した後、または、S205において初めて受け付けた問い合わせ文に対する処理化処理が完了している場合(S205:Yes)、絞り込み処理部30は、非表示単語リストに含まれる単語を検索結果単語リストから除外する(S210)。 After executing S209, or when the processing processing for the inquiry text received for the first time in S205 has been completed (S205: Yes), the narrowing-down processing unit 30 adds words contained in the hidden word list to the search result word list. (S210).

続いて、絞り込み処理部30は、調和平均でソートした単語リストの上位数件と「この中にない」を選択肢としてチャットボット画面に表示する(S211)。 Subsequently, the narrow-down processing unit 30 displays the top few words in the word list sorted by the harmonic mean and "Not in this list" as options on the chatbot screen (S211).

その後、絞り込み処理部30は、表示した選択肢に対する選択を受け付けると(S212)、選択肢の選択内容に応じた処理を実行する(S213)。具体的には、絞り込み処理部30は、表示した選択肢のうちキーワードである「単語」が選択された場合、選択された単語を含むFAQを検索結果から抽出し(S214)、選択された単語を非表示単語リストに追加する(S215)。一方、絞り込み処理部30は、選択肢のうち「この中にない」が選択された場合、表示されたが未選択である単語を含むFAQを検索結果から除外する(S216)。 After that, when the narrow-down processing unit 30 receives a selection of the displayed option (S212), it executes a process according to the selected option (S213). Specifically, when the keyword "word" is selected from the displayed options, the narrowing down processing unit 30 extracts FAQs including the selected word from the search results (S214), and extracts the selected word. Add to the hidden word list (S215). On the other hand, if "none of these" is selected from the options, the narrow-down processing unit 30 excludes FAQs including words that have been displayed but not selected from the search results (S216).

(単語抽出処理)
図19は、実施例1にかかる単語抽出処理の流れを示すフローチャートである。図19に示すように、絞り込み処理部30は、問い合わせ文や質問文などの入力文に形態素解析を行って、入力文を単語に分解する(S301)。
(word extraction processing)
FIG. 19 is a flowchart illustrating the flow of word extraction processing according to the first embodiment; As shown in FIG. 19, the narrowing-down processing unit 30 performs morphological analysis on input sentences such as inquiry sentences and question sentences to break down the input sentences into words (S301).

続いて、絞り込み処理部30は、予め定めた抽出ルールなどを用いて、分解した単語の中から抽出対象の単語を抽出して、抽出単語リストを生成する(S302)。そして、絞り込み処理部30は、抽出した単語や複合語をベンダー表現に統一する(S303)。 Next, the narrow-down processing unit 30 extracts words to be extracted from the decomposed words using a predetermined extraction rule or the like, and generates an extracted word list (S302). Then, the narrowing-down processing unit 30 unifies the extracted words and compound words into vendor expressions (S303).

その後、絞り込み処理部30は、1字の半角全角アルファベットを抽出単語リストから除外し(S304)、記号・空白のみで構成される単語を抽出単語リストから除外し(S305)、除外リストに登録されている単語を抽出単語リストから除外し(S306)、除外後の抽出単語リストを各処理部や記憶部12等に出力する(S307)。 After that, the narrow-down processing unit 30 excludes one half-width, full-width alphabet from the extracted word list (S304), excludes words composed only of symbols and spaces from the extracted word list (S305), and excludes words registered in the exclusion list. Words that have been extracted are excluded from the extracted word list (S306), and the extracted word list after exclusion is output to each processing unit, the storage unit 12, etc. (S307).

[効果]
上述したように、情報表示装置10は、絞り込みキーワードの出現頻度が高い順ではなく、頻度50%から順に「漏れにくさ」や「絞り込みやすさ」の調和平均順で表示させることができる。したがって、絞り込みキーワードの出現頻度が高い順で候補を表示したために絞り込めない候補が出てくる場合などの効率が悪い絞り込みを抑制することができる。この結果、情報表示装置10は、絞り込めない候補を候補として表示することを抑制することができ、出現頻度が高い順の絞り込み候補と比較しても少ない操作で目的のFAQを検索することができる。
[effect]
As described above, the information display device 10 can display narrow-down keywords in harmonic average order of "difficulty in omission" and "easiness of narrow-down" in order from 50% of frequency, instead of in order of appearance frequency. Therefore, it is possible to suppress inefficient narrowing down, such as when there are candidates that cannot be narrowed down because the candidates are displayed in order of appearance frequency of the narrowing down keyword. As a result, the information display device 10 can suppress the display of candidates that cannot be narrowed down, and can search for the target FAQ with fewer operations than the narrowed-down candidates in order of appearance frequency. can.

ところで、実施例1による絞り込みでは、互いに関連性の低いキーワードが選択候補として表示されることがある。このため、選択候補として表示されるキーワードのカテゴリが統一されておらず、質問者がどのキーワードを選択すればよいのかの判断が難しい場合がある。 By the way, in the narrowing down according to the first embodiment, keywords with low relevance to each other may be displayed as selection candidates. For this reason, the categories of keywords displayed as selection candidates are not unified, and it may be difficult for the questioner to determine which keyword to select.

図20は、絞り込みによるカテゴリの不統一を説明する図である。図20に示すように、情報表示装置10は、調和平均が高い、すなわち絞り込み効率が高い順にキーワードを表示する。このため、選択候補であるキーワード間の関連性などが不明確となり、情報表示装置10にとっても欲しい情報が不明瞭となり、質問者にとっても選択基準の不透明さが発生する。 FIG. 20 is a diagram for explaining inconsistency of categories due to narrowing down. As shown in FIG. 20, the information display device 10 displays keywords in descending order of harmonic average, that is, in descending order of narrowing down efficiency. For this reason, the relevance between keywords, which are candidates for selection, becomes unclear, the information desired by the information display device 10 becomes unclear, and the selection criteria become unclear for the questioner as well.

そこで、実施例2では、予め用意したナレッジツリーを用いることで、関連性の高いキーワードを選択候補として表示することで、ユーザの利便性の向上を図る。ナレッジツリーは、上位概念としてカテゴリを設定し、下位概念としてカテゴリに属するキーワードを設定し、上位概念と下位概念とを対応付けた対応付け一覧である。 Therefore, in the second embodiment, a knowledge tree prepared in advance is used to display highly related keywords as selection candidates, thereby improving user convenience. A knowledge tree is a correspondence list in which a category is set as a superordinate concept, keywords belonging to the category are set as a subordinate concept, and the superordinate concept and the subordinate concept are associated with each other.

図21は、ナレッジツリーによる絞り込みを説明する図である。図21に示すように、ナレッジツリーには、カテゴリ「旅行目的」にキーワード「卒業旅行」と「観光」が対応付けられており、カテゴリ「旅行先」にキーワード「アジア」と「アメリカ」が対応付けられている。このような状態において、情報表示装置10の絞り込み処理部30は、問い合わせ文「旅行したい」に対して実施例1で説明した絞り込み処理を行って、調和平均の最も高い単語として「観光」を特定する。 FIG. 21 is a diagram for explaining narrowing down using a knowledge tree. As shown in FIG. 21, in the knowledge tree, the category "trip purpose" is associated with the keywords "graduation trip" and "sightseeing", and the category "travel destination" is associated with the keywords "Asia" and "America". attached. In such a state, the narrowing-down processing unit 30 of the information display device 10 performs the narrowing-down processing described in the first embodiment for the query sentence "I want to travel", and specifies "sightseeing" as the word with the highest harmonic average. do.

すると、実施例2では、絞り込み処理部30は、ナレッジツリーを参照して「観光」に関連するエンティティを取得する。具体的には、絞り込み処理部30は、「観光」の上位概念のカテゴリ「旅行目的」と、同じカテゴリに属する「卒業旅行」とを特定する。そして、図21に示すように、絞り込み処理部30は、特定したカテゴリを標題に用いた「旅行目的を選択してください」のメッセージに、調和平均の高い「観光」に加えて、同じカテゴリに属する「卒業旅行」を選択肢として設定して、質問者に表示する。 Then, in the second embodiment, the narrowing down processing unit 30 refers to the knowledge tree and acquires entities related to "sightseeing". Specifically, the narrow-down processing unit 30 identifies the category “trip purpose”, which is a superordinate concept of “sightseeing”, and “graduation trip” belonging to the same category. Then, as shown in FIG. 21, the narrowing down processing unit 30 adds the message "Please select the purpose of travel" using the specified category as the title, in addition to "sightseeing" with a high harmonic average, "Graduation trip" to which it belongs is set as an option and displayed to the questioner.

なお、同じカテゴリに属するキーワードであっても、FAQの質問文に含まれないキーワードは選択されない。例えば、検索されたFAQおよび単語の一覧が図10の場合、カテゴリ「旅行目的」にキーワード「出張」が含まれていたとしても、図10に示した質問文に含まれる単語の中に「出張」がないので、「出張」は表示対象外となり、図21の選択肢としては表示されない。 Even if the keywords belong to the same category, keywords that are not included in the question text of the FAQ are not selected. For example, when the searched FAQ and word list are as shown in FIG. 10, even if the keyword "business trip" is included in the category "purpose of travel", the word "business trip" included in the question sentence shown in FIG. , "business trip" is not displayed and is not displayed as an option in FIG.

ここで、ナレッジツリーを用いた絞り込みの流れを説明する。図22は、ナレッジツリーによる絞り込みの流れを説明する図である。図22に示すように、情報表示装置10の絞り込み処理部30は、問い合わせ文「旅行したい」を受け付けると、FAQの絞り込みを行う。 Here, the flow of narrowing down using the knowledge tree will be described. FIG. 22 is a diagram for explaining the flow of narrowing down using a knowledge tree. As shown in FIG. 22, the narrowing-down processing unit 30 of the information display device 10 narrows down FAQs upon receiving an inquiry sentence "I want to travel".

そして、絞り込み処理部30は、該当するFAQの質問文の数が閾値以上であることから、各質問文の単語に対して調和平均を算出し、調和平均が最も高い「観光」を特定する。その後、絞り込み処理部30は、ナレッジツリーを参照して、「観光」のカテゴリ「旅行目的」と同じカテゴリに属するキーワード「卒業旅行」とを特定する。そして、絞り込み処理部30は、キーワード「観光、卒業旅行、この中にない」のうち、旅行目的を選択させる選択候補を表示する。 Then, since the number of relevant FAQ question sentences is equal to or greater than the threshold, the narrowing-down processing unit 30 calculates the harmonic average for the words of each question sentence, and specifies "sightseeing" with the highest harmonic average. After that, the narrow-down processing unit 30 refers to the knowledge tree to identify the keyword "graduation trip" belonging to the same category as the category "travel purpose" of "sightseeing". Then, the narrowing-down processing unit 30 displays selection candidates for selecting the purpose of travel from among the keywords "sightseeing, graduation trip, none of these".

その後、質問者がこの選択候補の中から「観光」を選択すると、絞り込み処理部30は、単語「観光」を含むFAQの質問文を検索して絞り込む。 After that, when the questioner selects "sightseeing" from the selection candidates, the narrowing down processing unit 30 searches FAQ question sentences including the word "sightseeing" and narrows down the search.

そして、絞り込み処理部30は、該当するFAQの質問文の数が閾値以上であることから、各質問文の単語に対して調和平均を算出し、調和平均が最も高い「アジア」を特定する。その後、絞り込み処理部30は、ナレッジツリーを参照して、「アジア」のカテゴリ「旅行先」と同じカテゴリに属するキーワード「アメリカ」とを特定する。そして、絞り込み処理部30は、キーワード「アジア、アメリカ、この中にない」のうち、旅行先を選択させる選択候補を表示する。 Then, since the number of relevant FAQ question sentences is equal to or greater than the threshold, the narrowing-down processing unit 30 calculates the harmonic average for the words of each question sentence, and specifies "Asia" with the highest harmonic average. After that, the narrow-down processing unit 30 refers to the knowledge tree to identify the keyword "America" belonging to the same category as the category "travel destination" of "Asia". Then, the narrow-down processing unit 30 displays selection candidates for selecting a travel destination from among the keywords "Asia, America, none of these".

その後、質問者がこの選択候補の中から「アジア」を選択すると、絞り込み処理部30は、単語「アジア」を含むFAQの質問文を検索する。そして、絞り込み処理部30は、「アジア」を含むFAQの質問文の数が閾値未満であることから、「アジア」を含む各質問文を選択候補として表示する。 After that, when the questioner selects "Asia" from the selection candidates, the narrowing down processing unit 30 searches FAQ question sentences containing the word "Asia". Then, since the number of FAQ question sentences containing "Asia" is less than the threshold, the narrowing-down processing unit 30 displays each question sentence containing "Asia" as a selection candidate.

このように、情報表示装置10は、FAQの質問文が目標数に絞り込めるまで、問い返しを繰り返すことで、質問者が選択した「観光」と「アジア」に関するFAQの質問文に絞り込むことができる。つまり、情報表示装置10は、質問を問い返す際に、最も効率的に絞り込めるエンティティを選択候補として表示し、選択候補のうち選択された単語とその類義語でFAQの質問文を絞り込むことができる。この結果、情報表示装置10は、関連性の高いキーワードを選択候補として表示することで、ユーザの利便性を向上させることができる。 In this way, the information display device 10 can narrow down the FAQ questions about "sightseeing" and "Asia" selected by the questioner by repeating questioning until the FAQ questions are narrowed down to the target number. . In other words, the information display device 10 can display the entity that can be narrowed down most efficiently as a selection candidate when asking back a question, and can narrow down the FAQ question sentence with the word selected from the selection candidates and its synonyms. As a result, the information display device 10 can improve user convenience by displaying highly relevant keywords as selection candidates.

ところで、実施例2で用いるナレッジツリーを用いた場合、単語のゆらぎが発生し、却って絞り込みの障害となることもある。図23は、ナレッジツリーによる単語のゆらぎを説明する図である。図23に示すように、ナレッジツリーとして「アメリカ」が登録されており、質問者によって「アメリカ」が選択肢の中から選択された場合、単語「アメリカ」を含むFAQの質問文が選択される。この場合、「アメリカ」ではなく「米国」を含んでいる質問文は選択されない。つまり、同じ意味の単語を含むにも関わらず、絞り込みから漏れる質問文が発生する。 By the way, if the knowledge tree used in the second embodiment is used, fluctuations in words may occur, which may actually hinder narrowing down. FIG. 23 is a diagram for explaining fluctuations of words in a knowledge tree. As shown in FIG. 23, "America" is registered as a knowledge tree, and when the questioner selects "America" from the options, an FAQ question sentence containing the word "America" is selected. In this case, question sentences containing "USA" instead of "USA" are not selected. In other words, there are question sentences that are not narrowed down even though they contain words with the same meaning.

そこで、実施例3では、辞書連携により単語のゆらぎを吸収する。図24は、辞書連携による単語のゆらぎを吸収する例を説明する図である。図24に示すように、ナレッジツリーの各キーワードに対応付けて辞書を予め用意しておくことで、単語のゆらぎを吸収する。例えば、キーワード「アメリカ」に対して、「アメリカ」、「アメリカ合衆国」、「北米」、「南米」、「米国」を対応付けておく。 Therefore, in the third embodiment, word fluctuations are absorbed by dictionary cooperation. FIG. 24 is a diagram illustrating an example of absorbing fluctuations in words through dictionary cooperation. As shown in FIG. 24, by preparing a dictionary in advance in association with each keyword of the knowledge tree, fluctuations in words are absorbed. For example, the keyword "America" is associated with "America", "United States", "North America", "South America", and "United States".

このようにすることで、図23の例であっても、情報表示装置10は、「アメリカ」または「米国」を含む質問文に絞り込んで、質問者に提示することができる。したがって、絞り込みを効率的に実行することができる。なお、辞書に設定する情報は、任意に設定変更することができる。 By doing so, even in the example of FIG. 23, the information display device 10 can narrow down to question sentences including "USA" or "USA" and present them to the questioner. Therefore, narrowing down can be executed efficiently. Information to be set in the dictionary can be arbitrarily changed.

さて、これまで本発明の実施例について説明したが、本発明は上述した実施例以外にも、種々の異なる形態にて実施されてよいものである。 Although the embodiments of the present invention have been described so far, the present invention may be implemented in various different forms other than the embodiments described above.

[設定画面]
上記実施例で説明したチャットボット画面の表示例、メッセージ内容、表示する選択肢の数、絞り込みを終了する閾値などは一例であり、設定画面等により任意に設定変更することができる。
[Setting screen]
The display examples of the chatbot screen, the message contents, the number of options to be displayed, the threshold for ending the narrowing down, etc. described in the above embodiment are examples, and the settings can be arbitrarily changed on the setting screen or the like.

図25は、設定画面例を説明する図である。図25に示すように、設定画面の(1)において、絞り込むFAQの質問数の閾値を設定できる。例えば、FAQの質問数が3個になるまで、問い合わせを繰り返す場合は、「3」と設定する。また、設定画面の(2)の領域で、表示させる選択候補に関する各種設定を行うことができる。具体的には、選択候補として表示するキーワードの数を設定画面の(3)で設定できる。選択候補の標題に出力するメッセージの内容を設定画面の(4)で設定できる。キーワード以外を選択させるための選択肢に設定する内容を設定画面の(5)で設定できる。 FIG. 25 is a diagram illustrating an example of a setting screen. As shown in FIG. 25, on the setting screen (1), a threshold for the number of FAQ questions to be narrowed down can be set. For example, to repeat inquiries until the number of FAQ questions reaches 3, set "3". Also, in the area (2) of the setting screen, various settings related to selection candidates to be displayed can be performed. Specifically, the number of keywords to be displayed as selection candidates can be set in (3) of the setting screen. You can set the content of the message to be output as the title of the selection candidate in (4) of the setting screen. You can set the contents to be set in the option for selecting something other than the keyword in (5) of the setting screen.

[出現頻度]
上述した実施例では、調和平均を用いる例を説明したが、これに限らず、出現頻度を用いることもできる。また、「調和平均」が値Aから値Bとなる特定範囲に含まれるように、出現頻度の範囲(例えば値a~値b)を事前に設定し、出現頻度が範囲(値a~値b)に含まれる単語を抽出することもできる。
[Frequency of appearance]
In the above-described embodiment, the example using the harmonic average was explained, but the frequency of occurrence is not limited to this, and can also be used. In addition, the range of appearance frequency (for example, value a to value b) is set in advance so that the “harmonic average” is included in the specific range from value A to value B, and the appearance frequency is set in the range (value a to value b ) can also be extracted.

[Webページ]
上述した実施例では、チャットボットを用いた例を説明したが、これに限定されるものではなく、例えば一般的なWebブラウザなどを用いることもできる。また、インターネットなどに限らず、イントラネットなども採用することができる。例えば、一般ユーザによるFAQに限らず、社内のFAQにも適用することができる。
[Web page]
In the above-described embodiment, an example using a chatbot has been described, but the present invention is not limited to this, and a general web browser, for example, can also be used. Moreover, not only the Internet but also an intranet or the like can be employed. For example, it can be applied not only to FAQs by general users but also to FAQs in the company.

[システム]
上記文書中や図面中で示した処理手順、制御手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。また、実施例で説明した具体例、分布、数値などは、あくまで一例であり、任意に変更することができる。
[system]
Information including processing procedures, control procedures, specific names, and various data and parameters shown in the above documents and drawings can be arbitrarily changed unless otherwise specified. Further, the specific examples, distributions, numerical values, etc. described in the examples are merely examples, and can be arbitrarily changed.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散や統合の具体的形態は図示のものに限られない。つまり、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。さらに、各装置にて行なわれる各処理機能は、その全部または任意の一部が、CPUおよび当該CPUにて解析実行されるプログラムにて実現され、あるいは、ワイヤードロジックによるハードウェアとして実現され得る。 Also, each component of each device illustrated is functionally conceptual, and does not necessarily need to be physically configured as illustrated. That is, the specific forms of distribution and integration of each device are not limited to those shown in the drawings. That is, all or part of them can be functionally or physically distributed and integrated in arbitrary units according to various loads and usage conditions. Further, each processing function performed by each device may be implemented in whole or in part by a CPU and a program analyzed and executed by the CPU, or implemented as hardware based on wired logic.

[ハードウェア]
図26は、ハードウェア構成例を説明する図である。図26に示すように、情報表示装置10は、通信装置10a、HDD(Hard Disk Drive)10b、メモリ10c、プロセッサ10dを有する。また、図26に示した各部は、バス等で相互に接続される。
[hardware]
FIG. 26 is a diagram illustrating a hardware configuration example. As shown in FIG. 26, the information display device 10 has a communication device 10a, a HDD (Hard Disk Drive) 10b, a memory 10c, and a processor 10d. 26 are interconnected by a bus or the like.

通信装置10aは、ネットワークインタフェースカードなどであり、他のサーバや他の端末との通信を行う。HDD10bは、図4に示した機能を動作させるプログラムやDBを記憶する。 The communication device 10a is a network interface card or the like, and communicates with other servers and other terminals. The HDD 10b stores programs and DBs for operating the functions shown in FIG.

プロセッサ10dは、図4に示した各処理部と同様の処理を実行するプログラムをHDD10b等から読み出してメモリ10cに展開することで、図4等で説明した各機能を実行するプロセスを動作させる。すなわち、このプロセスは、情報表示装置10が有する各処理部と同様の機能を実行する。具体的には、プロセッサ10dは、受付部21、検索部22、絞り込み処理部30等と同様の機能を有するプログラムをHDD10b等から読み出す。そして、プロセッサ10dは、受付部21、検索部22、絞り込み処理部30等と同様の処理を実行するプロセスを実行する。 The processor 10d reads from the HDD 10b or the like a program for executing the same processing as each processing unit shown in FIG. 4 and develops it in the memory 10c, thereby operating processes for executing each function described with reference to FIG. 4 and the like. That is, this process executes the same function as each processing unit of the information display device 10 . Specifically, the processor 10d reads from the HDD 10b or the like a program having functions similar to those of the reception unit 21, the search unit 22, the narrowing processing unit 30, and the like. Then, the processor 10d executes processes for executing processes similar to those of the reception unit 21, the search unit 22, the narrowing processing unit 30, and the like.

このように情報表示装置10は、プログラムを読み出して実行することで情報表示方法を実行する情報処理装置として動作する。また、情報表示装置10は、媒体読取装置によって記録媒体から上記プログラムを読み出し、読み出された上記プログラムを実行することで上記した実施例と同様の機能を実現することもできる。なお、この他の実施例でいうプログラムは、情報表示装置10によって実行されることに限定されるものではない。例えば、他のコンピュータまたはサーバがプログラムを実行する場合や、これらが協働してプログラムを実行するような場合にも、本発明を同様に適用することができる。 In this manner, the information display device 10 operates as an information processing device that executes an information display method by reading and executing a program. Further, the information display device 10 can read the program from the recording medium by the medium reading device and execute the read program, thereby realizing the same function as the embodiment described above. It should be noted that the program referred to in this other embodiment is not limited to being executed by the information display device 10 . For example, the present invention can be applied in the same way when another computer or server executes the program, or when they cooperate to execute the program.

このプログラムは、インターネットなどのネットワークを介して配布することができる。また、このプログラムは、ハードディスク、フレキシブルディスク(FD)、CD-ROM、MO(Magneto-Optical disk)、DVD(Digital Versatile Disc)などのコンピュータで読み取り可能な記録媒体に記録され、コンピュータによって記録媒体から読み出されることによって実行することができる。 This program can be distributed via a network such as the Internet. Also, this program is recorded on a computer-readable recording medium such as a hard disk, flexible disk (FD), CD-ROM, MO (Magneto-Optical disk), DVD (Digital Versatile Disc), etc., and is read from the recording medium by a computer. It can be executed by being read.

10 情報表示装置
11 通信部
12 記憶部
13 質問文一覧DB
14 調和平均DB
20 制御部
21 受付部
22 検索部
30 絞り込み処理部
31 抽出部
32 算出部
33 初期化部
34 表示部
10 information display device 11 communication unit 12 storage unit 13 question sentence list DB
14 Harmonic Mean DB
20 control unit 21 reception unit 22 search unit 30 narrowing processing unit 31 extraction unit 32 calculation unit 33 initialization unit 34 display unit

Claims (7)

問い合わせ文を受け付ける受付処理と、
それぞれが質問文と回答文とを含む複数の情報を記憶する記憶部を参照して検索された複数の情報であって、前記問い合わせ文に含まれるいずれかの単語を含む前記検索された複数の情報において、前記検索された複数の情報に含まれる質問文から複数の単語を抽出して検索結果単語リストに登録する抽出処理と、
前記複数の単語それぞれの前記検索された複数の情報での出現状況に基づき前記検索結果単語リスト内の前記複数の単語から選択される各単語のうち、前記問い合わせ文に含まれる単語を示す非表示単語リスト内の各単語を除外した所定数の単語と、前記所定数の単語以外の単語を示す選択肢とを含む選択候補を表示部に表示する第1の表示処理と、
前記選択候補のうち、いずれかの単語の指定を受け付けると、前記記憶部に記憶される前記複数の情報のうち指定された前記いずれかの単語を含む情報を特定し、前記選択候補のうち、前記選択肢の指定を受け付けると、前記所定数の単語のいずれも含まない前記情報に対して、前記第1の表示処理を再実行し、前記選択候補を前記表示部に表示する、第2の表示処理と、
特定した前記情報に含まれる回答文を表示部に表示する第3の表示処理と、
をコンピュータが実行することを特徴とする情報表示方法。
a reception process for receiving an inquiry text ;
a plurality of pieces of information retrieved by referring to a storage unit storing a plurality of pieces of information each including a question sentence and an answer sentence, said retrieved plurality of information containing any word included in said inquiry sentence ; an extraction process for extracting a plurality of words from the question sentences included in the retrieved plurality of pieces of information and registering them in a search result word list ;
non-display indicating words included in the query sentence, among the words selected from the plurality of words in the search result word list based on the occurrence status of each of the plurality of words in the retrieved plurality of information; a first display process for displaying on a display unit selection candidates including a predetermined number of words excluding each word in the word list and options indicating words other than the predetermined number of words;
When the designation of any word among the selection candidates is accepted, information containing the designated word among the plurality of information stored in the storage unit is specified, and among the selection candidates, receiving the designation of the option, re-executing the first display process for the information that does not include any of the predetermined number of words, and displaying the selection candidate on the display unit; display processing of
a third display process for displaying an answer text included in the specified information on a display unit;
A method for displaying information, characterized in that the computer executes
前記第1の表示処理は、前記複数の単語それぞれについて、検索された前記複数の前記情報に含まれる質問文における出現頻度を算出し、前記複数の単語それぞれの出現頻度に基づいて、前記複数の単語それぞれの調和平均を算出し、算出した調和平均が高い前記所定数の単語を選択して、選択された前記所定数の単語と前記選択肢とを含む前記選択候補を前記表示部に表示することを特徴とする請求項1に記載の情報表示方法。 In the first display process, for each of the plurality of words, the frequency of appearance in question sentences included in the plurality of information retrieved is calculated, and based on the frequency of appearance of each of the plurality of words, calculating the harmonic average of each word, selecting the predetermined number of words having a high calculated harmonic average, and displaying the selection candidates including the selected predetermined number of words and the options on the display unit; The information display method according to claim 1, characterized by: 前記第1の表示処理は、前記所定数の単語として、カテゴリと前記カテゴリに属する複数の単語とを対応付けた対応付け情報を参照し、前記調和平均が最も高い第1の単語と同一カテゴリに属する第2の単語を特定し、前記第1の単語および前記第2の単語を含む前記所定数の単語と前記選択肢とを含む前記選択候補を前記表示部に表示することを特徴とする請求項2に記載の情報表示方法。 In the first display process, as the predetermined number of words, reference is made to association information that associates a category with a plurality of words belonging to the category, and the first word having the highest harmonic mean is classified into the same category as the first word. 2. A second word belonging to the second word is specified, and the selection candidates including the predetermined number of words including the first word and the second word and the options are displayed on the display unit. 2. The information display method according to 2. 前記第1の表示処理は、前記同一カテゴリに属する複数の第2の単語のうち、検索された前記複数の情報に含まれる質問文に含まれない単語を、表示対象外とすることを特徴とする請求項3に記載の情報表示方法。 The first display processing is characterized in that, among the plurality of second words belonging to the same category, words that are not included in the question sentences included in the plurality of retrieved information are excluded from display targets. The information display method according to claim 3. 指定された前記いずれかの単語である指定単語を含む検索済み情報の数が閾値以上か否かを判定し、
前記指定単語を含む前記検索済み情報の数が前記閾値以上である場合、前記検索済み情報に含まれる複数の単語を抽出し、前記複数の単語それぞれの前記検索済み情報での出現状況に基づき、前記複数の単語のうち、いずれかの単語を選択して前記表示部に表示し、
前記指定単語を含む前記検索済み情報の数が前記閾値未満である場合、前記検索済み情報それぞれを前記表示部に表示し、前記検索済み情報のうち、指定された情報に対応する回答文を前記表示部に表示する、処理を前記コンピュータが実行することを特徴とする請求項1に記載の情報表示方法。
Determining whether or not the number of retrieved information containing the designated word, which is one of the designated words, is equal to or greater than a threshold;
when the number of the searched information containing the designated word is equal to or greater than the threshold, extracting a plurality of words included in the searched information, and based on the occurrence status of each of the plurality of words in the searched information, selecting one of the plurality of words and displaying it on the display unit;
if the number of the searched information containing the specified word is less than the threshold, each of the searched information is displayed on the display unit, and an answer sentence corresponding to the specified information among the searched information is displayed; 2. The information display method according to claim 1, wherein said computer executes the process of displaying on the display unit.
問い合わせ文を受け付ける受付処理と、
それぞれが質問文と回答文とを含む複数の情報を記憶する記憶部を参照して検索された複数の情報であって、前記問い合わせ文に含まれるいずれかの単語を含む前記検索された複数の情報において、前記検索された複数の情報に含まれる質問文から複数の単語を抽出して検索結果単語リストに登録する抽出処理と、
前記複数の単語それぞれの前記検索された複数の情報での出現状況に基づき前記検索結果単語リスト内の前記複数の単語から選択される各単語のうち、前記問い合わせ文に含まれる単語を示す非表示単語リスト内の各単語を除外した所定数の単語と、前記所定数の単語以外の単語を示す選択肢とを含む選択候補を表示部に表示する第1の表示処理と、
前記選択候補のうち、いずれかの単語の指定を受け付けると、前記記憶部に記憶される前記複数の情報のうち指定された前記いずれかの単語を含む情報を特定し、前記選択候補のうち、前記選択肢の指定を受け付けると、前記所定数の単語のいずれも含まない前記情報に対して、前記第1の表示処理を再実行し、前記選択候補を前記表示部に表示する、第2の表示処理と、
特定した前記情報に含まれる回答文を表示部に表示する第3の表示処理と、
をコンピュータに実行させることを特徴とする情報表示プログラム。
a reception process for receiving an inquiry text ;
a plurality of pieces of information retrieved by referring to a storage unit storing a plurality of pieces of information each including a question sentence and an answer sentence, said retrieved plurality of information containing any word included in said inquiry sentence ; an extraction process for extracting a plurality of words from the question sentences included in the retrieved plurality of pieces of information and registering them in a search result word list ;
non-display indicating words included in the query sentence, among the words selected from the plurality of words in the search result word list based on the occurrence status of each of the plurality of words in the retrieved plurality of information; a first display process for displaying on a display unit selection candidates including a predetermined number of words excluding each word in the word list and options indicating words other than the predetermined number of words;
When the designation of any word among the selection candidates is accepted, information containing the designated word among the plurality of information stored in the storage unit is specified, and among the selection candidates, receiving the designation of the option, re-executing the first display process for the information that does not include any of the predetermined number of words, and displaying the selection candidate on the display unit; display processing of
a third display process for displaying an answer text included in the specified information on a display unit;
An information display program characterized by causing a computer to execute
問い合わせ文を受け付ける受付処理と、
それぞれが質問文と回答文とを含む複数の情報を記憶する記憶部を参照して検索された複数の情報であって、前記問い合わせ文に含まれるいずれかの単語を含む前記検索された複数の情報において、前記検索された複数の情報に含まれる質問文から複数の単語を抽出して検索結果単語リストに登録する抽出処理と、
前記複数の単語それぞれの前記検索された複数の情報での出現状況に基づき前記検索結果単語リスト内の前記複数の単語から選択される各単語のうち、前記問い合わせ文に含まれる単語を示す非表示単語リスト内の各単語を除外した所定数の単語と、前記所定数の単語以外の単語を示す選択肢とを含む選択候補を表示部に表示する第1の表示処理と、
前記選択候補のうち、いずれかの単語の指定を受け付けると、前記記憶部に記憶される前記複数の情報のうち指定された前記いずれかの単語を含む情報を特定し、前記選択候補のうち、前記選択肢の指定を受け付けると、前記所定数の単語のいずれも含まない前記情報に対して、前記第1の表示処理を再実行させ、前記選択候補を前記表示部に表示する、第2の表示処理と、
特定した前記情報に含まれる回答文を表示部に表示する第3の表示処理と、
を実行する制御部を有することを特徴とする情報表示装置。
a reception process for receiving an inquiry text ;
a plurality of pieces of information retrieved by referring to a storage unit storing a plurality of pieces of information each including a question sentence and an answer sentence, said retrieved plurality of information containing any word included in said inquiry sentence ; an extraction process for extracting a plurality of words from the question sentences included in the retrieved plurality of pieces of information and registering them in a search result word list ;
non-display indicating words included in the query sentence, among the words selected from the plurality of words in the search result word list based on the occurrence status of each of the plurality of words in the retrieved plurality of information; a first display process for displaying on a display unit selection candidates including a predetermined number of words excluding each word in the word list and options indicating words other than the predetermined number of words;
When the designation of any word among the selection candidates is accepted, information containing the designated word among the plurality of information stored in the storage unit is specified, and among the selection candidates, receiving the designation of the option, re-executing the first display process for the information that does not include any of the predetermined number of words, and displaying the selection candidate on the display unit; display processing of
a third display process for displaying an answer text included in the specified information on a display unit;
An information display device comprising a control unit that executes
JP2018124687A 2018-06-29 2018-06-29 INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE Active JP7172187B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018124687A JP7172187B2 (en) 2018-06-29 2018-06-29 INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018124687A JP7172187B2 (en) 2018-06-29 2018-06-29 INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE

Publications (2)

Publication Number Publication Date
JP2020004217A JP2020004217A (en) 2020-01-09
JP7172187B2 true JP7172187B2 (en) 2022-11-16

Family

ID=69100083

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018124687A Active JP7172187B2 (en) 2018-06-29 2018-06-29 INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE

Country Status (1)

Country Link
JP (1) JP7172187B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7434117B2 (en) 2020-09-10 2024-02-20 株式会社東芝 Dialogue device, method, and program
WO2024090367A1 (en) * 2022-10-24 2024-05-02 東京エレクトロン株式会社 Information processing method, computer program, and information processing device
JP7338839B1 (en) 2023-02-12 2023-09-05 株式会社サマデイ Server Intermediation System, Intermediation Server, Trained Model Assist System, and Assist Server

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010009471A (en) 2008-06-30 2010-01-14 Nec Corp Query reply retrieval system, and method and program therefor

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3422350B2 (en) * 1996-02-09 2003-06-30 日本電信電話株式会社 Additional search word candidate presentation method, document search method, and their devices

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010009471A (en) 2008-06-30 2010-01-14 Nec Corp Query reply retrieval system, and method and program therefor

Also Published As

Publication number Publication date
JP2020004217A (en) 2020-01-09

Similar Documents

Publication Publication Date Title
US10558754B2 (en) Method and system for automating training of named entity recognition in natural language processing
CN106960030B (en) Information pushing method and device based on artificial intelligence
CN105183761B (en) Sensitive word replacing method and device
JP2010009251A (en) Apparatus and method for supporting document data search
US20170161637A1 (en) Feature extraction for machine learning
JP7172187B2 (en) INFORMATION DISPLAY METHOD, INFORMATION DISPLAY PROGRAM AND INFORMATION DISPLAY DEVICE
WO2008080770A1 (en) Method for associating textual content with images and content management system
EP3961426A2 (en) Method and apparatus for recommending document, electronic device and medium
CN112989010A (en) Data query method, data query device and electronic equipment
CN112988784B (en) Data query method, query statement generation method and device
JP5079642B2 (en) History processing apparatus, history processing method, and history processing program
CN111435406A (en) Method and device for correcting database statement spelling errors
JP5179564B2 (en) Query segment position determination device
KR20090097971A (en) Method and system for searching patent
CN112989011B (en) Data query method, data query device and electronic equipment
CN112000495B (en) Method, electronic device and storage medium for point of interest information management
JPWO2015016133A1 (en) Information management apparatus and information management method
US20130238607A1 (en) Seed set expansion
CN113868481A (en) Component acquisition method and device, electronic equipment and storage medium
CN115310436A (en) Document outline extraction method and device, electronic equipment and storage medium
JP6079207B2 (en) Keyword presentation program, keyword presentation method, and keyword presentation apparatus
CN112926297A (en) Method, apparatus, device and storage medium for processing information
US20220382753A1 (en) Narrowing synonym dictionary results using document attributes
CN113656574B (en) Method, computing device and storage medium for search result ranking
CN111401057B (en) Semantic analysis method, storage medium and terminal equipment

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210310

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220208

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220408

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220607

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220801

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20221004

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20221017

R150 Certificate of patent or registration of utility model

Ref document number: 7172187

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150