JP7325598B1 - Recommendation server, recommendation method and program - Google Patents

Recommendation server, recommendation method and program Download PDF

Info

Publication number
JP7325598B1
JP7325598B1 JP2022206461A JP2022206461A JP7325598B1 JP 7325598 B1 JP7325598 B1 JP 7325598B1 JP 2022206461 A JP2022206461 A JP 2022206461A JP 2022206461 A JP2022206461 A JP 2022206461A JP 7325598 B1 JP7325598 B1 JP 7325598B1
Authority
JP
Japan
Prior art keywords
target
user
factor
service
information associated
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
JP2022206461A
Other languages
Japanese (ja)
Other versions
JP2024090508A (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.)
Hakuhodo DY Holdings Inc
Original Assignee
Hakuhodo DY Holdings Inc
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 Hakuhodo DY Holdings Inc filed Critical Hakuhodo DY Holdings Inc
Priority to JP2022206461A priority Critical patent/JP7325598B1/en
Priority to JP2023125819A priority patent/JP2024091253A/en
Application granted granted Critical
Publication of JP7325598B1 publication Critical patent/JP7325598B1/en
Publication of JP2024090508A publication Critical patent/JP2024090508A/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

【課題】ユーザとコンテンツを所定の因子に対応付けて、その因子に基づいてコンテンツをレコメンドするためのレコメンドサーバ、レコメンド方法及びプログラムを提供する。【解決手段】複数のユーザ端末を有する情報処理システムにおいて、レコメンドサーバ801は、コンテンツに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第1の推定モデルを学習させることで生成された第1の学習済み推定モデルを取得する第1のモデル取得部、複数の対象コンテンツの各々について、対象コンテンツに対応付けられた因子情報と、対象ユーザに対応付けられた因子スコア情報とを第1の学習済み推定モデルに入力して、反応確率を推定する第1の推定部及び複数の対象コンテンツの各々について推定した反応確率に基づいて、複数の対象コンテンツの中から1以上の対象コンテンツを抽出する第1の抽出部を備える。【選択図】図8A recommendation server, a recommendation method, and a program for associating users and contents with predetermined factors and recommending contents based on the factors. SOLUTION: In an information processing system having a plurality of user terminals, a recommendation server 801 uses factor information associated with content and factor score information associated with a user as explanatory variables, and reaction probability as an objective variable. a first model acquisition unit that acquires a first trained estimation model generated by learning the first estimation model as, for each of a plurality of target contents, factor information associated with the target content; A first estimation unit that inputs the factor score information associated with the target user into the first trained estimation model to estimate the reaction probability, and based on the estimated reaction probability for each of the plurality of target contents, A first extraction unit extracting one or more target contents from a plurality of target contents is provided. [Selection drawing] Fig. 8

Description

本発明は、レコメンドサーバ、レコメンド方法およびプログラムに関する。 The present invention relates to a recommendation server, a recommendation method, and a program.

本技術分野の背景技術を開示する文献として、特開2011-175362号公報(特許文献1)がある。この公報には、「推薦エンジン:ユーザの嗜好(Preference)又はユーザのコンテンツに対するアクション等に基づいてコンテンツを推薦するシステムモジュール。」と記載されている(段落0028参照)。 JP-A-2011-175362 (Patent Document 1) is a document that discloses the background art of this technical field. This publication describes "recommendation engine: a system module that recommends content based on user's preferences or user's actions on content" (see paragraph 0028).

この公報には、より具体的には、「まず、解析部120により、記憶部110の属性テーブルに記憶されているコンテンツの基本属性が取得される(ステップS102)。次に、解析部120は、PLSA又はLDAによる確率的分類法に従って、基本属性の属性値に基づいて、拡張属性の属性値を算出する(ステップS104)。解析部120は、ここで算出した拡張属性の属性値を属性テーブルに格納する。」と記載されている(段落0102参照)。また、この公報には、「まず、推薦部140により、記憶部110が保持している属性テーブルに記憶されている属性値を用いて、ユーザに推薦すべきコンテンツが選択される(ステップS202)。」と記載されている(段落0106参照)。すなわち、この公報には、PLSAにより属性値が算出されて属性テーブルに格納され、属性テーブルに記憶されている属性値を用いて、ユーザに推薦すべきコンテンツが選択されることが記載されている。 More specifically, in this publication, "First, the analysis unit 120 acquires the basic attributes of the content stored in the attribute table of the storage unit 110 (step S102). Next, the analysis unit 120 , PLSA, or LDA, based on the attribute value of the basic attribute, the attribute value of the extended attribute is calculated (step S104). stored in.” (see paragraph 0102). Also, in this publication, "First, the recommendation unit 140 selects content to be recommended to the user using the attribute values stored in the attribute table held by the storage unit 110 (step S202). .” (see paragraph 0106). That is, this publication describes that attribute values are calculated by PLSA and stored in an attribute table, and content to be recommended to the user is selected using the attribute values stored in the attribute table. .

特開2011-175362号公報JP 2011-175362 A

特許文献1に記載のPLSAは、レコメンドアルゴリズムの1つとして知られている。このPLSAは、ユーザとコンテンツの背後の潜在因子を事後的に(暗黙的に)推定するアルゴリズムである。このようなアルゴリズムを使用するレコメンド方法に対して、本発明は、ユーザとコンテンツを所定の因子に対応付けて、その因子に基づいてコンテンツをレコメンドするための仕組みを提供する。 PLSA described in Patent Document 1 is known as one of recommendation algorithms. This PLSA is an algorithm for a posteriori (implicit) estimation of latent factors behind users and contents. In contrast to the recommendation method using such an algorithm, the present invention provides a mechanism for associating users and contents with predetermined factors and recommending contents based on the factors.

上記課題を解決するために、例えば特許請求の範囲に記載の構成を採用する In order to solve the above problems, for example, the configurations described in the claims are adopted .

本発明によれば、ユーザとコンテンツを所定の因子に対応付けて、その因子に基づいてコンテンツをレコメンドするための仕組みを提供することができる。
上記した以外の課題、構成及び効果は、以下の実施形態の説明により明らかにされる。
According to the present invention, it is possible to provide a mechanism for associating users and contents with predetermined factors and recommending contents based on the factors.
Problems, configurations, and effects other than those described above will be clarified by the following description of the embodiments.

図1は、Matrix Factorizationを用いたレコメンド方法の例を示す。FIG. 1 shows an example of a recommendation method using Matrix Factorization. 図2は、全体ドメインと個別ドメインの概念モデルの例を示す。FIG. 2 shows an example of a conceptual model of a global domain and individual domains. 図3は、全体ドメインと個別ドメインの概念モデルの別の例を示す。FIG. 3 shows another example of a conceptual model of global domains and individual domains. 図4は、WB因子の例を示す。FIG. 4 shows examples of WB factors. 図5は、因子スコアテーブルの例を示す。FIG. 5 shows an example of a factor score table. 図6は、レコメンド方法の比較例を示す。FIG. 6 shows a comparative example of the recommendation method. 図7は、トピックモデルの例を示す。FIG. 7 shows an example of a topic model. 図8は、情報処理システム800の構成の例を示す。FIG. 8 shows an example of the configuration of an information processing system 800. As shown in FIG. 図9は、レコメンドサーバ801の構成の例を示す。FIG. 9 shows an example of the configuration of the recommendation server 801. As shown in FIG. 図10は、ユーザ属性情報1000の例を示す。FIG. 10 shows an example of user attribute information 1000. As shown in FIG. 図11は、因子スコア情報1100の例を示す。FIG. 11 shows an example of factor score information 1100. FIG. 図12は、コンテンツ行動ログ1200の例を示す。FIG. 12 shows an example of a content action log 1200. As shown in FIG. 図13は、コンテンツ行動スコア情報1300の例を示す。FIG. 13 shows an example of content action score information 1300. As shown in FIG. 図14は、サービス行動ログ1400の例を示す。FIG. 14 shows an example of a service behavior log 1400. As shown in FIG. 図15は、サービス行動スコア情報1500の例を示す。FIG. 15 shows an example of service behavior score information 1500 . 図16は、コンテンツ情報1600の例を示す。FIG. 16 shows an example of content information 1600. As shown in FIG. 図17は、サービス情報1700の例を示す。FIG. 17 shows an example of service information 1700 . 図18は、活動ログ1800の例を示す。FIG. 18 shows an example activity log 1800 . 図19は、レコメンド処理の流れの例を示す。FIG. 19 shows an example of the flow of recommendation processing. 図20は、このスコアリング処理の例を示す。FIG. 20 shows an example of this scoring process. 図21は、このスコアリング処理の例を示す。FIG. 21 shows an example of this scoring process. 図22は、全体最適モデルに学習させる入力データの例を示す。FIG. 22 shows an example of input data to be learned by the global optimum model. 図23は、学習済み全体最適モデルに入力する入力データの例を示す。FIG. 23 shows an example of input data to be input to the trained global optimum model. 図24は、個別最適モデルに学習させる入力データの例を示す。FIG. 24 shows an example of input data to be learned by the individual optimum model. 図25は、学習済み個別最適モデルに入力する入力データの例を示す。FIG. 25 shows an example of input data to be input to the trained individual optimum model. 図26は、登録画面の例を示す。FIG. 26 shows an example of a registration screen. 図27は、登録画面の例を示す。FIG. 27 shows an example of a registration screen. 図28は、登録画面の例を示す。FIG. 28 shows an example of a registration screen. 図29は、レコメンド画面の例を示す。FIG. 29 shows an example of a recommendation screen. 図30は、レコメンド画面の例を示す。FIG. 30 shows an example of a recommendation screen. 図31は、詳細画面の例を示す。FIG. 31 shows an example of the detail screen. 図32は、マイページの例を示す。FIG. 32 shows an example of My Page. 図33は、詳細画面の例を示す。FIG. 33 shows an example of the detail screen. 図34は、編集画面の例を示す。FIG. 34 shows an example of an edit screen.

1.実施例
以下、本発明の実施例について図面を参照して説明する。
1-1.概要
従来、多くのレコメンドサービスが個別ドメインの中でのレコメンドになっている。例えば図1は、Matrix Factorizationを用いたレコメンド方法の例を示す。
1. Embodiments Hereinafter, embodiments of the present invention will be described with reference to the drawings.
1-1. Overview Conventionally, many recommendation services have made recommendations within individual domains. For example, FIG. 1 shows an example of a recommendation method using Matrix Factorization.

同図に示すレコメンド方法では、評価行列101をユーザの特徴量行列102とアイテムの特徴量行列103に分解する。そして、分解した2つの行列の積をとり、新しい評価行列104を生成する。最後に、生成した新しい評価行列104において値の高いアイテムをレコメンドする。
同図の上段は、商品の購買データに基づいて商品をレコメンドする方法を示しており、下段は、映画の視聴データに基づいて映画をレコメンドする方法を示している。
In the recommendation method shown in the figure, the evaluation matrix 101 is decomposed into a user feature amount matrix 102 and an item feature amount matrix 103 . Then, the two decomposed matrices are multiplied to generate a new evaluation matrix 104 . Finally, items with high values in the generated new evaluation matrix 104 are recommended.
The upper part of the figure shows a method for recommending products based on product purchase data, and the lower part shows a method for recommending movies based on movie viewing data.

このようなレコメンド方法では、ユーザの嗜好を個別ドメインの行動データから定義する。そのため、ドメインを横断してレコメンドを行うことが難しい。 In such a recommendation method, user preferences are defined from behavior data of individual domains. Therefore, it is difficult to make recommendations across domains.

これに対して、本実施例に係るレコメンド方法では、ユーザの潜在的な心理状態を表現する因子、具体的には、人間の幸福の価値観の表現するウェルビーイング因子を利用する。具体的には本レコメンド方法では、事業者側で予め定義されるウェルビーイング因子をユーザ、ウェルビーイングコンテンツ、ウェルビーイングサービスの各々に対応付ける。その上で、ユーザのウェルビーイング最大化の観点から、ウェルビーイングコンテンツを利用した全体ドメイン最適を図り、次にウェルビーイングサービスを利用した個別ドメイン最適を図る。そのため、このレコメンド方法によれば、ドメインを横断してレコメンドを行うことができる。 On the other hand, the recommendation method according to the present embodiment uses a factor that expresses the potential psychological state of the user, specifically, a well-being factor that expresses the value of human happiness. Specifically, in this recommendation method, well-being factors predefined on the business side are associated with each of users, well-being contents, and well-being services. On top of that, from the viewpoint of maximizing the well-being of users, we aim for overall domain optimization using well-being content, and then aim for individual domain optimization using well-being services. Therefore, according to this recommendation method, recommendations can be made across domains.

なお、上記のウェルビーイング(well-being)とは、健康で安心なこと、満足できる生活状態、幸福などを意味する用語である。以下の説明では、このウェルビーイングを「WB」と略す場合がある。 The well-being mentioned above is a term that means a state of health and security, a satisfying living condition, happiness, and the like. In the following description, this well-being may be abbreviated as "WB".

図2は、全体ドメインと個別ドメインの概念モデルの例を示す。同図に示す概念モデルでは、全体ドメイン201に属するWBコンテンツ202(例えば、「働く」)が、それぞれ、個別ドメイン203に属する1以上のWBサービス204(例えば、「施設環境」)と対応付けられている。 FIG. 2 shows an example of a conceptual model of a global domain and individual domains. In the conceptual model shown in the figure, WB contents 202 (for example, "work") belonging to a general domain 201 are associated with one or more WB services 204 (for example, "facility environment") belonging to individual domains 203, respectively. ing.

この概念モデルを用いて本実施例に係るレコメンド方法について説明すると、まず全体最適として、「働く」に関心が高いユーザに「働く」が推薦される。そして次に、個別最適として、「働く」に関連する具体的なサービスが当該ユーザに推薦される。 To explain the recommendation method according to the present embodiment using this conceptual model, first, "work" is recommended to users who are highly interested in "work" as overall optimization. Then, as an individual optimum, a specific service related to "work" is recommended to the user.

図3は、全体ドメインと個別ドメインの概念モデルの別の例を示す。同図に示す概念モデルでは、全体ドメイン301に属するWBコンテンツ302が、それぞれ、個別ドメイン303に属する1以上のWBサービス304と対応付けられている。 FIG. 3 shows another example of a conceptual model of global domains and individual domains. In the conceptual model shown in the figure, WB contents 302 belonging to a general domain 301 are associated with one or more WB services 304 belonging to individual domains 303 respectively.

この概念モデルを用いて本実施例に係るレコメンド方法について説明すると、まず全体最適として、WBコンテンツがユーザに推薦される。この際、当該ユーザの関心が高い意識領域が推定される。そして次に、個別最適として、当該WBコンテンツが対応付けられたWBサービスが当該ユーザに推薦される。言い換えると、当該ユーザの関心領域内でさらにWBサービスが推薦される。これにより、当該ユーザのウェルビーイングを向上させる。 Using this conceptual model, the recommendation method according to the present embodiment will be described. First, WB content is recommended to the user as the overall optimum. At this time, an area of consciousness in which the user is highly interested is estimated. Then, as individual optimization, the WB service associated with the WB content is recommended to the user. In other words, further WB services are recommended within the user's area of interest. This improves the well-being of the user.

次に、WB因子について説明する。
図4は、WB因子の例を示す。同図に示す合計21個のWB因子は、カテゴリ「ウェルネス」に属する、活動または身体に関する7個のWB因子と、カテゴリ「ニューネス」に属する、要素または精神に関する7個のWB因子と、カテゴリ「コミュニティ」に属する、状態または社会に関する7個のWB因子からなる。
Next, the WB factor will be explained.
FIG. 4 shows examples of WB factors. A total of 21 WB factors shown in the figure are 7 WB factors related to activity or body belonging to the category "wellness", 7 WB factors related to element or spirit belonging to the category "newness", and WB factors belonging to the category "wellness". It consists of 7 WB factors related to the state or society belonging to the "community".

これらのWB因子は、ウェルビーイングの観点から事業者側で潜在因子として予め定義される。言い換えると、これらのWB因子は、ユーザの幸福度を表現するもの、またはユーザの幸福度の価値観を表現するものとして事業者側で予め定義される。 These WB factors are defined in advance as latent factors on the business side from the viewpoint of well-being. In other words, these WB factors are predefined by the operator as representing the user's happiness level or as representing the user's well-being values.

これらのWB因子は、ユーザに対応付けられる。具体的な方法としては、まず、サービス登録時にユーザに対してWB因子についてのアンケートを実施する。このアンケートは、各WB因子の重要度をユーザに回答させるものである。このアンケートの詳細については、例えば図28に示す登録画面2800を参照のこと。 These WB factors are associated with users. As a specific method, first, a questionnaire about the WB factor is given to the user at the time of service registration. This questionnaire asks the user to answer the degree of importance of each WB factor. For details of this questionnaire, refer to the registration screen 2800 shown in FIG. 28, for example.

そして、アンケートの結果をユーザに対応付けてテーブルに格納する。図5は、因子スコアテーブルの例を示す。同図に示す因子スコアテーブル500は、ユーザごとに各WB因子のスコアを格納している。 Then, the result of the questionnaire is stored in a table in association with the user. FIG. 5 shows an example of a factor score table. A factor score table 500 shown in the figure stores the score of each WB factor for each user.

次に、WBコンテンツについて説明する。
WBコンテンツは、事業者側で予め定義されるレコメンド用のコンテンツであり、ユーザのその時の興味、関心領域を明らかにするためのコンテンツである。言い換えるとWBコンテンツは、ユーザの幸福度を向上させるものとして予め定義されたアドバイス情報である。このWBコンテンツは、一例として400種類用意される。このWBコンテンツの具体例については、例えば図29に示すレコメンド画面2900を参照のこと。
Next, WB contents will be described.
The WB content is content for recommendation defined in advance by the provider, and is content for clarifying the user's current interest and area of concern. In other words, the WB content is pre-defined advice information that improves the user's happiness. As an example, 400 kinds of WB contents are prepared. For a specific example of this WB content, see the recommendation screen 2900 shown in FIG. 29, for example.

各WBコンテンツは、それぞれWB因子とテーブルで対応付けられる。WBコンテンツとWB因子を対応付けるテーブルについては、例えば図16に示すコンテンツ情報1600を参照のこと。 Each WB content is associated with a WB factor in a table. See, for example, content information 1600 shown in FIG. 16 for a table that associates WB content with WB factors.

次に、WBサービスについて説明する。
WBサービスは、事業者側で予め定義されるレコメンド用の事業者サービスであり、各ユーザのその時の興味、関心領域内のサービスである。このWBサービスの具体例については、例えば図30に示すレコメンド画面3000を参照のこと。
Next, the WB service will be explained.
The WB service is a provider service for recommendation defined in advance on the provider side, and is a service within each user's current interest and area of concern. For a specific example of this WB service, refer to the recommendation screen 3000 shown in FIG. 30, for example.

各WBサービスは、それぞれWB因子とテーブルで対応付けられる。WBサービスとWB因子を対応付けるテーブルについては、例えば図17に示すサービス情報1700を参照のこと。
また各WBサービスは、図2および図3に示すように、それぞれWBコンテンツと対応付けられる。
Each WB service is associated with a WB factor in a table. For a table that associates WB services with WB factors, see service information 1700 shown in FIG. 17, for example.
Each WB service is associated with WB contents, as shown in FIGS.

次に、本実施例に係るレコメンド方法の流れについて説明する。
本実施例に係るレコメンド方法では、まず、全体ドメインにおいてユーザの興味、関心領域を推定し、WBコンテンツを推薦する。次に、個別ドメインにおいて当該ユーザの興味、関心領域内のWBサービスを推薦する。言い換えると、個別ドメインにおいて、当該ユーザが反応したWBコンテンツに対応付けられたWBサービスを推薦する。
Next, the flow of the recommendation method according to this embodiment will be described.
In the recommendation method according to the present embodiment, first, a user's interests and interest areas are estimated in the entire domain, and WB contents are recommended. Next, in the individual domain, the user's interests and WB services within the area of interest are recommended. In other words, in the individual domain, the WB service associated with the WB content that the user has reacted to is recommended.

このように本実施例に係るレコメンド方法は2段階になっている。これに対して、WBコンテンツを推薦せずに、WBサービスをダイレクトに推薦するレコメンド方法が考えられる。図6は、前者のレコメンド方法と後者のレコメンド方法の比較例を示す。 Thus, the recommendation method according to the present embodiment has two stages. On the other hand, a recommendation method that directly recommends a WB service without recommending WB contents is conceivable. FIG. 6 shows a comparative example of the former recommendation method and the latter recommendation method.

同図に示すレコメンド方法はいずれも、書籍を推薦する方法である。ただし、段階を踏む推薦601は、まず書籍のジャンルを推薦し、その次に、当該ジャンルに属する書籍を推薦する。これに対して、段階を踏まない推薦602は、書籍のジャンルを推薦せずに、書籍をダイレクトに推薦する。 All of the recommendation methods shown in the figure are methods of recommending books. However, the step-by-step recommendation 601 first recommends the genre of the book, and then recommends the book belonging to that genre. On the other hand, stepless recommendation 602 directly recommends a book without recommending the genre of the book.

段階を踏む推薦601のような2段階のレコメンド方法は、興味や関心のない可能性があるWBサービスをいきなり推薦するよりは、より曖昧な興味、関心領域から徐々に具体的なWBサービスに絞り込む方が、ユーザが好反応を示すという経験則に基づいている。 A two-step recommendation method such as the step-by-step recommendation 601 gradually narrows down to a specific WB service from a vague area of interest or interest rather than suddenly recommending a WB service that may not be of interest or interest. It is based on the rule of thumb that users respond favorably to this method.

次に、本実施例に係るレコメンド方法とトピックモデルの差異について説明する。
まずトピックモデルは、レコメンドアルゴリズムの1つであり、ユーザとレコメンドコンテンツの背後の潜在因子を事後的に(暗黙的に)推定するアルゴリズムである。このトピックモデルの代表例であるPLSA(Probabilistic Latent Semantic Analysis)は、図7のように図示され、また下式により表される。
・・・(1)
Next, the difference between the recommendation method according to the present embodiment and the topic model will be described.
First, the topic model is one of the recommendation algorithms, and is an algorithm for ex-post (implicitly) estimating latent factors behind users and recommended contents. PLSA (Probabilistic Latent Semantic Analysis), which is a representative example of this topic model, is illustrated as shown in FIG. 7 and expressed by the following equation.
... (1)

この数式(1)において、P(c,g)は共起確率を表し、P(z)、P(c|z)およびP(g|z)は確率変数を表す。また、この数式(1)と図7において、cはユーザ情報を表し、gはコンテンツ情報を表し、zは潜在因子を表す。
このPLSAは、ユーザ情報とコンテンツ情報(言い換えると、ユーザのコンテンツへの反応情報)からEMアルゴリズム等で、共起確率P(c,g)を最大化する潜在因子zを事後的に(暗黙的に)求める。
In this formula (1), P(c i , g j ) represents co-occurrence probability, P(z k ), P(c i |z k ) and P(g j |z k ) represent random variables . Also, in this formula (1) and FIG. 7, c i represents user information, g j represents content information, and z k represents latent factors.
This PLSA uses the EM algorithm or the like from user information and content information (in other words, user reaction information to content) to determine the latent factor z k that maximizes the co-occurrence probability P(c i , g j ) ex post facto Ask (implicitly).

これに対して、本実施例に係るレコメンド方法では、潜在因子zに相当する情報を事前に事業者側で定義し、ユーザとコンテンツに対応付ける。その点で本レコメンド方法はPLSAと相違する。
なお、潜在因子zに相当する情報をユーザに対応付ける方法は、例えばユーザに対する聴取(具体的には、アンケート)によってもよい。一方、潜在因子zに相当する情報をコンテンツに対応付ける方法は、例えば経験則によってもよい。
On the other hand, in the recommendation method according to the present embodiment, information corresponding to the latent factor zk is defined in advance by the business operator, and is associated with the user and the content. This recommendation method differs from PLSA in that respect.
The method of associating the information corresponding to the latent factor zk with the user may be, for example, by interviewing the user (specifically, questionnaire). On the other hand, the method of associating the information corresponding to the latent factor zk with the content may be based on empirical rules, for example.

1-2.構成
次に、実施例に係る情報処理システムについて説明する。
図8は、情報処理システムの構成の例を示す。同図に示す情報処理システム800は、レコメンドサーバ801と複数のユーザ端末802を備える。各構成機器は有線または無線のネットワークを介して接続され、互いに情報を送受信することができる。
1-2. Configuration Next, an information processing system according to an embodiment will be described.
FIG. 8 shows an example of the configuration of an information processing system. An information processing system 800 shown in the figure includes a recommendation server 801 and a plurality of user terminals 802 . Each component is connected via a wired or wireless network and can transmit and receive information to and from each other.

この情報処理システム800を構成するレコメンドサーバ801は、WBコンテンツとWBサービスをユーザにレコメンドするためのサーバである。
一方、ユーザ端末802は、レコメンドサーバ801が提供するレコメンドサービスを受けるための端末装置である。
A recommendation server 801 configuring this information processing system 800 is a server for recommending WB contents and WB services to users.
On the other hand, the user terminal 802 is a terminal device for receiving the recommendation service provided by the recommendation server 801 .

情報処理システム800の各構成機器は、例えば、スマートフォン、タブレット、携帯電話機、携帯情報端末(PDA)などの携帯端末(モバイル端末)でもよいし、メガネ型や腕時計型、着衣型などのウェアラブル端末でもよい。また、各構成機器は、据置型または携帯型のコンピュータや、クラウドやネットワーク上に配置されるサーバでもよい。また、各構成機器は、機能としてはVR(仮想現実:Virtual Reality)端末、AR(拡張現実:Augmented Reality)端末、MR(複合現実:Mixed Reality)端末でもよい。あるいは、各構成機器は、これらの複数の端末の組合せであってもよい。例えば、1台のスマートフォンと1台のウェアラブル端末との組合せが論理的に一つの端末として機能し得る。また、各構成機器は、これら以外の情報処理端末であってもよい。 Each component of the information processing system 800 may be, for example, a portable terminal (mobile terminal) such as a smartphone, tablet, mobile phone, or personal digital assistant (PDA), or a wearable terminal such as a glasses type, a wristwatch type, or a clothing type. good. Also, each component may be a stationary or portable computer, or a server arranged on a cloud or network. Further, each component may be a VR (Virtual Reality) terminal, an AR (Augmented Reality) terminal, or an MR (Mixed Reality) terminal as a function. Alternatively, each component may be a combination of these multiple terminals. For example, a combination of one smart phone and one wearable terminal can logically function as one terminal. Further, each component device may be an information processing terminal other than these.

各構成機器は、それぞれオペレーティングシステムやアプリケーション、プログラムなどを実行するプロセッサと、RAM(Random Access Memory)等の主記憶装置と、ICカードやハードディスクドライブ、SSD(Solid State Drive)、フラッシュメモリ等の補助記憶装置と、ネットワークカードや無線通信モジュール、モバイル通信モジュール等の通信制御部と、タッチパネルやキーボード、マウス、音声入力、カメラ部の撮像による動き検知による入力などの入力装置と、モニタやディスプレイ等の出力装置とを備える。なお、出力装置は、外部のモニタやディスプレイ、プロジェクタ、プリンタ、機器などに、出力するための情報を送信する装置や端子であってもよい。 Each component consists of a processor that executes operating systems, applications, programs, etc., main storage devices such as RAM (Random Access Memory), and auxiliary devices such as IC cards, hard disk drives, SSDs (Solid State Drives), and flash memories. Storage device, communication control unit such as network card, wireless communication module, mobile communication module, input device such as touch panel, keyboard, mouse, voice input, input by motion detection by imaging camera unit, monitor, display, etc. and an output device. The output device may be a device or terminal that transmits information for output to an external monitor, display, projector, printer, device, or the like.

主記憶装置には、各種プログラムやアプリケーションなど(モジュール)が記憶されており、これらのプログラムやアプリケーションをプロセッサが実行することで全体システムの各機能要素が実現される。なお、これらの各モジュールは集積化する等によりハードウェアで実装してもよい。また、各モジュールはそれぞれ独立したプログラムやアプリケーションでもよいが、1つの統合プログラムやアプリケーションの中の一部のサブプログラムや関数などの形で実装されていてもよい。 Various programs and applications (modules) are stored in the main storage device, and each functional element of the entire system is realized by the processor executing these programs and applications. Note that each of these modules may be implemented by hardware by integration or the like. Each module may be an independent program or application, or may be implemented in the form of a partial subprogram or function in one integrated program or application.

本明細書では、各モジュールが、処理を行う主体(主語)として記載をしているが、実際には各種プログラムやアプリケーションなど(モジュール)を処理するプロセッサが処理を実行する。 In this specification, each module is described as an entity (subject) that performs processing, but actually a processor that processes various programs and applications (modules) executes processing.

補助記憶装置には、各種データベース(DB)が記憶されている。「データベース」とは、プロセッサまたは外部のコンピュータからの任意のデータ操作(例えば、抽出、追加、削除、上書きなど)に対応できるようにデータ集合を記憶する機能要素(記憶部)である。データベースの実装方法は限定されず、例えばデータベース管理システムでもよいし、表計算ソフトウェアでもよいし、XML、JSONなどのテキストファイルでもよい。 Various databases (DB) are stored in the auxiliary storage device. A "database" is a functional element (storage) that stores a set of data so as to accommodate any data manipulation (eg, extraction, addition, deletion, overwriting, etc.) from a processor or external computer. The database implementation method is not limited, and may be, for example, a database management system, spreadsheet software, or a text file such as XML or JSON.

以下、情報処理システム800の構成機器のうち、特にレコメンドサーバ801について詳細に説明する。 The recommendation server 801 in particular among the constituent devices of the information processing system 800 will be described in detail below.

図9は、レコメンドサーバ801の構成の例を示す。同図に示すレコメンドサーバ801は、例えば、クラウド上に配置された1以上のサーバで構成される。
本サーバの主記憶装置901には、全体最適用のモジュールとして、モデル学習モジュール911、スコアリングモジュール912、リランキングモジュール913、抽出モジュール914、スクリーニングモジュール915、レコメンドモジュール916、行動ログ管理モジュール917等のプログラムが記憶されている。
FIG. 9 shows an example of the configuration of the recommendation server 801. As shown in FIG. A recommendation server 801 shown in FIG. 8 is composed of, for example, one or more servers arranged on a cloud.
In the main storage device 901 of this server, modules for overall optimization include a model learning module 911, a scoring module 912, a reranking module 913, an extraction module 914, a screening module 915, a recommendation module 916, an action log management module 917, and the like. program is stored.

また主記憶装置901には、個別最適用のモジュールとして、モデル学習モジュール921、スコアリングモジュール922、フィルタリングモジュール923、リランキングモジュール924、抽出モジュール925、スクリーニングモジュール926、レコメンドモジュール927、行動ログ管理モジュール928等のプログラムが記憶されている。 In the main memory 901, modules for individual optimization include a model learning module 921, a scoring module 922, a filtering module 923, a reranking module 924, an extraction module 925, a screening module 926, a recommendation module 927, and an action log management module. 928 and other programs are stored.

さらに主記憶装置901には、マイページモジュール931、ユーザ情報管理モジュール932等のプログラムが記憶されている。
以上説明したプログラムをプロセッサ903が実行することでレコメンドサーバ801の各機能要素が実現される。以下、各モジュールについて説明する。
Further, the main storage device 901 stores programs such as a my page module 931 and a user information management module 932 .
Each functional element of the recommendation server 801 is implemented by the processor 903 executing the program described above. Each module will be described below.

モデル学習モジュール911は、WBコンテンツに予め対応付けられたWB因子情報と、ユーザに予め対応付けられたWB因子スコア情報とを説明変数とし、反応確率を目的変数として、推定モデルを学習させる。当該モジュールは、この学習により、学習済み推定モデルを生成し、取得する。 The model learning module 911 learns an estimation model using WB factor information pre-associated with WB content and WB factor score information pre-associated with a user as explanatory variables and reaction probability as an objective variable. The module generates and acquires a learned estimation model through this learning.

このモジュールが学習させる推定モデルは、FM(Factorization Machines)である。FMは以下の特徴を有する。
・FMは、非常にスパースなデータに対しても、信頼できるパラメータ推定が可能な一般的な識別器である。
・FMは、回帰、分類、ランキング問題を解くことが可能である。
・FMは、すべての特徴量同士の交互作用を近似的に考慮可能なモデルである。
・FMは、内部的に計算量を落とす工夫がある。
The estimation model that this module learns is FM (Factorization Machines). FM has the following features.
• FM is a general discriminator that allows reliable parameter estimation even for very sparse data.
• FM can solve regression, classification and ranking problems.
- FM is a model that can approximately consider interactions between all feature quantities.
・FM has a device to reduce the amount of calculation internally.

このFMの数式モデルは、一般に下式により表される。
・・・(2)
・・・(3)
この数式(2)のyおよびxは所与のパラメータであり、vおよびwは推定されるパラメータである。
This FM mathematical model is generally represented by the following equation.
... (2)
... (3)
y and x in this equation (2) are given parameters and v and w are estimated parameters.

次に、スコアリングモジュール912は、複数のWBコンテンツの各々について、WBコンテンツに予め対応付けられたWB因子情報と、対象ユーザに予め対応付けられたWB因子スコア情報とを学習済み推定モデルに入力して、反応確率を推定する。 Next, the scoring module 912 inputs WB factor information pre-associated with the WB content and WB factor score information pre-associated with the target user into the learned estimation model for each of the plurality of WB contents. to estimate the reaction probability.

リランキングモジュール913は、反応確率が推定されたWBコンテンツの中から、対象ユーザが過去に選択したWBコンテンツを除外する。これは、過去にレコメンドしたWBコンテンツを再度レコメンドすることを回避するためである。また当該モジュールは、反応確率が上位のWBコンテンツに類似するものが存在する場合に、それらのうち1以上のWBコンテンツの順番を並び替える。これは、類似するWBコンテンツを一度に複数レコメンドすることを避けるためである。 The reranking module 913 excludes the WB contents that the target user has selected in the past from the WB contents whose reaction probabilities have been estimated. This is to avoid recommending previously recommended WB contents again. In addition, if there are similar WB contents with higher response probabilities, the module rearranges the order of one or more WB contents among them. This is to avoid recommending multiple similar WB contents at once.

抽出モジュール914は、リランキングされたWBコンテンツの中から、各WBコンテンツについて推定された反応確率に基づいて、1以上のWBコンテンツを抽出する。抽出されるWBコンテンツは、反応確率が上位5位以内のWBコンテンツである。 The extraction module 914 extracts one or more WB contents from the reranked WB contents based on the reaction probability estimated for each WB content. The WB contents to be extracted are WB contents ranked within the top five in response probability.

スクリーニングモジュール915は、抽出されたWBコンテンツの中から不適切なものを除外する。ここで、不適切なものとは、対象ユーザのユーザ属性に基づいてルールベースまたはモデルベースで特定されるWBコンテンツのことである。 A screening module 915 excludes inappropriate content from the extracted WB content. Inappropriate content here means WB content that is identified based on a rule base or a model base based on the user attributes of the target user.

レコメンドモジュール916は、スクリーニングを通過したWBコンテンツを対象ユーザにレコメンドする。 A recommendation module 916 recommends the WB content that has passed the screening to the target user.

行動ログ管理モジュール917は、レコメンドされたWBコンテンツに対する対象ユーザの行動を記録する。 The action log management module 917 records the target user's action on the recommended WB content.

モデル学習モジュール921は、WBサービスに予め対応付けられた因子情報と、ユーザに予め対応付けられたWB因子スコア情報とを説明変数とし、反応確率を目的変数として、推定モデルを学習させる。その際、当該モジュールは、個別領域ごとに推定モデルを学習させる。当該モジュールは、この学習により、個別領域ごとに学習済み推定モデルを生成し、取得する。なお、このモジュールが学習させる推定モデルは、FMである。 The model learning module 921 learns an estimation model using factor information pre-associated with a WB service and WB factor score information pre-associated with a user as explanatory variables and reaction probability as an objective variable. At that time, the module learns an estimation model for each individual region. Through this learning, the module generates and acquires a trained estimation model for each individual region. Note that the estimation model that this module learns is FM.

スコアリングモジュール922は、複数のWBサービスの各々について、WBサービスに予め対応付けられた因子情報と、対象ユーザに予め対応付けられたWB因子スコア情報とを学習済み推定モデルに入力して、反応確率を推定する。なお、この推定で用いられる学習済み推定モデルは、WBサービスが属する個別領域に対応するものである。 For each of a plurality of WB services, the scoring module 922 inputs factor information pre-associated with the WB service and WB factor score information pre-associated with the target user into the learned estimation model to determine the response. Estimate probabilities. Note that the trained estimation model used in this estimation corresponds to the individual area to which the WB service belongs.

フィルタリングモジュール923は、反応確率が推定されたWBサービスの中から、対象ユーザが選択したWBコンテンツに対応しないWBサービスを除外する。これは、対象ユーザが選択したWBコンテンツと関係のないWBサービスをレコメンドすることを回避するためである。なお、当該ユーザが選択したWBコンテンツに対応しないWBサービスとは、当該ユーザが選択したWBコンテンツと個別領域を共有しないWBサービスのことである。 A filtering module 923 excludes WB services that do not correspond to the WB content selected by the target user from the WB services whose response probabilities have been estimated. This is to avoid recommending a WB service unrelated to the WB content selected by the target user. A WB service that does not correspond to the WB content selected by the user is a WB service that does not share an individual area with the WB content selected by the user.

リランキングモジュール924は、フィルタリングされたWBサービスの中から、対象ユーザが過去に選択したWBサービスを除外する。これは、過去にレコメンドしたWBサービスを再度レコメンドすることを回避するためである。また当該モジュールは、反応確率が上位のWBサービスに類似するものが存在する場合に、それらのうち1以上のWBサービスの順番を並び替える。これは、類似するWBサービスを一度に複数レコメンドすることを避けるためである。 A reranking module 924 excludes WB services that the target user has selected in the past from the filtered WB services. This is to avoid re-recommending the WB service recommended in the past. In addition, if there are similar WB services with higher response probabilities, the module rearranges the order of one or more WB services among them. This is to avoid recommending multiple similar WB services at once.

抽出モジュール925は、リランキングされたWBサービスの中から、各WBサービスについて推定された反応確率に基づいて、1以上のWBサービスを抽出する。抽出されるWBサービスは、反応確率が上位5位以内のWBサービスである。 An extraction module 925 extracts one or more WB services from the reranked WB services based on the estimated response probability for each WB service. The WB services to be extracted are the WB services ranked within the top five in response probability.

スクリーニングモジュール926は、抽出されたWBサービスの中から不適切なものを除外する。ここで、不適切なものとは、対象ユーザのユーザ属性に基づいてルールベースまたはモデルベースで特定されるWBサービスのことである。 A screening module 926 excludes inappropriate WB services from among the extracted WB services. Inappropriate services here are WB services that are identified on a rule basis or a model basis based on the user attributes of the target user.

レコメンドモジュール927は、スクリーニングを通過したWBサービスを対象ユーザにレコメンドする。 The recommendation module 927 recommends the WB service that has passed the screening to the target user.

行動ログ管理モジュール928は、レコメンドされたWBサービスに対する対象ユーザの行動を記録する。 The behavior log management module 928 records the target user's behavior with respect to the recommended WB service.

マイページモジュール931は、ユーザの要求に応じてマイページ(図32参照)をユーザ端末802に表示させる。 The my page module 931 causes the user terminal 802 to display my page (see FIG. 32) in response to the user's request.

ユーザ情報管理モジュール932は、ユーザの属性情報とWB因子スコアを管理する。 The user information management module 932 manages user attribute information and WB factor scores.

次に、レコメンドサーバ801の補助記憶装置902について説明する。
補助記憶装置902は各種情報を記憶する。具体的には本装置は、ユーザ属性情報1000、因子スコア情報1100、コンテンツ行動ログ1200、コンテンツ行動スコア情報1300、サービス行動ログ1400、サービス行動スコア情報1500、コンテンツ情報1600、サービス情報1700、活動ログ1800等の情報を記憶する。
Next, the auxiliary storage device 902 of the recommendation server 801 will be described.
The auxiliary storage device 902 stores various information. Specifically, the apparatus includes user attribute information 1000, factor score information 1100, content action log 1200, content action score information 1300, service action log 1400, service action score information 1500, content information 1600, service information 1700, activity log. It stores information such as 1800.

また本装置は、画面データ941、イメージ画像データ942等の各種データを記憶する。
以下、各情報について説明する。
The device also stores various data such as screen data 941 and image data 942 .
Each piece of information will be described below.

図10は、ユーザ属性情報1000の例を示す。同図に示すユーザ属性情報1000は、各ユーザの属性情報を示すテーブル形式の情報である。このユーザ属性情報1000は、ユーザID1001、生年月日1002、性別1003、体重1004、身長1005、興味対象ID1006等のカラムを有する。 FIG. 10 shows an example of user attribute information 1000. As shown in FIG. User attribute information 1000 shown in the figure is information in a table format indicating attribute information of each user. This user attribute information 1000 has columns of user ID 1001, date of birth 1002, sex 1003, weight 1004, height 1005, subject of interest ID 1006, and the like.

図11は、因子スコア情報1100の例を示す。同図に示す因子スコア情報1100は、ユーザのWB因子スコアを示すテーブル形式の情報である。この因子スコア情報1100は、ユーザID1101、登録日時1102、因子スコア1103等のカラムを有する。これらのカラムのうち、因子スコア1103には、ユーザがWB因子を重視する度合いを示す値が格納される。格納される値は、一例として、「1」から「5」までの値となる。
この因子スコア情報1100は、ユーザごとに生成される。
FIG. 11 shows an example of factor score information 1100. FIG. Factor score information 1100 shown in the figure is information in a table format indicating the user's WB factor score. This factor score information 1100 has columns such as user ID 1101, registration date and time 1102, factor score 1103, and the like. Among these columns, the factor score 1103 stores a value indicating the degree to which the user attaches importance to the WB factor. The stored values are, for example, values from "1" to "5".
This factor score information 1100 is generated for each user.

図12は、コンテンツ行動ログ1200の例を示す。同図に示すコンテンツ行動ログ1200は、レコメンドされたWBコンテンツに対するユーザの行動履歴を示すテーブル形式の情報である。このコンテンツ行動ログ1200は、ユーザID1201、コンテンツID1202、表示位置1203、行動スコア1204、登録日時1205等のカラムを有する。これらのカラムのうち、表示位置1203には、レコメンド画面(図29参照)おいてWBコンテンツが表示された順位を示す値が格納される。また、行動スコア1204には、WBコンテンツに対するユーザの反応確率を示す値が格納される。具体的には、行動スコア1204には、ユーザがWBコンテンツを選択したことを示す「1」の値、または、ユーザがWBコンテンツを選択しなかったことを示す「0」の値が格納される。 FIG. 12 shows an example of a content action log 1200. As shown in FIG. A content action log 1200 shown in the figure is information in a table format indicating a user's action history with respect to recommended WB content. This content action log 1200 has columns of user ID 1201, content ID 1202, display position 1203, action score 1204, registration date and time 1205, and the like. Among these columns, the display position 1203 stores a value indicating the order in which the WB content is displayed on the recommendation screen (see FIG. 29). Also, the action score 1204 stores a value indicating the probability of the user's reaction to the WB content. Specifically, the action score 1204 stores a value of "1" indicating that the user has selected the WB content, or a value of "0" indicating that the user has not selected the WB content. .

このコンテンツ行動ログ1200は、サービス開始当初は、WBコンテンツをランダムでユーザに配信することで蓄積される。そして、行動ログが一定程度蓄積し、モデル学習が可能になったら、学習済みモデルで推定したWBコンテンツを配信することで蓄積される。 This content action log 1200 is accumulated by randomly distributing WB content to users at the beginning of the service. When the action log is accumulated to a certain extent and model learning becomes possible, the WB contents estimated by the learned model are distributed and accumulated.

図13は、コンテンツ行動スコア情報1300の例を示す。同図に示すコンテンツ行動スコア情報1300は、各WBコンテンツについて記録または推定された行動スコアを示すテーブル形式の情報である。この情報では、行動スコアが降順となるようにWBコンテンツがソートされており、WBコンテンツのランキングを示す情報となっている。 FIG. 13 shows an example of content action score information 1300. As shown in FIG. The content action score information 1300 shown in FIG. 13 is information in a table format indicating action scores recorded or estimated for each WB content. In this information, the WB contents are sorted in descending order of action score, and the information indicates the ranking of the WB contents.

このコンテンツ行動スコア情報1300は、ユーザID1301、コンテンツID1302、行動スコア1303等のカラムを有する。これらのカラムのうち、行動スコア1303には、WBコンテンツに対するユーザの反応確率を示す値が格納される。格納される値は、一例として、「0」から「1」までの値となる。
このコンテンツ行動スコア情報1300は、ユーザごとに生成される。
This content action score information 1300 has columns of user ID 1301, content ID 1302, action score 1303, and the like. Among these columns, the action score 1303 stores a value indicating the user's reaction probability to the WB content. The stored values are, for example, values from "0" to "1".
This content action score information 1300 is generated for each user.

図14は、サービス行動ログ1400の例を示す。同図に示すサービス行動ログ1400は、レコメンドされたWBサービスに対するユーザの行動履歴を示すテーブル形式の情報である。このサービス行動ログ1400は、ユーザID1401、サービスID1402、表示位置1403、行動スコア1404、登録日時1405等のカラムを有する。これらのカラムのうち、表示位置1403には、レコメンド画面(図30参照)おいてWBサービスが表示された順位を示す値が格納される。また、行動スコア1404には、WBサービスに対するユーザの反応確率を示す値が格納される。具体的には、行動スコア1404には、ユーザがWBサービスを選択したことを示す「1」の値、または、ユーザがWBサービスを選択しなかったことを示す「0」の値が格納される。 FIG. 14 shows an example of a service behavior log 1400. As shown in FIG. A service action log 1400 shown in the figure is information in a table format indicating the user's action history with respect to the recommended WB service. This service action log 1400 has columns of user ID 1401, service ID 1402, display position 1403, action score 1404, registration date and time 1405, and the like. Among these columns, the display position 1403 stores a value indicating the order in which the WB service is displayed on the recommendation screen (see FIG. 30). Also, the action score 1404 stores a value indicating the user's reaction probability to the WB service. Specifically, the action score 1404 stores a value of "1" indicating that the user has selected the WB service, or a value of "0" that indicates that the user has not selected the WB service. .

このサービス行動ログ1400は、サービス開始当初は、WBサービスをランダムでユーザに配信することで蓄積される。そして、行動ログが一定程度蓄積し、モデル学習が可能になったら、学習済みモデルで推定したWBサービスを配信することで蓄積される。 This service action log 1400 is accumulated by randomly distributing the WB service to users at the beginning of the service. Then, when the action log is accumulated to a certain extent and model learning becomes possible, the WB service estimated by the learned model is distributed and accumulated.

図15は、サービス行動スコア情報1500の例を示す。同図に示すサービス行動スコア情報1500は、各WBサービスについて記録または推定された行動スコアを示すテーブル形式の情報である。この情報では、行動スコアが降順となるようにWBサービスがソートされており、WBサービスのランキングを示す情報となっている。 FIG. 15 shows an example of service behavior score information 1500 . Service action score information 1500 shown in the figure is information in a table format indicating action scores recorded or estimated for each WB service. In this information, the WB services are sorted in descending order of action score, and the information indicates the ranking of the WB services.

このサービス行動スコア情報1500は、ユーザID1501、サービスID1502、行動スコア1503等のカラムを有する。これらのカラムのうち、行動スコア1503には、WBサービスに対するユーザの反応確率を示す値が格納される。格納される値は、一例として、「0」から「1」までの値をとる。
このサービス行動スコア情報1500は、ユーザごとに生成される。
This service action score information 1500 has columns of user ID 1501, service ID 1502, action score 1503, and the like. Among these columns, the action score 1503 stores a value indicating the user's reaction probability to the WB service. The stored values are, for example, values from "0" to "1".
This service behavior score information 1500 is generated for each user.

図16は、コンテンツ情報1600の例を示す。同図に示すコンテンツ情報1600は、各WBコンテンツに関する情報を示すテーブル形式の情報である。このコンテンツ情報1600は、コンテンツID1601、内容1602、画像ID1603、因子ID1604、個別領域ID1605等のカラムを有する。これらのカラムのうち、画像ID1603には、WBコンテンツのイメージ画像(図29参照)のIDが格納される。また、因子ID1604には、WBコンテンツに予め対応付けれたWB因子のIDが格納される。また、個別領域ID1605には、WBコンテンツに予め対応付けれた個別領域のIDが格納される。ここで個別領域とは、WBコンテンツまたはWBサービスが属するカテゴリのことである。このカテゴリには、「眠る」、「食べる」、「遊ぶ」などがある。 FIG. 16 shows an example of content information 1600. As shown in FIG. The content information 1600 shown in FIG. 16 is table format information indicating information about each WB content. This content information 1600 has columns of content ID 1601, content 1602, image ID 1603, factor ID 1604, individual area ID 1605, and the like. Among these columns, the image ID 1603 stores the ID of the WB content image (see FIG. 29). The factor ID 1604 stores the ID of the WB factor pre-associated with the WB content. The individual area ID 1605 stores the ID of the individual area associated with the WB content in advance. Here, an individual area is a category to which WB contents or WB services belong. This category includes "sleep", "eat", "play", and the like.

図17は、サービス情報1700の例を示す。同図に示すサービス情報1700は、各WBサービスに関する情報を示すテーブル形式の情報である。このサービス情報1700は、サービスID1701、内容1702、画像ID1703、因子ID1704、個別領域ID1705等のカラムを有する。これらのカラムのうち、画像ID1703には、WBサービスのイメージ画像(図30参照)のIDが格納される。また、因子ID1704には、WBサービスに予め対応付けれたWB因子のIDが格納される。また、個別領域ID1705には、WBサービスに予め対応付けれた個別領域のIDが格納される。 FIG. 17 shows an example of service information 1700 . Service information 1700 shown in the figure is information in a table format indicating information on each WB service. This service information 1700 has columns of service ID 1701, content 1702, image ID 1703, factor ID 1704, individual area ID 1705, and the like. Of these columns, the image ID 1703 stores the ID of the WB service image (see FIG. 30). The factor ID 1704 stores the ID of the WB factor pre-associated with the WB service. The individual area ID 1705 stores the ID of the individual area associated with the WB service in advance.

ここで、WBサービスにWB因子を対応付ける方法について説明する。
第1の方法としては、WBサービスに対応するWBコンテンツのWB因子を、当該WBサービスに対応付けるという方法がある。なお、ここで、WBサービスに対応するWBコンテンツとは、WBサービスと個別領域を共有するWBコンテンツのことである。
第2の方法としては、WBサービスに対応するWBコンテンツのWB因子をピックアップした上で、その中で特に重要なものを人力で対応付けるという方法がある。この第2の方法の方がWBサービスに関係のないWB因子を確実に排除できる点において、第1の方法よりもメリットがある。
Here, a method for associating WB factors with WB services will be described.
As a first method, there is a method of associating the WB factor of the WB content corresponding to the WB service with the WB service. Here, the WB content corresponding to the WB service is the WB content that shares an individual area with the WB service.
As a second method, there is a method of picking up the WB factors of the WB contents corresponding to the WB service and manually associating particularly important ones among them. This second method has an advantage over the first method in that WB factors unrelated to the WB service can be reliably eliminated.

次に、図18は、活動ログ1800の例を示す。同図に示す活動ログ1800は、ユーザの日々の活動記録を示すテーブル形式の情報である。この活動ログ1800は、ユーザID1801、登録日時1802、WB度1803、メモ1804等のカラムを有する。これらのカラムのうち、WB度1803には、ユーザの幸福度または満足度を示す値が格納される。また、メモ1804には、ユーザにより日記として記録された情報が格納される。 Next, FIG. 18 shows an example of an activity log 1800. FIG. An activity log 1800 shown in FIG. 18 is information in a table format showing daily activity records of the user. This activity log 1800 has columns such as user ID 1801, registration date and time 1802, WB degree 1803, memo 1804, and the like. Among these columns, the WB degree 1803 stores a value indicating the user's degree of happiness or satisfaction. A memo 1804 stores information recorded as a diary by the user.

1-3.動作
次に、情報処理システム800の動作について説明する。
1-3-1.レコメンド処理
図19は、レコメンド処理の流れの例を示す。
まずユーザは、レコメンドサービスを受けるにあたり、レコメンドサーバ801に対して事前登録を行う。その際、レコメンドサーバ801のユーザ情報管理モジュール932は、ユーザ端末802に登録画面を表示させる。
1-3. Operation Next, the operation of the information processing system 800 will be described.
1-3-1. Recommendation Processing FIG. 19 shows an example of the flow of recommendation processing.
First, the user performs pre-registration with the recommendation server 801 before receiving the recommendation service. At that time, the user information management module 932 of the recommendation server 801 causes the user terminal 802 to display a registration screen.

図26~図28は、登録画面の例を示す。図26に示す登録画面2600は、ユーザのプロフィールを登録するための画面である。この画面は、生年月日選択欄2601、性別選択欄2602、体重選択欄2603、身長選択欄2604および続けるボタン2605を有する。この画面においてユーザが生年月日等を選択し、続けるボタン2605を選択すると、次に、図27に示す登録画面2700が表示される。 26 to 28 show examples of registration screens. A registration screen 2600 shown in FIG. 26 is a screen for registering a user profile. This screen has a date of birth selection field 2601 , gender selection field 2602 , weight selection field 2603 , height selection field 2604 and a continue button 2605 . When the user selects the date of birth and the like on this screen and selects the continue button 2605, the registration screen 2700 shown in FIG. 27 is displayed next.

登録画面2700は、ユーザの興味対象を登録するための画面である。この画面は、興味対象を選択するための複数の選択ボタン2701と、続けるボタン2702を有する。この画面においてユーザが自身の興味対象の選択ボタン2701を選択し、続けるボタン2702を選択すると、次に、図28に示す登録画面2800が表示される。 The registration screen 2700 is a screen for registering the user's interest. This screen has multiple selection buttons 2701 for selecting subjects of interest and a continue button 2702 . When the user selects the selection button 2701 of his/her interest on this screen and selects the continue button 2702, the registration screen 2800 shown in FIG. 28 is displayed next.

登録画面2800は、WB因子に関するアンケート画面である。このアンケート画面は、各WB因子の重要度を5段階でユーザに回答させるものである。ユーザが回答した重要度は、WB因子スコアとしてレコメンドサーバ801に登録される。 A registration screen 2800 is a questionnaire screen regarding WB factors. This questionnaire screen prompts the user to answer the importance of each WB factor in five levels. The degree of importance answered by the user is registered in the recommendation server 801 as a WB factor score.

この登録画面2800は、質問ごとに設けられた複数の回答選択欄2801と、続けるボタン2802を有する。この画面においてユーザが質問に対する回答を選択し、続けるボタン2802を選択すると、次のアンケート画面(図示略)が表示される。 This registration screen 2800 has a plurality of answer selection fields 2801 provided for each question and a continue button 2802 . When the user selects an answer to the question on this screen and selects the continue button 2802, the next questionnaire screen (not shown) is displayed.

ユーザが、すべてのWB因子に関する質問に回答し、図示せぬ送信ボタンを選択すると、ユーザ登録が完了する。
なお、ユーザに提示される質問の中には、WB因子に関する質問以外に、ユーザの属性を回答させるものが含まれてもよい。例えば、ユーザの食生活や疾患について回答させるものが質問に含まれてもよい。
User registration is completed when the user answers all the questions about the WB factors and selects a send button (not shown).
The questions presented to the user may include questions about attributes of the user other than questions about WB factors. For example, the questions may include questions about the user's diet or illness.

ユーザにより選択された情報は、レコメンドサーバ801に登録される。その際、レコメンドサーバ801のユーザ情報管理モジュール932は、登録画面2600で選択されたプロフィール情報を、ユーザIDと対応付けてユーザ属性情報1000に追加する(ステップ1901)。ここでプロフィール情報とは、生年月日、性別、体重および身長である。 Information selected by the user is registered in the recommendation server 801 . At this time, the user information management module 932 of the recommendation server 801 adds the profile information selected on the registration screen 2600 to the user attribute information 1000 in association with the user ID (step 1901). Here, the profile information is date of birth, sex, weight and height.

また当該モジュールは、登録画面2700で選択された興味対象のIDを、ユーザIDと対応付けてユーザ属性情報1000に追加する(ステップ1901)。
また当該モジュールは、登録画面2800で選択されたWB因子スコアを、ユーザIDと登録日時とに対応づけて因子スコア情報1100に追加する(ステップ1902)。
以上がユーザ登録についての説明である。
The module also associates the ID of the target of interest selected on the registration screen 2700 with the user ID and adds it to the user attribute information 1000 (step 1901).
Also, this module adds the WB factor score selected on the registration screen 2800 to the factor score information 1100 in association with the user ID and the date and time of registration (step 1902).
The above is the description of the user registration.

次に、行動スコアの更新処理について説明する。
この行動スコアの更新処理は、定期的に実行されるバッチ処理である。この更新処理は、毎日、毎週、毎月等の頻度で実行される。
また、この更新処理は、WBコンテンツとWBサービスの各々について実行される。各更新処理では、推定モデルの学習と、学習した推定モデルに基づく行動スコアの推定が行われる。以下ではまず、WBコンテンツについて実行される更新処理について説明する。
Next, the action score updating process will be described.
This action score update process is a batch process that is performed periodically. This update process is executed at a frequency such as daily, weekly, or monthly.
Also, this update process is executed for each of the WB content and the WB service. Each update process involves learning an estimation model and estimating an action score based on the learned estimation model. First, the update processing executed for the WB content will be described below.

レコメンドサーバ801のモデル学習モジュール911は、コンテンツ行動ログ1200等に基づいて全体最適モデルを学習させる(ステップ1903)。その際、当該モジュールは、各ユーザの属性情報および初回のWB因子スコアと各WBコンテンツの因子情報とを説明変数とし、各WBコンテンツに関する行動スコアを目的変数として全体最適モデルを学習させる。当該モジュールは、この学習の結果、学習済み全体最適モデルを生成する。 The model learning module 911 of the recommendation server 801 learns the overall optimum model based on the content action log 1200 and the like (step 1903). At this time, the module learns a global optimum model using each user's attribute information, the initial WB factor score, and the factor information of each WB content as explanatory variables, and the action score of each WB content as an objective variable. The module generates a trained global optimal model as a result of this learning.

図22は、全体最適モデルに学習させる入力データの例を示す。同図に示す入力データ2200は、FM用のデータフォーマットを採用している。
この入力データ2200は、user2201、item2202、U_WB2203、I_WB2204、Y2205等のカラムを有する。以下、各カラムについて説明する。
FIG. 22 shows an example of input data to be learned by the global optimum model. The input data 2200 shown in the figure employs a data format for FM.
This input data 2200 has columns such as user 2201, item 2202, U_WB 2203, I_WB 2204, and Y 2205. Each column will be described below.

user2201には、ユーザを識別するためのフラグが格納される。例えば、user1のカラムにフラグ「1」が格納されたレコードは、ユーザ1の行動ログである。
item2202には、WBコンテンツを識別するためのフラグが格納される。例えば、item1のカラムにフラグ「1」が格納されたレコードは、WBコンテンツ1についての行動ログである。
User 2201 stores a flag for identifying the user. For example, a record in which flag "1" is stored in the user1 column is the action log of user1.
Item 2202 stores a flag for identifying the WB content. For example, a record in which flag "1" is stored in the item1 column is an action log for WB content 1. FIG.

U_WB2203には、ユーザのWB因子スコアが格納される。各WB因子スコアはユーザにとってのWB因子の重要度を表し、下記の5段階で表現される。
1:全く思わない
2:あまり思わない
3:どちらとも言えない
4:そう思う
5:非常にそう思う
U_WB 2203 stores the user's WB factor score. Each WB factor score represents the importance of the WB factor for the user, and is expressed in the following five levels.
1: I don't think so at all 2: I don't think much 3: I can't say either way 4: I agree 5: I strongly agree

I_WB2204には、WBコンテンツに対応付けられているWB因子を識別するためのフラグが格納される。例えば、あるレコードについてitem1のカラムにフラグ「1」が格納され、I_WB1のカラムにフラグ「1」が格納されている場合には、WBコンテンツ1がWB因子1に対応付けられていることを示している。
なお、1つのWBコンテンツに複数のWB因子が対応付けられてもよい。
I_WB 2204 stores flags for identifying WB factors associated with WB contents. For example, when a flag "1" is stored in the item1 column and a flag "1" is stored in the I_WB1 column for a certain record, it indicates that WB content 1 is associated with WB factor 1. ing.
A plurality of WB factors may be associated with one WB content.

Y2205には、行動スコアを示すフラグが格納される。格納されるフラグには、WBコンテンツが選択されたことを示すフラグ「1」と、WBコンテンツが選択されていないことを示すフラグ「0」がある。 Y2205 stores a flag indicating an action score. The stored flags include a flag "1" indicating that the WB content has been selected and a flag "0" indicating that the WB content has not been selected.

なお、図22に示す入力データ2200には、ユーザ属性のカラムが含まれていない。しかし、この入力データ2200にユーザ属性のカラムを含めてもよい。これにより、各ユーザの属性情報を説明変数として全体最適モデルに学習させることができる。 Note that the input data 2200 shown in FIG. 22 does not include a user attribute column. However, the input data 2200 may include a user attribute column. As a result, the attribute information of each user can be used as explanatory variables to be learned by the global optimum model.

次に、学習済み全体最適モデルを用いた行動スコアの推定について説明する。
レコメンドサーバ801のスコアリングモジュール912は、生成された学習済み全体最適モデルを用いてスコアリング処理を実行する(ステップ1904)。このスコアリング処理は、ユーザごとに実行される。
Next, the behavior score estimation using the learned global optimal model will be described.
The scoring module 912 of the recommendation server 801 executes scoring processing using the generated trained global optimum model (step 1904). This scoring process is performed for each user.

図20は、このスコアリング処理の例を示す。同図に示すスコアリング処理2000において当該モジュールは、ユーザにレコメンド済みのWBコンテンツの行動スコアをコンテンツ行動スコア情報1300に追加する(ステップ2001)。ここで、ユーザにレコメンド済みのWBコンテンツとは、コンテンツ行動ログ1200において当該ユーザと対応付けられているWBコンテンツのことである。すなわち当該モジュールは、コンテンツ行動ログ1200において当該ユーザと対応付けられているWBコンテンツを特定し、特定したWBコンテンツの行動スコアをコンテンツ行動スコア情報1300に追加する。 FIG. 20 shows an example of this scoring process. In the scoring process 2000 shown in the figure, the module adds the action score of the WB content recommended to the user to the content action score information 1300 (step 2001). Here, the WB content already recommended to the user is the WB content associated with the user in the content action log 1200 . That is, the module identifies the WB content associated with the user in the content action log 1200 and adds the action score of the identified WB content to the content action score information 1300 .

次に当該モジュールは、ユーザにレコメンド未済のWBコンテンツの行動スコアを、学習済み全体最適モデルを用いて推定する(ステップ2002)。ここで、ユーザにレコメンド未済のWBコンテンツとは、コンテンツ情報1600に含まれるWBコンテンツであって、コンテンツ行動ログ1200において当該ユーザと対応付けられていないWBコンテンツのことである。当該モジュールは、レコメンド未済のWBコンテンツを特定すると、特定したWBコンテンツの因子情報と対象ユーザの属性情報および初回のWB因子スコアを学習済み全体最適モデルに入力し、行動スコアを推定する。当該モジュールは、推定した行動スコアをコンテンツ行動スコア情報1300に追加する。 Next, the module estimates the action score of the WB content that has not been recommended to the user by using the learned global optimum model (step 2002). Here, the WB content that has not yet been recommended to the user is the WB content that is included in the content information 1600 and that is not associated with the user in the content action log 1200 . After identifying unrecommended WB content, the module inputs factor information of the identified WB content, attribute information of the target user, and initial WB factor score into the learned global optimum model to estimate the action score. The module adds the estimated behavioral score to the content behavioral score information 1300 .

図23は、学習済み全体最適モデルに入力する入力データの例を示す。同図に示す入力データ2300は、FM用のデータフォーマットを採用している。
この入力データ2300は、user2301、item2302、U_WB2303、I_WB2304、Y2305等のカラムを有する。これらのカラムの属性は、上述した入力データ2200の同名のカラムと共通するため、その説明を省略する。なお、この入力データ2300は行動スコアを推定するためのデータであるため、Y2305にはいずれのフラグも格納されていない。
FIG. 23 shows an example of input data to be input to the trained global optimal model. The input data 2300 shown in the figure employs a data format for FM.
This input data 2300 has columns such as user 2301, item 2302, U_WB 2303, I_WB 2304, and Y 2305. Since the attributes of these columns are common to the columns with the same names in the input data 2200 described above, description thereof will be omitted. Since this input data 2300 is data for estimating the action score, Y2305 does not store any flags.

ちなみに、図23に示す入力データ2300には、ユーザ属性のカラムが含まれていない。しかし、この入力データ2300にユーザ属性のカラムを含めてもよい。これにより、対象ユーザの属性情報を説明変数として行動スコアを推定することができる。 Incidentally, the input data 2300 shown in FIG. 23 does not include a user attribute column. However, this input data 2300 may include a user attribute column. As a result, the behavior score can be estimated using the target user's attribute information as an explanatory variable.

スコアリングモジュール912は、行動スコアの推定後、コンテンツ行動スコア情報1300のWBコンテンツを行動スコアが降順となるようにソートする(ステップ2003)。この結果、対象ユーザの反応確率が高い順に並べられたWBコンテンツのランキング情報が生成される。 After estimating the action score, the scoring module 912 sorts the WB contents of the content action score information 1300 in descending order of the action score (step 2003). As a result, the ranking information of the WB contents arranged in descending order of the response probability of the target user is generated.

次に、WBサービスについて実行される更新処理について説明する。
レコメンドサーバ801のモデル学習モジュール921は、サービス行動ログ1400等に基づいて個別最適モデルを学習させる(ステップ1905)。その際、当該モジュールは、個別領域ごとに個別最適モデルを学習させ、個別領域ごとに学習済み個別最適モデルを生成する。具体的には当該モジュールは、個別領域ごとに、各ユーザの属性情報および初回のWB因子スコアと、当該個別領域に属する各WBコンテンツの因子情報とを説明変数とし、当該各WBコンテンツに関する行動スコアを目的変数として個別最適モデルを学習させる。当該モジュールは、この学習の結果、個別領域ごとに学習済み個別最適モデルを生成する。
Next, update processing executed for the WB service will be described.
The model learning module 921 of the recommendation server 801 learns an individual optimum model based on the service behavior log 1400 (step 1905). At that time, the module learns an individual optimal model for each individual region and generates a trained individual optimal model for each individual region. Specifically, for each individual area, the module uses attribute information and initial WB factor scores of each user and factor information of each WB content belonging to the individual area as explanatory variables, is used as the objective variable to learn the individual optimal model. As a result of this learning, the module generates a trained individual optimal model for each individual region.

図24は、個別最適モデルに学習させる入力データの例を示す。同図に示す入力データ2400は、FM用のデータフォーマットを採用している。
この入力データ2400は、user2401、item2402、U_WB2403、I_WB2404、Y2405等のカラムを有する。以下、各カラムについて説明する。
FIG. 24 shows an example of input data to be learned by the individual optimum model. The input data 2400 shown in the figure employs a data format for FM.
This input data 2400 has columns such as user 2401, item 2402, U_WB 2403, I_WB 2404, and Y 2405. Each column will be described below.

user2401には、ユーザを識別するためのフラグが格納される。例えば、user1のカラムにフラグ「1」が格納されたレコードは、ユーザ1の行動ログである。
item2402には、WBサービスを識別するためのフラグが格納される。例えば、item1のカラムにフラグ「1」が格納されたレコードは、WBサービス1についての行動ログである。
User 2401 stores a flag for identifying the user. For example, a record in which flag "1" is stored in the user1 column is the action log of user1.
Item 2402 stores a flag for identifying the WB service. For example, a record in which a flag "1" is stored in the item1 column is an action log for the WB service1.

U_WB2403には、ユーザのWB因子スコアが格納される。各WB因子スコアはユーザにとってのWB因子の重要度を表し、下記の5段階で表現される。
1:全く思わない
2:あまり思わない
3:どちらとも言えない
4:そう思う
5:非常にそう思う
U_WB 2403 stores the user's WB factor score. Each WB factor score represents the importance of the WB factor for the user, and is expressed in the following five levels.
1: I don't think so at all 2: I don't think much 3: I can't say either way 4: I agree 5: I strongly agree

I_WB2404には、WBサービスに対応付けられているWB因子を識別するためのフラグが格納される。例えば、あるレコードについてitem1のカラムにフラグ「1」が格納され、I_WB1のカラムにフラグ「1」が格納されている場合には、WBサービス1がWB因子1に対応付けられていることを示している。
なお、1つのWBサービスに複数のWB因子が対応付けられてもよい。
I_WB 2404 stores flags for identifying WB factors associated with WB services. For example, if flag "1" is stored in the item1 column and flag "1" is stored in the I_WB1 column for a certain record, it indicates that WB service 1 is associated with WB factor 1. ing.
A plurality of WB factors may be associated with one WB service.

Y2405には、行動スコアを示すフラグが格納される。格納されるフラグには、WBサービスが選択されたことを示すフラグ「1」と、WBサービスが選択されていないことを示すフラグ「0」がある。 Y2405 stores a flag indicating an action score. The stored flags include a flag "1" indicating that the WB service has been selected and a flag "0" indicating that the WB service has not been selected.

なお、図24に示す入力データ2400には、ユーザ属性のカラムが含まれていない。しかし、この入力データ2400にユーザ属性のカラムを含めてもよい。これにより、各ユーザの属性情報を説明変数として個別最適モデルに学習させることができる。 Note that the input data 2400 shown in FIG. 24 does not include a user attribute column. However, the input data 2400 may include a user attribute column. As a result, the attribute information of each user can be used as an explanatory variable to be learned by the individual optimum model.

次に、学習済み個別最適モデルを用いた行動スコアの推定について説明する。
レコメンドサーバ801のスコアリングモジュール922は、生成された学習済み個別最適モデルを用いてスコアリング処理を実行する(ステップ1906)。このスコアリング処理は、ユーザごとに実行される。
Next, the behavior score estimation using the trained individual optimum model will be described.
The scoring module 922 of the recommendation server 801 executes scoring processing using the generated trained individual optimum model (step 1906). This scoring process is performed for each user.

図21は、このスコアリング処理の例を示す。同図に示すスコアリング処理2100において当該モジュールは、ユーザにレコメンド済みのWBサービスの行動スコアをサービス行動スコア情報1500に追加する(ステップ2101)。ここで、ユーザにレコメンド済みのWBサービスとは、サービス行動ログ1400において当該ユーザと対応付けられているWBサービスのことである。すなわち当該モジュールは、サービス行動ログ1400において当該ユーザと対応付けられているWBサービスを特定し、特定したWBサービスの行動スコアをサービス行動スコア情報1500に追加する。 FIG. 21 shows an example of this scoring process. In the scoring process 2100 shown in the figure, the module adds the action score of the WB service recommended to the user to the service action score information 1500 (step 2101). Here, the WB service recommended to the user is the WB service associated with the user in the service behavior log 1400 . That is, the module identifies the WB service associated with the user in the service behavior log 1400 and adds the behavior score of the identified WB service to the service behavior score information 1500 .

次に当該モジュールは、ユーザにレコメンド未済のWBサービスの行動スコアを、学習済み個別最適モデルを用いて推定する(ステップ2102)。ここで、ユーザにレコメンド未済のWBサービスとは、サービス情報1700に含まれるWBサービスであって、サービス行動ログ1400において当該ユーザと対応付けられていないWBサービスのことである。当該モジュールは、レコメンド未済のWBサービスを特定すると、特定したWBサービスの因子情報と対象ユーザの属性情報および初回のWB因子スコアを学習済み個別最適モデルに入力し、行動スコアを推定する。なお、この推定で用いられる学習済み個別最適モデルは、特定したWBサービスが属する個別領域に対応するものである。
当該モジュールは、推定した行動スコアをサービス行動スコア情報1500に追加する。
Next, the module estimates the action score of the WB service that has not yet been recommended to the user using the learned individual optimum model (step 2102). Here, a WB service that has not been recommended to a user is a WB service that is included in the service information 1700 and that is not associated with the user in the service behavior log 1400 . When a WB service that has not yet been recommended is specified, the module inputs the factor information of the specified WB service, the attribute information of the target user, and the initial WB factor score into the trained individual optimum model, and estimates the action score. The trained individual optimum model used in this estimation corresponds to the individual area to which the specified WB service belongs.
The module adds the estimated behavioral score to the service behavioral score information 1500 .

図25は、学習済み個別最適モデルに入力する入力データの例を示す。同図に示す入力データ2500は、FM用のデータフォーマットを採用している。
この入力データ2500は、user2501、item2502、U_WB2503、I_WB2504、Y2505等のカラムを有する。これらのカラムの属性は、上述した入力データ2400の同名のカラムと共通するため、その説明を省略する。なお、この入力データ2500は行動スコアを推定するためのデータであるため、Y2505にはいずれのフラグも格納されていない。
FIG. 25 shows an example of input data to be input to the trained individual optimum model. The input data 2500 shown in the figure employs a data format for FM.
This input data 2500 has columns such as user 2501, item 2502, U_WB 2503, I_WB 2504, and Y 2505. Since the attributes of these columns are common to the columns with the same names in the input data 2400 described above, description thereof will be omitted. Since this input data 2500 is data for estimating the action score, Y2505 does not store any flags.

ちなみに、図25に示す入力データ2500には、ユーザ属性のカラムが含まれていない。しかし、この入力データ2500にユーザ属性のカラムを含めてもよい。これにより、対象ユーザの属性情報を説明変数として行動スコアを推定することができる。 Incidentally, the input data 2500 shown in FIG. 25 does not include a user attribute column. However, this input data 2500 may include a user attribute column. As a result, the behavior score can be estimated using the target user's attribute information as an explanatory variable.

スコアリングモジュール922は、行動スコアの推定後、サービス行動スコア情報1500のWBサービスを行動スコアが降順となるようにソートする(ステップ2103)。この結果、対象ユーザの反応確率が高い順に並べられたWBサービスのランキング情報が生成される。
以上が行動スコアの更新処理についての説明である。
After estimating the action scores, the scoring module 922 sorts the WB services in the service action score information 1500 in descending order of action scores (step 2103). As a result, the ranking information of the WB services arranged in descending order of response probability of the target user is generated.
The above is the description of the behavior score update processing.

次に、WBコンテンツのレコメンドフローについて説明する。このレコメンドフローは、レコメンドサーバ801が提供するサイトにユーザがアクセスことで開始される。 Next, a recommendation flow for WB contents will be described. This recommendation flow starts when the user accesses a site provided by the recommendation server 801 .

まず、レコメンドサーバ801のリランキングモジュール913は、対象ユーザのコンテンツ行動スコア情報1300から、当該ユーザが過去に選択したWBコンテンツを除外する(ステップ1907)。これは、過去にレコメンドしたWBコンテンツを再度レコメンドすることを回避するためである。なお、当該ユーザが過去に選択したWBコンテンツとは、コンテンツ行動ログ1200において当該ユーザと行動スコア「1」とに対応付けられているWBコンテンツのことである。 First, the reranking module 913 of the recommendation server 801 excludes the WB content selected by the user in the past from the content action score information 1300 of the target user (step 1907). This is to avoid recommending previously recommended WB contents again. The WB content selected by the user in the past is the WB content associated with the user and the action score "1" in the content action log 1200 .

また当該モジュールは、行動スコア上位のWBコンテンツに類似するものが存在する場合に、それらのうち1以上のWBコンテンツの順番を並び替える(ステップ1907)。これは、類似するWBコンテンツを一度に複数レコメンドすることを避けるためである。なお、行動スコア上位のWBコンテンツとは、一例として、上位5位以内のWBコンテンツのことである。また、類似するWBコンテンツとは、一例として、個別領域が共通するWBコンテンツのことである。また、順番の並び替えとは、一例として、類似する2つのWBコンテンツのうちの一方を6位以下に降格することである。 Also, if there are similar WB contents with high action scores, the module rearranges the order of one or more WB contents among them (step 1907). This is to avoid recommending multiple similar WB contents at once. Note that the WB content with the highest action score is, for example, the WB content within the top five ranks. Further, similar WB content is, for example, WB content having a common individual area. Also, rearranging the order means, for example, demoting one of two similar WB contents to the sixth or lower rank.

次に、レコメンドサーバ801の抽出モジュール914は、リランキングされたコンテンツ行動スコア情報1300から、上位5位以内のWBコンテンツを抽出する(ステップ1908)。なお、抽出するWBコンテンツの件数は適宜変更してよい。 Next, the extraction module 914 of the recommendation server 801 extracts the top five WB contents from the reranked contents action score information 1300 (step 1908). Note that the number of WB contents to be extracted may be changed as appropriate.

次に、レコメンドサーバ801のスクリーニングモジュール915は、抽出されたWBコンテンツの中から不適切なものを除外する(ステップ1909)。ここで、不適切なものとは、対象ユーザのユーザ属性情報1000に基づいてルールベースまたはモデルベースで特定されるWBコンテンツのことである。 Next, the screening module 915 of the recommendation server 801 excludes inappropriate content from the extracted WB contents (step 1909). Inappropriate content here means WB content specified on a rule basis or a model basis based on the user attribute information 1000 of the target user.

次に、レコメンドサーバ801のレコメンドモジュール916は、スクリーニングを通過したWBコンテンツを対象ユーザにレコメンドする(ステップ1910)。その際、当該モジュールは、コンテンツ情報1600を参照してレコメンド画面を生成し、ユーザ端末802に表示させる。図29は、レコメンド画面の例を示す。 Next, the recommendation module 916 of the recommendation server 801 recommends the WB content that has passed the screening to the target user (step 1910). At that time, the module refers to the content information 1600 to generate a recommendation screen and causes the user terminal 802 to display it. FIG. 29 shows an example of a recommendation screen.

同図に示すレコメンド画面2900は、5件のWBコンテンツ2901を提示している。5件のWBコンテンツ2901は行動スコア順に並べられており、それぞれWBコンテンツの内容2902とイメージ画像2903により構成されている。ユーザはこのレコメンド画面2900を参照することで、自身のウェルビーイングを向上させるためのアドバイスを得ることができる。 A recommendation screen 2900 shown in the figure presents five WB contents 2901 . Five WB contents 2901 are arranged in the order of action scores, and each is composed of a content 2902 of the WB contents and an image 2903 . By referring to this recommendation screen 2900, the user can obtain advice for improving his/her own well-being.

ユーザがこのレコメンド画面2900において特に関心のあるWBコンテンツ2901を選択すると、WBサービスのレコメンドフローが開始される。また、当該選択に伴い、レコメンドサーバ801の行動ログ管理モジュール917は、選択されたWBコンテンツ2901の情報を、ユーザIDと行動スコア「1」とに対応付けてコンテンツ行動ログ1200に追加する(ステップ1911)。 When the user selects WB content 2901 of particular interest on this recommendation screen 2900, the WB service recommendation flow is started. Further, along with the selection, the action log management module 917 of the recommendation server 801 adds the information of the selected WB content 2901 to the content action log 1200 in association with the user ID and the action score "1" (step 1911).

また、当該選択に伴い、ユーザ情報管理モジュール932は、対象ユーザの因子スコア情報1100を更新する(図示略)。具体的には当該モジュールは、選択されたWBコンテンツ2901のWB因子を特定し、特定したWB因子のスコアを、例えば「0.1」インクリメントする。このようにユーザのWB因子スコアは、選択したWBコンテンツ2901に応じて変化する。 Also, along with the selection, the user information management module 932 updates the factor score information 1100 of the target user (not shown). Specifically, this module identifies the WB factor of the selected WB content 2901 and increments the score of the identified WB factor by, for example, "0.1". Thus, the user's WB factor score changes according to the WB content 2901 selected.

レコメンド画面2900の説明に戻る。
ユーザはレコメンド画面2900において複数のWBコンテンツ2901を選択することができる。この画面において一定時間ユーザに選択されないWBコンテンツ2901は、コンテンツ行動ログ1200に登録される(ステップ1911)。その際、行動ログ管理モジュール917は、選択されなかったWBコンテンツ2901の情報を、ユーザIDと行動スコア「0」とに対応付けてコンテンツ行動ログ1200に追加する。
以上がWBコンテンツのレコメンドフローについての説明である。
Returning to the description of the recommendation screen 2900 .
The user can select multiple WB contents 2901 on the recommendation screen 2900 . WB content 2901 that is not selected by the user for a certain period of time on this screen is registered in the content action log 1200 (step 1911). At this time, the action log management module 917 adds the information of the WB content 2901 that has not been selected to the content action log 1200 in association with the user ID and the action score "0".
The above is the description of the WB content recommendation flow.

次に、WBサービスのレコメンドフローについて説明する。このレコメンドフローは、図29に例示するレコメンド画面2900においてWBコンテンツ2901が選択されることで開始される。 Next, the recommendation flow of the WB service will be described. This recommendation flow is started by selecting the WB content 2901 on the recommendation screen 2900 illustrated in FIG.

まず、レコメンドサーバ801のフィルタリングモジュール923は、対象ユーザのサービス行動スコア情報1500から、当該ユーザが選択したWBコンテンツに対応しないWBサービスを除外する(ステップ1912)。これは、対象ユーザが選択したWBコンテンツと関係のないWBサービスをレコメンドすることを回避するためである。なお、当該ユーザが選択したWBコンテンツに対応しないWBサービスとは、当該ユーザが選択したWBコンテンツと個別領域を共有しないWBサービスのことである。そのようなWBサービスの識別は、コンテンツ情報1600とサービス情報1700を参照することで行うことができる。 First, the filtering module 923 of the recommendation server 801 excludes WB services that do not correspond to the WB content selected by the user from the target user's service behavior score information 1500 (step 1912). This is to avoid recommending a WB service unrelated to the WB content selected by the target user. A WB service that does not correspond to the WB content selected by the user is a WB service that does not share an individual area with the WB content selected by the user. Such WB service identification can be performed by referring to the content information 1600 and service information 1700 .

なお、フィルタリングモジュール923は、ユーザが選択したWBコンテンツに対応しないWBサービスを除外する代わりに、当該WBサービスの行動スコアを「0」にすることで、当該WBサービスのレコメンドを阻止してもよい。 Note that the filtering module 923 may prevent the recommendation of the WB service by setting the action score of the WB service to "0" instead of excluding the WB service that does not correspond to the WB content selected by the user. .

次に、レコメンドサーバ801のリランキングモジュール924は、フィルタリングされたサービス行動スコア情報1500から、当該ユーザが過去に選択したWBサービスを除外する(ステップ1913)。これは、過去にレコメンドしたWBサービスを再度レコメンドすることを回避するためである。なお、当該ユーザが過去に選択したWBサービスとは、サービス行動ログ1400において当該ユーザと行動スコア「1」とに対応付けられているWBサービスのことである。 Next, the reranking module 924 of the recommendation server 801 excludes the WB services selected by the user in the past from the filtered service action score information 1500 (step 1913). This is to avoid re-recommending the WB service recommended in the past. The WB service selected by the user in the past is the WB service associated with the user and the action score “1” in the service action log 1400 .

また当該モジュールは、行動スコア上位のWBサービスに類似するものが存在する場合に、それらのうち1以上のWBサービスの順番を並び替える(ステップ1913)。これは、類似するWBサービスを一度に複数レコメンドすることを避けるためである。なお、行動スコア上位のWBサービスとは、一例として、上位5位以内のWBサービスのことである。また、類似するWBサービスとは、一例として、個別領域が共通するWBサービスのことである。また、順番の並び替えとは、一例として、類似する2つのWBサービスのうちの一方を6位以下に降格することである。 Also, if there are similar WB services with high action scores, the module rearranges the order of one or more WB services among them (step 1913). This is to avoid recommending multiple similar WB services at once. Note that the WB services with the highest action scores are, for example, the WB services ranked within the top five. A similar WB service is, for example, a WB service having a common individual area. Also, rearranging the order means, for example, demoting one of two similar WB services to sixth or lower.

次に、レコメンドサーバ801の抽出モジュール925は、リランキングされたサービス行動スコア情報1500から、上位5位以内のWBサービスを抽出する(ステップ1914)。なお、抽出するWBサービスの件数は適宜変更してよい。 Next, the extraction module 925 of the recommendation server 801 extracts the top five WB services from the reranked service behavior score information 1500 (step 1914). Note that the number of WB services to be extracted may be changed as appropriate.

次に、レコメンドサーバ801のスクリーニングモジュール926は、抽出されたWBサービスの中から不適切なものを除外する(ステップ1915)。ここで、不適切なものとは、対象ユーザのユーザ属性情報1000に基づいてルールベースまたはモデルベースで特定されるWBサービスのことである。 Next, the screening module 926 of the recommendation server 801 excludes inappropriate WB services from the extracted WB services (step 1915). Inappropriate services here refer to WB services specified on a rule basis or a model basis based on the user attribute information 1000 of the target user.

次に、レコメンドサーバ801のレコメンドモジュール927は、スクリーニングを通過したWBサービスを対象ユーザにレコメンドする(ステップ1916)。その際、当該モジュールは、サービス情報1700を参照してレコメンド画面を生成し、ユーザ端末802に表示させる。図30は、このレコメンド画面の例を示す。 Next, the recommendation module 927 of the recommendation server 801 recommends the WB service that has passed the screening to the target user (step 1916). At that time, the module refers to the service information 1700 to generate a recommendation screen and causes the user terminal 802 to display it. FIG. 30 shows an example of this recommendation screen.

同図に示すレコメンド画面3000は、5件のWBサービス3001を提示している。5件のWBサービス3001は行動スコア順に並べられており、それぞれWBサービスの内容3002とイメージ画像3003により構成されている。ユーザはこのレコメンド画面3000を参照することで、自身のウェルビーイングを向上させるためのサービスを知ることができる。 A recommendation screen 3000 shown in the figure presents five WB services 3001 . Five WB services 3001 are arranged in the order of action score, and each is composed of a WB service content 3002 and an image 3003 . By referring to this recommendation screen 3000, the user can know services for improving his/her own well-being.

ユーザがこのレコメンド画面3000において特に関心のあるWBサービス3001を選択すると、レコメンドモジュール927は詳細画面をユーザ端末802に表示させる。図31は、この詳細画面の例を示す。 When the user selects a WB service 3001 of particular interest on this recommendation screen 3000, the recommendation module 927 causes the user terminal 802 to display a detailed screen. FIG. 31 shows an example of this detail screen.

同図に示す詳細画面3100は、WBサービス3001についての詳細説明欄3101と、やってみるボタン3102を有する。この画面においてユーザがやってみるボタン3102を選択すると、WBサービス3001を提供する事業者のサイトに遷移する。
なお、レコメンドモジュール927は、詳細画面3100を表示させずに、レコメンド画面3000から事業者のサイトに直接遷移させてもよい。
A detailed screen 3100 shown in the figure has a detailed explanation column 3101 and a try button 3102 for the WB service 3001 . When the user selects a try button 3102 on this screen, a transition is made to the site of the company that provides the WB service 3001 .
Note that the recommendation module 927 may directly transition from the recommendation screen 3000 to the provider's site without displaying the detailed screen 3100 .

上記のレコメンド画面3000におけるWBサービス3001の選択に伴い、レコメンドサーバ801の行動ログ管理モジュール928は、選択されたWBサービス3001の情報を、ユーザIDと行動スコア「1」とに対応付けてサービス行動ログ1400に追加する(ステップ1917)。 As the WB service 3001 is selected on the recommendation screen 3000, the action log management module 928 of the recommendation server 801 associates the information of the selected WB service 3001 with the user ID and the action score "1", and displays the service action. Add to log 1400 (step 1917).

ユーザはレコメンド画面3000において複数のWBサービス3001を選択することができる。この画面において一定時間ユーザに選択されないWBサービス3001は、サービス行動ログ1400に登録される(ステップ1917)。その際、行動ログ管理モジュール928は、選択されなかったWBサービス3001の情報を、ユーザIDと行動スコア「0」とに対応付けてサービス行動ログ1400に追加する。
以上がWBサービスのレコメンドフローについての説明である。
The user can select multiple WB services 3001 on the recommendation screen 3000 . A WB service 3001 that is not selected by the user for a certain period of time on this screen is registered in the service action log 1400 (step 1917). At this time, the action log management module 928 adds the information of the unselected WB service 3001 to the service action log 1400 in association with the user ID and the action score "0".
The above is the description of the recommendation flow of the WB service.

以上説明したレコメンド処理によれば、まずWBコンテンツを利用した全体ドメイン最適を図り、次にWBサービスを利用した個別ドメイン最適を図る。これにより、ドメインを横断したレコメンドが可能になる。 According to the recommendation processing described above, first, overall domain optimization using WB contents is attempted, and then individual domain optimization using WB services is attempted. This enables cross-domain recommendations.

1-3-2.マイページ表示処理
次に、マイページ表示処理について説明する。
ここでマイページとは、ユーザの日々の活動を表示、記録するための画面である。レコメンドサーバ801のマイページモジュール931は、ユーザの要求に応じてマイページをユーザ端末802に表示させる。その際、当該モジュールは、対象ユーザの因子スコア情報1100と活動ログ1800に基づいてマイページを生成する。
1-3-2. My Page Display Processing Next, the my page display processing will be described.
Here, my page is a screen for displaying and recording the user's daily activities. The my page module 931 of the recommendation server 801 displays my page on the user terminal 802 in response to the user's request. At that time, the module generates my page based on the target user's factor score information 1100 and activity log 1800 .

図32は、マイページの例を示す。同図に示すマイページ3200は、コンテンツ確認ボタン3201、因子スコア表示領域3202、カレンダー3203、マイページボタン3204およびレコメンドボタン3205を有する。以下、各表示要素について説明する。 FIG. 32 shows an example of My Page. My page 3200 shown in the figure has a content confirmation button 3201 , a factor score display area 3202 , a calendar 3203 , a my page button 3204 and a recommendation button 3205 . Each display element will be described below.

コンテンツ確認ボタン3201は、WBコンテンツのレコメンド画面(図29参照)を表示するためのボタンである。 The content confirmation button 3201 is a button for displaying a WB content recommendation screen (see FIG. 29).

因子スコア表示領域3202は、ユーザのWB因子スコアが表示される領域である。この領域には、カテゴリ選択タブ3206~3208、値選択ボタン3209~3211およびレーダーチャート3212が表示される。これらの表示要素のうち、カテゴリ選択タブ3206~3208は、レーダーチャート3212に表示するWB因子のカテゴリを、「ウェルネス」、「ニューネス」、「コミュニティ」の中から選択するためのタブである。値選択ボタン3209~3211は、レーダーチャート3212に表示するWB因子の値を、現在の値(言い換えると、最新の値)、初回アンケートの値(言い換えると、最初に登録された値)、平均値の中から選択するためのボタンである。
ユーザは、この因子スコア表示領域3202を参照することで、自身のWB因子のバランスと変化を確認することができる。
A factor score display area 3202 is an area where the user's WB factor score is displayed. Category selection tabs 3206-3208, value selection buttons 3209-3211 and radar chart 3212 are displayed in this area. Among these display elements, category selection tabs 3206 to 3208 are tabs for selecting the category of WB factors to be displayed on the radar chart 3212 from "wellness", "newness", and "community". Value selection buttons 3209 to 3211 select the WB factor values displayed on the radar chart 3212 from the current value (in other words, the latest value), the initial questionnaire value (in other words, the first registered value), and the average value. button for selecting from
By referring to this factor score display area 3202, the user can confirm the balance and change of his own WB factors.

カレンダー3203は、ユーザのWB度を日単位で示す。ユーザのWB度はフェイスマーク3213で表現される。
マイページボタン3204は、マイページ3200を表示するためのボタンである。
レコメンドボタン3205は、WBコンテンツのレコメンド画面(図29参照)を表示するためのボタンである。
A calendar 3203 indicates the user's WB degree on a daily basis. A user's WB degree is represented by a face mark 3213 .
My page button 3204 is a button for displaying my page 3200 .
The recommendation button 3205 is a button for displaying a WB content recommendation screen (see FIG. 29).

ユーザが上記のカレンダー3203においていずれかの日付を選択すると、マイページモジュール931は詳細画面をユーザ端末802に表示させる。その際、当該モジュールは、対象ユーザの活動ログ1800、サービス行動ログ1400およびサービス情報1700に基づいて詳細画面を生成する。図33は、生成される詳細画面の例を示す。 When the user selects any date in the calendar 3203, the my page module 931 causes the user terminal 802 to display a detailed screen. At that time, the module generates a detailed screen based on the target user's activity log 1800 , service behavior log 1400 and service information 1700 . FIG. 33 shows an example of a generated detail screen.

同図に示す詳細画面3300は、WB度を示すスライダ3301、メモ表示欄3302および選択サービス表示欄3303を有する。ユーザはこの画面を参照することで、選択した日付のWB度、日記、選択したWBサービスを確認することができる。 A detailed screen 3300 shown in the same figure has a slider 3301 indicating the degree of WB, a memo display field 3302 and a selected service display field 3303 . By referring to this screen, the user can confirm the WB degree, diary, and selected WB service on the selected date.

この詳細画面3300の内容は編集画面で編集することができる。図34は、編集画面の例を示す。 The contents of this detail screen 3300 can be edited on the edit screen. FIG. 34 shows an example of an edit screen.

同図に示す編集画面3400は、WB度を指定するためのスライダ3401、メモ入力欄3402および記録ボタン3403を有する。マイページモジュール931は、記録ボタン3403が選択されると、この画面で指定されたWB度と入力されたメモを、ユーザIDと対応付けて活動ログ1800に追加する。 An edit screen 3400 shown in the figure has a slider 3401 for designating the WB degree, a memo entry field 3402 and a record button 3403 . When the record button 3403 is selected, the my page module 931 adds the WB degree specified on this screen and the input memo to the activity log 1800 in association with the user ID.

2.変形例
上記の実施例は以下のように変形してもよい。
(1)上記の実施例では、WB因子スコアは5段階で評価されている。しかし、この5段階での評価は必須ではない。例えば、WB因子スコアを2段階や10段階で評価してもよい。
2. Modifications The above embodiment may be modified as follows.
(1) In the above examples, the WB factor score is evaluated in five stages. However, this five-level evaluation is not essential. For example, the WB factor score may be evaluated in 2 stages or 10 stages.

(2)上記の実施例では、レコメンドされたWBコンテンツまたはWBサービスは、「0」または「1」の2段階で評価されている(図19のステップ1911参照)。しかし、この2段階での評価は必須ではない。例えば、ユーザにWBコンテンツまたはWBサービスを5段階で評価させ、その評価値を行動ログとして記録してもよい。ここで記録される評価値は、WBコンテンツやWBサービスに対するユーザの反応を示す反応確率に相当する。 (2) In the above embodiment, the recommended WB content or WB service is evaluated in two stages of "0" or "1" (see step 1911 in FIG. 19). However, this two-stage evaluation is not essential. For example, the user may evaluate the WB content or WB service on a scale of 5 and record the evaluation value as an action log. The evaluation value recorded here corresponds to the reaction probability indicating the user's reaction to the WB content or WB service.

なお、5段階の評価は、一例として、以下のように表現される。
1:まったく興味がない
2:あまり興味がない
3:どちらとも言えない
4:少し気に入った
5:非常に気に入った
In addition, evaluation of five steps is expressed as follows as an example.
1: Not interested at all 2: Not very interested 3: Neither 4: Somewhat like 5: Very much like

(3)上記の実施例のモデル学習では、ユーザ属性情報を推定モデルに学習させている(図19のステップ1903および1905参照)。しかし、ユーザ属性情報の学習は必須ではなく、省略してもよい。 (3) In the model learning of the above embodiment, user attribute information is learned by the estimation model (see steps 1903 and 1905 in FIG. 19). However, learning of user attribute information is not essential and may be omitted.

(4)上記の実施例では、推定モデルとしてFMが使用されている(図19のステップ1903および1905参照)。しかし、FMの使用は必須ではない。上記の実施例においてFM以外の回帰モデルを採用してもよい。 (4) In the above example, FM is used as the estimation model (see steps 1903 and 1905 in FIG. 19). However, the use of FM is not mandatory. Regression models other than FM may be employed in the above example.

(5)モデル学習モジュール921は、個別領域ごとに個別最適モデルを学習させている。しかし、この学習方法は必須ではない。モデル学習モジュール921に個別領域を横断して個別最適モデルを学習させてもよい。この場合、単一の学習済み個別最適モデルが生成されることになる。 (5) The model learning module 921 learns an individual optimal model for each individual region. However, this learning method is not required. The model learning module 921 may be made to learn individual optimal models across individual regions. In this case, a single trained individual optimal model will be generated.

(6)上記のレコメンド処理でレコメンドサーバ801は、スクリーニングを通過したWBコンテンツをユーザ端末802に出力している(図19のステップ1910参照)。しかし、当該サーバは、他の装置に当該出力を行わせるために、スクリーニング前の段階で情報を出力してもよい。例えば、当該サーバは、コンテンツ行動スコア情報1300、ステップ1907でリランキングされたコンテンツ行動スコア情報1300、ステップ1908で抽出されたWBコンテンツのいずれかを他の装置に出力してもよい。 (6) In the above recommendation process, the recommendation server 801 outputs the WB content that passed the screening to the user terminal 802 (see step 1910 in FIG. 19). However, the server may output the information at a pre-screening stage in order to cause another device to perform the output. For example, the server may output any one of the content action score information 1300, the content action score information 1300 reranked in step 1907, and the WB content extracted in step 1908 to another device.

同様に当該サーバは、スクリーニング前の段階で、サービス行動スコア情報1500、ステップ1912でフィルタリングされたサービス行動スコア情報1500、ステップ1913でリランキングされたサービス行動スコア情報1500、ステップ1914で抽出されたWBサービスのいずれかを他の装置に出力してもよい。 Similarly, in the pre-screening stage, the server stores the service behavior score information 1500, the service behavior score information 1500 filtered in step 1912, the service behavior score information 1500 reranked in step 1913, and the WB extracted in step 1914. Any of the services may be output to other devices.

(7)上記のレコメンド処理では、全体最適のためのスコアリング処理を定期的に実行している(図19のステップ1904参照)。しかし、このスコアリング処理を、ユーザがサイトにアクセスしたタイミングで実行するようにしてもよい。 (7) In the above recommendation processing, scoring processing for overall optimization is performed periodically (see step 1904 in FIG. 19). However, this scoring process may be executed at the timing when the user accesses the site.

同様に、個別最適のためのスコアリング処理を、ユーザがWBコンテンツを選択したタイミングで実行してもよい。この場合、レコメンドサーバ801は、ユーザに選択されたWBコンテンツに対応するWBサービスについてのみ、サービス行動スコア情報1500を生成するようにしてもよい。ここで、WBコンテンツに対応するWBサービスとは、WBコンテンツと個別領域を共有するWBサービスのことである。このようにすることで、ステップ1912のフィルタリング処理を省略することができる。 Similarly, the scoring process for individual optimization may be executed at the timing when the user selects the WB content. In this case, the recommendation server 801 may generate the service action score information 1500 only for the WB service corresponding to the WB content selected by the user. Here, a WB service corresponding to WB content is a WB service that shares an individual area with WB content. By doing so, the filtering process in step 1912 can be omitted.

(8)レコメンドサーバ801は、モデリングとスコアリングの両方をサーバ上で行っている(図19のステップ1903~1906)。しかし、モデリングは必須ではない。当該サーバは、モデリングを他の装置に実行させ、生成された学習済みモデルを当該装置から取得するようにしてもよい。 (8) The recommendation server 801 performs both modeling and scoring on the server (steps 1903-1906 in FIG. 19). However, modeling is not required. The server may cause another device to perform the modeling and obtain the generated trained model from the device.

(9)上記の実施例においてWB因子は、ウェルビーイングの観点から事業者側で潜在因子として予め定義されている。その際、事業者は、以下の方法でWB因子を定義してもよい。
まず事業者は、仮のWB因子を定義する。次に事業者は、定義した仮のWB因子についてユーザにアンケートを行う。次に事業者は、アンケート結果を因子分析等し、潜在因子を抽出する。最後に事業者は、抽出した潜在因子を正式なWB因子として定義する。
事業者はこのような方法でWB因子を定義してもよい。
(9) In the above examples, the WB factor is defined in advance as a latent factor on the business side from the viewpoint of well-being. At that time, the business operator may define the WB factor by the following method.
First, the operator defines temporary WB factors. Next, the provider conducts a questionnaire to the user regarding the defined temporary WB factors. Next, the operator performs factor analysis on the questionnaire results and extracts latent factors. Finally, the operator defines the extracted latent factors as formal WB factors.
An operator may define the WB factor in this manner.

(10)上記のレコメンド処理では、レコメンドされたWBコンテンツがユーザに選択されると、当該ユーザの因子スコア情報1100が更新される。その際、更新されたWB因子スコアは、次回のモデリングおよびスコアリングに反映されてもよい。具体的にはモデル学習モジュール911は、更新されたWB因子スコアを説明変数として全体最適モデルに学習させることで、学習済み全体最適モデルを更新してもよい。また、スコアリングモジュール912は、更新されたWB因子スコアを学習済み全体最適モデルに入力して、反応確率を推定してもよい。 (10) In the recommendation process described above, when a recommended WB content is selected by a user, the user's factor score information 1100 is updated. The updated WB factor scores may then be reflected in subsequent modeling and scoring. Specifically, the model learning module 911 may update the learned global optimum model by having the global optimum model learn the updated WB factor score as an explanatory variable. The scoring module 912 may also input the updated WB factor scores into the trained global optimal model to estimate response probabilities.

同様に、モデル学習モジュール921は、更新されたWB因子スコアを説明変数として個別最適モデルに学習させることで、学習済み個別最適モデルを更新してもよい。また、スコアリングモジュール922は、更新されたWB因子スコアを学習済み個別最適モデルに入力して、反応確率を推定してもよい。 Similarly, the model learning module 921 may update the learned individual optimum model by having the individual optimum model learn the updated WB factor score as an explanatory variable. The scoring module 922 may also input the updated WB factor scores into the trained individual optimal model to estimate response probabilities.

これらの処理の結果、対象ユーザに次回レコメンドされるWBコンテンツとWBサービスが変化する可能性がある。 As a result of these processes, there is a possibility that the WB content and WB service that will be recommended to the target user next time will change.

なお、本発明は上記した実施例に限定されるものではなく、様々な変形例が含まれる。例えば、上記した実施例は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能であり、また、ある実施例の構成に他の実施例の構成を加えることも可能である。また、各実施例の構成の一部について、他の構成の追加・削除・置換をすることが可能である。 In addition, the present invention is not limited to the above-described embodiments, and includes various modifications. For example, the above-described embodiments have been described in detail in order to explain the present invention in an easy-to-understand manner, and are not necessarily limited to those having all the described configurations. In addition, it is possible to replace part of the configuration of one embodiment with the configuration of another embodiment, and it is also possible to add the configuration of another embodiment to the configuration of one embodiment. Moreover, it is possible to add, delete, or replace a part of the configuration of each embodiment with another configuration.

また、上記の各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等によりハードウェアで実現してもよい。また、上記の各構成、機能等は、プロセッサがそれぞれの機能を実現するプログラムを解釈し、実行することによりソフトウェアで実現してもよい。各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリや、ハードディスク、SSD(Solid State Drive)等の記録装置、または、ICカード、SDカード、DVD等の記録媒体に置くことができる。 Further, each of the above configurations, functions, processing units, processing means, and the like may be realized by hardware, for example, by designing them in an integrated circuit. Moreover, each of the above configurations, functions, etc. may be realized by software by a processor interpreting and executing a program for realizing each function. Information such as programs, tables, and files that implement each function can be stored in recording devices such as memories, hard disks, SSDs (Solid State Drives), or recording media such as IC cards, SD cards, and DVDs.

また、制御線や情報線は説明上必要と考えられるものを示しており、製品上必ずしも全ての制御線や情報線を示しているとは限らない。実際には殆ど全ての構成が相互に接続されていると考えてもよい。
なお、上述の実施例は少なくとも以下に記載の構成を開示している。
(1)
コンテンツに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第1の推定モデルを学習させることで生成された第1の学習済み推定モデルを取得する第1のモデル取得部と、
複数の対象コンテンツの各々について、対象コンテンツに対応付けられた因子情報と、対象ユーザに対応付けられた因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定する第1の推定部と、
前記複数の対象コンテンツの各々について推定された反応確率に基づいて、前記複数の対象コンテンツの中から1以上の対象コンテンツを抽出する第1の抽出部と
を備えるレコメンドサーバ。
(2)
サービスに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第2の推定モデルを学習させることで生成された第2の学習済み推定モデルを取得する第2のモデル取得部と、
複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを前記第2の学習済み推定モデルに入力して、反応確率を推定する第2の推定部と、
前記複数の対象サービスの各々について推定された反応確率に基づいて、前記複数の対象サービスの中から、前記1以上の対象コンテンツと対応付けられた1以上の対象コンテンツを抽出する第2の抽出部と
をさらに備える、(1)に記載のレコメンドサーバ。
(3)
前記因子は、ユーザの潜在的な心理状態を表現するものとして定義された因子であることを特徴とする、(1)または(2)に記載のレコメンドサーバ。
(4)
前記コンテンツは、ユーザの幸福度を向上させるものとして定義されたアドバイス情報であることを特徴とする、(1)または(2)に記載のレコメンドサーバ。
(5)
前記対象ユーザに対応付けられた因子スコア情報は、前記対象ユーザが因子を重視する度合いを示す情報であることを特徴とする、(1)または(2)に記載のレコメンドサーバ。
(6)
前記第2のモデル取得部は、サービスが属する個別領域ごとに第2の学習済み推定モデルを取得し、
前記第2の推定部は、前記複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを、当該対象サービスが属する個別領域について取得された第2の学習済み推定モデルに入力して、反応確率を推定する
ことを特徴とする、(2)に記載のレコメンドサーバ。
(7)
前記1以上の対象コンテンツのうち、いずれかが前記対象ユーザにより選択されると、前記対象ユーザに対応付けられた因子スコア情報であって、当該選択された対象コンテンツに対応付けられた因子のスコア情報を更新する更新部をさらに備える、(1)または(2)に記載のレコメンドサーバ。
(8)
前記第1のモデル取得部は、前記更新された因子スコア情報を説明変数として前記第1の推定モデルに学習させることで、前記第1の学習済み推定モデルを更新することを特徴とする、(7)に記載のレコメンドサーバ。
(9)
前記第1の推定部はさらに、複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記更新された因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定することを特徴とする、(7)に記載のレコメンドサーバ。
(10)
コンピュータにより実行されるレコメンド方法であって、
コンテンツに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第1の推定モデルを学習させることで生成された第1の学習済み推定モデルを取得するステップと、
複数の対象コンテンツの各々について、対象コンテンツに対応付けられた因子情報と、対象ユーザに対応付けられた因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定するステップと、
前記複数の対象コンテンツの各々について推定された反応確率に基づいて、前記複数の対象コンテンツの中から1以上の対象コンテンツを抽出するステップと
を有するレコメンド方法。
(11)
サービスに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第2の推定モデルを学習させることで生成された第2の学習済み推定モデルを取得するステップと、
複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを前記第2の学習済み推定モデルに入力して、反応確率を推定するステップと、
前記複数の対象サービスの各々について推定された反応確率に基づいて、前記複数の対象サービスの中から、前記1以上の対象コンテンツと対応付けられた1以上の対象コンテンツを抽出するステップと
をさらに有する、(10)に記載のレコメンド方法。
(12)
前記因子は、ユーザの幸福度を向上させるものとして定義された因子であることを特徴とする、(10)または(11)に記載のレコメンド方法。
(13)
前記コンテンツは、ユーザの幸福度を向上させるものとして定義されたアドバイス情報であることを特徴とする、(10)または(11)に記載のレコメンド方法。
(14)
前記対象ユーザに対応付けられた因子スコア情報は、前記対象ユーザが因子を重視する度合いを示す情報であることを特徴とする、(10)または(11)に記載のレコメンド方法。
(15)
前記第2の学習済み推定モデルを取得するステップは、サービスが属する個別領域ごとに第2の学習済み推定モデルを取得するステップであり、
前記反応確率を推定するステップは、前記複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを、当該対象サービスが属する個別領域について生成された第2の学習済み推定モデルに入力して、反応確率を推定するステップである
ことを特徴とする、(11)に記載のレコメンド方法。
(16)
前記1以上の対象コンテンツのうち、いずれかが前記対象ユーザにより選択されると、前記対象ユーザに対応付けられた因子スコア情報であって、当該選択された対象コンテンツに対応付けられた因子のスコア情報を更新するステップをさらに有する、(10)または(11)に記載のレコメンド方法。
(17)
前記更新された因子スコア情報を説明変数として前記第1の推定モデルに学習させることで、前記第1の学習済み推定モデルを更新するステップをさらに有することを特徴とする、(16)に記載のレコメンド方法。
(18)
複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記更新された因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定するステップをさらに有することを特徴とする、(16)に記載のレコメンド方法。
(19)
コンピュータを、(1)または(2)に記載の各部として機能させるためのプログラム。
Further, the control lines and information lines indicate those considered necessary for explanation, and not all control lines and information lines are necessarily indicated on the product. In practice, it may be considered that almost all configurations are interconnected.
It should be noted that the above embodiments disclose at least the configurations described below .
(1)
A first learned estimation generated by learning a first estimation model using factor information associated with content and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. a first model acquisition unit that acquires a model;
For each of a plurality of target contents, factor information associated with the target content and factor score information associated with the target user are input to the first trained estimation model to estimate the reaction probability. 1 estimator;
a first extraction unit that extracts one or more target contents from among the plurality of target contents based on the reaction probability estimated for each of the plurality of target contents;
A recommendation server with
(2)
A second learned estimation generated by learning a second estimation model using factor information associated with a service and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. a second model acquisition unit that acquires a model;
For each of a plurality of target services, factor information associated with the target service and factor score information associated with the target user are input to the second trained estimation model to estimate the reaction probability. a second estimation unit;
a second extraction unit for extracting one or more target contents associated with the one or more target contents from among the plurality of target services based on the reaction probability estimated for each of the plurality of target services; and
The recommendation server according to (1), further comprising:
(3)
The recommendation server according to (1) or (2), wherein the factor is a factor defined as expressing a potential psychological state of the user.
(4)
The recommendation server according to (1) or (2), wherein the content is advice information defined as improving the user's happiness.
(5)
The recommendation server according to (1) or (2), wherein the factor score information associated with the target user is information indicating the degree to which the target user attaches importance to the factor.
(6)
The second model acquisition unit acquires a second trained estimation model for each individual region to which the service belongs,
For each of the plurality of target services, the second estimation unit calculates factor information associated with the target service and factor score information associated with the target user for an individual region to which the target service belongs. Input to the obtained second trained estimation model to estimate the reaction probability
The recommendation server according to (2), characterized by:
(7)
When one of the one or more target contents is selected by the target user, factor score information associated with the target user, the score of the factor associated with the selected target content. The recommendation server according to (1) or (2), further comprising an update unit that updates information.
(8)
The first model acquisition unit updates the first trained estimation model by causing the first estimation model to learn the updated factor score information as an explanatory variable, The recommendation server described in 7).
(9)
The first estimation unit further inputs factor information associated with the target service and the updated factor score information into the first trained estimation model for each of a plurality of target services, The recommendation server according to (7), characterized by estimating a reaction probability.
(10)
A computer-implemented recommendation method comprising:
A first learned estimation generated by learning a first estimation model using factor information associated with content and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. obtaining a model;
A step of inputting factor information associated with the target content and factor score information associated with the target user into the first pre-trained estimation model for each of a plurality of target contents, and estimating the reaction probability. and,
extracting one or more target contents from among the plurality of target contents based on the reaction probability estimated for each of the plurality of target contents;
A recommendation method with
(11)
A second learned estimation generated by learning a second estimation model using factor information associated with a service and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. obtaining a model;
For each of a plurality of target services, factor information associated with the target service and factor score information associated with the target user are input to the second trained estimation model to estimate the reaction probability. a step;
extracting one or more target contents associated with the one or more target contents from among the plurality of target services based on the reaction probability estimated for each of the plurality of target services;
Further having, the recommendation method according to (10).
(12)
The recommendation method according to (10) or (11), wherein the factor is a factor defined as improving the user's happiness level.
(13)
The recommendation method according to (10) or (11), wherein the content is advice information defined as improving the user's happiness.
(14)
The recommendation method according to (10) or (11), wherein the factor score information associated with the target user is information indicating the degree to which the target user attaches importance to the factor.
(15)
The step of acquiring the second trained estimation model is a step of acquiring the second trained estimation model for each individual region to which the service belongs,
In the step of estimating the reaction probability, for each of the plurality of target services, factor information associated with the target service and factor score information associated with the target user are obtained in an individual region to which the target service belongs. estimating the reaction probability by inputting to the second trained estimation model generated for
The recommendation method according to (11), characterized by:
(16)
When one of the one or more target contents is selected by the target user, factor score information associated with the target user, the score of the factor associated with the selected target content. The recommendation method according to (10) or (11), further comprising a step of updating information.
(17)
The method according to (16), further comprising updating the first trained estimation model by having the first estimation model learn the updated factor score information as an explanatory variable. Recommendation method.
(18)
inputting the factor information associated with the target service and the updated factor score information into the first trained estimation model for each of a plurality of target services, and estimating the reaction probability; The recommendation method according to (16), characterized by:
(19)
A program for causing a computer to function as each part described in (1) or (2).

800…情報処理システム、801…レコメンドサーバ、802…ユーザ端末、911…モデル学習モジュール、912…スコアリングモジュール、913…リランキングモジュール、914…抽出モジュール、915…スクリーニングモジュール、916…レコメンドモジュール、917…行動ログ管理モジュール、921…モデル学習モジュール、922…スコアリングモジュール、923…フィルタリングモジュール、924…リランキングモジュール、925…抽出モジュール、926…スクリーニングモジュール、927…レコメンドモジュール、928…行動ログ管理モジュール、931…マイページモジュール、932…ユーザ情報管理モジュール、941…画面データ、942…イメージ画像データ、1000…ユーザ属性情報、1100…因子スコア情報、1200…コンテンツ行動ログ、1300…コンテンツ行動スコア情報、1400…サービス行動ログ、1500…サービス行動スコア情報、1600…コンテンツ情報、1700…サービス情報、1800…活動ログ

800... Information processing system, 801... Recommendation server, 802... User terminal, 911... Model learning module, 912... Scoring module, 913... Reranking module, 914... Extraction module, 915... Screening module, 916... Recommendation module, 917 Behavior log management module 921 Model learning module 922 Scoring module 923 Filtering module 924 Reranking module 925 Extraction module 926 Screening module 927 Recommendation module 928 Behavior log management module , 931... My page module, 932... User information management module, 941... Screen data, 942... Image image data, 1000... User attribute information, 1100... Factor score information, 1200... Content action log, 1300... Content action score information, 1400... Service action log 1500... Service action score information 1600... Content information 1700... Service information 1800... Activity log

Claims (15)

コンテンツに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第1の推定モデルを学習させることで生成された第1の学習済み推定モデルを取得する第1のモデル取得部と、
複数の対象コンテンツの各々について、対象コンテンツに対応付けられた因子情報と、対象ユーザに対応付けられた因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定する第1の推定部と、
前記複数の対象コンテンツの各々について推定された反応確率に基づいて、前記複数の対象コンテンツの中から1以上の対象コンテンツを抽出する第1の抽出部と
を備え
前記因子は、ユーザの潜在的な心理状態を表現するものとして定義された因子であり、
前記対象ユーザに対応付けられた因子スコア情報は、前記対象ユーザが因子を重視する度合いを示す情報である
ことを特徴とするレコメンドサーバ。
A first learned estimation generated by learning a first estimation model using factor information associated with content and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. a first model acquisition unit that acquires a model;
For each of a plurality of target contents, factor information associated with the target content and factor score information associated with the target user are input to the first trained estimation model to estimate the reaction probability. 1 estimator;
a first extraction unit that extracts one or more target contents from among the plurality of target contents based on the reaction probability estimated for each of the plurality of target contents ;
The factor is a factor defined as expressing a potential psychological state of the user,
The factor score information associated with the target user is information indicating the degree to which the target user places importance on the factor.
A recommendation server characterized by :
サービスに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第2の推定モデルを学習させることで生成された第2の学習済み推定モデルを取得する第2のモデル取得部と、
複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを前記第2の学習済み推定モデルに入力して、反応確率を推定する第2の推定部と、
前記複数の対象サービスの各々について推定された反応確率に基づいて、前記複数の対象サービスの中から、前記1以上の対象コンテンツと対応付けられた1以上の対象コンテンツを抽出する第2の抽出部と
をさらに備える、請求項1に記載のレコメンドサーバ。
A second learned estimation generated by learning a second estimation model using factor information associated with a service and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. a second model acquisition unit that acquires a model;
For each of a plurality of target services, factor information associated with the target service and factor score information associated with the target user are input to the second trained estimation model to estimate the reaction probability. a second estimation unit;
a second extraction unit for extracting one or more target contents associated with the one or more target contents from among the plurality of target services based on the reaction probability estimated for each of the plurality of target services; The recommendation server of claim 1, further comprising: and.
前記コンテンツは、ユーザの幸福度を向上させるものとして定義されたアドバイス情報であることを特徴とする、請求項1または2に記載のレコメンドサーバ。 3. The recommendation server according to claim 1, wherein said content is advice information defined as improving the user's happiness. 前記第2のモデル取得部は、サービスが属する個別領域ごとに第2の学習済み推定モデルを取得し、
前記第2の推定部は、前記複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを、当該対象サービスが属する個別領域について取得された第2の学習済み推定モデルに入力して、反応確率を推定する
ことを特徴とする、請求項2に記載のレコメンドサーバ。
The second model acquisition unit acquires a second trained estimation model for each individual region to which the service belongs,
For each of the plurality of target services, the second estimation unit calculates factor information associated with the target service and factor score information associated with the target user for an individual region to which the target service belongs. 3. The recommendation server according to claim 2, wherein the response probability is estimated by inputting to the obtained second trained estimation model.
前記1以上の対象コンテンツのうち、いずれかが前記対象ユーザにより選択されると、前記対象ユーザに対応付けられた因子スコア情報であって、当該選択された対象コンテンツに対応付けられた因子のスコア情報を更新する更新部をさらに備える、請求項1または2に記載のレコメンドサーバ。 When one of the one or more target contents is selected by the target user, factor score information associated with the target user, the score of the factor associated with the selected target content. 3. The recommendation server according to claim 1, further comprising an update unit that updates information. 前記第1のモデル取得部は、前記更新された因子スコア情報を説明変数として前記第1の推定モデルに学習させることで、前記第1の学習済み推定モデルを更新することを特徴とする、請求項に記載のレコメンドサーバ。 The first model acquisition unit updates the first trained estimation model by causing the first estimation model to learn the updated factor score information as an explanatory variable. Item 5. The recommendation server according to Item 5 . 前記第1の推定部はさらに、複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記更新された因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定することを特徴とする、請求項に記載のレコメンドサーバ。 The first estimation unit further inputs factor information associated with the target service and the updated factor score information into the first trained estimation model for each of a plurality of target services, 6. The recommendation server according to claim 5 , which estimates reaction probability. コンピュータにより実行されるレコメンド方法であって、
コンテンツに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第1の推定モデルを学習させることで生成された第1の学習済み推定モデルを取得するステップと、
複数の対象コンテンツの各々について、対象コンテンツに対応付けられた因子情報と、対象ユーザに対応付けられた因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定するステップと、
前記複数の対象コンテンツの各々について推定された反応確率に基づいて、前記複数の対象コンテンツの中から1以上の対象コンテンツを抽出するステップと
を有し、
前記因子は、ユーザの幸福度を向上させるものとして定義された因子であり、
前記対象ユーザに対応付けられた因子スコア情報は、前記対象ユーザが因子を重視する度合いを示す情報である
ことを特徴とするレコメンド方法。
A computer-implemented recommendation method comprising:
A first learned estimation generated by learning a first estimation model using factor information associated with content and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. obtaining a model;
A step of inputting factor information associated with the target content and factor score information associated with the target user into the first pre-trained estimation model for each of a plurality of target contents, and estimating the reaction probability. and,
extracting one or more target contents from among the plurality of target contents based on the reaction probability estimated for each of the plurality of target contents ;
The factor is a factor defined as improving the user's happiness,
The factor score information associated with the target user is information indicating the degree to which the target user places importance on the factor.
A recommendation method characterized by :
サービスに対応付けられた因子情報と、ユーザに対応付けられた因子スコア情報とを説明変数とし、反応確率を目的変数として第2の推定モデルを学習させることで生成された第2の学習済み推定モデルを取得するステップと、
複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを前記第2の学習済み推定モデルに入力して、反応確率を推定するステップと、
前記複数の対象サービスの各々について推定された反応確率に基づいて、前記複数の対象サービスの中から、前記1以上の対象コンテンツと対応付けられた1以上の対象コンテンツを抽出するステップと
をさらに有する、請求項に記載のレコメンド方法。
A second learned estimation generated by learning a second estimation model using factor information associated with a service and factor score information associated with a user as explanatory variables and reaction probability as an objective variable. obtaining a model;
For each of a plurality of target services, factor information associated with the target service and factor score information associated with the target user are input to the second trained estimation model to estimate the reaction probability. a step;
extracting one or more target contents associated with the one or more target contents from among the plurality of target services based on the reaction probability estimated for each of the plurality of target services. , the recommendation method according to claim 8 .
前記コンテンツは、ユーザの幸福度を向上させるものとして定義されたアドバイス情報であることを特徴とする、請求項またはに記載のレコメンド方法。 10. The recommendation method according to claim 8 , wherein said content is advice information defined as improving the user's happiness. 前記第2の学習済み推定モデルを取得するステップは、サービスが属する個別領域ごとに第2の学習済み推定モデルを取得するステップであり、
前記反応確率を推定するステップは、前記複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記対象ユーザに対応付けられた因子スコア情報とを、当該対象サービスが属する個別領域について生成された第2の学習済み推定モデルに入力して、反応確率を推定するステップである
ことを特徴とする、請求項に記載のレコメンド方法。
The step of acquiring the second trained estimation model is a step of acquiring the second trained estimation model for each individual region to which the service belongs,
In the step of estimating the reaction probability, for each of the plurality of target services, factor information associated with the target service and factor score information associated with the target user are obtained in an individual region to which the target service belongs. 10. The recommendation method according to claim 9 , wherein the step of estimating the reaction probability by inputting to the second trained estimation model generated for.
前記1以上の対象コンテンツのうち、いずれかが前記対象ユーザにより選択されると、前記対象ユーザに対応付けられた因子スコア情報であって、当該選択された対象コンテンツに対応付けられた因子のスコア情報を更新するステップをさらに有する、請求項またはに記載のレコメンド方法。 When one of the one or more target contents is selected by the target user, factor score information associated with the target user, the score of the factor associated with the selected target content. 10. The recommendation method according to claim 8 , further comprising a step of updating information. 前記更新された因子スコア情報を説明変数として前記第1の推定モデルに学習させることで、前記第1の学習済み推定モデルを更新するステップをさらに有することを特徴とする、請求項12に記載のレコメンド方法。 13. The method according to claim 12 , further comprising updating the first trained estimation model by having the first estimation model learn the updated factor score information as an explanatory variable. Recommendation method. 複数の対象サービスの各々について、対象サービスに対応付けられた因子情報と、前記更新された因子スコア情報とを前記第1の学習済み推定モデルに入力して、反応確率を推定するステップをさらに有することを特徴とする、請求項12に記載のレコメンド方法。 inputting the factor information associated with the target service and the updated factor score information into the first trained estimation model for each of a plurality of target services, and estimating the reaction probability; 13. The recommendation method according to claim 12 , characterized by: コンピュータを、請求項1または2に記載の各部として機能させるためのプログラム。 A program for causing a computer to function as each unit according to claim 1 or 2.
JP2022206461A 2022-12-23 2022-12-23 Recommendation server, recommendation method and program Active JP7325598B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022206461A JP7325598B1 (en) 2022-12-23 2022-12-23 Recommendation server, recommendation method and program
JP2023125819A JP2024091253A (en) 2022-12-23 2023-08-01 Recommendation server, recommendation method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022206461A JP7325598B1 (en) 2022-12-23 2022-12-23 Recommendation server, recommendation method and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2023125819A Division JP2024091253A (en) 2022-12-23 2023-08-01 Recommendation server, recommendation method and program

Publications (2)

Publication Number Publication Date
JP7325598B1 true JP7325598B1 (en) 2023-08-14
JP2024090508A JP2024090508A (en) 2024-07-04

Family

ID=87563175

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2022206461A Active JP7325598B1 (en) 2022-12-23 2022-12-23 Recommendation server, recommendation method and program
JP2023125819A Pending JP2024091253A (en) 2022-12-23 2023-08-01 Recommendation server, recommendation method and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2023125819A Pending JP2024091253A (en) 2022-12-23 2023-08-01 Recommendation server, recommendation method and program

Country Status (1)

Country Link
JP (2) JP7325598B1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007058398A (en) * 2005-08-23 2007-03-08 Kddi Corp Content recommendation device, content recommendation method and computer program
JP2013206407A (en) * 2012-03-29 2013-10-07 Nippon Telegr & Teleph Corp <Ntt> Information recommendation method, device and program
JP2017182663A (en) * 2016-03-31 2017-10-05 日本電気株式会社 Content management device, content management method, and program
JP2021103542A (en) * 2017-12-21 2021-07-15 ヤフー株式会社 Information providing device, information providing method, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007058398A (en) * 2005-08-23 2007-03-08 Kddi Corp Content recommendation device, content recommendation method and computer program
JP2013206407A (en) * 2012-03-29 2013-10-07 Nippon Telegr & Teleph Corp <Ntt> Information recommendation method, device and program
JP2017182663A (en) * 2016-03-31 2017-10-05 日本電気株式会社 Content management device, content management method, and program
JP2021103542A (en) * 2017-12-21 2021-07-15 ヤフー株式会社 Information providing device, information providing method, and program

Also Published As

Publication number Publication date
JP2024090508A (en) 2024-07-04
JP2024091253A (en) 2024-07-04

Similar Documents

Publication Publication Date Title
US9965553B2 (en) User agent with personality
Teachman The childhood living arrangements of children and the characteristics of their marriages
US8612869B2 (en) Peer-to-peer access of personalized profiles using content intermediary
US10969927B2 (en) Displaying information using expandable widgets
CA2842255C (en) A recommendation engine that processes data including user data to provide recommendations and explanations for the recommendations to a user
US20070067210A1 (en) Systems and methods for creating and maintaining a market intelligence portal
Reidsma Masked by trust: Bias in library discovery
CN112000894A (en) Health management information pushing method, device, equipment and storage medium
Al-Ramahi et al. Discovering design principles for health behavioral change support systems: A text mining approach
JP5667466B2 (en) Display order control system, method and program based on closeness between users, and information processing system, method and program for determining closeness between users to be reflected in display order
US11309082B2 (en) System and method for monitoring engagement
CN101490673A (en) Online systems, methods, and interfaces for providing pharmaceutical information
US11558324B2 (en) Method and system for dynamically generating a card
EP4009190A1 (en) Information retrieval system, method and computer program product
US20190213611A1 (en) System for online polling
US8346799B1 (en) Recent content rank adjustment with inverted decay
JPWO2006137479A1 (en) Web Advertising System and Web Advertising Program
US10976901B1 (en) Method and system to share information
Schwab et al. Information Competition in Disruptive Media Markets: Investigating Competition and User Selection on Google
JP7325598B1 (en) Recommendation server, recommendation method and program
JP7553937B2 (en) Evaluation system, evaluation method, and program
JP6457152B1 (en) Server device and terminal device
JP7117043B1 (en) CONTENT VIEWING DEVICE, CONTENT VIEWING METHOD, AND PROGRAM
JP7510026B1 (en) Selection system and selection program
JP7465502B2 (en) Parent-child health survey support system, parent-child health survey support device, and data processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221227

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20221227

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230328

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230424

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230801

R150 Certificate of patent or registration of utility model

Ref document number: 7325598

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150