JP2022165786A - Information processor, information processing method and information processing program - Google Patents

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

Info

Publication number
JP2022165786A
JP2022165786A JP2021071288A JP2021071288A JP2022165786A JP 2022165786 A JP2022165786 A JP 2022165786A JP 2021071288 A JP2021071288 A JP 2021071288A JP 2021071288 A JP2021071288 A JP 2021071288A JP 2022165786 A JP2022165786 A JP 2022165786A
Authority
JP
Japan
Prior art keywords
data
information processing
constraint
processing apparatus
summary data
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
JP2021071288A
Other languages
Japanese (ja)
Other versions
JP7317887B2 (en
Inventor
知秀 柴田
Tomohide Shibata
隼人 小林
Hayato Kobayashi
拓明 田口
Hiroaki Taguchi
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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan 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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2021071288A priority Critical patent/JP7317887B2/en
Publication of JP2022165786A publication Critical patent/JP2022165786A/en
Application granted granted Critical
Publication of JP7317887B2 publication Critical patent/JP7317887B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

To provide an information processor, an information processing method and an information processing program which can generate an appropriate summary.SOLUTION: An information processor includes a generation part, and an update part. The generation part generates candidate data of summary data which is generated based on original data and is restricted according to a predetermined restriction condition accepted from a client user. The update part updates the restriction condition based on the candidate data generated by the generation part. The generation part generates fixed data of the summary data using the restriction condition updated by the update part.SELECTED DRAWING: Figure 2

Description

特許法第30条第2項適用申請有り 公開日 令和3年4月12日 言語処理学会第27回年次大会(NLP2021)プログラム https://www.anlp.jp/proceedings/annual_meeting/2021/ 公開日 令和3年4月12日 投稿論文 https://www.anlp.jp/proceedings/annual_meeting/2021/pdf_dir/B7-3.pdfApplication for application of Article 30, Paragraph 2 of the Patent Law Published Date April 12, 2021 Program of the 27th Annual Conference of the Association for Natural Language Processing (NLP2021) https://www. anlp. jp/proceedings/annual_meeting/2021/ Publication date April 12, 2021 Submitted paper https://www. anlp. jp/proceedings/annual_meeting/2021/pdf_dir/B7-3. pdf

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

近年、例えば、ニュース記事を配信するサービス等において、ニュース記事の要点を押さえた短い見出し等の要約を自動で作成する技術が提案されている。 2. Description of the Related Art In recent years, for example, in services for distributing news articles, there has been proposed a technique for automatically creating a summary such as a short headline that captures the main points of a news article.

特開2021-033995号公報JP 2021-033995 A

しかしながら、従来技術では、適切な要約を生成する点で更なる改善の余地があった。例えば、ニュース記事の見出しを作成する場合、同じニュース記事であっても編集者によって求める見出しが異なる場合があり、編集者によって自動作成された見出しが適切ではないと感じるおそれがあった。 However, the prior art leaves room for further improvement in generating appropriate summaries. For example, when creating a headline for a news article, different editors may require different headlines for the same news article, and there is a risk that the headline automatically created by the editor may not be appropriate.

本願は、上記に鑑みてなされたものであって、適切な要約を生成することができる情報処理装置、情報処理方法および情報処理プログラムを提供することを目的とする。 The present application has been made in view of the above, and aims to provide an information processing apparatus, an information processing method, and an information processing program capable of generating an appropriate summary.

本願に係る情報処理装置は、生成部と、更新部とを備える。前記生成部は、元データに基づいて生成される要約データであって、クライアントユーザから受け付けた所定の制約条件に従って制約された前記要約データの候補データを生成する。前記更新部は、前記生成部によって生成された前記候補データに基づいて前記制約条件を更新する。前記生成部は、前記更新部によって更新された前記制約条件を用いて前記要約データの確定データを生成する。 An information processing apparatus according to the present application includes a generation unit and an update unit. The generation unit generates candidate data of the summary data, which is summary data generated based on the original data and is restricted according to a predetermined constraint condition received from the client user. The updating unit updates the constraint based on the candidate data generated by the generating unit. The generation unit generates definitive data of the summary data using the constraint conditions updated by the update unit.

実施形態の一態様によれば、適切な要約を生成することができるという効果を奏する。 According to one aspect of the embodiment, there is an effect that an appropriate summary can be generated.

図1は、実施形態に係る情報処理の一例を示す図である。FIG. 1 is a diagram illustrating an example of information processing according to an embodiment. 図2は、実施形態に係る情報処理システムの一例を示す図である。FIG. 2 is a diagram illustrating an example of an information processing system according to the embodiment; 図3は、実施形態に係る元データDBの一例を示す図である。FIG. 3 is a diagram illustrating an example of an original data DB according to the embodiment; 図4は、実施形態に係る制約条件DBの一例を示す図である。FIG. 4 is a diagram illustrating an example of a constraint DB according to the embodiment; 図5は、実施形態に係るモデルDBの一例を示す図である。FIG. 5 is a diagram illustrating an example of a model DB according to the embodiment; 図6は、クライアント端末の表示部に表示される表示画面の一例を示す図である。FIG. 6 is a diagram showing an example of a display screen displayed on the display unit of the client terminal. 図7は、実施形態に係る情報処理装置によって実行される処理の一例を示すフローチャートである。FIG. 7 is a flowchart illustrating an example of processing executed by the information processing apparatus according to the embodiment; 図8は、ハードウェア構成の一例を示す図である。FIG. 8 is a diagram illustrating an example of a hardware configuration;

以下に、本願に係る情報処理装置、情報処理方法および情報処理プログラムを実施するための形態(以下、「実施形態」と記載する)について図面を参照しつつ詳細に説明する。なお、この実施形態により本願に係る情報処理装置、情報処理方法および情報処理プログラムが限定されるものではない。また、以下の各実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。 Hereinafter, modes for implementing an information processing apparatus, an information processing method, and an information processing program according to the present application (hereinafter referred to as "embodiments") will be described in detail with reference to the drawings. The information processing apparatus, information processing method, and information processing program according to the present application are not limited to this embodiment. Also, in each of the following embodiments, the same parts are denoted by the same reference numerals, and overlapping descriptions are omitted.

(実施形態)
〔情報処理の概要〕
まず、図1を参照して、本開示の例示的な実施形態について詳細に説明する。図1は、実施形態に係る情報処理の一例を示す図である。図1に示す情報処理は、実施形態に係る情報処理装置1が情報処理方法を実行することで行われる処理である。
(embodiment)
[Outline of information processing]
First, an exemplary embodiment of the present disclosure will be described in detail with reference to FIG. FIG. 1 is a diagram illustrating an example of information processing according to an embodiment. The information processing illustrated in FIG. 1 is processing performed by the information processing apparatus 1 according to the embodiment executing an information processing method.

実施形態に係る情報処理は、例えば、ニュース等の記事である元データから、要点を押さえた短い見出し等の要約データを生成する処理であり、本開示では、編集者等のクライアントユーザが記事に含まれる特定のキーワード等を制約として与えてインタラクティブに要約データを生成する。 The information processing according to the embodiment is, for example, a process of generating summary data such as a short headline that captures the main points from original data such as news articles. Abstract data is generated interactively by giving specific keywords and the like to be included as constraints.

ここで、日々のニュース記事の見出しは、ニュース記事を作成したクライアントユーザが手作業で作成している場合があり、クライアントユーザにとっては手間のかかる作業である。このため、従来は、見出しの候補を自動作成してクライアントユーザに提示する技術が種々提案されている。しかしながら、同じニュース記事であっても、編集者の考え方によって作成される見出しが異なることが一般的であるため、編集者によっては、自動作成された見出しが的外れな(精度が低い)ものであると感じてしまうおそれがあった。このように、従来は、より適切な要約データを生成する点で改善の余地があった。 Here, the headlines of daily news articles may be manually created by the client user who created the news article, which is a time-consuming task for the client user. For this reason, conventionally, various techniques have been proposed for automatically creating headline candidates and presenting them to client users. However, even for the same news article, it is common for the headlines created by editors to differ, so depending on the editor, the automatically created headlines are irrelevant (low accuracy). There was a possibility that I would feel that. Thus, conventionally, there was room for improvement in terms of generating more appropriate summary data.

そこで、実施形態に係る情報処理では、要約データを自動生成してクライアントユーザに提示し、クライアントユーザから新たな制約条件を受け付けて要約データを再生成することで、徐々に制約条件を更新しながら要約データを生成する。 Therefore, in the information processing according to the embodiment, summary data is automatically generated and presented to the client user, and new constraints are received from the client user to regenerate the summary data, thereby gradually updating the constraints. Generate summary data.

図1では、元データである「火山灰の量は?気象庁が24日から新しい降灰予報スタート・・・火山灰も広い範囲にわたって私たちの生活に大きな被害を与えます。気象庁は、3月24日から新しい降灰予報を順次スタートさせます。これまでの降灰予報をバージョンアップさせたこの予報は、一体どのようなものなのでしょうか。」から見出しである要約データを生成する例を示している。また、このような元データを入力したクライアントユーザは、「新しい降灰予報、気象庁開始へ」といったような大まかな見出し案を想定していることとする。 Figure 1 shows the original data, "How much volcanic ash? The Japan Meteorological Agency will start a new ash fall forecast from the 24th. Volcanic ash will also cause great damage to our lives over a wide area. New ash fall forecasts are being started one after another.What is this forecast that is an upgraded version of the previous ash fall forecast? It is also assumed that the client user who has input such original data has a rough headline proposal such as "new ash fall forecast, start of Meteorological Agency".

図1に示すように、まず、情報処理装置1は、元データを受け付ける(ステップS1)。図1に示す例では、元データとしてニュースの記事であるテキストデータを受け付ける場合を示しているが、元データは、テキストデータに限らず、画像データや音声データ等であってもよい。 As shown in FIG. 1, the information processing device 1 first receives original data (step S1). In the example shown in FIG. 1, a case is shown in which text data, which is a news article, is received as the original data, but the original data is not limited to text data, and may be image data, audio data, or the like.

つづいて、情報処理装置1は、元データから要約データの候補データ(制約なし)を生成する(ステップS2)。図1に示すように、情報処理装置1は、事前に学習したテキスト変換モデル等のモデルを用いて元データから要約データを生成することができる。 Subsequently, the information processing apparatus 1 generates summary data candidate data (without restrictions) from the original data (step S2). As shown in FIG. 1, the information processing apparatus 1 can generate summary data from original data using a model such as a text conversion model learned in advance.

かかるモデルには、制約条件なしのモデルと、制約条件ありのモデルとが含まれる。制約条件なしのモデルは、過去の元データと、正解要約データとをデータセットとして学習することで生成可能である。 Such models include models without constraints and models with constraints. A model without constraints can be generated by learning past original data and correct summary data as a data set.

また、制約条件ありのモデルは、制約条件なしのモデルに元データを入力して得られた要約データと、クライアントユーザが事前に準備した正解要約データとを用いて生成される。具体的には、制約条件ありのモデルは、正解要約データに有って要約データ(モデル出力)に無いキーワード(フレーズ、文でもよい)を制約条件として抽出し、上記したデータセットに抽出した制約条件を加えた制約条件付きデータセットを用いることで生成可能である。さらに、制約条件ありのモデルは、上記で生成した制約条件ありのモデルに元データを入力して得られた要約データに無く、正解要約データに有るキーワード(フレーズ、文でもよい)を制約条件として抽出し、制約条件付きデータセットにさらに制約条件を加えた複数制約条件付きデータセットを用いることで生成可能である。複数制約条件付きデータセットと用いた場合に生成されるモデルは、複数の制約条件を満たすような要約データを出力するモデルとなる。 A model with constraints is generated using summary data obtained by inputting original data into a model without constraints and correct summary data prepared in advance by the client user. Specifically, in the model with constraints, keywords (phrases or sentences) that are in the correct summary data but not in the summary data (model output) are extracted as constraints, and the constraints extracted in the above dataset It can be generated by using a constrained dataset with conditions added. In addition, the model with constraints is not in the summary data obtained by inputting the original data into the model with constraints generated above, but with keywords (phrases, sentences) in the correct summary data as constraints. It can be generated by using multiple constrained datasets that are extracted and further constrained to the constrained dataset. A model generated when used with a dataset with multiple constraints is a model that outputs summary data that satisfies multiple constraints.

ステップS2では、情報処理装置1は、制約条件なしのモデルを用いて要約データの候補データ(制約なし)を生成する。図1に示す例では、制約なしの候補データとして「火山灰の量は?気象庁」が生成された例を示している。 In step S2, the information processing apparatus 1 generates summary data candidate data (without constraints) using a model without constraints. The example shown in FIG. 1 shows an example in which "What is the amount of volcanic ash? Japan Meteorological Agency" is generated as unrestricted candidate data.

つづいて、情報処理装置1は、生成した候補データ(制約なし)をクライアント端末100へ提示する(ステップS3)。つづいて、情報処理装置1は、クライアント端末100から制約条件を受け付ける(ステップS4)。制約条件は、キーワード制約、フレーズ制約、文制約等がある。なお、キーワード制約は、単語(キーワード)単位で制約することであり、フレーズ制約は、複数の単語からなるフレーズ単位で制約することであり、文制約は、文(センテンス)単位で制約することである。 Subsequently, the information processing device 1 presents the generated candidate data (without restrictions) to the client terminal 100 (step S3). Subsequently, the information processing device 1 receives a constraint condition from the client terminal 100 (step S4). Constraints include keyword constraints, phrase constraints, sentence constraints, and the like. Note that the keyword constraint is to constrain in units of words (keywords), the phrase constraint is to constrain in units of phrases consisting of a plurality of words, and the sentence constraint is to constrain in units of sentences. be.

なお、制約条件は、キーワードやフレーズ、文を要約データに含ませるように制約する条件であってもよく、要約データに含ませないように制約する条件であってもよい。また、制約条件は、文字数の制約条件、画像の制約条件、音声の制約条件等を含んでもよい。また、例えば、制約条件に複数のキーワード制約(あるいは、フレーズ制約、文制約、制約の組み合わせ)が含まれる場合には、AND条件とOR条件とを含んでもよい。 Note that the constraint may be a condition that restricts the inclusion of keywords, phrases, and sentences in the summary data, or may be a condition that restricts the inclusion of the keywords, phrases, or sentences in the summary data. In addition, the constraint may include a constraint on the number of characters, a constraint on images, a constraint on sounds, and the like. Further, for example, if the constraint includes a plurality of keyword constraints (or phrase constraint, sentence constraint, combination of constraints), AND condition and OR condition may be included.

図1に示す例では、情報処理装置1は、「新しい」というキーワードを要約データに含むように制約するキーワード制約を制約条件として受け付けたとする。 In the example shown in FIG. 1, it is assumed that the information processing apparatus 1 receives, as a constraint condition, a keyword restriction that restricts the inclusion of the keyword "new" in the summary data.

つづいて、情報処理装置1は、受け付けた制約条件に基づいて、元データから要約データの候補データ(制約あり)を生成する(ステップS5)。具体的には、情報処理装置1は、上記した制約条件ありのモデルに元データおよびキーワード制約「新しい」を入力し、要約データの候補データ(制約あり(1))として「火山灰の量は?新しい降灰予報」を生成(出力)する。 Subsequently, the information processing apparatus 1 generates candidate data (with restrictions) of summary data from the original data based on the accepted constraint conditions (step S5). Specifically, the information processing apparatus 1 inputs the original data and the keyword constraint "new" to the above-described model with the constraint condition, and sets "the amount of volcanic ash?" Generate (output) a new ash fall forecast.

つづいて、情報処理装置1は、生成した候補データ(制約あり)をクライアント端末100へ提示する(ステップS6)。つづいて、情報処理装置1は、クライアント端末100から制約条件を受け付ける(ステップS7)。ステップS7では、気象庁というフレーズを要約データに含むように制約するフレーズ制約を制約条件として受け付けたとする。 Subsequently, the information processing apparatus 1 presents the generated candidate data (with restrictions) to the client terminal 100 (step S6). Subsequently, the information processing device 1 receives a constraint condition from the client terminal 100 (step S7). In step S7, it is assumed that a phrase restriction that restricts the inclusion of the phrase "Meteorological Agency" in the summary data is accepted as a restriction condition.

つづいて、情報処理装置1は、受け付けた制約条件に基づいて、元データから要約データの候補データ(制約あり)を生成する(ステップS8)。具体的には、情報処理装置1は、上記した制約条件ありのモデルに元データおよびフレーズ制約「気象庁」を入力し、要約データの候補データ(制約あり(2))として「火山灰の量は?気象庁新予報」を生成(出力)する。 Subsequently, the information processing apparatus 1 generates summary data candidate data (with restrictions) from the original data based on the accepted constraint conditions (step S8). Specifically, the information processing apparatus 1 inputs the original data and the phrase constraint "Meteorological Agency" into the above-described model with the constraint condition, and sets the summary data candidate data (with constraint (2)) as "How much volcanic ash? Generate (output) the Japan Meteorological Agency New Forecast.

つづいて、情報処理装置1は、生成した候補データ(制約あり)をクライアント端末100へ提示する(ステップS9)。つづいて、情報処理装置1は、クライアント端末100から制約条件を受け付ける(ステップS10)。ステップS10では、降灰というキーワードを要約データに含むように制約するキーワード制約を制約条件として受け付けたとする。 Subsequently, the information processing apparatus 1 presents the generated candidate data (with restrictions) to the client terminal 100 (step S9). Subsequently, the information processing device 1 receives constraints from the client terminal 100 (step S10). In step S10, it is assumed that a keyword restriction that restricts the summary data to include the keyword "ash fall" is accepted as a restriction condition.

つづいて、情報処理装置1は、受け付けた制約条件に基づいて、元データから要約データの候補データ(制約あり)を生成する(ステップS11)。具体的には、情報処理装置1は、上記した制約条件ありのモデルに元データおよびキーワード制約「降灰」を入力し、要約データの候補データ(制約あり(3))として「気象庁、24日から新しい降灰予報」を生成(出力)する。 Subsequently, the information processing apparatus 1 generates summary data candidate data (with restrictions) from the original data based on the accepted constraint conditions (step S11). Specifically, the information processing apparatus 1 inputs the original data and the keyword constraint "ash fall" to the model with the above-described constraint condition, and sets the summary data candidate data (with constraint (3)) as "Meteorological Agency, from 24th Generate (output) a new ash fall forecast.

つづいて、情報処理装置1は、生成した候補データ(制約あり)をクライアント端末100へ提示する(ステップS12)。つづいて、情報処理装置1は、クライアント端末100から要約データの確定指示を受け付けたとする(ステップS13)。 Subsequently, the information processing apparatus 1 presents the generated candidate data (with restrictions) to the client terminal 100 (step S12). Subsequently, it is assumed that the information processing apparatus 1 receives an instruction to confirm summary data from the client terminal 100 (step S13).

情報処理装置1は、確定指示を受け付けた場合、直前に提示した候補データを要約データの確定データとして確定する(ステップS14)。 When the confirmation instruction is received, the information processing apparatus 1 confirms the candidate data presented immediately before as the confirmation data of the summary data (step S14).

このように、実施形態に係る情報処理装置1では、生成した候補データをクライアントユーザに提示して制約条件を徐々に更新しつつ要約データを確定させることで、クライアントユーザが望むような要約データを生成することができる。すなわち、実施形態に係る情報処理装置1によれば、適切な要約(データ)を生成することができる。 As described above, the information processing apparatus 1 according to the embodiment presents the generated candidate data to the client user, gradually updates the constraint conditions, and finalizes the summary data, thereby providing the summary data desired by the client user. can be generated. That is, according to the information processing device 1 according to the embodiment, it is possible to generate an appropriate summary (data).

以下、このような情報処理を行う情報処理装置1について詳細に説明する。 The information processing apparatus 1 that performs such information processing will be described in detail below.

〔情報処理システム〕
次に、図2を参照して、情報処理装置1を含む情報処理システムの構成例について説明する。
[Information processing system]
Next, a configuration example of an information processing system including the information processing device 1 will be described with reference to FIG.

〔情報処理システムの構成要素〕
図2は、実施形態に係る情報処理システムSの一例を示す図である。図2に示されるように、情報処理システムSは、情報処理装置1、クライアント端末100およびユーザ端末200等の構成要素を含む。図2中では図示していないが、情報処理システムSは、複数台の情報処理装置1や、複数台のクライアント端末100や、複数台のユーザ端末200を含んでもよい。また、情報処理システムSは、情報処理装置1に関係するエンティティ(例えば、業者、エンドユーザ)の装置等の、他の構成要素を含んでもよい。
[Components of information processing system]
FIG. 2 is a diagram illustrating an example of an information processing system S according to the embodiment. As shown in FIG. 2, the information processing system S includes components such as an information processing device 1, a client terminal 100, a user terminal 200, and the like. Although not shown in FIG. 2 , the information processing system S may include multiple information processing apparatuses 1 , multiple client terminals 100 , and multiple user terminals 200 . The information processing system S may also include other components such as devices of entities related to the information processing device 1 (eg, vendors, end users).

情報処理システムSにおいて、情報処理装置1、クライアント端末100およびユーザ端末200は、それぞれネットワークNと有線又は無線により接続される。ネットワークNは、例えば、インターネット、WAN(Wide Area Network)、LAN(Local Area Network)等のネットワークである。情報処理システムSの構成要素は、ネットワークNを介して互いに通信を行うことができる。 In the information processing system S, the information processing device 1, the client terminal 100, and the user terminal 200 are each connected to the network N by wire or wirelessly. The network N is, for example, the Internet, a WAN (Wide Area Network), a LAN (Local Area Network), or the like. The components of information processing system S can communicate with each other via network N. FIG.

情報処理装置1は、実施形態に係る情報処理方法を実行する装置である。情報処理装置1は、元データに基づいて要約データを生成・提示する処理や、制約条件の受付・更新する処理を行う。なお、情報処理装置1は、サーバを含む、任意のタイプの情報処理装置であってもよい。複数台の情報処理装置1が、ウェブサーバ、アプリケーションサーバ、データベースサーバ等の各種サーバの機能をそれぞれ提供してもよい。情報処理装置1の構成例の詳細については、後述する。 The information processing device 1 is a device that executes the information processing method according to the embodiment. The information processing apparatus 1 performs processing for generating and presenting summary data based on original data, and processing for receiving and updating constraint conditions. Note that the information processing device 1 may be any type of information processing device including a server. A plurality of information processing apparatuses 1 may each provide functions of various servers such as a web server, an application server, and a database server. Details of the configuration example of the information processing apparatus 1 will be described later.

クライアント端末100は、情報処理装置1によって提供されるサービスの編集等を行うクライアントユーザによって利用される端末装置である。クライアントユーザは、例えば、ニュースアプリ等の記事を編集する編集者である。クライアント端末100は、インターネット上の各種サービス(例えば、ポータルサイト、ポータルアプリ)を介して、各種情報を送信または受信することができる。クライアント端末100は、スマートフォン、デスクトップ型PC、ノート型PC、タブレット型PC等の任意のタイプの情報処理装置を用いることができる。 The client terminal 100 is a terminal device used by a client user who edits services provided by the information processing device 1 . A client user is, for example, an editor who edits articles such as a news application. The client terminal 100 can transmit or receive various types of information via various services on the Internet (eg, portal site, portal application). The client terminal 100 can use any type of information processing device such as a smart phone, desktop PC, notebook PC, tablet PC, or the like.

ユーザ端末200は、情報処理装置1によって提供されるサービスを利用するユーザによって利用される端末装置である。ユーザ端末200は、インターネット上の各種サービス(例えば、ポータルサイト、ポータルアプリ)を介して、各種情報を送信または受信することができる。ユーザ端末200は、スマートフォン、デスクトップ型PC、ノート型PC、タブレット型PC等の任意のタイプの情報処理装置を用いることができる。 The user terminal 200 is a terminal device used by a user who uses services provided by the information processing device 1 . The user terminal 200 can transmit or receive various types of information via various services on the Internet (for example, portal site, portal application). The user terminal 200 can use any type of information processing device such as a smart phone, desktop PC, notebook PC, tablet PC, or the like.

〔情報処理装置の構成〕
図2に示されるように、情報処理装置1は、通信部2と、制御部3と、記憶部4とを有する。なお、情報処理装置1は、情報処理装置1を利用する管理者等から各種操作を受け付ける入力部(例えば、キーボードやマウス等)や、各種情報を表示するための表示部(液晶ディスプレイ等)を有してもよい。
[Configuration of information processing device]
As shown in FIG. 2 , the information processing device 1 has a communication section 2 , a control section 3 and a storage section 4 . The information processing device 1 includes an input unit (for example, a keyboard, a mouse, etc.) that receives various operations from an administrator or the like who uses the information processing device 1, and a display unit (liquid crystal display, etc.) for displaying various information. may have.

(通信部2)
通信部2は、例えば、NIC(Network Interface Card)等によって実現される。通信部2は、有線または無線によりネットワーク網と接続される。通信部2は、クライアント端末100およびユーザ端末200に、ネットワークNを介して、通信可能に接続されてもよい。通信部2は、クライアント端末100およびユーザ端末200の間で、ネットワーク網を介して、情報の送受信を行うことができる。
(Communication part 2)
The communication unit 2 is realized by, for example, a NIC (Network Interface Card) or the like. The communication unit 2 is connected to a network by wire or wirelessly. The communication unit 2 may be communicably connected to the client terminal 100 and the user terminal 200 via the network N. The communication unit 2 can transmit and receive information between the client terminal 100 and the user terminal 200 via the network.

(記憶部4)
記憶部4は、例えば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。図2に示されるように、記憶部4は、元データDB(DataBase)41と、制約条件DB42と、モデルDB43とを有する。
(storage unit 4)
The storage unit 4 is realized by, for example, a semiconductor memory device such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk. As shown in FIG. 2 , the storage unit 4 has an original data DB (DataBase) 41 , a constraint DB 42 and a model DB 43 .

(元データDB41)
図3は、実施形態に係る元データDB41の一例を示す図である。元データDB41は、クライアント端末100から受け付けた元データを含むデータベースである。
(Original data DB 41)
FIG. 3 is a diagram showing an example of the original data DB 41 according to the embodiment. The original data DB 41 is a database containing original data received from the client terminal 100 .

図3の例では、元データDB41は、「データID」、「元データ」、「要約データ」、「確定フラグ」等の項目を有する。 In the example of FIG. 3, the original data DB 41 has items such as "data ID", "original data", "summary data", and "fixed flag".

「データID」は、元データを識別する識別子である。「元データ」は、元データの内容を含む情報である。すなわち、「元データ」には、テキストデータや、画像データ、音声データ等が含まれる。「要約データ」は、後述する生成部32によって生成された要約データ(候補データおよび確定データ)を含む情報である。「確定フラグ」は、確定指示を受け付けたか否かを示す情報である。例えば、「確定フラグ」が「0」は、まだ確定指示を受け付けていない状態を示し、「1」は、確定指示を受け付けた状態であることを示す。 "Data ID" is an identifier for identifying original data. “Original data” is information including the content of original data. That is, "original data" includes text data, image data, audio data, and the like. "Summary data" is information including summary data (candidate data and final data) generated by the generation unit 32, which will be described later. The "confirmation flag" is information indicating whether or not a confirmation instruction has been received. For example, "0" for the "confirmation flag" indicates that the confirmation instruction has not yet been received, and "1" indicates that the confirmation instruction has been received.

(制約条件DB42)
図4は、実施形態に係る制約条件DB42の一例を示す図である。制約条件DB42は、クライアント端末100から受け付けた制約条件を含む情報である。
(Constraint DB 42)
FIG. 4 is a diagram showing an example of the constraint DB 42 according to the embodiment. The constraint DB 42 is information including constraints received from the client terminal 100 .

図4の例では、制約条件DB42は、「条件ID」、「クライアントID」、「データID」、「制約条件」等の項目を有する。 In the example of FIG. 4, the constraint DB 42 has items such as "condition ID", "client ID", "data ID", and "constraint".

「条件ID」は、制約条件を識別する識別子である。「クライアントID」は、クライアントユーザ(あるいはクライアント企業)を識別する識別子である。「データID」は、元データを識別する識別子である。「制約条件」は、クライアント端末100から受け付けた制約条件を含む情報である。 "Condition ID" is an identifier that identifies a constraint. “Client ID” is an identifier that identifies a client user (or client company). "Data ID" is an identifier for identifying original data. “Constraint” is information including the constraint received from the client terminal 100 .

(モデルDB43)
図5は、実施形態に係るモデルDB43の一例を示す図である。モデルDB43は、元データから要約データを生成するためのモデルを含む情報である。
(Model DB43)
FIG. 5 is a diagram showing an example of the model DB 43 according to the embodiment. The model DB 43 is information including models for generating summary data from original data.

図5の例では、モデルDB43は、「モデルID」、「カテゴリ」、「モデル」等の項目を有する。 In the example of FIG. 5, the model DB 43 has items such as "model ID", "category", and "model".

「モデルID」は、モデルを識別する識別子である。「カテゴリ」は、元データおよび要約データのカテゴリを示す情報である。「モデル」は、モデルの情報であり、「制約なし」および「制約あり」等の項目を有する。 "Model ID" is an identifier for identifying a model. "Category" is information indicating the category of original data and summary data. "Model" is model information, and has items such as "no restrictions" and "with restrictions".

「制約なし」は、上記した制約条件なしのモデルを含む情報である。「制約あり」は、上記した制約条件ありのモデルを含む情報である。なお、「制約あり」は、制約条件(あるいは複数の制約条件の組み合わせ)毎の項目を有してもよい。 "Unrestricted" is information including the model without the above-described restrictions. "Constrained" is information including the model with the above-described constraint. Note that "with restrictions" may have an item for each constraint (or a combination of a plurality of constraints).

(制御部3)
制御部3は、コントローラ(controller)であり、例えば、CPU(Central Processing Unit)、MPU(Micro Processing Unit)等のプロセッサによって、情報処理装置100内部の記憶装置に記憶されている各種プログラム(判定プログラムの一例に相当)がRAM等を作業領域として実行されることにより実現される。また、制御部3は、コントローラ(controller)であり、例えば、ASIC(Application Specific Integrated Circuit)、FPGA(Field Programmable Gate Array)、GPGPU(General Purpose Graphic Processing Unit)等の集積回路により実現されてもよい。
(control unit 3)
The control unit 3 is a controller, and for example, various programs (determination program (corresponding to an example of ) is implemented by using a RAM or the like as a work area. In addition, the control unit 3 is a controller, and may be implemented by an integrated circuit such as an ASIC (Application Specific Integrated Circuit), an FPGA (Field Programmable Gate Array), or a GPGPU (General Purpose Graphic Processing Unit). .

制御部3は、図2に示されるように、受付部31と、生成部32と、更新部33と、提示部34とを有し、以下に説明する情報処理の機能や作用を実現又は実行する。また、制御部3は、図1で説明した情報処理を実現することができる。情報処理装置1の1つまたは複数のプロセッサは、情報処理装置1の1つまたは複数のメモリに記憶された命令を実行することによって、制御部3内の各機能を実現することができる。なお、制御部3の内部構成は、図2に示した構成に限られず、後述する情報処理を行う構成であれば他の構成であってもよい。例えば、生成部32は、生成部32以外の部に関して後述する情報処理の全部または一部を行ってもよい。 As shown in FIG. 2, the control unit 3 includes a reception unit 31, a generation unit 32, an update unit 33, and a presentation unit 34, and implements or executes information processing functions and actions described below. do. Also, the control unit 3 can implement the information processing described with reference to FIG. One or more processors of the information processing device 1 can realize each function in the control unit 3 by executing instructions stored in one or more memories of the information processing device 1 . Note that the internal configuration of the control unit 3 is not limited to the configuration shown in FIG. 2, and may be another configuration as long as it performs the information processing described later. For example, the generation unit 32 may perform all or part of the information processing described later with respect to units other than the generation unit 32 .

受付部31は、各種情報を受け付ける。例えば、受付部31は、サービスにおける元データを受け付ける。元データは、図1で示したように、例えば、テキストデータである。また、元データは、テキストデータに限らず、画像データ、音声データ、または、これらデータを組み合わせたデータ(テキストデータ+画像データ等)が含まれてもよい。 The reception unit 31 receives various types of information. For example, the reception unit 31 receives original data in the service. The original data is, for example, text data, as shown in FIG. Also, the original data is not limited to text data, and may include image data, audio data, or data combining these data (text data+image data, etc.).

また、受付部31は、要約データに与える制約条件を受け付ける。制約条件は、上記したように、要約データに含まれるキーワードのテキストを制約するキーワード制約や、要約データに含まれるフレーズのテキストを制約するフレーズ制約、要約データに含まれる文のテキストを制約する文制約等がある。なお、制約条件は、キーワードや、フレーズ、文を要約データに含むように制約する条件であってもよく、キーワードや、フレーズ、文を要約データに含まないように制約する条件であってもよい。つまり、制約条件は、要約データに所定のテキストを含ませる制約であってもよく、要約データに所定のテキストを含ませない制約であってもよい。また、制約条件は、要約データがテキストデータの場合、要約データにおける文字数を制約する文字数制約が含まれてもよい。 In addition, the receiving unit 31 receives constraints given to the summary data. Constraints are, as described above, keyword constraints that constrain the texts of keywords included in the summary data, phrase constraints that constrain the texts of phrases that are included in the summary data, and sentence constraints that constrain the texts of sentences included in the summary data. There are restrictions, etc. Note that the constraint may be a condition that restricts the inclusion of keywords, phrases, and sentences in the summary data, or a condition that restricts the inclusion of keywords, phrases, and sentences in the summary data. . In other words, the constraint may be a constraint that the summary data should include a predetermined text, or a constraint that the summary data should not include the predetermined text. Further, the constraints may include a character count constraint that limits the number of characters in the summary data when the summary data is text data.

文字数制約は、要約データの文字数を所定の閾値未満に収める制約や、所定の閾値以上の文字数とする制約、文字数を指定する制約等がある。また、文字数制約は、例えば、提示された候補データの文字数よりも多くする(あるいは少なくする)という制約であってもよい。 The restriction on the number of characters includes a restriction that the number of characters of summary data is kept below a predetermined threshold, a restriction that the number of characters is equal to or greater than a predetermined threshold, a restriction that specifies the number of characters, and the like. Also, the character count constraint may be, for example, a constraint to make the number of characters larger (or smaller) than the number of characters of the presented candidate data.

また、制約条件は、要約データが画像データである場合、特定の対象物が映る(あるいは映らない)画像を抽出するという制約条件であってもよい。また、制約条件は、要約データが音声データである場合、声の調子、音声の再生スピード、訛り、性別等を指定する制約であってもよい。 Further, the constraint may be a constraint that an image including (or not including) a specific object is extracted when the summary data is image data. In addition, if the summary data is voice data, the constraint may be a constraint that designates the tone of voice, voice reproduction speed, accent, gender, or the like.

なお、制約条件は、候補データが提示された後のタイミングで受け付けるようにしてもよく、元データと同じタイミングで受け付けるようにしてもよい。 Note that the constraint condition may be accepted at the timing after the candidate data is presented, or may be accepted at the same timing as the original data.

また、上述したように、制約条件は、徐々に更新する特性を有するため、前回(あるいはもっと前)に受け付けた制約条件に対するAND条件、あるいは、OR条件を含んでもよい。 Also, as described above, since constraints have the property of being updated gradually, they may include an AND condition or an OR condition with respect to the previously (or earlier) received constraint.

また、受付部31は、提示部34によって提示された候補データを要約データの確定データとして確定させる確定指示を受け付ける。 The accepting unit 31 also accepts a confirmation instruction to confirm the candidate data presented by the presentation unit 34 as the confirmed data of the summary data.

生成部32は、受付部31が受け付けた元データおよび制約条件に基づいて、元データを要約した要約データの候補データを生成する。具体的には、生成部32は、受付部31が元データのみ(制約条件なし)受け付けた場合、モデル情報43における制約条件なしのモデルのうち、クライアントユーザによって指定されたカテゴリのモデルに元データを入力してモデルから出力された要約データを候補データとして生成する。 The generation unit 32 generates summary data candidate data that summarizes the original data based on the original data and the constraint conditions received by the reception unit 31 . Specifically, when the receiving unit 31 receives only the original data (no constraint), the generation unit 32 converts the model of the category specified by the client user from among the models without constraints in the model information 43 to the original data. is input to generate the summary data output from the model as candidate data.

また、生成部32は、受付部31によって制約条件が受け付けられた場合、制約条件に合致した制約条件ありのモデルに元データを入力してモデルから出力された要約データを候補データとして生成する。 Further, when the receiving unit 31 receives the constraint, the generation unit 32 inputs the original data to the model with the constraint that matches the constraint, and generates summary data output from the model as candidate data.

なお、生成部32は、更新部33によって制約条件が更新された場合には、更新された制約条件に合致した制約条件ありのモデルに元データを入力してモデルから出力された要約データを候補データとして生成する。 Note that when the constraint conditions are updated by the update unit 33, the generation unit 32 inputs the original data to the model with the constraint conditions that match the updated constraint conditions, and selects the summary data output from the model as candidates. Generate as data.

また、生成部32は、受付部31が確定指示を受け付けた場合には、直前に生成した候補データを要約データの確定データとして確定し、記憶部4に記憶された元データDB41の「確定フラグ」を0から1へ更新する。 Further, when the accepting unit 31 accepts a confirmation instruction, the generating unit 32 confirms the candidate data generated immediately before as confirmed data of the summary data, ” from 0 to 1.

そして、要約データの確定データが確定することで、サービスを利用するユーザは、ユーザ端末200を介して確定データである要約データや対応する元データを閲覧することができるようになる。 By confirming the fixed data of the summary data, the user who uses the service can view the fixed data of the summary data and the corresponding original data via the user terminal 200 .

なお、生成部32によって生成される要約データは、元データと同じデータ種別である場合に限らず、異なるデータ種別であってもよい。例えば、元データがテキストデータである場合には、要約データが画像データや音声データであってもよい。つまり、生成部32は、元データとはデータ種別が異なる要約データを出力するモデルを用いて要約データを生成してもよい。 Note that the summary data generated by the generation unit 32 is not limited to being of the same data type as the original data, and may be of a different data type. For example, if the original data is text data, the summary data may be image data or audio data. That is, the generator 32 may generate summary data using a model that outputs summary data of a data type different from that of the original data.

更新部33は、生成部32によって生成された候補データに基づいて、制約条件を更新する。具体的には、更新部33は、新たに制約条件を受け付けられた場合には、過去の制約条件に新たな制約条件を加えることで更新する。つまり、更新部33は、過去の制約条件と新たな制約条件とをすべて含んだ制約条件に更新する。換言すれば、更新部33は、提示部34によって提示された候補データに対する制約条件の追加をクライアントユーザから受け付けた場合、候補データに対応する制約条件を更新する。 The updating unit 33 updates the constraint conditions based on the candidate data generated by the generating unit 32 . Specifically, when a new constraint is received, the updating unit 33 updates the past constraint by adding a new constraint. In other words, the updating unit 33 updates the constraint to include all the past constraints and the new constraints. In other words, when the updating unit 33 receives from the client user an addition of a constraint to the candidate data presented by the presentation unit 34, the updating unit 33 updates the constraint corresponding to the candidate data.

なお、更新部33は、例えば、クライアント端末100から過去の制約条件のうち、指定された一部の制約条件を加える指示があった場合には、指定された一部の制約条件および新たな制約条件を含む制約条件に更新する。また、更新部33は、過去の制約条件を破棄する指示があった場合には、新たな制約条件のみの制約条件に更新する。 Note that, for example, when there is an instruction from the client terminal 100 to add some of the specified constraints from the past constraints, the updating unit 33 updates the specified part of the constraints and the new constraints. Update constraints with conditions. Further, when receiving an instruction to discard the past constraint, the updating unit 33 updates the constraint to only the new constraint.

提示部34は、生成部32によって生成された要約データの候補データをクライアント端末100へ提示する。例えば、提示部34は、候補データがテキストデータや画像データである場合には、クライアント端末100の表示部(不図示)に候補データを表示する。 The presentation unit 34 presents the candidate data of the summary data generated by the generation unit 32 to the client terminal 100 . For example, when the candidate data is text data or image data, the presentation unit 34 displays the candidate data on the display unit (not shown) of the client terminal 100 .

また、提示部34は、候補データが音声データである場合には、クライアント端末100のスピーカ(不図示)を介して候補データを音声出力する。この際、提示部34は、クライアント端末100に音声のテキストデータを併せて表示してもよい。 In addition, when the candidate data is audio data, the presentation unit 34 outputs the candidate data as audio through a speaker (not shown) of the client terminal 100 . At this time, the presentation unit 34 may also display voice text data on the client terminal 100 .

また、提示部34は、前回提示した候補データからの変更箇所を強調表示するようにしてもよい。また、提示部34は、新たに提示する候補データとともに、前回提示した候補データを提示してもよい。 In addition, the presenting unit 34 may highlight a portion changed from the previously presented candidate data. In addition, the presenting unit 34 may present previously presented candidate data together with newly presented candidate data.

次に、図6を用いて、クライアント端末100の表示部に表示される表示画面について説明する。図6は、クライアント端末100の表示部に表示される表示画面500の一例を示す図である。図6に示す表示画面500は、情報処理装置1によって生成されて送信されてもよく、あるいは、情報処理装置1からクライアント端末100に提供されるプログラムに従ってクライアント端末100が描画してもよい。 Next, a display screen displayed on the display unit of the client terminal 100 will be described with reference to FIG. FIG. 6 is a diagram showing an example of a display screen 500 displayed on the display section of the client terminal 100. As shown in FIG. The display screen 500 shown in FIG. 6 may be generated and transmitted by the information processing device 1 or may be drawn by the client terminal 100 according to a program provided to the client terminal 100 from the information processing device 1 .

図6に示すように、表示画面500には、元データを入力(編集)可能な入力項目501と、制約条件を入力可能な入力項目502と、元データから要約データを生成するための要約生成ボタン503と、要約データ(候補データ)が表示される表示領域504と、確定指示を情報処理装置1へ送信するための確定ボタン505とが表示される。 As shown in FIG. 6, a display screen 500 includes input items 501 for inputting (editing) original data, input items 502 for inputting constraint conditions, and summary generation for generating summary data from the original data. A button 503, a display area 504 in which summary data (candidate data) is displayed, and a confirmation button 505 for transmitting a confirmation instruction to the information processing apparatus 1 are displayed.

また、入力項目502には、制約条件が編集可能に表示される表示領域502aと、制約条件を追加するための追加ボタン502bと、各制約条件を組み込むか否かを選択するチェックボックス502cとが含まれる。 The input items 502 include a display area 502a in which constraint conditions are displayed in an editable manner, an add button 502b for adding constraint conditions, and a check box 502c for selecting whether or not to incorporate each constraint condition. included.

クライアントユーザは、例えば、追加ボタン502bを押下し、追加したい制約条件(キーワードや、フレーズ、文)を入力項目501に表示された元データから選択することで制約条件を追加することができる。 The client user can add a constraint by pressing the add button 502b and selecting a constraint (keyword, phrase, sentence) to be added from the original data displayed in the input item 501, for example.

〔処理フロー〕
次に、図7を参照して、実施形態に係る情報処理装置1による処理の手順について説明する。図7は、実施形態に係る情報処理装置1によって実行される処理の一例を示すフローチャートである。
[Processing flow]
Next, a procedure of processing by the information processing apparatus 1 according to the embodiment will be described with reference to FIG. FIG. 7 is a flowchart showing an example of processing executed by the information processing device 1 according to the embodiment.

図7に示すように、受付部31は、まず、クライアント端末100から元データを受け付ける(ステップS101)。 As shown in FIG. 7, the reception unit 31 first receives original data from the client terminal 100 (step S101).

つづいて、生成部32は、元データをモデルに入力することで、要約データの候補データ(制約条件なし、または、制約条件あり)を生成する(ステップS102)。 Subsequently, the generation unit 32 generates candidate data (with no constraint or with constraint) for summary data by inputting the original data into the model (step S102).

つづいて、提示部34は、生成した要約データの候補データをクライアント端末100を介してクライアントユーザへ提示する(ステップS103)。 Subsequently, the presenting unit 34 presents the generated candidate data of the summarized data to the client user via the client terminal 100 (step S103).

つづいて、受付部31は、クライアント端末100から候補データに対する確定指示または制約条件のいずれを受け付けたかを判定する(ステップS104)。 Subsequently, the reception unit 31 determines whether a confirmation instruction or a constraint condition for the candidate data has been received from the client terminal 100 (step S104).

生成部32は、受付部31によって確定指示が受け付けられた場合(ステップS104:Yes)、直前に提示した候補データを要約データの確定データとして確定させ(ステップS105)、処理を終了する。 When the acceptance unit 31 accepts the confirmation instruction (step S104: Yes), the generating unit 32 confirms the previously presented candidate data as the confirmation data of the summary data (step S105), and ends the process.

一方、更新部33は、受付部31によって制約条件が受け付けられた場合(ステップS104:No)、制約条件を更新し(ステップS106)、ステップS102に移行する。かかる場合、生成部32は、ステップS102において、更新された制約条件を用いて要約データの候補データを生成する。 On the other hand, when the accepting unit 31 accepts the constraint (step S104: No), the update unit 33 updates the constraint (step S106), and proceeds to step S102. In such a case, in step S102, the generation unit 32 generates summary data candidate data using the updated constraint conditions.

〔その他〕
また、上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の一部を手動的に行うこともできる。あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。例えば、各図に示した各種情報は、図示した情報に限られない。
〔others〕
Also, among the processes described in the above embodiments, some of the processes described as being automatically performed can also be performed manually. Alternatively, all or part of the processes described as being performed manually can be performed automatically by known methods. In addition, information including processing procedures, specific names, various data and parameters shown in the above documents and drawings can be arbitrarily changed unless otherwise specified. For example, the various information shown in each drawing is not limited to the illustrated information.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。 Also, each component of each device illustrated is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution and integration of each device is not limited to the one shown in the figure, and all or part of them can be functionally or physically distributed and integrated in arbitrary units according to various loads and usage conditions. Can be integrated and configured.

例えば、図2に示した記憶部4の一部又は全部は、情報処理装置1によって保持されるのではなく、ストレージサーバ等に保持されてもよい。この場合、情報処理装置1は、ストレージサーバにアクセスすることで、各種情報を取得する。 For example, part or all of the storage unit 4 shown in FIG. 2 may be held in a storage server or the like instead of being held by the information processing apparatus 1 . In this case, the information processing device 1 acquires various information by accessing the storage server.

〔ハードウェア構成〕
また、上述してきた実施形態に係る情報処理装置1は、例えば図8に示すような構成のコンピュータ1000によって実現される。図8は、ハードウェア構成の一例を示す図である。コンピュータ1000は、出力装置1010、入力装置1020と接続され、演算装置1030、一次記憶装置1040、二次記憶装置1050、出力IF(Interface)1060、入力IF1070、ネットワークIF1080がバス1090により接続された形態を有する。
[Hardware configuration]
Further, the information processing apparatus 1 according to the above-described embodiments is implemented by a computer 1000 configured as shown in FIG. 8, for example. FIG. 8 is a diagram illustrating an example of a hardware configuration; A computer 1000 is connected to an output device 1010 and an input device 1020, and an arithmetic device 1030, a primary storage device 1040, a secondary storage device 1050, an output IF (Interface) 1060, an input IF 1070, and a network IF 1080 are connected via a bus 1090. have

演算装置1030は、一次記憶装置1040や二次記憶装置1050に格納されたプログラムや入力装置1020から読み出したプログラム等に基づいて動作し、各種の処理を実行する。一次記憶装置1040は、RAM等、演算装置1030が各種の演算に用いるデータを一時的に記憶するメモリ装置である。また、二次記憶装置1050は、演算装置1030が各種の演算に用いるデータや、各種のデータベースが登録される記憶装置であり、ROM(Read Only Memory)、HDD(Hard Disk Drive)、フラッシュメモリ等により実現される。 The arithmetic device 1030 operates based on programs stored in the primary storage device 1040 and the secondary storage device 1050, programs read from the input device 1020, and the like, and executes various processes. The primary storage device 1040 is a memory device such as a RAM that temporarily stores data used by the arithmetic device 1030 for various calculations. The secondary storage device 1050 is a storage device in which data used for various calculations by the arithmetic device 1030 and various databases are registered. It is realized by

出力IF1060は、モニタやプリンタといった各種の情報を出力する出力装置1010に対し、出力対象となる情報を送信するためのインタフェースであり、例えば、USB(Universal Serial Bus)やDVI(Digital Visual Interface)、HDMI(登録商標)(High Definition Multimedia Interface)といった規格のコネクタにより実現される。また、入力IF1070は、マウス、キーボード、およびスキャナ等といった各種の入力装置1020から情報を受信するためのインタフェースであり、例えば、USB等により実現される。 The output IF 1060 is an interface for transmitting information to be output to the output device 1010 that outputs various types of information such as a monitor and a printer. It is realized by a connector conforming to a standard such as HDMI (registered trademark) (High Definition Multimedia Interface). Also, the input IF 1070 is an interface for receiving information from various input devices 1020 such as a mouse, keyboard, scanner, etc., and is realized by, for example, USB.

なお、入力装置1020は、例えば、CD(Compact Disc)、DVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto-Optical disk)等の光磁気記録媒体、テープ媒体、磁気記録媒体、または半導体メモリ等から情報を読み出す装置であってもよい。また、入力装置1020は、USBメモリ等の外付け記憶媒体であってもよい。 Note that the input device 1020 includes, for example, optical recording media such as CDs (Compact Discs), DVDs (Digital Versatile Discs), PDs (Phase change rewritable discs), magneto-optical recording media such as MOs (Magneto-Optical discs), and tapes. It may be a device that reads information from a medium, a magnetic recording medium, a semiconductor memory, or the like. Also, the input device 1020 may be an external storage medium such as a USB memory.

ネットワークIF1080は、ネットワークNを介して他の機器からデータを受信して演算装置1030へ送り、また、ネットワークNを介して演算装置1030が生成したデータを他の機器へ送信する。 Network IF 1080 receives data from other devices via network N and sends the data to arithmetic device 1030, and also transmits data generated by arithmetic device 1030 via network N to other devices.

演算装置1030は、出力IF1060や入力IF1070を介して、出力装置1010や入力装置1020の制御を行う。例えば、演算装置1030は、入力装置1020や二次記憶装置1050からプログラムを一次記憶装置1040上にロードし、ロードしたプログラムを実行する。 The arithmetic device 1030 controls the output device 1010 and the input device 1020 via the output IF 1060 and the input IF 1070 . For example, arithmetic device 1030 loads a program from input device 1020 or secondary storage device 1050 onto primary storage device 1040 and executes the loaded program.

例えば、コンピュータ1000が情報処理装置1として機能する場合、コンピュータ1000の演算装置1030は、一次記憶装置1040上にロードされたプログラムを実行することにより、制御部3の機能を実現する。 For example, when the computer 1000 functions as the information processing device 1 , the arithmetic device 1030 of the computer 1000 implements the functions of the control unit 3 by executing programs loaded on the primary storage device 1040 .

〔効果〕
上述してきたように、実施形態に係る情報処理装置1は、生成部32と、更新部33とを備える。生成部32は、元データに基づいて生成される要約データであって、クライアントユーザから受け付けた所定の制約条件に従って制約された要約データの候補データを生成する。更新部33は、生成部32によって生成された候補データに基づいて制約条件を更新する。生成部32は、更新部33によって更新された制約条件を用いて要約データの確定データを生成する。提示部34は、生成部32によって生成された要約データの候補データをユーザへ提示する。更新部33は、提示部34によって提示された候補データに対する制約条件の追加をユーザから受け付けた場合、候補データに対応する制約条件を更新する。生成部32は、提示部34によって提示された候補データの確定指示をユーザから受け付けた場合、候補データを確定データとして確定する。制約条件は、要約データに含まれるキーワードのテキストを制約するキーワード制約を含む。制約条件は、要約データに含まれるフレーズのテキストを制約するフレーズ制約の内容を含む。制約条件は、要約データに含まれる文のテキストを制約する文制約の内容を含む。制約条件は、要約データにテキストを含ませる制約である。生成部32は、制約条件として受け付けたテキストを類語変換したテキストとして要約データに含ませる。制約条件は、要約データにテキストを含ませない制約である。制約条件は、要約データにおける文字数を制約する文字数制約を含む。元データおよび要約データは、データ種別が同じである。元データおよび要約データは、データ種別が異なる。データ種別は、テキスト、画像および音声の少なくとも1つを含む。これにより、適切な要約を生成することができる。
〔effect〕
As described above, the information processing apparatus 1 according to the embodiment includes the generating unit 32 and the updating unit 33. The generation unit 32 generates candidate data for summary data, which is summary data generated based on the original data and is restricted according to a predetermined constraint condition received from the client user. The updating unit 33 updates the constraint conditions based on the candidate data generated by the generating unit 32 . The generation unit 32 uses the constraint conditions updated by the update unit 33 to generate definitive data of the summary data. The presentation unit 34 presents the summary data candidate data generated by the generation unit 32 to the user. The update unit 33 updates the constraint corresponding to the candidate data when receiving from the user the addition of the constraint to the candidate data presented by the presentation unit 34 . When receiving from the user an instruction to confirm the candidate data presented by the presentation unit 34, the generating unit 32 confirms the candidate data as confirmed data. Constraints include keyword constraints that constrain the text of keywords included in the summary data. Constraints include the contents of phrase constraints that constrain the text of phrases included in the summary data. Constraints include the content of sentence constraints that constrain the text of sentences included in the summary data. Constraints are constraints that allow text to be included in the summary data. The generation unit 32 includes the text received as the constraint in the summary data as the thesaurus-converted text. Constraints are constraints that do not include text in the summarized data. Constraints include a character count constraint that constrains the number of characters in the summary data. The original data and summary data have the same data type. The data types of original data and summary data are different. The data type includes at least one of text, image and voice. This allows a suitable summary to be generated.

以上、本願の実施形態のいくつかを図面に基づいて詳細に説明したが、これらは例示であり、発明の開示の欄に記載の態様を始めとして、当業者の知識に基づいて種々の変形、改良を施した他の形態で本発明を実施することが可能である。 As described above, some of the embodiments of the present application have been described in detail based on the drawings. It is possible to carry out the invention in other forms with modifications.

〔その他〕
また、上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。例えば、各図に示した各種情報は、図示した情報に限られない。
〔others〕
Further, among the processes described in the above embodiments, all or part of the processes described as being automatically performed can be manually performed, or the processes described as being performed manually can be performed manually. All or part of this can also be done automatically by known methods. In addition, information including processing procedures, specific names, various data and parameters shown in the above documents and drawings can be arbitrarily changed unless otherwise specified. For example, the various information shown in each drawing is not limited to the illustrated information.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。 Also, each component of each device illustrated is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution and integration of each device is not limited to the one shown in the figure, and all or part of them can be functionally or physically distributed and integrated in arbitrary units according to various loads and usage conditions. Can be integrated and configured.

また、上述してきた実施形態に記載した各処理は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。 Further, each processing described in the above-described embodiments can be appropriately combined within a range that does not contradict the content of the processing.

また、上記してきた「部(section、module、unit)」は、「手段」や「回路」などに読み替えることができる。例えば、受付部31は、受付手段や受付回路に読み替えることができる。 Also, the "section, module, unit" described above can be read as "means" or "circuit". For example, the receiving unit 31 can be read as receiving means or a receiving circuit.

1 情報処理装置
2 通信部
3 制御部
4 記憶部
31 受付部
32 生成部
33 更新部
34 提示部
100 クライアント端末
200 ユーザ端末
N ネットワーク
S 情報処理システム
1 information processing device 2 communication unit 3 control unit 4 storage unit 31 reception unit 32 generation unit 33 update unit 34 presentation unit 100 client terminal 200 user terminal N network S information processing system

Claims (15)

元データに基づいて生成される要約データであって、クライアントユーザから受け付けた所定の制約条件に従って制約された前記要約データの候補データを生成する生成部と、
前記生成部によって生成された前記候補データに基づいて前記制約条件を更新する更新部と、
を備え、
前記生成部は、
前記更新部によって更新された前記制約条件を用いて前記要約データの確定データを生成すること
を特徴とする情報処理装置。
a generation unit that generates summary data candidate data that is generated based on original data and is restricted according to a predetermined constraint condition received from a client user;
an updating unit that updates the constraint condition based on the candidate data generated by the generating unit;
with
The generating unit
An information processing apparatus, wherein definitive data of the summary data is generated using the constraint condition updated by the update unit.
前記生成部によって生成された前記要約データの候補データをユーザへ提示する提示部をさらに備え、
前記更新部は、
前記提示部によって提示された前記候補データに対する前記制約条件の追加を前記ユーザから受け付けた場合、当該候補データに対応する前記制約条件を更新すること
を特徴とする請求項1に記載の情報処理装置。
further comprising a presentation unit that presents the summary data candidate data generated by the generation unit to a user;
The updating unit
The information processing apparatus according to claim 1, wherein when an addition of the constraint to the candidate data presented by the presentation unit is received from the user, the constraint corresponding to the candidate data is updated. .
前記生成部は、
前記提示部によって提示された前記候補データの確定指示を前記ユーザから受け付けた場合、当該候補データを前記確定データとして確定すること
を特徴とする請求項2に記載の情報処理装置。
The generating unit
3. The information processing apparatus according to claim 2, wherein when an instruction to confirm the candidate data presented by the presentation unit is received from the user, the candidate data is confirmed as the confirmed data.
前記制約条件は、
前記要約データに含まれるキーワードのテキストを制約するキーワード制約を含むこと
を特徴とする請求項1~3のいずれか1つに記載の情報処理装置。
The constraint is
4. The information processing apparatus according to any one of claims 1 to 3, further comprising keyword restrictions for restricting texts of keywords included in said summary data.
前記制約条件は、
前記要約データに含まれるフレーズのテキストを制約するフレーズ制約の内容を含むこと
を特徴とする請求項1~4のいずれか1つに記載の情報処理装置。
The constraint is
5. The information processing apparatus according to any one of claims 1 to 4, further comprising phrase constraint content for constraining text of phrases included in said summary data.
前記制約条件は、
前記要約データに含まれる文のテキストを制約する文制約の内容を含むこと
を特徴とする請求項1~5のいずれか1つに記載の情報処理装置。
The constraint is
6. The information processing apparatus according to any one of claims 1 to 5, wherein the summary data includes contents of sentence restrictions that restrict texts of sentences included in the summary data.
前記制約条件は、
前記要約データに前記テキストを含ませる制約であること
を特徴とする請求項4~6のいずれか1つに記載の情報処理装置。
The constraint is
7. The information processing apparatus according to any one of claims 4 to 6, wherein the constraint is to include the text in the summary data.
前記生成部は、
前記制約条件として受け付けた前記テキストを類語変換したテキストとして前記要約データに含ませること
を特徴とする請求項7に記載の情報処理装置。
The generating unit
8. The information processing apparatus according to claim 7, wherein the text received as the constraint condition is included in the summary data as a synonym-converted text.
前記制約条件は、
前記要約データに前記テキストを含ませない制約であること
を特徴とする請求項4~8のいずれか1つに記載の情報処理装置。
The constraint is
9. The information processing apparatus according to any one of claims 4 to 8, wherein the restriction is that the summary data does not include the text.
前記制約条件は、
前記要約データにおける文字数を制約する文字数制約を含むこと
を特徴とする請求項1~9のいずれか1つに記載の情報処理装置。
The constraint is
10. The information processing apparatus according to any one of claims 1 to 9, further comprising a character number restriction that restricts the number of characters in said summary data.
前記元データおよび前記要約データは、データ種別が同じであること
を特徴とする請求項1~10のいずれか1つに記載の情報処理装置。
The information processing apparatus according to any one of claims 1 to 10, wherein the original data and the summary data have the same data type.
前記元データおよび前記要約データは、データ種別が異なること
を特徴とする請求項1~11のいずれか1つに記載の情報処理装置。
The information processing apparatus according to any one of claims 1 to 11, wherein the original data and the summary data are of different data types.
前記データ種別は、
テキスト、画像および音声の少なくとも1つを含むこと
を特徴とする請求項11または12に記載の情報処理装置。
The data type is
13. The information processing apparatus according to claim 11, comprising at least one of text, image and voice.
コンピュータが実行する情報処理方法であって、
元データに基づいて生成される要約データであって、クライアントユーザから受け付けた所定の制約条件に従って制約された前記要約データの候補データを生成する生成工程と、
前記生成工程によって生成された前記候補データに基づいて前記制約条件を更新する更新工程と、
を含み、
前記生成工程は、
前記更新工程によって更新された前記制約条件を用いて前記要約データの確定データを生成すること
を特徴とする情報処理方法。
A computer-executed information processing method comprising:
a generation step of generating summary data candidate data, which is summary data generated based on original data and is restricted according to a predetermined constraint condition received from a client user;
an updating step of updating the constraint condition based on the candidate data generated by the generating step;
including
The generating step includes
An information processing method, wherein definitive data of the summary data is generated using the constraint conditions updated by the updating step.
元データに基づいて生成される要約データであって、クライアントユーザから受け付けた所定の制約条件に従って制約された前記要約データの候補データを生成する生成手順と、
前記生成手順によって生成された前記候補データに基づいて前記制約条件を更新する更新手順と、
をコンピュータによって実行させ、
前記生成手順は、
前記更新手順によって更新された前記制約条件を用いて前記要約データの確定データを生成すること
を特徴とする情報処理プログラム。
a generation procedure for generating summary data candidate data, which is summary data generated based on original data and is restricted according to a predetermined constraint condition received from a client user;
an updating procedure for updating the constraint condition based on the candidate data generated by the generating procedure;
is executed by the computer, and
The generating procedure includes:
An information processing program, wherein definitive data of the summary data is generated using the constraint conditions updated by the update procedure.
JP2021071288A 2021-04-20 2021-04-20 Information processing device, information processing method and information processing program Active JP7317887B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021071288A JP7317887B2 (en) 2021-04-20 2021-04-20 Information processing device, information processing method and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021071288A JP7317887B2 (en) 2021-04-20 2021-04-20 Information processing device, information processing method and information processing program

Publications (2)

Publication Number Publication Date
JP2022165786A true JP2022165786A (en) 2022-11-01
JP7317887B2 JP7317887B2 (en) 2023-07-31

Family

ID=83851339

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021071288A Active JP7317887B2 (en) 2021-04-20 2021-04-20 Information processing device, information processing method and information processing program

Country Status (1)

Country Link
JP (1) JP7317887B2 (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02255960A (en) * 1989-01-30 1990-10-16 Fuji Xerox Co Ltd Document producing device
JPH10254876A (en) * 1997-03-07 1998-09-25 Omron Corp Document summarizing method and its device
JP2004348555A (en) * 2003-05-23 2004-12-09 Nippon Telegr & Teleph Corp <Ntt> Method and device for analyzing document, document analysis program, and storage medium storing document analysis program
JP2015032905A (en) * 2013-07-31 2015-02-16 キヤノンマーケティングジャパン株式会社 Information processing device, information processing method, and program
US20150127626A1 (en) * 2013-11-07 2015-05-07 Samsung Tachwin Co., Ltd. Video search system and method
JP2017211995A (en) * 2017-06-22 2017-11-30 オリンパス株式会社 Device, method, and program for playback, and device, method, and program for sound summarization
JP2018097669A (en) * 2016-12-14 2018-06-21 日本電信電話株式会社 Summary generation device, method, and program
JP2018128805A (en) * 2017-02-07 2018-08-16 ヤフー株式会社 Generation apparatus, generation method, and generation program
JP2019101754A (en) * 2017-12-01 2019-06-24 キヤノン株式会社 Summarization device and method for controlling the same, summarization system, and program
KR20200024540A (en) * 2018-08-28 2020-03-09 십일번가 주식회사 Providing Method of summary information for an image searching and service device thereof
US20210011937A1 (en) * 2019-07-09 2021-01-14 International Business Machines Corporation Context-aware sentence compression

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02255960A (en) * 1989-01-30 1990-10-16 Fuji Xerox Co Ltd Document producing device
JPH10254876A (en) * 1997-03-07 1998-09-25 Omron Corp Document summarizing method and its device
JP2004348555A (en) * 2003-05-23 2004-12-09 Nippon Telegr & Teleph Corp <Ntt> Method and device for analyzing document, document analysis program, and storage medium storing document analysis program
JP2015032905A (en) * 2013-07-31 2015-02-16 キヤノンマーケティングジャパン株式会社 Information processing device, information processing method, and program
US20150127626A1 (en) * 2013-11-07 2015-05-07 Samsung Tachwin Co., Ltd. Video search system and method
JP2018097669A (en) * 2016-12-14 2018-06-21 日本電信電話株式会社 Summary generation device, method, and program
JP2018128805A (en) * 2017-02-07 2018-08-16 ヤフー株式会社 Generation apparatus, generation method, and generation program
JP2017211995A (en) * 2017-06-22 2017-11-30 オリンパス株式会社 Device, method, and program for playback, and device, method, and program for sound summarization
JP2019101754A (en) * 2017-12-01 2019-06-24 キヤノン株式会社 Summarization device and method for controlling the same, summarization system, and program
KR20200024540A (en) * 2018-08-28 2020-03-09 십일번가 주식회사 Providing Method of summary information for an image searching and service device thereof
US20210011937A1 (en) * 2019-07-09 2021-01-14 International Business Machines Corporation Context-aware sentence compression

Also Published As

Publication number Publication date
JP7317887B2 (en) 2023-07-31

Similar Documents

Publication Publication Date Title
JP6355800B1 (en) Learning device, generating device, learning method, generating method, learning program, and generating program
Eskenazi et al. Crowdsourcing for speech processing: Applications to data collection, transcription and assessment
US8249858B2 (en) Multilingual administration of enterprise data with default target languages
US20140122083A1 (en) Chatbot system and method with contextual input and output messages
JP6971292B2 (en) Methods, devices, servers, computer-readable storage media and computer programs for aligning paragraphs and images
JP2017523535A (en) Web content generation method and system
KR20120031483A (en) Actionable email documents
US20210377190A1 (en) Conversation-enabled document system and method
US20070288837A1 (en) System and method for providing content management via web-based forms
US20230396573A1 (en) Systems and methods for media content communication
CN111142667A (en) System and method for generating voice based on text mark
KR102188564B1 (en) Method and system for machine translation capable of style transfer
CN115510347A (en) Presentation file conversion method and device, electronic equipment and storage medium
WO2013089202A1 (en) Language teaching material customization system, language teaching material customization method, and storage medium
JP7317887B2 (en) Information processing device, information processing method and information processing program
WO2023121681A1 (en) Automated text-to-speech pronunciation editing for long form text documents
KR102353797B1 (en) Method and system for suppoting content editing based on real time generation of synthesized sound for video content
US11494802B2 (en) Guiding customized textual persuasiveness to meet persuasion objectives of a communication at multiple levels
JP2021097417A (en) Server and data allocation method
KR101857997B1 (en) Online document editing service apparatus that provides a search function for electronic documents and operating method thereof
US20210216886A1 (en) Information providing system and data structure
CN113626722A (en) Public opinion guiding method, device, equipment and computer readable storage medium
US8990087B1 (en) Providing text to speech from digital content on an electronic device
JP2007164210A (en) System for converting content to voice
JP2009086597A (en) Text-to-speech conversion service system and method

Legal Events

Date Code Title Description
A80 Written request to apply exceptions to lack of novelty of invention

Free format text: JAPANESE INTERMEDIATE CODE: A80

Effective date: 20210519

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20211118

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20211118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220222

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220425

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20220705

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221005

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

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20221005

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20221012

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

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20221018

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20221104

C211 Notice of termination of reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C211

Effective date: 20221108

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20221122

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20230131

C13 Notice of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: C13

Effective date: 20230207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230410

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230719

R150 Certificate of patent or registration of utility model

Ref document number: 7317887

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350