JP7474295B2 - Information processing system, information processing method, and program - Google Patents

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

Info

Publication number
JP7474295B2
JP7474295B2 JP2022139175A JP2022139175A JP7474295B2 JP 7474295 B2 JP7474295 B2 JP 7474295B2 JP 2022139175 A JP2022139175 A JP 2022139175A JP 2022139175 A JP2022139175 A JP 2022139175A JP 7474295 B2 JP7474295 B2 JP 7474295B2
Authority
JP
Japan
Prior art keywords
sentence
keyword
unit
information processing
keywords
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
JP2022139175A
Other languages
Japanese (ja)
Other versions
JP2024034722A (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.)
Mitsubishi Electric Information Systems Corp
Original Assignee
Mitsubishi Electric Information Systems 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 Mitsubishi Electric Information Systems Corp filed Critical Mitsubishi Electric Information Systems Corp
Priority to JP2022139175A priority Critical patent/JP7474295B2/en
Publication of JP2024034722A publication Critical patent/JP2024034722A/en
Application granted granted Critical
Publication of JP7474295B2 publication Critical patent/JP7474295B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

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

特許文献1には、音声データから生成されたテキストデータからキーワードおよび高頻度語を抽出し、抽出したキーワードと高頻度語によって議事録を生成する技術が開示されている。 Patent document 1 discloses a technology that extracts keywords and high-frequency words from text data generated from voice data, and generates minutes using the extracted keywords and high-frequency words.

特開2022-13586号公報JP 2022-13586 A

しかしながら、特許文献1に記載の技術は、話し言葉から書き言葉への変換などの議事録としての体裁を整えるなどの作業が必要であり、工数がかかるという課題がある。
また、機械学習による議事録生成もあるが、機械学習による議事録生成では、入力テキストデータと当該入力テキストデータに対応する出力文章との組を大量に学習する必要があり、また、機密性の高い文章を学習データに用いることが困難である。そのため、専門用語が多用される議事録生成は困難であった。
このように、音声認識により生成されたテキストデータから効率的に議事録を生成することができないという課題があった。
However, the technology described in Patent Document 1 requires tasks such as converting spoken language into written language and formatting the minutes in a format that is suitable for use as minutes, which is problematic in that it requires a lot of man-hours.
In addition, minutes are generated by machine learning, but in this case, it is necessary to learn a large number of pairs of input text data and output sentences corresponding to the input text data, and it is difficult to use highly confidential sentences as training data. Therefore, it is difficult to generate minutes that use a lot of technical terms.
Thus, there has been a problem in that minutes cannot be efficiently generated from text data generated by speech recognition.

本発明は、上記の点に鑑みてなされたものであり、音声認識により生成されたテキストデータから効率的に議事録を生成することができる情報処理システム、情報処理方法、およびプログラムを提供することを課題とする。 The present invention has been made in consideration of the above points, and aims to provide an information processing system, information processing method, and program that can efficiently generate minutes from text data generated by voice recognition.

本発明は上記の課題を解決するためになされたものであり、本発明の一態様は、音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得部と、前記キーワードを含む第1文章を生成する第1文章生成部と、を備える情報処理システムである。 The present invention has been made to solve the above problems, and one aspect of the present invention is an information processing system including a keyword acquisition unit that acquires keywords extracted from text data by speech recognition of voice data, and a first sentence generation unit that generates a first sentence including the keywords.

また、本発明の一態様は、情報処理装置のコンピュータが、音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得過程と、前記キーワードを含む第1文章を生成する第1文章生成過程と、を有する情報処理方法である。 Another aspect of the present invention is an information processing method including a keyword acquisition process in which a computer of an information processing device acquires keywords extracted from text data by speech recognition of speech data, and a first sentence generation process in which a first sentence including the keywords is generated.

また、本発明の一態様は、情報処理装置のコンピュータに、音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得ステップと、前記キーワードを含む第1文章を生成する第1文章生成ステップと、を実行させるためのプログラムである。 Another aspect of the present invention is a program for causing a computer of an information processing device to execute a keyword acquisition step of acquiring keywords extracted from text data by speech recognition of voice data, and a first sentence generation step of generating a first sentence including the keywords.

本発明によれば、音声認識により生成されたテキストデータから効率的に議事録を生成することができる。 According to the present invention, minutes can be efficiently generated from text data generated by speech recognition.

本発明の第1の実施形態に係る情報処理システムの構成の一例を示すシステム構成図である。1 is a system configuration diagram showing an example of a configuration of an information processing system according to a first embodiment of the present invention. 本発明の第1の実施形態に係る変換装置の構成の一例を示すブロック図である。1 is a block diagram showing an example of a configuration of a conversion device according to a first embodiment of the present invention. 本発明の第1の実施形態に係るキーワード抽出装置の構成の一例を示すブロック図である。1 is a block diagram showing an example of a configuration of a keyword extraction device according to a first embodiment of the present invention. 本発明の第1の実施形態に係る情報処理装置の機能構成の一例を示すブロック図である。1 is a block diagram showing an example of a functional configuration of an information processing apparatus according to a first embodiment of the present invention; 本発明の第1の実施形態に係る情報処理装置のハードウェア構成の一例を示すブロック図である。1 is a block diagram showing an example of a hardware configuration of an information processing apparatus according to a first embodiment of the present invention. 本発明の第1の実施形態に係る情報処理システムにおける情報処理の一例を示すフローチャートである。4 is a flowchart showing an example of information processing in the information processing system according to the first embodiment of the present invention. 本発明の第1の実施形態に係る情報処理装置における表示画面の一例を示す図である。FIG. 2 is a diagram showing an example of a display screen in the information processing apparatus according to the first embodiment of the present invention.

(第1の実施形態)
以下、図面を参照しながら本発明の第1の実施形態について説明する。
<情報処理システムの構成>
まず、情報処理システムの構成について説明する。
図1は、本発明の第1の実施形態に係る情報処理システムの構成の一例を示すシステム構成図である。
情報処理システムは、変換装置1と、キーワード抽出装置2と、情報処理装置3と、を含んで構成される。変換装置1と、キーワード抽出装置2と、情報処理装置3とは、ネットワークNWを介して通信可能に相互接続される。
First Embodiment
Hereinafter, a first embodiment of the present invention will be described with reference to the drawings.
<Configuration of Information Processing System>
First, the configuration of the information processing system will be described.
FIG. 1 is a system configuration diagram showing an example of the configuration of an information processing system according to a first embodiment of the present invention.
The information processing system includes a conversion device 1, a keyword extraction device 2, and an information processing device 3. The conversion device 1, the keyword extraction device 2, and the information processing device 3 are communicatively connected to each other via a network NW.

変換装置1は、音声データをテキストデータに変換する機能を有する。変換装置1は、音声データが入力されると、音声認識により音声データをテキストデータに変換する。変換装置1は、変換したテキストデータを、ネットワークNWを介してキーワード抽出装置2に送信する。 The conversion device 1 has a function of converting voice data into text data. When voice data is input, the conversion device 1 converts the voice data into text data by voice recognition. The conversion device 1 transmits the converted text data to the keyword extraction device 2 via the network NW.

キーワード抽出装置2は、テキストデータからキーワードを抽出する機能を有する。キーワード抽出装置2は、変換装置1からテキストデータを受信すると、当該テキストデータから所定数のキーワードを抽出する。キーワード抽出装置2は、抽出した所定数のキーワードをキーワード候補として、ネットワークNWを介して情報処理装置3に送信する。 The keyword extraction device 2 has a function of extracting keywords from text data. When the keyword extraction device 2 receives text data from the conversion device 1, it extracts a predetermined number of keywords from the text data. The keyword extraction device 2 transmits the extracted predetermined number of keywords as keyword candidates to the information processing device 3 via the network NW.

情報処理装置3は、キーワード候補の中から選択されたキーワードを含む一または複数の文章を生成する機能を有する。当該キーワードを含む一または複数の文章には、キーワード候補の中から選択された一または複数のキーワードのすべてが含まれる。ここで、以下の説明では、当該キーワードを含む複数の文章を第1文章の候補と称して説明する。また、以下の説明では、第1文章の候補から選択された1つの文章を第1文章と称して説明する。 The information processing device 3 has a function of generating one or more sentences including a keyword selected from the keyword candidates. The one or more sentences including the keyword include all of the one or more keywords selected from the keyword candidates. Here, in the following explanation, the multiple sentences including the keyword are referred to as first sentence candidates. Also, in the following explanation, one sentence selected from the first sentence candidates is referred to as the first sentence.

なお、第1文章が1つの文章のみである場合には、当該1つの文章が第1文書の候補であり、また第1文章でもある。 Note that if the first sentence is only one sentence, that one sentence is both a candidate for the first document and the first sentence.

第1文章候補および第1文章は、テキストデータの所定分量ごとに生成される。所定分量は、例えば、一文ごと、複数文ごと、音声データの所定時間分に対応するテキストデータごと、テキストデータの所定文字数ごとなどである。 The first sentence candidates and the first sentences are generated for each predetermined amount of text data. The predetermined amount may be, for example, for each sentence, for multiple sentences, for each piece of text data corresponding to a predetermined time of audio data, or for each predetermined number of characters of text data.

なお、所定分量は、所定分量の設定情報を情報処理装置3が予め記憶していてもよいし、後述する情報処理を開始するときにユーザから所定分量として文の区切りの設定を受け付け、受け付けた設定を所定分量の設定情報として情報処理装置3が記憶してもよい。所定分量の設定情報は、所定分量を設定するための情報である。
なお、情報処理装置3は、キーワードが変更された場合、あるいは第1文章が選択された場合には、新たなキーワードを含む第1文章の候補を生成する。ここで、第1文章は、第2文章、例えば議事録を生成するための雛型となる雛型文章である。当該雛型文章は、選択されたキーワードを入力すると機械学習によって生成される文章である。
The predetermined amount may be set by storing setting information of the predetermined amount in advance in the information processing device 3, or may be set by the user as a sentence break setting when starting information processing, which will be described later, and the information processing device 3 may store the setting information of the predetermined amount. The setting information of the predetermined amount is information for setting the predetermined amount.
When the keyword is changed or the first sentence is selected, the information processing device 3 generates a candidate for the first sentence including the new keyword. Here, the first sentence is a template sentence that serves as a template for generating the second sentence, for example, minutes. The template sentence is a sentence generated by machine learning when the selected keyword is input.

情報処理装置3は、選択されたキーワードごとの第1文章を含む第2文章を生成する。換言すれば、情報処理装置3は、複数の第1文章の組み合わせによって第2文章を生成する。当該第2文章は、ユーザによって編集可能である。 The information processing device 3 generates a second sentence that includes a first sentence for each selected keyword. In other words, the information processing device 3 generates a second sentence by combining a plurality of first sentences. The second sentence can be edited by the user.

このように、本実施形態に係る情報処理システムは、音声認識によって生成されたテキストデータからキーワード候補を抽出する。情報処理システムは、キーワード候補の中から選択されたすべてのキーワードを含む第1文章候補を生成する。情報処理システムは、選択されたキーワードごとに生成された第1文章候補の中から選択された第1文章を含む第2の文章を編集可能に生成する。 In this manner, the information processing system according to this embodiment extracts keyword candidates from text data generated by speech recognition. The information processing system generates a first sentence candidate that includes all keywords selected from the keyword candidates. The information processing system generates an editable second sentence that includes a first sentence selected from the first sentence candidates generated for each selected keyword.

これにより、情報処理システムは、機械学習による学習結果と、選択されたキーワードとに基づいて、雛形となる第1文章を生成することができるため、効率的に議事録を生成することができる。 This allows the information processing system to generate a template first sentence based on the learning results from machine learning and the selected keywords, thereby efficiently generating minutes.

<変換装置1の構成>
次いで、変換装置1について説明する。
図2は、本発明の第1の実施形態に係る変換装置1の構成の一例を示すブロック図である。
変換装置1は、通信部11と、制御部12と、記憶部13と、を含んで構成される。
<Configuration of conversion device 1>
Next, the conversion device 1 will be described.
FIG. 2 is a block diagram showing an example of the configuration of the conversion device 1 according to the first embodiment of the present invention.
The conversion device 1 includes a communication unit 11, a control unit 12, and a storage unit 13.

<通信部11>
通信部11は、ネットワークを介して他の装置と通信する機能を有する。通信部11は、他の装置から受信したデータを制御部12に出力する。また、通信部11は、制御部12から入力されるデータを、他の装置に送信する。
<記憶部13>
記憶部13は、各種データ、アプリケーション、プログラムを記憶する機能を有する。
<Communication unit 11>
The communication unit 11 has a function of communicating with other devices via a network. The communication unit 11 outputs data received from other devices to the control unit 12. The communication unit 11 also transmits data input from the control unit 12 to other devices.
<Storage unit 13>
The storage unit 13 has a function of storing various data, applications, and programs.

<制御部12>
制御部12は、変換装置1を制御する機能を有する。制御部12は、記憶部13に記憶された各種データ、アプリケーション、プログラムなどを読み出して変換装置1を制御する。
<Control Unit 12>
The control unit 12 has a function of controlling the conversion device 1. The control unit 12 reads out various data, applications, programs, etc. stored in the storage unit 13 and controls the conversion device 1.

より詳細に制御部12の処理について説明する。
制御部12は、音声データ取得部121と、音声認識部122と、テキストデータ出力部123と、を含んで構成される。
The processing of the control unit 12 will now be described in more detail.
The control unit 12 includes a voice data acquisition unit 121 , a voice recognition unit 122 , and a text data output unit 123 .

<音声データ取得部121>
音声データ取得部121は、音声データを取得する機能を有する。音声データ取得部121は、音声データを、入力部(非図示)を介して取得する。なお、音声データは、通信部11を介して他の装置から送信された音声データを受信することで取得してもよいし、予め記憶部13に記憶された音声データを読み出すことで取得してもよい。音声データ取得部121は、取得した音声データを音声認識部122に出力する。
<Audio Data Acquisition Unit 121>
The voice data acquisition unit 121 has a function of acquiring voice data. The voice data acquisition unit 121 acquires the voice data via an input unit (not shown). The voice data may be acquired by receiving voice data transmitted from another device via the communication unit 11, or by reading voice data previously stored in the storage unit 13. The voice data acquisition unit 121 outputs the acquired voice data to the voice recognition unit 122.

<音声認識部122>
音声認識部122は、音声データを音声認識よりテキストデータに変換する機能を有する。音声認識は、音声認識エンジンによって実行される。音声認識部122は、変換した(生成した)テキストデータを、テキストデータ出力部123に出力する。
<Speech Recognition Unit 122>
The voice recognition unit 122 has a function of converting voice data into text data through voice recognition. The voice recognition is performed by a voice recognition engine. The voice recognition unit 122 outputs the converted (generated) text data to the text data output unit 123.

<テキストデータ出力部123>
テキストデータ出力部123は、音声認識部122が生成したテキストデータを出力する機能を有する。テキストデータ出力部123は、テキストデータを、通信部11を介してキーワード抽出装置2に送信する。
<Text Data Output Unit 123>
The text data output unit 123 has a function of outputting the text data generated by the voice recognition unit 122. The text data output unit 123 transmits the text data to the keyword extraction device 2 via the communication unit 11.

<キーワード抽出装置2>
次いで、キーワード抽出装置2について説明する。
図3は、本発明の第1の実施形態に係るキーワード抽出装置2の構成の一例を示すブロック図である。
キーワード抽出装置2は、通信部21と、制御部22と、記憶部23と、を含んで構成される。
<Keyword Extraction Device 2>
Next, the keyword extractor 2 will be described.
FIG. 3 is a block diagram showing an example of the configuration of the keyword extracting device 2 according to the first embodiment of the present invention.
The keyword extractor 2 includes a communication unit 21, a control unit 22, and a storage unit 23.

<通信部21>
通信部21は、ネットワークを介して他の装置と通信する機能を有する。通信部21は、他の装置から受信したデータを制御部22に出力する。また、通信部21は、制御部22から入力されるデータを、他の装置に送信する。
<Communication unit 21>
The communication unit 21 has a function of communicating with other devices via a network. The communication unit 21 outputs data received from other devices to the control unit 22. The communication unit 21 also transmits data input from the control unit 22 to other devices.

<記憶部23>
記憶部23は、各種データ、アプリケーション、プログラムを記憶する機能を有する。
<Storage unit 23>
The storage unit 23 has a function of storing various data, applications, and programs.

<制御部22>
制御部22は、キーワード抽出装置2を制御する機能を有する。制御部22は、記憶部23に記憶された各種データ、アプリケーション、プログラムなどを読み出してキーワード抽出装置2を制御する。より詳細に制御部22の処理について説明する。
制御部22は、テキストデータ取得部221と、設定情報取得部222と、テキスト抽出部223と、キーワード抽出部224と、キーワード出力部225と、を含んで構成される。
<Control unit 22>
The control unit 22 has a function of controlling the keyword extraction device 2. The control unit 22 reads out various data, applications, programs, etc. stored in the storage unit 23 to control the keyword extraction device 2. The process of the control unit 22 will be described in more detail.
The control unit 22 includes a text data acquisition unit 221 , a setting information acquisition unit 222 , a text extraction unit 223 , a keyword extraction unit 224 , and a keyword output unit 225 .

<テキストデータ取得部221>
テキストデータ取得部221は、テキストデータを、通信部21を介して変換装置1から取得する機能を有する。テキストデータ取得部221は、取得したテキストデータをテキスト抽出部223に出力する。
<Text Data Acquisition Unit 221>
The text data acquisition unit 221 has a function of acquiring text data from the conversion device 1 via the communication unit 21. The text data acquisition unit 221 outputs the acquired text data to the text extraction unit 223.

<設定情報取得部222>
設定情報取得部222は、記憶部23から設定情報を取得する機能を有する。設定情報は、キーワードを抽出する対象となるテキストデータの所定分量の情報、抽出キーワード数の情報である。抽出キーワード数の情報は、キーワード抽出部224がテキストデータから抽出するキーワード数に関する情報である。設定情報取得部222は、設定情報を記憶部23から読み出す。設定情報取得部222は、読み出した設定情報をテキスト抽出部223、およびキーワード抽出部224に出力する。
<Setting information acquisition unit 222>
The setting information acquisition unit 222 has a function of acquiring setting information from the storage unit 23. The setting information is information on a predetermined amount of text data from which keywords are to be extracted, and information on the number of extracted keywords. The information on the number of extracted keywords is information on the number of keywords that the keyword extraction unit 224 extracts from the text data. The setting information acquisition unit 222 reads out the setting information from the storage unit 23. The setting information acquisition unit 222 outputs the read out setting information to the text extraction unit 223 and the keyword extraction unit 224.

<テキスト抽出部223>
テキスト抽出部223は、テキストデータ取得部221が取得したテキストデータから所定分量ごとのテキストを抽出する機能を有する。テキスト抽出部223は、抽出した所定分量ごとのテキストに対応するテキストデータをキーワード抽出部224に出力する。
<Text Extraction Unit 223>
The text extraction unit 223 has a function of extracting text for each predetermined amount from the text data acquired by the text data acquisition unit 221. The text extraction unit 223 outputs the text data corresponding to the extracted text for each predetermined amount to the keyword extraction unit 224.

<キーワード抽出部224>
キーワード抽出部224は、テキスト抽出部223から入力されたテキストデータからキーワードを抽出する機能を有する。キーワード抽出部224は、テキストデータごとに設定情報で示されるキーワード数のキーワードを抽出する。キーワード抽出部224は、抽出したキーワードをキーワード出力部225に出力する。
<Keyword Extraction Unit 224>
The keyword extraction unit 224 has a function of extracting keywords from the text data input from the text extraction unit 223. The keyword extraction unit 224 extracts the number of keywords indicated by the setting information for each piece of text data. The keyword extraction unit 224 outputs the extracted keywords to the keyword output unit 225.

ここで、キーワード抽出部224によるキーワードの抽出には、term frequency-inverse document frequency(TF-IDF)やPositionRank、bidirectional encoder representations from transformers (BERT)などを用いる。TF-IDFは、文章内における単語の出現回数や出現頻度などに比例して増加する値であり、コーパスや収集された文書群において、ある単語がいかに重要なのかを示す統計量(数値)である。PositionRankは、単語ごと重要度を算出し、高い重要度の単語を使ってキーフレーズを抽出するアルゴリズムである。BERTは、自然言語処理の事前学習用ためのTransformerベースの機械学習手法である。すなわち、キーワード抽出部224は、TF-IDFやPositionRankなどの単語の出現回数、単語の出現頻度に基づくキーワード抽出手段やBERTなどの前後の文脈から算出される単語の重要度に基づくキーワード抽出手段などを用いて、テキスト抽出部223から入力されたテキストデータごとに設定情報で示されるキーワード数のキーワードを抽出する。なお、キーワード抽出手段は、一例であり、MultipartiteRank、TopicRank、YAKE、SGRank、sCAKEなど、一般的なその他のキーワード抽出手段を用いてもよい。 Here, the keyword extraction unit 224 uses term frequency-inverse document frequency (TF-IDF), PositionRank, bidirectional encoder representations from transformers (BERT), etc. to extract keywords. TF-IDF is a value that increases in proportion to the number of times a word appears or the frequency of its appearance in a sentence, and is a statistic (numerical value) that indicates how important a word is in a corpus or a group of collected documents. PositionRank is an algorithm that calculates the importance of each word and extracts key phrases using words with high importance. BERT is a transformer-based machine learning method for pre-learning of natural language processing. That is, the keyword extraction unit 224 extracts keywords as many as the number of keywords indicated in the setting information for each piece of text data input from the text extraction unit 223, using a keyword extraction means based on the number of times a word appears or the frequency of appearance of a word, such as TF-IDF or PositionRank, or a keyword extraction means based on the importance of a word calculated from the context, such as BERT. Note that the keyword extraction means is an example, and other general keyword extraction means, such as MultipartiteRank, TopicRank, YAKE, SGRank, and sCAKE, may also be used.

<キーワード出力部225>
キーワード出力部225は、キーワードを出力する機能を有する。キーワード出力部225は、キーワード抽出部224から入力されたキーワードを、通信部21を介して情報処理装置3に送信する。
<Keyword Output Unit 225>
The keyword output unit 225 has a function of outputting a keyword, and transmits the keyword input from the keyword extraction unit 224 to the information processing device 3 via the communication unit 21.

<情報処理装置3>
次いで、情報処理装置3について説明する。
図4は、本発明の第1の実施形態に係る情報処理装置3の機能構成の一例を示すブロック図である。
情報処理装置3は、通信部31と、制御部32と、記憶部33と、を含んで構成させる。制御部32は、キーワード取得部321と、キーワード候補提示部322と、第1文章生成部323と、第1文章候補提示部324と、第2文章生成部325と、出力部326と、学習部327と、を含んで構成される。
<Information processing device 3>
Next, the information processing device 3 will be described.
FIG. 4 is a block diagram showing an example of a functional configuration of the information processing device 3 according to the first embodiment of the present invention.
The information processing device 3 includes a communication unit 31, a control unit 32, and a storage unit 33. The control unit 32 includes a keyword acquisition unit 321, a keyword candidate presentation unit 322, a first sentence generation unit 323, a first sentence candidate presentation unit 324, a second sentence generation unit 325, an output unit 326, and a learning unit 327.

<通信部31>
通信部31は、ネットワークを介して他の装置と通信する機能を有する。通信部31は、他の装置から受信したデータを制御部32に出力する。また、通信部31は、制御部32から入力されるデータを、他の装置に送信する。
<記憶部33>
記憶部33は、各種データ、アプリケーション、プログラムを記憶する機能を有する。
<Communication unit 31>
The communication unit 31 has a function of communicating with other devices via a network. The communication unit 31 outputs data received from other devices to the control unit 32. The communication unit 31 also transmits data input from the control unit 32 to other devices.
<Storage unit 33>
The storage unit 33 has a function of storing various data, applications, and programs.

<制御部32>
制御部32は、情報処理装置3を制御する機能を有する。制御部32は、記憶部33に記憶された各種データ、アプリケーション、プログラムなどを読み出して情報処理装置3を制御する。
<Control unit 32>
The control unit 32 has a function of controlling the information processing device 3. The control unit 32 reads out various data, applications, programs, etc. stored in the storage unit 33 and controls the information processing device 3.

<キーワード取得部321>
キーワード取得部321は、キーワードを取得する機能を有する。キーワード取得部321は、通信部31を介してキーワード抽出装置2から受信したキーワードを取得する。キーワード取得部321は、取得したキーワードを、キーワード候補として記憶部33に記憶させる。また、キーワード取得部321は、取得したキーワードをキーワード候補としてキーワード候補提示部322に出力する。
<Keyword Acquisition Unit 321>
The keyword acquisition unit 321 has a function of acquiring keywords. The keyword acquisition unit 321 acquires keywords received from the keyword extraction device 2 via the communication unit 31. The keyword acquisition unit 321 stores the acquired keywords as keyword candidates in the storage unit 33. The keyword acquisition unit 321 also outputs the acquired keywords to the keyword candidate presentation unit 322 as keyword candidates.

<キーワード候補提示部322>
キーワード候補提示部322は、キーワード候補を提示してキーワードを選択させる機能を有する。キーワード候補提示部322は、キーワード取得部321から入力された一又は複数のキーワード候補を、出力部326を介してユーザに提示する。キーワード取得部321は、キーワードが複数存在する場合、キーワード抽出装置2によるキーワード抽出時のキーワードの重要度、キーワードの出現頻度、キーワードの出現回数などにより、キーワードの重要度が高い順、キーワードの出現頻度が高い順、或いはキーワードの出現回数が多い順にキーワードごとの順位付けを行い、順位の高いキーワードから高い順に所定数のキーワードを提示する。所定数は、予め定められたキーワード数であってもよいし、キーワード候補として提示可能な数であってもよいし、キーワード候補すべてであってもよい。
<Keyword Candidate Presentation Unit 322>
The keyword candidate presentation unit 322 has a function of presenting keyword candidates and allowing the user to select a keyword. The keyword candidate presentation unit 322 presents one or more keyword candidates input from the keyword acquisition unit 321 to the user via the output unit 326. When there are multiple keywords, the keyword acquisition unit 321 ranks each keyword in order of importance, frequency, or frequency of appearance of the keyword according to the importance of the keyword at the time of keyword extraction by the keyword extraction device 2, the frequency of appearance of the keyword, the number of times the keyword appears, and the like, and presents a predetermined number of keywords in order from the highest to lowest ranking. The predetermined number may be a predetermined number of keywords, a number that can be presented as keyword candidates, or all keyword candidates.

キーワード候補提示部322は、キーワード候補の提示に基づいて、ユーザによるキーワードの選択操作を受け付ける。キーワード候補提示部322は、提示したキーワード候補に対してユーザが一または複数のキーワードを選択したことに基づいて、選択されたキーワード候補を選択キーワードとして第1文章生成部323に出力する。キーワード候補提示部322は、ユーザによって選択キーワードが変更されたことに基づいて、選択キーワードを第1文章生成部323に出力する。 The keyword candidate presentation unit 322 accepts a keyword selection operation by the user based on the presentation of keyword candidates. The keyword candidate presentation unit 322 outputs the selected keyword candidates to the first sentence generation unit 323 as selected keywords based on the user's selection of one or more keywords from the presented keyword candidates. The keyword candidate presentation unit 322 outputs the selected keywords to the first sentence generation unit 323 based on the user's change of the selected keywords.

なお、キーワード候補提示部322は、キーワード候補の他に、ユーザが入力した任意キーワードをキーワード候補として提示してもよい。
このようにすることで、任意キーワードを含むキーワード候補の中から選択キーワードを選択、変更可能であるため、従来のような発話(テキストデータ)内に出現する単語に限られず、ユーザの意図に沿った表現を用いることができる。そのため、効率的に議事録を生成することができる。
In addition to the keyword candidates, the keyword candidate presentation unit 322 may present any keyword input by the user as a keyword candidate.
In this way, it is possible to select and change selected keywords from keyword candidates including arbitrary keywords, so that expressions that align with the user's intention can be used, not limited to words that appear in utterances (text data) as in the past. Therefore, minutes can be generated efficiently.

<第1文章生成部323>
第1文章生成部323は、入力された選択キーワードに基づいて、選択キーワードを含む第1文章を生成する機能を有する。第1文章生成部323は、キーワード候補提示部322から入力された選択キーワードに基づいて、当該選択キーワードを含む第1文章を生成する。選択キーワードを含む第1文章は、選択キーワードのすべてを含む文章である。第1文章生成部323は、同じ選択キーワードを用いた異なる第1文章を複数種類生成する。第1文章生成部323は、生成した第1文章を、第1文章候補として第1文章候補提示部324に出力する。
<First Sentence Generation Unit 323>
The first sentence generation unit 323 has a function of generating a first sentence including a selected keyword based on the input selected keyword. The first sentence generation unit 323 generates a first sentence including the selected keyword based on the selected keyword input from the keyword candidate presentation unit 322. A first sentence including a selected keyword is a sentence including all of the selected keywords. The first sentence generation unit 323 generates multiple different first sentences using the same selected keyword. The first sentence generation unit 323 outputs the generated first sentence to the first sentence candidate presentation unit 324 as a first sentence candidate.

ここで、第1文章の生成は、生成型のTransformerモデルを用いて選択キーワードを含む第1文章を生成する。生成型のTransformerモデルは、例えば Generative Pretrained Transformer (GPT)である。GPTは、Transformerと呼ばれる深層学習を用いて文章を自動生成する自己回帰言語モデルである。GPTは、ある単語の次に続く単語を学習データでの出現確率分布に基づいて繰り返し予測することで第1文章を生成する。GPTは、キーワードを入力とし、出力を第1文章とする学習モデルを用いる。当該学習モデルは、ベースモデルと呼ばれる汎用型学習モデルおよび、ファインチューニングと呼ばれる専用学習モデル(カスタマイズモデルともいう)の一方または両方である。カスタマイズモデルは、顧客、業種、部署、分野、テーマなどに適した専用学習モデルである。 Here, the first sentence is generated by using a generative Transformer model to generate the first sentence including the selected keyword. The generative Transformer model is, for example, a Generative Pretrained Transformer (GPT). GPT is an autoregressive language model that automatically generates sentences using deep learning called a Transformer. GPT generates the first sentence by repeatedly predicting the word that follows a certain word based on the occurrence probability distribution in the training data. GPT uses a learning model that takes a keyword as input and the first sentence as output. The learning model is one or both of a general-purpose learning model called a base model and a dedicated learning model called fine tuning (also called a customized model). The customized model is a dedicated learning model suitable for a customer, industry, department, field, theme, etc.

このようにすることで、従来は入力とする音声認識によるテキストデータと、出力となる議事録とを組として、大量の組を用いて学習することが必要であったが、入力とするキーワードと、出力となる第1文章とを対として学習すればよいため、効率的に機械学習させることができる。また、大量の組を用いて学習する場合、機密情報を含む議事録などを用いることが困難であったが、キーワードと第1文章との対を学習すればよいため、専用学習モデルを用いて学習することができる。そのため、ユーザが所望する分野に適した第1文章を生成することができる。 In this way, whereas in the past it was necessary to train using a large number of pairs of input text data generated by speech recognition and output minutes, it is now possible to train using pairs of input keywords and output first sentences, allowing for efficient machine learning. Furthermore, when training using a large number of pairs, it was difficult to use minutes containing confidential information, but since it is only necessary to train pairs of keywords and first sentences, it is possible to train using a dedicated training model. As a result, it is possible to generate first sentences suitable for the field desired by the user.

<第1文章候補提示部324>
第1文章候補提示部324は、第1文章候補を提示し、その結果として第1文章の選択操作を受け付ける機能を有する。第1文章候補提示部324は、第1文章生成部323から入力された第1文章候補を、出力部326を介してユーザに提示する。第1文章候補提示部324は、第1文章候補の中からユーザが第1文章を選択したことに基づいて、選択された第1文章を第2文章生成部325に出力する。また、第1文章候補提示部324は、選択された第1文章を、当該第1文章に含まれるキーワードと対応付けて記憶部33に記憶させる。
<First Sentence Candidate Presentation Unit 324>
The first sentence candidate presentation unit 324 has a function of presenting the first sentence candidates and, as a result, accepting a selection operation of the first sentence. The first sentence candidate presentation unit 324 presents the first sentence candidates input from the first sentence generation unit 323 to the user via the output unit 326. The first sentence candidate presentation unit 324 outputs the selected first sentence to the second sentence generation unit 325 based on the user's selection of the first sentence from the first sentence candidates. In addition, the first sentence candidate presentation unit 324 stores the selected first sentence in the storage unit 33 in association with a keyword included in the first sentence.

<第2文章生成部325>
第2文章生成部325は、選択された第1文章によって、当該第1文章を含む第2文章を生成する機能を有する。第2文章は、所定分量のテキストデータごとに選択された第1文章を含み、第1文章群によって生成される文章である。第2文章生成部325は、第2文章を出力部326に出力する。
<Second Sentence Generation Unit 325>
The second sentence generation unit 325 has a function of generating a second sentence including the selected first sentence by the selected first sentence. The second sentence is a sentence that includes the first sentence selected for each predetermined amount of text data and is generated from a group of first sentences. The second sentence generation unit 325 outputs the second sentence to the output unit 326.

<出力部326>
出力部326は、キーワード候補提示部322、第1文章候補提示部324、第2文章生成部325から出力される各種情報を出力する機能を有する。出力部326は、表示装置を備え、当該表示装置にキーワード候補、第1文章候補、第2文章などを表示させる。
<Output unit 326>
The output unit 326 has a function of outputting various information output from the keyword candidate presentation unit 322, the first sentence candidate presentation unit 324, and the second sentence generation unit 325. The output unit 326 includes a display device, and causes the display device to display the keyword candidates, the first sentence candidates, the second sentences, etc.

<学習部327>
学習部327は、第1文章を生成するための学習モデルを学習する機能を有する。学習部327が用いる学習モデルは、ベースモデルおよびカスタマイズモデルによって、予め学習されているものとする。学習モデルは、キーワードを入力とし、出力として第1文章を得る学習モデルである。学習部327は、記憶部33に記憶されたキーワードと、当該キーワードを含む第1文章とを読み出して強化学習する。
<Learning Unit 327>
The learning unit 327 has a function of learning a learning model for generating a first sentence. The learning model used by the learning unit 327 is assumed to have been learned in advance using a base model and a customized model. The learning model is a learning model that receives a keyword as input and obtains a first sentence as output. The learning unit 327 reads out the keyword stored in the memory unit 33 and the first sentence containing the keyword, and performs reinforcement learning.

<ハードウェア構成>
次いで、情報処理装置3のハードウェア構成について説明する。なお、変換装置1、キーワード抽出装置2のハードウェア構成については、説明を省略するが、図5を用いて説明するブロック図と同様の構成を有する。
図5は、本発明の第1の実施形態に係る情報処理装置3のハードウェア構成の一例を示すブロック図である。
情報処理装置3は、CPU301と、記憶媒体インタフェース部302と、記憶媒体303と、入力装置304と、出力装置305と、ROM306(Read Only Memory)と、RAM307(Random Access Memory)と、補助記憶部308と、ネットワークインタフェース部309と、を備える。CPU301と、記憶媒体インタフェース部302と、入力装置304と、出力装置305と、ROM306と、RAM307と、補助記憶部308と、ネットワークインタフェース部309とは、バスを介して相互に接続される。
なお、ここで言うCPU301は、プロセッサ一般のことを示すものであって、狭義のいわゆるCPUと呼ばれるデバイスのことだけではなく、例えばGPUやDSP等も含む。また、ここで言うCPU301は、一つのプロセッサで実現されることに限られず、同じ、または異なる種類の複数のプロセッサを組み合わせることで実現されてもよい。
<Hardware Configuration>
Next, a description will be given of the hardware configuration of the information processing device 3. Note that, although a description of the hardware configurations of the conversion device 1 and the keyword extraction device 2 will be omitted, they have the same configuration as that shown in the block diagram of FIG.
FIG. 5 is a block diagram showing an example of a hardware configuration of the information processing device 3 according to the first embodiment of the present invention.
The information processing device 3 includes a CPU 301, a storage medium interface unit 302, a storage medium 303, an input device 304, an output device 305, a ROM 306 (Read Only Memory), a RAM 307 (Random Access Memory), an auxiliary storage unit 308, and a network interface unit 309. The CPU 301, the storage medium interface unit 302, the input device 304, the output device 305, the ROM 306, the RAM 307, the auxiliary storage unit 308, and the network interface unit 309 are connected to each other via a bus.
The CPU 301 referred to here refers to a processor in general, and includes not only a device called a CPU in the narrow sense, but also, for example, a GPU, a DSP, etc. The CPU 301 referred to here is not limited to being realized by one processor, and may be realized by combining multiple processors of the same or different types.

<CPU301>
CPU301は、補助記憶部308、ROM306およびRAM307が記憶するプログラムを読み出して実行し、また、補助記憶部308、ROM306およびRAM307が記憶する各種データを読み出し、補助記憶部308、RAM307に対して各種データを書き込むことにより、情報処理装置3を制御する。また、CPU301は、記憶媒体インタフェース部302を介して記憶媒体303が記憶する各種データを読み出し、また、記憶媒体303に各種データを書き込む。
<記憶媒体303>
記憶媒体303は、光磁気ディスク、フレキシブルディスク、フラッシュメモリなどの可搬記憶媒体であり、各種データを記憶する。
<CPU 301>
The CPU 301 controls the information processing device 3 by reading and executing programs stored in the auxiliary storage unit 308, ROM 306, and RAM 307, and by reading various data stored in the auxiliary storage unit 308, ROM 306, and RAM 307 and writing the various data to the auxiliary storage unit 308 and RAM 307. The CPU 301 also reads various data stored in the storage medium 303 via the storage medium interface unit 302, and writes the various data to the storage medium 303.
<Storage medium 303>
The storage medium 303 is a portable storage medium such as a magneto-optical disk, a flexible disk, or a flash memory, and stores various data.

<記憶媒体インタフェース部302>
記憶媒体インタフェース部302は、記憶媒体303の読み書きを行うインタフェースである。
<Storage medium interface unit 302>
The storage medium interface unit 302 is an interface for reading and writing data from and to the storage medium 303 .

<入力装置304>
入力装置304は、マウス、キーボード、タッチパネル、音量調整ボタン、電源ボタン、設定ボタン、赤外線受信部などの入力装置である。
<Input Device 304>
The input device 304 is an input device such as a mouse, a keyboard, a touch panel, a volume control button, a power button, a setting button, and an infrared receiver.

<出力装置305>
出力装置305は、表示部、スピーカなどの出力装置である。
<Output Device 305>
The output device 305 is an output device such as a display unit and a speaker.

<ROM306、RAM307>
ROM306、RAM307は、変換装置1の各機能部を動作させるためのプログラムや各種データを記憶する。
<ROM 306, RAM 307>
The ROM 306 and the RAM 307 store programs and various data for operating each functional unit of the conversion device 1 .

<補助記憶部308>
補助記憶部308は、ハードディスクドライブ、フラッシュメモリなどであり、情報処理装置3の各機能部を動作させるためのプログラム、各種データを記憶する。
<Auxiliary Storage Unit 308>
The auxiliary storage unit 308 is a hard disk drive, a flash memory, or the like, and stores programs for operating each functional unit of the information processing device 3 and various data.

<ネットワークインタフェース部309>
ネットワークインタフェース部309は、通信インタフェースを有し、無線通信によりネットワークNWに接続される。
<Network Interface Unit 309>
The network interface unit 309 has a communication interface and is connected to the network NW via wireless communication.

例えば、情報処理装置3の機能構成における制御部32は、CPU301に対応し、記憶部33は、ROM306、またはRAM307、または補助記憶部308、またはそれらの何れかの組み合わせに対応し、出力部326は、出力装置305に対応し、通信部31は、ネットワークインタフェース部309に対応する。 For example, in the functional configuration of the information processing device 3, the control unit 32 corresponds to the CPU 301, the memory unit 33 corresponds to the ROM 306, the RAM 307, the auxiliary memory unit 308, or any combination thereof, the output unit 326 corresponds to the output device 305, and the communication unit 31 corresponds to the network interface unit 309.

<フローチャート>
次いで、情報処理システムによる情報処理の一例について説明する。
図6は、本発明の第1の実施形態に係る情報処理システムにおける情報処理の一例を示すフローチャートである。
ステップS100において、変換装置1は、音声認識により音声データをテキストデータに変換する。変換装置1は、変換したテキストデータをキーワード抽出装置2に送信する。
ステップS102において、キーワード抽出装置2は、所定分量のテキストデータからキーワードを抽出する。キーワード抽出装置2は、抽出したキーワードを情報処理装置3に送信する。
<Flowchart>
Next, an example of information processing by the information processing system will be described.
FIG. 6 is a flowchart showing an example of information processing in the information processing system according to the first embodiment of the present invention.
In step S100, the conversion device 1 converts the voice data into text data by speech recognition. The conversion device 1 transmits the converted text data to the keyword extraction device 2.
In step S102, the keyword extractor 2 extracts keywords from a predetermined amount of text data. The keyword extractor 2 transmits the extracted keywords to the information processing device 3.

ステップS104において、情報処理装置3は、キーワード抽出装置2が抽出したキーワードをキーワード候補として取得する。
ステップS106において、情報処理装置3は、キーワード候補を、出力部326を介してユーザに提示する。
In step S104, the information processing device 3 acquires the keywords extracted by the keyword extracting device 2 as keyword candidates.
In step S106, the information processing device 3 presents the keyword candidates to the user via the output unit 326.

ステップS108において、情報処理装置3は、提示したキーワード候補の中からユーザ操作によるキーワードの選択を受け付ける。
ステップS110において、情報処理装置3は、ユーザによるキーワード選択操作が完了したか否かを判定する。キーワードの選択操作が完了している場合(ステップS110:YES)、情報処理装置3は、ステップS112の処理を実行する。一方、キーワードの選択操作が完了していない場合(ステップS110:NO)、情報処理装置3は、ステップS108の処理を実行する。ここで、選択操作が完了しているか否かは、ユーザ操作による操作信号が入力されなくなってから所定時間の経過によって判定してもよいし、キーワード選択以降の処理が実行されていることに基づいて判定されてもよい。
In step S108, the information processing device 3 accepts a keyword selected by a user operation from among the presented keyword candidates.
In step S110, the information processing device 3 determines whether or not the keyword selection operation by the user is completed. If the keyword selection operation is completed (step S110: YES), the information processing device 3 executes the process of step S112. On the other hand, if the keyword selection operation is not completed (step S110: NO), the information processing device 3 executes the process of step S108. Here, whether or not the selection operation is completed may be determined based on the passage of a predetermined time after the operation signal by the user operation is no longer input, or may be determined based on the fact that the processing after the keyword selection is being executed.

ステップS112において、情報処理装置3は、選択された選択キーワードのすべてを含む第1文章を、複数種類生成する。
ステップS114において、情報処理装置3は、生成した複数種類の第1文章を第1文章候補として、出力部326を介してユーザに提示する。
ステップS116において、情報処理装置3は、第1文章候補の中からユーザに選択された第1文章によって第2文章を生成する。そして、キーワード抽出装置2はステップS102からの処理を繰り返すことで次の所定分量のテキストデータに対するキーワード候補を抽出し、続けて情報処理装置3は、次の所定分量のテキストデータに対するキーワード候補に対してステップS104からステップS116までの処理を繰り返し実行する。情報処理装置3は、テキストデータに対する最後の第1文章を含む第2文章を生成すると図6に係る処理を終了する。
In step S112, the information processing device 3 generates a plurality of types of first sentences including all of the selected keywords.
In step S114, the information processing device 3 presents the generated multiple types of first sentences as first sentence candidates to the user via the output unit 326.
In step S116, the information processing device 3 generates a second sentence from the first sentence selected by the user from the first sentence candidates. The keyword extraction device 2 repeats the process from step S102 to extract keyword candidates for the next predetermined amount of text data, and the information processing device 3 then repeatedly executes the process from step S104 to step S116 for the keyword candidates for the next predetermined amount of text data. When the information processing device 3 generates a second sentence including the last first sentence for the text data, it ends the process related to FIG. 6.

なお、ステップS108において、情報処理装置3は、提示したキーワード候補の中からユーザ操作によるキーワードの選択に加えて、または代えて、ユーザ操作により任意キーワードを入力させ、当該任意キーワードを選択キーワードとして用いてもよい。 In addition, in step S108, the information processing device 3 may allow the user to input an arbitrary keyword through a user operation, in addition to or instead of selecting a keyword from the presented keyword candidates through a user operation, and may use the arbitrary keyword as the selected keyword.

<表示画面例>
次いで、表示画面例について説明する。
図7は、本発明の第1の実施形態に係る情報処理装置の出力部に表示される表示画面例である。
図示する表示画面例は、第1画面G1と第2画面G2との2画面による表示画面例である。図示する例は、所定分量のテキストデータから抽出されたキーワードを用いて第1文章を生成し、選択された第1文章によって第2文章の部分Bを生成している場合の一例である。
第1画面G1には、キーワード候補を表す見出し語KWC「キーワード候補」と表示される。
キーワード候補のそれぞれは、表示ウインドウw1に表示される。一例として、キーワードKW1「機械学習」、キーワードKW2「逼迫」がキーワード候補として表示される。
<Display screen example>
Next, examples of display screens will be described.
FIG. 7 is an example of a display screen displayed on the output unit of the information processing apparatus according to the first embodiment of the present invention.
The illustrated display screen example is a two-screen display example consisting of a first screen G1 and a second screen G2. The illustrated example is an example of a case where a first sentence is generated using keywords extracted from a predetermined amount of text data, and a portion B of the second sentence is generated by the selected first sentence.
The first screen G1 displays the heading word KWC "Keyword candidate" which indicates a keyword candidate.
Each of the keyword candidates is displayed in a display window w1. As an example, a keyword KW1 "machine learning" and a keyword KW2 "constraint" are displayed as keyword candidates.

ここで、キーワード候補を増加させる場合、チェックボックスCB「キーワードを増やす」に対して「レ」をマークすることにより、表示ウインドウw1に表示されるキーワード候補を増加させることが可能である。図示する例では、チェックボックスCBに対する「レ」をマークしたことに基づいて、表示ウインドウw1にキーワードKW3「データ収集」がキーワード候補として追加表示された場合の一例を示している。 To increase the number of keyword candidates, the keyword candidates displayed in the display window w1 can be increased by checking the check box CB "Increase keywords." The example shown in the figure shows an example of a case where the keyword KW3 "Data collection" is additionally displayed as a keyword candidate in the display window w1 based on checking the check box CB.

また、第1画面G1には、キーワード候補の中から選択されたキーワードを表す見出し語KWS「選択キーワード」が表示される。選択キーワードは、表示ウインドウw2に表示される。例えば、キーワード候補の中からキーワードを選択するには、表示ウインドウw1に表示された各キーワードを、表示ウインドウw2にドラッグ&ドロップさせる。表示ウインドウw2に移動されたキーワードが選択されたキーワードであることを表す。
図示する例では、キーワードKW1「機械学習」、キーワードKW2「逼迫」が選択キーワードとして選択された場合を示す。
The first screen G1 also displays the entry word KWS "selected keyword", which indicates a keyword selected from the keyword candidates. The selected keyword is displayed in a display window w2. For example, to select a keyword from the keyword candidates, each keyword displayed in the display window w1 is dragged and dropped into the display window w2. The keyword moved to the display window w2 indicates that it is the selected keyword.
In the illustrated example, the keyword KW1 "machine learning" and the keyword KW2 "constraint" are selected as the selected keywords.

また、第1画面G1には、第1文章候補を表す見出し語SNC「第1文章候補」と表示される。第1文章候補のそれぞれは、アイテムSN1,SN2、SN3として表示される。
アイテムSN1には、第1文章候補として、「候補A」「機械学習を活用したPoCを実施。懸念事項として、データ収集の対応工数が逼迫しており・・・・」と、選択キーワードに基づいて生成された第1文章が表示される。
アイテムSN2には、第1文章候補として、「候補B」「社員の業務が逼迫しているため、機械学習を活用したアプリケーションを導入することで効率化を・・・」と、選択キーワードに基づいて生成された別の第1文章が表示される。
ここで、「候補A」「候補B」とは、上述したように同じキーワードによって生成される異なる第1文章である。
Further, the first screen G1 displays the entry word SNC "first sentence candidate" representing the first sentence candidate. The first sentence candidates are displayed as items SN1, SN2, and SN3, respectively.
In item SN1, the first sentence candidates are displayed as follows: "Candidate A,""PoC using machine learning is being implemented. One concern is that the man-hours required for data collection are running short..." The first sentences generated based on the selected keywords are displayed.
Item SN2 displays another first sentence generated based on the selected keywords as a first sentence candidate, such as "Candidate B" and "Employee workload is tight, so we will improve efficiency by introducing an application that utilizes machine learning...".
Here, "candidate A" and "candidate B" are different first sentences generated by the same keyword as described above.

第2画面G2には、選択された第1文章を表す見出し語SNS「選択第1文章」と表示される。
第1文章候補の中から第1文章を選択するには、第1文章候補のそれぞれを表すアイテムSN1,SN2、SN3などを領域SNにドラッグ&ドロップさせる。
一例として、領域SNには、選択された第1文章として「候補A」「機械学習を活用したPoCを実施。懸念事項として、データ収集の対応工数が逼迫しており・・・・」が表示される。
The second screen G2 displays the entry word SNS "Selected First Sentence" representing the selected first sentence.
To select a first sentence from among the first sentence candidates, items SN1, SN2, SN3, etc., representing the first sentence candidates respectively, are dragged and dropped into area SN.
As an example, in area SN, the following is displayed as the selected first sentence: "Candidate A""PoC using machine learning is being implemented. One concern is that the man-hours required for data collection are running short..."

また、第2画面G2には、第2文章を表す見出し語SND「第2文章」と表示される。
それぞれの第1文章によって生成される第2文章は、表示ウインドウw3に表示される。
図示する例では、選択された第1文章が表示ウインドウw3における部分B「機械学習を活用したPoCを実施。懸念事項として、データ収集の対応工数が逼迫しており・・・・」SS2に表示される。
Further, the second screen G2 displays the entry word SND "Second Sentence" representing the second sentence.
The second sentences generated by the respective first sentences are displayed in a display window w3.
In the illustrated example, the selected first sentence is displayed in part B SS2 in the display window w3, "PoC utilizing machine learning is being implemented. One concern is that the man-hours required for data collection are running short..."

なお、部分A「・・・・」SS1には、テキストデータのうち、部分Bのキーワードに対応するテキストデータよりも前の部分の所定分量のテキストデータによって生成された第1文章が表示される。また、部分Cには、テキストデータのうちの次の部分の所定分量のテキストデータから抽出されるキーワードに基づく第1文章が表示される。
ここで、第2文章は、例えば、部分A、部分B、部分Cの各部分の第1文章の順番を入れ替えることが可能である。例えば、部分C、部分B、部分Aの順番に変更するなど、第2文章の編集が可能である。
In addition, in portion A "..." SS1, a first sentence is displayed that is generated from a predetermined amount of text data in a portion of the text data preceding the text data corresponding to the keyword in portion B. In addition, in portion C, a first sentence is displayed that is based on a keyword extracted from a predetermined amount of text data in the next portion of the text data.
Here, in the second sentence, it is possible to change the order of the first sentence, for example, part A, part B, and part C. For example, it is possible to edit the second sentence, for example, by changing the order to part C, part B, and part A.

なお、ユーザ操作により任意キーワードを入力させ、当該任意キーワードを選択キーワードとして用いてもよい。この場合、情報処理装置3は、例えば、表示ウインドウw2に、キーワードKW1「機械学習」、キーワードKW2「逼迫」、に加えて、ユーザによって入力された任意キーワードを選択キーワードとして表示させ、任意キーワードを含むすべての選択キーワードを含む第1の文章を生成すればよい。 Note that an arbitrary keyword may be input by a user operation, and the arbitrary keyword may be used as a selected keyword. In this case, the information processing device 3 may display, for example, in the display window w2, the arbitrary keyword input by the user as a selected keyword in addition to the keyword KW1 "machine learning" and the keyword KW2 "pressure", and generate a first sentence that includes all selected keywords including the arbitrary keyword.

このように、本実施形態に係る情報処理装置3は、音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得部321と、キーワードを含む第1文章を生成する第1文章生成部323と、を備える。 In this way, the information processing device 3 according to this embodiment includes a keyword acquisition unit 321 that acquires keywords extracted from text data by voice recognition of voice data, and a first sentence generation unit 323 that generates a first sentence including the keywords.

これにより、音声認識により生成されたテキストデータ抽出したキーワードを用いて、機械学習によって文章を生成することができるため、効率的に議事録を生成することができる。 This allows machine learning to generate sentences using keywords extracted from the text data generated by voice recognition, making it possible to generate minutes efficiently.

また、情報処理装置3は、生成した第1文章の候補を複数提示する第1文章候補提示部324と、ユーザによる第1文章の選択結果に基づいて、第1文章を含む第2文章を生成する第2文章生成部325と、をさらに備える。 The information processing device 3 further includes a first sentence candidate presentation unit 324 that presents multiple candidates for the generated first sentence, and a second sentence generation unit 325 that generates a second sentence including the first sentence based on the result of the user's selection of the first sentence.

同じキーワードから生成される複数種類の第1文章の中からユーザが意図する文章を選択することができるため、効率的に第2文章を生成することができる。そのため、効率的に議事録を生成することができる。 The user can select the intended sentence from multiple types of first sentences generated from the same keyword, so the second sentence can be generated efficiently. As a result, minutes can be generated efficiently.

また、情報処理装置3は、生成した第2文章をユーザが編集可能に出力する出力部326をさらに備える。 The information processing device 3 further includes an output unit 326 that outputs the generated second sentence so that it can be edited by the user.

これにより、ユーザの利便性を向上させることができる。また、第2文章の品質を向上させることができる。 This improves user convenience and the quality of the second sentence.

また、情報処理装置3は、テキストデータから抽出された一又は複数のキーワードを提示するキーワード候補提示部322、をさらに備え、第1文章生成部323は、ユーザが選択した一又は複数のキーワードのすべてを含む第1文章を一または複数生成する。 The information processing device 3 further includes a keyword candidate presentation unit 322 that presents one or more keywords extracted from the text data, and a first sentence generation unit 323 that generates one or more first sentences that include all of the one or more keywords selected by the user.

このようにすることで、ユーザが意図するキーワードを用いた第1文章を生成することができるため、効率的に第2文章を生成することができる。また、テキストデータから抽出されるキーワードが口語体であっても、文語体のキーワードに変更することも可能であるため、効率的に第2文章を生成することができる。また、ユーザの利便性を向上させることができる。 In this way, a first sentence can be generated using keywords intended by the user, and therefore a second sentence can be generated efficiently. Furthermore, even if keywords extracted from text data are in colloquial language, they can be changed to keywords in formal language, and therefore a second sentence can be generated efficiently. Furthermore, user convenience can be improved.

また、第1文章生成部323は、取得した前記一又は複数のキーワードを入力として、少なくとも汎用モデルとカスタマイズモデルとのいずれかに基づく学習モデルによる機械学習により、第1文章を生成する。 The first sentence generation unit 323 also uses the acquired one or more keywords as input to generate a first sentence through machine learning using a learning model based on at least one of a generic model and a customized model.

これにより、キーワードと、キーワードを含む文章との組のみを学習すればよいため、学習効率を向上させることができる。 This improves learning efficiency because it is necessary to learn only pairs of keywords and sentences that contain those keywords.

また、キーワード取得部321は、所定分量ごとのテキストデータからキーワードを取得し、第1文章生成部323は、所定分量のテキストデータごとのキーワードを含む第1文章を生成する。
これにより、情報処理システムは、所定分量の区切りのテキストデータの範囲に対応するキーワードを取得して第1文章を生成することができるため、ユーザの意図する第1文章を生成することができる。また、ユーザが意図する第1文章の生成精度を向上させることができる。
Furthermore, the keyword acquiring unit 321 acquires keywords from each predetermined amount of text data, and the first sentence generating unit 323 generates a first sentence including the keywords for each predetermined amount of text data.
This allows the information processing system to generate the first sentence by acquiring keywords corresponding to a range of text data of a predetermined amount, thereby enabling the generation of the first sentence as intended by the user. Also, the generation accuracy of the first sentence as intended by the user can be improved.

以上、図面を参照してこの発明の実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、この発明の要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。 The above describes in detail the embodiments of the present invention with reference to the drawings, but the specific configuration is not limited to the above, and various design changes can be made without departing from the spirit of the present invention.

例えば、上述した実施形態では、変換装置1、キーワード抽出装置2、情報処理装置3のようにそれぞれの装置によって構成される一例について説明したが、これらの装置の一部またはすべてを組み合わせた装置によって本発明の一態様を実現してもよい。 For example, in the above embodiment, an example was described in which the conversion device 1, the keyword extraction device 2, and the information processing device 3 are configured as individual devices, but one aspect of the present invention may be realized by a device that combines some or all of these devices.

なお、本発明の一態様における変換装置1、キーワード抽出装置2、情報処理装置3で動作するプログラムは、本発明の一態様に関わる上記の各実施形態や変形例で示した機能を実現するように、1つ、または複数の、CPU(Central Processing Unit)等のプロセッサを制御するプログラム(コンピュータを機能させるプログラム)であっても良い。そして、これらの各装置で取り扱われる情報は、その処理時に一時的にRAM(Random Access Memory)に蓄積され、その後、フラッシュメモリやHDD(Hard Disk Drive)等の各種ストレージに格納され、必要に応じてCPU等によって読み出し、修正・書き込みが行われても良い。 The programs that run on the conversion device 1, keyword extraction device 2, and information processing device 3 in one aspect of the present invention may be programs that control one or more processors such as a CPU (Central Processing Unit) (programs that cause a computer to function) so as to realize the functions shown in the above-mentioned embodiments and modified examples related to one aspect of the present invention. Information handled by each of these devices may be temporarily stored in a RAM (Random Access Memory) during processing, and then stored in various storage devices such as a flash memory or HDD (Hard Disk Drive), and may be read, modified, and written by the CPU, etc. as necessary.

なお、上述した各実施形態や変形例における変換装置1、キーワード抽出装置2、情報処理装置3の一部又は全部を1つ、または複数のプロセッサを備えたコンピュータで実現するようにしても良い。その場合、この制御機能を実現するためのプログラムをコンピュータが読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現しても良い。 In addition, part or all of the conversion device 1, keyword extraction device 2, and information processing device 3 in each of the above-mentioned embodiments and variations may be realized by a computer having one or more processors. In that case, the control function may be realized by recording a program for realizing the control function on a computer-readable recording medium, and reading and executing the program recorded on the recording medium into a computer system.

なお、ここでいう「コンピュータシステム」とは、変換装置1、キーワード抽出装置2、情報処理装置3に内蔵されたコンピュータシステムであって、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。 The "computer system" referred to here is the computer system built into the conversion device 1, keyword extraction device 2, and information processing device 3, and includes hardware such as the OS and peripheral devices. Also, the "computer-readable recording medium" refers to portable media such as flexible disks, optical magnetic disks, ROMs, and CD-ROMs, and storage devices such as hard disks built into the computer system.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでも良い。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。 Furthermore, "computer-readable recording medium" may also include something that dynamically holds a program for a short period of time, such as a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line, or something that holds a program for a certain period of time, such as volatile memory inside a computer system that serves as a server or client in such a case. The above program may also be one that realizes part of the functions described above, or one that can realize the functions described above in combination with a program already recorded in the computer system.

また、上述した各実施形態や変形例における変換装置1、キーワード抽出装置2、情報処理装置3の一部、又は全部を典型的には集積回路であるLSIとして実現してもよいし、チップセットとして実現してもよい。また、上述した各実施形態や変形例における換装置1、キーワード抽出装置2、情報処理装置3の各機能ブロックは個別にチップ化してもよいし、一部、又は全部を集積してチップ化してもよい。また、集積回路化の手法は、LSIに限らず専用回路、および/または汎用プロセッサで実現しても良い。また、半導体技術の進歩によりLSIに代替する集積回路化の技術が出現した場合、当該技術による集積回路を用いることも可能である。 In addition, the conversion device 1, keyword extraction device 2, and information processing device 3 in each of the above-mentioned embodiments and modifications may be realized in part or in whole as an LSI, which is typically an integrated circuit, or as a chip set. In addition, each functional block of the conversion device 1, keyword extraction device 2, and information processing device 3 in each of the above-mentioned embodiments and modifications may be individually formed into a chip, or may be integrated in part or in whole into a chip. The integrated circuit method is not limited to LSI, and may be realized by a dedicated circuit and/or a general-purpose processor. In addition, if an integrated circuit technology that can replace LSI appears due to advances in semiconductor technology, it is also possible to use an integrated circuit based on that technology.

以上、この発明の一態様として各実施形態や変形例に関して図面を参照して詳述してきたが、具体的な構成は各実施形態や変形例に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。また、本発明の一態様は、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。また、上記各実施形態や変形例に記載された要素であり、同様の効果を奏する要素同士を置換した構成も含まれる。 Although the above describes in detail each embodiment and modification as one aspect of this invention with reference to the drawings, the specific configuration is not limited to each embodiment and modification, and also includes design changes within the scope of the gist of this invention. Furthermore, various modifications of one aspect of the present invention are possible within the scope of the claims, and embodiments obtained by appropriately combining the technical means disclosed in different embodiments are also included in the technical scope of the present invention. Also included are configurations in which elements described in the above embodiments and modifications are substituted with elements that have the same effect.

1 変換装置
11 通信部
12 制御部
121 音声データ取得部
122 音声認識部
123 テキストデータ出力部
13 記憶部
2 キーワード抽出装置
21 通信部
22 制御部
221 テキストデータ取得部
222 設定情報取得部
223 テキスト抽出部
224 キーワード抽出部
225 キーワード出力部
23 記憶部
3 情報処理装置
31 通信部
32 制御部
321 キーワード取得部
322 キーワード候補提示部
323 第1文章生成部
324 第1文章候補提示部
325 第2文章生成部
326 出力部
327 学習部
33 記憶部
301 CPU
302 記憶媒体インタフェース部
303 記憶媒体
304 入力装置
305 出力装置
306 ROM
307 RAM
308 補助記憶部
309 ネットワークインタフェース部
REFERENCE SIGNS LIST 1 Conversion device 11 Communication unit 12 Control unit 121 Voice data acquisition unit 122 Voice recognition unit 123 Text data output unit 13 Memory unit 2 Keyword extraction device 21 Communication unit 22 Control unit 221 Text data acquisition unit 222 Setting information acquisition unit 223 Text extraction unit 224 Keyword extraction unit 225 Keyword output unit 23 Memory unit 3 Information processing device 31 Communication unit 32 Control unit 321 Keyword acquisition unit 322 Keyword candidate presentation unit 323 First sentence generation unit 324 First sentence candidate presentation unit 325 Second sentence generation unit 326 Output unit 327 Learning unit 33 Memory unit 301 CPU
302 storage medium interface unit 303 storage medium 304 input device 305 output device 306 ROM
307 RAM
308 Auxiliary storage unit 309 Network interface unit

Claims (6)

音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得部と、
前記キーワードを含む複数の第1文章を生成する第1文章生成部と、
前記生成した複数の第1文章の候補をそれぞれ提示する第1文章候補提示部と、
ユーザによる前記第1文章の選択結果に基づいて、前記第1文章を含む第2文章を生成する第2文章生成部と、
を備え、
前記第1文章生成部は、取得した一又は複数のキーワードを入力として、少なくともベースモデルとカスタマイズモデルとのいずれかに基づく学習モデルによる機械学習により、複数の前記第1文章を生成する、
報処理システム。
a keyword acquiring unit that acquires keywords extracted from text data by speech recognition of the voice data;
a first sentence generating unit that generates a plurality of first sentences including the keyword;
a first sentence candidate presentation unit that presents each of the generated first sentence candidates;
a second sentence generating unit that generates a second sentence including the first sentence based on a selection result of the first sentence by a user;
Equipped with
The first sentence generation unit generates the first sentences by machine learning using a learning model based on at least one of a base model and a customized model, using the acquired one or more keywords as an input.
Information processing system.
前記生成した第2文章を前記ユーザが編集可能に出力する出力部をさらに備える、
請求項に記載の情報処理システム。
An output unit that outputs the generated second sentence in a manner that the user can edit the second sentence is further provided.
The information processing system according to claim 1 .
前記テキストデータから抽出された一又は複数のキーワードを提示するキーワード候補提示部、
をさらに備え、
前記第1文章生成部は、ユーザが選択した一又は複数のキーワードのすべてを含む複数の前記第1文章を生成する、
請求項1に記載の情報処理システム。
a keyword candidate presentation unit that presents one or more keywords extracted from the text data;
Further equipped with
The first sentence generation unit generates a plurality of the first sentences including all of the one or more keywords selected by the user.
The information processing system according to claim 1 .
前記キーワード取得部は、所定分量のテキストデータごとに前記キーワードを取得し、
前記第1文章生成部は、前記所定分量のテキストデータごとの前記キーワードを含む複数の前記第1文章を生成する、
請求項1に記載の情報処理システム。
the keyword acquisition unit acquires the keyword for each predetermined amount of text data;
the first sentence generation unit generates a plurality of the first sentences including the keyword for each of the predetermined amount of text data.
The information processing system according to claim 1 .
情報処理装置のコンピュータが、
音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得過程と、
前記キーワードを含む複数の第1文章を生成する第1文章生成過程と、
前記生成した複数の第1文章の候補をそれぞれ提示する第1文章候補提示過程と、
ユーザによる前記第1文章の選択結果に基づいて、前記第1文章を含む第2文章を生成する第2文章生成過程と、
を有し、
前記第1文章生成過程において、取得した一又は複数のキーワードを入力として、少なくともベースモデルとカスタマイズモデルとのいずれかに基づく学習モデルによる機械学習により、複数の前記第1文章を生成する、
情報処理方法。
The computer of the information processing device
a keyword acquisition step of acquiring keywords extracted from text data by speech recognition of the voice data;
a first sentence generating step of generating a plurality of first sentences including the keyword;
a first sentence candidate presenting step of presenting each of the generated first sentence candidates;
a second sentence generating step of generating a second sentence including the first sentence based on a selection result of the first sentence by a user;
having
In the first sentence generation step, the acquired one or more keywords are used as an input to generate a plurality of the first sentences by machine learning using a learning model based on at least one of a base model and a customized model.
Information processing methods.
情報処理装置のコンピュータに、
音声データに対する音声認識によるテキストデータから抽出されたキーワードを取得するキーワード取得ステップと、
前記キーワードを含む複数の第1文章を生成する第1文章生成ステップと、
前記生成した複数の第1文章の候補をそれぞれ提示する第1文章候補提示ステップと、
ユーザによる前記第1文章の選択結果に基づいて、前記第1文章を含む第2文章を生成する第2文章生成ステップと、
を実行させ、
前記第1文章生成ステップにおいて、取得した一又は複数のキーワードを入力として、少なくともベースモデルとカスタマイズモデルとのいずれかに基づく学習モデルによる機械学習により、複数の前記第1文章を生成する、
プログラム。
The computer of the information processing device
a keyword acquisition step of acquiring keywords extracted from text data by speech recognition of the speech data;
a first sentence generating step of generating a plurality of first sentences including the keyword;
a first sentence candidate presenting step of presenting each of the generated first sentence candidates;
a second sentence generating step of generating a second sentence including the first sentence based on a selection result of the first sentence by a user;
Run the command,
In the first sentence generating step, the acquired one or more keywords are used as an input to generate the first sentences by machine learning using a learning model based on at least one of a base model and a customized model.
program.
JP2022139175A 2022-09-01 2022-09-01 Information processing system, information processing method, and program Active JP7474295B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022139175A JP7474295B2 (en) 2022-09-01 2022-09-01 Information processing system, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022139175A JP7474295B2 (en) 2022-09-01 2022-09-01 Information processing system, information processing method, and program

Publications (2)

Publication Number Publication Date
JP2024034722A JP2024034722A (en) 2024-03-13
JP7474295B2 true JP7474295B2 (en) 2024-04-24

Family

ID=90193603

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022139175A Active JP7474295B2 (en) 2022-09-01 2022-09-01 Information processing system, information processing method, and program

Country Status (1)

Country Link
JP (1) JP7474295B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019204445A (en) 2018-05-25 2019-11-28 シャープ株式会社 Information processing apparatus, information processing method, and program
JP2020035019A (en) 2018-08-27 2020-03-05 大日本印刷株式会社 Information processing device, information processing method, and program
JP2020071675A (en) 2018-10-31 2020-05-07 株式会社eVOICE Speech summary generation apparatus, speech summary generation method, and program
JP2021047817A (en) 2019-09-20 2021-03-25 富士ゼロックス株式会社 Output device and output program
JP2021179673A (en) 2020-05-11 2021-11-18 株式会社日立製作所 Sentence generation device, sentence generation method and sentence generation program
JP2022055305A (en) 2020-09-27 2022-04-07 株式会社Nttドコモ Text processing method for generating text summarization, apparatus, device, and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019204445A (en) 2018-05-25 2019-11-28 シャープ株式会社 Information processing apparatus, information processing method, and program
JP2020035019A (en) 2018-08-27 2020-03-05 大日本印刷株式会社 Information processing device, information processing method, and program
JP2020071675A (en) 2018-10-31 2020-05-07 株式会社eVOICE Speech summary generation apparatus, speech summary generation method, and program
JP2021047817A (en) 2019-09-20 2021-03-25 富士ゼロックス株式会社 Output device and output program
JP2021179673A (en) 2020-05-11 2021-11-18 株式会社日立製作所 Sentence generation device, sentence generation method and sentence generation program
JP2022055305A (en) 2020-09-27 2022-04-07 株式会社Nttドコモ Text processing method for generating text summarization, apparatus, device, and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
gagan3012/keytotext,GitHub,2021年10月05日,[2023年11月7日検索],インターネット<URL:https://github.com/gagan3012/keytotext/tree/deepsource-fix-9d924e52>

Also Published As

Publication number Publication date
JP2024034722A (en) 2024-03-13

Similar Documents

Publication Publication Date Title
US8996384B2 (en) Transforming components of a web page to voice prompts
US9280967B2 (en) Apparatus and method for estimating utterance style of each sentence in documents, and non-transitory computer readable medium thereof
JP4463256B2 (en) System and method for providing automatically completed recommended words that link multiple languages
JP4861375B2 (en) Document processing apparatus, document processing program, and recording medium
US7742924B2 (en) System and method for updating information for various dialog modalities in a dialog scenario according to a semantic context
KR20090058409A (en) Method and system for providing and using editable personal dictionary
CN110211562B (en) Voice synthesis method, electronic equipment and readable storage medium
KR20200084260A (en) Electronic apparatus and controlling method thereof
JP7343566B2 (en) Data generation method, computer device, and computer program using language models
JP2020135135A (en) Dialog content creation assisting method and system
JP2009140466A (en) Method and system for providing conversation dictionary services based on user created dialog data
JPH07222248A (en) System for utilizing speech information for portable information terminal
CN103098124A (en) Method and system for text to speech conversion
JPWO2008108061A1 (en) Language processing system, language processing method, language processing program, and recording medium
JP7474295B2 (en) Information processing system, information processing method, and program
JP7211011B2 (en) LEARNING METHOD, LEARNING PROGRAM AND GENERATION METHOD
JP2012141772A (en) Topic creation support device, topic creation support method, and topic creation support program
JP7474296B2 (en) Information processing system, information processing method, and program
KR102492008B1 (en) Apparatus for managing minutes and method thereof
JP7135730B2 (en) Summary generation method and summary generation program
JP2014191484A (en) Sentence end expression conversion device, method and program
JP5382965B2 (en) Application document information creation apparatus, application document information creation method, and program
JP5289261B2 (en) Text conversion device, method and program
WO2021205832A1 (en) Information processing device, information processing system, and information processing method, and program
WO2023047623A1 (en) Information processing device, information processing method, and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220901

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231114

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231226

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240412