JP7419313B2 - 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
JP7419313B2
JP7419313B2 JP2021150643A JP2021150643A JP7419313B2 JP 7419313 B2 JP7419313 B2 JP 7419313B2 JP 2021150643 A JP2021150643 A JP 2021150643A JP 2021150643 A JP2021150643 A JP 2021150643A JP 7419313 B2 JP7419313 B2 JP 7419313B2
Authority
JP
Japan
Prior art keywords
user
information processing
estimation
model
predetermined
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2021150643A
Other languages
Japanese (ja)
Other versions
JP2023043102A (en
Inventor
元希 寺中
孝太 坪内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2021150643A priority Critical patent/JP7419313B2/en
Publication of JP2023043102A publication Critical patent/JP2023043102A/en
Application granted granted Critical
Publication of JP7419313B2 publication Critical patent/JP7419313B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

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

従来、インターネット上におけるユーザ行動の予測をする手法が知られている。例えば、特許文献1には、ユーザの行動を従来よりも高い精度で予測することを目的として、インターネット上のユーザの検索クエリの傾向を学習し、学習した検索クエリの傾向とその後のユーザの行動との関連性スコアを算出してモデルを生成し、このモデルを用いて他のユーザの行動を予測する技術が提案されている。 Conventionally, methods for predicting user behavior on the Internet have been known. For example, in Patent Document 1, with the aim of predicting user behavior with higher accuracy than before, 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 model is generated by calculating a relevance score with a user, and this model is used to predict the behavior of other users.

特開2016-177377号公報Japanese Patent Application Publication No. 2016-177377

しかしながら、上述した技術では、生成した情報を信頼してもよいかどうかの確証を得ることが難しい。たとえば、結果論として有効な成果を上げるモデルが含まれている可能性があり、仮にABテストを行ったとしても、テストの内容に応じて適切ではないモデルが採用されてしまう場合もある。 However, with the above-mentioned techniques, it is difficult to obtain certainty as to whether or not the generated information can be trusted. For example, there is a possibility that a model that produces effective results may be 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 aims to provide an information processing device, an information processing method, and an information processing program that can confirm the reliability of generated information.

本願に係る情報処理装置は、第1推定部と、第2推定部と、評価部とを備える。第1推定部は、ユーザにより所定の行動が行われる確度を推定するために所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する所定の行動が行われる確度を推定するための複数の第1モデルを用いて、所定の行動の状態遷移を推定する。第2推定部は、複数の推定モデルのうち、所定の行動の状態遷移に対して負の関連性を有する所定の行動が行われる確度を推定するための第2モデルを用いて、ユーザにより負の関連性を有する所定の行動が行われる確度を推定する。評価部は、第2推定部により推定された確度に基づいて、第2モデルの信頼性を評価する。 The information processing device according to the present application includes a first estimation section, a second estimation section, and an evaluation section. The first estimating unit estimates the probability that a related predetermined action will be performed among a plurality of estimation models prepared in advance for each predetermined action in order to estimate the probability that a predetermined action will be performed by the user. A state transition of a predetermined behavior is estimated using a plurality of first models for the first model. The second estimation unit uses a second model for estimating the probability of performing a predetermined action that has a negative relationship with the state transition of the predetermined action from among the plurality of estimation models. Estimate the probability that a predetermined action with relevance will be performed. The evaluation section evaluates the reliability of the second model based on the accuracy estimated by the second estimation section.

実施形態の態様の1つによれば、生成した情報の信頼性を確かめることができる。 According to one aspect of the embodiment, 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は、実施形態に係るユーザ分類方法および第2リスト情報評価方法の一例を示す図である。FIG. 2 is a diagram illustrating an example of a user classification method and a second list information evaluation method according to the embodiment. 図3は、実施形態に係る情報処理装置の構成例を示す図である。FIG. 3 is a diagram illustrating a configuration example of an information processing device according to an embodiment. 図4は、実施形態に係る第1リスト情報の概要を示す図である。FIG. 4 is a diagram showing an overview of first list information according to the embodiment. 図5は、実施形態に係る第2リスト情報の概要を示す図である。FIG. 5 is a diagram illustrating an overview of second list information according to the embodiment. 図6は、実施形態に係る情報処理装置による処理手順の一例を示すフローチャートである。FIG. 6 is a flowchart illustrating an example of a processing procedure by the information processing apparatus according to the embodiment. 図7は、実施形態に係る情報処理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 7 is a hardware configuration diagram showing an example of a computer that implements the functions of the information processing device according to the embodiment.

以下に、本願に係る情報処理装置、情報処理方法、及び情報処理プログラムを実施するための形態(以下、「実施形態」と呼ぶ)について図面を参照しつつ詳細に説明する。なお、以下に説明する実施形態により本願に係る情報処理装置、情報処理方法、及び情報処理プログラムが限定されるものではない。また、以下に説明する実施形態は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。また、以下に説明する実施形態において同一の部位には同一の符号を付し、重複する説明は省略される。 DESCRIPTION OF THE PREFERRED EMBODIMENTS An information processing apparatus, an information processing method, and an embodiment of an information processing program (hereinafter referred to as "embodiments") according to the present application will be described in detail below with reference to the drawings. Note that the information processing apparatus, information processing method, and information processing program according to the present application are not limited to the embodiments described below. Furthermore, the embodiments described below can be combined as appropriate within the range that does not conflict with the processing contents. Further, in the embodiments described below, the same parts are given the same reference numerals, and redundant explanations will be omitted.

また、以下の説明において、端末装置10をシードユーザU1またはユーザU2と表記して説明する場合がある。すなわち、シードユーザU1またはユーザU2を端末装置10と読み替えることができる。 Furthermore, in the following description, the terminal device 10 may be described as a seed user U1 or a user U2. That is, the seed user U1 or the user U2 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 includes a terminal device 10 and an information processing device 100. Note that the information processing system SYS is not limited to the example shown in FIG. 1, and may include multiple terminal devices 10 and multiple information processing devices 100.

端末装置10、及び情報処理装置100は、それぞれ有線又は無線によりネットワークN(たとえば、図3参照)に接続される。ネットワーク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. 3, 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 phone 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.

図1に示す端末装置10は、情報処理装置100などから提供される各種サービスを利用するユーザUが使用する情報処理装置である。たとえば、端末装置10は、スマートフォンや、タブレット型端末や、ノート型PC(Personal Computer)や、デスクトップPCや、PDA(Personal Digital Assistant)などにより実現される。 The terminal device 10 shown in FIG. 1 is an information processing device used by a user U who uses various services provided by the information processing device 100 and the like. For example, the terminal device 10 is realized by a smartphone, 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に接続できる。 The terminal device 10 also supports wireless communication networks such as LTE (Long Term Evolution), 4G (4th Generation), and 5G (5th Generation), Bluetooth (registered trademark), and wireless LAN (Local Area It is possible to connect to the network N via short-range wireless communication such as Network).

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

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

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

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

また、ユーザ情報は、端末装置10に搭載される各種センサにより取得されるセンサ情報を含んでもよい。たとえば、センサ情報は、位置センサにより取得される位置情報や、加速度センサにより検出される加速度情報や、ジャイロセンサにより検出される角速度情報や、タッチパネルにより取得される操作情報や、照度センサにより取得される照度情報や、気圧センサにより取得される気圧情報や、マイクにより取得される音情報などを含み得る。 Further, the user information may include sensor information acquired by various sensors installed in the terminal device 10. For example, sensor information includes position information acquired by a position sensor, acceleration information detected by an acceleration sensor, angular velocity information detected by a gyro sensor, operation information acquired by a touch panel, and information acquired by an illuminance sensor. The information may include illuminance information obtained by a barometric pressure sensor, atmospheric pressure information obtained by a barometric pressure sensor, sound information obtained 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. The various services provided by the information processing device 100 may include API (Application Programming Interface) services corresponding to various applications and various online services. Online services include Internet connectivity, search services, SNS (Social Networking Services), electronic commerce services, electronic payment services, online games, online banking services, online trading services, accommodation reservation services, etc. Ticket reservation services, video distribution services, music distribution services, news distribution services, map information services, route search services, route guidance services, route information services, operation information services, weather information services, etc. Services may be applicable.

また、情報処理装置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 also be realized by a mainframe, a workstation, or the like.

情報処理装置100がサーバ装置で実現される場合、単独のサーバにより実現されてもよいし、複数のサーバ装置及び複数のストレージ装置が協働して動作するクラウドシステムなどにより実現されてもよい。なお、情報処理装置100は、各ユーザUが使用する端末装置10に制御情報を配信する配信装置として機能してもよい。ここで、制御情報は、例えば、JavaScript(登録商標)などのスクリプト言語やCSS(Cascading Style Sheets)などのスタイルシート言語により記述される。なお、情報処理装置100から配信されるアプリケーションそのものを制御情報とみなしてもよい。 When the information processing device 100 is implemented as a server device, it may be implemented as a single server, or may be implemented as a cloud system in which multiple server devices and multiple storage devices operate cooperatively. Note that the information processing device 100 may function as a distribution device that distributes control information to the terminal device 10 used by each user U. Here, the control information is written 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 device 100 may be regarded as control information.

[2.情報処理]
以下、情報処理システムSYSにおける情報処理の一例を説明する。なお、以下の説明において、実施形態に係る情報処理の対象は、各種サービスを利用する各ユーザUである。また、以下の説明において、各種サービスを利用する各ユーザUを、単に「ユーザU」と称して説明する場合がある。
[2. Information processing]
An example of information processing in the information processing system SYS will be described below. Note that in the following description, the targets of information processing according to the embodiment are each user U who uses various services. Furthermore, in the following description, each user U who uses various services may be simply referred to as "user U".

まず、図1に示す例において、情報処理装置100は、ユーザUから収集したユーザ情報を保存する。そして、情報処理装置100は、ユーザ情報の中から、情報処理の対象となる対象ユーザを、無作為に、あるいは所定の条件に従って選択する。 First, in the example shown in FIG. 1, the information processing device 100 stores user information collected from the user U. Then, the information processing apparatus 100 selects a target user to be subjected to information processing from among the user information, either at random or according to predetermined conditions.

また、情報処理装置100は、ユーザUにより所定の行動が行われる確度を推定するために所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する行動が行われる確度を推定するための第1モデルを選択する。 In addition, the information processing device 100 estimates the probability that a related action will be performed among a plurality of estimation models prepared in advance for each predetermined action in order to estimate the probability that a predetermined action will be performed by the user U. Select the first model for

たとえば、情報処理装置100は、推定モデルに対応付けられている所定の行動の特徴量に基づいて、複数の推定モデルの中から第1モデルを複数選択できる。図1に示す例では、第1モデルとして、行動A推定モデルと、行動B推定モデルとが選択されている。より具体的には、情報処理装置100は、Word2Vecなどの自然言語処理手法を用いて、所定の行動を示す文字列の特徴量(ベクトル表現)を求め、求めた特徴量の類似性に基づいて、特徴が互いに類似する推定モデルを、関連性を有する行動の各々に対応する第1モデルとして選択できる。また、情報処理装置100は、対象ユーザの行動の状態遷移が単純マルコフ過程に従うものと仮定し、対象ユーザの行動の状態遷移における現在の行動から、次に起こる行動の条件付き確率をそれぞれ算出し、算出した条件付き確率が予め規定される閾値以上の行動を、現在の行動と関連性を有する行動として特定してもよい。 For example, the information processing device 100 can select a plurality of first models from among a plurality of estimated models based on the feature amount of a predetermined behavior that is associated with the estimated model. In the example shown in FIG. 1, the behavior A estimation model and the behavior B estimation model are selected as the first models. More specifically, the information processing device 100 uses a natural language processing method such as Word2Vec to find the feature amount (vector expression) of a character string indicating a predetermined behavior, and based on the similarity of the found feature amount, , estimated models whose features are similar to each other can be selected as the first models corresponding to each of the related actions. Further, the information processing device 100 assumes that the state transition of the target user's behavior follows a simple Markov process, and calculates the conditional probabilities of the next behavior from the current behavior in the state transition of the target user's behavior. , an action for which the calculated conditional probability is greater than or equal to a predefined threshold may be identified as an action that is related to the current action.

以下、上述した推定モデルの作成方法の一例を説明する。たとえば、情報処理装置100は、「〇〇を買った」「〇〇に興味がある」という条件(タイトル)を満たすユーザをシードユーザとして収集し、シードユーザが入力した検索クエリの共通性に基づいたスコアを付与したスコアリストを作成する。情報処理装置100は、このスコアリストを推定モデルとする。具体的には、「眼鏡をかけている」というシードユーザを収集し、検索クエリ:「眼鏡」に「70点」、検索クエリ:「眼鏡ふき」に「50点」、検索クエリ:「リンゴ」にスコア「-50点」といったようなスコアを付与し、検索クエリとスコアとの組であるスコアリストを作成する。 An example of a method for creating the above-mentioned estimation model will be described below. For example, the information processing device 100 collects users who meet the conditions (titles) such as "bought ____" and "interested in ____" as seed users, and collects them based on the commonality of search queries input by the seed users. Create a score list with assigned scores. The information processing device 100 uses this score list as an estimation model. Specifically, we collected seed users who say ``wear glasses,'' search query: ``glasses,'' ``70 points,'' search query: ``eyeglass cleaning,'' ``50 points,'' and search query: ``apple.'' A score such as "-50 points" is assigned to the search query, and a score list that is a combination of the search query and the score is created.

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

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

また、情報処理装置100は、シードユーザが共通して入力している検索クエリについては、より高い値の数値が出力されるようにモデルを学習してもよい。たとえば、正例となる検索クエリを入力したシードユーザの数が多ければ多い程、より高い値を出力するようにモデルを学習してもよい。また、負例となる検索クエリを入力した他のユーザの数が多い程、より小さい値(負の値)を出力するようにモデルを学習してもよい。そして、情報処理装置100は、各検索クエリと、このような学習モデルに検索クエリを入力した際に出力したスコアとの組のリストをスコアリストとして生成する。すなわち、情報処理装置100は、所定の行動を行ったシードユーザが入力した各検索クエリと、検索クエリの各々に対応する上述のスコア(検索クエリと所定の行動との間の関係性を示すスコア)との組をスコアリストとして生成する。 Furthermore, the information processing apparatus 100 may learn the model so that higher numerical values are output for search queries that are commonly input by seed users. For example, the model may be trained to output a higher value as the number of seed users inputting positive example search queries increases. Furthermore, the model may be trained to output a smaller value (negative value) as the number of other users who input negative example search queries increases. Then, the information processing device 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 device 100 calculates each search query input by a seed user who has performed a predetermined action, and the above-mentioned score (score indicating the relationship between the search query and the predetermined action) corresponding to each search query. ) is generated as a score list.

なお、情報処理装置100は、上述したスコアリストを用いることにより、所定の行動が行われる確度を求めることができる。たとえば、情報処理装置100は、行動の推定対象となるユーザが入力した複数の検索クエリひとつひとつについて、対応付けられたスコアをスコアリストから取得し、取得したスコアの合計値を算出する。そして、情報処理装置100は、算出したスコアの合計値が予め規定される閾値を超える場合、スコアリストに対応する所定の行動が行われる確度が高いと判断する。 Note that the information processing device 100 can determine the probability that a predetermined action will be performed by using the score list described above. For example, the information processing device 100 obtains a score associated with each of a plurality of search queries input by a user whose behavior is to be estimated from a score list, and calculates a total value of the obtained scores. Then, when the total value of the calculated scores exceeds a predetermined threshold, the information processing device 100 determines that there is a high probability that the predetermined action corresponding to the score list will be performed.

また、情報処理装置100は、所定の行動を行ったシードユーザのユーザ情報に基づいて推定した情報を、所定の行動の特徴量としてもよい。たとえば、情報処理装置100は、所定の行動を行ったシードユーザを含む各ユーザが入力した検索クエリと、スコアリストとに基づいて、所定の行動と各ユーザとの関係性を数値化し、数値化した関係性を示す値に基づいて、各ユーザを順位付けしたユーザリストを生成する。 Further, the information processing apparatus 100 may use information estimated based on user information of a seed user who has performed a predetermined action as the feature amount of the predetermined action. For example, the information processing device 100 quantifies the relationship between a predetermined action and each user based on a score list and a search query input by each user including a seed user who has performed a predetermined action. A user list is generated in which each user is ranked based on the value indicating the relationship.

たとえば、情報処理装置100は、シードユーザを含む各ユーザを選定し、選定した各ユーザが入力した検索クエリと対応付けられたスコアをスコアリストから特定する。なお、情報処理装置100は、各ユーザを無作為に選定してもよいし、所定の条件に基づいて選定してもよい。そして、情報処理装置100は、特定したスコアの合計から、シードユーザを収集する際の条件として設定した所定の行動と、各ユーザとの間の関係性を示すユーザリストを導出する。たとえば、ユーザリストにおいて、所定の行動と関係性が高いユーザはスコアが高く、所定の行動と関係性が低いユーザはスコアが低くなる。 For example, the information processing apparatus 100 selects each user including a seed user, and specifies the score associated with the search query input by each selected user from the score list. Note that the information processing apparatus 100 may select each user at random or may select each user based on predetermined conditions. Then, the information processing apparatus 100 derives a user list indicating the relationship between each user and a predetermined behavior set as a condition for collecting seed users from the total of the identified scores. For example, in the user list, users who have a high relationship with a predetermined behavior have a high score, and users who have a low relationship with a predetermined behavior have a low score.

以下、上述したユーザリストの作成方法の一例を説明する。たとえば、情報処理装置100は、シードユーザを含む各ユーザが入力した複数の検索クエリひとつひとつについて、対応付けられたスコアをスコアリストから取得し、取得したスコアの合計値を算出する。このようにすれば、各ユーザが入力した複数の検索クエリと所定の行動との関係性を数値として表すことができるため、単一の検索クエリの数値化と比較してより信頼性の高い数値化を実現できる。 An example of a method for creating the above-mentioned user list will be described below. For example, the information processing device 100 obtains the 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 obtained scores. In this way, the relationship between multiple search queries entered by each user and a predetermined behavior can be expressed numerically, which is more reliable than quantifying a single search query. can be realized.

次に、情報処理装置100は、各ユーザについてスコアの合計値を計算した後、スコアの高い順に各ユーザを順位付けするとともに、順位順に各ユーザが入力した検索クエリを対応付けたユーザリストを生成する。このユーザリストは、どのような検索クエリを入力したユーザが、所定の行動との関連性が強いかを示すリストとして機能する。このユーザリストは、検索クエリと所定の行動との関連性の分析や、ユーザの分析などに用いられる。なお、このユーザリストは、シードユーザを選定する際に設定される行動(たとえば、「〇〇を買った」、「〇〇に行った」、「〇〇している」など)といった所定の行動ごとに作成される。 Next, the information processing device 100 calculates the total score for each user, ranks each user in descending order of score, and generates a user list in which search queries entered by each user are associated in order of ranking. do. This user list functions as a list indicating which search queries the users who have input are strongly related to the predetermined behavior. This user list is used to analyze the relationship between a search query and a predetermined behavior, and to analyze users. This user list includes predetermined actions such as actions set when selecting seed users (for example, "bought ____", "went to ____", "doing ____", etc.) created for each

そして、情報処理装置100は、上述のユーザリストから上位に位置付けられている各ユーザを抽出し、抽出したユーザに紐づくユーザ情報を取得する。そして、取得したユーザ情報を用いて、各ユーザの特徴量を求め、求めた各特徴量に基づいて、所定の行動に対応する特徴量を導出できる。 Then, the information processing apparatus 100 extracts each high-ranked user from the above-mentioned user list, and obtains user information associated with the extracted user. Then, using the acquired user information, the feature amounts of each user can be determined, and the feature amounts corresponding to a predetermined behavior can be derived based on each of the determined feature amounts.

たとえば、情報処理装置100は、ユーザリストから抽出した各ユーザのセンサ情報を、所定の期間ごとに分割し、その分割した各期間における特徴的な値を時系列に並べたデータを特徴量として採用できる。特徴量の値は、所定の期間に検出された値の最大値であっても良く、所定の期間に検出された値の最小値であっても良く、所定の期間に検出された値の平均値であっても良く、所定の期間に検出された値の時系列変化を示す関数の増加率や減少率であっても良く、この関数をフーリエ変換して取得した特徴的な値であっても良く、この関数を時間で微分した値であっても良く、その他のアルゴリズムで取得される値などであっても良い。そして、情報処理装置100は、ユーザリストから抽出した各ユーザの特徴量に共通する傾向を特定し、特定した傾向を、所定の行動に対応する特徴量として採用できる。 For example, the information processing device 100 divides the sensor information of each user extracted from the user list into predetermined periods, and employs data in which characteristic values in each divided period are arranged in chronological order as the feature quantity. can. The value of the feature amount may be the maximum value detected in a predetermined period, the minimum value detected in a predetermined period, or the average value detected in a predetermined period. It may be a value, or it may be an increase rate or a decrease rate of a function that indicates a time-series change in values detected in a predetermined period, or it may be a characteristic value obtained by Fourier transforming this function. It may be a value obtained by differentiating this function with respect to time, or it may be a value obtained by another algorithm. Then, the information processing device 100 can identify a tendency common to the feature amounts of each user extracted from the user list, and employ the identified tendency as a feature amount corresponding to a predetermined action.

また、情報処理装置100は、複数の推定モデルのうち、対象ユーザの状態遷移に対して負の関連性を有する行動が行われる確度を推定するための第2モデルを用いて、対象ユーザにより負の関連性を有する行動が行われる確度を推定する。たとえば、情報処理装置100は、対象ユーザの状態遷移と論理的に相反する行動が行われる確度を推定する推定モデルを、第2モデルとして選択する。図1に示す例では、第2モデルとして、行動C推定モデルが選択されている。 In addition, the information processing device 100 uses a second model for estimating the probability that an action having a negative relationship with the state transition of the target user will be performed among the plurality of estimation models. Estimate the probability that an action with relevance will be performed. For example, the information processing device 100 selects, as the second model, an estimation model that estimates the probability that an action that is logically contradictory to the state transition of the target user will be performed. In the example shown in FIG. 1, the behavior C estimation model is selected as the second model.

たとえば、情報処理装置100のオペレータは、対象ユーザの状態遷移と論理的に相反する行動をルールベースとして予め登録しておく。そして、情報処理装置100は、予め登録されたルールベースに従って、対象ユーザの状態遷移と論理的に相反する行動を特定し、選択した行動が行われる確度を推定する第2モデルを選択する。 For example, the operator of the information processing device 100 registers in advance, as a rule base, actions that are logically contradictory to the state transition of the target user. Then, the information processing device 100 identifies an action that is logically contradictory to the state transition of the target user, and selects a second model that estimates the probability that the selected action will be performed, according to a pre-registered rule base.

あるいは、情報処理装置100は、対象ユーザの行動の状態遷移における現在の行動から、次に起こる行動として不適切な行動を特定することにより、対象ユーザの状態遷移と論理的に相反する行動が行われる確度を推定する推定モデルを、第2モデルとして選択してもよい。たとえば、情報処理装置100は、対象ユーザの行動の状態遷移が単純マルコフ過程に従うものと仮定し、対象ユーザの行動の状態遷移における現在の行動から次に起こる行動の条件付き確率をそれぞれ算出し、算出した条件付き確率が予め規定される閾値未満の行動を、対象ユーザの状態遷移と論理的に相反する行動として特定する。そして、情報処理装置100は、特定した行動が行われる確度を推定する推定モデルを、第2モデルとして選択する。たとえば、情報処理装置100は、対象ユーザの行動の状態遷移における現在の行動が「婚約指輪の購入」である場合、次の起こる行動として「離婚届の提出」の条件付き確率は、予め規定される閾値未満となり得る。また、対象ユーザの行動の状態遷移における現在の行動が「結婚式場の予約」である場合、次の起こる行動として「離婚届の提出」の条件付き確率は、予め規定される閾値未満となり得る。このとき、情報処理装置100は、対象ユーザの行動が「婚約指輪の購入」→「結婚式場の予約」という状態遷移と辿っていると推定された場合、「離婚届の提出」が行われる確度を推定する推定モデルを第2モデルとして選択すればよい。 Alternatively, the information processing device 100 may perform an action that is logically contradictory to the state transition of the target user by specifying an inappropriate behavior as the next behavior from the current behavior in the state transition of the target user's behavior. An estimation model for estimating the accuracy of the calculation may be selected as the second model. For example, the information processing device 100 assumes that the state transition of the target user's behavior follows a simple Markov process, calculates the conditional probability of the next behavior from the current behavior in the state transition of the target user's behavior, An action for which the calculated conditional probability is less than a predefined threshold is identified as an action that is logically contradictory to the state transition of the target user. The information processing device 100 then selects an estimation model that estimates the probability that the specified action will be performed as the second model. For example, when the current action in the state transition of the target user's actions is "purchasing an engagement ring," the information processing device 100 determines that the conditional probability of "submitting divorce notification" as the next action to occur is determined in advance. may be below the threshold. Further, when the current action in the state transition of the target user's actions is "reserving a wedding hall", the conditional probability of "submitting divorce notification" as the next action may be less than a predefined threshold. At this time, if it is estimated that the target user's actions follow the state transition from "purchasing an engagement ring" to "reserving a wedding venue," the information processing device 100 determines the probability that "submitting divorce notification" will be performed. What is necessary is to select an estimation model for estimating as the second model.

また、情報処理装置100は、推定した確度、すなわち、対象ユーザにより負の関連性を有する行動が行われる確度に基づいて、第2モデルの信頼性を評価する。たとえば、情報処理装置100は、状態遷移の推定が行われた期間において負の関連性を有する行動が行われる確度を推定し、推定された確度の推移に基づいて、第2モデルの信頼性を評価する。 Furthermore, the information processing device 100 evaluates the reliability of the second model based on the estimated accuracy, that is, the likelihood that the target user will perform an action that has a negative association. For example, the information processing device 100 estimates the probability that an action having a negative association will be performed during the period in which the state transition is estimated, and evaluates the reliability of the second model based on the change in the estimated probability. evaluate.

以下、図1を参照しつつ、情報処理装置100による情報処理の手順を整理して説明する。図1に示すように、情報処理装置100は、推定モデルの中から選択した行動A推定モデルと、行動B推定モデルとを用いて、対象ユーザの行動Aから行動Bへの状態遷移を推定する(ステップS1)。 Hereinafter, the procedure of information processing by the information processing apparatus 100 will be organized and explained with reference to FIG. As shown in FIG. 1, the information processing device 100 estimates the state transition from behavior A to behavior B of the target user using the behavior A estimation model and the behavior B estimation model selected from the estimation models. (Step S1).

次に、情報処理装置100は、推定モデルの中から選択した行動C推定モデルを用いて、対象ユーザの状態遷移と負の関連性を有する行動Cが行われる確度を推定する(ステップS2)。 Next, the information processing device 100 uses the behavior C estimation model selected from the estimation models to estimate the probability that the behavior C that has a negative relationship with the target user's state transition will be performed (step S2).

そして、情報処理装置100は、行動Cが行われる確度に基づいて、行動C推定モデルの信頼性を評価する(ステップS3)。以下、図2を用いて、行動C推定モデルの評価方法の一例について説明する。図2は、実施形態に係る推定モデルの評価方法の概要を示す図である。 Then, the information processing device 100 evaluates the reliability of the behavior C estimation model based on the probability that behavior C will be performed (step S3). Hereinafter, an example of a method for evaluating the behavior C estimation model will be described using FIG. 2. FIG. 2 is a diagram illustrating an overview of the estimation model evaluation method according to the embodiment.

図2では、推定モデルに対応する所定の行動の具体例として、行動Aが「婚約指輪を購入」、行動Bが「結婚式場を予約」、行動Cが「離婚届を提出」である場合を示している。また、図2では、実施形態に係る情報処理の対象となる対象ユーザとして、ユーザUaが選択されている場合を示している。 In Figure 2, as a specific example of a predetermined action corresponding to the estimation model, action A is "purchasing an engagement ring," action B is "reserving a wedding hall," and action C is "submitting divorce notification." Showing. Further, FIG. 2 shows a case where user Ua is selected as a target user to be subjected to information processing according to the embodiment.

まず、情報処理装置100は、行動A推定モデルと、ユーザUaのユーザ情報(過去ログ)とを用いて、ユーザUaが行動Aを行う確度を示すスコアを求める。たとえば、情報処理装置100は、ユーザUaが7月に入力した検索クエリの情報を取得し、取得した検索クエリの情報を行動A推定モデルに入力することにより、ユーザUaが7月に行動Aを行った確度を示すスコアを取得する。 First, the information processing device 100 uses the behavior A estimation model and the user information (past log) of the user Ua to obtain a score indicating the probability that the user Ua will perform the behavior A. For example, the information processing device 100 acquires information on a search query that the user Ua inputted in July, and inputs the acquired search query information into the behavior A estimation model, so that the user Ua performs the behavior A in July. Obtain a score that indicates how accurately you performed the test.

次に、情報処理装置100は、行動Aと関連性を有する行動Bを推定する行動B推定モデルを用いて、ユーザUaが行動Bを行う確度を示すスコアを求める。たとえば、情報処理装置100は、ユーザUaが7月に入力した検索クエリの情報を取得し、取得した検索クエリの情報を行動B推定モデルに入力することにより、ユーザUaが8月に行動Bを行った確度を示すスコアを取得する。 Next, the information processing device 100 obtains a score indicating the probability that the user Ua will perform the action B using the action B estimation model that estimates the action B that is related to the action A. For example, the information processing device 100 acquires information on a search query that user Ua inputted in July, and inputs the acquired search query information into the behavior B estimation model, so that user Ua can perform behavior B in August. Obtain a score that indicates how accurately you performed the test.

図2に示すように、情報処理装置100は、行動A推定モデルから取得されたユーザUaのスコアが予め規定される閾値A以上であり、行動B推定モデルから取得されたユーザUaのスコアが予め規定される閾値B以上である場合、ユーザUaの行動が7月から8月にかけて行動Aから行動Bに状態遷移した可能性があると判断する。 As shown in FIG. 2, the information processing device 100 determines that the score of the user Ua obtained from the behavior A estimation model is equal to or higher than a predefined threshold A, and the score of the user Ua obtained from the behavior B estimation model is If it is equal to or greater than the prescribed threshold B, it is determined that there is a possibility that the user Ua's behavior has made a state transition from behavior A to behavior B from July to August.

続いて、情報処理装置100は、行動Aから行動Bへの状態遷移と負の関連性を有する行動C推定モデルと、ユーザUaのユーザ情報とを用いて、ユーザUaが行動Cを行う確度を示すスコアを求める。たとえば、情報処理装置100は、ユーザUaが7月に入力した検索クエリの情報を取得し、取得した検索クエリの情報を行動C推定モデルに入力することにより、ユーザUaが7月に行動Cを行った確度を示すスコアを取得する。同様に、情報処理装置100は、ユーザUaが8月に入力した検索クエリの情報を取得し、取得した検索クエリの情報を行動C推定モデルに入力することにより、ユーザUaが8月に行動Cを行った確度を示すスコアを取得する。 Next, the information processing device 100 calculates the probability that the user Ua will perform the behavior C using the behavior C estimation model that has a negative relationship with the state transition from behavior A to behavior B and the user information of the user Ua. Find the score shown. For example, the information processing device 100 acquires information on a search query that the user Ua inputted in July, and inputs the acquired search query information into the behavior C estimation model, so that the user Ua can perform the behavior C in July. Obtain a score that indicates how accurately you performed the test. Similarly, the information processing device 100 acquires information on a search query that the user Ua inputted in August, and inputs the acquired search query information into the behavior C estimation model. Obtain a score that indicates the accuracy with which the

図2に示すように、情報処理装置100は、行動C推定モデルから取得されたユーザUaの7月および8月のスコアが「50」から「70」に推移して上昇傾向にあるので、ユーザUaが7月から8月にかけて行動Cを行う可能性が高くなっていたと判断する。この場合、情報処理装置100は、ユーザUaの行動の状態遷移、すなわち、行動A:「婚約指輪の購入」→行動B:「結婚式場の予約」と論理的に相反する行動C:「離婚届の提出」の可能性が高くなっているという推定結果を導出した行動C推定モデルの信頼性は低いと評価する。 As shown in FIG. 2, the information processing device 100 detects that the user Ua's score in July and August, which was obtained from the behavior C estimation model, has been on an upward trend from "50" to "70". It is determined that the possibility that Ua will perform Action C from July to August has increased. In this case, the information processing device 100 changes the state of the behavior of the user Ua, that is, behavior A: "purchasing an engagement ring" → behavior B: "reserving a wedding venue" and behavior C: "filing a divorce" which is logically contradictory. The reliability of the behavior C estimation model that derived the estimation result that the possibility of "submission of" is high is evaluated as low.

なお、情報処理装置100は、行動C推定モデルの信頼性が低いと判断した場合、行動A推定モデルと行動B推定モデルとを用いて、行動C推定モデルを修正してもよい。たとえば、情報処理装置100は、行動C推定モデルにおいて検索クエリに対応付けられているスコアのうち、行動A推定モデル又は行動B推定モデルに含まれる検索クエリのスコアが低くなるように調整することにより、行動C推定モデルを修正できる。あるいは、情報処理装置100は、行動C推定モデルに含まれる検索クエリから、行動A推定モデル又は行動B推定モデルに含まれる検索クエリを除外することにより、行動C推定モデルを修正してもよい。 Note that when the information processing apparatus 100 determines that the reliability of the behavior C estimation model is low, the information processing apparatus 100 may modify the behavior C estimation model using the behavior A estimation model and the behavior B estimation model. For example, the information processing device 100 adjusts the score of the search query included in the behavior A estimation model or the behavior B estimation model to be lower among the scores associated with the search query in the behavior C estimation model. , the behavior C estimation model can be modified. Alternatively, the information processing device 100 may modify the behavior C estimation model by excluding the search queries included in the behavior A estimation model or the behavior B estimation model from the search queries included in the behavior C estimation model.

なお、情報処理装置100は、第2モデルの信頼性の評価に関する情報を、情報処理装置100のオペレータに提供できる。また、情報処理装置100は、第2モデルの信頼性が低いと評価した場合、第2モデルの信頼性の評価に関する情報とともに、第2モデルの修正方法に関する情報を提供してもよい。 Note that the information processing device 100 can provide the operator of the information processing device 100 with information regarding the evaluation of the reliability of the second model. Further, when the second model is evaluated to have low reliability, the information processing apparatus 100 may provide information regarding the evaluation of the reliability of the second model as well as information regarding a method for modifying the second model.

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

図3に示すように、情報処理装置100は、通信部110と、記憶部120と、制御部130とを備える。なお、図3は、情報処理装置100の構成例を示すものであり、図3に示す形態には限られず、図3に示す以外の他の機能部を備える形態であってもよい。 As shown in FIG. 3, the information processing device 100 includes a communication section 110, a storage section 120, and a control section 130. Note that FIG. 3 shows an example of the configuration of the information processing apparatus 100, and the information processing apparatus 100 is not limited to the configuration shown in FIG. 3, and may have a configuration including other functional units other than those 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 Department 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 other devices such as the terminal device 10 via the network N. The communication unit 110 is realized 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 (such as a mobile phone network or a fixed telephone network), a local IP (Internet Protocol) network, or the Internet. . The network N may include a wired network or a wireless network.

通信部110は、端末装置10から、撮影画像などの情報を受信する。また、通信部110は、提案情報を端末装置10に送信する。 The communication unit 110 receives information such as captured images from the terminal device 10. Furthermore, the communication unit 110 transmits 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 semiconductor memory device such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk. The storage unit 120 stores programs and data for implementing information processing executed by each unit of the control unit 130.

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

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

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

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

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

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

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

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

「行動」には、対応付けられている推定モデルにより推定される行動の内容を示す情報が記憶されている。 "Behavior" stores information indicating the content of the behavior estimated by the associated estimation model.

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

(制御部130)
図3に示す制御部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)
The control unit 130 shown in FIG. 3 is a controller that controls the information processing device 100. The control unit 130 uses a CPU (Central Processing Unit), an MPU (Micro Processing Unit), a GPU (Graphics Processing Unit), etc. to execute various programs (for example, information processing programs) stored in a storage device inside the information processing device 100. This is realized by executing using RAM as a work area. Further, the control unit 130 may be realized by, for example, an integrated circuit such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array).

図3に示すように、制御部130は、第1推定部131と、第2推定部132と、評価部133とを有する。制御部130は、これらの各部により、以下に説明する情報処理の機能や作用を実現または実行する。なお、制御部130の内部構成は、図3に示した構成に限られず、後述する情報処理を行う構成であれば他の構成であってもよい。また、制御部130が有する各部の接続関係は、図3に示した接続関係に限られず、他の接続関係であってもよい。 As shown in FIG. 3, the control unit 130 includes a first estimation unit 131, a second estimation unit 132, and an evaluation unit 133. The control unit 130 uses these units to realize or execute information processing functions and operations described below. Note that the internal configuration of the control unit 130 is not limited to the configuration shown in FIG. 3, and may be any other configuration as long as it performs information processing to be described later. Further, the connection relationship between the respective units included in the control unit 130 is not limited to the connection relationship shown in FIG. 3, and may be other connection relationships.

(第1推定部131)
第1推定部131は、情報処理装置100により実行される情報処理(たとえば、図1および図2参照)の対象ユーザにより所定の行動が行われる確度を推定するために所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する行動が行われる確度を推定するための複数の第1モデルを用いて、行動の状態遷移を推定する。
(First estimation unit 131)
The first estimating unit 131 prepares in advance for each predetermined action in order to estimate the probability that the predetermined action will be performed by the target user of the information processing performed by the information processing device 100 (for example, see FIGS. 1 and 2). A state transition of the behavior is estimated using a plurality of first models for estimating the probability that a related behavior will be performed among the plurality of estimated models.

たとえば、第1推定部131は、推定モデルに対応付けられている所定の行動の特徴量に基づいて、複数の推定モデルの中から第1モデルを複数選択する。たとえば、第1推定部131は、Word2Vecなどの自然言語処理手法を用いて、所定の行動を示す文字列の特徴量(ベクトル表現)を求め、求めた特徴量の類似性に基づいて、複数の推定モデルの中から、関連性を有する行動の各々に対応する第1モデルを選択できる。 For example, the first estimating unit 131 selects a plurality of first models from among the plurality of estimation models based on the feature amount of a predetermined behavior associated with the estimation model. For example, the first estimating unit 131 uses a natural language processing method such as Word2Vec to obtain a feature amount (vector expression) of a character string indicating a predetermined behavior, and based on the similarity of the obtained feature amount, a plurality of A first model corresponding to each of the related behaviors can be selected from the estimated models.

(第2推定部132)
第2推定部132は、複数の推定モデルのうち、対象ユーザの行動の状態遷移に対して負の関連性を有する行動が行われる確度を推定するための第2モデルを用いて、対象ユーザにより負の関連性を有する行動が行われる確度を推定する。
(Second estimation unit 132)
The second estimation unit 132 uses a second model among the plurality of estimation models for estimating the probability that an action having a negative relationship with the state transition of the action of the target user will be performed. Estimate the probability that an action with a negative association will be performed.

たとえば、第2推定部132は、対象ユーザの行動の状態遷移と論理的に相反する行動が行われる確度を推定する推定モデルを、第2モデルとして選択する。そして、第2推定部132は、選択した第2モデルを用いて、対象ユーザにより負の関連性を有する行動が行われる確度を推定する。 For example, the second estimation unit 132 selects, as the second model, an estimation model that estimates the probability that an action that is logically contradictory to the state transition of the target user's action will be performed. Then, the second estimation unit 132 uses the selected second model to estimate the probability that the target user will perform an action that has a negative association.

たとえば、第2推定部132は、対象ユーザの状態遷移と論理的に相反する行動を予め登録されたルールベースに従って、対象ユーザの状態遷移と論理的に相反する行動を特定し、選択した行動が行われる確度を推定する第2モデルを選択できる。 For example, the second estimation unit 132 identifies an action that is logically contradictory to the state transition of the target user according to a pre-registered rule base, and determines whether the selected action is logically contradictory to the state transition of the target user. A second model can be selected that estimates the accuracy with which it is performed.

あるいは、第2推定部132は、対象ユーザの行動の状態遷移が単純マルコフ過程に従うものと仮定し、対象ユーザの行動の状態遷移における現在の行動から、次に起こる行動の条件付き確率をそれぞれ算出し、算出した条件付き確率が予め規定される閾値未満の行動を、対象ユーザの状態遷移と論理的に相反する行動を特定する。そして、第2推定部132は、特定した行動が行われる確度を推定する推定モデルを、第2モデルとして選択する。 Alternatively, the second estimation unit 132 assumes that the state transition of the target user's behavior follows a simple Markov process, and calculates the conditional probability of the next behavior from the current behavior in the state transition of the target user's behavior. Then, actions for which the calculated conditional probability is less than a predefined threshold are identified as actions that are logically contradictory to the state transition of the target user. Then, the second estimation unit 132 selects an estimation model that estimates the probability that the specified action will be performed as the second model.

また、第2推定部132は、対象ユーザの状態遷移の推定が行われた期間において負の関連性を有する行動が行われる確度を推定する。たとえば、第2推定部132は、対象ユーザの状態遷移の推定が行われた期間と同一の期間について、対象ユーザの状態遷移と負の関連性を有する行動が行われる確度を推定する。そして、第2推定部132は、推定した確度を評価部133に受け渡す。 Further, the second estimating unit 132 estimates the probability that an action having a negative association will be performed during the period in which the state transition of the target user is estimated. For example, the second estimation unit 132 estimates the probability that an action having a negative relationship with the state transition of the target user will be performed for the same period as the period in which the state transition of the target user is estimated. The second estimation unit 132 then passes the estimated accuracy to the evaluation unit 133.

(評価部133)
評価部133は、第2推定部132により推定された確度に基づいて、第2モデルの信頼性を評価する。
(Evaluation unit 133)
The evaluation unit 133 evaluates the reliability of the second model based on the accuracy estimated by the second estimation unit 132.

たとえば、評価部133は、第2推定部132により推定された確度の推移に基づいて、第2モデルの信頼性を評価する。具体的には、評価部133は、対象ユーザの状態遷移の推定が行われた期間と同一の期間において、第2推定部132により推定された確度が上昇傾向にあれば、第2モデルの信頼性は低いと評価する。 For example, the evaluation unit 133 evaluates the reliability of the second model based on the change in accuracy estimated by the second estimation unit 132. Specifically, the evaluation unit 133 evaluates the reliability of the second model if the accuracy estimated by the second estimation unit 132 is on the rise in the same period as the period in which the state transition of the target user is estimated. The quality is evaluated as low.

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

図6に示すように、第1推定部131は、推定モデルの中から選択した行動A推定モデルと、行動B推定モデルとを用いて、対象ユーザの行動Aから行動Bへの状態遷移を推定する(ステップS101)。 As shown in FIG. 6, the first estimation unit 131 estimates the state transition from behavior A to behavior B of the target user using the behavior A estimation model and the behavior B estimation model selected from the estimation models. (Step S101).

続いて、第2推定部132は、推定モデルの中から選択した行動C推定モデルを用いて、対象ユーザの状態遷移と負の関連性を有する行動Cが行われる確度を推定する(ステップS102)。 Next, the second estimating unit 132 uses the behavior C estimation model selected from the estimation models to estimate the probability that the behavior C that has a negative relationship with the state transition of the target user will be performed (step S102). .

続いて、評価部133は、行動Cが行われる確度に基づいて、行動C推定モデルの信頼性を評価し(ステップS103)、図6に示す処理手順を終了する。 Subsequently, the evaluation unit 133 evaluates the reliability of the behavior C estimation model based on the probability that behavior C will be performed (step S103), and ends the processing procedure shown in FIG. 6.

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

(5-1.状態遷移の時系列について)
上述した実施形態において、情報処理装置100は、対象ユーザの行動の状態遷移を推定する際、状態遷移の時系列を考慮してもよい。たとえば、情報処理装置100は、複数の推定モデルから関連性を有する複数の第1モデルを選択する際、行動X→行動Yの順に行動が行われることが自然である場合、行動X→行動Yの順に第1モデルのスコアを評価し、状態遷移を推定してもよい。
(5-1. Regarding time series of state transition)
In the embodiment described above, the information processing device 100 may consider the time series of state transitions when estimating state transitions of the target user's behavior. For example, when selecting a plurality of related first models from a plurality of estimation models, if it is natural for the actions to be performed in the order of action X → action Y, the information processing apparatus 100 The score of the first model may be evaluated in the order of , and the state transition may be estimated.

具体的には、情報処理装置100は、7月に対応する行動Xのスコアが予め規定される閾値以上、かつ行動Yに対応するスコアが予め規定される閾値未満であり、8月に対応する行動Xのスコアが予め規定される閾値未満であり、かつ8月に対応する行動Yのスコアが予め規定される閾値以上であることを条件として、対象ユーザの行動が行動X→行動Yに状態遷移していると推定する。 Specifically, the information processing apparatus 100 determines whether the score of behavior The target user's behavior changes from behavior X to behavior Y on the condition that the score of behavior It is assumed that the transition is occurring.

(5-2.状態遷移の推定結果の利用について)
上述の実施形態において、情報処理装置100は、対象ユーザの行動の状態遷移の推定結果を利用して、たとえば、対象ユーザに対する広告の配信などを実行してもよい。この時、情報処理装置100は、対象ユーザの行動の状態遷移から推定される事象に対して不適切な広告を配信しないように制御してもよい。たとえば、情報処理装置100は、対象ユーザの行動の状態遷移から、対象ユーザが結婚している可能性が高いと推定した場合、対象ユーザに対して、「結婚しませんか?」などの不適切な広告を配信しないように制御できる。また、たとえば、情報処理装置100は、対象ユーザが高価な商品を購入した可能性が高いと推定した場合、同様の商品の購入を提案する広告を配信しないように制御する。
(5-2. Regarding the use of state transition estimation results)
In the above-described embodiment, the information processing apparatus 100 may perform, for example, distributing an advertisement to the target user using the estimation result of the state transition of the target user's behavior. At this time, the information processing device 100 may perform control so as not to distribute advertisements that are inappropriate for the event estimated from the state transition of the target user's behavior. For example, if the information processing device 100 estimates that the target user is likely to be married based on the state transition of the target user's behavior, the information processing device 100 may ask the target user an inappropriate message such as "Would you like to get married?" You can control the delivery of inappropriate advertisements. Further, for example, when the information processing device 100 estimates that there is a high possibility that the target user has purchased an expensive product, the information processing device 100 controls not to distribute an advertisement suggesting the purchase of a similar product.

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

コンピュータ1000は、出力装置1010、入力装置1020と接続され、演算装置1030、一次記憶装置1040、二次記憶装置1050、出力IF(Interface)1060、入力IF1070、ネットワークIF1080がバス1090により接続された形態を有する。 The computer 1000 is connected to an output device 1010 and an input device 1020, and has 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 connected by a bus 1090. has.

演算装置1030は、一次記憶装置1040や二次記憶装置1050に格納されたプログラムや入力装置1020から読み出したプログラム等に基づいて動作し、各種の処理を実行する。一次記憶装置1040は、RAM等、演算装置1030が各種の演算に用いるデータを一次的に記憶するメモリ装置である。また、二次記憶装置1050は、演算装置1030が各種の演算に用いるデータや、各種のデータベースが登録される記憶装置であり、ROM(Read Only Memory)、HDD、フラッシュメモリ等により実現される。 The arithmetic unit 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 performs various processes. The primary storage device 1040 is a memory device such as a RAM that temporarily stores data used by the arithmetic unit 1030 for various calculations. Further, the secondary storage device 1050 is a storage device in which data used by the arithmetic device 1030 for various calculations and various databases are registered, and is realized by a ROM (Read Only Memory), an HDD, a 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 information such as a monitor or printer, and is, for example, a USB (Universal Serial Bus), a DVI (Digital Visual Interface), This is realized using a connector compliant with standards such as HDMI (registered trademark) (High Definition Multimedia Interface). Further, the input IF 1070 is an interface for receiving information from various input devices 1020 such as a mouse, a keyboard, and a scanner, and is realized by, for example, a USB or the like.

なお、入力装置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 is, for example, an optical recording medium such as a CD (Compact Disc), a DVD (Digital Versatile Disc), or a PD (Phase change rewritable disk), a magneto-optical recording medium such as an MO (Magneto-Optical disk), or a tape. It may be a device that reads information from a medium, a magnetic recording medium, a semiconductor memory, or the like. Furthermore, 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 it to computing device 1030, and also sends data generated by computing device 1030 to other devices via network N.

演算装置1030は、出力IF1060や入力IF1070を介して、出力装置1010や入力装置1020の制御を行う。例えば、演算装置1030は、入力装置1020や二次記憶装置1050からプログラムを一次記憶装置1040上にロードし、ロードしたプログラムを実行する。 Arithmetic device 1030 controls output device 1010 and input device 1020 via output IF 1060 and input IF 1070. For example, the arithmetic device 1030 loads a program from the input device 1020 or the secondary storage device 1050 onto the 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, thereby performing the same operation as the control unit 130. Realize the functions 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 onto the primary storage device 1040.

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

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

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。たとえば、制御部130の第1推定部131と第2推定部132とは機能的に統合されていてもよい。 Furthermore, each component of each device shown in the drawings is functionally conceptual, and does not necessarily need to be physically configured as shown in the drawings. In other words, the specific form of distributing and integrating each device is not limited to what is shown in the diagram, and all or part of the devices can be functionally or physically distributed or integrated in arbitrary units depending on various loads and usage conditions. Can be integrated and configured. For example, the first estimation section 131 and the second estimation section 132 of the control section 130 may be functionally integrated.

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

[8.効果]
上述の実施形態に係る情報処理装置100は、第1推定部131と、第2推定部132と、評価部133とを備える。第1推定部131は、ユーザにより所定の行動が行われる確度を推定するために所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する所定の行動が行われる確度を推定するための複数の第1モデルを用いて、所定の行動の状態遷移を推定する。第2推定部132は、複数の推定モデルのうち、所定の行動の状態遷移に対して負の関連性を有する所定の行動が行われる確度を推定するための第2モデルを用いて、ユーザにより負の関連性を有する所定の行動が行われる確度を推定する。評価部133は、第2推定部132により推定された確度に基づいて、第2モデルの信頼性を評価する。
[8. effect]
The information processing device 100 according to the embodiment described above includes a first estimation section 131, a second estimation section 132, and an evaluation section 133. The first estimation unit 131 estimates the probability that a related predetermined action will be performed from among a plurality of estimation models prepared in advance for each predetermined action in order to estimate the probability that a predetermined action will be performed by the user. A state transition of a predetermined behavior is estimated using a plurality of first models for the purpose of the present invention. The second estimation unit 132 uses a second model for estimating the probability of performing a predetermined action that has a negative relationship with the state transition of the predetermined action from among the plurality of estimation models. Estimate the probability that a predetermined action with negative association will be performed. The evaluation unit 133 evaluates the reliability of the second model based on the accuracy estimated by the second estimation unit 132.

このようなことから、実施形態に係る情報処理装置100は、複数のモデルの推定結果を突き合わせることにより、生成したモデルの信頼性を簡易に確かめることができる。 For this reason, the information processing apparatus 100 according to the embodiment can easily confirm the reliability of the generated model by comparing the estimation results of a plurality of models.

また、実施形態に係る情報処理装置100において、第1推定部131は、推定モデルに対応付けられている所定の行動の特徴量に基づいて、複数の推定モデルの中から第1モデルを複数選択する。これにより、実施形態に係る情報処理装置100は、対応付けられている行動に関連性がある複数のモデルを適切に選択できる。 In the information processing device 100 according to the embodiment, the first estimation unit 131 selects a plurality of first models from among the plurality of estimation models based on the feature amount of a predetermined behavior associated with the estimation model. do. Thereby, the information processing apparatus 100 according to the embodiment can appropriately select a plurality of models that are related to the associated actions.

また、実施形態に係る情報処理装置100において、第2推定部132は、所定の状態遷移と論理的に相反する所定の行動が行われる確度を推定する推定モデルを、第2モデルとして選択する。これにより、実施形態に係る情報処理装置100は、第2モデルによる推定結果の矛盾から、第2モデルの精度を推し量ることができる。 Furthermore, in the information processing device 100 according to the embodiment, the second estimation unit 132 selects, as the second model, an estimation model that estimates the probability that a predetermined action that is logically contradictory to a predetermined state transition will be performed. Thereby, the information processing apparatus 100 according to the embodiment can estimate the accuracy of the second model based on the contradiction in the estimation results by the second model.

また、実施形態に係る情報処理装置100において、第2推定部132は、所定の状態遷移の推定が行われた期間において、負の関連性を有する所定の行動が行われる確度を推定し、評価部133は、第2推定部132により推定された確度の推移に基づいて、第2モデルの信頼性を評価する。これにより、実施形態に係る情報処理装置100は、状態遷移の時系列に沿って第2モデルの推定結果を評価できる。 Furthermore, in the information processing device 100 according to the embodiment, the second estimation unit 132 estimates the probability that a predetermined action having a negative association will be performed during a period in which the predetermined state transition is estimated, and evaluates the probability that a predetermined action having a negative association will be performed. The unit 133 evaluates the reliability of the second model based on the change in accuracy estimated by the second estimation unit 132. Thereby, the information processing apparatus 100 according to the embodiment can evaluate the estimation results of the second model along the time series of state transitions.

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

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

10 端末装置
100 情報処理装置
110 通信部
120 記憶部
121 ユーザ情報記憶部
122 推定モデル記憶部
130 制御部
131 第1推定部
132 第2推定部
133 評価部
10 Terminal device 100 Information processing device 110 Communication unit 120 Storage unit 121 User information storage unit 122 Estimated model storage unit 130 Control unit 131 First estimation unit 132 Second estimation unit 133 Evaluation unit

Claims (6)

ユーザにより所定の行動が行われる確度を推定するために、所定の条件を満たす各ユーザにより検索される検索クエリと、当該検索クエリの共通性に基づいて前記検索クエリに対して付与されるスコアとの組からなるスコアリストであって、前記所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する前記所定の行動が行われる確度を推定するための複数の第1モデルを選択し、選択した複数の第1モデルのうち、一方の第1モデルに対して所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアと、他方の第1モデルに対して前記所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアとが共に閾値以上であるか否かを判定することにより、前記一方の第1モデルに対応する前記所定の行動から前記他方の第1モデルに対応する前記所定の行動の状態遷移を推定する第1推定部と、
前記複数の推定モデルのうち、前記第1推定部により推定された前記状態遷移における遷移後の前記所定の行動に対して負の関連性を有する前記所定の行動が行われる確度を推定するための第2モデルを選択し、選択した第2モデルに対して、前記所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアが閾値以上であるか否かを判定することにより、前記ユーザにより前記負の関連性を有する前記所定の行動が行われる確度を推定する第2推定部と、
前記第2推定部により推定された確度に基づいて、前記第2モデルの信頼性を評価する評価部と
を備えることを特徴とする情報処理装置。
In order to estimate the probability that a predetermined action will be performed by a user , a search query searched by each user that satisfies a predetermined condition, and a score given to the search query based on the commonality of the search query. A score list consisting of a set of a plurality of first models for estimating the probability that the predetermined action having relevance will be performed among the plurality of estimation models prepared in advance for each of the predetermined actions. A score obtained by inputting a search query entered by the user in a predetermined period for one of the plurality of selected first models, and a score for the other first model. From the predetermined behavior corresponding to the one first model by determining whether the scores obtained by inputting the search query input by the user during the predetermined period are both equal to or greater than a threshold value. a first estimation unit that estimates a state transition to the predetermined behavior corresponding to the other first model ;
For estimating the probability that the predetermined action that has a negative relationship with the predetermined action after the state transition estimated by the first estimator among the plurality of estimation models will be performed. by selecting a second model of , a second estimation unit that estimates the probability that the predetermined action having the negative association will be performed by the user;
An information processing device comprising: an evaluation section that evaluates the reliability of the second model based on the accuracy estimated by the second estimation section.
前記第1推定部は、
前記推定モデルに対応付けられている前記所定の行動の特徴量に基づいて、前記複数の推定モデルの中から前記第1モデルを複数選択する
ことを特徴とする請求項1に記載の情報処理装置。
The first estimation unit is
The information processing device according to claim 1, wherein a plurality of the first models are selected from the plurality of estimation models based on feature quantities of the predetermined behavior that are associated with the estimation models. .
前記第2推定部は、
前記所定の行動の状態遷移と論理的に相反する前記行動が行われる確度を推定する前記推定モデルを、前記第2モデルとして選択する
ことを特徴とする請求項1又は2に記載の情報処理装置。
The second estimation unit is
The information processing according to claim 1 or 2, wherein the estimation model that estimates the probability of performing the action that is logically contradictory to the state transition to the predetermined action is selected as the second model. Device.
前記第2推定部は、
前記所定の行動の状態遷移の推定が行われた期間において前記負の関連性を有する前記行動が行われる確度を推定し、
前記評価部は、
前記第2推定部により推定された前記確度の推移に基づいて、前記第2モデルの信頼性を評価する
ことを特徴とする請求項1~3のいずれか1つに記載の情報処理装置。
The second estimation unit is
estimating the probability that the action having the negative association will be performed in the period in which the state transition to the predetermined action is estimated;
The evaluation department is
The information processing device according to any one of claims 1 to 3, wherein the reliability of the second model is evaluated based on a change in the accuracy estimated by the second estimation unit.
コンピュータが実行する情報処理方法であって、
ユーザにより所定の行動が行われる確度を推定するために、所定の条件を満たす各ユーザにより検索される検索クエリと、当該検索クエリの共通性に基づいて前記検索クエリに対して付与されるスコアとの組からなるスコアリストであって、前記所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する前記所定の行動が行われる確度を推定するための複数の第1モデルを選択し、選択した複数の第1モデルのうち、一方の第1モデルに対して所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアと、他方の第1モデルに対して前記所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアとが共に閾値以上であるか否かを判定することにより、前記一方の第1モデルに対応する前記所定の行動から前記他方の第1モデルに対応する前記所定の行動の状態遷移を推定する第1推定工程と、
前記複数の推定モデルのうち、前記第1推定工程により推定された前記状態遷移における遷移後の前記所定の行動に対して負の関連性を有する前記所定の行動が行われる確度を推定するための第2モデルを選択し、選択した第2モデルに対して、前記所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアが閾値以上であるか否かを判定することにより、前記ユーザにより前記負の関連性を有する前記所定の行動が行われる確度を推定する第2推定工程と、
前記第2推定工程により推定された確度に基づいて、前記第2モデルの信頼性を評価する評価工程と
を含むことを特徴とする情報処理方法。
An information processing method performed by a computer, the method comprising:
In order to estimate the probability that a predetermined action will be performed by a user , a search query searched by each user that satisfies a predetermined condition, and a score given to the search query based on the commonality of the search query. A score list consisting of a set of a plurality of first models for estimating the probability that the predetermined action having relevance will be performed among the plurality of estimation models prepared in advance for each of the predetermined actions. A score obtained by inputting a search query entered by the user in a predetermined period for one of the plurality of selected first models, and a score for the other first model. From the predetermined behavior corresponding to the one first model by determining whether the scores obtained by inputting the search query input by the user during the predetermined period are both equal to or greater than a threshold value. a first estimation step of estimating a state transition to the predetermined behavior corresponding to the other first model ;
For estimating the probability that the predetermined action that has a negative relationship with the predetermined action after the state transition estimated in the first estimation step will be performed among the plurality of estimation models. by selecting a second model of , a second estimation step of estimating the probability that the predetermined action having the negative association will be performed by the user;
and an evaluation step of evaluating reliability of the second model based on the accuracy estimated by the second estimation step.
コンピュータに、
ユーザにより所定の行動が行われる確度を推定するために、所定の条件を満たす各ユーザにより検索される検索クエリと、当該検索クエリの共通性に基づいて前記検索クエリに対して付与されるスコアとの組からなるスコアリストであって、前記所定の行動ごとに予め用意された複数の推定モデルのうち、関連性を有する前記所定の行動が行われる確度を推定するための複数の第1モデルを選択し、選択した複数の第1モデルのうち、一方の第1モデルに対して所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアと、他方の第1モデルに対して前記所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアとが共に閾値以上であるか否かを判定することにより、前記一方の第1モデルに対応する前記所定の行動から前記他方の第1モデルに対応する前記所定の行動の状態遷移を推定する第1推定手順と、
前記複数の推定モデルのうち、前記第1推定手順により推定された前記状態遷移における遷移後の前記所定の行動に対して負の関連性を有する前記所定の行動が行われる確度を推定するための第2モデルを選択し、選択した第2モデルに対して、前記所定期間に前記ユーザにより入力された検索クエリを入力することにより得られるスコアが閾値以上であるか否かを判定することにより、前記ユーザにより前記負の関連性を有する前記所定の行動が行われる確度を推定する第2推定手順と、
前記第2推定手順により推定された確度に基づいて、前記第2モデルの信頼性を評価する評価手順と
を実行させることを特徴とする情報処理プログラム。
to the computer,
In order to estimate the probability that a predetermined action will be performed by a user , a search query searched by each user that satisfies a predetermined condition, and a score given to the search query based on the commonality of the search query. A score list consisting of a set of a plurality of first models for estimating the probability that the predetermined action having relevance will be performed among the plurality of estimation models prepared in advance for each of the predetermined actions. A score obtained by inputting a search query entered by the user in a predetermined period for one of the plurality of selected first models, and a score for the other first model. From the predetermined behavior corresponding to the one first model by determining whether the scores obtained by inputting the search query input by the user during the predetermined period are both equal to or greater than a threshold value. a first estimation procedure for estimating a state transition to the predetermined behavior corresponding to the other first model ;
to estimate the probability that the predetermined action that has a negative relationship with the predetermined action after the state transition estimated by the first estimation procedure will be performed among the plurality of estimation models; by selecting a second model of , a second estimation procedure of estimating the probability that the predetermined action having the negative association will be performed by the user;
and an evaluation procedure for evaluating reliability of the second model based on the accuracy estimated by the second estimation procedure.
JP2021150643A 2021-09-15 2021-09-15 Information processing device, information processing method, and information processing program Active JP7419313B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021150643A JP7419313B2 (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
JP2021150643A JP7419313B2 (en) 2021-09-15 2021-09-15 Information processing device, information processing method, and information processing program

Publications (2)

Publication Number Publication Date
JP2023043102A JP2023043102A (en) 2023-03-28
JP7419313B2 true JP7419313B2 (en) 2024-01-22

Family

ID=85724076

Family Applications (1)

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

Country Status (1)

Country Link
JP (1) JP7419313B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015005217A (en) 2013-06-21 2015-01-08 西日本電信電話株式会社 Action estimation device, model generation device, action estimation method, model generation method and computer program
JP2020027488A (en) 2018-08-13 2020-02-20 Zホールディングス株式会社 Device, method, and program for processing information
JP2020154658A (en) 2019-03-19 2020-09-24 ヤフー株式会社 Information processing device, information processing method, and information processing program
JP2020154427A (en) 2019-03-18 2020-09-24 本田技研工業株式会社 Information processing apparatus, information processing method, and program
JP2020177262A (en) 2019-04-15 2020-10-29 ヤフー株式会社 Information processing apparatus, system, information processing method and program
JP2020194218A (en) 2019-05-24 2020-12-03 株式会社日立製作所 Correct answer data creation assisting system and correct answer data creation assisting method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015005217A (en) 2013-06-21 2015-01-08 西日本電信電話株式会社 Action estimation device, model generation device, action estimation method, model generation method and computer program
JP2020027488A (en) 2018-08-13 2020-02-20 Zホールディングス株式会社 Device, method, and program for processing information
JP2020154427A (en) 2019-03-18 2020-09-24 本田技研工業株式会社 Information processing apparatus, information processing method, and program
JP2020154658A (en) 2019-03-19 2020-09-24 ヤフー株式会社 Information processing device, information processing method, and information processing program
JP2020177262A (en) 2019-04-15 2020-10-29 ヤフー株式会社 Information processing apparatus, system, information processing method and program
JP2020194218A (en) 2019-05-24 2020-12-03 株式会社日立製作所 Correct answer data creation assisting system and correct answer data creation assisting method

Also Published As

Publication number Publication date
JP2023043102A (en) 2023-03-28

Similar Documents

Publication Publication Date Title
US11301761B2 (en) Behavioral prediction for targeted end users
US10726438B2 (en) Personalized contextual coupon engine
KR102219344B1 (en) Automatic advertisement execution device, method for automatically generating campaign information for an advertisement medium to execute an advertisement and computer program for executing the method
US11580447B1 (en) Shared per content provider prediction models
US20180342004A1 (en) Cumulative success-based recommendations for repeat users
US10354184B1 (en) Joint modeling of user behavior
US20170337602A1 (en) Using facial recognition and facial expression detection to analyze in-store activity of a user
KR102191486B1 (en) Automatic advertisement execution device, method for automatically generating campaign information for an advertisement medium to execute an advertisement and computer program for executing the method
JP2018045553A (en) Selection device, selection method, and selection program
WO2019188101A1 (en) Device, method and program for analyzing customer attribute information
JP2020035068A (en) Device, method, and program for processing information
JP6899805B2 (en) Characteristic estimation device, characteristic estimation method, characteristic estimation program, etc.
KR20130033506A (en) Item recommendation method and apparatus
JP7419313B2 (en) Information processing device, information processing method, and information processing program
JP7418379B2 (en) Information processing device, information processing method, and information processing program
JP7453191B2 (en) Information processing device, information processing method, and information processing program
JP7354195B2 (en) Information processing device, information processing method, and information processing program
JP7407779B2 (en) Information processing device, information processing method, and information processing program
JP2022011154A (en) Evaluation apparatus, evaluation method, and evaluation program
JP2021149682A (en) Learning device, learning method, and learning program
JP2021149681A (en) Determination device, determination method, and determination program
JP7260439B2 (en) Extraction device, extraction method and extraction program
US20230099904A1 (en) Machine learning model prediction of interest in an object
US20230316372A1 (en) Peer-based selection using machine learning
Ibrahim et al. Extracting behavioural features from smartphone notifications

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

R150 Certificate of patent or registration of utility model

Ref document number: 7419313

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150