JP2022080691A - Document creation assisting device, document creation assisting method and program - Google Patents

Document creation assisting device, document creation assisting method and program Download PDF

Info

Publication number
JP2022080691A
JP2022080691A JP2020191898A JP2020191898A JP2022080691A JP 2022080691 A JP2022080691 A JP 2022080691A JP 2020191898 A JP2020191898 A JP 2020191898A JP 2020191898 A JP2020191898 A JP 2020191898A JP 2022080691 A JP2022080691 A JP 2022080691A
Authority
JP
Japan
Prior art keywords
sentence
question
unit
answer
document creation
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.)
Granted
Application number
JP2020191898A
Other languages
Japanese (ja)
Other versions
JP7224327B2 (en
Inventor
佳代子 横田
Kayoko Yokota
徹 今井
Toru Imai
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.)
Nippon Telegraph and Telephone West Corp
Original Assignee
Nippon Telegraph and Telephone West Corp
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 Nippon Telegraph and Telephone West Corp filed Critical Nippon Telegraph and Telephone West Corp
Priority to JP2020191898A priority Critical patent/JP7224327B2/en
Publication of JP2022080691A publication Critical patent/JP2022080691A/en
Application granted granted Critical
Publication of JP7224327B2 publication Critical patent/JP7224327B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Machine Translation (AREA)

Abstract

To provide a technology that assists creation of a questioning and answering document.SOLUTION: A document creation assisting device 100 includes: a source sentence obtaining unit 121 that obtains a sentence from a manual; a dividing unit 122 that divides the sentence obtained by the source sentence obtaining unit 121 into a subject element, a within-sentence element, and a sentence-end element in accordance with a predetermined rule; a question creating unit 125 that creates a question sentence using the respective elements divided by the dividing unit 122; and an answer creating unit 126 that creates, using the respective elements divided by the dividing unit 122, an answer for the question sentence created by the question creating unit 125.SELECTED DRAWING: Figure 1

Description

本発明は、文書作成支援技術に関する。 The present invention relates to a document creation assisting technique.

従来は、人が応対ログやマニュアルを参考にFAQ(Frequently Asked Questions)などのQ&A(Question and Answer:以下、「質疑応答文書」という)の作成や整備を行ってきた。最近では、応対ログを使ってFAQを作成する手法が提案されている。 In the past, people have created and prepared Q & A (Question and Answer: hereinafter referred to as "question and answer documents") such as FAQ (Frequently Asked Questions) with reference to response logs and manuals. Recently, a method of creating an FAQ using a response log has been proposed.

応対ログを使ってFAQを作成する手法の場合、応対ログを取っていないコンタクトセンタや、新商品や新サービスが出た直後の応対ログがない状態ではFAQを作成することができない。また、人の手による質疑応答文書の作成は比較的時間を要する。 In the case of the method of creating an FAQ using a response log, it is not possible to create an FAQ without a contact center that does not have a response log or a response log immediately after a new product or service is released. In addition, it takes a relatively long time to manually create a question and answer document.

特開2020-077091号公報Japanese Unexamined Patent Publication No. 2020-077091 特開2020-071690号公報Japanese Unexamined Patent Publication No. 2020-071690

上記事情に鑑み、本発明は、質疑応答文書の作成を支援する技術を提供することを目的としている。 In view of the above circumstances, it is an object of the present invention to provide a technique for supporting the preparation of a question and answer document.

本発明の一態様は、マニュアルから一文を取得する取得部と、前記取得部により取得された一文を、所定の規則に従って、主題、文中、および文末の各要素に分割する分割部と、前記分割部により分割された要素を用いて質問文を生成する質問生成部と、前記質問生成部により生成された質問文に対応する回答を、前記分割部により分割された要素を用いて生成する回答生成部と、を備えた文書作成支援装置である。 One aspect of the present invention includes an acquisition unit that acquires a sentence from a manual, a division unit that divides the sentence acquired by the acquisition unit into each element of the subject, the sentence, and the end of the sentence according to a predetermined rule, and the division. A question generation unit that generates a question sentence using elements divided by a unit, and an answer generation unit that generates an answer corresponding to the question sentence generated by the question generation unit using the elements divided by the division unit. It is a document creation support device equipped with a department.

本発明の一態様は、上記文書作成支援装置であって、前記所定の規則は、文字列と当該文字列に対応するスコアとが対応付けられた対応情報を用いて、一文に含まれる文字列のうち、スコアが最も大きい文字列を用いて一文を分割する規則である。 One aspect of the present invention is the document creation support device, and the predetermined rule is a character string included in a sentence by using correspondence information in which a character string and a score corresponding to the character string are associated with each other. Of these, the rule is to divide a sentence using the character string with the highest score.

本発明の一態様は、上記文書作成支援装置であって、前記分割部により分割された文末の種類を判定する判定部と、前記判定部により判定された文末の種類に応じて、質問テンプレートと、回答テンプレートとを選択する選択部と、を備えた。 One aspect of the present invention is the document creation support device, which is a determination unit for determining the type of sentence end divided by the division unit, and a question template according to the type of sentence end determined by the determination unit. , With a selection section to select the answer template.

本発明の一態様は、上記文書作成支援装置であって、前記質問生成部は、前記選択部により選択された質問のテンプレートを用いて質問文を生成する。 One aspect of the present invention is the document creation support device, in which the question generation unit generates a question sentence using a question template selected by the selection unit.

本発明の一態様は、上記文書作成支援装置であって、前記回答生成部は、前記選択部により選択された回答のテンプレートを用いて回答文を生成する。 One aspect of the present invention is the document creation support device, in which the answer generation unit generates an answer sentence using the answer template selected by the selection unit.

本発明の一態様は、文書作成支援装置が、マニュアルから一文を取得する取得段階と、文書作成支援装置が、前記取得段階により取得された一文を、所定の規則に従って、主題、文中、および文末の各要素に分割する分割段階と、文書作成支援装置が、前記分割段階により分割された要素を用いて質問文を生成する質問生成段階と、文書作成支援装置が、前記質問生成段階により生成された質問文に対応する回答を、前記分割段階により分割された要素を用いて生成する回答生成段階と、を備えた文書作成支援方法である。 One aspect of the present invention is an acquisition stage in which a document creation support device acquires a sentence from a manual, and a sentence acquired by the document creation support device in the acquisition stage, according to a predetermined rule, in the subject, in the sentence, and at the end of the sentence. A division stage for dividing into each element of the above, a question generation stage in which the document creation support device generates a question sentence using the elements divided by the division stage, and a document creation support device are generated by the question generation stage. It is a document creation support method including an answer generation step of generating an answer corresponding to a question sentence by using the elements divided by the division step.

本発明の一態様は、文書作成支援装置としてコンピュータを機能させるプログラムであって、前記コンピュータを、マニュアルから一文を取得する取得部と、前記取得部により取得された一文を、所定の規則に従って、主題、文中、および文末の各要素に分割する分割部と、前記分割部により分割された要素を用いて質問文を生成する質問生成部と、前記質問生成部により生成された質問文に対応する回答を、前記分割部により分割された要素を用いて生成する回答生成部として機能させるプログラムである。 One aspect of the present invention is a program for operating a computer as a document creation support device, in which an acquisition unit that acquires a sentence from a manual and a sentence acquired by the acquisition unit are subjected to a predetermined rule. Corresponds to a division unit that divides into each element of the subject, the sentence, and the end of a sentence, a question generation unit that generates a question sentence using the elements divided by the division unit, and a question sentence generated by the question generation unit. It is a program that functions as an answer generation unit that generates an answer by using the elements divided by the division unit.

本発明により、質疑応答文書の作成を支援する技術を提供することができる。 INDUSTRIAL APPLICABILITY According to the present invention, it is possible to provide a technique for supporting the preparation of a question and answer document.

文書作成支援装置100の構成を表す機能ブロック図である。It is a functional block diagram which shows the structure of the document creation support apparatus 100. 主題、文中、文末を示す図である。It is a figure which shows the subject, the sentence, and the end of a sentence. 文末データベース131の具体例を示す図である。It is a figure which shows the specific example of the sentence end database 131. 主題データベース132の具体例を示す図である。It is a figure which shows the specific example of the subject database 132. 主題データベース132の具体例を示す図である。It is a figure which shows the specific example of the subject database 132. 主題データベース132の具体例を示す図である。It is a figure which shows the specific example of the subject database 132. 主題データベース132の具体例を示す図である。It is a figure which shows the specific example of the subject database 132. 文中データベース133の具体例を示す図である。It is a figure which shows the specific example of the database 133 in a sentence. 適応データベースの具体例を示す図である。It is a figure which shows the specific example of the adaptation database. 文書作成支援装置100の処理の流れを示すフローチャートである。It is a flowchart which shows the processing flow of the document creation support apparatus 100.

図1は、文書作成支援装置100の構成を表す機能ブロック図である。文書作成支援装置100は、バスで接続されたCPU(Central Processing Unit)やメモリや補助記憶装置などを備え、支援プログラムを実行することによって通信部110、支援情報記憶部130、および制御部120を備える装置として機能する。 FIG. 1 is a functional block diagram showing the configuration of the document creation support device 100. The document creation support device 100 includes a CPU (Central Processing Unit), a memory, an auxiliary storage device, and the like connected by a bus, and by executing a support program, the communication unit 110, the support information storage unit 130, and the control unit 120 are combined. Functions as a device to be equipped.

なお、通信部110、支援情報記憶部130、および制御部120の各機能の全て又は一部は、ASIC(Application Specific Integrated Circuit)やPLD(Programmable Logic Device)やFPGA(Field Programmable Gate Array)等のハードウェアを用いて実現されてもよい。支援プログラムは、コンピュータ読み取り可能な記録媒体に記録されてもよい。コンピュータ読み取り可能な記録媒体とは、例えばフレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置である。管理プログラムは、電気通信回線を介して送信されてもよい。 All or part of each function of the communication unit 110, the support information storage unit 130, and the control unit 120 may be an ASIC (Application Specific Integrated Circuit), a PLD (Programmable Logic Device), an FPGA (Field Programmable Gate Array), or the like. It may be realized by using hardware. The assistive program may be recorded on a computer-readable recording medium. The computer-readable recording medium is, for example, a flexible disk, a magneto-optical disk, a portable medium such as a ROM or a CD-ROM, or a storage device such as a hard disk built in a computer system. The management program may be transmitted over a telecommunication line.

通信部110は、ネットワークインタフェースである。通信部110は他装置との通信を行う。例えば、通信部110は、電子化されたマニュアルを他装置から取得するための通信などを行う。この場合、取得されたマニュアルは、保持記憶装置やメモリに記憶される。 The communication unit 110 is a network interface. The communication unit 110 communicates with another device. For example, the communication unit 110 performs communication for acquiring an electronic manual from another device. In this case, the acquired manual is stored in the holding storage device or the memory.

支援情報記憶部130は、磁気ハードディスク装置や半導体記憶装置等の記憶装置を用いて構成される。支援情報記憶部130は、文末データベース131、主題データベース132、文中データベース133、および適応データベース134を記憶する。 The support information storage unit 130 is configured by using a storage device such as a magnetic hard disk device or a semiconductor storage device. The support information storage unit 130 stores the sentence end database 131, the subject database 132, the sentence middle database 133, and the adaptation database 134.

これらの各データベースや、制御部120の説明に先立ち、本実施形態における、主題、文中、文末などについて説明する。まず、文書作成支援装置100は、マニュアルから一文(「対象文」ともいう)を取得する。一般的に、マニュアルには、章や章の名前などの文が含まれる。そこで、本実施形態では、質問文と回答文を作成可能な対象文を容易に取得できるように、対象文であることを示すタグが設けられたマニュアルを用いている。 Prior to the explanation of each of these databases and the control unit 120, the subject, the sentence, the sentence end, and the like in the present embodiment will be described. First, the document creation support device 100 acquires one sentence (also referred to as “target sentence”) from the manual. Manuals typically contain sentences such as chapters and chapter names. Therefore, in this embodiment, a manual provided with a tag indicating that it is a target sentence is used so that a target sentence in which a question sentence and an answer sentence can be created can be easily obtained.

例えば、「第2章 VPN <p>VPNの利用の際は、既に接続中のユーザIDと同一のユーザIDを利用して二重にログインすることはできません</p>」のように、タグ<p>、</p>が設けられたマニュアルである。文書作成支援装置100は、タグ<p>、</p>に囲まれた文字列を対象文として取得する。このタグがなくとも文書作成の支援は可能であるが、タグがある場合と比較して時間を要する。 For example, a tag such as "Chapter 2 VPN <p> When using VPN, you cannot log in twice using the same user ID as the already connected user ID </ p>". This is a manual with <p> and </ p>. The document creation support device 100 acquires a character string enclosed in tags <p> and </ p> as a target sentence. Document creation can be supported without this tag, but it takes more time than with the tag.

文書作成支援装置100は、対象文を所定の規則に従って、主題、文中、および文末の各要素に分割する。図2は、対象文が分割された、主題、文中、文末(文末1、文末2)を示す図である。文書作成支援装置100は、まず文末1と文末2の区切りAを探索して、対象文から文末2を分割する。次いで、文書作成支援装置100は、区切りBを探索して、対象文から主題を分割する。文書作成支援装置100は、区切りCを探索して、文中と文末1とに分割する。なお、区切りA、B、Cは、必ず存在するとは限らない。 The document creation support device 100 divides the target sentence into each element of the subject, the sentence, and the end of the sentence according to a predetermined rule. FIG. 2 is a diagram showing a subject, a sentence, and a sentence end (sentence end 1, sentence end 2) in which the target sentence is divided. The document creation support device 100 first searches for the delimiter A between the sentence end 1 and the sentence end 2, and divides the sentence end 2 from the target sentence. Next, the document creation support device 100 searches for the delimiter B and divides the subject from the target sentence. The document creation support device 100 searches for the delimiter C and divides it into a sentence and a sentence end 1. The delimiters A, B, and C do not always exist.

上述した主題、文中、文末などを踏まえ、各データベースや、制御部120について説明する。図1に示されるように、制御部120は、対象文取得部121、分割部122、文末判定部123、選択部124、質問生成部125、および回答生成部126を含む。 Each database and the control unit 120 will be described based on the above-mentioned subject matter, sentence middle, sentence end, and the like. As shown in FIG. 1, the control unit 120 includes a target sentence acquisition unit 121, a division unit 122, a sentence end determination unit 123, a selection unit 124, a question generation unit 125, and an answer generation unit 126.

対象文取得部121は、マニュアルから上述したタグに囲まれた文を対象文として取得する。分割部122は、図2で説明しように、対象文を、所定の規則に従って、主題、文中、文末(文末1、文末2)の各要素に分割する。文末判定部123は、対象文の文末の種類を判定する。選択部124は、判定された種類に応じて、質問テンプレートと、回答テンプレートとを選択する。質問生成部125は、分割された要素と選択された質問テンプレートとを用いて質問文を生成する。回答生成部126は、質問生成部125により生成された質問文に対応する回答を、分割された要素と選択された回答テンプレートとを用いて生成する。 The target sentence acquisition unit 121 acquires a sentence surrounded by the above-mentioned tags as a target sentence from the manual. As will be described with reference to FIG. 2, the division unit 122 divides the target sentence into each element of the subject, the sentence, and the sentence end (sentence end 1, sentence end 2) according to a predetermined rule. The sentence end determination unit 123 determines the type of the sentence end of the target sentence. The selection unit 124 selects a question template and an answer template according to the determined type. The question generation unit 125 generates a question sentence using the divided elements and the selected question template. The answer generation unit 126 generates an answer corresponding to the question sentence generated by the question generation unit 125 by using the divided elements and the selected answer template.

図3は、文末データベース131の具体例を示す図である。文末データベースは、区切りAを探索するための文字列を示すデータベースである。文末データベースは、優先順位を示す優先1、優先2、優先3と、それらの優先順位に対応する文字列で構成される。なお、図3において、「|」は、「または」を示す。例えばA|Bは、AまたはBを示す。 FIG. 3 is a diagram showing a specific example of the sentence end database 131. The sentence end database is a database showing a character string for searching for the delimiter A. The sentence end database is composed of priority 1, priority 2, priority 3, and character strings corresponding to those priorities. In FIG. 3, "|" indicates "or". For example, A | B indicates A or B.

分割部122は、優先1、優先2、優先3の順に、対象文に該当する文字列などがないか探索する。なお、優先1における「時間」は、日付や日時などの時を示す文字列である。例えば、時を示す文字列として「2020年9月30日」が挙げられる。優先1は、この「時間」に続いて「から」、「より」、「で」、「をもって」、「の」、「に」となっている文字列を示す。例えば、「2020年9月30日から」、「2020年9月30日をもって」などである。 The division unit 122 searches for a character string or the like corresponding to the target sentence in the order of priority 1, priority 2, and priority 3. The "time" in priority 1 is a character string indicating a time such as a date or a date and time. For example, "September 30, 2020" can be mentioned as a character string indicating the time. Priority 1 indicates a character string having "kara", "yori", "de", "with", "no", and "ni" following this "time". For example, "from September 30, 2020", "with September 30, 2020", etc.

分割部122は、対象文において、優先1に示される文字列に該当するものがあれば、該当する文字列の直後を区切りAとし、対象文を分割する。例えば、対象文を、「○○は、2020年9月30日をもってサービス終了です」としたとき、「もって」の直後を区切りAとする。分割部122は、対象文において、優先1に示される文字列に該当するものがなければ、優先2に示される文字列に該当するものを探索する。 If there is a target sentence corresponding to the character string shown in priority 1, the division unit 122 divides the target sentence by setting immediately after the corresponding character string as the delimiter A. For example, when the target sentence is "○○ is the end of service on September 30, 2020", the delimiter A is immediately after "mote". If there is no character string indicated by priority 1 in the target sentence, the division unit 122 searches for a character string indicated by priority 2.

優先2、3における、(読点)とは、「、」を示す。分割部122は、優先2に示される「ため、」、「するには、」、「ときに、」、「時には、」を探索する。分割部122は、対象文において、優先2に示される文字列に該当するものがあれば、該当する文字列の直後を区切りAとし、対象文を分割する。例えば、対象文を、「○○は、XXで実施されるため、YYでは実施しない」としたとき、「ため、」の直後を区切りAとする。分割部122は、対象文において、優先2に示される文字列に該当するものがなければ、優先3に示される文字列に該当するものを探索する。 (Comma) in priority 2 and 3 indicates ",". The division unit 122 searches for "because", "to", "when", and "sometimes" shown in priority 2. If there is a target sentence corresponding to the character string shown in priority 2, the division unit 122 divides the target sentence by setting immediately after the corresponding character string as the delimiter A. For example, when the target sentence is "○○ is carried out in XX and is not carried out in YY", the delimiter A is immediately after "because". If there is no character string indicated by priority 2 in the target sentence, the division unit 122 searches for a character string indicated by priority 3.

分割部122は、対象文において、「場合、」、「場合は、」が含まれ、かつ「可能です。」、または「必要です。」を探索する。分割部122は、対象文において、優先3に示される文字列に該当するものがあれば、「可能です。」、または「必要です。」に続く文の直前を区切りAとし、対象文を分割する。例えば、対象文を、「○○の場合、XXが必要です」としたとき、「XXが、」が「必要です」に続く文であるため、「XXが必要です」の直前を区切りAとする。分割部122は、対象文において、優先3に示される文字列に該当するものがなければ、区切りAはないものとする。 The division unit 122 searches for "if," "if," and "possible." Or "necessary." In the target sentence. If there is a target sentence corresponding to the character string shown in priority 3, the division unit 122 divides the target sentence by setting the delimiter A immediately before the sentence following "possible" or "necessary". do. For example, when the target sentence is "XX is required for XX", "XX is required" is a sentence following "necessary", so the sentence immediately before "XX is required" is separated from A. do. If the target sentence does not correspond to the character string shown in priority 3, the division unit 122 does not have the delimiter A.

以上説明した文末データベース131を用いて、分割部122は、区切りAを探索する。分割部122は、区切りAが探索されると、区切りAから対象文の最後までを文末2とする。次いで、分割部122は、区切りBを探索する。主題データベース132は、区切りBを探索するための文字列を示すデータベースである。図4A、図4B、図4C、図4Dは、主題データベース132の具体例を示す図である。図4A、図4B、図4C、図4Dにおいて、(読点)は、上述したように「、」を示す。 Using the sentence end database 131 described above, the division unit 122 searches for the division A. When the delimiter A is searched, the division unit 122 sets the sentence end 2 from the delimiter A to the end of the target sentence. Next, the division unit 122 searches for the division B. The subject database 132 is a database showing a character string for searching for the delimiter B. 4A, 4B, 4C, and 4D are diagrams showing specific examples of the subject database 132. In FIGS. 4A, 4B, 4C, and 4D, (comma) indicates "," as described above.

主題データベース132は、文字列と当該文字列に対応するスコアとが対応付けられた対応情報の一例である。図4A、図4B、図4C、図4Dは、スコアが高い順(120から1まで)に文字列が並べられている。例えば、図4Aにおいて、「ことで、」のスコアは120である。図4Bにおいて、「際、」のスコアは70である。図4Cにおいて、「は」のスコアは11である。図4Dにおいて、「に対して、」のスコアは7である。 The subject database 132 is an example of correspondence information in which a character string and a score corresponding to the character string are associated with each other. In FIGS. 4A, 4B, 4C, and 4D, the character strings are arranged in descending order of score (from 120 to 1). For example, in FIG. 4A, the score of "by" is 120. In FIG. 4B, the score of "when" is 70. In FIG. 4C, the score of "ha" is 11. In FIG. 4D, the score of "to" is 7.

分割部122は、対象文の先頭から区切りAまで(区切りAがない場合には最後まで)において、図4A、図4B、図4C、図4Dに示される文字列を探索し、探索された文字列のうち、最もスコアが大きい文字列の直後を区切りBとする。なお、スコアが同じ文字列は、図4A、図4B、図4C、図4Dに記載された順番で上位のものが優先される。例えば、スコア120の「ことで、」と「では、」が同時に対象文に含まれる場合には、図4Aに記載された順番では「ことで、」の方が上位であるため、「ことで、」の直後を区切りBとする。分割部122は、対象文において、図4A、図4B、図4C、図4Dに示される文字列に該当するものがなければ、区切りBはないものとする。 The division unit 122 searches for the character strings shown in FIGS. 4A, 4B, 4C, and 4D from the beginning of the target sentence to the delimiter A (until the end if there is no delimiter A), and the searched characters. Of the columns, the character string immediately after the character string with the highest score is defined as the delimiter B. As for the character strings having the same score, the higher-ranked character strings are given priority in the order shown in FIGS. 4A, 4B, 4C, and 4D. For example, when "kotode" and "de" with a score of 120 are included in the target sentence at the same time, "kotode" is higher in the order shown in FIG. 4A. , ”Is immediately followed by the delimiter B. If the target sentence does not correspond to the character strings shown in FIGS. 4A, 4B, 4C, and 4D, the division unit 122 does not have the division B.

このように、所定の規則は、文字列と当該文字列に対応するスコアとが対応付けられた対応情報(主題データベース132)を用いて、一文に含まれる文字列のうち、スコアが最も大きい文字列を用いて一文を分割する規則である。 In this way, the predetermined rule uses the correspondence information (subject database 132) in which the character string and the score corresponding to the character string are associated with each other, and the character having the highest score among the character strings included in one sentence. It is a rule to divide a sentence using columns.

以上説明した主題データベース132を用いて、分割部122は、区切りBを探索する。分割部122は、区切りBが探索されると、対象文の先頭から、区切りBまでを主題とする。次いで、分割部122は、区切りCを探索する。文中データベース133は、区切りCを探索するための文字列を示すデータベースである。図5は、文中データベース133の具体例を示す図である。図5において、(読点)は、上述したように「、」を示す。また、図5において、(希望)は、希望する文を示す。例えば、(希望)には、「したい」、「やりたい」などの「~たい」がある。 Using the subject database 132 described above, the division unit 122 searches for the division B. When the delimiter B is searched, the division unit 122 has the subject from the beginning of the target sentence to the delimiter B. Next, the division unit 122 searches for the division C. The in-text database 133 is a database showing a character string for searching for the delimiter C. FIG. 5 is a diagram showing a specific example of the database 133 in the text. In FIG. 5, (comma) indicates "," as described above. Further, in FIG. 5, (hope) indicates a desired sentence. For example, (hope) includes "want" such as "want" and "want to do".

文中データベース133は、スコアと対応する置き換えと文字列で構成される。図5は、スコアが高い順(100から2まで)に置き換えと文字列を並べたものである。置き換えとは、質問文を生成する際に、文字列に代えて置き換える文字列を示す。また、アンダーバーは、BERT(Bidirectional Encoder Representations from Transformers)技術を用いて置き換えることを示す。 The in-text database 133 is composed of a score and a corresponding replacement and character string. FIG. 5 shows the replacements and character strings arranged in descending order of score (from 100 to 2). The replacement indicates a character string to be replaced instead of the character string when the question sentence is generated. The underscore also indicates replacement using the BERT (Bidirectional Encoder Representations from Transformers) technique.

分割部122は、対象文の区切りBから区切りAまで(区切りAがない場合には最後まで、また区切りBがない場合には対象文の先頭から)において、図5に示される文字列を探索し、探索された文字列のうち、最もスコアが高い文字列の直後を区切りCとする。なお、スコアが同じ文字列は、図5に記載された順番で上位のものが優先される。分割部122は、区切りCが探索されると、区切りBから、区切りCまでを文中とする。分割部122は、対象文において、図5に示される文字列に該当するものがなければ、区切りCはないものとする。 The division unit 122 searches for the character string shown in FIG. 5 from the delimiter B to the delimiter A of the target sentence (from the end if there is no delimiter A, or from the beginning of the target sentence if there is no delimiter B). Then, among the searched character strings, the character string immediately after the character string having the highest score is set as the delimiter C. As for the character strings having the same score, the higher-ranked character strings are given priority in the order shown in FIG. When the delimiter C is searched, the division unit 122 sets the delimiter B to the delimiter C in the sentence. If the target sentence does not correspond to the character string shown in FIG. 5, the division unit 122 does not have the delimiter C.

例えば、対象文を、「○○の場合、(区切りB)原則としてXXをYYとして(区切りA)行うことはできません」とする。このとき、区切りBから区切りAまでの「原則としてXXをYYして」において、「として」があるため、「として」の直後を区切りCとする。そして、置き換えの、アンダーバーに対応するものは「原則」である。このときの質問文は、「「○○の場合、(区切りB)原則として(区切りC)XXをYYとして(区切りA)行うことは」できますか?となる。 For example, the target sentence is "In the case of XX, (separation B), in principle, XX cannot be set as YY (separation A)". At this time, since there is "as" in "in principle, XX is YY" from the delimiter B to the delimiter A, the delimiter C is immediately after the "as". And the replacement, which corresponds to the underscore, is the "principle". Is it possible to ask the question at this time, "In the case of XX, (separation B), in principle, (separation C) XX can be set as YY (separation A)"? Will be.

分割部122により、対象文が分割されると、文末判定部123は、対象文の文末がいずれの種類の文末かを判定する。図6は、適応データベースの具体例を示す図である。適応データベース134は、文末と、文末に対応する質問文テンプレートと、回答文テンプレートスコアとで構成される。 When the target sentence is divided by the division unit 122, the sentence end determination unit 123 determines which type of sentence end is the sentence end of the target sentence. FIG. 6 is a diagram showing a specific example of the adaptation database. The adaptation database 134 is composed of a sentence end, a question sentence template corresponding to the sentence end, and an answer sentence template score.

図6に示されるように、文末の種類には、「ため、」、「否定」、「確認」、「否定語」、「場合(必要)」、「必要」、「不可能」、「日時」、「場合(可能)」、「その他」がある。文末判定部123は、対象文の文末が上記種類のうちのいずれの種類の文末かを判定する。 As shown in FIG. 6, the types of sentence endings include "because", "denial", "confirmation", "negative word", "case (necessary)", "necessary", "impossible", and "date and time". , "Case (possible)", "Other". The sentence end determination unit 123 determines which of the above types the sentence end of the target sentence is.

文末判定部123によって文末の種類が判定されると、質問生成部125は、判定された種類に対応する質問文テンプレートを用いて、質問文を作成する。質問生成部125は、主題、文中、または文末の要素(主に主題)を用いて質問文を生成する。 When the sentence end type is determined by the sentence end determination unit 123, the question generation unit 125 creates a question sentence using the question sentence template corresponding to the determined type. The question generation unit 125 generates a question sentence using the subject, the sentence, or the element at the end of the sentence (mainly the subject).

回答生成部126は、判定された種類に対応する回答文テンプレートを用いて、回答文を生成する。回答生成部126は、主題、文中、または文末の要素(主に文中または文末)を用いて質問文を生成する。 The answer generation unit 126 generates an answer sentence by using the answer sentence template corresponding to the determined type. The answer generation unit 126 generates a question sentence using the subject, the sentence, or the element at the end of the sentence (mainly in the sentence or the end of the sentence).

次に、各種類の具体例を挙げて説明する。以下の説明では、要素を中括弧を用いて示す。具体的には、分割された対象文を{主題}{文中}{文末1}{文末2}と示す。上述したように、区切りがあるとは限らないことから、その場合には、中括弧内に何も記載されない。例えば、{X}{}{Y}{Z}と記載されている場合には、区切りCがなかったことから、文中がみつからず、そのため文中に対応する2番目の中括弧内には何も記載されない。また、以下で用いられるいずれの対象文も一例である。 Next, specific examples of each type will be described. In the following description, the elements are shown using curly braces. Specifically, the divided target sentence is indicated as {subject} {in the sentence} {sentence end 1} {sentence end 2}. As mentioned above, since there is not always a delimiter, in that case, nothing is described in the curly braces. For example, in the case of {X} {} {Y} {Z}, since there was no delimiter C, the text was not found, so nothing was found in the second curly braces corresponding to the text. Not listed. In addition, any of the target sentences used below is an example.

まず、「ため、」について説明する。
対象文:{工事稼働取得に関わる画面イメージ工事稼働取得は、}{コラボ事業者様で実施する}{ため、}{原則、コラボセンタでは実施しない}
文末が{ため、}であることから、文末判定部123は、文末の種類が「ため、」であると判定する。このとき、質問文テンプレートは、{主題}{何故、}{文末2}か?である。そこで、質問生成部125は、質問文として以下を生成する。
{工事稼働取得に関わる画面イメージ工事稼働取得は、}{何故、}{原則、コラボセンタでは実施しない}か?
また、回答文テンプレートは、{文中}{文末1}{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{コラボ事業者様で実施する}{ため、}{原則、コラボセンタでは実施しない}。
First, "for" will be explained.
Target sentence: {Screen image related to construction operation acquisition} {Construction operation acquisition is carried out by the collaboration company} {Because} {In principle, it is not carried out at the collaboration center}
Since the end of the sentence is {because}, the sentence end determination unit 123 determines that the type of the end of the sentence is "because". At this time, is the question sentence template {subject} {why} {sentence end 2}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{Screen image related to construction operation acquisition} {Why} {In principle, the collaboration center does not implement it}?
The answer sentence template is {in the sentence} {end of sentence 1} {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{Implemented by the collaboration company} {Because} {In principle, it is not implemented at the collaboration center}.

「否定」について説明する。なお、以下の説明における「フレッツ」は登録商標である。
対象文:{フレッツ光ネクストファミリータイプ/ファミリー・ハイスピードタイプ/ファミリー・スーパーハイスピードタイプ隼マンションタイプ1/マンション・ハイスピードタイプ/マンション・スーパーハイスピードタイプ隼・フレッツ・光プレミアムファミリータイプマンションタイプ11マンションタイプについては、}{配線方式を}{}{問わない}
文末が{問わない}であることから、文末判定部123は、文末の種類が「否定」であると判定する。このとき、質問文テンプレートは、{主題}{文中}{文末1}{文末原型}か?である。そこで、質問生成部125は、質問文として以下を生成する。
{フレッツ光ネクストファミリータイプ/ファミリー・ハイスピードタイプ/ファミリー・スーパーハイスピードタイプ隼マンションタイプ1/マンション・ハイスピードタイプ/マンション・スーパーハイスピードタイプ隼・フレッツ・光プレミアムファミリータイプマンションタイプ11マンションタイプについては、}{配線方式を}{}{問います}か?
また、回答文テンプレートは、{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{問わない}。
Explain "denial". "FLET'S" in the following description is a registered trademark.
Target text: {FLET'S Hikari Next Family Type / Family / High Speed Type / Family / Super High Speed Type Hayabusa Mansion Type 1 / Mansion / High Speed Type / Mansion / Super High Speed Type Hayabusa / Fretz / Hikari Premium Family Type Mansion Type 11 For the condominium type,} {wiring method} {} {regardless}
Since the end of the sentence is {regardless}, the sentence end determination unit 123 determines that the type of the sentence end is "negative". At this time, is the question sentence template {subject} {inside the sentence} {end of sentence 1} {end of sentence prototype}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{FLET'S Hikari Next Family Type / Family / High Speed Type / Family / Super High Speed Type Hayabusa Mansion Type 1 / Mansion / High Speed Type / Mansion / Super High Speed Type Hayabusa / Fretz / Hikari Premium Family Type Mansion Type 11 Mansion Type Is} {wiring method} {} {question}?
The answer sentence template is {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{No matter}.

「確認」について説明する。
対象文:{ARENAの場合、}{既設確認画面にて月額料金の請求方法および収納状況を}{}{確認します}
文末が{確認します}であることから、文末判定部123は、文末の種類が「確認」であると判定する。このとき、質問文テンプレートは、{主題}{どこで確認できますか?}である。そこで、質問生成部125は、質問文として以下を生成する。
{ARENAの場合、}{どこで確認できますか?}
また、回答文テンプレートは、{文中}{文末1}{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{既設確認画面にて月額料金の請求方法および収納状況を}{}{確認します}。
"Confirmation" will be described.
Target sentence: {In the case of ARENA} {Confirm the billing method and storage status of the monthly fee on the existing confirmation screen} {} {Confirm}
Since the end of the sentence is {confirm}, the sentence end determination unit 123 determines that the type of the sentence end is "confirmation". At this time, where can I check the question text template? }. Therefore, the question generation unit 125 generates the following as a question sentence.
{In the case of ARENA} {Where can I check? }
The answer sentence template is {in the sentence} {end of sentence 1} {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{Confirm the billing method and storage status of the monthly fee on the existing confirmation screen} {} {Confirm}.

「否定語」について説明する。
対象文:{コラボセンタでの記事転記等の処理は}{}{}{不要}
文末が{不要}であることから、文末判定部123は、文末の種類が「否定語」であると判定する。このとき、質問文テンプレートは、{主題}{文中}{文末1}({文末2}の否定)か?である。そこで、質問生成部125は、質問文として以下を生成する。
{コラボセンタでの記事転記等の処理は}{必要}か?
また、回答文テンプレートは、{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{不要}。
Explain the "negative word".
Target sentence: {Processing such as article posting at the collaboration center} {} {} {unnecessary}
Since the sentence end is {unnecessary}, the sentence end determination unit 123 determines that the type of the sentence end is "negative word". At this time, is the question sentence template {subject} {in the sentence} {end of sentence 1} (denial of {end of sentence 2})? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{Processing such as article posting at the collaboration center} {necessary}?
The answer sentence template is {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{Unnecessary}.

「場合(必要)」について説明する。
対象文:{お客さまから既存加入電話等の割引サービスの廃止希望がある場合は、}{}{}{フレッツ光工事日に合わせ、当該商品の廃止を行う必要があります}
対象文に「場合」が含まれ、文末に{必要}が含まれることから、文末判定部123は、文末の種類が「場合(必要)」であると判定する。このとき、質問文テンプレートは、{主題}{文中}{文末1}{文末2}か?である。そこで、質問生成部125は、質問文として以下を生成する。
{お客さまから既存加入電話等の割引サービスの廃止希望がある場合は、}{}{}{フレッツ光工事日に合わせ、当該商品の廃止を行う必要があります}か?
また、回答文テンプレートは、{主題}必要となります。である。そこで、回答生成部126は、回答文として以下を生成する。
{お客さまから既存加入電話等の割引サービスの廃止希望がある場合は、}必要となります。
The "case (necessary)" will be explained.
Target sentence: {If the customer wishes to abolish the discount service such as existing subscriber phones,} {} {} {It is necessary to abolish the product according to the FLET'S Hikari construction date}
Since the target sentence includes "case" and {necessary} at the end of the sentence, the sentence end determination unit 123 determines that the type of sentence end is "case (necessary)". At this time, is the question sentence template {subject} {inside the sentence} {end of sentence 1} {end of sentence 2}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{If the customer wishes to abolish the discount service such as existing subscriber phones,} {} {} {It is necessary to abolish the product according to the FLET'S Hikari construction date}?
In addition, the answer sentence template requires {subject}. Is. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{If the customer wishes to abolish the discount service such as existing subscriber phones}, it is necessary.

「必要」について説明する。
対象文:{設備部門の住所登録において、開通したい場所の住所和名や地図による}{位置の特定、および登録処理を実施する際に必要となる補足情報等の入力が}{}{必要になる}
文末に{必要}が含まれることから、文末判定部123は、文末の種類が「必要」であると判定する。このとき、質問文テンプレートは、{主題}{}{}{何が必要です}か?である。そこで、質問生成部125は、質問文として以下を生成する。
{設備部門の住所登録において、開通したい場所の住所和名や地図による}{}{}{何が必要です}か?
また、回答文テンプレートは、{文中}{文末1}{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{位置の特定、および登録処理を実施する際に必要となる補足情報等の入力が}{}{必要になる}。
Explain "necessity".
Target sentence: {In the address registration of the equipment department, the address of the place you want to open is based on the Japanese name or map} {The location is specified and the supplementary information required for the registration process is input} {} {Necessary Become}
Since {necessary} is included at the end of the sentence, the sentence end determination unit 123 determines that the type of the sentence end is "necessary". At this time, is the question text template {subject} {} {} {what is needed}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{In the address registration of the equipment department, the address of the place you want to open is based on the Japanese name or map} {} {} {What is required}?
The answer sentence template is {in the sentence} {end of sentence 1} {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{It is necessary to input supplementary information, etc. required when specifying the position and performing the registration process} {} {necessary}.

「不可能」について説明する。
対象文:{原則、住所登録依頼を実施し、}{設備部門に連携すると修正を}{}{実施することが出来ない}
文末に{出来ない}が含まれることから、文末判定部123は、文末の種類が「不可能」であると判定する。このとき、質問文テンプレートは、{主題}{文中}{文末1}{文末語幹}できますか?である。そこで、質問生成部125は、質問文として以下を生成する。
{原則、住所登録依頼を実施し、}{設備部門に連携すると修正を}{}{実施することが}できますか?
また、回答文テンプレートは、{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{実施することが出来ない}。
Explain "impossible".
Target sentence: {In principle, make an address registration request and make corrections if you cooperate with the equipment department} {} {Cannot be done}
Since {cannot} is included at the end of the sentence, the sentence end determination unit 123 determines that the type of the sentence end is "impossible". At this time, can the question sentence template be {subject} {in the sentence} {end of sentence 1} {end of sentence stem}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{In principle, make an address registration request,} {can make corrections if you cooperate with the equipment department} {} {can do}?
The answer sentence template is {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{Cannot be implemented}.

「日時」について説明する。
対象文:{1フレッツ・光プレミアムは、}{2019年1月31日に}{}{サービス提供終了}
対象文に日時が含まれ、また文末に{終了}が含まれることから、文末判定部123は、文末の種類が「日時」であると判定する。このとき、質問文テンプレートは、{主題}いつ{文末2}か?である。そこで、質問生成部125は、質問文として以下を生成する。
{1フレッツ・光プレミアムは、}いつ{サービス提供終了}か?
また、回答文テンプレートは、{文中}{文末1}{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{2019年1月31日に}{}{サービス提供終了}。
The "date and time" will be described.
Target sentence: {1 FLET'S Hikari Premium} {On January 31, 2019} {} {End of service}
Since the target sentence includes the date and time and {end} at the end of the sentence, the sentence end determination unit 123 determines that the type of the end of the sentence is "date and time". At this time, when is the question sentence template {subject} and {end of sentence 2}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
When is {1 FLET'S Hikari Premium} {end of service}?
The answer sentence template is {in the sentence} {end of sentence 1} {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{On January 31, 2019} {} {End of service}.

「場合(可能)」について説明する。
対象文:{判断 戸建の場合は、}{}{}{システム判定結果のみで無派遣可否判断可能}
対象文に場合が含まれ、また文末に{可能}が含まれることから、文末判定部123は、文末の種類が「場合(可能)」であると判定する。このとき、質問文テンプレートは、{主題}{文中}{文末1}{文末2}か?である。そこで、質問生成部125は、質問文として以下を生成する。
{判断 戸建の場合は、}{}{}{システム判定結果のみで無派遣可否判断可能}か?
また、回答文テンプレートは、{文中}{文末1}{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{}{}{システム判定結果のみで無派遣可否判断可能}。
The "case (possible)" will be described.
Target sentence: {Judgment In the case of a detached house} {} {} {It is possible to judge whether or not dispatch is possible only by the system judgment result}
Since the target sentence includes a case and {possible} is included at the end of the sentence, the sentence end determination unit 123 determines that the type of the sentence end is "case (possible)". At this time, is the question sentence template {subject} {inside the sentence} {end of sentence 1} {end of sentence 2}? Is. Therefore, the question generation unit 125 generates the following as a question sentence.
{Judgment In the case of a detached house} {} {} {It is possible to judge whether or not dispatch is possible only by the system judgment result}?
The answer sentence template is {in the sentence} {end of sentence 1} {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{} {} {It is possible to judge whether or not dispatch is possible only by the system judgment result}.

「その他」について説明する。上述した種類のいずれにも該当しない場合に「その他」と判定される。
対象文:{エンドユーザ様の注文は、}{コラボ事業者様によって、注文受付システムよりコラボセンタへ}{}{取り次がれる}
いずれの種類にも該当しないことから、文末判定部123は、文末の種類が「その他」であると判定する。このとき、質問文テンプレートは、{{主題}{疑問詞}{文末1}{文末2}か?である。この質問文テンプレートにおける{疑問詞}に入る疑問詞は、上記BERTによって自動的に選択される。質問生成部125は、質問文として以下を生成する。
{エンドユーザ様の注文は、}{どこへ}{}{取り次がれる}か?
また、回答文テンプレートは、{文中}{文末1}{文末2}である。そこで、回答生成部126は、回答文として以下を生成する。
{コラボ事業者様によって、注文受付システムよりコラボセンタへ}{}{取り次がれる}。
"Other" will be explained. If it does not correspond to any of the above types, it is judged as "other".
Target sentence: {End user's order} {By the collaboration company, from the order reception system to the collaboration center} {} {Intermediate}
Since it does not correspond to any of the types, the sentence end determination unit 123 determines that the sentence end type is "other". At this time, is the question sentence template {{subject} {interrogative word} {sentence end 1} {sentence end 2}? Is. The interrogative word contained in the {interrogative word} in this interrogative sentence template is automatically selected by the above BERT. The question generation unit 125 generates the following as a question sentence.
{End-user orders} {where} {} {can be relayed}?
The answer sentence template is {in the sentence} {end of sentence 1} {end of sentence 2}. Therefore, the answer generation unit 126 generates the following as an answer sentence.
{By the collaboration company, from the order reception system to the collaboration center} {} {Intermediary}.

以上説明した文末の種類は一例であり、適宜種類を追加したりすることが可能である。このように文末の種類に応じて、質問文のテンプレートと回答文のテンプレートとを用意しておくことで、精度よく質問文と回答文とを生成することができる。 The types at the end of sentences described above are examples, and it is possible to add types as appropriate. By preparing the question sentence template and the answer sentence template according to the type of the sentence end in this way, the question sentence and the answer sentence can be generated with high accuracy.

図7は、文書作成支援装置100の処理の流れを示すフローチャートである。対象文取得部121は、マニュアルから対象文を取得する(ステップS101)。分割部122は、対象文取得部121により取得された対象文を、主題、文中、文末1、文末2に分割する(ステップS102)。上述したように、区切りがない場合には、主題、文中、文末1、文末2に該当するものがない場合がある。 FIG. 7 is a flowchart showing a processing flow of the document creation support device 100. The target sentence acquisition unit 121 acquires the target sentence from the manual (step S101). The division unit 122 divides the target sentence acquired by the target sentence acquisition unit 121 into a subject, a sentence, a sentence end 1, and a sentence end 2 (step S102). As described above, if there is no delimiter, there may be no subject, sentence, sentence end 1, and sentence end 2.

文末判定部123は、文末の種類を判定する(ステップS103)。選択部124は、文末判定部123により判定された文末の種類に応じたテンプレートを選択する(ステップS104)。質問生成部125は、選択部124により選択された質問テンプレートにあてはめることで質問文を生成する(ステップS105)。回答生成部126は、質問生成部125により生成された質問文に対応する回答を、選択部124により選択された回答テンプレートにあてはめることで質問文を生成する(ステップS106)。 The sentence end determination unit 123 determines the type of sentence end (step S103). The selection unit 124 selects a template according to the type of the sentence end determined by the sentence end determination unit 123 (step S104). The question generation unit 125 generates a question sentence by applying it to the question template selected by the selection unit 124 (step S105). The answer generation unit 126 generates a question sentence by applying the answer corresponding to the question sentence generated by the question generation unit 125 to the answer template selected by the selection unit 124 (step S106).

このようにすることで、精度よく質問文と回答文とを生成することができることから、質疑応答文書の作成を支援することができる。実際、マニュアルとして「フレッツアクセスサービス料金業務マニュアル」(314ページ)を用いて実験を行い、日本語として違和感がないか、また質疑応答文書として適切か否かを人により判定したところ、74%の精度で適切な日本語で適切な質疑応答がなされていることが確認された。同様に、マニュアルとして「フレッツVPNワイドサービス知識編」(112ページ)を用いて実験を行い、日本語として違和感がないか、また質疑応答文書として適切か否かを人により判定したところ、72%の精度で適切な日本語で適切な質疑応答がなされていることが確認された。 By doing so, it is possible to generate a question sentence and an answer sentence with high accuracy, so that it is possible to support the creation of a question and answer document. In fact, when an experiment was conducted using the "FLET'S Access Service Charge Business Manual" (page 314) as a manual, and whether or not there was a sense of discomfort in Japanese and whether or not it was appropriate as a question and answer document, 74% of the respondents. It was confirmed that the appropriate questions and answers were given in accurate and appropriate Japanese. Similarly, when an experiment was conducted using "FLET'S VPN Wide Service Knowledge Edition" (page 112) as a manual, and whether or not there was a sense of discomfort in Japanese and whether or not it was appropriate as a question and answer document was judged by humans, 72%. It was confirmed that the appropriate questions and answers were made in appropriate Japanese with the accuracy of.

以下、上記実験による出力結果の成功例を掲載する。以下の出力結果では、段落ごとに対象文、質問文、回答文が順番に記載されている。出力結果では、句読点が2つ連続したりすることもあったが、見やすくするために1つとしている。また、文末の種類(1)~(10)に分けて記載する。上述したように、文末は適宜種類を追加したりすることが可能であるので、上記以外の文末も含まれる。以下における(1)は「ため(読点)」、(2)は「可能」、(3)は「確認」、(4)は「場合(必要)」、(5)は「場合(可能)」、(6)は「否定」、(7)は「否定語」、(8)は「不可能」、(9)は「不必要」、(10)は「その他」となっている。この順に出力結果を記載する。 Below are examples of successful output results from the above experiments. In the following output result, the target sentence, the question sentence, and the answer sentence are described in order for each paragraph. In the output result, there were cases where two punctuation marks were consecutive, but for the sake of clarity, one is used. In addition, the types (1) to (10) at the end of the sentence are described separately. As described above, since it is possible to add types to the end of sentences as appropriate, the end of sentences other than the above is also included. In the following, (1) is "comma (comma)", (2) is "possible", (3) is "confirmation", (4) is "case (necessary)", and (5) is "case (possible)". , (6) is "denial", (7) is "negative word", (8) is "impossible", (9) is "unnecessary", and (10) is "other". The output results are described in this order.

(1)「ため(読点)」の出力結果を以下に示す。 (1) The output result of "comma (comma)" is shown below.

{フレッツアクセスサービスは}{完全定額制サービスである}{ため、}{当該サービスの利用については「通話明細内訳書」には表示されません}
{フレッツアクセスサービスは}{何故、}{当該サービスの利用については「通話明細内訳書」には表示されません}か?
{完全定額制サービスである}{ため、}{当該サービスの利用については「通話明細内訳書」には表示されません}。
{FLET'S Access Service} {Because it is a completely flat-rate service} {Because} {The use of this service is not displayed in the "Call Details Breakdown"}
{The FLET'S Access Service} {Why} {The use of the service is not displayed in the "Call Details Breakdown"}?
{Because it is a completely flat-rate service} {Because} {The use of the service is not displayed in the "Call details breakdown"}.

{センタ回線接続および東西接続を同時利用の場合、}{「スタティックルート」に登録されているお客様拠点用ネットワークアドレスのルート情報が}{東日本エリアに転送されるため、}{東日本拠点からお客様拠点用ネットワークアドレス宛の通信が可能となります}
{センタ回線接続および東西接続を同時利用の場合、}{何故、}{東日本拠点からお客様拠点用ネットワークアドレス宛の通信が可能となります}か?
{「スタティックルート」に登録されているお客様拠点用ネットワークアドレスのルート情報が}{東日本エリアに転送されるため、}{東日本拠点からお客様拠点用ネットワークアドレス宛の通信が可能となります}。
{When using center line connection and east-west connection at the same time} {Because the route information of the network address for the customer base registered in the "static route" is transferred to the East Japan area} {From the East Japan base to the customer base Communication to the network address is possible}
{When using center line connection and east-west connection at the same time} {Why} {Communication from the East Japan base to the customer base network address is possible}?
{Because the route information of the customer base network address registered in the "static route" is transferred to the East Japan area} {Communication from the East Japan base to the customer base network address is possible}.

(1)「ため(読点)」の出力結果は以上である。 (1) The output result of "comma (comma)" is over.

(2)「可能」の出力結果を以下に示す。なお、以下の説明における「NTT」は登録商標である。 (2) The output result of "possible" is shown below. In addition, "NTT" in the following description is a registered trademark.

{アクセスサービスご利用のお客様同士であれば、}{新たな通信機器等を必要とすることなく、手軽にNTT西日本エリア30府県を跨るプライベートネットワークの構築が}{}{可能です}
{アクセスサービスご利用のお客様同士であれば、}{}{}{何ができます}か?
{新たな通信機器等を必要とすることなく、手軽にNTT西日本エリア30府県を跨るプライベートネットワークの構築が}{}{可能です}。
{For customers using access services} {It is possible to easily build a private network across 30 prefectures in the NTT West area} {} {without the need for new communication equipment} {} {
{If you are using the access service, what can you do} {} {} {what can you do}?
{It is possible to easily build a private network that spans the 30 prefectures of the NTT West area without the need for new communication equipment} {} {.

{NTT西日本、NTT東日本のフレッツ・VPNワイドの基本サービスのVPN管理者もしくは、NTT東日本のフレッツ・VPNプライオサービスの契約者が、それぞれ、本サービスのお申込みを行うことで、}{NTT東日本エリアとNTT西日本エリアの該当のVPN間での通信が可能となり、より広範囲なプライベートネットワークの構築が}{}{可能です}
{NTT西日本、NTT東日本のフレッツ・VPNワイドの基本サービスのVPN管理者もしくは、NTT東日本のフレッツ・VPNプライオサービスの契約者が、それぞれ、本サービスのお申込みを行うことで、}{}{}{何ができます}か?
{NTT東日本エリアとNTT西日本エリアの該当のVPN間での通信が可能となり、より広範囲なプライベートネットワークの構築が}{}{可能です}。
{By applying for this service by the VPN administrator of NTT West, NTT East's FLET'S VPN Wide basic service, or the subscriber of NTT East's FLET'S VPN prio service} {NTT East area Communication between the VPN and the corresponding VPN in the NTT West area is possible, and it is possible to build a wider private network} {} {is possible}
{By applying for this service by the VPN administrator of NTT West, NTT East's FLET'S VPN Wide basic service, or the contractor of NTT East's FLET'S VPN Prio service, respectively} {} {} {What can you do}?
{Communication between the corresponding VPNs in the NTT East area and NTT West area is possible, and it is possible to build a wider private network} {} {.

(2)「可能」の出力結果は以上である。 (2) The output result of "possible" is over.

(3)「確認」の出力結果を以下に示す。 (3) The output result of "confirmation" is shown below.

{フレッツ光ネクストマイタウンについては、}{各自治体によって月額利用料が}{異なりますので、各自治体のマイタウンサービスの利用規約を}{ご確認願います}
{フレッツ光ネクストマイタウンについては、}{どこで確認できますか?}
{各自治体によって月額利用料が}{異なりますので、各自治体のマイタウンサービスの利用規約を}{ご確認願います}。
{For FLET'S Hikari Next My Town} {Monthly usage fee varies depending on each municipality} {Because each municipality's terms of use for My Town service} {Please check}
{For FLET'S Hikari Next My Town} {Where can I find out? }
{Monthly usage fee varies depending on each municipality} {Please check the terms and conditions of My Town Service of each municipality} {Please check}.

{利用可能なVPN接続用IPアドレスは、}{「第2章第4節6.IPアドレス」を}{}{参照してください}
{利用可能なVPN接続用IPアドレスは、}{どこで確認できますか?}
{「第2章第4節6.IPアドレス」を}{}{参照してください}。
{For available IP addresses for VPN connection} {Refer to "Chapter 2, Section 4, 6. IP Address"} {} {
{Available VPN connection IP address} {Where can I find it? }
{See "Chapter 2, Section 4, 6. IP Address"} {} {See}.

(3)「確認」の出力結果は以上である。 (3) The output result of "confirmation" is over.

(4)「場合(必要)」の出力結果を以下に示す。 (4) The output result of "Case (necessary)" is shown below.

{フレッツ・グループまたはフレッツ・オフィスでご利用中のグループ識別子/企業識別子を本サービスでの企業識別子として利用する場合、}{}{}{本サービスで当該識別子をご利用になる前に、フレッツ・グループまたはフレッツ・オフィスを廃止する必要があります}
{フレッツ・グループまたはフレッツ・オフィスでご利用中のグループ識別子/企業識別子を本サービスでの企業識別子として利用する場合、}{}{}{本サービスで当該識別子をご利用になる前に、フレッツ・グループまたはフレッツ・オフィスを廃止する必要があります}か?
{フレッツ・グループまたはフレッツ・オフィスでご利用中のグループ識別子/企業識別子を本サービスでの企業識別子として利用する場合、}必要となります。
{When using the group identifier / company identifier used in the Fretz Group or Fretz Office as the company identifier in this service} {} {} {Before using the identifier in this service, Fretz · Group or Fretz offices need to be abolished}
{When using the group identifier / company identifier used in the Fretz Group or Fretz Office as the company identifier in this service} {} {} {Before using the identifier in this service, Fretz · Need to abolish group or Fretz office}?
{If you want to use the group identifier / company identifier used by FLET'S Group or FLET'S Office as the company identifier in this service}, it is required.

{1基本サービスにて管理者変更を行う場合、}{}{}{センタ回線接続サービスは譲渡する必要があります}
{1基本サービスにて管理者変更を行う場合、}{}{}{センタ回線接続サービスは譲渡する必要があります}か?
{1基本サービスにて管理者変更を行う場合、}必要となります。
{1 When changing the administrator in the basic service} {} {} {Center line connection service must be transferred}
{1 When changing the administrator in the basic service} {} {} {The center line connection service must be transferred}?
{1 When changing the administrator in the basic service} is required.

(4)「場合(必要)」の出力結果は以上である。 (4) The output result of "Case (necessary)" is over.

(5)「場合(可能)」の出力結果を以下に示す。 (5) The output result of "Case (possible)" is shown below.

{IPアドレスでグローバルIPアドレスをご利用の場合、}{}{}{第三者がJPNIC等のNICより割り当てられたグローバルIPアドレスをご利用いただくことも可能です}
{IPアドレスでグローバルIPアドレスをご利用の場合、}{}{}{第三者がJPNIC等のNICより割り当てられたグローバルIPアドレスをご利用いただくことも可能です}か?
{}{}{第三者がJPNIC等のNICより割り当てられたグローバルIPアドレスをご利用いただくことも可能です}。
{When using a global IP address as an IP address} {} {} {It is also possible for a third party to use the global IP address assigned by a NIC such as JPNIC}
{When using a global IP address as an IP address} {} {} {It is also possible for a third party to use the global IP address assigned by a NIC such as JPNIC}?
{} {} {It is also possible for a third party to use the global IP address assigned by NIC such as JPNIC}.

{不要パケットの破棄設定をされたIPアドレスを変更された場合は、}{}{}{お客様のお申し出により、不要パケットの破棄設定を変更することが可能です}
{不要パケットの破棄設定をされたIPアドレスを変更された場合は、}{}{}{お客様のお申し出により、不要パケットの破棄設定を変更することが可能です}か?
{}{}{お客様のお申し出により、不要パケットの破棄設定を変更することが可能です}。
{If you change the IP address that is set to discard unnecessary packets} {} {} {You can change the setting to discard unnecessary packets}
{If you change the IP address that is set to discard unnecessary packets} {} {} {You can change the setting to discard unnecessary packets}?
{} {} {You can change the settings for discarding unnecessary packets at your request}.

(5)「場合(可能)」の出力結果は以上である。 (5) The output result of "Case (possible)" is above.

(6)「否定」の出力結果を以下に示す。 (6) The output result of "Negation" is shown below.

{}{最低利用期間及びその}{}{解約金はありません}
{}{最低利用期間及びその}{}{解約金はあります}か?
{解約金はありません}。
{} {Minimum usage period and its} {} {There is no cancellation fee}
{} {Minimum usage period and its} {} {There is a cancellation fee}?
{There is no cancellation fee}.

{注4.指定時刻までに工事担当者が到着できなかった場合は、}{料金請求を}{}{行いません}
{注4.指定時刻までに工事担当者が到着できなかった場合は、}{料金請求を}{}{行います}か?
{行いません}。
{Note 4. If the person in charge of construction does not arrive by the designated time,} {charge will not be charged} {} {will not be done}
{Note 4. If the person in charge of construction does not arrive by the designated time} {Bill a fee} {} {I will do it}?
{Do not do}.

(6)「否定」の出力結果は以上である。 (6) The output result of "Negation" is over.

(7)「否定語」の出力結果を以下に示す。 (7) The output result of "negative word" is shown below.

{注1.基本工事費の内、手続費相当額=1,000円は}{割増の}{}{対象外とします}
{注1.基本工事費の内、手続費相当額=1,000円は}{割増の}{}{対象}ですか?
{対象外とします}。
{Note 1. Of the basic construction costs, the amount equivalent to the procedure cost = 1,000 yen} {extra} {} {not applicable}
{Note 1. Of the basic construction costs, the amount equivalent to the procedure cost = 1,000 yen} {extra} {} {target}?
{Not applicable}.

(7)「否定語」の出力結果は以上である。 (7) The output result of "negative word" is as above.

(8)「不可能」の出力結果を以下に示す。 (8) The output result of "impossible" is shown below.

{VPNの利用の際は、}{既に接続中のユーザIDと同一のユーザIDを}{利用して二重に}{ログインすることはできません}
{VPNの利用の際は、}{既に接続中のユーザIDと同一のユーザIDを}{利用して二重に}{ログインすることは}できますか?
{ログインすることはできません}。
{When using VPN} {Use the same user ID as the already connected user ID} {Use twice} {You cannot log in}
Is it possible to {when using a VPN} {use the same user ID as the already connected user ID} {use twice} {login}?
{You cannot log in}.

{}{ひとつのユーザIDで複数のIPアドレスを}{}{利用することはできません}
{}{ひとつのユーザIDで複数のIPアドレスを}{}{利用することは}できますか?
{利用することはできません}。
{} {Multiple IP addresses can be used with one user ID} {} {Cannot be used}
{} {Can I use multiple IP addresses with one user ID} {} {can I use}?
{Cannot be used}.

(8)「不可能」の出力結果は以上である。 (8) The output result of "impossible" is over.

(9)「不必要」の出力結果を以下に示す。 (9) The output result of "unnecessary" is shown below.

{}{本サービスをご利用にあたり、新たに認証機能を}{用意する}{必要はございません}
{}{本サービスをご利用にあたり、新たに認証機能を}{用意する}{必要はありますか}?
{必要はございません}。
{} {There is no need to prepare a new authentication function} {No need} when using this service.
{} {Is it necessary to prepare a new authentication function} {to use this service}?
{No need}.

{本サービスの利用権の承継、改称に係る手数料は}{}{}{必要ありません}
{本サービスの利用権の承継、改称に係る手数料は}{}{}{必要はありますか}?
{必要ありません}。
{No fee for succession or renaming of the right to use this service} {} {} {Not required}
{A fee for succession or renaming of the right to use this service} {} {} {Is it necessary}?
{there is no need}.

(9)「不必要」の出力結果は以上である。 (9) The output result of "unnecessary" is above.

(10)「その他」の出力結果を以下に示す。 (10) The output result of "Other" is shown below.

{リチウムイオン電池は}{リサイクル可能な貴重な}{}{資源です}
{リチウムイオン電池は}{どのような}{}{資源です}か?
{リサイクル可能な貴重な}{}{資源です}
{Lithium-ion batteries are} {precious recyclable} {} {resources}
{Lithium-ion batteries} {what} {} {resources}?
{Recyclable precious} {} {Resource}

{セカンダリSSIDは、}{本商品の内部に貼付されている無線LAN設定ラベルに}{}{記載されています}
{セカンダリSSIDは、}{どこに}{}{記載されています}か?
{本商品の内部に貼付されている無線LAN設定ラベルに}{}{記載されています}
{The secondary SSID is} {on the wireless LAN setting label affixed to the inside of this product} {} {is described}
Is the {secondary SSID} {where} {} {listed}?
{On the wireless LAN setting label affixed to the inside of this product} {} {It is described}

(10)「その他」の出力結果は以上である。 (10) The output result of "Other" is as described above.

以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。 Although the embodiments of the present invention have been described in detail with reference to the drawings, the specific configuration is not limited to this embodiment, and includes designs and the like within a range that does not deviate from the gist of the present invention.

100…文書作成支援装置、110…通信部、120…制御部、121…対象文取得部、122…分割部、123…文末判定部、124…選択部、125…質問生成部、126…回答生成部、130…支援情報記憶部、131…文末データベース、132…主題データベース、133…文中データベース、134…適応データベース 100 ... document creation support device, 110 ... communication unit, 120 ... control unit, 121 ... target sentence acquisition unit, 122 ... division unit, 123 ... sentence end determination unit, 124 ... selection unit, 125 ... question generation unit, 126 ... answer generation Department, 130 ... Support information storage department, 131 ... Sentence end database, 132 ... Subject database, 133 ... Sentence database, 134 ... Adaptive database

本発明の一態様は、マニュアルから一文を取得する取得部と、前記取得部により取得された一文を、主題、文中、および文末の各要素に分割する分割部と、前記分割部により分割された要素を用いて質問文を生成する質問生成部と、前記質問生成部により生成された質問文に対応する回答を、前記分割部により分割された要素を用いて生成する回答生成部と、前記分割部により分割された文末の種類を判定する判定部と、前記判定部により判定された文末の種類に応じて、質問テンプレートと、回答テンプレートとを選択する選択部と、を備え、前記分割部は、一文において、予め定められた文字列に該当するものがあれば、該当する文字列の直後から一文の最後までを文末として分割し、前記質問生成部は、前記選択部により選択された質問テンプレートを用いて質問文を生成し、前記回答生成部は、前記選択部により選択された回答テンプレートを用いて回答文を生成する文書作成支援装置である。 One aspect of the present invention is divided into an acquisition unit that acquires a sentence from a manual, a division unit that divides the sentence acquired by the acquisition unit into each element of the subject , the sentence, and the end of the sentence, and the division unit. A question generation unit that generates a question sentence using the elements, an answer generation unit that generates an answer corresponding to the question sentence generated by the question generation unit using the elements divided by the division unit, and the above . The division unit includes a determination unit for determining the type of sentence end divided by the division unit, and a selection unit for selecting a question template and an answer template according to the type of sentence end determined by the determination unit . If there is a predetermined character string in one sentence, divides the sentence from immediately after the corresponding character string to the end of the sentence as the end of the sentence, and the question generation unit is the question selected by the selection unit. The answer generation unit is a document creation support device that generates a question sentence using a template and generates an answer sentence using the answer template selected by the selection unit .

本発明の一態様は、上記文書作成支援装置であって、前記予め定められた文字列は、時を示す文字列を含む文字列であるOne aspect of the present invention is the document creation support device, and the predetermined character string is a character string including a character string indicating a time .

本発明の一態様は、上記文書作成支援装置であって、前記予め定められた文字列は、「ため、」、「するには、」、「ときに、」、または「時には、」であるOne aspect of the present invention is the document creation support device, wherein the predetermined character string is "for", "to", "when", or "sometimes". ..

本発明の一態様は、上記文書作成支援装置であって、前記予め定められた文字列は、一文に、「場合、」、または「場合は、」が含まれ、かつ「可能です。」、または「必要です。」が含まれた場合において、「可能です。」、または「必要です。」であるOne aspect of the present invention is the document creation support device, wherein the predetermined character string includes "if," or "if," in one sentence, and "is possible." Or, if "necessary" is included, "possible" or "necessary" .

本発明の一態様は、上記文書作成支援装置であって、文末の種類には、「ため、」、「否定」、「確認」、「否定語」、「場合(必要)」、「必要」、「不可能」、「日時」、および「場合(可能)」があり、さらに文末の種類には、「ため、」、「否定」、「確認」、「否定語」、「場合(必要)」、「必要」、「不可能」、「日時」、および「場合(可能)」のいずれにも該当しない「その他」があり、文末の種類が、「その他」の場合に、前記質問生成部によって質問に含まれる疑問詞は、BERTによって自動的に選択されるOne aspect of the present invention is the above-mentioned document creation support device, and the types of sentence endings include "because", "denial", "confirmation", "negative word", "case (necessary)", and "necessary". , "Impossible", "Date and time", and "Case (possible)", and the types of sentence endings are "Because", "Negative", "Confirm", "Negative word", and "Case (necessary)". , "Necessary", "impossible", "date and time", and "case (possible)". The question words contained in the question are automatically selected by BERT .

本発明の一態様は、文書作成支援装置が、マニュアルから一文を取得する取得段階と、文書作成支援装置が、前記取得段階により取得された一文を、主題、文中、および文末の各要素に分割する分割段階と、文書作成支援装置が、前記分割段階により分割された要素を用いて質問文を生成する質問生成段階と、文書作成支援装置が、前記質問生成段階により生成された質問文に対応する回答を、前記分割段階により分割された要素を用いて生成する回答生成段階と、文書作成支援装置が、前記分割段階により分割された文末の種類を判定する判定段階と、文書作成支援装置が、前記判定段階により判定された文末の種類に応じて、質問テンプレートと、回答テンプレートとを選択する選択段階と、を備え、前記分割段階は、一文において、予め定められた文字列に該当するものがあれば、該当する文字列の直後から一文の最後までを文末として分割し、前記質問生成段階は、前記選択段階により選択された質問テンプレートを用いて質問文を生成し、前記回答生成段階は、前記選択段階により選択された回答テンプレートを用いて回答文を生成する文書作成支援方法である。 One aspect of the present invention is an acquisition stage in which a document creation support device acquires a sentence from a manual, and a sentence acquired by the document creation support device in the acquisition stage is used as a subject , in a sentence, and at the end of a sentence. The division stage to be divided, the question generation stage in which the document creation support device generates a question sentence using the elements divided by the division step, and the document creation support device to the question sentence generated by the question generation step. A response generation stage in which the corresponding answer is generated using the elements divided by the division stage, a determination stage in which the document creation support device determines the type of the sentence end divided by the division stage, and a document creation support device. However, the division stage includes a question template and a selection stage for selecting an answer template according to the type of sentence end determined by the determination stage, and the division stage corresponds to a predetermined character string in one sentence. If there is something, it is divided from immediately after the corresponding character string to the end of the sentence as the end of the sentence, and the question generation stage generates a question sentence using the question template selected by the selection stage, and the answer generation stage. Is a document creation support method for generating an answer sentence using the answer template selected by the selection step .

本発明の一態様は、文書作成支援装置としてコンピュータを機能させるプログラムであって、前記コンピュータを、マニュアルから一文を取得する取得部と、前記取得部により取得された一文を、主題、文中、および文末の各要素に分割する分割部と、前記分割部により分割された要素を用いて質問文を生成する質問生成部と、前記質問生成部により生成された質問文に対応する回答を、前記分割部により分割された要素を用いて生成する回答生成部と、前記分割部により分割された文末の種類を判定する判定部と、前記判定部により判定された文末の種類に応じて、質問テンプレートと、回答テンプレートとを選択する選択部と、して機能させ、前記分割部は、一文において、予め定められた文字列に該当するものがあれば、該当する文字列の直後から一文の最後までを文末として分割し、前記質問生成部は、前記選択部により選択された質問テンプレートを用いて質問文を生成し、前記回答生成部は、前記選択部により選択された回答テンプレートを用いて回答文を生成するプログラムである。 One aspect of the present invention is a program that causes a computer to function as a document creation support device, wherein the computer has an acquisition unit for acquiring a sentence from a manual and a sentence acquired by the acquisition unit as a subject , in a sentence, and so on. And the division unit that divides into each element at the end of the sentence, the question generation unit that generates a question sentence using the elements divided by the division unit, and the answer corresponding to the question sentence generated by the question generation unit. Question template according to the answer generation unit generated by using the elements divided by the division unit, the judgment unit that determines the type of the sentence end divided by the division unit, and the type of the sentence end determined by the determination unit. And, as a selection part to select the answer template, and the division part, if there is a thing corresponding to the predetermined character string in one sentence, from immediately after the corresponding character string to the end of the sentence. Is divided as the end of the sentence, the question generation unit generates a question sentence using the question template selected by the selection unit, and the answer generation unit uses the answer template selected by the selection unit to generate the answer sentence. Is a program that generates .

Claims (7)

マニュアルから一文を取得する取得部と、
前記取得部により取得された一文を、所定の規則に従って、主題、文中、および文末の各要素に分割する分割部と、
前記分割部により分割された要素を用いて質問文を生成する質問生成部と、
前記質問生成部により生成された質問文に対応する回答を、前記分割部により分割された要素を用いて生成する回答生成部と、
を備えた文書作成支援装置。
The acquisition department that acquires a sentence from the manual,
A division unit that divides a sentence acquired by the acquisition unit into each element of the subject, the sentence, and the end of the sentence according to a predetermined rule.
A question generation unit that generates a question sentence using the elements divided by the division unit, and a question generation unit.
An answer generation unit that generates an answer corresponding to a question sentence generated by the question generation unit using the elements divided by the division unit, and an answer generation unit.
Document creation support device equipped with.
前記所定の規則は、文字列と当該文字列に対応するスコアとが対応付けられた対応情報を用いて、一文に含まれる文字列のうち、スコアが最も大きい文字列を用いて一文を分割する規則である請求項1に記載の文書作成支援装置。 The predetermined rule divides a sentence by using the character string having the highest score among the character strings included in the sentence by using the correspondence information in which the character string and the score corresponding to the character string are associated with each other. The document creation support device according to claim 1, which is a rule. 前記分割部により分割された文末の種類を判定する判定部と、
前記判定部により判定された文末の種類に応じて、質問テンプレートと、回答テンプレートとを選択する選択部と、
を備えた請求項1または請求項2に記載の文書作成支援装置。
A determination unit that determines the type of sentence end divided by the division unit, and
A selection unit for selecting a question template and an answer template according to the type of sentence end determined by the determination unit, and a selection unit.
The document creation support device according to claim 1 or 2, comprising the above.
前記質問生成部は、前記選択部により選択された質問テンプレートを用いて質問文を生成する請求項3に記載の文書作成支援装置。 The document creation support device according to claim 3, wherein the question generation unit generates a question sentence using the question template selected by the selection unit. 前記回答生成部は、前記選択部により選択された回答テンプレートを用いて回答文を生成する請求項3に記載の文書作成支援装置。 The document creation support device according to claim 3, wherein the answer generation unit generates an answer sentence using the answer template selected by the selection unit. 文書作成支援装置が、マニュアルから一文を取得する取得段階と、
文書作成支援装置が、前記取得段階により取得された一文を、所定の規則に従って、主題、文中、および文末の各要素に分割する分割段階と、
文書作成支援装置が、前記分割段階により分割された要素を用いて質問文を生成する質問生成段階と、
文書作成支援装置が、前記質問生成段階により生成された質問文に対応する回答を、前記分割段階により分割された要素を用いて生成する回答生成段階と、
を備えた文書作成支援方法。
The acquisition stage where the document creation support device acquires a sentence from the manual,
A division step in which the document creation support device divides the sentence acquired in the acquisition step into each element of the subject, the sentence, and the end of the sentence according to a predetermined rule.
A question generation stage in which the document creation support device generates a question sentence using the elements divided by the division stage, and
An answer generation step in which the document creation support device generates an answer corresponding to the question sentence generated by the question generation step using the elements divided by the division step.
Document creation support method equipped with.
文書作成支援装置としてコンピュータを機能させるプログラムであって、
前記コンピュータを、
マニュアルから一文を取得する取得部と、
前記取得部により取得された一文を、所定の規則に従って、主題、文中、および文末の各要素に分割する分割部と、
前記分割部により分割された要素を用いて質問文を生成する質問生成部と、
前記質問生成部により生成された質問文に対応する回答を、前記分割部により分割された要素を用いて生成する回答生成部として機能させるプログラム。
A program that makes a computer function as a document creation support device.
The computer
The acquisition department that acquires a sentence from the manual,
A division unit that divides a sentence acquired by the acquisition unit into each element of the subject, the sentence, and the end of the sentence according to a predetermined rule.
A question generation unit that generates a question sentence using the elements divided by the division unit, and a question generation unit.
A program that functions as an answer generation unit that generates an answer corresponding to a question sentence generated by the question generation unit by using the elements divided by the division unit.
JP2020191898A 2020-11-18 2020-11-18 Document creation support device, document creation support method and program Active JP7224327B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020191898A JP7224327B2 (en) 2020-11-18 2020-11-18 Document creation support device, document creation support method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020191898A JP7224327B2 (en) 2020-11-18 2020-11-18 Document creation support device, document creation support method and program

Publications (2)

Publication Number Publication Date
JP2022080691A true JP2022080691A (en) 2022-05-30
JP7224327B2 JP7224327B2 (en) 2023-02-17

Family

ID=81757391

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020191898A Active JP7224327B2 (en) 2020-11-18 2020-11-18 Document creation support device, document creation support method and program

Country Status (1)

Country Link
JP (1) JP7224327B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0877179A (en) * 1994-09-02 1996-03-22 Fujitsu Ltd Document index preparing device
JPH10254911A (en) * 1997-03-14 1998-09-25 Omron Corp Method, device for preparing retrieval conditions, method for retrieving object while using the same and retrieval system using the same
JP2018028752A (en) * 2016-08-16 2018-02-22 国立研究開発法人情報通信研究機構 Dialog system and computer program therefor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0877179A (en) * 1994-09-02 1996-03-22 Fujitsu Ltd Document index preparing device
JPH10254911A (en) * 1997-03-14 1998-09-25 Omron Corp Method, device for preparing retrieval conditions, method for retrieving object while using the same and retrieval system using the same
JP2018028752A (en) * 2016-08-16 2018-02-22 国立研究開発法人情報通信研究機構 Dialog system and computer program therefor

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
佐藤 紗都 外2名: "製品マニュアル文からの質問自動生成", 一般社団法人 人工知能学会 第32回全国大会論文集DVD [DVD−ROM] 2018年度 人工知能, JPN6022004273, 5 June 2018 (2018-06-05), pages 1 - 4, ISSN: 0004854215 *
土居 誉生 外3名: "質問生成ソリューション「なんでもQuestion」の紹介", 第87回 言語・音声理解と対話処理研究会資料 (SIG−SLUD−B902), JPN6022004274, 20 November 2019 (2019-11-20), JP, pages 123 - 124, ISSN: 0004854216 *
斎藤 由香梨 外3名: "質問応答システムにおけるマニュアルからの技術情報抽出", 第49回(平成6年後期)全国大会講演論文集(4) ソフトウェア 信頼性と安全性, JPN6022004275, 20 September 1994 (1994-09-20), pages 4 - 177, ISSN: 0004854214 *

Also Published As

Publication number Publication date
JP7224327B2 (en) 2023-02-17

Similar Documents

Publication Publication Date Title
US20190236728A1 (en) Method and apparatus for providing information
US20070136342A1 (en) Processing a user inquiry
EP1895749A2 (en) Method and apparatus for delivering geographical specific advertisements to a communication device - advertising in &#34;yellow book for the phone&#34;
JP6438674B2 (en) Response system, response method, and computer program
KR20160005563A (en) System for replying telephone number using analysis of user&#39;s voice and method thereof
EP1301010B1 (en) Method for providing services in a communication network
JP2003534601A (en) Addressing remote data objects via a computer
Mahanta et al. A study of bandwidth management in computer networks
JP2022080691A (en) Document creation assisting device, document creation assisting method and program
CN109714227A (en) Domain name monitoring method, device and computer readable storage medium
JP2018041289A (en) Schedule management program, schedule management method, and schedule management device
JP2010055579A (en) Recruiting support service providing system
US20190260708A1 (en) Text-based telephonic system
JP6745965B1 (en) Information providing method, information delivering method, information providing apparatus, information delivering apparatus, program and system
Bay Hot potatoes and postmen: how packet switching became ARPANET’s greatest legacy
JP2003534600A (en) Addressing remote data objects via a computer
JP2021144370A (en) Vehicle share-ride support system and vehicle share-ride support method
Verma et al. Towards service description for mobile environments
CN109670796A (en) Engineering documents Management method and system
KR102654090B1 (en) Information offering system and method thereof
WO2022097293A1 (en) Synchronization device, system, method, and non-transitory computer-readable medium
CN109597499A (en) A kind of customized value selecting method, device, computer equipment and storage medium
JP2014236400A (en) Contact center system and contact center program
JP7040373B2 (en) Information processing equipment, information processing method, program
US20240193504A1 (en) Systems and methods for business syndicate geolocated skill matching

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201118

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

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220823

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220928

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230207

R150 Certificate of patent or registration of utility model

Ref document number: 7224327

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150