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

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

Info

Publication number
JP7249375B2
JP7249375B2 JP2021068563A JP2021068563A JP7249375B2 JP 7249375 B2 JP7249375 B2 JP 7249375B2 JP 2021068563 A JP2021068563 A JP 2021068563A JP 2021068563 A JP2021068563 A JP 2021068563A JP 7249375 B2 JP7249375 B2 JP 7249375B2
Authority
JP
Japan
Prior art keywords
action
action history
information
history information
user
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
JP2021068563A
Other languages
Japanese (ja)
Other versions
JP2022163557A (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.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2021068563A priority Critical patent/JP7249375B2/en
Publication of JP2022163557A publication Critical patent/JP2022163557A/en
Application granted granted Critical
Publication of JP7249375B2 publication Critical patent/JP7249375B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、ユーザに対する情報のレコメンド等に応用可能なモデルを生成する情報処理装置、情報処理方法、及び情報処理プログラムに関する。 The present invention relates to an information processing apparatus, an information processing method, and an information processing program for generating a model that can be applied to recommending information to a user.

従来、ユーザに対して情報をレコメンドするシステムが知られている(例えば、特許文献1参照)。このシステムでは、ユーザが所有する携帯端末からユーザの行動履歴情報を取得し、将来におけるレコメンド情報の有用度を、分類モデルを用いて算出し、有用度が高いレコメンド情報をユーザに配信する。また、レコメンド情報に対するユーザの反応を反応履歴情報として取得する。
そして、このシステムでは、所定時刻前の行動履歴情報と、所定時刻後の反応履歴情報とを用いて、分類モデルを生成する。モデルの生成では、教師データを構成する行動履歴情報が示すユーザの行動を示す特徴量ベクトルを生成し、反応履歴情報がレコメンド情報に対応する行動を含む場合を正例、反応履歴情報がレコメンド情報に対応しない場合に負例として機械学習を行う。すなわち、この分類モデルは、ユーザの各々の行動に対応した特徴ベクトルを入力として、レコメンド情報に対応する行動が行われた確率を有用度として出力する。
2. Description of the Related Art Conventionally, a system for recommending information to a user is known (see Patent Document 1, for example). This system acquires the user's action history information from the mobile terminal owned by the user, calculates the usefulness of recommended information in the future using a classification model, and distributes highly useful recommended information to the user. Also, the user's reaction to the recommendation information is acquired as reaction history information.
Then, in this system, a classification model is generated using action history information before a predetermined time and reaction history information after a predetermined time. In model generation, a feature vector is generated that indicates the user's behavior indicated by the behavior history information that constitutes the teacher data. Machine learning is performed as a negative example when it does not correspond to . That is, this classification model receives as input a feature vector corresponding to each action of the user, and outputs the probability that the action corresponding to the recommendation information was performed as the usefulness.

特開2018-132860号公報JP 2018-132860 A

特許文献1に記載のようなシステムで用いられる従来の分類モデルは、ユーザの個々の行動情報を教師データとしてモデルを生成する。この場合、各行動情報の特徴ベクトルにより、それぞれの行動の類似度を算出することはできるが、その行動情報のみに基づいた情報となる。例えば、オンラインショッピングを利用するユーザが、商品Aのコンテンツを閲覧(第1行動)、商品Bのコンテンツを閲覧(第2行動)との順で行動を行った場合、各々の行動に対するベクトルを算出することで、商品Aに対する特徴ベクトル、商品Bに対する特徴ベクトルを算出できる。しかし、商品Aを見た後に商品Bを見た、といった一連の流れが考慮されない。つまり、ユーザの行動履歴が入力されることで、第1行動に対して商品Aに類似する商品、第2行動に対して商品Bに類似する商品を、モデルから出力される各商品の有用度(スコア)に基づいて判定することができる。しかしながら、第1行動に対して、商品Bやその類似する商品をレコメンドすることはできない。このような実情に鑑み、ユーザの行動に対応してより広い範囲の情報を出力可能なモデルが求められている。 A conventional classification model used in a system such as that described in Patent Literature 1 generates a model using individual behavior information of users as training data. In this case, it is possible to calculate the degree of similarity of each action from the feature vector of each action information, but the information is based only on the action information. For example, if an online shopping user browses the content of product A (first action) and then browses the content of product B (second action), vectors for each action are calculated. By doing so, a feature vector for product A and a feature vector for product B can be calculated. However, a series of flow such as seeing the product A and then seeing the product B is not taken into account. In other words, by inputting the user's action history, a product similar to product A for the first action and a product similar to product B for the second action are output from the model. (score). However, it is not possible to recommend the product B or similar products to the first action. In view of such circumstances, there is a demand for a model capable of outputting a wider range of information in response to user behavior.

本発明は、ユーザの行動に対して広い範囲の情報を出力可能なモデルを生成する情報処理装置、情報処理方法、及び情報処理プログラムを提供することを目的とする。 An object of the present invention is to provide an information processing apparatus, an information processing method, and an information processing program that generate a model capable of outputting a wide range of information regarding user behavior.

本発明の情報処理装置は、ユーザの行動の種別である行動種別と、当該行動の対象のタイトルと、当該行動が実施された時点とを含む行動履歴情報を取得する行動履歴取得部と、時系列に沿った複数の前記行動履歴情報を教師データとして用い、前記行動履歴情報が入力されることで、前記行動履歴情報に対応した前記対象を示す推奨情報を出力するモデルを生成するモデル生成部と、を備える。 An information processing apparatus according to the present invention includes an action history acquisition unit that acquires action history information including an action type that is a type of action of a user, a title of a target of the action, and a time point at which the action is performed; A model generation unit that generates a model that outputs recommended information indicating the target corresponding to the action history information by using the plurality of the action history information along the series as teacher data and inputting the action history information. And prepare.

本発明では、時系列に沿った複数の行動履歴情報を教師データとしてモデルを生成する。よって、連続するユーザの行動履歴の遷移を考慮した機械学習が可能となる。このような機械学習によって生成されたモデルでは、ユーザの行動に対する推奨対象の範囲をより広げることができる。つまり、ユーザの1つの行動履歴のみでは、推奨対象とされなかった対象でも、前後の行動履歴を学習することで、推奨対象となる可能性が高くなり、ユーザに対して、より広い範囲で推奨対象をレコメンドできる。 In the present invention, a model is generated using a plurality of time-series action history information as teacher data. Therefore, it is possible to perform machine learning that considers the transition of successive user action histories. Models generated by such machine learning can broaden the range of recommendations for user behavior. In other words, even if a target is not recommended based on only one action history of the user, the possibility of being recommended is increased by learning the previous and subsequent action history, and the user can be recommended in a wider range. Target can be recommended.

本発明に係る一実施形態の情報処理システムの概略構成を示す概略図。1 is a schematic diagram showing a schematic configuration of an information processing system according to an embodiment of the present invention; FIG. 本実施形態の情報処理装置の概略構成を示すブロック図。1 is a block diagram showing a schematic configuration of an information processing apparatus according to an embodiment; FIG. 本実施形態の情報処理方法に係る目標値の設定処理を示すフローチャート。4 is a flowchart showing target value setting processing according to the information processing method of the present embodiment. 本実施形態の情報処理方法に係るレコメンド情報の配信処理を示すフローチャート。4 is a flowchart showing recommendation information distribution processing according to the information processing method of the present embodiment.

以下、本発明に係る一実施形態について図面に基づいて説明する。
[1.情報処理システムの全体構成]
図1は、本実施形態の情報処理システムの概略構成を示す概略図である。
図1に示すように、本実施形態の情報処理システム1は、情報処理装置であるサーバ装置10と、ユーザ端末20とが、インターネット等のネットワークを介して通信可能に接続されている。
この情報処理システム1では、例えば、ユーザ端末20で、所定のコンテンツ等を表示させた際に、サーバ装置10からユーザ端末20に、お勧め商品等を紹介するレコメンド情報を配信してコンテンツ内に表示させる。なお、コンテンツは、所定のアプリケーションを実行した際にディスプレイに表示される情報であり、例えば、ブラウザ上で閲覧可能なウェブページや、メールソフト等で閲覧可能なメッセージ、ゲーム等の所定のアプリケーションを実行した際に表示される画像等を含む。
An embodiment according to the present invention will be described below with reference to the drawings.
[1. Overall configuration of information processing system]
FIG. 1 is a schematic diagram showing a schematic configuration of an information processing system according to this embodiment.
As shown in FIG. 1, in an information processing system 1 of the present embodiment, a server device 10, which is an information processing device, and user terminals 20 are communicably connected via a network such as the Internet.
In this information processing system 1, for example, when predetermined content or the like is displayed on the user terminal 20, recommendation information introducing recommended products or the like is distributed from the server device 10 to the user terminal 20 and included in the content. display. The content is information displayed on the display when a predetermined application is executed. Includes images displayed when executed.

[2.サーバ装置10の構成]
図2は、サーバ装置10の概略構成を示すブロック図である。
サーバ装置10は、コンピュータにより構成され、本発明の情報処理装置として機能する。このサーバ装置10は、通信部11と、記憶部12と、制御部13と、等を含んで構成されている。なお、サーバ装置10を構成するコンピュータの数は特に限定されない。例えば、1台のコンピュータによってサーバ装置10が構成されてもよく、複数のコンピュータをネットワークで接続して構築されるクラウドサーバをサーバ装置10としてもよい。
通信部11は、例えばLAN等を介してネットワーク(インターネット)に接続されており、ユーザ端末20等と通信する。
[2. Configuration of server device 10]
FIG. 2 is a block diagram showing a schematic configuration of the server device 10. As shown in FIG.
The server device 10 is configured by a computer and functions as an information processing device of the present invention. The server device 10 includes a communication section 11, a storage section 12, a control section 13, and the like. Note that the number of computers constituting the server device 10 is not particularly limited. For example, the server device 10 may be configured by one computer, or a cloud server constructed by connecting a plurality of computers via a network may be used as the server device 10 .
The communication unit 11 is connected to a network (Internet) via a LAN or the like, and communicates with the user terminal 20 or the like.

[2-1.記憶部12の構成]
記憶部12は、例えばメモリ、ハードディスク等により構成されたデータ記録装置である。この記憶部12は、ユーザ情報記憶部121、レコメンド対象記憶部122、ジャンル記憶部123等を備えている。また、記憶部12には、サーバ装置10を制御するための情報処理プログラム(ソフトウェア)が記録されている。なお、ここでは、サーバ装置10の記憶部12に、ユーザ情報記憶部121、レコメンド対象記憶部122、及びジャンル記憶部123が設けられる例を示すが、サーバ装置10とネットワークを介して通信可能に接続された他のデータサーバやクラウドストレージに、これらの各種データベースが設けられる構成としてもよい。
[2-1. Configuration of storage unit 12]
The storage unit 12 is a data recording device configured by, for example, a memory, a hard disk, or the like. The storage unit 12 includes a user information storage unit 121, a recommendation target storage unit 122, a genre storage unit 123, and the like. An information processing program (software) for controlling the server device 10 is recorded in the storage unit 12 . Here, an example in which a user information storage unit 121, a recommendation target storage unit 122, and a genre storage unit 123 are provided in the storage unit 12 of the server device 10 is shown, but communication with the server device 10 via a network is possible. These various databases may be provided in other connected data servers or cloud storages.

[2-1―1.ユーザ情報記憶部121に記憶される情報]
ユーザ情報記憶部121は、本システムを利用するユーザに関する各種情報を記録したデータベースであり、個々のユーザ毎のユーザ情報が記憶されている。
このユーザ情報には、例えば、ユーザID、ユーザ名、及びユーザ属性等のユーザ自身の情報の他、ユーザの行動履歴情報が含まれる。
[2-1-1. Information stored in user information storage unit 121]
The user information storage unit 121 is a database that records various kinds of information about users who use this system, and stores user information for each individual user.
This user information includes, for example, the user's own information such as the user ID, user name, and user attributes, as well as the user's action history information.

ユーザIDは、ユーザを識別するための識別情報である。ユーザ名は、ユーザIDで特定されるユーザのアカウント名である。ユーザ属性は、ユーザIDで特定されるユーザに関する各種情報であり、例えば、ユーザの性別、年齢、居所、職業、年収、趣味等の様々なユーザに関する情報が記録される。 A user ID is identification information for identifying a user. The user name is the account name of the user identified by the user ID. The user attribute is various information about the user identified by the user ID, and records various information about the user such as the user's sex, age, location, occupation, annual income, and hobbies, for example.

ユーザの行動履歴情報としては、インターネット上の各種オンライン行動の他、各オフライン行動の履歴を含めてもよい。オンライン行動としては、例えば、オンラインショッピングにおける行動、検索処理に係る行動、ニュース等の所定のコンテンツにおける閲覧行動、SNS(ソーシャルネットワーキングサービス)におけるフォロー、ニュースコンテンツにおける記事の閲覧等が挙げられる。
また、オフライン行動としては、例えば、ユーザ端末20で計測されるユーザの移動履歴(位置履歴)、ユーザ端末の操作履歴、店舗等で行った電子決済による決済履歴等が挙げられる。
本実施形態では、一例として、オンラインショッピングにおける行動による行動履歴情報を挙げる。また、オンラインショッピングにおける行動として、本実施形態では、ユーザが商品を閲覧した場合の閲覧履歴、商品をウォッチリストやお気に入り等のショートカット登録を行った場合の登録履歴、商品を購入した旨の購入履歴を例示する。これらの行動履歴には、それぞれ、行動の種別(閲覧、登録、購入等)、行動の対象のタイトル(商品名)、行動が実施された時点(タイムスタンプ)が含まれる。
The user's action history information may include the history of each offline action in addition to various online actions on the Internet. Online behaviors include, for example, online shopping behaviors, search processing behaviors, browsing behaviors in predetermined content such as news, follow-up on SNS (Social Networking Service), reading articles in news content, and the like.
Offline actions include, for example, a user's movement history (position history) measured by the user terminal 20, a user terminal operation history, and a payment history by electronic payment performed at a store.
In the present embodiment, as an example, action history information based on actions in online shopping will be given. In addition, as actions in online shopping, in this embodiment, the browsing history when the user browses the product, the registration history when the product is registered as a watch list or a shortcut such as a favorite, the purchase history of purchasing the product is exemplified. Each of these action histories includes the type of action (browsing, registration, purchase, etc.), the title of the target of the action (product name), and the point in time (time stamp) when the action was performed.

[2-1―2.レコメンド対象記憶部122に記憶される情報]
レコメンド対象記憶部122は、ユーザ端末20に送信するレコメンド情報に含ませる対象の広告情報が記録される。広告情報には、例えば広告ID、対象のタイトル、対象ジャンル、対象詳細情報等が含まれる。
広告IDは、広告情報を識別する識別情報である。
対象のタイトルは、広告対象(対象)の名称である。
対象ジャンルは、広告対象を階層構造のジャンルに分類した際の各階層のジャンル名を記憶する。ここでの階層構造とは、複数の第一カテゴリ、各第一カテゴリの下位として従属する第二カテゴリ、第二カテゴリの下位として従属する第三カテゴリ等のように、複数の階層カテゴリをツリー状に分類した構造である。例えば、広告対象が「〇〇車純正バンパー」である場合、第一カテゴリが「自動車」、第二カテゴリが「パーツ」、第三カテゴリが「バンパー」、とのカテゴリが記録される。
対象詳細情報は、広告対象の詳細な各種情報であり、例えば、対象商品の価格、対象商品の出品者の連絡先、支払い方法、対象商品の画像、対象商品や出品者に対する評価等が含まれてもよい。
[2-1-2. Information stored in recommendation target storage unit 122]
The recommendation target storage unit 122 records target advertisement information to be included in the recommendation information to be transmitted to the user terminal 20 . The advertisement information includes, for example, an advertisement ID, target title, target genre, target detailed information, and the like.
The advertisement ID is identification information that identifies advertisement information.
The target title is the name of the advertisement target (target).
The target genre stores the genre name of each layer when the advertisement target is classified into hierarchically structured genres. Hierarchical structure here refers to multiple hierarchical categories such as multiple first categories, second categories that are subordinate to each first category, and third categories that are subordinate to the second category. It is a structure classified into For example, if the advertisement target is "00 car genuine bumper", the first category is "automobile", the second category is "parts", and the third category is "bumper".
Target detailed information is various kinds of detailed information about the advertisement target, and includes, for example, the price of the target product, the contact information of the seller of the target product, the payment method, the image of the target product, the evaluation of the target product and the seller, etc. may

なお、広告情報は、商品を出品(販売)する出品者が登録する情報であるが、上記の全ての情報が出品者により登録されていなくてもよく、少なくとも対象のタイトルが含まれていればよい。例えば、対象ジャンルについて、サーバ装置10が、対象のタイトルに対応するジャンルをジャンル記憶部123から読み取り広告情報に登録してもよい。 Advertising information is information registered by the seller who exhibits (sells) products, but it is not necessary for all of the above information to be registered by the seller, as long as at least the target title is included. good. For example, with respect to the target genre, the server device 10 may read the genre corresponding to the target title from the genre storage unit 123 and register it in the advertisement information.

[2-1―3.ジャンル記憶部123に記憶される情報]
ジャンル記憶部123には、上述した対象に対応するジャンルが記録されている。
具体的には、ジャンル記憶部123には、上述したような階層構造のジャンルが記録されており、最下層のカテゴリに対して、対応する広告対象が関連付けられている。例えば、最下層のカテゴリに対して、広告対象のタイトルが関連付けられて記憶されていてもよく、広告対象の商品コード(製造コード)等が関連付けられて記憶されていてもよい。
[2-1-3. Information stored in genre storage unit 123]
The genre storage unit 123 stores genres corresponding to the above-described objects.
Specifically, the genres of the hierarchical structure as described above are recorded in the genre storage unit 123, and the corresponding advertisement target is associated with the lowest category. For example, the lowest category may be stored in association with a title to be advertised, or may be stored in association with a product code (manufacturing code) or the like to be advertised.

[2-2.制御部13の機能構成]
制御部13は、CPU(Central Processing Unit)等の演算回路、RAM(Random Access Memory)等の記録回路により構成される。制御部13は、記憶部12等に記録されている情報処理プログラムをRAMに展開し、RAMに展開されたプログラムとの協働により各種処理を実行する。そして、制御部13は、記憶部12に記録された情報処理プログラムを読み込み実行することで、図2に示すように、ユーザ情報登録部131、行動履歴取得部132、モデル生成部133、及びレコメンド配信部134等として機能する。
[2-2. Functional Configuration of Control Unit 13]
The control unit 13 includes an arithmetic circuit such as a CPU (Central Processing Unit) and a recording circuit such as a RAM (Random Access Memory). The control unit 13 expands the information processing program recorded in the storage unit 12 or the like into the RAM, and executes various processes in cooperation with the program expanded into the RAM. By reading and executing the information processing program recorded in the storage unit 12, the control unit 13, as shown in FIG. It functions as the distribution unit 134 and the like.

ユーザ情報登録部131は、インターネットを介してユーザ端末20からユーザに関する登録情報を取得し、ユーザ情報記憶部121のユーザ情報の更新、または、ユーザ情報の新規登録を実施する。
行動履歴取得部132は、ユーザ端末20からユーザの行動履歴情報を取得し、取得したユーザ情報記憶部121の対応するユーザ情報の行動情報として登録する。
The user information registration unit 131 acquires registration information about the user from the user terminal 20 via the Internet, and updates the user information in the user information storage unit 121 or newly registers the user information.
The action history acquisition unit 132 acquires the user's action history information from the user terminal 20 and registers the acquired user information in the user information storage unit 121 as the action information of the corresponding user information.

モデル生成部133は、取得したユーザの行動履歴情報に基づいて、ユーザの行動に対してレコメンドする推奨対象(広告対象)を出力するモデルを生成する。
当該モデルは、入力されたユーザの行動履歴情報の特徴ベクトルに対して、類似するベクトルの推奨対象を出力する。出力される推奨対象は、特徴ベクトルが類似する所定数の広告対象であってもよく、類似度が所定割合以上となる全ての推奨対象であってもよい。
The model generating unit 133 generates a model for outputting a recommended target (advertising target) to be recommended for the user's behavior based on the acquired user's behavior history information.
The model outputs a recommended target of a vector similar to the input feature vector of the action history information of the user. The recommended targets to be output may be a predetermined number of advertising targets with similar feature vectors, or may be all recommended targets with similarities equal to or greater than a predetermined percentage.

このモデル生成部133は、第一生成部133A、及び第二生成部133Bを含む。
第一生成部133Aは、ユーザ情報の行動情報、及びジャンル記憶部123のジャンル情報に基づいて、モデルを生成するための教師データを生成する。
本実施形態では、第一生成部133Aは、行動履歴情報のタイムスタンプに基づき、時系列に沿って複数の行動履歴情報をソートし、かつ、行動の対象に関して、そのジャンルを付与した教師データを生成する。なお、第一生成部133Aにより生成される教師データに関する詳細な説明は後述する。
The model generator 133 includes a first generator 133A and a second generator 133B.
133 A of 1st production|generation parts produce|generate the teacher data for producing|generating a model based on the action information of user information, and the genre information of the genre memory|storage part 123. FIG.
In the present embodiment, the first generation unit 133A sorts a plurality of pieces of action history information in chronological order based on the time stamps of the action history information, and generates teacher data to which genres are assigned to the action targets. Generate. A detailed description of the teacher data generated by the first generation unit 133A will be given later.

第二生成部133Bは、第一生成部133Aにより生成された教師データを用いて、モデルを生成する。つまり、時系列に沿った複数の行動履歴を有し、かつ、各行動の対象に対してジャンルが関連付けられた教師データを特徴ベクトルに変換して機械学習を行うことで、行動履歴情報を入力とし、レコメンドする推奨対象を示す推奨情報を出力するモデルを生成する。 The second generator 133B generates a model using the teacher data generated by the first generator 133A. In other words, inputting action history information by converting teacher data, which has multiple action histories in chronological order and genres are associated with each action target, into feature vectors and performs machine learning. and generate a model that outputs recommendation information that indicates the recommended target.

レコメンド配信部134は、モデルから出力された推奨対象の広告情報をレコメンド情報としてユーザ端末20に送信する。 The recommendation distribution unit 134 transmits the recommended advertisement information output from the model to the user terminal 20 as recommendation information.

[3.ユーザ端末20の構成]
ユーザ端末20は、ユーザが保有する端末装置であり、例えばスマートフォン、タブレット端末、パーソナルコンピュータ等のコンピュータにより構成されている。ユーザ端末20の具体的な構成の図示は省略するが、ユーザ端末20は、一般的なコンピュータが有する基本的な構成を有する。すなわち、ユーザ端末20は、ユーザの操作を受け付ける入力操作部、画像情報を表示させるディスプレイ、各種情報を記録する記録装置、各種情報を演算処理する演算回路(CPU等)を備えている。
[3. Configuration of user terminal 20]
The user terminal 20 is a terminal device owned by a user, and is configured by a computer such as a smart phone, a tablet terminal, or a personal computer. Although the illustration of the specific configuration of the user terminal 20 is omitted, the user terminal 20 has the basic configuration of a general computer. That is, the user terminal 20 includes an input operation unit that receives user operations, a display that displays image information, a recording device that records various types of information, and an arithmetic circuit (such as a CPU) that performs arithmetic processing on various types of information.

[4.情報処理方法]
次に、サーバ装置10における情報処理方法について説明する。
[4-1.モデルの生成]
図3は、本実施形態の情報処理方法に係るモデルの生成処理を示すフローチャートである。
本実施形態では、ユーザがユーザ端末20からサーバ装置10にアクセスし、情報処理システム1を利用する旨のユーザ登録処理、またはユーザ情報を更新する旨の登録更新処理を行うことで、ユーザ端末20からサーバ装置10にユーザ登録情報が送信される。サーバ装置10のユーザ情報登録部131は、ユーザ端末20から送信されるユーザ登録情報を取得すると、ユーザ情報をユーザ情報記憶部121に新規登録、または既存ユーザ情報の更新を行う(ステップS1)。
[4. Information processing method]
Next, an information processing method in the server device 10 will be described.
[4-1. Generate model]
FIG. 3 is a flowchart showing model generation processing according to the information processing method of the present embodiment.
In this embodiment, the user accesses the server device 10 from the user terminal 20 and performs user registration processing for using the information processing system 1 or registration update processing for updating user information. , the user registration information is transmitted to the server device 10 . Upon acquiring the user registration information transmitted from the user terminal 20, the user information registration unit 131 of the server device 10 newly registers the user information in the user information storage unit 121 or updates the existing user information (step S1).

また、ユーザ登録を行ったユーザがユーザ端末20を操作して所定の動作を行うことで、行動履歴情報が、ユーザIDとともにサーバ装置10に送信される。サーバ装置10の行動履歴取得部132は、ユーザ端末20から取得した行動履歴情報を、対応するユーザ情報に記憶して蓄積する(ステップS2:行動履歴取得ステップ)。 Also, when a user who has performed user registration operates the user terminal 20 to perform a predetermined action, action history information is transmitted to the server device 10 together with the user ID. The action history acquisition unit 132 of the server device 10 stores and accumulates the action history information acquired from the user terminal 20 in the corresponding user information (step S2: action history acquisition step).

次に、モデル生成部133は、蓄積した行動履歴情報に基づいてモデルを生成する。モデルの生成は、例えば、サーバ装置10の管理者により指定されたタイミングであってもよく、1か月毎等の所定期間間隔で実施されてもよい。また、モデルの劣化を判定し、劣化していると判定された場合にモデルが新たに生成されてもよい。 Next, the model generator 133 generates a model based on the accumulated action history information. The model may be generated, for example, at a timing specified by the administrator of the server device 10, or at predetermined intervals such as every month. Further, deterioration of the model may be determined, and a new model may be generated when it is determined that the model has deteriorated.

モデル生成部133は、まず、第一生成部133Aにより、モデルを生成するための教師データを生成するための行動履歴情報を抽出する(ステップS3)。
ここで、第一生成部133Aは、ユーザ情報記憶部121に記憶されたユーザ情報から、ランダムに複数のユーザ情報を抽出し、その行動履歴情報を読み取ってもよく、全てのユーザ情報の行動履歴情報を読み取ってもよい。また、ユーザ情報のユーザ属性に基づいて、ユーザ情報を複数のクラスタにクラスタリングし、各クラスタから所定数のユーザ情報をランダムに抽出し、その行動履歴情報を読み取ってもよい。また、各ユーザ情報から取得する行動履歴情報としては、例えば、直近1か月等の一定期間の行動履歴であってもよく、全ての行動履歴情報であってもよい。
First, the model generating unit 133 extracts action history information for generating teacher data for generating a model using the first generating unit 133A (step S3).
Here, the first generation unit 133A may randomly extract a plurality of pieces of user information from the user information stored in the user information storage unit 121 and read the action history information thereof. You can read the information. Alternatively, user information may be clustered into a plurality of clusters based on the user attributes of the user information, a predetermined number of pieces of user information may be randomly extracted from each cluster, and action history information thereof may be read. Also, the action history information acquired from each user information may be, for example, action history for a certain period of time such as the last month, or may be all action history information.

抽出した行動履歴情報には、上述したように、タイムスタンプが付されているため、ユーザ毎の時系列に沿った行動を把握することができる。そして、第一生成部133Aは、ユーザ毎の時系列に沿った行動履歴情報を教師データとして生成する。この際、第一生成部133Aは、行動履歴情報の行動種別、及び対象のタイトルに、行動の対象のカテゴリを付加し、ユーザ毎の複数の行動履歴情報を時系列に沿って並べた教師データを生成する(ステップS4)。
具体的には、第一生成部133Aは、行動履歴情報に記録される行動の対象に対応するジャンルを、ジャンル記憶部123から検索する。そして、第一生成部133Aは、各行動履歴情報に関し、行動履歴情報の行動の種別と、行動の対象のタイトルと、対象に対応するジャンルとを、テキスト情報として所定の順番で連結する。
例えば、「TitleA」の商品Aを「閲覧(view)」した行動履歴情報と、「TitleB」の商品Bを「ウォッチリストに登録(watchlist)」した行動履歴情報とが連続し、商品Aに対して、第一カテゴリ「categoryα1」、第二カテゴリ「categoryβ1」が検索され、商品Bに対して、第一カテゴリ「categoryα2」、第二カテゴリ「categoryβ2」が検索されたとする。この場合、商品Aを閲覧した行動履歴情報に対して、例えば、「view_TitleA_categoryα1_categoryβ1」とのテキスト情報が生成される。また、商品Bをウォッチリストに登録した行動履歴情報に対して、例えば、「watchlist_TitleB_categoryα2_categoryβ2」とのテキスト情報が生成される。
そして、第一生成部133Aは、上記のように生成したテキスト情報をユーザ毎に時系列に沿って並べた教師データを生成する。本実施形態では、上述のように、行動種別とタイトルとジャンルとが連結したテキスト情報が、ユーザ毎に時系列に沿って並び、異なるユーザのデータ間には、間に区切り情報が挿入される。よって、ユーザU1が、10時00分に第1行動を行い、ユーザU2が10時01分に第2行動を行い、ユーザU1が10時02分に第3行動を行った場合でも、ユーザU1の第1行動及び第3行動の行動履歴情報に基づくテキスト情報の間に、ユーザU2の第2行動の行動履歴情報に基づくテキスト情報が入ることがない。このため、各ユーザの一連の動作の遷移を正しく学習させることが可能となる。
なお、上記のテキスト情報では、行動の種別、行動の対象、第一カテゴリ、第二カテゴリの順で連結した例を示すが、これらの順番は特に限定されない。
Since the extracted action history information is given a time stamp as described above, it is possible to grasp the actions of each user in chronological order. Then, the first generation unit 133A generates behavior history information in chronological order for each user as teacher data. At this time, the first generation unit 133A adds the category of the target of the action to the action type and the title of the target of the action history information, and arranges a plurality of pieces of action history information for each user in chronological order as teacher data. is generated (step S4).
Specifically, the first generation unit 133A searches the genre storage unit 123 for a genre corresponding to the action target recorded in the action history information. Then, for each piece of action history information, the first generation unit 133A links the type of action in the action history information, the title of the target of the action, and the genre corresponding to the target as text information in a predetermined order.
For example, the action history information of "viewing" product A of "TitleA" and the action history information of "watchlisting" product B of "TitleB" are consecutive. , the first category "categoryα1" and the second category "categoryβ1" are retrieved, and for the product B, the first category "categoryα2" and the second category "categoryβ2" are retrieved. In this case, text information such as "view_TitleA_categoryα1_categoryβ1" is generated for the action history information of viewing product A. Also, text information such as "watchlist_TitleB_categoryα2_categoryβ2" is generated for the action history information in which product B is registered in the watchlist.
Then, the first generating unit 133A generates teacher data in which the text information generated as described above is arranged in chronological order for each user. In this embodiment, as described above, text information in which action types, titles, and genres are linked is arranged in chronological order for each user, and delimiter information is inserted between data of different users. . Therefore, even if the user U1 performs the first action at 10:00, the user U2 performs the second action at 10:01, and the user U1 performs the third action at 10:02, the user U1 The text information based on the action history information of the second action of the user U2 does not enter between the text information based on the action history information of the first action and the third action. Therefore, it is possible to correctly learn the transition of a series of actions of each user.
Note that the above text information shows an example of connecting in the order of action type, action target, first category, and second category, but the order is not particularly limited.

この後、第二生成部133Bは、ステップS4で生成した教師データを用いて、モデルを生成する(ステップS5)。具体的には、第二生成部133Bは、例えば、fastText等の手法を用いて、ステップS4で生成された教師データを機械学習させることで、行動履歴情報に対する特徴ベクトルを算出するモデルを生成する。このモデルは、行動履歴情報を入力することで、その行動履歴情報の特徴ベクトルを算出し、かつ、当該行動履歴情報に対して近い特徴ベクトルの推奨対象(ユーザに推奨すべき商品等)を示す推奨情報を出力する。ステップS4及びステップS5は本発明のモデル生成ステップに相当する。 After that, the second generator 133B generates a model using the teacher data generated in step S4 (step S5). Specifically, the second generation unit 133B generates a model for calculating a feature vector for action history information by performing machine learning on the teacher data generated in step S4 using a technique such as fastText, for example. . By inputting action history information, this model calculates a feature vector of the action history information, and indicates a recommendation target (such as a product to be recommended to the user) of the feature vector close to the action history information. Output recommendation information. Steps S4 and S5 correspond to the model generation step of the present invention.

上述したように、本実施形態では、モデルを生成するための教師データは、時系列に沿った行動履歴情報と、対象のカテゴリを含む。したがって、前後の行動により選択された対象同士の特徴ベクトルを近づけることができ、かつ、カテゴリが共通する対象同士の特徴ベクトルも近づけることができる。
例えば、商品Aを閲覧した行動履歴情報の後に、商品Bをウォッチリストに登録した行動履歴情報が得られる場合について説明する。従来のように、1つの行動履歴情報のみを入力データとすると、閲覧された商品Aと、ウォッチリスト登録された商品Bとの特徴ベクトルを近づけることができず、商品Aの特徴ベクトルと、商品Bの特徴ベクトルは、それぞれ独立した特徴ベクトルとなる。また、商品Aや商品Bのカテゴリが指定されていないため、商品Aや商品Bと類似する推奨対象を選択する範囲が限られ、例えば商品Aや商品Bのタイトル名の一部が入る商品、タイトル名が類似する商品等に限られる。
これに対して、本実施形態では、上記のように、閲覧された商品Aと、ウォッチリスト登録された商品Bとの特徴ベクトルが近くなるように、特徴ベクトルが算出される。このため、商品Aを閲覧したユーザに対して、商品Aと類似する商品のみならず、商品Bや商品Bと類似する商品を推奨対象として選択することが可能となる。また、商品Aや商品Bのカテゴリが含まれることで、商品Aや商品Bと同一のジャンル内の他の商品を推奨対象として選択できる。つまり、商品Aや商品Bと、全く異なるタイトル名の商品であっても、同一ジャンルである場合は、その商品を推奨対象とすることができる。
As described above, in the present embodiment, teacher data for generating a model includes chronological action history information and target categories. Therefore, it is possible to bring the feature vectors of the targets selected by the actions before and after closer together, and bring the feature vectors of the targets having the same category closer together.
For example, a case will be described in which action history information in which product B is registered in the watch list is obtained after action history information in which product A is browsed. Conventionally, if only one piece of action history information is used as input data, the feature vectors of the browsed product A and the product B registered in the watchlist cannot be brought close to each other. The feature vectors of B are independent feature vectors. In addition, since the categories of product A and product B are not specified, the range of selection of recommended targets similar to product A and product B is limited. Limited to products with similar titles.
On the other hand, in the present embodiment, as described above, feature vectors are calculated so that the feature vectors of the browsed product A and the product B registered in the watchlist are close to each other. Therefore, it is possible to select not only products similar to the product A but also the product B and products similar to the product B as recommended targets for the user who browses the product A. In addition, by including the categories of product A and product B, other products within the same genre as product A and product B can be selected as recommended targets. That is, even if a product has a completely different title from that of product A or product B, if the product is of the same genre, the product can be recommended.

[4-2.レコメンド情報の配信処理]
次に、レコメンド情報の配信処理について説明する。
図4は、レコメンド情報の配信処理を示すフローチャートである。
ユーザ端末20は、ユーザの操作により、所定の行動履歴情報が得られると、その行動履歴情報をサーバ装置10に送信する。
これにより、サーバ装置10の行動履歴取得部132は、ステップS2と同様、ユーザ端末20から行動履歴情報を取得する(ステップS11)。
そして、レコメンド配信部134は、得られた行動履歴情報をステップS5で生成されたモデルに入力し、モデルから主力される行動履歴情報に対応した推奨対象を示す推奨情報を取得する(ステップS12)。
この後、レコメンド配信部134は、取得した推奨情報に対応する広告情報を含むレコメンド情報を生成し、ユーザ端末20に送信する(ステップS13)。これにより、レコメンド情報を受信したユーザ端末20は、ディスプレイ上に、所定のソート条件で並ぶ広告情報をレコメンド情報として表示することが可能となる。
[4-2. Delivery processing of recommendation information]
Next, a process for distributing recommendation information will be described.
FIG. 4 is a flowchart showing a process for distributing recommendation information.
The user terminal 20 transmits the action history information to the server device 10 when predetermined action history information is obtained by the user's operation.
As a result, the action history acquisition unit 132 of the server device 10 acquires action history information from the user terminal 20 (step S11), as in step S2.
Then, the recommendation distribution unit 134 inputs the obtained action history information to the model generated in step S5, and acquires recommendation information indicating a recommendation target corresponding to the action history information mainly output from the model (step S12). .
Thereafter, the recommendation distribution unit 134 generates recommendation information including advertisement information corresponding to the acquired recommendation information, and transmits the recommendation information to the user terminal 20 (step S13). As a result, the user terminal 20 that has received the recommendation information can display the advertisement information arranged according to the predetermined sorting conditions as the recommendation information on the display.

[5.本実施形態の作用効果]
本実施形態では、サーバ装置10は、記憶部12と制御部13とを備え、制御部13は、記憶部12に記憶される情報処理プログラムを読み込み実行することで、行動履歴取得部132、及びモデル生成部133として機能する。行動履歴取得部132は、ユーザの行動の種別である行動種別と、当該行動の対象のタイトルと、当該行動が実施された時点とを含む行動履歴情報を取得する。モデル生成部133は、時系列に沿った複数の行動履歴情報を教師データとし、行動履歴情報が入力されることで、行動履歴情報に対応した推奨対象を出力するモデルを生成する。
このように、ユーザの1つの行動履歴ではなく、連続した複数のユーザの行動履歴をソートした教師データに基づいてモデルを生成することで、連続する複数の行動種別によって選択された対象を学習することができる。つまり、従来のように、1つの行動種別とその対象のみを学習するモデルでは、出力される推奨対象の範囲も限られてくるが、本実施形態のように、複数の行動履歴を関連付けた教師データを学習することで、これらの行動の対象同士の特徴ベクトルを近づけることができ、広い範囲の推奨対象を出力可能なモデルを生成できる。
[5. Effects of this embodiment]
In the present embodiment, the server device 10 includes a storage unit 12 and a control unit 13, and the control unit 13 reads and executes an information processing program stored in the storage unit 12 to obtain an action history acquisition unit 132, and It functions as the model generator 133 . The action history acquisition unit 132 acquires action history information including an action type, which is the type of action of the user, the title of the target of the action, and the time when the action was performed. The model generating unit 133 uses a plurality of pieces of time-series action history information as teacher data, and generates a model that outputs a recommended target corresponding to the action history information by inputting the action history information.
In this way, by generating a model based on training data obtained by sorting the action history of a plurality of consecutive users rather than one action history of the user, the target selected by a plurality of consecutive action types is learned. be able to. In other words, in a conventional model that learns only one action type and its target, the range of recommended targets to be output is also limited. By learning the data, it is possible to bring the feature vectors of these behavioral targets closer together, and generate a model capable of outputting a wide range of recommended targets.

本実施形態では、教師データとして、行動履歴情報の行動種別、及び対象のタイトル、及び、ジャンル記憶部123から検索された対象のジャンル(カテゴリ)を含み、これらを連結したテキスト情報を用いる。これにより、第二生成部133Bは、fastTextの手法により、連結された各項目(複数の行動履歴情報の行動種別、タイトル、ジャンル)の特徴ベクトルを近づけることができる。 In this embodiment, text information including and linking the action type of the action history information, the target title, and the target genre (category) retrieved from the genre storage unit 123 is used as teacher data. As a result, the second generation unit 133B can approximate the feature vectors of each linked item (action types, titles, and genres of a plurality of action history information) by the fastText technique.

本実施形態では、制御部13は、記憶部12に記憶される情報処理プログラムを読み込み実行することで、レコメンド配信部134として機能し、モデル生成部133から出力された推奨情報に基づいて、ユーザにレコメンド情報を配信する。これにより、上述したように、ユーザの行動履歴情報に対して、従来よりも広い範囲の広告情報を対象としたレコメンド情報を配信することができる。 In this embodiment, the control unit 13 functions as a recommendation distribution unit 134 by reading and executing an information processing program stored in the storage unit 12, and based on the recommendation information output from the model generation unit 133, the user Distribute recommendation information to As a result, as described above, it is possible to distribute recommendation information targeting a wider range of advertising information than in the past with respect to the user's action history information.

[6.変形例]
なお、本発明は、上述した実施形態に限定されるものではなく、本発明の目的を達成できる範囲で、以下に示される変形をも含むものである。
[6. Modification]
It should be noted that the present invention is not limited to the above-described embodiments, and includes modifications shown below within the scope of achieving the object of the present invention.

(変形例1)
上記実施形態では、オンラインショッピングサービスにおける商品を対象としたレコメンドの配信を例示したが、その他のサービスにも本発明を適用することができる。例えば、ニュースの配信などにおいて、ユーザが閲覧したニュース記事、ユーザがブックマーク登録したニュース記事などを行動履歴情報として取得してもよい。この場合、ニュースコンテンツに対する各行動履歴情報と、閲覧した記事のジャンルとを用いて、上記実施形態と同様にしてモデルを生成することができる。
(Modification 1)
In the above embodiment, distribution of recommendations for products in an online shopping service was exemplified, but the present invention can be applied to other services as well. For example, when distributing news, news articles viewed by the user, news articles bookmarked by the user, and the like may be acquired as action history information. In this case, a model can be generated in the same manner as in the above-described embodiment, using each action history information for news content and the genre of the browsed article.

(変形例2)
上記実施形態では、時系列に沿った行動履歴情報を教師データとして機械学習させる例を示したが、各行動履歴情報に対して、直前の行動履歴情報を関連付けた遷移情報を生成してもよい。例えば、「TitleA」の商品Aを「閲覧(view)」した行動履歴情報と、「TitleB」の商品Bを「ウォッチリストに登録(watchlist)」した行動履歴情報とが連続し、商品Aに対して、第一カテゴリ「categoryα1」、第二カテゴリ「categoryβ1」が検索され、商品Bに対して、第一カテゴリ「categoryα2」、第二カテゴリ「categoryβ2」が検索されたとする。この場合、第一生成部133Aは、「商品B」を「ウォッチリストに登録」した行動履歴情報に対して、直前の行動履歴情報を連結させて、「watchlist_TitleB_categoryα2_categoryβ2_view_TitleA_categoryα1_categoryβ1」とのテキスト情報の入力データを生成してもよい。
(Modification 2)
In the above-described embodiment, an example of machine learning using chronological action history information as teacher data is shown, but transition information may be generated by associating each piece of action history information with immediately preceding action history information. . For example, the action history information of "viewing" product A of "TitleA" and the action history information of "watchlisting" product B of "TitleB" are consecutive. , the first category "categoryα1" and the second category "categoryβ1" are retrieved, and for the product B, the first category "categoryα2" and the second category "categoryβ2" are retrieved. In this case, the first generation unit 133A connects the immediately preceding action history information to the action history information in which "product B" is "registered in the watchlist", and generates input data of text information "watchlist_TitleB_categoryα2_categoryβ2_view_TitleA_categoryα1_categoryβ1". may be generated.

(変形例3)
上記実施形態では、第一生成部133Aは、時系列の沿った複数の行動履歴情報に、対象に対するジャンルを付加した教師データを用いる例を示したが、行動履歴情報に対してジャンルが付加されなくてもよい。つまり、行動履歴情報の行動の種別及び行動の対象をテキスト情報として連結させ、複数の当該行動履歴情報がソートされた教師データとを用いてもよい。この場合でも、行動履歴の遷移を考慮したモデルを生成することができ、従来のモデルに比べて、広い範囲の推奨対象を出力することができる。
(Modification 3)
In the above-described embodiment, the first generation unit 133A uses teacher data in which a genre for a target is added to a plurality of time-series action history information. It doesn't have to be. In other words, the type of action and the target of the action in the action history information may be linked as text information, and teacher data obtained by sorting a plurality of the action history information may be used. Even in this case, it is possible to generate a model that considers the transition of the action history, and output a wider range of recommended targets than the conventional model.

あるいは、第一生成部133Aは、1つの行動履歴情報に対して、対象のジャンルを付加したテキスト情報を教師データとして生成してもよい。つまり、複数の行動履歴情報が時系列に並んでいなくても、各行動履歴情報に含まれる時点を教師データとして加えて用いてもよい。 Alternatively, the first generating unit 133A may generate, as teacher data, text information to which a target genre is added for one piece of action history information. In other words, even if a plurality of pieces of action history information are not arranged in chronological order, the time points included in each piece of action history information may be added and used as teacher data.

第一生成部133Aは、ユーザ毎の行動履歴情報を時系列にソートした教師データを生成した。これに対して、ユーザ毎にモデルを生成してもよい。この場合、対象となるユーザの時系列に沿った行動履歴情報を教師データとして用いればよい。 The first generating unit 133A generated teacher data by sorting the action history information for each user in chronological order. Alternatively, a model may be generated for each user. In this case, action history information of the target user in chronological order may be used as teacher data.

1…情報処理システム、10…サーバ装置(情報処理装置)、12…記憶部、13…制御部、20…ユーザ端末、121…ユーザ情報記憶部、122…レコメンド対象記憶部、123…ジャンル記憶部、131…ユーザ情報登録部、132…行動履歴取得部、133…モデル生成部、133A…第一生成部、133B…第二生成部、134…レコメンド配信部。 DESCRIPTION OF SYMBOLS 1... Information processing system 10... Server apparatus (information processing apparatus) 12... Storage part 13... Control part 20... User terminal 121... User information storage part 122... Recommendation object storage part 123... Genre storage part , 131... User information registration unit, 132... Action history acquisition unit, 133... Model generation unit, 133A... First generation unit, 133B... Second generation unit, 134... Recommendation distribution unit.

Claims (7)

ユーザの行動の種別である行動種別と、当該行動の対象のタイトルと、当該行動が実施された時点とを含む行動履歴情報を取得する行動履歴取得部と、
時系列に沿った複数の前記行動履歴情報を、入力される1つの行動履歴情報に対する教師データとして用い、時系列に沿った一連の前記行動履歴情報の関連性を機械学習し、前記行動履歴情報が入力されることで、入力された前記行動履歴情報及び当該行動履歴情報に関連する複数の前記行動履歴情報のそれぞれに対応した前記対象を示す推奨情報を出力するモデルを生成するモデル生成部と、
を備える情報処理装置。
an action history acquisition unit that acquires action history information including an action type that is a type of action of the user, a title of the target of the action, and a time point at which the action was performed;
A plurality of pieces of the action history information along the time series are used as training data for one input action history information , machine learning is performed on the relevance of the series of the action history information along the time series, and the action history information is obtained. is input, a model generation unit that generates a model that outputs recommended information indicating the target corresponding to each of the input action history information and a plurality of the action history information related to the action history information ; ,
Information processing device.
前記対象を階層構造のジャンルに分類した際の各階層のジャンルを記憶するジャンル記憶部を備え、
前記モデル生成部は、各前記行動履歴情報の前記行動種別、前記タイトル、及び前記対象に対応した前記ジャンルを連結したテキスト情報を前記教師データとして生成する
請求項1に記載の情報処理装置。
A genre storage unit that stores genres of each hierarchy when the object is classified into genres of a hierarchical structure,
The information processing apparatus according to claim 1, wherein the model generation unit generates, as the teacher data, text information in which the action type, the title, and the genre corresponding to the object of each of the action history information are connected.
ユーザの行動の種別である行動種別と、当該行動の対象のタイトルとを含む行動履歴情報を取得する行動履歴取得部と、
前記対象を階層構造のジャンルに分類した際の各階層のジャンルを記憶するジャンル記憶部と、
時系列に沿った複数の前記行動履歴情報と各前記行動履歴情報の前記対象に対応した前記ジャンルとに基づいて生成された、前記行動種別、前記タイトル、及び前記対象に対応した前記ジャンルを連結したテキスト情報を、入力される1つの行動履歴情報に対する教師データとして用い時系列に沿った一連の前記行動履歴情報の関連性を機械学習し、前記行動履歴情報が入力されることで、入力された前記行動履歴情報及び当該行動履歴情報に関連する複数の前記行動履歴情報のそれぞれに対応した前記対象を示す推奨情報を出力するモデルを生成するモデル生成部と、
を備える情報処理装置。
an action history acquisition unit that acquires action history information including an action type, which is the type of action of the user, and a title of the target of the action;
a genre storage unit that stores the genres of each hierarchy when the object is classified into hierarchically structured genres;
Linking the action type, the title, and the genre corresponding to the object, which are generated based on the plurality of the action history information along the time series and the genre corresponding to the object of each of the action history information. Using the text information obtained as training data for one action history information input , machine learning is performed on the relevance of the series of action history information along the time series, and the action history information is input, a model generation unit that generates a model that outputs recommended information indicating the target corresponding to each of the input action history information and a plurality of pieces of action history information related to the action history information ;
Information processing device.
前記モデルから出力された前記推奨情報に基づいて、前記ユーザにレコメンド情報を配信する配信部を備える、
請求項1から請求項3のいずれか1項に記載の情報処理装置。
a distribution unit that distributes recommended information to the user based on the recommended information output from the model;
The information processing apparatus according to any one of claims 1 to 3.
コンピュータによりモデルを生成する情報処理方法であって、
前記コンピュータは、行動履歴取得部、及びモデル生成部を備え、
前記行動履歴取得部が、ユーザの行動の種別である行動種別と、当該行動の対象のタイトルと、当該行動が実施された時点とを含む行動履歴情報を取得する行動履歴取得ステップと、
前記モデル生成部が、時系列に沿った複数の前記行動履歴情報を、入力される1つの行動履歴情報に対する教師データとして用い時系列に沿った一連の前記行動履歴情報の関連性を機械学習し、前記行動履歴情報が入力されることで、入力された前記行動履歴情報及び当該行動履歴情報に関連する複数の前記行動履歴情報のそれぞれに対応した前記対象を示す推奨情報を出力する前記モデルを生成するモデル生成ステップと、
を実施する情報処理方法。
An information processing method for generating a model by a computer,
The computer includes an action history acquisition unit and a model generation unit,
an action history acquisition step in which the action history acquisition unit acquires action history information including an action type that is the type of action of the user, a title of the target of the action, and a time point at which the action was performed;
The model generation unit uses the plurality of time-series action history information as teacher data for one piece of input action history information , and automatically calculates the relationship between the series of time-series action history information. learning and inputting the action history information, outputting recommendation information indicating the target corresponding to each of the input action history information and a plurality of the action history information related to the action history information; a model generation step for generating a model;
Information processing method for implementing
コンピュータによりモデルを生成する情報処理方法であって、
前記コンピュータは、行動履歴取得部、モデル生成部、及びジャンル記憶部を備え、
前記ジャンル記憶部は、ユーザの行動の対象を階層構造のジャンルに分類した際の各階層のジャンルを記憶し、
前記行動履歴取得部が、前記ユーザの前記行動の種別である行動種別と、当該行動の前記対象のタイトルとを含む行動履歴情報を取得する行動履歴取得ステップと、
前記モデル生成部が、時系列に沿った複数の前記行動履歴情報と各前記行動履歴情報の前記対象に対応した前記ジャンルとに基づいて生成された、前記行動種別、前記タイトル、及び前記対象に対応した前記ジャンルを連結したテキスト情報を、入力される1つの行動履歴情報に対する教師データとして用い時系列に沿った一連の前記行動履歴情報の関連性を機械学習し、前記行動履歴情報が入力されることで、入力された前記行動履歴情報及び当該行動履歴情報に関連する複数の前記行動履歴情報のそれぞれに対応した前記対象を示す推奨情報を出力する前記モデルを生成するモデル生成ステップと、
を実施する情報処理方法。
An information processing method for generating a model by a computer,
The computer includes an action history acquisition unit, a model generation unit, and a genre storage unit,
The genre storage unit stores the genre of each hierarchy when the target of user's action is classified into genres of hierarchical structure,
an action history acquisition step in which the action history acquisition unit acquires action history information including an action type, which is the type of action of the user, and the title of the target of the action;
The model generation unit generates the action type, the title, and the object generated based on the plurality of pieces of the action history information in chronological order and the genre corresponding to the object of each of the action history information. Using the text information that connects the corresponding genres as teacher data for one input action history information , machine learning is performed on the relevance of the series of action history information along the time series, and the action history information is a model generation step of generating the model for outputting recommended information indicating the target corresponding to each of the input action history information and a plurality of pieces of action history information related to the input action history information; ,
Information processing method for implementing
コンピュータに読み取り実行可能な情報処理プログラムであって、
前記コンピュータを請求項1から請求項4のいずれか1項に記載の情報処理装置として機能させる、情報処理プログラム。
A computer-readable and executable information processing program,
An information processing program that causes the computer to function as the information processing apparatus according to any one of claims 1 to 4.
JP2021068563A 2021-04-14 2021-04-14 Information processing device, information processing method, and information processing program Active JP7249375B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021068563A JP7249375B2 (en) 2021-04-14 2021-04-14 Information processing device, information processing method, and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021068563A JP7249375B2 (en) 2021-04-14 2021-04-14 Information processing device, information processing method, and information processing program

Publications (2)

Publication Number Publication Date
JP2022163557A JP2022163557A (en) 2022-10-26
JP7249375B2 true JP7249375B2 (en) 2023-03-30

Family

ID=83742438

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021068563A Active JP7249375B2 (en) 2021-04-14 2021-04-14 Information processing device, information processing method, and information processing program

Country Status (1)

Country Link
JP (1) JP7249375B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116308545B (en) * 2023-02-21 2023-09-29 欢聚时代文化传媒(北京)有限公司 Advertisement online dynamic pushing method combining user behaviors

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015230717A (en) 2014-06-06 2015-12-21 ヤフー株式会社 Extraction device, extraction method, and extraction program
US20160328481A1 (en) 2015-05-08 2016-11-10 Facebook, Inc. Presenting content to a social networking system user based on current relevance and future relevance of the content to the user
JP2020087480A (en) 2020-01-08 2020-06-04 ヤフー株式会社 Information processing device, information processing method, and information processing program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015230717A (en) 2014-06-06 2015-12-21 ヤフー株式会社 Extraction device, extraction method, and extraction program
US20160328481A1 (en) 2015-05-08 2016-11-10 Facebook, Inc. Presenting content to a social networking system user based on current relevance and future relevance of the content to the user
JP2020087480A (en) 2020-01-08 2020-06-04 ヤフー株式会社 Information processing device, information processing method, and information processing program

Also Published As

Publication number Publication date
JP2022163557A (en) 2022-10-26

Similar Documents

Publication Publication Date Title
US8924265B2 (en) System and process for improving product recommendations for use in providing personalized advertisements to retail customers
US9904949B1 (en) Product recommendations
US8407104B2 (en) Catalog based price search
JP6435426B1 (en) Information analysis apparatus, information analysis method, and information analysis program
US8108329B2 (en) System and process for boosting recommendations for use in providing personalized advertisements to retail customers
CN111784455A (en) Article recommendation method and recommendation equipment
Singh et al. A novel deep neural-based music recommendation method considering user and song data
Lekakos et al. A hybrid approach for improving predictive accuracy of collaborative filtering algorithms
Basiri et al. Alleviating the cold-start problem of recommender systems using a new hybrid approach
CN111429203A (en) Commodity recommendation method and device based on user behavior data
CN111400613A (en) Article recommendation method, device, medium and computer equipment
Hong-Xia An improved collaborative filtering recommendation algorithm
Liu et al. Fast recommendation on latent collaborative relations
US20130325651A1 (en) Product recommendation
JP7249375B2 (en) Information processing device, information processing method, and information processing program
CN109146606B (en) Brand recommendation method, electronic equipment, storage medium and system
CN116089745A (en) Information recommendation method, device, electronic equipment and computer readable storage medium
KR20210041733A (en) Method, apparatus and computer program for fashion item recommendation
He et al. Understanding Users' Coupon Usage Behaviors in E-Commerce Environments
Rabiu et al. Exploiting dynamic changes from latent features to improve recommendation using temporal matrix factorization
Pongpaichet et al. SGD-rec: a matrix decomposition based model for personalized movie recommendation
Haddad et al. Towards a new model for context-aware recommendation
Qiu A predictive model for customer purchase behavior in e-commerce context
Thai-Nghe et al. Recommendations in e-commerce systems based on deep matrix factorization
Roy et al. Addressing Fast Changing Fashion Trends in Multi-Stage Recommender Systems

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210618

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220823

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221021

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230317

R150 Certificate of patent or registration of utility model

Ref document number: 7249375

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350