JP2023043103A - Information processing device, information processing method, and information processing program - Google Patents

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

Info

Publication number
JP2023043103A
JP2023043103A JP2021150644A JP2021150644A JP2023043103A JP 2023043103 A JP2023043103 A JP 2023043103A JP 2021150644 A JP2021150644 A JP 2021150644A JP 2021150644 A JP2021150644 A JP 2021150644A JP 2023043103 A JP2023043103 A JP 2023043103A
Authority
JP
Japan
Prior art keywords
event
user
information
information processing
list
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
JP2021150644A
Other languages
Japanese (ja)
Other versions
JP7418379B2 (en
Inventor
修司 山口
Shuji Yamaguchi
孝太 坪内
Kota Tsubouchi
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 JP2021150644A priority Critical patent/JP7418379B2/en
Publication of JP2023043103A publication Critical patent/JP2023043103A/en
Application granted granted Critical
Publication of JP7418379B2 publication Critical patent/JP7418379B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

To allow for checking reliability of generated information.SOLUTION: An information processing device disclosed herein comprises a selection unit, a generation unit, and an evaluation unit. The selection unit selects a standard model for estimating a second event having association with a first event estimated by a determination target model, the standard model having estimation accuracy satisfying given criteria. The generation unit generates first list information enumerating ranked users on the basis of values indicative of association between each user and the first event as obtained from the determination target model and second list information enumerating ranked users on the basis of, values indicative of association between each user and the second event as obtained from the standard model. The evaluation unit compares the first list information with the second list information to evaluate reliability of the determination target model on the basis of, whether content of the first and second list information corresponds to association between the first event and the second event.SELECTED DRAWING: Figure 8

Description

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

従来、インターネット上におけるユーザ行動の予測をする手法が知られている。例えば、特許文献1には、ユーザの行動を従来よりも高い精度で予測することを目的として、インターネット上のユーザの検索クエリの傾向を学習し、学習した検索クエリの傾向とその後のユーザの行動との関連性スコアを算出してモデルを生成し、このモデルを用いて他のユーザの行動を予測する技術が提案されている。 Conventionally, a technique for predicting user behavior on the Internet is known. For example, in Patent Document 1, for the purpose of predicting user behavior with higher accuracy than in the past, the tendency of search queries of users on the Internet is learned, and the learned tendency of search queries and subsequent user behavior are disclosed. A technique has been proposed in which a relevance score is calculated to generate a model, and the model is used to predict behavior of other users.

特開2016-177377号公報JP 2016-177377 A

しかしながら、上述した技術では、生成した情報を信頼してもよいかどうかの確証を得ることが難しい。たとえば、結果論として有効な成果を上げるモデルが含まれている可能性があり、仮にABテストを行ったとしても、テストの内容に応じて適切ではないモデルが採用されてしまう場合もある。 However, with the techniques described above, it is difficult to obtain confirmation as to whether or not the generated information can be trusted. For example, in hindsight, there is a possibility that a model that produces effective results is included, and even if an AB test is conducted, an inappropriate model may be adopted depending on the content of the test.

本願は、上記に鑑みてなされたものであって、生成した情報の信頼性を確かめることができる情報処理装置、情報処理方法、及び情報処理プログラムを提供することを目的とする。 The present application has been made in view of the above, and an object thereof is to provide an information processing apparatus, an information processing method, and an information processing program capable of confirming the reliability of generated information.

本願に係る情報処理装置は、選定部と、生成部と、評価部とを備える。選定部は、判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを選定する。生成部は、判定対象モデルから得られる各ユーザと第1の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第1リスト情報と、基準モデルから得られる各ユーザと第2の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第2リスト情報とを生成する。評価部は、第1リスト情報と第2リスト情報とを比較し、第1リスト情報および第2リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかに基づいて、判定対象モデルの信頼性を評価する。 An information processing apparatus according to the present application includes a selection unit, a generation unit, and an evaluation unit. The selection unit selects a reference model, which is a model for estimating a second event that is related to the first event estimated by the determination target model, and whose estimation accuracy satisfies a predetermined standard. The generation unit generates first list information in which each user is ranked and listed based on a value indicating the relationship between each user and the first event obtained from the determination target model, and each user obtained from the reference model. Second list information is generated in which each user is ranked and listed based on the value indicating the relationship with the second event. The evaluation unit compares the first list information and the second list information, and determines whether the contents of the first list information and the second list information correspond to the relationship between the first event and the second event. Evaluate the reliability of the model to be judged based on whether.

実施形態の態様の1つによれば、生成した情報の信頼性を確かめることができる。 According to one aspect of the embodiments, the reliability of the generated information can be verified.

図1は、実施形態に係る情報処理システムの一例を説明する図である。FIG. 1 is a diagram illustrating an example of an information processing system according to an embodiment. 図2は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その1)を示す図である。FIG. 2 is a diagram illustrating an overview (Part 1) of a reliability evaluation method of a determination target model according to the embodiment. 図3は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その2)を示す図である。FIG. 3 is a diagram illustrating an outline (part 2) of a reliability evaluation method of a determination target model according to the embodiment. 図4は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その3)を示す図である。FIG. 4 is a diagram illustrating an outline (part 3) of a reliability evaluation method of a determination target model according to the embodiment. 図5は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その4)を示す図である。FIG. 5 is a diagram illustrating an outline (part 4) of a reliability evaluation method of a determination target model according to the embodiment. 図6は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その5)を示す図である。FIG. 6 is a diagram illustrating an overview (No. 5) of a reliability evaluation method for a determination target model according to the embodiment. 図7は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その6)を示す図である。FIG. 7 is a diagram illustrating an overview (Part 6) of a reliability evaluation method of a determination target model according to the embodiment. 図8は、実施形態に係る情報処理装置の構成例を示す図である。FIG. 8 is a diagram illustrating a configuration example of an information processing apparatus according to the embodiment; 図9は、実施形態に係るユーザ情報の概要を示す図である。FIG. 9 is a diagram showing an overview of user information according to the embodiment. 図10は、実施形態に係る推定モデル情報の概要を示す図である。FIG. 10 is a diagram illustrating an overview of estimation model information according to the embodiment; 図11は、実施形態に係る情報処理装置による処理手順の一例を示すフローチャートである。11 is a flowchart illustrating an example of a processing procedure performed by the information processing apparatus according to the embodiment; FIG. 図12は、実施形態に係る情報処理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 12 is a hardware configuration diagram showing an example of a computer that implements the functions of the information processing apparatus according to the embodiment.

以下に、本願に係る情報処理装置、情報処理方法、及び情報処理プログラムを実施するための形態(以下、「実施形態」と呼ぶ)について図面を参照しつつ詳細に説明する。なお、以下に説明する実施形態により本願に係る情報処理装置、情報処理方法、及び情報処理プログラムが限定されるものではない。また、以下に説明する実施形態は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。また、以下に説明する実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。 Hereinafter, modes for implementing an information processing apparatus, an information processing method, and an information processing program (hereinafter referred to as "embodiments") according to the present application 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 the embodiments described below. Further, the embodiments described below can be appropriately combined within a range that does not contradict the processing contents. Also, in the embodiments described below, the same parts are denoted by the same reference numerals, and overlapping descriptions are omitted.

また、以下の説明において、端末装置10をユーザUと表記して説明する場合がある。すなわち、ユーザUを端末装置10と読み替えることができる。 Also, in the following description, the terminal device 10 may be referred to as a user U in some cases. That is, the user U can be read as the terminal device 10 .

[1.情報処理システム]
図1は、実施形態に係る情報処理システムの一例を説明する図である。図1に示すように、実施形態に係る情報処理システムSYSは、端末装置10、及び情報処理装置100を有する。なお、情報処理システムSYSは、図1に示す例に限られず、複数の端末装置10や複数の情報処理装置100を有していてもよい。
[1. Information processing system]
FIG. 1 is a diagram illustrating an example of an information processing system according to an embodiment. As shown in FIG. 1 , the information processing system SYS according to the embodiment has a terminal device 10 and an information processing device 100 . The information processing system SYS is not limited to the example shown in FIG. 1, and may have multiple terminal devices 10 and multiple information processing devices 100.

端末装置10、及び情報処理装置100は、それぞれ有線又は無線によりネットワークN(たとえば、図8参照)に接続される。ネットワークNは、LAN(Local Area Network)や、WAN(Wide Area Network)や、電話網(携帯電話網、固定電話網等)や、地域IP(Internet Protocol)網や、インターネットなどの通信ネットワークである。ネットワークNは、有線ネットワークが含まれていてもよいし、無線ネットワークが含まれていてもよい。端末装置10、及び情報処理装置100は、ネットワークNを通じて、相互に通信できる。 The terminal device 10 and the information processing device 100 are each connected to a network N (see FIG. 8, for example) by wire or wirelessly. The network N is a communication network such as a LAN (Local Area Network), a WAN (Wide Area Network), a telephone network (mobile telephone network, fixed telephone network, etc.), a local IP (Internet Protocol) network, or the Internet. . The network N may include a wired network or a wireless network. The terminal device 10 and the information processing device 100 can communicate with each other through the network N. FIG.

図1に示す端末装置10は、情報処理装置100などから提供される各種サービスを利用するユーザUが使用する情報処理装置である。たとえば、端末装置10は、スマートフォンや、タブレット型端末や、ノート型PC(Personal Computer)や、デスクトップPCや、PDA(Personal Digital Assistant)などにより実現される。 A terminal device 10 shown in FIG. 1 is an information processing device used by a user U who uses various services provided by an information processing device 100 or the like. For example, the terminal device 10 is implemented by a smart phone, a tablet terminal, a notebook PC (Personal Computer), a desktop PC, a PDA (Personal Digital Assistant), or the like.

また、端末装置10は、LTE(Long Term Evolution)、4G(4th Generation)、5G(5th Generation:第5世代移動通信システム)などの無線通信網や、Bluetooth(登録商標)、無線LAN(Local Area Network)などの近距離無線通信を介してネットワークNに接続できる。 In addition, the terminal device 10 is compatible with wireless communication networks such as LTE (Long Term Evolution), 4G (4th Generation), 5G (5th Generation: fifth generation mobile communication system), Bluetooth (registered trademark), wireless LAN (Local Area Network) can be connected to the network N via short-range wireless communication.

また、端末装置10は、各種サービスを利用するための情報を、ウェブブラウザやアプリケーションにより表示できる。なお、端末装置10は、情報の表示処理を実現する制御情報を情報処理装置100などから受け取った場合には、制御情報に従って表示処理を実現する。 In addition, the terminal device 10 can display information for using various services using a web browser or an application. When the terminal device 10 receives control information for implementing information display processing from the information processing device 100 or the like, the terminal device 10 implements the display processing according to the control information.

また、端末装置10のユーザUは、各種サービスの利用を通じて、情報処理装置100に対し、ユーザ情報を提供する。ユーザ情報は、各ユーザUが入力した検索クエリなどを含む検索履歴や、各ユーザUの購買履歴や、電子商店街で閲覧した取引対象の履歴や、購入した取引対象の履歴である購買履歴や、閲覧したニュース等のコンテンツの履歴である閲覧履歴や、SNS(Social Networking Service)に投稿したテキストや画像等の履歴である投稿履歴や、位置履歴などを含む。また、ユーザ情報は、たとえば、各ユーザUが保有するスマートフォンを用いて店舗に設置されたQRコード(登録商標)を読み取り、読み取り結果を用いて実現する決済サービスの利用履歴や、各ユーザUが保有するスマートフォンにQRコードを表示させ、かかるQRコードを店舗端末が読み込むことで行われる決済サービスの利用履歴(たとえば、購入日時や購入商品、購入額など)を含んでもよい。また、ユーザ情報は、各ユーザUが保有するクレジットカードの利用履歴や銀行口座の利用履歴などを含んでもよい。 Also, the user U of the terminal device 10 provides user information to the information processing device 100 through the use of various services. The user information includes a search history including a search query input by each user U, a purchase history of each user U, a history of transaction targets browsed on an electronic shopping mall, a purchase history of transaction targets purchased, and so on. , browsing history, which is the history of content such as browsed news; posting history, which is the history of texts and images posted on SNS (Social Networking Service); and location history. Further, the user information includes, for example, a QR code (registered trademark) installed in a store using a smartphone owned by each user U, and a usage history of a settlement service realized using the reading result, and A QR code may be displayed on a smartphone owned, and the usage history of a payment service (for example, date and time of purchase, product purchased, purchase amount, etc.) performed by reading the QR code with a store terminal may be included. The user information may also include a credit card usage history and a bank account usage history owned by each user U.

また、ユーザ情報は、収集した情報に基づいて推定された情報を含んでもよい。たとえば、ユーザ情報は、購買履歴から、毎月の食料品の平均的な購入総額が10万円以上である場合、たとえば、世帯月収若しくは個人月収が30万円以上であるといった収入や、3人家族であるといった家族構成、もしくは同居人構成などを推定した情報を含んでもよい。また、ユーザ情報は、たとえば、位置履歴や購入履歴から、各ユーザUが所有する物品や、各ユーザUの居住地や職場などを推定し、推定した情報を含んでもよい。 User information may also include information estimated based on collected information. For example, from the purchase history, if the average monthly purchase amount of food items is 100,000 yen or more, for example, the user information includes income such as a household monthly income or personal monthly income of 300,000 yen or more, or a family of three members. It may also include information that presumes a family composition such as , or a cohabitant composition. Also, the user information may include information estimated by estimating the articles owned by each user U, the place of residence and workplace of each user U, etc., based on the location history and purchase history, for example.

また、ユーザ情報は、たとえば、情報処理装置100以外の各種サービスを提供するサーバ装置から、サービスの利用履歴を取得した情報を含んでもよい。また、ユーザ情報は、このようなサービスを提供するサーバ装置もしくは単独のサーバ装置が、サービスの利用履歴から推定した各種情報を含んでもよい。また、ユーザ情報は、各ユーザUが登録、又は各ユーザUについて推定された各種のジオグラフィック属性や趣味嗜好といったサイコグラフィック属性を示す情報を含んでもよい。 The user information may also include information obtained by acquiring a service usage history from a server device that provides various services other than the information processing device 100, for example. Further, the user information may include various information estimated from a service usage history by a server device that provides such a service or by a single server device. The user information may also include information indicating psychographic attributes such as various geographic attributes registered by each user U or estimated for each user U, and hobbies and preferences.

また、ユーザ情報は、端末装置10に搭載される各種センサにより取得されるセンサ情報を含んでもよい。たとえば、センサ情報は、位置センサにより取得される位置情報や、加速度センサにより検出される加速度情報や、ジャイロセンサにより検出される角速度情報や、タッチパネルにより取得される操作情報や、照度センサにより取得される照度情報や、気圧センサにより取得される気圧情報や、マイクにより取得される音情報などを含み得る。 The user information may also include sensor information acquired by various sensors mounted on the terminal device 10 . For example, the sensor information includes position information obtained by a position sensor, acceleration information detected by an acceleration sensor, angular velocity information detected by a gyro sensor, operation information obtained by a touch panel, and information obtained by an illuminance sensor. illuminance information acquired by an atmospheric pressure sensor, sound information acquired by a microphone, and the like.

図1に示す情報処理装置100は、サービス利用者である各ユーザUに対して各種サービスを提供する情報処理装置である。情報処理装置100が提供する各種サービスには、各種アプリケーションに対応するAPI(Application Programming Interface)サービスや、各種オンラインサービスが含まれていてもよい。オンラインサービスとしては、インターネット接続や、検索サービスや、SNS(Social Networking Service)や、電子商取引サービスや、電子決済サービスや、オンラインゲームや、オンラインバンキングサービスや、オンライントレーディングサービスや、宿泊予約サービスや、チケット予約サービスや、動画配信サービスや、音楽配信サービスや、ニュース配信サービスや、地図情報サービスや、ルート検索サービスや、経路案内サービスや、路線情報サービスや、運行情報サービスや、天気情報サービスなどのサービスが該当し得る。 The information processing apparatus 100 shown in FIG. 1 is an information processing apparatus that provides various services to each user U who is a service user. Various services provided by the information processing apparatus 100 may include API (Application Programming Interface) services corresponding to various applications and various online services. Online services include Internet connection, search service, SNS (Social Networking Service), electronic commerce service, electronic payment service, online game, online banking service, online trading service, accommodation reservation service, Ticket reservation service, video distribution service, music distribution service, news distribution service, map information service, route search service, route guidance service, route information service, operation information service, weather information service, etc. service may apply.

また、情報処理装置100は、各種サービスの提供を通じて収集したユーザ情報を用いて、実施形態に係る情報処理を実行する情報処理装置である。情報処理装置100は、典型的にはサーバ装置であるが、メインフレームやワークステーションなどにより実現されてもよい。 Further, the information processing apparatus 100 is an information processing apparatus that executes information processing according to the embodiment using user information collected through provision of various services. The information processing device 100 is typically a server device, but may be realized by a mainframe, workstation, or the like.

情報処理装置100がサーバ装置で実現される場合、単独のサーバにより実現されてもよいし、複数のサーバ装置及び複数のストレージ装置が協働して動作するクラウドシステムなどにより実現されてもよい。なお、情報処理装置100は、各ユーザUが使用する端末装置100に制御情報を配信する配信装置として機能してもよい。ここで、制御情報は、例えば、JavaScript(登録商標)などのスクリプト言語やCSS(Cascading Style Sheets)などのスタイルシート言語により記述される。なお、情報処理装置100から配信されるアプリケーションそのものを制御情報とみなしてもよい。 When the information processing apparatus 100 is realized by a server device, it may be realized by a single server, or may be realized by a cloud system or the like in which a plurality of server devices and a plurality of storage devices operate in cooperation. The information processing device 100 may function as a distribution device that distributes control information to the terminal device 100 that each user U uses. Here, the control information is described in, for example, a script language such as JavaScript (registered trademark) or a style sheet language such as CSS (Cascading Style Sheets). Note that the application itself distributed from the information processing apparatus 100 may be regarded as control information.

[2.情報処理]
以下、情報処理システムSYSにおける情報処理の一例を説明する。図1に示す例において、情報処理装置100は、各ユーザUから収集したユーザ情報を保存する。そして、情報処理装置100は、ユーザ情報を用いて、複数の推定モデルを生成し、生成した推定モデルを管理する。情報処理装置100が生成する推定モデルは、各ユーザUのユーザ情報に基づいて、ユーザUの行動や興味嗜好などの事象との関連性を推定するためのモデルである。
[2. information processing]
An example of information processing in the information processing system SYS will be described below. In the example shown in FIG. 1, the information processing device 100 stores user information collected from each user U. In the example shown in FIG. The information processing apparatus 100 then uses the user information to generate a plurality of estimation models and manages the generated estimation models. The estimation model generated by the information processing apparatus 100 is a model for estimating the relevance to events such as the user's U behavior and interests and preferences based on the user information of each user.

たとえば、情報処理装置100は、「〇〇を買った」、あるいは「〇〇に興味がある」という条件(タイトル)を満たす各ユーザUをシードユーザとして収集し、シードユーザが入力した検索クエリの共通性に基づいたスコアを付与したスコアリストを生成する。情報処理装置100は、このスコアリストを推定モデルとする。具体的には、「眼鏡をかけている」というシードユーザを収集し、検索クエリ:「眼鏡」に「70点」、検索クエリ:「眼鏡ふき」に「50点」、検索クエリ:「リンゴ」にスコア「-50点」といったようなスコアを付与し、検索クエリとスコアとの組であるスコアリストを作成する。 For example, the information processing apparatus 100 collects each user U who satisfies the condition (title) “I bought XX” or “I am interested in XX” as a seed user, and uses the search query input by the seed user. Generate a score list with scores based on commonality. The information processing apparatus 100 uses this score list as an estimation model. Specifically, the seed users “wearing glasses” were collected, and the search query: “glasses” had “70 points”, the search query: “wiping glasses” had “50 points”, and the search query: “apple”. is given a score such as "-50 points" to create a score list that is a combination of the search query and the score.

上述したシードユーザの特定は、任意の方法を用いて行うことができる。たとえば、情報処理装置100は、購買履歴や利用履歴、位置履歴などの各種の情報に基づいて、想定される行動を行ったユーザを推定し、シードユーザとして特定してもよい。具体的には、ある所定の店舗の名称を検索クエリとして入力し、その後、その所定の店舗を実際に訪問した訪問者を推定することによりシードユーザを特定してもよい。また、別の例として、イベントの名称を検索クエリとして入力し、その後、そのイベントに実際に参加した参加者を推定することによりシードユーザを特定してもよい。また、更に別の例として、ある商品の名称を検索クエリとして入力し、その後、その名称の商品を実際に購入した購入者を推定することによりシードユーザを特定してもよい。また、情報処理装置100は、実際に所定の店舗(たとえば、配信済みの広告と対応する店舗)を利用した利用者を推定することによりシードユーザを特定してもよい。また、情報処理装置100は、所定の広告やウェブページ、映画や音楽などのコンテンツを視聴した視聴者を推定することによりシードユーザを特定してもよい。 The seed user identification described above can be performed using any method. For example, the information processing apparatus 100 may estimate a user who has performed an assumed action based on various types of information such as purchase history, usage history, and location history, and identify the user as a seed user. Specifically, the seed user may be identified by entering the name of a given store as a search query and then estimating the visitors who actually visited the given store. As another example, the seed user may be identified by entering the name of the event as a search query and then estimating the participants who actually attended the event. As yet another example, the seed user may be specified by inputting the name of a product as a search query and then estimating the purchaser who actually purchased the product with that name. Further, the information processing apparatus 100 may identify seed users by estimating users who have actually used a predetermined store (for example, a store corresponding to a distributed advertisement). The information processing apparatus 100 may also identify seed users by estimating viewers who have viewed predetermined advertisements, web pages, content such as movies and music.

また、情報処理装置100は、上述のスコアリストにおける検索クエリのスコアを、以下のような機械学習により生成される行動モデルから求めることができる。たとえば、情報処理装置100は、シードユーザが入力した検索クエリを正例とし、ランダムに選択したシードユーザ以外の他のユーザが入力した検索クエリを負例としたときに、正例を入力した際により高い値を出力し、負例を入力した際により低い値を出力するように学習モデルの学習を行う。このとき、学習には任意の手法が採用可能である。たとえば、モデルとしてニューラルネットワークが採用される場合は、バックプロパゲーションなどにより実現可能である。 Further, the information processing apparatus 100 can obtain the score of the search query in the score list described above from the behavior model generated by the following machine learning. For example, the information processing apparatus 100 treats the search query input by the seed user as a positive example, and the search query input by another randomly selected user other than the seed user as a negative example. The learning model is trained so that a higher value is output when a negative example is input, and a lower value is output when a negative example is input. At this time, any method can be adopted for learning. For example, when a neural network is adopted as a model, it can be realized by back propagation or the like.

また、情報処理装置100は、シードユーザが共通して入力している検索クエリについては、より高い値の数値が出力されるようにモデルを学習してもよい。たとえば、正例となる検索クエリを入力したシードユーザの数が多ければ多い程、より高い値を出力するようにモデルを学習してもよい。また、負例となる検索クエリを入力した他のユーザUの数が多い程、より小さい値(負の値)を出力するようにモデルを学習してもよい。そして、情報処理装置100は、各検索クエリと、このような学習モデルに検索クエリを入力した際に出力したスコアとの組のリストをスコアリストとして生成する。すなわち、情報処理装置100は、所定の行動を行ったシードユーザが入力した各検索クエリと、検索クエリの各々に対応する上述のスコア(検索クエリと所定の行動との間の関係性を示すスコア)との組をスコアリストとして生成する。情報処理装置100は、生成したスコアリストを、スコアリストにより推定する事象に対応付けて管理する。情報処理装置100は、シードユーザ収集時の条件(たとえば、「眼鏡をかけている」)をそのまま事象として採用してもよいし、この条件に基づく情報(たとえば、「眼鏡使用」や「眼鏡所有」など)を、スコアリストに対応付ける事象として新規にラベリングしてもよい。 In addition, the information processing apparatus 100 may learn a model so that higher numerical values are output for search queries commonly input by seed users. For example, the model may be trained to output a higher value as more seed users enter positive search queries. Also, the model may be learned so that the larger the number of other users U who have input search queries that are negative examples, the smaller the value (negative value) that is output. Then, the information processing apparatus 100 generates a list of pairs of each search query and a score output when the search query is input to such a learning model as a score list. That is, the information processing apparatus 100 receives each search query input by a seed user who has performed a predetermined action, and the score corresponding to each of the search queries (the score indicating the relationship between the search query and the predetermined action). ) as a score list. The information processing apparatus 100 manages the generated score list in association with the event estimated from the score list. The information processing apparatus 100 may adopt the conditions at the time of seed user collection (for example, "wearing glasses") as events as they are, or information based on these conditions (for example, "wearing glasses" or "owning glasses"). ”) may be newly labeled as an event associated with the score list.

なお、情報処理装置100は、上述したスコアリストを用いることにより、所定の事象との関連度を求めることができる。たとえば、情報処理装置100は、任意に選定したユーザUが入力した複数の検索クエリひとつひとつについて、対応付けられたスコアをスコアリストから取得し、取得したスコアの合計値を算出する。そして、情報処理装置100は、算出したスコアの合計値が予め規定される閾値を超える場合、スコアリストに対応する事象との関連度が高いと判断する。 Note that the information processing apparatus 100 can obtain the degree of relevance to a predetermined event by using the score list described above. For example, the information processing apparatus 100 acquires scores associated with each of a plurality of search queries arbitrarily selected by the user U from the score list, and calculates the total value of the acquired scores. The information processing apparatus 100 then determines that the event corresponding to the score list has a high degree of relevance when the total value of the calculated scores exceeds a predetermined threshold value.

上述のようにして、複数の推定モデル(スコアリスト)を生成して管理する情報処理装置100は、複数の推定モデルの中から、基準モデルを選定する(ステップS1)。基準モデルは、情報処理装置100が管理する複数の推定モデルのうち、判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たすモデルである。 The information processing apparatus 100 that generates and manages a plurality of estimation models (score list) as described above selects a reference model from among the plurality of estimation models (step S1). The reference model is a model for estimating a second event having relevance to the first event estimated by the determination target model among a plurality of estimation models managed by the information processing apparatus 100, and has a predetermined estimation accuracy. It is a model that meets the criteria of

たとえば、情報処理装置100は、複数の推定モデルの中から選定した判定対象モデルが推定する第1の事象を特定し、特定した第1の事象と関連性を有する第2の事象を特定する。具体的には、情報処理装置100は、Word2Vecなどの自然言語処理手法を用いて、各推定モデルが推定する事象を示す文字列(ラベル)の特徴量をそれぞれ導出する。そして、情報処理装置100は、導出した特徴量を元に、判定対象モデルが推定する第1の事象と特徴量が類似する第2の事象を特定する。あるいは、情報処理装置100は、導出した特徴量を元に、判定対象モデルが推定する第1の事象と特徴量が類似しない第2の事象を特定する。このように、情報処理装置100は、第1の事象と何らかの関連性を有する第2の事象を特定できる。すなわち、情報処理装置100は、判定対象モデルが推定する第1の事象の特徴量と、基準モデルが推定する第2の事象の特徴量とが類似する場合、第1の事象と第2の事象との間に正の相関関係があるものと推定する。あるいは、情報処理装置100は、判定対象モデルが推定する第1の事象の特徴量と、基準モデルが推定する第2の事象の特徴量とが類似しない場合、第1の事象と第2の事象との間に負の相関関係があるものと推定する。 For example, the information processing apparatus 100 identifies a first event estimated by a determination target model selected from among a plurality of estimation models, and identifies a second event related to the identified first event. Specifically, the information processing apparatus 100 uses a natural language processing technique such as Word2Vec to derive a feature amount of a character string (label) indicating an event estimated by each estimation model. Then, the information processing apparatus 100 identifies a second event whose feature amount is similar to the first event estimated by the determination target model based on the derived feature amount. Alternatively, the information processing apparatus 100 identifies a second event whose feature amount is not similar to the first event estimated by the determination target model based on the derived feature amount. Thus, the information processing apparatus 100 can identify the second event that has some relationship with the first event. That is, when the feature amount of the first event estimated by the determination target model and the feature amount of the second event estimated by the reference model are similar, the information processing apparatus 100 determines that the first event and the second event It is assumed that there is a positive correlation between Alternatively, when the feature amount of the first event estimated by the determination target model and the feature amount of the second event estimated by the reference model are not similar, the information processing apparatus 100 determines that the first event and the second event It is estimated that there is a negative correlation between

第2の事象を特定後、情報処理装置100は、特定した第2の事象を推定する推定モデル(スコアリスト)の中から、推定の精度が所定の基準を満たすモデルを取得する。たとえば、情報処理装置100は、特定した第2の事象を推定する推定モデルを元に、後述するユーザリストを生成する。続いて、情報処理装置100は、生成したユーザリストを用いて、ユーザリストに対応する第2の事象に関する広告の配信を行い、広告配信の効果を測定する。そして、情報処理装置100は、測定結果が所定の基準を満たすユーザリストの元となった推定モデル(スコアリスト)を基準モデルとして選定する。なお、判定対象モデルは、情報処理装置100のオペレータが任意に選定できる。 After identifying the second event, the information processing apparatus 100 acquires a model whose estimation accuracy satisfies a predetermined standard from the estimation models (score list) for estimating the identified second event. For example, the information processing apparatus 100 generates a user list, which will be described later, based on an estimation model for estimating the specified second event. Subsequently, the information processing apparatus 100 distributes an advertisement relating to the second event corresponding to the user list using the generated user list, and measures the effect of the advertisement distribution. Then, the information processing apparatus 100 selects, as a reference model, the estimation model (score list) that is the basis of the user list whose measurement result satisfies a predetermined criterion. Note that the determination target model can be arbitrarily selected by the operator of the information processing apparatus 100 .

次に、情報処理装置100は、判定対象モデルから得られる各ユーザと第1の事象との関係性を示す値に基づいて、各ユーザUを順位付けして列挙した第1リスト情報(ユーザリスト)を生成する(ステップS2)。 Next, the information processing apparatus 100 generates first list information (user list ) is generated (step S2).

たとえば、情報処理装置100は、第1の事象に関連する各ユーザUが入力した検索クエリと、スコアリストとに基づいて、第1の事象と各ユーザUとの関係性を数値化し、数値化した関係性を示す値に基づいて、各ユーザUを順位付けした第1リスト情報(ユーザリスト)を生成できる。 For example, the information processing apparatus 100 quantifies the relationship between the first event and each user U based on the search query input by each user U related to the first event and the score list. First list information (user list) in which each user U is ranked can be generated based on the value indicating the relationship.

具体的には、情報処理装置100は、第1の事象に関連する各ユーザを選定し、選定した各ユーザUが入力した検索クエリと対応付けられたスコアをスコアリストから特定する。なお、情報処理装置100は、各ユーザUを無作為に選定してもよいし、所定の条件に基づいて選定してもよい。そして、情報処理装置100は、特定したスコアの合計から、第1の事象と、各ユーザUとの間の関係性を示すユーザリストを導出する。たとえば、ユーザリストにおいて、第1の事象と関係性が高いユーザUはスコアが高く、所定の行動と関係性が低いユーザUはスコアが低くなる。 Specifically, the information processing apparatus 100 selects each user related to the first event, and identifies the score associated with the search query input by each selected user U from the score list. Note that the information processing apparatus 100 may select each user U at random, or may select based on a predetermined condition. Then, the information processing apparatus 100 derives a user list indicating the relationship between the first event and each user U from the specified total score. For example, in the user list, a user U who has a high relationship with the first event has a high score, and a user U who has a low relationship with the predetermined behavior has a low score.

以下、情報処理装置100による第1リスト情報(ユーザリスト)の生成方法の一例を説明する。情報処理装置100は、シードユーザを含む各ユーザUが入力した複数の検索クエリひとつひとつについて、対応付けられたスコアをスコアリストから取得し、取得したスコアの合計値を算出する。このようにすれば、各ユーザUが入力した複数の検索クエリと所定の行動との関係性を数値として表すことができるため、単一の検索クエリの数値化と比較してより信頼性の高い数値化を実現できる。 An example of a method for generating the first list information (user list) by the information processing apparatus 100 will be described below. The information processing apparatus 100 acquires scores associated with each of the plurality of search queries input by each user U including the seed user from the score list, and calculates the total value of the acquired scores. In this way, since the relationship between a plurality of search queries input by each user U and a predetermined action can be represented as a numerical value, the reliability is higher than when a single search query is quantified. Quantification can be realized.

次に、情報処理装置100は、各ユーザUについてスコアの合計値を計算した後、スコアの高い順に各ユーザUを順位付けするとともに、順位順に各ユーザUが入力した検索クエリを対応付けることにより、ユーザリストを生成する。このユーザリストは、どのような検索クエリを入力したユーザUが、第1の事象との関連性が強いかを示すリストとして機能する。このユーザリストは、第1の事象と検索クエリとの関連性の分析や、ユーザUの分析などに用いられる。 Next, after calculating the total score value for each user U, the information processing apparatus 100 ranks each user U in descending order of the score, and associates the search queries input by each user U in the order of ranking. Generate a user list. This user list functions as a list indicating what kind of search queries the users U who have entered have a strong relevance to the first event. This user list is used for analyzing the relationship between the first event and the search query, analyzing the user U, and the like.

また、情報処理装置100は、基準モデルから得られる各ユーザUと第2の事象との関係性を示す値に基づいて、各ユーザUを順位付けして列挙した第2リスト情報(ユーザリスト)を生成する(ステップS3)。 The information processing apparatus 100 also provides second list information (user list) in which each user U is ranked and listed based on the value indicating the relationship between each user U and the second event obtained from the reference model. is generated (step S3).

たとえば、情報処理装置100は、第2の事象に関連する各ユーザUが入力した検索クエリと、スコアリストとに基づいて、第2の事象と各ユーザUとの関係性を数値化し、数値化した関係性を示す値に基づいて、各ユーザUを順位付けした第2リスト情報(ユーザリスト)を生成できる。なお、第2リスト情報の生成方法については、上述した第1リスト情報の生成方法と同様である。 For example, the information processing device 100 quantifies the relationship between the second event and each user U based on the search query input by each user U related to the second event and the score list, and digitizes the relationship. Second list information (user list) in which each user U is ranked can be generated based on the value indicating the relationship. Note that the method of generating the second list information is the same as the method of generating the first list information described above.

そして、情報処理装置100は、第1リスト情報および第2リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかに基づいて、判定対象モデルの信頼性を評価する(ステップS4)。以下、図2~図7を用いて、判定対象モデルの信頼性の評価方法について説明する。 Then, the information processing apparatus 100 determines the reliability of the determination target model based on whether the contents of the first list information and the second list information correspond to the relationship between the first event and the second event. Evaluate the nature (step S4). A method for evaluating the reliability of the determination target model will be described below with reference to FIGS. 2 to 7. FIG.

図2は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その1)を示す図である。なお、以下に示す図2~図4では、第1の事象である「しゃぶしゃぶ派」と第2の事象である「焼肉派」が正の相関関係を有すると推定される場合の評価方法の一例を示している。なお、「しゃぶしゃぶ派」とは、肉料理の中でしゃぶしゃぶを好む傾向にあるユーザUを示しており、「焼肉派」とは、肉料理の中で焼肉を好む傾向にあるユーザUを示している。 FIG. 2 is a diagram illustrating an overview (Part 1) of a reliability evaluation method of a determination target model according to the embodiment. In addition, in FIGS. 2 to 4 shown below, an example of an evaluation method when it is estimated that the first phenomenon "shabu-shabu group" and the second phenomenon "yakiniku group" have a positive correlation is shown. The term “shabu-shabu group” refers to users U who tend to prefer shabu-shabu among meat dishes, and the term “yakiniku group” refers to users U who tend to prefer yakiniku among meat dishes. there is

情報処理装置100は、判定対象モデルとして選定した「しゃぶしゃぶ派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL1-aaを生成する。また、情報処理装置100は、基準モデルとして選定した「焼肉派」の推定モデル(スコアリスト)を元に、第2リスト情報であるユーザリストL2-aを生成する。 The information processing apparatus 100 generates a user list L1-aa, which is first list information, based on the estimated model (score list) of the “shabu-shabu school” selected as the determination target model. Further, the information processing apparatus 100 generates a user list L2-a, which is second list information, based on the estimated model (score list) of "Yakiniku-ha" selected as the reference model.

そして、図2に示すように、情報処理装置100は、ユーザリストL1-aaとユーザリストL2-aとを比較し、ユーザリストL1-aaおよびユーザリストL2-aの内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかを判定する。たとえば、図2に示す例では、第1の事象である「しゃぶしゃぶ派」と、第2の事象である「焼肉派」は正の相関関係を有していると推定されている。このような場合、情報処理装置100は、第1リスト情報および第2リスト情報の内容が類似しているかどうかに基づいて、判定対象モデルの信頼性を評価できる。 Then, as shown in FIG. 2, the information processing apparatus 100 compares the user list L1-aa and the user list L2-a, and determines that the contents of the user list L1-aa and the user list L2-a are the first event. It is determined whether or not the contents correspond to the relationship of the second event. For example, in the example shown in FIG. 2, it is estimated that there is a positive correlation between the first event, "shabu-shabu" and the second event, "yakiniku". In such a case, the information processing apparatus 100 can evaluate the reliability of the determination target model based on whether the contents of the first list information and the second list information are similar.

具体的には、情報処理装置100は、ユーザリストL1-aaとユーザリストL2-aに含まれるユーザIDの一致率が閾値TH-1以上であり、かつユーザリストL1-aaとユーザリストL2-aに含まれる検索クエリの一致率が閾値TH-2以上であるという条件を満たすか否かを判定する。そして、情報処理装置100は、ユーザIDの一致率が閾値TH-1以上であり、かつ検索クエリの一致率が閾値TH-2以上であると判定した場合、判定対象モデルとして選定した「しゃぶしゃぶ派」の推定モデル(スコアリスト)の信頼性が高いと評価する。 Specifically, the information processing apparatus 100 determines that the matching rate of the user IDs included in the user list L1-aa and the user list L2-a is equal to or higher than the threshold TH-1, and the user list L1-aa and the user list L2-a It is determined whether or not the condition that the match rate of the search query contained in a is equal to or greater than the threshold TH-2 is satisfied. Then, when the information processing apparatus 100 determines that the matching rate of the user ID is equal to or higher than the threshold TH-1 and that the matching rate of the search query is equal to or higher than the threshold TH-2, the information processing apparatus 100 selects "shabu-shabu school" as the determination target model. ” estimation model (score list) is highly reliable.

なお、情報処理装置100は、ユーザIDの一致率および検索クエリの一致率を判定する際、上位100位以内などのように上位に位置付けられたユーザIDおよび検索クエリについて一致率を判定してもよい。 When determining the matching rate of user IDs and the matching rate of search queries, information processing apparatus 100 may determine the matching rates of user IDs and search queries ranked high, such as within the top 100. good.

図3は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その2)を示す図である。図3は、図2に示す例と同様に、第1の事象である「しゃぶしゃぶ派」と第2の事象である「焼肉派」が正の相関関係を有すると推定される場合の評価方法の一例を示しているが、第1リスト情報であるユーザリストL1-abの内容が図2に示す例とは相違する。 FIG. 3 is a diagram illustrating an outline (part 2) of a reliability evaluation method of a determination target model according to the embodiment. Similar to the example shown in FIG. 2, FIG. 3 shows the evaluation method when it is estimated that the first phenomenon “shabu-shabu group” and the second phenomenon “yakiniku group” have a positive correlation. Although an example is shown, the content of the user list L1-ab, which is the first list information, is different from the example shown in FIG.

たとえば、情報処理装置100は、ユーザリストL1-abとユーザリストL2-aに含まれるユーザIDの一致率が閾値TH-1以上であり、かつユーザリストL1-abとユーザリストL2-aに含まれる検索クエリの一致率が閾値TH-2以上であるという条件を満たすか否かを判定する。そして、情報処理装置100は、前述の条件を満たしていないと判定した場合、つまり、図3に示すように、ユーザIDの一致率が閾値TH-1未満であり、かつ検索クエリの一致率が閾値TH-2未満であると判定した場合、判定対象モデルとして選定した「しゃぶしゃぶ派」の推定モデル(スコアリスト)の信頼性が低いと評価する。 For example, information processing apparatus 100 determines that the match rate of user IDs included in user list L1-ab and user list L2-a is equal to or greater than threshold TH-1, and user list L1-ab and user list L2-a include It determines whether or not the condition that the match rate of the retrieved search query is equal to or greater than the threshold TH-2 is satisfied. Then, when the information processing apparatus 100 determines that the above-described conditions are not satisfied, that is, as shown in FIG. If it is determined that the score is less than the threshold TH-2, the reliability of the estimation model (score list) of the "shabu-shabu school" selected as the determination target model is evaluated as low.

また、情報処理装置100は、第1の事象と第2の事象が正の相関関係を有すると推定される場合、第1リスト情報および第2リスト情報の時系列の変動内容が類似しているかどうかに基づいて、判定対象モデルの信頼性を評価してもよい。図4は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その3)を示す図である。 Further, when it is estimated that the first event and the second event have a positive correlation, the information processing apparatus 100 determines whether the time-series fluctuation contents of the first list information and the second list information are similar. The reliability of the determination target model may be evaluated based on whether. FIG. 4 is a diagram illustrating an outline (part 3) of a reliability evaluation method of a determination target model according to the embodiment.

まず、情報処理装置100は、判定対象モデルとして選定した「しゃぶしゃぶ派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL1-aaを生成する。さらに、情報処理装置100は、時間Tが経過した後の「しゃぶしゃぶ派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL1-bを生成する。 First, the information processing apparatus 100 generates a user list L1-aa, which is first list information, based on the estimated model (score list) of the “shabu-shabu school” selected as the determination target model. Further, the information processing apparatus 100 generates a user list L1-b, which is the first list information, based on the estimated model (score list) of the “shabu-shabu school” after the time T has passed.

また、情報処理装置100は、基準モデルとして選定した「焼肉派」の推定モデル(スコアリスト)を元に、第2リスト情報であるユーザリストL2-aを生成する。さらに、情報処理装置100は、時間Tが経過した後の「焼肉派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL2-bを生成する。 Further, the information processing apparatus 100 generates a user list L2-a, which is second list information, based on the estimated model (score list) of "Yakiniku-ha" selected as the reference model. Further, the information processing apparatus 100 generates a user list L2-b, which is the first list information, based on the estimated model (score list) of the “yakiniku group” after the time T has passed.

そして、図4に示すように、情報処理装置100は、ユーザリストL1-aaとユーザリストL2-aとを比較し、ユーザリストL1-aaおよびユーザリストL2-aの内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかを判定する。さらに、情報処理装置100は、ユーザリストL1-bとユーザリストL2-bとを比較し、ユーザリストL1-bおよびユーザリストL2-bの内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかを判定する。 Then, as shown in FIG. 4, the information processing apparatus 100 compares the user list L1-aa and the user list L2-a, and determines that the contents of the user list L1-aa and the user list L2-a are the first event. It is determined whether or not the contents correspond to the relationship of the second event. Furthermore, the information processing apparatus 100 compares the user list L1-b and the user list L2-b, and determines whether the contents of the user list L1-b and the user list L2-b are related to the first event and the second event. It is determined whether the content is in accordance with the

たとえば、図4に示す例では、第1の事象である「しゃぶしゃぶ派」と、第2の事象である「焼肉派」は、正の相関関係を有すると推定されている。そこで、情報処理装置100は、ユーザリストL1-aaとユーザリストL2-aに含まれるユーザIDの一致率が閾値TH-1以上であり、かつユーザリストL1-aaとユーザリストL2-aに含まれる検索クエリの一致率が閾値TH-2以上であるという条件を満たすか否かを判定する。さらに、情報処理装置100は、ユーザリストL1-bとユーザリストL2-bに含まれるユーザIDの一致率が閾値TH-1以上であり、かつユーザリストL1-bとユーザリストL2-bに含まれる検索クエリの一致率が閾値TH-2以上であるという条件を満たすか否かを判定する。 For example, in the example shown in FIG. 4, it is estimated that the first event "shabu-shabu" and the second event "yakiniku" have a positive correlation. Therefore, information processing apparatus 100 determines that the match rate of user IDs included in user list L1-aa and user list L2-a is equal to or greater than threshold TH-1, and user list L1-aa and user list L2-a include It determines whether or not the condition that the match rate of the retrieved search query is equal to or greater than the threshold TH-2 is satisfied. Further, the information processing apparatus 100 determines that the match rate of the user IDs included in the user list L1-b and the user list L2-b is equal to or higher than the threshold TH-1, and the user IDs included in the user list L1-b and the user list L2-b It determines whether or not the condition that the match rate of the retrieved search query is equal to or greater than the threshold TH-2 is satisfied.

そして、情報処理装置100は、時間Tが経過する前後において、ユーザIDの一致率が閾値TH-1以上であり、かつ検索クエリの一致率が閾値TH-2以上であるという条件を満たしていると判定した場合、判定対象モデルとして選定した「しゃぶしゃぶ派」の推定モデル(スコアリスト)の信頼性が高いと評価する。 Then, the information processing apparatus 100 satisfies the condition that the matching rate of the user ID is equal to or higher than the threshold TH-1 and the matching rate of the search query is equal to or higher than the threshold TH-2 before and after the time T elapses. If it is judged as, the reliability of the estimation model (score list) of "shabu-shabu school" selected as the judgment target model is evaluated as high.

図5は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その4)を示す図である。なお、以下に示す図5~図7では、第1の事象である「外食派」と第2の事象である「自炊派」が負の相関関係を有すると推定される場合の評価方法の一例を示している。なお、「外食派」とは、食事を外食で済ませる傾向にあるユーザUを示しており、「自炊派」とは、食事の自炊を好む傾向にあるユーザUを示している。 FIG. 5 is a diagram illustrating an outline (part 4) of a reliability evaluation method of a determination target model according to the embodiment. 5 to 7 shown below are an example of an evaluation method when it is estimated that the first event, “eating out” and the second event, “cooking at home” have a negative correlation. is shown. The term “eating out” refers to users U who tend to eat out, and the term “self-cooking” refers to users U who tend to prefer to cook their own meals.

情報処理装置100は、判定対象モデルとして選定した「外食派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL11-aaを生成する。また、情報処理装置100は、基準モデルとして選定した「自炊派」の推定モデル(スコアリスト)を元に、第2リスト情報であるユーザリストL22-aを生成する。 The information processing apparatus 100 generates a user list L11-aa, which is first list information, based on the estimated model (score list) of the “eating out” type selected as the determination target model. Further, the information processing apparatus 100 generates a user list L22-a, which is second list information, based on the estimated model (score list) of the “self-cooking group” selected as the reference model.

そして、図5に示すように、情報処理装置100は、ユーザリストL11-aaとユーザリストL22-aとを比較し、ユーザリストL11-aaおよびユーザリストL22-aの内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかを判定する。たとえば、図5に示す例では、第1の事象である「外食派」と、第2の事象である「自炊派」は負の相関を有していると推定されている。このような場合、情報処理装置100は、第1リスト情報および第2リスト情報の内容が非類似であるかどうか(類似していないかどうか)に基づいて、判定対象モデルの信頼性を評価できる。 Then, as shown in FIG. 5, the information processing apparatus 100 compares the user list L11-aa and the user list L22-a, and determines that the contents of the user list L11-aa and the user list L22-a are the first event. It is determined whether or not the contents correspond to the relationship of the second event. For example, in the example shown in FIG. 5, it is estimated that there is a negative correlation between the first event, “eating out” and the second event, “cooking at home”. In such a case, the information processing apparatus 100 can evaluate the reliability of the determination target model based on whether the contents of the first list information and the second list information are dissimilar (dissimilar). .

具体的には、情報処理装置100は、ユーザリストL11-aaとユーザリストL22-aに含まれるユーザIDの一致率が閾値TH-1未満であり、かつユーザリストL11-aaとユーザリストL22-aに含まれる検索クエリの一致率が閾値TH-2未満であるという条件を満たすか否かを判定する。そして、情報処理装置100は、ユーザIDの一致率が閾値TH-1未満であり、かつ検索クエリの一致率が閾値TH-2未満であると判定した場合、判定対象モデルとして選定した「外食派」の推定モデル(スコアリスト)の信頼性が高いと評価する。 Specifically, the information processing apparatus 100 determines that the matching rate of the user IDs included in the user list L11-aa and the user list L22-a is less than the threshold TH-1, and the user list L11-aa and the user list L22-a It is determined whether or not the condition that the matching rate of the search query included in a is less than the threshold TH-2 is satisfied. When the information processing apparatus 100 determines that the matching rate of the user ID is less than the threshold TH-1 and that the matching rate of the search query is less than the threshold TH-2, the information processing apparatus 100 selects the "restaurant group" as the determination target model. ” estimation model (score list) is highly reliable.

図6は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その5)を示す図である。図6は、図5に示す例と同様に、第1の事象である「外食派」と第2の事象である「自炊派」が負の相関関係を有すると推定される場合の評価方法の一例を示しているが、第1リスト情報であるユーザリストL11-abの内容が図5に示す例とは相違する。 FIG. 6 is a diagram illustrating an overview (No. 5) of a reliability evaluation method for a determination target model according to the embodiment. Similar to the example shown in FIG. 5, FIG. 6 shows the evaluation method when it is estimated that the first event, “eating out” and the second event, “cooking at home” have a negative correlation. Although an example is shown, the content of the user list L11-ab, which is the first list information, is different from the example shown in FIG.

たとえば、情報処理装置100は、ユーザリストL11-abとユーザリストL22-aに含まれるユーザIDの一致率が閾値TH-1未満であり、かつユーザリストL11-abとユーザリストL22-aに含まれる検索クエリの一致率が閾値TH-2未満であるという条件を満たすか否かを判定する。そして、情報処理装置100は、前述の条件を満たしていないと判定した場合、つまり、図6に示すように、ユーザIDの一致率が閾値TH-1以上であり、かつ検索クエリの一致率が閾値TH-2以上であると判定した場合、判定対象モデルとして選定した「外食派」の推定モデル(スコアリスト)の信頼性が低いと評価する。 For example, information processing apparatus 100 determines that the match rate of user IDs included in user list L11-ab and user list L22-a is less than threshold TH-1, and user list L11-ab and user list L22-a include It determines whether or not the condition that the match rate of the retrieved search query is less than the threshold TH-2 is satisfied. Then, when the information processing apparatus 100 determines that the above-described conditions are not satisfied, that is, as shown in FIG. When it is determined that the score is equal to or greater than the threshold TH-2, the reliability of the estimation model (score list) of the "eating out type" selected as the determination target model is evaluated as low.

また、情報処理装置100は、第1の事象と第2の事象が負の相関関係を有すると推定される場合、第1リスト情報および第2リスト情報の時系列の変動内容が非類似であるかどうかに基づいて、判定対象モデルの信頼性を評価してもよい。図7は、実施形態に係る判定対象モデルの信頼性の評価方法の概要(その6)を示す図である。 Further, when the first event and the second event are estimated to have a negative correlation, the information processing apparatus 100 determines that the time-series variation contents of the first list information and the second list information are dissimilar. The reliability of the determination target model may be evaluated based on whether or not. FIG. 7 is a diagram illustrating an overview (Part 6) of a reliability evaluation method of a determination target model according to the embodiment.

まず、情報処理装置100は、判定対象モデルとして選定した「外食派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL11-aaを生成する。さらに、情報処理装置100は、時間Tが経過した後の「外食派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL11-bを生成する。 First, the information processing apparatus 100 generates a user list L11-aa, which is first list information, based on the estimated model (score list) of the “eating out” type selected as the determination target model. Further, the information processing apparatus 100 generates a user list L11-b, which is the first list information, based on the estimated model (score list) of "eating out" after the time T has passed.

また、情報処理装置100は、基準モデルとして選定した「自炊派」の推定モデル(スコアリスト)を元に、第2リスト情報であるユーザリストL22-aを生成する。さらに、情報処理装置100は、時間Tが経過した後の「自炊派」の推定モデル(スコアリスト)を元に、第1リスト情報であるユーザリストL22-bを生成する。 Further, the information processing apparatus 100 generates a user list L22-a, which is second list information, based on the estimated model (score list) of the “self-cooking group” selected as the reference model. Further, the information processing apparatus 100 generates a user list L22-b, which is the first list information, based on the estimated model (score list) of the “self-cooking group” after the time T has passed.

そして、図7に示すように、情報処理装置100は、ユーザリストL11-aaとユーザリストL22-aとを比較し、ユーザリストL11-aaおよびユーザリストL22-aの内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかを判定する。さらに、情報処理装置100は、ユーザリストL11-bとユーザリストL22-bとを比較し、ユーザリストL11-bおよびユーザリストL22-bの内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかを判定する。 Then, as shown in FIG. 7, the information processing apparatus 100 compares the user list L11-aa and the user list L22-a, and determines that the contents of the user list L11-aa and the user list L22-a are the first event. It is determined whether or not the contents correspond to the relationship of the second event. Furthermore, the information processing apparatus 100 compares the user list L11-b and the user list L22-b, and determines whether the contents of the user list L11-b and the user list L22-b are related to the first event and the second event. It is determined whether the content is in accordance with the

たとえば、図7に示す例では、第1の事象である「外食派」と、第2の事象である「自炊派」は、負の相関関係を有すると推定されている。そこで、情報処理装置100は、ユーザリストL11-aaとユーザリストL22-aに含まれるユーザIDの一致率が閾値TH-1未満であり、かつユーザリストL11-aaとユーザリストL22-aに含まれる検索クエリの一致率が閾値TH-2未満であるという条件を満たすか否かを判定する。さらに、情報処理装置100は、ユーザリストL11-bとユーザリストL22-bに含まれるユーザIDの一致率が閾値TH-1未満であり、かつユーザリストL11-bとユーザリストL22-bに含まれる検索クエリの一致率が閾値TH-2未満であるという条件を満たすか否かを判定する。 For example, in the example shown in FIG. 7, it is estimated that there is a negative correlation between the first event, “eating out” and the second event, “cooking at home”. Therefore, the information processing apparatus 100 determines that the matching rate of the user IDs included in the user list L11-aa and the user list L22-a is less than the threshold TH-1 and It determines whether or not the condition that the match rate of the retrieved search query is less than the threshold TH-2 is satisfied. Further, the information processing apparatus 100 determines that the matching rate of the user IDs included in the user list L11-b and the user list L22-b is less than the threshold TH-1 and It determines whether or not the condition that the match rate of the retrieved search query is less than the threshold TH-2 is satisfied.

そして、情報処理装置100は、時間Tが経過する前後において、ユーザIDの一致率が閾値TH-1未満であり、かつ検索クエリの一致率が閾値TH-2未満であるという条件を満たしていると判定した場合、判定対象モデルとして選定した「外食派」の推定モデル(スコアリスト)の信頼性が高いと評価する。 Then, the information processing apparatus 100 satisfies the condition that the matching rate of the user ID is less than the threshold TH-1 and the matching rate of the search query is less than the threshold TH-2 before and after the time T has passed. If it is judged as such, the reliability of the estimation model (score list) of the "eating out group" selected as the judgment target model is evaluated as high.

このように、実施形態に係る情報処理装置100は、所定の信頼性を有する第2リスト情報を用いることにより、第1リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容であるかを合理的に確かめることができ、第1リスト情報の元となる判定対象モデルの信頼性を間接的に評価できる。このようなことから、実施形態に係る情報処理装置100は、生成した情報である判定対象モデル(スコアリスト)の信頼性を確かめることが可能となる。 As described above, the information processing apparatus 100 according to the embodiment uses the second list information having a predetermined reliability, so that the content of the first list information is changed according to the relationship between the first event and the second event. It is possible to rationally confirm whether the content is correct, and indirectly evaluate the reliability of the determination target model that is the source of the first list information. As such, the information processing apparatus 100 according to the embodiment can confirm the reliability of the determination target model (score list) that is the generated information.

[3.情報処理装置の構成]
図8を用いて、実施形態に係る情報処理装置100の構成について説明する。図8は、実施形態に係る情報処理装置の構成例を示す図である。
[3. Configuration of information processing device]
The configuration of the information processing apparatus 100 according to the embodiment will be described using FIG. FIG. 8 is a diagram illustrating a configuration example of an information processing apparatus according to the embodiment;

図8に示すように、情報処理装置100は、通信部110と、記憶部120と、制御部130とを備える。なお、図8は、情報処理装置100の構成例を示すものであり、図8に示す形態には限られず、図8に示す以外の他の機能部を備える形態であってもよい。 As shown in FIG. 8, the information processing apparatus 100 includes a communication section 110, a storage section 120, and a control section . Note that FIG. 8 shows a configuration example of the information processing apparatus 100, and is not limited to the form shown in FIG.

(通信部110)
通信部110は、例えば、ネットワークNと有線または無線で接続され、ネットワークNを介して、端末装置10などの他の装置との間で情報の送受信を行う。通信部110は、例えば、NIC(Network Interface Card)やアンテナなどによって実現される。ネットワークNは、LAN(Local Area Network)や、WAN(Wide Area Network)や、電話網(携帯電話網や固定電話網など)や、地域IP(Internet Protocol)網や、インターネットなどの通信ネットワークである。ネットワークNには、有線ネットワークが含まれていてもよいし、無線ネットワークが含まれていてもよい。
(Communication unit 110)
The communication unit 110 is connected to the network N by wire or wirelessly, for example, and transmits and receives information to and from another device such as the terminal device 10 via the network N. The communication unit 110 is implemented by, for example, a NIC (Network Interface Card), an antenna, or the like. The network N is a communication network such as a LAN (Local Area Network), a WAN (Wide Area Network), a telephone network (mobile telephone network, fixed telephone network, etc.), a regional IP (Internet Protocol) network, or the Internet. . The network N may include wired networks or wireless networks.

通信部110は、端末装置10から、撮影画像などの情報を受信する。また、通信部110は、提案情報を端末装置10に送信する。 The communication unit 110 receives information such as captured images from the terminal device 10 . Also, the communication unit 110 transmits the proposal information to the terminal device 10 .

(記憶部120)
記憶部120は、例えば、RAM(Random Access Memory)、フラッシュメモリなどの半導体メモリ素子、または、ハードディスクや光ディスクなどの記憶装置によって実現される。記憶部120は、制御部130の各部により実行される情報処理を実現するためのプログラム及びデータを記憶する。
(storage unit 120)
The storage unit 120 is realized by, for example, a RAM (Random Access Memory), a semiconductor memory device such as a flash memory, or a storage device such as a hard disk or an optical disk. Storage unit 120 stores programs and data for realizing information processing executed by each unit of control unit 130 .

図8に示すように、記憶部120は、ユーザ情報記憶部121と、推定モデル記憶部122とを有する。 As shown in FIG. 8 , storage unit 120 has user information storage unit 121 and estimation model storage unit 122 .

(ユーザ情報記憶部121)
ユーザ情報記憶部121には、各ユーザから提供されるユーザ情報が任意の形式で記憶されている。図9は、実施形態に係るユーザ情報の概要を示す図である。
(User information storage unit 121)
User information provided by each user is stored in the user information storage unit 121 in an arbitrary format. FIG. 9 is a diagram showing an overview of user information according to the embodiment.

図9に示すように、ユーザ情報は、「ユーザID」の項目や、「検索履歴」の項目や、「購買履歴」の項目などを有する。推定モデル情報が有するこれらの項目は相互に対応付けられている。 As shown in FIG. 9, the user information includes items such as "user ID", "search history", and "purchase history". These items in the estimation model information are associated with each other.

「ユーザID」の項目には、各種サービスの提供に際して、各種サービスを利用するユーザを識別するために、情報処理装置100によりユーザごとに個別に付与される識別情報が記憶される。 The “user ID” item stores identification information that is individually given to each user by the information processing apparatus 100 in order to identify users who use various services when various services are provided.

「検索履歴」の項目には、各ユーザからユーザ情報として提供される検索履歴に関する情報が記憶される。また、「購買履歴」の項目には、各ユーザからユーザ情報として提供される購買履歴に関する情報が記憶される。 The "search history" item stores information about the search history provided by each user as user information. In addition, in the item "Purchase History", information related to the purchase history provided by each user as user information is stored.

(推定モデル記憶部122)
推定モデル記憶部122には、推定モデルに関する推定モデル情報が任意の形式で記憶されている。図10は、実施形態に係る推定モデル情報の概要を示す図である。
(Estimated model storage unit 122)
The estimation model storage unit 122 stores estimation model information about the estimation model in an arbitrary format. FIG. 10 is a diagram illustrating an overview of estimation model information according to the embodiment;

図5に示すように、推定モデル情報は、「モデルID」の項目と、「事象」の項目と、「データ」の項目とを有する。推定モデル情報が有するこれらの項目は相互に対応付けられている。 As shown in FIG. 5, the estimated model information has a "model ID" item, an "event" item, and a "data" item. These items of the estimated model information are associated with each other.

「モデルID」の項目には、推定モデルを特定するために推定モデルごとに個別に付与されている識別情報が記憶されている。 The “model ID” item stores identification information that is individually assigned to each estimation model to identify the estimation model.

「事象」には、対応付けられている推定モデルにより推定されるユーザの行動や興味嗜好などの内容を示す情報が記憶されている。 "Event" stores information indicating the contents of the user's behavior, interests, and preferences estimated by the associated estimation model.

「データ」の項目には、対応付けられている推定モデルのデータが記憶されている。なお、図10では、「データ」の項目に、「データA」や「データB」などのような概念的な情報が格納される例を示したが、実際には、推定モデルの構成(ネットワーク構成)の情報やパラメータに関する情報など、対応する推定モデルを構成する種々の情報が含まれる。たとえば、推定モデルを構成する個々の情報には、ネットワークの各層におけるノードと、各ノードが採用する関数と、ノードの接続関係と、ノード間の接続に対して設定される接続係数とを含む情報が含まれ得る。 The "data" item stores the data of the associated estimation model. Note that FIG. 10 shows an example in which conceptual information such as "data A" and "data B" is stored in the "data" item. configuration) and information about parameters, and various other information that constitutes the corresponding estimation model. For example, the individual pieces of information that make up the estimation model include information including nodes in each layer of the network, functions adopted by each node, connection relations between nodes, and connection coefficients set for connections between nodes. can be included.

(制御部130)
図8に示す制御部130は、情報処理装置100を制御するコントローラ(controller)である。制御部130は、CPU(Central Processing Unit)やMPU(Micro Processing Unit)、GPU(Graphics Processing Unit)などによって、情報処理装置100内部の記憶装置に記憶されている各種プログラム(例えば、情報処理プログラム)がRAMを作業領域として実行されることにより実現される。また、制御部130は、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)などの集積回路により実現されてもよい。
(control unit 130)
A control unit 130 shown in FIG. 8 is a controller that controls the information processing apparatus 100 . The control unit 130 executes various programs (for example, an information processing program) stored in a storage device inside the information processing apparatus 100 by a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), or the like. is executed using RAM as a work area. Also, the control unit 130 may be implemented by an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array).

図8に示すように、制御部130は、選定部131と、生成部132と、評価部133とを有する。制御部130は、これらの各部により、以下に説明する情報処理の機能や作用を実現または実行する。なお、制御部130の内部構成は、図8に示した構成に限られず、後述する情報処理を行う構成であれば他の構成であってもよい。また、制御部130が有する各部の接続関係は、図8に示した接続関係に限られず、他の接続関係であってもよい。 As shown in FIG. 8 , the control unit 130 has a selection unit 131 , a generation unit 132 and an evaluation unit 133 . Control unit 130 implements or executes the functions and actions of information processing described below by means of these units. Note that the internal configuration of the control unit 130 is not limited to the configuration shown in FIG. 8, and may be another configuration as long as it performs information processing described later. Moreover, the connection relationship of each part of the control unit 130 is not limited to the connection relationship shown in FIG. 8, and may be another connection relationship.

(選定部131)
選定部131は、判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを特定する。基準モデルは、情報処理装置100が管理する複数の推定モデルのうち、判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たすモデルである。
(Selection unit 131)
The selection unit 131 specifies a reference model, which is a model for estimating a second event that is related to the first event estimated by the determination target model, and whose estimation accuracy satisfies a predetermined standard. The reference model is a model for estimating a second event having relevance to the first event estimated by the determination target model among a plurality of estimation models managed by the information processing apparatus 100, and has a predetermined estimation accuracy. It is a model that meets the criteria of

たとえば、選定部131は、複数の推定モデルの中から選定した判定対象モデルが推定する第1の事象を特定し、特定した第1の事象と関連性を有する第2の事象を特定する。具体的には、選定部131は、Word2Vecなどの自然言語処理手法を用いて、各推定モデルが推定する事象を示す文字列(ラベル)の特徴量をそれぞれ導出する。そして、情報処理装置100は、導出した特徴量を元に、判定対象モデルが推定する第1の事象と特徴量が類似する第2の事象を特定する。あるいは、情報処理装置100は、導出した特徴量を元に、判定対象モデルが推定する第1の事象と特徴量が類似しない第2の事象を特定する。このように、選定部131は、第1の事象と何らかの関連性を有する第2の事象を特定できる。すなわち、情報処理装置100は、判定対象モデルが推定する第1の事象の特徴量と、基準モデルが推定する第2の事象の特徴量とが類似する場合、第1の事象と第2の事象との間に正の相関関係があるものと推定する。あるいは、選定部131は、判定対象モデルが推定する第1の事象の特徴量と、基準モデルが推定する第2の事象の特徴量とが類似しない場合、第1の事象と第2の事象と負の相関関係があるものと推定する。 For example, the selection unit 131 identifies a first event estimated by a determination target model selected from among a plurality of estimation models, and identifies a second event related to the identified first event. Specifically, the selection unit 131 uses a natural language processing technique such as Word2Vec to derive a feature quantity of a character string (label) indicating an event estimated by each estimation model. Then, the information processing apparatus 100 identifies a second event whose feature amount is similar to the first event estimated by the determination target model based on the derived feature amount. Alternatively, the information processing apparatus 100 identifies a second event whose feature amount is not similar to the first event estimated by the determination target model based on the derived feature amount. Thus, the selection unit 131 can identify a second event that has some relationship with the first event. That is, when the feature amount of the first event estimated by the determination target model and the feature amount of the second event estimated by the reference model are similar, the information processing apparatus 100 determines that the first event and the second event It is assumed that there is a positive correlation between Alternatively, if the feature amount of the first event estimated by the determination target model and the feature amount of the second event estimated by the reference model are not similar, the selection unit 131 selects the first event and the second event. Assume that there is a negative correlation.

第2の事象を特定後、選定部131は、特定した第2の事象を推定する推定モデル(スコアリスト)の中から、推定の精度が所定の基準を満たすモデルを取得する。たとえば、選定部131は、特定した特定した第2の事象を推定する推定モデルを元に、後述するユーザリストを生成する。続いて、選定部131は、生成したユーザリストを用いて、ユーザリストに対応する第2の事象に関する広告の配信を行い、広告配信の効果を測定する。そして、情報処理装置100は、測定結果が所定の基準を満たすユーザリストの元となった推定モデル(スコアリスト)を基準モデルとして選定する。なお、判定対象モデルは、情報処理装置100のオペレータが任意に選定できる。 After specifying the second event, the selection unit 131 acquires a model whose estimation accuracy satisfies a predetermined standard from the estimation models (score list) for estimating the specified second event. For example, the selection unit 131 generates a user list, which will be described later, based on an estimation model that estimates the specified second event. Next, using the generated user list, the selection unit 131 distributes an advertisement regarding the second event corresponding to the user list, and measures the effect of the advertisement distribution. Then, the information processing apparatus 100 selects, as a reference model, the estimation model (score list) that is the basis of the user list whose measurement result satisfies a predetermined criterion. Note that the determination target model can be arbitrarily selected by the operator of the information processing apparatus 100 .

(生成部132)
生成部132は、判定対象モデルから得られる各ユーザと第1の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第1リスト情報と、基準モデルから得られる各ユーザと第2の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第2リスト情報とを生成する。
(Generating unit 132)
The generation unit 132 generates first list information in which each user is ranked and listed based on the value indicating the relationship between each user and the first event obtained from the determination target model, and each user obtained from the reference model. and second list information in which each user is ranked and listed based on the value indicating the relationship with the second event.

たとえば、生成部132は、第1の事象に関連する各ユーザUが入力した検索クエリと、スコアリストとに基づいて、第1の事象と各ユーザUとの関係性を数値化し、数値化した関係性を示す値に基づいて、各ユーザUを順位付けした第1リスト情報(ユーザリスト)を生成できる。 For example, the generation unit 132 quantifies and quantifies the relationship between the first event and each user U based on the search query input by each user U related to the first event and the score list. First list information (user list) in which each user U is ranked based on the value indicating the relationship can be generated.

具体的には、生成部132は、第1の事象に関連する各ユーザを選定し、選定した各ユーザUが入力した検索クエリと対応付けられたスコアをスコアリストから特定する。なお、情報処理装置100は、各ユーザUを無作為に選定してもよいし、所定の条件に基づいて選定してもよい。そして、生成部132は、シードユーザを含む各ユーザが入力した複数の検索クエリひとつひとつについて、対応付けられたスコアをスコアリストから取得し、取得したスコアの合計値を算出する。このようにすれば、各ユーザが入力した複数の検索クエリと所定の行動との関係性を数値として表すことができるため、単一の検索クエリの数値化と比較してより信頼性の高い数値化を実現できる。 Specifically, the generation unit 132 selects each user related to the first event, and identifies the score associated with the search query input by each selected user U from the score list. Note that the information processing apparatus 100 may select each user U at random, or may select based on a predetermined condition. Then, the generation unit 132 acquires scores associated with each of the plurality of search queries input by each user including the seed user from the score list, and calculates the total value of the acquired scores. In this way, the relationship between a plurality of search queries input by each user and a predetermined action can be expressed as a numerical value. can be realized.

次に、生成部132は、各ユーザUについてスコアの合計値を計算した後、スコアの高い順に各ユーザUを順位付けするとともに、順位順に各ユーザUが入力した検索クエリを対応付けることにより、第1リスト情報であるユーザリストを生成する。このユーザリストは、どのような検索クエリを入力したユーザUが、第1の事象との関連性が強いかを示すリストとして機能する。このユーザリストは、第1の事象と検索クエリとの関連性の分析や、ユーザの分析などに用いられる。なお、生成部132は、上述した第1リスト情報の生成方法と同様の方法で、第2リスト情報であるユーザリストを生成できる。 Next, after calculating the total score for each user U, the generation unit 132 ranks each user U in descending order of the score, and associates the search queries input by each user U in the order of rank to obtain the first A user list, which is one list information, is generated. This user list functions as a list indicating what kind of search queries the users U who have entered have a strong relevance to the first event. This user list is used for analysis of relevance between the first event and search queries, analysis of users, and the like. Note that the generation unit 132 can generate the user list, which is the second list information, by the same method as the method for generating the first list information described above.

(評価部133)
評価部133は、第1リスト情報と第2リスト情報とを比較し、第1リスト情報および第2リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかに基づいて、判定対象モデルの信頼性を評価する。
(Evaluation unit 133)
The evaluation unit 133 compares the first list information and the second list information, and the contents of the first list information and the second list information correspond to the relationship between the first event and the second event. Evaluate the reliability of the model to be judged based on whether or not there is.

たとえば、評価部133は、第1の事象と第2の事象とが正の相関関係を有していると推定される場合、第1リスト情報および第2リスト情報の内容が類似しているかどうかに基づいて、判定対象モデルの信頼性を評価できる(たとえば、図2および図3参照)。また、たとえば、評価部133は、第1の事象と第2の事象が正の相関関係を有すると推定される場合、第1リスト情報および第2リスト情報の時系列の変動内容が類似しているかどうかに基づいて、判定対象モデルの信頼性を評価してもよい(たとえば、図4参照)。 For example, when it is estimated that the first event and the second event have a positive correlation, the evaluation unit 133 determines whether the contents of the first list information and the second list information are similar. Based on, the reliability of the model to be judged can be evaluated (see, for example, FIGS. 2 and 3). Further, for example, when the first event and the second event are estimated to have a positive correlation, the evaluation unit 133 determines that the time-series fluctuation contents of the first list information and the second list information are similar. The reliability of the model to be judged may be evaluated based on whether or not there is (for example, see FIG. 4).

また、評価部133は、第1の事象と第2の事象とが負の相関関係を有していると推定される場合、第1リスト情報および第2リスト情報の内容が非類似であるかどうかに基づいて、判定対象モデルの信頼性を評価できる(たとえば、図5および図6参照)。また、評価部133は、第1の事象と第2の事象が負の相関関係を有すると推定される場合、第1リスト情報および第2リスト情報の時系列の変動内容が非類似であるかどうかに基づいて、判定対象モデルの信頼性を評価してもよい(たとえば、図7参照)。 In addition, when it is estimated that the first event and the second event have a negative correlation, the evaluation unit 133 determines whether the contents of the first list information and the second list information are dissimilar. Based on what, the reliability of the model to be determined can be evaluated (see, eg, FIGS. 5 and 6). In addition, when the first event and the second event are estimated to have a negative correlation, the evaluation unit 133 determines whether the time-series fluctuation contents of the first list information and the second list information are dissimilar. The reliability of the model to be determined may be evaluated based on whether (see, for example, FIG. 7).

[4.処理手順]
以下、図11を用いて、実施形態に係る情報処理装置100による処理手順について説明する。図11は、実施形態に係る情報処理装置による処理手順の一例を示すフローチャートである。図11に示す処理手順は、情報処理装置100の制御部130により実行される。図11に示す処理手順は、情報処理装置100の稼働中、繰り返し実行される。
[4. Processing procedure]
A processing procedure performed by the information processing apparatus 100 according to the embodiment will be described below with reference to FIG. 11 . 11 is a flowchart illustrating an example of a processing procedure performed by the information processing apparatus according to the embodiment; FIG. The processing procedure shown in FIG. 11 is executed by the control unit 130 of the information processing device 100 . The processing procedure shown in FIG. 11 is repeatedly executed while the information processing apparatus 100 is in operation.

図11に示すように、選定部131は、判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを選定する(ステップS101)。 As shown in FIG. 11, the selection unit 131 is a reference model for estimating a second event that is related to a first event estimated by the determination target model and whose estimation accuracy satisfies a predetermined standard. is selected (step S101).

また、生成部132は、判定対象モデルから得られる各ユーザと第1の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第1リスト情報を生成する(ステップS102)。 In addition, the generation unit 132 generates first list information in which each user is ranked and listed based on the value indicating the relationship between each user and the first event obtained from the determination target model (step S102). .

また、生成部132は、基準モデルから得られる各ユーザと第2の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第2リスト情報とを生成する(ステップS103)。 In addition, the generating unit 132 generates second list information in which users are ranked and listed based on the value indicating the relationship between each user and the second event obtained from the reference model (step S103). .

そして、評価部133は、第1リスト情報と第2リスト情報とを比較し、第1リスト情報および第2リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかに基づいて、判定対象モデルの信頼性を評価し(ステップS104)、図11に示す処理手順を終了する。 Then, the evaluation unit 133 compares the first list information and the second list information, and determines the contents of the first list information and the second list information according to the relationship between the first event and the second event. The reliability of the determination target model is evaluated based on whether or not it is (step S104), and the processing procedure shown in FIG. 11 is terminated.

[5.変形例]
上述した情報処理装置100は、上述した実施形態以外にも種々の異なる形態にて実施されてよい。そこで、以下では、実施形態の変形例について説明する。
[5. Modification]
The information processing apparatus 100 described above may be implemented in various different forms other than the embodiments described above. So, below, the modification of embodiment is demonstrated.

(5-1.判定対象モデルの修正について)
上述した実施形態において、情報処理装置100は、判定対象モデルの信頼性が低いと評価した場合、基準モデルに基づいて、判定対象モデルを修正してもよい。たとえば、情報処理装置100は、判定対象モデルに含まれる検索クエリのうち、基準モデルと共通する検索クエリのスコアが大きくなうように調整することにより、判定対象モデルを修正する。
(5-1. Modification of judgment target model)
In the above-described embodiment, the information processing apparatus 100 may correct the determination target model based on the reference model when the reliability of the determination target model is evaluated as low. For example, the information processing apparatus 100 corrects the determination target model by adjusting the score of search queries common to the reference model among the search queries included in the determination target model to increase.

(5-2.判定対象モデルの評価に関する情報の提供について)
上述の実施形態において、情報処理装置100は、判定対象モデルの評価に関する情報を、情報処理装置100のオペレータに提供してもよい。たとえば、情報処理装置100は、判定対象モデルの評価に用いた基準モデルの情報や、ユーザIDの一致率や、検索クエリの一致率などを提供できる。
(5-2. Regarding the provision of information on the evaluation of the judgment target model)
In the above-described embodiment, the information processing apparatus 100 may provide the operator of the information processing apparatus 100 with information regarding the evaluation of the determination target model. For example, the information processing apparatus 100 can provide information on the reference model used for evaluation of the determination target model, the match rate of the user ID, the match rate of the search query, and the like.

[6.ハードウェア構成]
実施形態に係る情報処理装置100は、たとえば、図12に示すような構成のコンピュータ1000によって実現される。図12は、実施形態に係る情報処理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。
[6. Hardware configuration]
The information processing apparatus 100 according to the embodiment is implemented by, for example, a computer 1000 configured as shown in FIG. FIG. 12 is a hardware configuration diagram showing an example of a computer that implements the functions of the information processing apparatus according to the embodiment.

コンピュータ1000は、出力装置1010、入力装置1020と接続され、演算装置1030、一次記憶装置1040、二次記憶装置1050、出力IF(Interface)1060、入力IF1070、ネットワークIF1080がバス1090により接続された形態を有する。 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、フラッシュメモリ等により実現される。 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, and is implemented by a ROM (Read Only Memory), HDD, flash memory, or the like.

出力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が情報処理装置100として機能する場合、コンピュータ1000の演算装置1030は、一次記憶装置1040上にロードされたプログラム(たとえば、情報処理プログラム)を実行することにより、制御部130と同様の機能を実現する。すなわち、演算装置1030は、一次記憶装置1040上にロードされたプログラム(たとえば、情報処理プログラム)との協働により、実施形態に係る情報処理装置100による処理を実現する。 For example, when the computer 1000 functions as the information processing device 100, the arithmetic device 1030 of the computer 1000 executes a program (for example, an information processing program) loaded on the primary storage device 1040 to perform the same functions as the control unit 130. to realize the function of That is, the arithmetic device 1030 realizes processing by the information processing device 100 according to the embodiment in cooperation with a program (for example, an information processing program) loaded on the primary storage device 1040 .

[7.その他]
上述した実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。
[7. others]
Of the processes described in the above embodiments, all or part of the processes described as being automatically performed can be manually performed, or all of the processes described as being manually performed. Alternatively, some can 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.

上述の実施形態において、情報処理装置100による情報処理方法(たとえば、図11参照)を実現するために、情報処理装置100が有する制御部130の各部(選定部131、生成部132、及び評価部133)に対応する処理機能は、情報処理装置100に予めインストールされている情報処理プログラムに対するアドオンとして実現してもよいし、軽量なプログラミング言語などを用いて、専用の提供プログラムとして柔軟に記述することにより実現されてもよい。 In the above-described embodiment, in order to realize the information processing method (see, for example, FIG. 11) by the information processing apparatus 100, each unit (the selection unit 131, the generation unit 132, and the evaluation unit) of the control unit 130 included in the information processing apparatus 100 133) may be implemented as an add-on to an information processing program pre-installed in the information processing apparatus 100, or may be flexibly described as a dedicated providing program using a lightweight programming language or the like. It may be realized by

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。たとえば、制御部130の選定部131と生成部132とは機能的に統合されていてもよい。 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. For example, the selection unit 131 and the generation unit 132 of the control unit 130 may be functionally integrated.

また、上述の実施形態及び変形例は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。 Further, the above-described embodiment and modifications can be appropriately combined within a range that does not contradict the processing content.

[8.効果]
上述の実施形態に係る情報処理装置100は、選定部131と、生成部132と、評価部133とを備える。選定部131は、判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを選定する。生成部132は、判定対象モデルから得られる各ユーザと第1の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第1リスト情報と、基準モデルから得られる各ユーザと第2の事象との関係性を示す値に基づいて各ユーザを順位付けして列挙した第2リスト情報とを生成する。評価部133は、第1リスト情報と第2リスト情報とを比較し、第1リスト情報および第2リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容になっているかどうかに基づいて、判定対象モデルの信頼性を評価する。
[8. effect]
The information processing apparatus 100 according to the above embodiment includes a selection unit 131 , a generation unit 132 and an evaluation unit 133 . The selection unit 131 selects a reference model, which is a model for estimating a second event related to the first event estimated by the determination target model and whose estimation accuracy satisfies a predetermined standard. The generation unit 132 generates first list information in which each user is ranked and listed based on the value indicating the relationship between each user and the first event obtained from the determination target model, and each user obtained from the reference model. and second list information in which each user is ranked and listed based on the value indicating the relationship with the second event. The evaluation unit 133 compares the first list information and the second list information, and the contents of the first list information and the second list information correspond to the relationship between the first event and the second event. Evaluate the reliability of the model to be judged based on whether or not there is.

このようなことから、実施形態に係る情報処理装置100は、所定の信頼性を有する第2リスト情報を用いることにより、第1リスト情報の元となる判定対象モデルの信頼性を間接的に評価できる。また、実施形態に係る情報処理装置100は、判定対象モデルの評価の際、第1リスト情報の内容が第1の事象と第2の事象の関係性に応じた内容であるかを確かめることにより、判定対象モデルの信頼性を適切に評価できる。このようなことから、実施形態に係る情報処理装置100は、生成した情報である判定対象モデルの信頼性を確かめることが可能となる。 For this reason, the information processing apparatus 100 according to the embodiment indirectly evaluates the reliability of the determination target model that is the source of the first list information by using the second list information having predetermined reliability. can. Further, when evaluating the determination target model, the information processing apparatus 100 according to the embodiment confirms whether the content of the first list information corresponds to the relationship between the first event and the second event. , the reliability of the model to be determined can be evaluated appropriately. As such, the information processing apparatus 100 according to the embodiment can confirm the reliability of the determination target model, which is the generated information.

また、実施形態に係る情報処理装置100において、評価部133は、第1の事象と第2の事象が正の相関関係を有すると推定される場合、第1リスト情報および第2リスト情報の内容が類似しているかどうかに基づいて、判定対象モデルの信頼性を評価する。 Further, in the information processing apparatus 100 according to the embodiment, when the first event and the second event are estimated to have a positive correlation, the evaluation unit 133 determines the contents of the first list information and the second list information Evaluate the reliability of the model to be determined based on whether the are similar to each other.

また、実施形態に係る情報処理装置100において、評価部133は、第1リスト情報および第2リスト情報の時系列の変動内容が類似しているかどうかに基づいて、判定象モデルの信頼性を評価する。 Further, in the information processing apparatus 100 according to the embodiment, the evaluation unit 133 evaluates the reliability of the judgment model based on whether the time-series fluctuation contents of the first list information and the second list information are similar. do.

これらにより、実施形態に係る情報処理装置100は、第1リスト情報および第2リスト情報の内容を単純比較により、第2の事象と正の相関関係を有する第1の事象を推定する判定対象モデルの評価を容易に実現できる。 As a result, the information processing apparatus 100 according to the embodiment is a determination target model for estimating a first event having a positive correlation with a second event by simply comparing the contents of the first list information and the second list information. evaluation can be easily realized.

また、実施形態に係る情報処理装置100において、評価部133は、第1の事象と第2の事象が負の相関関係を有する場合、第1リスト情報および第2リスト情報の内容が非類似であるかどうかに基づいて、判定対象モデルの信頼性を評価する。 Further, in the information processing apparatus 100 according to the embodiment, when the first event and the second event have a negative correlation, the evaluation unit 133 determines that the contents of the first list information and the second list information are dissimilar. Evaluate the reliability of the model to be determined based on whether there is.

また、実施形態に係る情報処理装置100において、評価部133は、第1リスト情報および第2リスト情報の時系列の変動内容が非類似であるかどうかに基づいて、判定対象モデルの信頼性を評価する。 Further, in the information processing apparatus 100 according to the embodiment, the evaluation unit 133 evaluates the reliability of the determination target model based on whether or not the time-series variation contents of the first list information and the second list information are dissimilar. evaluate.

これらにより、実施形態に係る情報処理装置100は、第1リスト情報および第2リスト情報の内容を単純比較により、第2の事象と負の相関関係を有する第1の事象を推定する判定対象モデルの評価を容易に実現できる。 As a result, the information processing apparatus 100 according to the embodiment is a determination target model that estimates a first event having a negative correlation with a second event by simply comparing the contents of the first list information and the second list information. evaluation can be easily realized.

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

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

10 端末装置
100 情報処理装置
110 通信部
120 記憶部
121 ユーザ情報記憶部
122 推定モデル記憶部
130 制御部
131 選定部
132 生成部
133 評価部
10 terminal device 100 information processing device 110 communication unit 120 storage unit 121 user information storage unit 122 estimation model storage unit 130 control unit 131 selection unit 132 generation unit 133 evaluation unit

Claims (7)

判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを選定する選定部と、
前記判定対象モデルから得られる各ユーザと前記第1の事象との関係性を示す値に基づいて前記各ユーザを順位付けして列挙した第1リスト情報と、前記基準モデルから得られる各ユーザと前記第2の事象との関係性を示す値に基づいて前記各ユーザを順位付けして列挙した第2リスト情報とを生成する生成部と、
前記第1リスト情報と前記第2リスト情報とを比較し、前記第1リスト情報および前記第2リスト情報の内容が前記第1の事象と前記第2の事象の関係性に応じた内容になっているかどうかに基づいて、前記判定対象モデルの信頼性を評価する評価部と
を備えることを特徴とする情報処理装置。
a selection unit that selects a reference model that is a model that estimates a second event that is related to the first event that is estimated by the determination target model and whose estimation accuracy satisfies a predetermined standard;
First list information listing each user in order based on a value indicating the relationship between each user and the first event obtained from the determination target model, and each user obtained from the reference model a generation unit that generates second list information in which the users are ranked and listed based on the value indicating the relationship with the second event;
The first list information and the second list information are compared, and the contents of the first list information and the second list information are changed according to the relationship between the first event and the second event. and an evaluation unit that evaluates the reliability of the determination target model based on whether or not the determination target model is an information processing apparatus.
前記評価部は、
前記第1の事象と前記第2の事象が正の相関関係を有すると推定される場合、前記第1リスト情報および前記第2リスト情報の内容が類似しているかどうかに基づいて、前記判定対象モデルの信頼性を評価する
ことを特徴とする請求項1に記載の情報処理装置。
The evaluation unit
When the first event and the second event are estimated to have a positive correlation, based on whether the contents of the first list information and the second list information are similar, the determination target The information processing apparatus according to claim 1, wherein the reliability of the model is evaluated.
前記評価部は、
前記第1リスト情報および前記第2リスト情報の時系列の変動内容が類似しているかどうかに基づいて、前記判定対象モデルの信頼性を評価する
ことを特徴とする請求項2に記載の情報処理装置。
The evaluation unit
3. The information processing according to claim 2, wherein the reliability of the determination target model is evaluated based on whether the time-series fluctuation contents of the first list information and the second list information are similar. Device.
前記評価部は、
前記第1の事象と前記第2の事象が負の相関関係を有する場合、前記第1リスト情報および前記第2リスト情報の内容が非類似であるかどうかに基づいて、前記判定対象モデルの信頼性を評価する
ことを特徴とする請求項1に記載の情報処理装置。
The evaluation unit
When the first event and the second event have a negative correlation, the reliability of the determination target model based on whether the contents of the first list information and the second list information are dissimilar 2. The information processing apparatus according to claim 1, wherein the property is evaluated.
前記評価部は、
前記第1リスト情報および前記第2リスト情報の時系列の変動内容が非類似であるかどうかに基づいて、前記判定対象モデルの信頼性を評価する
ことを特徴とする請求項1に記載の情報処理装置。
The evaluation unit
2. The information according to claim 1, wherein the reliability of the determination target model is evaluated based on whether the time-series fluctuation contents of the first list information and the second list information are dissimilar. processing equipment.
コンピュータが実行する情報処理方法であって、
判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを選定する選定工程と、
前記判定対象モデルから得られる各ユーザと前記第1の事象との関係性を示す値に基づいて前記各ユーザを順位付けして列挙した第1リスト情報と、前記基準モデルから得られる各ユーザと前記第2の事象との関係性を示す値に基づいて前記各ユーザを順位付けして列挙した第2リスト情報とを生成する生成工程と、
前記第1リスト情報と前記第2リスト情報とを比較し、前記第1リスト情報および前記第2リスト情報の内容が前記第1の事象と前記第2の事象の関係性に応じた内容になっているかどうかに基づいて、前記判定対象モデルの信頼性を評価する評価工程と
を含むことを特徴とする情報処理方法。
A computer-executed information processing method comprising:
a selection step of selecting a reference model, which is a model for estimating a second event related to the first event estimated by the determination target model and whose estimation accuracy satisfies a predetermined standard;
First list information listing each user in order based on a value indicating the relationship between each user and the first event obtained from the determination target model, and each user obtained from the reference model a generating step of generating second list information in which the users are ranked and listed based on the value indicating the relationship with the second event;
The first list information and the second list information are compared, and the contents of the first list information and the second list information are changed according to the relationship between the first event and the second event. and an evaluation step of evaluating the reliability of the model to be determined based on whether or not it is an information processing method.
コンピュータに、
判定対象モデルが推定する第1の事象と関連性を有する第2の事象を推定するモデルであって、推定の精度が所定の基準を満たす基準モデルを選定する選定手順と、
前記判定対象モデルから得られる各ユーザと前記第1の事象との関係性を示す値に基づいて前記各ユーザを順位付けして列挙した第1リスト情報と、前記基準モデルから得られる各ユーザと前記第2の事象との関係性を示す値に基づいて前記各ユーザを順位付けして列挙した第2リスト情報とを生成する生成手順と、
前記第1リスト情報と前記第2リスト情報とを比較し、前記第1リスト情報および前記第2リスト情報の内容が前記第1の事象と前記第2の事象の関係性に応じた内容になっているかどうかに基づいて、前記判定対象モデルの信頼性を評価する評価手順と
を実行させることを特徴とする情報処理プログラム。
to the computer,
a selection procedure for selecting a reference model, which is a model for estimating a second event related to the first event estimated by the determination target model and whose estimation accuracy satisfies a predetermined standard;
First list information listing each user in order based on a value indicating the relationship between each user and the first event obtained from the determination target model, and each user obtained from the reference model a generation procedure for generating second list information in which the users are ranked and listed based on the value indicating the relationship with the second event;
The first list information and the second list information are compared, and the contents of the first list information and the second list information are changed according to the relationship between the first event and the second event. and an evaluation procedure for evaluating the reliability of the determination target model based on whether or not the model is determined to be an information processing program.
JP2021150644A 2021-09-15 2021-09-15 Information processing device, information processing method, and information processing program Active JP7418379B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021150644A JP7418379B2 (en) 2021-09-15 2021-09-15 Information processing device, information processing method, and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021150644A JP7418379B2 (en) 2021-09-15 2021-09-15 Information processing device, information processing method, and information processing program

Publications (2)

Publication Number Publication Date
JP2023043103A true JP2023043103A (en) 2023-03-28
JP7418379B2 JP7418379B2 (en) 2024-01-19

Family

ID=85724074

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021150644A Active JP7418379B2 (en) 2021-09-15 2021-09-15 Information processing device, information processing method, and information processing program

Country Status (1)

Country Link
JP (1) JP7418379B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003122572A (en) * 2001-10-18 2003-04-25 Fujitsu Ltd Data analyzer and recording medium
JP2012519336A (en) * 2009-03-03 2012-08-23 グーグル・インコーポレーテッド Method and system for providing advertisements to social network users
JP2016146039A (en) * 2015-02-06 2016-08-12 株式会社Jsol Information processing device, program and information processing method
JP2017194730A (en) * 2016-04-18 2017-10-26 株式会社日立製作所 Decision Support System and Decision Support Method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003122572A (en) * 2001-10-18 2003-04-25 Fujitsu Ltd Data analyzer and recording medium
JP2012519336A (en) * 2009-03-03 2012-08-23 グーグル・インコーポレーテッド Method and system for providing advertisements to social network users
JP2016146039A (en) * 2015-02-06 2016-08-12 株式会社Jsol Information processing device, program and information processing method
JP2017194730A (en) * 2016-04-18 2017-10-26 株式会社日立製作所 Decision Support System and Decision Support Method

Also Published As

Publication number Publication date
JP7418379B2 (en) 2024-01-19

Similar Documents

Publication Publication Date Title
US10706446B2 (en) Method, system, and computer-readable medium for using facial recognition to analyze in-store activity of a user
TWI636416B (en) Method and system for multi-phase ranking for content personalization
KR101955508B1 (en) Recommending additional users for an event using a social networking system
TWI549079B (en) System and method for directing content to users of a social networking engine
KR101646312B1 (en) Personal Action-Based Interest and Preference Analysis Method and System
JP2017534124A (en) Use of visitor metrics by ad targeting criteria
US20150324846A1 (en) Using card-linked offer data to detect user interests
JP2018045553A (en) Selection device, selection method, and selection program
JP6899805B2 (en) Characteristic estimation device, characteristic estimation method, characteristic estimation program, etc.
JP6243559B2 (en) Learning device, learning method, and learning program
JP7418379B2 (en) Information processing device, information processing method, and information processing program
JP7174743B2 (en) Information selection device, information selection method and information selection program
JP7354195B2 (en) Information processing device, information processing method, and information processing program
JP7453191B2 (en) Information processing device, information processing method, and information processing program
JP7419313B2 (en) Information processing device, information processing method, and information processing program
JP7407779B2 (en) Information processing device, information processing method, and information processing program
JP6838007B2 (en) Information processing system
JP2020119102A (en) Information processing device, information processing method, and information processing program
JP7422113B2 (en) Information processing device, information processing method, and information processing program
JP2019149035A (en) Provision device, provision method, and provision program
US20230078712A1 (en) System and method for product placement and embedded marketing
JP7146037B1 (en) Information processing device, information processing method, and information processing program
JP2018018560A (en) Learning device, learning method and learning program
JP7354191B2 (en) Information processing device, information processing method, and information processing program
JP2023043761A (en) Information processor, method for processing information, 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: 20220916

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230728

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230801

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230914

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20231026

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240109

R150 Certificate of patent or registration of utility model

Ref document number: 7418379

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150