JP2013130921A - 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
JP2013130921A
JP2013130921A JP2011278287A JP2011278287A JP2013130921A JP 2013130921 A JP2013130921 A JP 2013130921A JP 2011278287 A JP2011278287 A JP 2011278287A JP 2011278287 A JP2011278287 A JP 2011278287A JP 2013130921 A JP2013130921 A JP 2013130921A
Authority
JP
Japan
Prior art keywords
selection
usage
item
related information
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2011278287A
Other languages
Japanese (ja)
Other versions
JP5673520B2 (en
Inventor
Konosuke Matsushita
幸之助 松下
Ichiro Shishido
一郎 宍戸
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.)
JVCKenwood Corp
Original Assignee
JVCKenwood 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 JVCKenwood Corp filed Critical JVCKenwood Corp
Priority to JP2011278287A priority Critical patent/JP5673520B2/en
Publication of JP2013130921A publication Critical patent/JP2013130921A/en
Application granted granted Critical
Publication of JP5673520B2 publication Critical patent/JP5673520B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To ensure the number of recommendable items to maintain precision of recommendation while reducing computational effort.SOLUTION: A selected use relevant information creation section performs the steps of: referring to a storage section storing use relevant information in which user identifiers, item identifiers and use period information are associated; and selecting selected use relevant information that is at least part of plural pieces of use relevant information associated with an item identifier, for each item identifier, on a condition that more pieces of selected use relevant information would be selected when the number of pieces of use relevant information including use period information that is close to a specific point in time is larger. An association calculation section calculates a degree of association between one item identifier and an other item identifier on the basis of selected use relevant information on the one item identifier and selected use relevant information on the other item identifier.

Description

本発明は、利用者のアイテムに関する利用履歴を用いて、アイテム間の関連度を計算する情報処理装置、情報処理方法、及び情報処理プログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and an information processing program for calculating a degree of association between items using a use history related to a user's item.

近年、デジタル技術やネットワーク技術の進展により、ネットワークを使って配信、提供される文書、音楽、画像、映像等のデジタルコンテンツが非常に増えている。これに伴い、ユーザの嗜好に合ったデジタルコンテンツ等のアイテムを推薦するサービスのニーズが高まってきている。このようなニーズに対応する技術として、アイテムに関するユーザの閲覧履歴や評価履歴や購入履歴などの利用履歴を用いて、推薦アイテムを提供する技術の開発が行われている。   In recent years, digital contents such as documents, music, images, and videos distributed and provided using a network have been greatly increased due to advances in digital technology and network technology. Along with this, there is an increasing need for services that recommend items such as digital contents that meet user preferences. As a technique for meeting such needs, a technique for providing a recommended item using a user's browsing history, evaluation history, usage history such as a purchase history, etc., has been developed.

例えば、アイテムを推薦する技術の一つに、協調フィルタリングを用いた推薦処理が存在する。協調フィルタリングを用いた推薦処理では、多数の利用履歴を蓄積し、その利用履歴を用いて、ユーザの嗜好に合ったアイテムを推薦する。また、ユーザが興味を持ったアイテムと関連性の高いアイテムを推薦する。
また、アイテム推薦に必要な処理時間を短縮するための技術の開発も行われている。
例えば、アイテム推薦処理に使用する利用履歴データの量を制限することにより、処理時間を短縮する装置が、特許文献1と特許文献2に開示されている。
特許文献1の装置は、まず、指定された利用履歴の最小数と推薦対象ユーザ数に基づいて、推薦処理に要する時間の推定値を算出する。そして、処理時間の推定値が目標時間内に収まるように決定した最小数まで利用履歴を抽出し、抽出した利用履歴のみを用いて推薦処理を行っている。
For example, there is a recommendation process using collaborative filtering as one of the techniques for recommending items. In recommendation processing using collaborative filtering, a large number of usage histories are accumulated, and items that match the user's preference are recommended using the usage histories. Also, an item highly relevant to the item that the user is interested in is recommended.
In addition, technology for shortening the processing time required for item recommendation has been developed.
For example, Patent Literature 1 and Patent Literature 2 disclose devices that shorten the processing time by limiting the amount of usage history data used for item recommendation processing.
The apparatus of Patent Literature 1 first calculates an estimated value of the time required for the recommendation process based on the specified minimum number of usage histories and the number of recommended users. Then, the use history is extracted up to the minimum number determined so that the estimated value of the processing time falls within the target time, and the recommendation process is performed using only the extracted use history.

特許文献2の装置は、推薦対象ユーザの利用履歴を閲覧/購入回数や閲覧時間や閲覧/購入した最新の日時などの条件によりソーティングし、その上位Ng1件(Ng1は任意の正数)を選択し、選択したNg1個の利用履歴のみを用いて推薦処理を行っている。   The device of Patent Document 2 sorts the usage history of recommended users according to conditions such as browsing / purchase count, browsing time, latest date / time of browsing / purchasing, and selects the top Ng1 items (Ng1 is an arbitrary positive number) The recommendation process is performed using only the selected Ng usage history.

特開2006−302097JP2006-302097 特開2002−024694JP2002-024694

協調フィルタリング方式の推薦処理では、大量の利用履歴データを対象に処理を行う場合、計算量が膨大になるという問題があった。このため、演算能力の高いシステムが必要になる場合や、実用的な時間で推薦処理を行うことが難しい場合があった。また、全ての利用履歴を用いずに、一部の利用履歴のみを用いることで、実用的な時間で推薦処理を行う方法もあるが、推薦可能なアイテム数が十分に確保できなかったり、ユーザの嗜好の一部しか反映されないために推薦の精度が低下してしまったりすることで、ユーザの推薦結果に対する興味や信頼性を失ってしまう場合があった。   In the recommendation process of collaborative filtering, there is a problem that the amount of calculation becomes enormous when processing a large amount of usage history data. For this reason, there are cases where a system with high computing power is required, and it is difficult to perform recommendation processing in a practical time. In addition, there is a method of performing recommendation processing in a practical time by using only a part of the usage history without using the entire usage history, but the number of items that can be recommended cannot be secured sufficiently, or the user Since only a part of the user's preference is reflected, the accuracy of the recommendation may be reduced, so that the user's interest and reliability with respect to the recommendation result may be lost.

特許文献1の装置では、任意の方法で、全ての利用履歴から最小数まで抽出し、抽出した利用履歴を用いて推薦処理を行うため、計算量を削減することができるが、任意の方法で抽出すると、利用履歴が一部のアイテムに偏って抽出される場合があるため、推薦可能なアイテム数が十分に確保できないことがあった。また、推薦結果に最近頻繁に利用されるアイテムがほとんど入らない場合があり、推薦の精度が低くなってしまうことがあった。
また、特許文献2の方法によれば、ユーザごとに閲覧/購入した日時の新しい順に上位Ng1個の利用履歴を選択することで、計算量を削減しつつ最近の利用履歴を用いて推薦処理を行うことができるが、Ng1を適切に設定することが難しいという問題がある。すなわち、Ng1を大きくすると、多くの利用履歴が抽出されるため、計算量の削減効果をほとんど得ることができない。また、Ng1を小さくすると、利用履歴が元々少ないユーザでは、比較的影響が少ないが、利用履歴の数が多いユーザでは、その一部の利用履歴しか推薦処理に利用されないため、推薦の精度が低くなってしまうことがあった。このように、利用数や利用形態の異なる様々なユーザが存在する状況で、適切なNg1を設定することが難しい。このため、計算量の削減効果をほとんど得られなかったり、推薦の精度が低くなってしまうことがあった。また、特許文献2の方法とは別の方法として、アイテムごとに閲覧/購入された日時の新しい順に所定数の利用履歴を選択する方法も考えられるが、このような方法を用いたとしても、その所定数を適切に設定することが難しいため、計算量の削減効果をほとんど得られなかったり、推薦の精度が低くなってしまう場合がある。
In the apparatus of Patent Document 1, since the minimum number is extracted from all the usage histories by any method and the recommendation process is performed using the extracted usage histories, the amount of calculation can be reduced. When extracted, the usage history may be biased toward some items, so that the number of items that can be recommended may not be sufficiently secured. In addition, there are cases where items that are frequently used recently are not included in the recommendation result, and the accuracy of recommendation may be lowered.
Also, according to the method of Patent Document 2, by selecting the top Ng1 usage histories in order of the date / time of browsing / purchasing for each user, the recommendation process is performed using the latest usage history while reducing the amount of calculation. Although it can be performed, there is a problem that it is difficult to set Ng1 appropriately. That is, if Ng1 is increased, a large amount of usage history is extracted, so that the effect of reducing the amount of calculation can hardly be obtained. In addition, when Ng1 is made small, a user with a small usage history has relatively little influence, but a user with a large number of usage histories uses only a part of the usage history for recommendation processing, so the recommendation accuracy is low. Sometimes it became. In this way, it is difficult to set an appropriate Ng1 in a situation where there are various users with different numbers of usage and usage forms. For this reason, the effect of reducing the amount of calculation can hardly be obtained, and the recommendation accuracy may be lowered. Further, as a method different from the method of Patent Document 2, a method of selecting a predetermined number of usage histories in order of the date and time of browsing / purchasing for each item can be considered, but even if such a method is used, Since it is difficult to set the predetermined number appropriately, there is a case where the effect of reducing the amount of calculation is hardly obtained or the accuracy of recommendation is lowered.

そこで、本発明では、推薦可能なアイテム数を確保し、推薦の精度を維持した上で、計算量の削減を行うことを目的とする。   Therefore, an object of the present invention is to reduce the amount of calculation while ensuring the number of items that can be recommended and maintaining the accuracy of recommendation.

本発明は上述した従来の技術の課題を解決するため、アイテムを利用したユーザを一意に識別するためのユーザ識別子又はそのユーザがアイテムの利用に用いた端末装置を一意に識別するための端末識別子の少なくともいずれか一方である利用主体識別子と、利用の対象となったアイテムを識別するためのアイテム識別子と、アイテムの利用時期に関する利用時期情報と、が関連付けられた利用関連情報を格納する格納部を参照し、特定の時点に近い前記利用時期情報を含む前記利用関連情報が多いほど多く選出されるような条件に基づいて、前記アイテム識別子ごとに、そのアイテム識別子における複数の前記利用関連情報のうちの少なくとも一部である選出利用関連情報を選出する選出利用関連情報作成部と、前記選出利用関連情報作成部によって選出した一のアイテム識別子における選出利用関連情報と、前記選出利用関連情報選出部によって選出した前記一のアイテム識別子以外の他のアイテム識別子における選出利用関連情報とに基づいて、前記一のアイテム識別子と前記他のアイテム識別子との関連度を算出する関連度算出部とを備えることを特徴とする情報処理装置を提供する。
また、本発明は上述した従来の技術の課題を解決するため、選出利用関連情報作成部が、アイテムを利用したユーザを一意に識別するためのユーザ識別子又はそのユーザがアイテムの利用に用いた端末装置を一意に識別するための端末識別子の少なくともいずれか一方である利用主体識別子と、利用の対象となったアイテムを識別するためのアイテム識別子と、アイテムの利用時期に関する利用時期情報と、が関連付けられた利用関連情報を格納する格納部を参照し、特定の時点に近い前記利用時期情報を含む前記利用関連情報が多いほど多く選出されるような条件に基づいて、前記アイテム識別子ごとに、そのアイテム識別子における複数の前記利用関連情報のうちの少なくとも一部である選出利用関連情報を選出する選出利用関連情報選出ステップと、関連度算出部が、前記選出利用関連情報選出ステップによって選出した一のアイテム識別子における選出利用関連情報と、前記選出利用関連情報選出ステップによって選出した前記一のアイテム識別子以外の他のアイテム識別子における選出利用関連情報とに基づいて、前記一のアイテム識別子と前記他のアイテム識別子との関連度を算出する関連度算出ステップとを有することを特徴とする情報処理方法を提供する。
また、本発明は上述した従来の技術の課題を解決するため、コンピュータに、アイテムを利用したユーザを一意に識別するためのユーザ識別子又はそのユーザがアイテムの利用に用いた端末装置を一意に識別するための端末識別子の少なくともいずれか一方である利用主体識別子と、利用の対象となったアイテムを識別するためのアイテム識別子と、アイテムの利用時期に関する利用時期情報と、が関連付けられた利用関連情報を格納する格納部を参照し、特定の時点に近い前記利用時期情報を含む前記利用関連情報が多いほど多く選出されるような条件に基づいて、前記アイテム識別子ごとに、そのアイテム識別子における複数の前記利用関連情報のうちの少なくとも一部である選出利用関連情報を選出する選出利用関連情報選出ステップと、前記選出利用関連情報選出ステップによって選出した一のアイテム識別子における選出利用関連情報と、前記選出利用関連情報選出ステップによって選出した前記一のアイテム識別子以外の他のアイテム識別子における選出利用関連情報とに基づいて、前記一のアイテム識別子と前記他のアイテム識別子との関連度を算出する関連度算出ステップとを実行させることを特徴とする情報処理プログラムを提供する。
In order to solve the above-described problems of the related art, the present invention provides a user identifier for uniquely identifying a user who uses an item, or a terminal identifier for uniquely identifying a terminal device used by the user to use the item. A storage unit that stores use-related information in which at least one of the use-subject identifier, the item identifier for identifying the item to be used, and the use time information regarding the use time of the item are associated with each other And for each item identifier, a plurality of the usage related information in the item identifier is selected based on a condition that the more usage related information including the usage time information close to a specific time is selected. A selection usage related information creation unit for selecting selection usage related information that is at least a part of the information, and the selection usage related information creation The one item identifier based on the selection usage related information in the one item identifier selected by and the selection usage related information in the item identifier other than the one item identifier selected by the selection usage related information selection unit And an association degree calculation unit for calculating an association degree between the item identifier and the other item identifier.
In addition, in order to solve the above-described problems of the related art, the present invention relates to a user identifier for uniquely identifying a user who uses an item, or a terminal used by the user to use the item. A user entity identifier that is at least one of terminal identifiers for uniquely identifying a device, an item identifier for identifying an item to be used, and use time information regarding the use time of the item are associated with each other For each item identifier based on a condition such that the more usage related information including the usage time information close to a specific time point is selected, the storage unit storing the used usage related information is referred to. Selection usage related information selection for selecting selection usage related information that is at least a part of the plurality of usage related information in the item identifier And other items other than the one item identifier selected by the selected usage related information selection step and the selected usage related information selected by the selected usage related information selection step. There is provided an information processing method comprising a relevance level calculating step of calculating a relevance level between the one item identifier and the other item identifier on the basis of selection usage related information in the identifier.
In addition, in order to solve the above-described problems of the conventional technology, the present invention uniquely identifies a user identifier for uniquely identifying a user who uses an item or a terminal device used by the user to use the item. Usage-related information in which at least one of the terminal identifiers to be used, the item identifier for identifying the item to be used, and the usage date information regarding the usage date of the item are associated with each other And for each item identifier, a plurality of items in the item identifier are selected based on a condition such that the more usage-related information including the usage time information close to a specific time point is selected. A selection usage related information selection step for selecting selection usage related information that is at least a part of the usage related information. The selected usage related information in the one item identifier selected in the selected usage related information selection step, and the selected usage related information in the item identifier other than the one item identifier selected in the selected usage related information selection step. An information processing program is provided that executes a relevance level calculating step of calculating a relevance level between the one item identifier and the other item identifier.

本発明の情報処理装置、情報処理方法、及び情報処理プログラムによれば、推薦の精度を維持しつつ、計算量の削減を行うことができる。   According to the information processing apparatus, the information processing method, and the information processing program of the present invention, it is possible to reduce the amount of calculation while maintaining the accuracy of recommendation.

本発明の実施形態におけるシステム全体の構成を示す図である。It is a figure which shows the structure of the whole system in embodiment of this invention. 本発明の実施形態における情報処理サーバ装置1の構成を示す図である。It is a figure which shows the structure of the information processing server apparatus 1 in embodiment of this invention. 本発明の実施形態におけるユーザ情報格納部131の格納状態を示す図である。It is a figure which shows the storage state of the user information storage part 131 in embodiment of this invention. 本発明の実施形態におけるアイテム情報格納部132の格納状態を示す図である。It is a figure which shows the storage state of the item information storage part 132 in embodiment of this invention. 本発明の実施形態における利用履歴格納部133の格納状態を示す図である。It is a figure which shows the storage state of the utilization log | history storage part 133 in embodiment of this invention. 本発明の実施形態における選出条件格納部134の格納状態を示す図である。It is a figure which shows the storage state of the selection condition storage part 134 in embodiment of this invention. 本発明の実施形態における選出条件に該当する期間のイメージを示す図である。It is a figure which shows the image of the period applicable to the selection conditions in embodiment of this invention. 本発明の実施形態における選出利用履歴格納部135の格納状態を示す図である。It is a figure which shows the storage state of the selection utilization log | history storage part 135 in embodiment of this invention. 本発明の実施形態における関連アイテム情報格納部136の格納状態を示す図である。It is a figure which shows the storage state of the related item information storage part 136 in embodiment of this invention. 本発明の実施形態における、選出条件の第1の格納形式を用いた場合の選出利用履歴選出処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the selection utilization log | history selection process at the time of using the 1st storage format of selection conditions in embodiment of this invention. 本発明の実施形態における、選出条件の第1の格納形式を用いた場合の選出利用履歴選出処理のステップS106の第1の条件の選択の例を示す図である。It is a figure which shows the example of selection of the 1st condition of step S106 of the selection utilization log | history selection process at the time of using the 1st storage format of the selection conditions in embodiment of this invention. 本発明の実施形態における、選出条件の第2の格納形式を用いた場合の選出利用履歴選出処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the selection utilization log | history selection process at the time of using the 2nd storage format of selection conditions in embodiment of this invention. 本発明の実施形態における、選出条件の第2の格納形式を用いた場合の選出利用履歴選出処理のステップS211の選出利用履歴の選出の例を示す図である。It is a figure which shows the example of selection of the selection utilization log | history of step S211 of the selection utilization log | history selection process at the time of using the 2nd storage format of selection conditions in embodiment of this invention. 本発明の実施形態における関連アイテム選出処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the related item selection process in embodiment of this invention. 本発明の実施形態における利用情報格納部の格納状態を示す図である。It is a figure which shows the storage state of the utilization information storage part in embodiment of this invention. 本発明の実施形態における楽曲販売サイトでの購入履歴の例を示す図である。It is a figure which shows the example of the purchase history in the music sales site in embodiment of this invention. 本発明の実施形態における楽曲販売サイトでの購入履歴の例を示す図である。It is a figure which shows the example of the purchase history in the music sales site in embodiment of this invention.

以下、本発明の情報処理装置、情報処理方法、及び情報処理プログラムについて、添付図面を参照して説明する。なお、本発明におけるアイテムとは、テキスト、音声、音楽、映像、ウェブページ等のデジタルコンテンツや様々な物品であってもよいし、金融商品、不動産、人物に関する情報等であってもよい。また、衣料品や食料品であってもよい。すなわち本発明におけるアイテムは、有形か無形かを問わず、有料か無料かも問わない。   The information processing apparatus, information processing method, and information processing program of the present invention will be described below with reference to the accompanying drawings. The item in the present invention may be digital content such as text, voice, music, video, web page, and various articles, or may be information on financial products, real estate, and people. It may also be clothing or food. That is, the item in the present invention may be tangible or intangible, whether it is paid or free.

以下に、本発明の実施形態について、図を用いて詳細に説明する。図1は、本発明の実施形態におけるシステム全体の構成図である。本実施形態におけるシステムは、情報処理サーバ装置1と、1つ以上の端末装置3(3a〜3n)がネットワーク2を介して接続されている。
ネットワーク2は、例えばインターネット等のネットワークであり、情報処理サーバ装置1と端末装置3との間の情報のやり取りを仲介する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a configuration diagram of the entire system according to an embodiment of the present invention. In the system according to the present embodiment, the information processing server device 1 and one or more terminal devices 3 (3a to 3n) are connected via a network 2.
The network 2 is a network such as the Internet, for example, and mediates exchange of information between the information processing server device 1 and the terminal device 3.

端末装置3は、CPU、RAM、ROM、ハードディスクドライブ、ネットワークインタフェース等を備える一般的なコンピュータ、または、携帯電話やスマートフォンやタブレットPC等の携帯情報端末であり、ネットワーク2を介して、利用履歴の送信や関連アイテム詳細情報の受信を行う。なお、利用履歴と、後述する利用情報とを総称して利用関連情報とも呼ぶこととする。
利用履歴とは、ユーザによるアイテムの利用に関する情報であり、少なくとも、利用の対象となったアイテムを一意に識別するアイテム識別子を含む。また、利用履歴とは、端末装置3を利用中のユーザ(利用ユーザ)を一意に識別するユーザ識別子、又はそのユーザがアイテムの利用に用いた端末装置3を一意に識別するための端末識別子の少なくともいずれか一方と、利用時期情報とを含む。本実施形態では、ユーザ識別子を用いる場合を例にして説明するが、端末識別子を用いる場合も同様である。利用履歴には、ユーザのアイテムに対する評価(評価値)や、アイテムに対して支払った金額(支払い額)などの情報を含んでもよい。関連アイテム詳細情報とは、ユーザが閲覧や購入を行ったアイテム(基準アイテム)に関連するアイテム(関連アイテム)に関する情報であり、情報処理サーバ装置1に基準アイテムのアイテム識別子を少なくとも含む情報を送信することで得ることのできる情報である。
The terminal device 3 is a general computer equipped with a CPU, RAM, ROM, hard disk drive, network interface, or the like, or a portable information terminal such as a mobile phone, a smartphone, or a tablet PC. Send and receive related item details. Note that the usage history and usage information to be described later are collectively referred to as usage-related information.
The usage history is information related to the use of items by the user, and includes at least an item identifier that uniquely identifies an item that has been used. The usage history is a user identifier that uniquely identifies a user (user) who is using the terminal device 3 or a terminal identifier that uniquely identifies the terminal device 3 that the user has used to use the item. At least one of them and usage time information are included. In the present embodiment, a case where a user identifier is used will be described as an example, but the same applies to a case where a terminal identifier is used. The usage history may include information such as an evaluation (evaluation value) on the item of the user and an amount (payment amount) paid for the item. The related item detailed information is information related to an item (related item) related to an item (reference item) browsed or purchased by the user, and transmits information including at least the item identifier of the reference item to the information processing server device 1. It is information that can be obtained by doing.

情報処理サーバ装置1は、利用履歴に応じて、端末装置3に関連アイテム情報を提供するCPU、RAM、ROM、ハードディスクドライブ、ネットワークインタフェース等を備える一般的なコンピュータである。また、CPU、RAM、ROM、ハードディスクドライブ(HDD)、ネットワークインタフェース等を備えるコンピュータを用いて、ソフトウェア(プログラム)処理として実施することも可能である。
図2は、本実施形態における情報処理サーバ装置1の構成図である。本実施形態における情報処理サーバ装置1は、情報処理サーバ制御部11と、情報処理サーバ通信部12と、各種の情報を格納する格納部である情報処理サーバ格納部13とを有して構成される。
The information processing server device 1 is a general computer including a CPU, a RAM, a ROM, a hard disk drive, a network interface, and the like that provide related item information to the terminal device 3 according to a usage history. Further, it is also possible to implement as software (program) processing using a computer including a CPU, RAM, ROM, hard disk drive (HDD), network interface, and the like.
FIG. 2 is a configuration diagram of the information processing server apparatus 1 in the present embodiment. The information processing server device 1 in this embodiment includes an information processing server control unit 11, an information processing server communication unit 12, and an information processing server storage unit 13 that is a storage unit that stores various types of information. The

情報処理サーバ通信部12は、ネットワーク2を介して端末装置3と通信を行うための機能を有している。   The information processing server communication unit 12 has a function for communicating with the terminal device 3 via the network 2.

情報処理サーバ格納部13は、HDDなどの記憶装置を用いて、様々なデータを記憶する。情報処理サーバ格納部13は、ユーザ情報格納部131と、アイテム情報格納部132と、利用履歴格納部133と、選出条件格納部134と、選出利用履歴格納部135と、関連アイテム情報格納部136とを有して構成される。
ユーザ情報格納部131は、ユーザ情報を複数記憶する。図3は、ユーザ情報格納部131の格納状態を示す図である。ユーザ情報とは、ユーザ識別子(user_id)とユーザ属性情報(user_info)とを関連付けたものであり、図3のようなテーブル形式で記憶する。ユーザ属性情報とは、ユーザの名前、年齢、性別、住所(地域)、趣味、会員になった時期(年月、日付、日時など)、メールアドレス、電話番号などの情報である。
The information processing server storage unit 13 stores various data using a storage device such as an HDD. The information processing server storage unit 13 includes a user information storage unit 131, an item information storage unit 132, a usage history storage unit 133, a selection condition storage unit 134, a selection usage history storage unit 135, and a related item information storage unit 136. And is configured.
The user information storage unit 131 stores a plurality of user information. FIG. 3 is a diagram illustrating a storage state of the user information storage unit 131. The user information is obtained by associating the user identifier (user_id) with the user attribute information (user_info), and is stored in a table format as shown in FIG. The user attribute information is information such as the user's name, age, gender, address (region), hobby, membership time (year, month, date, date, etc.), e-mail address, telephone number, and the like.

アイテム情報格納部132は、アイテム情報を複数記憶する。図4は、アイテム情報格納部132の格納状態を示す図である。アイテム情報とは、アイテム識別子(item_id)とアイテム属性情報(item_info)とを関連付けたものであり、図4のようなテーブル形式で記憶する。アイテム属性情報とは、例えば、アイテムの名称、制作者、制作年、ジャンル、価格、アイテムを利用するのに適したユーザの条件などの情報である。   The item information storage unit 132 stores a plurality of item information. FIG. 4 is a diagram illustrating a storage state of the item information storage unit 132. The item information is an item identifier (item_id) and item attribute information (item_info) associated with each other, and is stored in a table format as shown in FIG. The item attribute information is, for example, information such as an item name, a creator, a production year, a genre, a price, and a user condition suitable for using the item.

利用履歴格納部133は、端末装置3より受信した利用履歴を複数記憶する。図5は、利用履歴格納部133の格納状態を示す図である。利用履歴とは、アイテム識別子(item_id)とユーザ識別子(user_id)と利用時期情報(dl_date)とを関連付けたものであり、図5のようなテーブル形式で記憶する。なお、端末装置3より受信した利用履歴には、利用時期情報が含まれていることを前提にしているが、もし利用時期情報が含まれていない場合は、利用履歴を記憶するときの日時を利用時期情報として記憶すればよい。また、利用履歴に、上記以外の情報が含まれている場合、その情報も含めて利用履歴格納部133に格納できるようにすればよい。   The usage history storage unit 133 stores a plurality of usage histories received from the terminal device 3. FIG. 5 is a diagram illustrating a storage state of the usage history storage unit 133. The usage history is an association of an item identifier (item_id), a user identifier (user_id), and usage time information (dl_date), and is stored in a table format as shown in FIG. It is assumed that the usage history received from the terminal device 3 includes usage time information. However, if the usage history information is not included, the date and time when the usage history is stored is set. What is necessary is just to memorize | store as utilization time information. If the usage history includes information other than the above, the usage history may be stored in the usage history storage unit 133 including the information.

選出条件格納部134は、選出条件を複数記憶する。選出条件とは、複数の利用履歴の中から選出利用履歴(選出利用関連情報)を選出する際の条件を示すものである。この選出条件を用いることで、最近利用したユーザ数が多いアイテムほど、多くの選出利用履歴を選出することができる。また、選出利用履歴とは、後述する関連アイテム選出処理に用いられる利用履歴である。図6(図6(a)〜図6(b))は、選出条件格納部134の格納状態を示す図である。また、図7(図7(a)〜図(b))は、選出条件に該当する期間のイメージを示す図である。以下に図6と図7を用いて、選出条件の2種類の格納形式を説明する。   The selection condition storage unit 134 stores a plurality of selection conditions. The selection condition indicates a condition for selecting a selection usage history (selection usage related information) from a plurality of usage histories. By using this selection condition, an item with a larger number of recently used users can be selected with a larger selection usage history. The selection usage history is a usage history used for related item selection processing described later. FIG. 6 (FIGS. 6A to 6B) is a diagram showing the storage state of the selection condition storage unit 134. FIG. 7 (FIGS. 7A to 7B) is a diagram showing an image of a period corresponding to the selection condition. Hereinafter, two types of storage formats of selection conditions will be described with reference to FIGS. 6 and 7.

選出条件の第1の格納形式は、取得期間(period)と、取得制限数(limit_log)とを関連付けたもの(第1の条件)であり、図6(a)のようなテーブル形式で複数格納する。第1の条件は、取得期間が長くなるほど取得制限数が減っていく。第1の条件(取得期間,取得制限数)として、c1(30day,20)とc2(90day,10)とc3(150day,5)の3つが存在した場合について説明する。第1の条件における取得期間は、過去のある時点(取得開始時期)から所定の時点(取得終了時期)までの期間の長さを示しており、図7(a)のように、第1の条件のそれぞれの取得期間の取得終了時期は同一である。また、第1の条件の取得期間の取得開始時期は、取得終了時期から取得期間の日数分だけ過去に遡った時期となるため、第1の条件ごとに異なる。選出利用履歴は、アイテムごとに、第1の条件の取得期間に対応する取得開始時期から取得終了時期までの間にそのアイテムを利用したユーザに関する利用履歴の中から取得制限数に応じて選出される。   The first storage format of the selection conditions is an association between the acquisition period (period) and the acquisition limit number (limit_log) (first condition), and a plurality of storage conditions are stored in a table format as shown in FIG. To do. The first condition is that the acquisition limit number decreases as the acquisition period becomes longer. A case where there are three first conditions (acquisition period, acquisition limit number), c1 (30 days, 20), c2 (90 days, 10), and c3 (150 days, 5) will be described. The acquisition period in the first condition indicates the length of a period from a past point in time (acquisition start time) to a predetermined point in time (acquisition end time). As shown in FIG. The acquisition end times of the acquisition periods of the conditions are the same. In addition, the acquisition start time of the acquisition period of the first condition is different for each first condition because it is a time that goes back in the past by the number of days of the acquisition period from the acquisition end time. The selection usage history is selected for each item according to the acquisition limit number from the usage history regarding the user who used the item between the acquisition start time and the acquisition end time corresponding to the acquisition period of the first condition. The

なお、直近の利用履歴を全て取得できるような第1の条件を設定してもよい。具体的には、第1の条件のうち、取得期間の最も短いもの対して、例えば、無限大を表す記号「∞」や「0」といった特別な取得制限数を設定する。そして、選出利用履歴を選出する際に、第1の条件に特別な取得制限数が設定されていた場合は、取得期間内の利用履歴を全て選出利用履歴として選出できるようにすればよい。また、1度でも利用されたアイテムに対応する利用履歴を少なくとも1つ取得できるような第1の条件を設定してもよい。具体的には、第1の条件のうち、取得制限数の最も小さい第1の条件の取得期間の取得開始時期が、サービスの開始時期に一致するように取得期間を設定すればよい。 Note that the first condition may be set so that all the latest usage histories can be acquired. Specifically, for the one with the shortest acquisition period among the first conditions, for example, a special acquisition limit number such as symbols “∞” and “0” representing infinity is set. Then, when selecting the selection usage history, if a special acquisition limit number is set in the first condition, all the usage history within the acquisition period may be selected as the selection usage history. In addition, a first condition may be set such that at least one usage history corresponding to an item that has been used once can be acquired. Specifically, the acquisition period may be set so that the acquisition start time of the acquisition period of the first condition having the smallest acquisition limit among the first conditions matches the service start time.

選出条件の第2の格納形式は、適用する選出条件の順番である適用順(order)と、差分取得期間(dif_period)と、取得制限数(limit_log)とを関連付けたもの(第2の条件)であり、図6(b)のようなテーブル形式で複数格納する。第2の条件は、適用順に従って、取得制限数が減少する。第2の条件(適用順,差分取得期間,取得制限数)として、c1(1,30day,20)とc2(2,60day,10)とc3(3,60day,5)の3つが存在した場合、図7(b)のように、第2の条件のそれぞれの差分取得期間は、互いに重ならない。また、c1とc2といったように、適用順が連続する場合、適用順が先の第2の条件の取得終了時期と適用順が後の第2の条件の取得開始時期が一致する。選出利用履歴は、アイテムごとに、第2の条件の差分取得期間に対応する取得開始時期から取得終了時期までの間にそのアイテムを利用したユーザに関する利用履歴の中から取得制限数に応じて選出される。   The second storage format of the selection conditions is an association of the application order (order), which is the order of the selection conditions to be applied, the difference acquisition period (dif_period), and the acquisition limit number (limit_log) (second condition). A plurality of data are stored in a table format as shown in FIG. In the second condition, the acquisition limit number decreases according to the application order. When there are three second conditions (application order, difference acquisition period, acquisition limit number), c1 (1, 30 days, 20), c2 (2, 60 days, 10), and c3 (3, 60 days, 5) As shown in FIG. 7B, the difference acquisition periods of the second condition do not overlap each other. Further, when the application order is continuous, such as c1 and c2, the acquisition end time of the second condition whose application order is earlier matches the acquisition start time of the second condition whose application order is later. The selected usage history is selected for each item according to the acquisition limit number from the usage history related to the user who used the item between the acquisition start time and the acquisition end time corresponding to the difference acquisition period of the second condition. Is done.

なお、直近の利用履歴を全て取得できるような第2の条件を設定してもよい。具体的には、第2の条件のうち、適用順が「1」のものに対して、例えば、無限大を表す記号「∞」や「0」といった特別な取得制限数を設定する。そして、選出利用履歴を選出する際に、第2の条件に特別な取得制限数が設定されていた場合は、取得期間内の利用履歴を全て選出利用履歴として選出できるようにすればよい。また、1度でも利用されたアイテムに対応する利用履歴を少なくとも1つ取得できるような第2の条件を設定してもよい。具体的には、第2の条件のうち、適用順が最も遅い第2の条件の差分取得期間の取得開始時期が、サービスの開始時期と一致するように差分取得期間を設定すればよい。 Note that the second condition may be set so that all the latest usage histories can be acquired. Specifically, a special acquisition limit number such as symbols “∞” and “0” representing infinity is set for the second condition having the application order of “1”. Then, when selecting the selection usage history, if a special acquisition limit number is set in the second condition, all the usage history within the acquisition period may be selected as the selection usage history. In addition, a second condition may be set such that at least one usage history corresponding to an item that has been used once can be acquired. Specifically, the difference acquisition period may be set so that the acquisition start time of the difference acquisition period of the second condition having the latest application order among the second conditions matches the service start time.

なお、図6では、取得期間や差分取得期間を日数で表現しているが、時間単位でもよいし、秒単位でもよい。また、日数の代わりに、その期間の取得開始時期と取得終了時期の組合せを格納してもよい。また、選出条件の第2の格納形式においては、取得制限数の降順が、適用順に一致するため、後の処理で適用順の昇順の代わりに、取得制限数の降順を用いれば、適用順を省略することができる。取得順の選出条件の利用方法に関しては、選出利用履歴作成部112の処理内で詳しく説明する。
上記2つの選出条件以外にも、第1の条件の取得期間の取得終了時期や、適用順「1」の第2の条件の取得期間の取得終了時期となる特定の時点に近い時点の利用履歴の多いアイテムほど、多くの利用履歴を選出することができる条件であれば、その条件を選出条件としてもよい。
In FIG. 6, the acquisition period and the difference acquisition period are expressed in days, but may be in time units or in seconds. Further, instead of the number of days, a combination of the acquisition start time and the acquisition end time of the period may be stored. In addition, in the second storage format of the selection condition, since the descending order of the acquisition limit number matches the application order, if the descending order of the acquisition limit number is used instead of the ascending order of the application order in the subsequent processing, the application order is changed. Can be omitted. The method of using the selection conditions in the acquisition order will be described in detail in the process of the selection usage history creation unit 112.
In addition to the above two selection conditions, the usage history at a time close to a specific time that is the acquisition end time of the acquisition period of the first condition or the acquisition time of the acquisition period of the second condition in the application order “1” As long as an item has a larger number of usage histories, the condition may be used as the selection condition.

選出利用履歴格納部135は、選出利用履歴を複数記憶する。図8は、選出利用履歴の格納状態を示す図である。選出利用履歴は、利用履歴と同様に、アイテム識別子(item_id)とユーザ識別子(user_id)と利用時期情報(dl_date)とを関連付けたものであり、図8のようなテーブル形式で記憶する。選出利用履歴に他の情報が含まれている場合は、選出利用履歴格納部135に、他の情報を格納できるようにすればよい。   The selection usage history storage unit 135 stores a plurality of selection usage histories. FIG. 8 is a diagram illustrating a storage state of the selection usage history. As with the usage history, the selection usage history is an item identifier (item_id), user identifier (user_id), and usage time information (dl_date) associated with each other, and is stored in a table format as shown in FIG. In the case where other information is included in the selected usage history, other information may be stored in the selected usage history storage unit 135.

関連アイテム情報格納部136は、関連アイテム情報を複数記憶する。図9は、関連アイテム情報の格納状態を示す図である。   The related item information storage unit 136 stores a plurality of related item information. FIG. 9 is a diagram illustrating a storage state of related item information.

関連アイテム情報とは、基準アイテムのアイテム識別子(base_item_id)と関連アイテムのアイテム識別子(rel_item_id)と関連度(r_value)とを関連付けたものであり、図9のようなテーブル形式で記憶する。base_item_idとrel_item_idは、どちらもitem_idではあるが、区別するために異なる名称を用いている。 The related item information is obtained by associating the item identifier (base_item_id) of the reference item, the item identifier (rel_item_id) of the related item, and the degree of association (r_value), and is stored in a table format as shown in FIG. Although base_item_id and rel_item_id are both item_id, different names are used to distinguish them.

情報処理サーバ制御部11は、情報処理サーバ装置1を構成する各部に対して、全体的な制御を行う。情報処理サーバ制御部11は、利用履歴登録部111と、選出利用履歴作成部112と、関連アイテム選出部113と、関連アイテム提供部114と、関連度算出部115とを有して構成される。なお、選出利用履歴作成部112と、後述する選出利用情報作成部とを総称して選出利用関連情報作成部とも呼ぶこととする。   The information processing server control unit 11 performs overall control on each unit configuring the information processing server device 1. The information processing server control unit 11 includes a usage history registration unit 111, a selection usage history creation unit 112, a related item selection unit 113, a related item provision unit 114, and a relevance degree calculation unit 115. . The selection usage history creation unit 112 and a selection usage information creation unit described later are collectively referred to as a selection usage related information creation unit.

利用履歴登録部111は、端末装置3より利用履歴を受信した場合に、利用履歴格納部133に、受信した利用履歴を格納する。
選出利用履歴作成部112は、所定のタイミングごとに、選出利用履歴選出処理を行う。所定のタイミングとしては、所定の時間間隔(例えば24時間ごと)を用いてもよいし、利用履歴を一定回数受信するごととしてもよい。また、月曜日〜金曜日までは3時間ごと、土曜日は6時間ごと、日曜日は12時間ごと、というように時間間隔が変動してもよい。また、夏は時間間隔を短くして、冬は時間間隔を長くするなど、季節に応じて時間間隔を変えてもよい。選出利用履歴選出処理は、選出条件の格納形式によって手順が異なる。
When the usage history is received from the terminal device 3, the usage history registration unit 111 stores the received usage history in the usage history storage unit 133.
The selection usage history creation unit 112 performs a selection usage history selection process at every predetermined timing. As the predetermined timing, a predetermined time interval (for example, every 24 hours) may be used, or a usage history may be received a certain number of times. Also, the time interval may vary from Monday to Friday every 3 hours, Saturday every 6 hours, and Sunday every 12 hours. Also, the time interval may be changed according to the season, such as shortening the time interval in summer and increasing the time interval in winter. The selection use history selection process differs depending on the storage format of the selection conditions.

まず、第1の条件を用いた場合の選出利用履歴選出処理について、図10のフローチャートを用いて説明する。
まず、選出利用履歴作成部112が、選出利用履歴格納部135にて、前回の選出利用履歴選出処理にて格納した選出利用履歴を全て削除する(ステップS101)。
次に、選出利用履歴作成部112が、選出条件格納部134より、第1の条件を全て取得する(ステップS102)。
First, the selection use history selection process when the first condition is used will be described with reference to the flowchart of FIG.
First, the selection usage history creation unit 112 deletes all the selection usage histories stored in the previous selection usage history selection process in the selection usage history storage unit 135 (step S101).
Next, the selection usage history creation unit 112 acquires all the first conditions from the selection condition storage unit 134 (step S102).

次に、選出利用履歴作成部112が、ステップS102にて取得した第1の条件ごとに、取得開始時期と取得終了時期を設定する(ステップS103)。取得終了時期は、サービス提供側が予め定めた取得終了時期設定ルールにより決定される。なお、どの第1の条件においても、取得終了時期は同一の時期となる。取得終了時期設定ルールは、例えば、選出利用履歴選出処理を行う時点の時間をそのまま取得終了時期として設定するとしてもよいし、選出利用履歴選出処理を行う前日までの利用履歴が選出対象となるように取得終了時期として設定するとしてもよい。取得開始時期は、取得開始時期から取得終了時期までの期間が、第1の条件の取得期間に一致するように取得開始時期を設定する。取得開始時期から取得終了時期までの期間に該当する利用時期情報を有する利用履歴を特定利用履歴とする。
次に、選出利用履歴作成部112が、ステップS102にて取得した第1の条件のうち、取得期間が最大となる第1の条件(最長期間条件)を選択し、利用履歴格納部133より、最長期間条件に対応する特定利用履歴に含まれるitem_idを重複なしで全て抽出する(ステップS104)。
Next, the selection usage history creation unit 112 sets an acquisition start time and an acquisition end time for each first condition acquired in step S102 (step S103). The acquisition end time is determined by an acquisition end time setting rule predetermined by the service provider. Note that, in any first condition, the acquisition end time is the same time. For example, the acquisition end time setting rule may set the time at which the selection use history selection process is performed as it is as the acquisition end time, or the use history up to the day before the selection use history selection process is selected. May be set as the acquisition end time. The acquisition start time is set so that the period from the acquisition start time to the acquisition end time matches the acquisition period of the first condition. The use history having the use time information corresponding to the period from the acquisition start time to the acquisition end time is set as the specific use history.
Next, the selection usage history creation unit 112 selects the first condition (longest period condition) that maximizes the acquisition period from the first conditions acquired in step S102, and from the usage history storage unit 133, All item_ids included in the specific usage history corresponding to the longest period condition are extracted without duplication (step S104).

次に、選出利用履歴作成部112が、ステップS104にて抽出したitem_idのうち、例えば抽出した順に、1つ選択する(ステップS105)。
次に、選出利用履歴作成部112が、ステップS102にて取得した第1の条件より、ステップS105にて選択したitem_idを含む特定利用履歴の取得可能数が最大となるような第1の条件を1つ選択する(ステップS106)。取得可能数とは、ステップS105にて選択したitem_idを含む特定利用履歴の数と、第1の条件に対応する取得制限数のうち、低い方の数となる。なお、取得可能数が最大となる第1の条件が複数存在する場合は、取得可能数が最大となる第1の条件のうち、取得期間の最も短い第1の条件を選択すればよい。
Next, the selection usage history creation unit 112 selects one item_id extracted in step S104, for example, in the order of extraction (step S105).
Next, the first use history creation unit 112 sets a first condition that maximizes the number of obtainable specific use histories including the item_id selected in step S105 from the first condition obtained in step S102. One is selected (step S106). The number that can be acquired is the lower of the number of specific usage histories including item_id selected in step S105 and the acquisition limit number corresponding to the first condition. When there are a plurality of first conditions that maximize the number of obtainable items, the first condition that has the shortest acquisition period may be selected from among the first conditions that maximize the number of obtainable items.

次に、選出利用履歴作成部112が、利用履歴格納部133より、ステップS106にて選択した第1の条件に対応する特定利用履歴のうち、ステップS105にて選択したitem_idを含むものを全て抽出する(ステップS107)。ここで抽出した特定利用履歴を選出候補利用履歴とする。
次に、選出利用履歴作成部112が、ステップS107にて抽出した選出候補利用履歴より、ステップS106にて選択した第1の条件の取得制限数まで、選出利用履歴として選出する(ステップS108)。このとき、例えば、利用時期情報の新しいものから順に選出すればよい。
次に、選出利用履歴作成部112が、選出利用履歴格納部135に、ステップS108にて選出した選出利用履歴を登録する(ステップS109)。
Next, the selection usage history creation unit 112 extracts from the usage history storage unit 133 all of the specific usage history corresponding to the first condition selected in step S106, including the item_id selected in step S105. (Step S107). The specific usage history extracted here is used as the selection candidate usage history.
Next, the selection usage history creation unit 112 selects as the selection usage history from the selection candidate usage history extracted in step S107 up to the acquisition limit number of the first condition selected in step S106 (step S108). At this time, for example, selection may be made in order from the newest use time information.
Next, the selection usage history creation unit 112 registers the selection usage history selected in step S108 in the selection usage history storage unit 135 (step S109).

次に、選出利用履歴作成部112が、ステップS105にて、ステップS104にて抽出したitem_idを全て選択したか否かを判定する(ステップS110)。全て選択した場合は、ステップS101からステップS110までの一連の処理を終了し、まだ未選択のものが残っている場合はステップS105へ進む。   Next, the selection usage history creation unit 112 determines whether or not all the item_id extracted in step S104 have been selected in step S105 (step S110). If all are selected, the series of processing from step S101 to step S110 is terminated, and if unselected items still remain, the process proceeds to step S105.

ここで、第1の条件を用いた場合の選出利用履歴選出処理において、第1の条件(取得順,取得期間)として、c1(30日,20個)、c2(90日,10個)、c3(150日,5個)の3つが存在する場合における、2アイテム(アイテムA,アイテムB)に対するステップS106の第1の条件の選択の例を図11を用いて説明する。   Here, in the selection use history selection process when the first condition is used, as the first condition (acquisition order, acquisition period), c1 (30 days, 20), c2 (90 days, 10), An example of the selection of the first condition in step S106 for two items (item A, item B) when there are three c3 (150 days, five) will be described with reference to FIG.

まず、選出利用履歴作成部112は、選出対象のアイテム識別子における利用時期情報を参照して、取得制限数を上限に取得期間それぞれに含まれる利用関連情報の数を計数する。つまり、前述の取得可能数を計数する。図11(a)のように、第1の条件c1の取得期間30日に該当するアイテムAの特定利用履歴の数が「6」個、第1の条件c2の取得期間90日に該当するアイテムAの特定利用履歴の数が「18」個、第1の条件c3の取得期間150日に該当するアイテムAの特定利用履歴の数が「32」個の場合、それぞれの第1の条件において、アイテムAにおける特定利用履歴の取得可能数は、それぞれ「6」個、「10」個、「5」個となる。
そして、選出利用履歴作成部112は、計数した利用関連情報の数(取得可能数)が最も多い取得期間に含まれる利用関連情報を選出対象のアイテム識別子における選出利用関連情報として選出する。アイテムAにおいては、取得可能数が最大となる第1の条件c2を選択し、第1の条件c2の取得期間90日に該当するアイテムAの特定利用履歴「18」個より、第1の条件c2の取得制限数「10」個を上限に、選出利用関連情報として選出することとなる。
First, the selection usage history creation unit 112 refers to the usage time information in the item identifier to be selected, and counts the number of usage related information included in each acquisition period with the acquisition limit number as an upper limit. That is, the above-mentioned acquirable number is counted. As shown in FIG. 11A, the number of specific usage histories of the item A corresponding to the acquisition period 30th of the first condition c1 is “6”, and the item corresponding to the acquisition period 90th of the first condition c2. When the number of specific usage histories of A is “18” and the number of specific usage histories of item A corresponding to the acquisition period 150 days of the first condition c3 is “32”, in each first condition, The number of specific usage histories that can be acquired for item A is “6”, “10”, and “5”, respectively.
Then, the selection usage history creation unit 112 selects the usage related information included in the acquisition period in which the counted number of usage related information (acquisable number) is the largest as the selection usage related information in the item identifier to be selected. In item A, the first condition c2 that maximizes the number of items that can be acquired is selected, and the first condition c18 is obtained from the specific usage history “18” items corresponding to the acquisition period 90 days of the first condition c2. The c2 acquisition limit number “10” is set as the upper limit, and it is selected as selection-use related information.

また、図11(b)のように、第1の条件c1の取得期間30日に該当するアイテムBの特定利用履歴の数が「13」個、第1の条件c2の取得期間90日に該当するアイテムBの特定利用履歴の数が「17」個、第1の条件c3の取得期間150日に該当するアイテムBの特定利用履歴の数が「25」個の場合、それぞれの第1の条件において、アイテムBにおける特定利用履歴の取得可能数は、それぞれ「13」個、「10」個、「5」個となる。このため、アイテムBにおいては、取得可能数が最大となる第1の条件c1を選択すればよい。このように、取得期間150日における特定利用履歴の数は、アイテムBより、アイテムAの方が多いが、アイテムBの方が直近で多くのユーザに利用されているため、選出される利用履歴の数は、アイテムBの方が多くなる。
以上が、第1の条件を用いた場合の選出利用履歴選出処理の説明である。このように、選出対象の利用主体識別子における利用時期情報を参照して、取得制限数を上限に取得期間それぞれに含まれる利用関連情報の数を計数し、計数した利用関連情報の数(取得可能数)が最も多い取得期間に含まれる利用関連情報を選出対象の利用主体識別子における選出利用関連情報として選出している。
Further, as shown in FIG. 11B, the number of specific usage histories of item B corresponding to the acquisition period 30th of the first condition c1 is “13”, corresponding to the acquisition period 90th of the first condition c2. When the number of specific usage histories of item B to be “17” and the number of specific usage histories of item B corresponding to the acquisition period 150 days of the first condition c3 is “25”, each first condition , The number of specific usage histories that can be acquired for item B is “13”, “10”, and “5”, respectively. For this reason, for item B, the first condition c1 that maximizes the number of obtainable items may be selected. Thus, the number of specific usage histories in the acquisition period of 150 days is larger for item A than for item B, but since item B is more recently used by many users, the selected usage history is The number of items B is larger for item B.
The above is the description of the selection use history selection process when the first condition is used. In this way, by referring to the usage time information in the user subject identifier to be selected, the number of usage related information included in each acquisition period is counted up to the limit of acquisition, and the number of usage related information counted (acquisable The usage related information included in the acquisition period with the largest number) is selected as the selected usage related information in the selection subject identifier.

次に、第2の条件を用いた場合の選出利用履歴選出処理について、図12のフローチャートを用いて説明する。
まず、選出利用履歴作成部112が、選出利用履歴格納部135にて、前回の選出利用履歴選出処理にて格納した選出利用履歴を全て削除する(ステップS201)。
次に、選出利用履歴作成部112が、選出条件格納部134より、第2の条件を全て取得する(ステップS202)。
次に、選出利用履歴作成部112が、取得終了時期の初期設定をする(ステップS203)。取得終了時期の初期設定は、サービス提供側が予め定めた取得終了時期初期設定ルールにより行えばよい。取得終了時期初期設定ルールは、例えば、選出利用履歴選出処理を行う時点の時間をそのまま取得終了時期として設定するとしてもよいし、選出利用履歴選出処理を行う前日までの利用履歴が選出対象となるように取得終了時期として設定するとしてもよい。
Next, the selection use history selection process when the second condition is used will be described with reference to the flowchart of FIG.
First, the selection usage history creation unit 112 deletes all the selection usage histories stored in the previous selection usage history selection process in the selection usage history storage unit 135 (step S201).
Next, the selection usage history creation unit 112 acquires all the second conditions from the selection condition storage unit 134 (step S202).
Next, the selection and use history creation unit 112 initializes the acquisition end time (step S203). The initial setting of the acquisition end time may be performed according to the acquisition end time initial setting rule predetermined by the service provider. The acquisition end time initial setting rule may be set, for example, as the acquisition end time as it is as the time at which the selection use history selection process is performed, or the use history up to the day before the selection use history selection process is selected. As such, it may be set as the acquisition end time.

次に、選出利用履歴作成部112が、ステップS202にて取得した第2の条件を、適用順(order)の昇順に、1つ選択する(ステップS204)。
次に、選出利用履歴作成部112が、ステップS204にて選択した第2の条件に応じて、取得開始時期を設定する(ステップS205)。取得開始時期は、取得開始時期から取得終了時期までの期間が、第2の条件の差分取得期間に一致するように取得開始時期を設定する。取得開始時期から取得終了時期までの期間に該当する利用時期情報を有する利用履歴を特定利用履歴とする。
次に、選出利用履歴作成部112が、利用履歴格納部133より、ステップS204にて選択した第2の条件に対応する特定利用履歴に含まれるitem_idを重複なしで全て抽出する(ステップS206)。
次に、選出利用履歴作成部112が、ステップS206にて抽出したitem_idのうち、例えば抽出した順に、1つ選択する(ステップS207)。
Next, the selection usage history creation unit 112 selects one second condition acquired in step S202 in ascending order of application order (step S204).
Next, the selection usage history creation unit 112 sets an acquisition start time according to the second condition selected in step S204 (step S205). The acquisition start time is set so that the period from the acquisition start time to the acquisition end time matches the difference acquisition period of the second condition. The use history having the use time information corresponding to the period from the acquisition start time to the acquisition end time is set as the specific use history.
Next, the selected usage history creation unit 112 extracts all item_ids included in the specific usage history corresponding to the second condition selected in step S204 from the usage history storage unit 133 without duplication (step S206).
Next, the selection usage history creation unit 112 selects one item_id extracted in step S206, for example, in the order of extraction (step S207).

次に、選出利用履歴作成部112が、ステップS207にて選択したitem_idに対応する選出利用履歴の登録数を算出する(ステップS208)。登録数を算出するには、選出利用履歴格納部135に格納されている選出利用履歴のうち、ステップS207にて選択したitem_idを含むものを数え上げればよい。
次に、選出利用履歴作成部112が、ステップS204にて選択した第2の条件の取得制限数が、ステップS208にて算出した登録数より大きいか否かを判定する(ステップS209)。登録数より大きい場合は、ステップS210へ進み、登録数以下の場合は、ステップS213へ進む。
ステップS210では、選出利用履歴作成部112が、利用履歴格納部133より、ステップS204にて選択した第2の条件に対応する特定利用履歴のうち、ステップS207にて選択したitem_idを含むものを全て抽出する。ここで抽出した特定利用履歴を選出候補利用履歴とする。
Next, the selection usage history creation unit 112 calculates the number of registrations of the selection usage history corresponding to the item_id selected in step S207 (step S208). In order to calculate the number of registrations, the selection usage history stored in the selection usage history storage unit 135 may be counted including the item_id selected in step S207.
Next, the selection usage history creation unit 112 determines whether or not the acquisition limit number of the second condition selected in step S204 is larger than the registration number calculated in step S208 (step S209). If it is larger than the registered number, the process proceeds to step S210. If it is equal to or smaller than the registered number, the process proceeds to step S213.
In step S210, the selected usage history creation unit 112 receives all items including the item_id selected in step S207 from the usage history storage unit 133 among the specific usage history corresponding to the second condition selected in step S204. Extract. The specific usage history extracted here is used as the selection candidate usage history.

次に、選出利用履歴作成部112が、ステップS210にて抽出した選出候補利用履歴より、ステップS204にて選択した第2の条件の取得制限数からステップS208にて算出した登録数を差し引いた登録可能数まで、選出利用履歴として選出する(ステップS211)。このとき、例えば、利用時期情報の新しいものから順に選出すればよい。
次に、選出利用履歴作成部112が、選出利用履歴格納部135に、ステップS211にて選出した選出利用履歴を登録する(ステップS212)。次に、ステップS213へ進む。
ステップS213では、選出利用履歴作成部112が、ステップS207にて、ステップS206にて抽出したitem_idを全て選択したか否かを判定する。全て選択した場合は、ステップS214へ進み、まだ未選択のものが残っている場合はステップS207へ進む。
Next, the selection usage history creation unit 112 subtracts the registration number calculated in step S208 from the acquisition limit number of the second condition selected in step S204 from the selection candidate usage history extracted in step S210. Up to the possible number is selected as selection usage history (step S211). At this time, for example, selection may be made in order from the newest use time information.
Next, the selection usage history creation unit 112 registers the selection usage history selected in step S211 in the selection usage history storage unit 135 (step S212). Next, it progresses to step S213.
In step S213, the selection usage history creation unit 112 determines whether or not all item_id extracted in step S206 have been selected in step S207. If all are selected, the process proceeds to step S214, and if there are still unselected ones, the process proceeds to step S207.

ステップS214では、選出利用履歴作成部112が、ステップS204にて、ステップS202にて取得した第2の条件を全て選択したか否かを判定する。全て選択した場合は、ステップS201からステップS215までの一連の処理を終了し、まだ未選択のものが残っている場合はステップS215へ進む。
ステップS215では、選出利用履歴作成部112が、取得終了時期を、ステップS205にて設定した取得開始時期と一致するように更新する。次に、ステップS204へ進む。
In step S214, the selection usage history creation unit 112 determines whether or not all the second conditions acquired in step S202 have been selected in step S204. If all are selected, the series of processing from step S201 to step S215 is terminated, and if unselected items still remain, the process proceeds to step S215.
In step S215, the selection usage history creation unit 112 updates the acquisition end time so as to coincide with the acquisition start time set in step S205. Next, the process proceeds to step S204.

第2の条件の取得制限数は、適用順に応じて少なくなるため、適用順の早い段階で登録数が取得制限数以上になったアイテム(つまり、最近利用したユーザ数の多いアイテム)ほど、多くの利用履歴を選出利用履歴として選出することができる。   Since the acquisition limit number of the second condition is reduced according to the application order, the item whose registration number exceeds the acquisition limit number at an early stage of the application order (that is, an item having a large number of recently used users) is larger. Can be selected as the selected usage history.

ここで、第2の条件を用いた場合の選出利用履歴選出処理において、第2の条件(適用順,差分取得期間,取得制限数)として、c1(1,30日,20個)、c2(2,60日,10個)、c3(3,60日,5個)の3つが存在する場合における、2アイテム(アイテムA,アイテムB)に対するステップS211の選出利用履歴の選出の例を図13を用いて説明する。アイテムAにおいて、図13(a)のように、適用順「1」の第2の条件c1の取得制限数が「20」個、登録数が「0」個となっているため、差分取得期間30日に該当するアイテムAの特定利用履歴「6」個全てを選出利用履歴として選出する。   Here, in the selection usage history selection process when the second condition is used, c1 (1, 30 days, 20), c2 (as the second condition (application order, difference acquisition period, acquisition limit number)) FIG. 13 shows an example of selection of the selection usage history in step S211 for two items (item A, item B) when there are three items, ie, 2, 60 days, 10 items) and c3 (3, 60 days, 5 items). Will be described. In item A, as shown in FIG. 13A, the acquisition limit number of the second condition c1 in the application order “1” is “20” and the registration number is “0”, so the difference acquisition period All “6” specific usage histories of item A corresponding to the 30th day are selected as selection usage histories.

次に、適用順「2」の第2の条件c2に進み、条件c2の取得制限数が「10」個、登録数である選出した選出利用履歴の総数が「6」個となっているため、差分取得期間60日に該当するアイテムAの特定利用履歴「12」個の中から、利用時期情報の新しい順に「4」個を選出利用履歴として選出する。
そして、適用順「3」の第2の条件c3の取得制限数が「5」個、登録数である選出した選出利用履歴の総数が「10」個となっているため、選出利用履歴の選出を行わない。
Next, the process proceeds to the second condition c2 in the application order “2”, and the acquisition limit number of the condition c2 is “10”, and the total number of selected use histories selected as the registration number is “6”. From the “12” specific usage histories of the item A corresponding to the difference acquisition period 60, “4” items are selected as the selection usage history in the order of the new usage time information.
Since the acquisition limit number of the second condition c3 in the application order “3” is “5” and the total number of selected usage histories selected as the number of registrations is “10”, the selection usage history is selected. Do not do.

また、アイテムBにおいて、図13(b)のように、適用順「1」の第2の条件c1の取得制限数が「20」個、登録数が「0」個となっているため、差分取得期間30日に該当するアイテムBの特定利用履歴「13」個全てを選出利用履歴として選出する。次に、適用順「2」の第2の条件c2の取得制限数が「10」個、登録数である選出した選出利用履歴の総数が「13」個となって選出利用履歴の選出を行わない。そして、適用順「3」の第2の条件c3の取得制限数が「5」個、登録数である選出した選出利用履歴の総数が「13」個となっているため、ここでも選出利用履歴の選出を行わない。このように、全差分取得期間における特定利用履歴の総数は、アイテムAが「32」個、アイテムBが「25」個といったように、アイテムAの方が多いが、アイテムBの方が直近で多くのアイテムを利用しているため、選出される利用履歴の数は、アイテムBの方が多くなる。 In item B, as shown in FIG. 13B, the number of acquisition limits for the second condition c1 in the application order “1” is “20” and the number of registrations is “0”. All “13” specific usage histories of item B corresponding to the acquisition period 30 days are selected as selection usage histories. Next, the selected usage history is selected with the acquisition limit number of the second condition c2 in the application order “2” being “10” and the total number of the selected selection usage histories being the registration number being “13”. Absent. Since the acquisition limit number of the second condition c3 in the application order “3” is “5” and the total number of selected usage histories selected as the number of registrations is “13”, the selection usage history is again here. Do not elect. Thus, the total number of specific usage histories in the total difference acquisition period is larger for item A, such as “32” for item A and “25” for item B, but item B is more recent. Since many items are used, item B has a larger number of usage histories to be selected.

以上が、第2の条件を用いた場合の選出利用履歴選出処理の説明である。このように、特定の時点に近い差分取得期間に対応する選出条件から順に、その選出条件における取得制限数を上限に、アイテム識別子ごとに利用関連情報を選出し、そして、現在選出に用いている選出条件における取得制限数が、選出対象のアイテム識別子における選出済みの選出利用関連情報の総数である登録数より多い場合に、現在選出に用いている選出条件における取得制限数から前記登録数を差し引いた数を上限に利用関連情報を選出することで、そのアイテム識別子における選出利用関連情報を選出している。
第1の条件を用いた場合においても、第2の条件を用いた場合においても、同一ユーザの同一アイテムに対する利用が複数回ある、つまり、(item_id,user_id)の組合せが一致する利用履歴が複数存在する場合は、選出利用履歴選出処理の各ステップにおいて、同一の(item_id,user_id)を有する利用履歴のうち、利用時期情報が最新のものだけを用いて、それ以外のものは利用しないとしてもよい。利用時期情報が最新の利用履歴だけを用いることで、推薦処理に用いるユーザ数を十分に確保することができる。
以上のように、第1の条件や第2の条件を用いて選出利用履歴選出処理を行うことで、最近よく利用されている、つまり、直近で多くのユーザに関連アイテムを閲覧される機会の多い基準アイテムの利用履歴を多く取得することになり、推薦の精度を維持することができる。また、最近あまり利用されていない、つまり、直近でほとんどのユーザに関連アイテムを閲覧される機会がないために、推薦の精度に大きな影響を与えることのない基準アイテムの利用履歴数を大きく制限することで、高い計算量の削減効果を得ることができる。また、少数ながらも利用履歴を抽出することができるので、最近あまり利用されていない基準アイテムでも関連アイテムを選出でき、推薦可能な基準アイテム数を確保することができる。
The above is the description of the selection use history selection process when the second condition is used. In this way, in order from the selection condition corresponding to the difference acquisition period close to a specific point in time, the usage-related information is selected for each item identifier with the acquisition limit number in the selection condition as the upper limit, and is currently used for selection. If the acquisition limit in the selection condition is greater than the number of registrations, which is the total number of selection-use related information that has already been selected in the item identifier to be selected, the registration number is subtracted from the acquisition limit in the selection conditions currently used for selection. By selecting the usage related information up to the upper limit, the selection usage related information in the item identifier is selected.
Even when the first condition is used and when the second condition is used, there are multiple uses of the same user for the same item, that is, multiple usage histories with the same combination of (item_id, user_id). If it exists, in each step of the selection use history selection process, it is possible to use only the latest use time information among the use histories having the same (item_id, user_id) and not use the others. Good. By using only the latest usage history, the number of users used for the recommendation process can be sufficiently secured.
As described above, by performing the selection use history selection process using the first condition or the second condition, it has been used frequently recently, that is, the opportunity of browsing related items by many users most recently. Many usage histories of reference items are acquired, and the accuracy of recommendation can be maintained. In addition, the number of reference items that have not been used much recently, that is, because there is no opportunity for most users to view related items recently, does not greatly affect the accuracy of recommendation. Thus, it is possible to obtain a high calculation amount reduction effect. In addition, since the usage history can be extracted although the number is small, related items can be selected even with reference items that have not been used much recently, and the number of recommended reference items can be secured.

関連度算出部115は、選出利用履歴作成部112による選出利用履歴選出処理が終了したあとに関連度を算出し、その後、関連アイテム選出部113は、関連アイテム選出処理を行う。
関連アイテム選出処理について、図14のフローチャートを用いて説明する。
まず、関連度算出部115は、関連アイテム情報格納部136に格納されている関連アイテム情報を削除する(ステップS301)。関連アイテム情報を削除する方法は、以下の2種類がある。
関連アイテム情報削除の第1の方法は、関連アイテム情報格納部136に格納されている関連アイテム情報を全て削除する方法である。この方法は、選択を行わずに全ての関連アイテム情報を削除するため、処理量が小さくなる。
The degree-of-relevance calculation unit 115 calculates the degree of association after the selection / use history selection process by the selection / use history creation unit 112 is completed, and then the related item selection unit 113 performs a related item selection process.
The related item selection process will be described with reference to the flowchart of FIG.
First, the related degree calculation unit 115 deletes related item information stored in the related item information storage unit 136 (step S301). There are the following two methods for deleting related item information.
The first method of deleting related item information is a method of deleting all related item information stored in the related item information storage unit 136. Since this method deletes all related item information without performing selection, the amount of processing is reduced.

関連アイテム情報削除の第2の方法は、関連アイテム情報のうち、ステップS302以降の処理で新たに関連アイテム情報が作成される基準アイテムの関連アイテム情報のみを削除する方法である。関連アイテム情報は、選出利用履歴格納部135に格納されている選出利用履歴に含まれるitem_idに対応する基準アイテムのみ作成される。そのため、選出利用履歴格納部135に格納されているいずれかの選出利用履歴に含まれるitem_idと一致するbase_item_idを有する関連アイテム情報のみを削除することで実現できる。   The second method of deleting related item information is a method of deleting only related item information of reference items for which new related item information is created in the processing after step S302 from among related item information. In the related item information, only the reference item corresponding to item_id included in the selected usage history stored in the selected usage history storage unit 135 is created. Therefore, it can be realized by deleting only related item information having base_item_id that matches item_id included in any of the selected usage histories stored in the selected usage history storage unit 135.

この方法は、ステップS302以降の処理で新たに関連アイテム情報が作成されない基準アイテムに対して、過去の関連アイテム情報を残すことができる。 This method can leave past related item information for a reference item for which new related item information is not newly created in the processing from step S302.

次に、関連度算出部115は、選出利用履歴格納部135より、全てのitem_idを重複なしで抽出する(ステップS302)。
次に、関連度算出部115は、ステップS302にて抽出したitem_idのうち、例えば抽出した順に、基準アイテムのitem_idとして1つ選択する(ステップS303)。
次に、関連度算出部115は、選出利用履歴格納部135より、ステップS303にて選択したitem_idを含む選出利用履歴を基準選出利用履歴として、全て取得する(ステップS304)。
Next, the relevance calculation unit 115 extracts all item_ids without duplication from the selected usage history storage unit 135 (step S302).
Next, the degree-of-association calculation unit 115 selects one item_id as the reference item item_id in the order of extraction among the item_id extracted in step S302 (step S303).
Next, the degree-of-association calculation unit 115 acquires all the selection usage histories including the item_id selected in step S303 from the selection usage history storage unit 135 as reference selection usage histories (step S304).

次に、関連度算出部115は、選出利用履歴格納部135より、ステップS304にて取得した基準選出利用履歴のいずれかに含まれるuser_idを含む選出利用履歴のうち、ステップS303にて選択したitem_id以外のitem_idを関連候補アイテムのitem_idとして重複なしで全て抽出する(ステップS305)。   Next, the relevance calculation unit 115 selects the item_id selected in step S303 from the selection usage history including the user_id included in any of the reference selection usage history acquired in step S304 from the selection usage history storage unit 135. All item_ids other than are extracted without duplication as item_id of related candidate items (step S305).

次に、関連度算出部115は、選出利用履歴格納部135より、ステップS305にて抽出した関連候補アイテムのitem_idのいずれかを含む選出利用履歴を関連候補選出利用履歴として取得する(ステップS306)。
次に、関連度算出部115は、基準選出利用履歴と関連候補選出利用履歴とを用いて、関連候補アイテムごとに、基準アイテムとの関連度を算出する(ステップS307)。関連度を算出する方法として例えば、基準選出利用履歴に含まれるユーザの集合と、関連候補アイテムに対応する関連候補選出利用履歴に含まれるユーザの集合とのJaccard(ジャカード)係数を用いればよい。また、基準アイテムに対するユーザの好みの度合いを示す嗜好度を基準選出利用履歴を用いて算出し、関連候補アイテムに対する嗜好度を関連候補選出利用履歴を用いて算出した上で、嗜好度を用いた2アイテム間のコサイン距離を関連度としてもよい。また、基準選出利用履歴に含まれるユーザ集合と関連候補選出利用履歴に含まれるユーザ集合の両方に存在するユーザのアイテムに対する嗜好度を、ユーザがアイテムに対して付与した評価とみたてて、ピアソン積率相関係数を用いてもよい。なお、上記の関連度算出方法の他にも公知の種々の関連度算出方法を用いることができる。
Next, the degree-of-relevance calculation unit 115 acquires, as a related candidate selection usage history, a selection usage history including any of the item_ids of the related candidate items extracted in step S305 from the selection usage history storage unit 135 (step S306). .
Next, the degree-of-association calculation unit 115 calculates the degree of association with the reference item for each related candidate item using the reference selection usage history and the related candidate selection usage history (step S307). As a method of calculating the degree of association, for example, a Jaccard coefficient between a set of users included in the reference selection usage history and a set of users included in the related candidate selection usage history corresponding to the related candidate item may be used. . In addition, the preference level indicating the degree of preference of the user with respect to the reference item is calculated using the reference selection usage history, the preference level for the related candidate item is calculated using the related candidate selection usage history, and the preference level is used. A cosine distance between two items may be used as the degree of association. Further, the user's preference for the item existing in both the user set included in the reference selection usage history and the user set included in the related candidate selection usage history is regarded as an evaluation given to the item by the user. A product moment correlation coefficient may be used. In addition to the above-described relevance calculation method, various known relevance calculation methods can be used.

なお、嗜好度は、利用回数や、評価値や、支払額などの値をそのまま嗜好度として利用することもできるし、複数の値の和や積などを用いて算出した値を用いればよい。また、利用時期情報を用いて嗜好度を算出してもよい。 As the preference level, values such as the number of use, evaluation value, and payment amount can be used as the preference level, or a value calculated using the sum or product of a plurality of values may be used. Moreover, you may calculate a preference degree using utilization time information.

また、関連度算出を行う際に、選出条件である第1の条件や第2の条件による重み付けを行うことができる。
まず、第1の条件による関連度の重み付けについて説明する。
第1の条件による関連度の重み付けを行うには、第1の条件を用いた選出利用履歴選出処理にて、アイテムごとに選択された第1の条件を情報処理サーバ格納部13に格納した上で、まず、2アイテム間における選択された第1の条件の取得期間の差が小さければ小さいほど大きくなるような重み付け係数を算出する。2アイテム(アイテムxとアイテムy)の重み付け係数w(x、y)は、例えば、アイテムxに対して選択された第1の条件の取得期間をp(x)とし、アイテムyに対して選択された第1の条件の取得期間をp(y)とした場合に、定数k(>0)を用いて、式(1)にて算出することができる。
Further, when calculating the degree of association, weighting can be performed according to the first condition and the second condition which are selection conditions.
First, the relevance weighting according to the first condition will be described.
In order to weight the degree of relevance according to the first condition, the first condition selected for each item is stored in the information processing server storage unit 13 in the selection use history selection process using the first condition. First, a weighting coefficient is calculated such that the smaller the difference in the acquisition period of the selected first condition between the two items is, the larger the coefficient is. The weighting coefficient w (x, y) of two items (item x and item y) is selected for the item y, for example, with the acquisition period of the first condition selected for the item x as p (x) When the obtained acquisition period of the first condition is p (y), it can be calculated by Expression (1) using a constant k (> 0).

Figure 2013130921
Figure 2013130921

また、定数α(>0)、β1(>0)、β2(>0)を用いて、式(2)にて算出することができる。 Moreover, it is computable by Formula (2) using constant (alpha) (> 0), (beta) 1 (> 0), (beta) 2 (> 0).

Figure 2013130921
Figure 2013130921

具体的に、例えば、アイテムxに対して選択された第1の条件が図7(a)のc2(90day,10)であり、アイテムyに対して選択された第1の条件が図7(a)のc1(30day,20)であった場合、p(x)に「90」を代入し、p(y)に「30」を代入することで、重み付け係数w(x,y)を算出することができる。もちろん、他の方法を用いて重み付け係数を算出してもよい。そして、関連度v(x,y)を、Jaccard係数等を用いて算出した単純関連度v’(x,y)と重み付け係数w(x,y)とを用いて、式(3)、または、式(4)にて算出することができる。 Specifically, for example, the first condition selected for the item x is c2 (90day, 10) in FIG. 7A, and the first condition selected for the item y is FIG. In the case of c1 (30 day, 20) of a), “90” is substituted for p (x), and “30” is substituted for p (y), thereby calculating the weighting coefficient w (x, y). can do. Of course, the weighting coefficient may be calculated using other methods. Then, the relevance level v (x, y) is calculated using the simple relevance level v ′ (x, y) and the weighting coefficient w (x, y) calculated using the Jaccard coefficient or the like, And can be calculated by equation (4).

Figure 2013130921
Figure 2013130921

Figure 2013130921
Figure 2013130921

次に、第2の条件による関連度の重み付けについて説明する。
第2の条件による関連度の重み付けを行うには、第2の条件を用いた選出利用履歴選出処理にて、アイテムごとに最後に選出利用履歴を選出した第2の条件を情報処理サーバ格納部13に格納した上で、まず、2アイテムの最後に選択された第2の条件の適用順が近いほど大きくなるような重み付け係数を算出する。2アイテム(アイテムxとアイテムy)の重み付け係数w(x、y)は、例えば、アイテムxの適用順をr(x)とし、アイテムyの適用順をr(y)とし、式(1)や式(2)のp(x)とp(y)を、それぞれr(x)とr(y)に置き換えることで算出することができる。なお、最後に選択された第2の条件とは、取得制限数に達したときの第2の条件である。
Next, the relevance weighting according to the second condition will be described.
In order to weight the relevance level according to the second condition, the information processing server storage unit stores the second condition in which the selection usage history is selected last for each item in the selection usage history selection processing using the second condition. First, a weighting coefficient is calculated so as to increase as the application order of the second condition selected at the end of the two items is closer. The weighting coefficient w (x, y) of two items (item x and item y) is, for example, that the application order of item x is r (x), the application order of item y is r (y), and formula (1) And p (x) and p (y) in equation (2) can be calculated by replacing them with r (x) and r (y), respectively. The last selected second condition is the second condition when the acquisition limit number is reached.

具体的に、例えば、アイテムxに対して選択された第2の条件が図7(b)のc1(1,30day,20)であり、アイテムyに対して選択された第2の条件が図7(b)のc3(3,60day,5)であった場合、r(x)に「1」を代入し、r(y)に「3」を代入することで、重み付け係数w(x,y)を算出することができる。もちろん、他の方法を用いて重み付け係数を算出してもよい。そして、第1の条件の場合と同様に、関連度v(x,y)を、Jaccard係数等を用いて算出した単純関連度v’(x,y)と、重み付け係数w(x,y)を用いて、式(3)、または、式(4)にて算出することができる。 Specifically, for example, the second condition selected for the item x is c1 (1, 30day, 20) in FIG. 7B, and the second condition selected for the item y is illustrated in FIG. In the case of c3 (3, 60 days, 5) of 7 (b), by assigning “1” to r (x) and “3” to r (y), the weighting coefficient w (x, y) can be calculated. Of course, the weighting coefficient may be calculated using other methods. As in the case of the first condition, the relevance level v (x, y) is calculated by using the simple relevance level v ′ (x, y) using the Jaccard coefficient or the like, and the weighting coefficient w (x, y). Can be calculated by the equation (3) or the equation (4).

以上のように、関連度に対して選出条件を考慮することで、同時期に流行った2アイテム間の関連度を高くすることができる。これは、最近あまり利用されていない基準アイテムに対する関連アイテムの精度を補うことにつながる。最近あまり利用されていない基準アイテムに対応する関連アイテムは、あまり閲覧されることがないとはいっても、全く閲覧されることがないわけではない。そこで、同時期に流行ったアイテムを関連アイテムとして提示しやすくすることで、ユーザがその関連アイテムを閲覧した場合に、ユーザが「そういえばこのアイテムも同じ時期に流行ったな」と感じ、推薦結果の信頼性を上げることができる。なお、第1の条件や第2の条件に対する重み付け係数をそのまま関連度として用いてもよい。   As described above, by considering the selection condition for the degree of relevance, the degree of relevance between two items that were popular at the same time can be increased. This leads to supplementing the accuracy of related items relative to reference items that have not been used much recently. Although related items corresponding to reference items that have not been used much recently are not often viewed, they are not necessarily viewed at all. Therefore, by making it easy to present items that were popular at the same time as related items, when the user browsed the related items, the user felt that “this item was also popular at the same time”, and the recommendation result Can improve the reliability. Note that the weighting coefficient for the first condition or the second condition may be used as it is as the degree of relevance.

次に、関連アイテム選出部113は、ステップS307にて算出した関連度を基に、関連候補アイテムの中から、関連アイテムを選出する(ステップS308)。関連アイテムを選出するには、関連度の高い順にサービス提供側が予め定めた所定数までの関連候補アイテムを関連アイテムとして選出してもよい。また、サービス提供側が予め定めた所定値より高い関連度を有する関連候補アイテムを関連アイテムとして選出してもよい。もちろん、全ての関連候補アイテムを関連アイテムとして選出してもよい。
次に、関連アイテム選出部113は、関連アイテム情報格納部136に、ステップS308にて選出した関連アイテムごとに、ステップS303にて選択した基準アイテムのitem_id(base_item_id)と、ステップS308にて選出した関連アイテムのitem_id(rel_item_id)と、ステップS307にて算出した関連度(r_value)とを関連付けた関連アイテム情報を格納する(ステップS309)。
Next, the related item selection unit 113 selects related items from the related candidate items based on the degree of relevance calculated in step S307 (step S308). In order to select related items, up to a predetermined number of related candidate items predetermined by the service provider in order from the highest degree of relevance may be selected as related items. Moreover, you may select the related candidate item which has a higher degree of relevance than the predetermined value which the service provision side determined beforehand as a related item. Of course, all the related candidate items may be selected as related items.
Next, the related item selection unit 113 selects, in the related item information storage unit 136, the item_id (base_item_id) of the reference item selected in step S303 and the item selected in step S308 for each related item selected in step S308. The related item information that associates the item_id (rel_item_id) of the related item with the relevance (r_value) calculated in step S307 is stored (step S309).

次に、関連アイテム選出部113は、ステップS303にて、ステップS302にて抽出した全てのitem_idが選択されたか否かを判定する(ステップS310)。全て選択された場合は、ステップS301からステップS310までの一連の処理を終了し、まだ未選択のものが存在する場合はステップS303へ進む。   Next, the related item selection unit 113 determines whether all the item_id extracted in step S302 have been selected in step S303 (step S310). If all are selected, the series of processing from step S301 to step S310 is terminated, and if there are still unselected ones, the process proceeds to step S303.

以上のように、利用履歴の一部である選出利用履歴のみを用いて関連度を算出して、関連アイテムを選出することで、少ない計算量で関連アイテムを選出することができる。
なお、上記で説明した関連アイテム選出処理では、基準アイテムに関する処理(ステップS302とステップS304)と、関連候補アイテムに関する処理(ステップS305とステップS306)の両方で、選出利用履歴を用いて処理を行っているが、少なくとも一方の処理で選出利用履歴を用いれば、もう一方の処理で利用履歴を用いても、計算量を削減することができる。
As described above, it is possible to select related items with a small amount of calculation by calculating the degree of association using only the selected usage history that is a part of the usage history and selecting related items.
In the related item selection process described above, processing is performed using the selection usage history in both the process related to the reference item (steps S302 and S304) and the process related to the related candidate item (steps S305 and S306). However, if the selected usage history is used in at least one process, the amount of calculation can be reduced even if the usage history is used in the other process.

また、関連アイテム選出処理に用いた選出利用履歴は、処理を行う時点(特定の時点)に近い時期の利用履歴が多いアイテムほど、多くなるように抽出されている。このため、少なくとも関連候補アイテムに関する処理にて、選出利用履歴を用いることで、基準アイテムとの関連性が同程度であれば、最近あまり利用されていないアイテムより、最近よく利用されているアイテムの方が関連アイテムとして推薦されやすくなる。また、最近あまり利用されていないアイテムであっても、制限しているのは利用履歴の数だけなので、基準アイテムとの関連性が高ければ、最近よく利用されているが、基準アイテムとともに利用するユーザの数が少ないアイテムより、関連アイテムとして推薦されやすい。つまり、選出利用履歴を用いることで、基準アイテムとの関連度が高く、かつ、最近流行っているアイテムと、最近流行ってはいないが、基準アイテムとの関連性がかなり高いアイテムの両方が混合されている状態で関連アイテムを提示できるため、推薦への信頼感が増し、精度が高くなるといった効果がある。
また、基準アイテムに関する処理でのみ選出利用履歴を利用する場合でも、直近で多くのユーザに利用されているような基準アイテムは、多くの利用履歴が選出利用履歴として選出されるため、関連アイテムを選出する際に、十分に精度を確保できる。また、直近でほとんど利用されていない基準アイテムは、その関連アイテムが提示される機会がほとんどないため、推薦の精度に与える影響も小さい。また、直近でほとんど利用されていない基準アイテムに関して、少数とはいえ利用履歴数を確保するために、関連アイテムを選出することができるので、推薦可能な基準アイテム数を確保することができる。
Further, the selection usage history used for the related item selection processing is extracted such that the larger the usage history at the time close to the processing time (specific time), the larger the item. For this reason, at least in the process related to the related candidate item, if the relevance to the reference item is similar by using the selection usage history, the item that has been used more frequently than the item that has not been used much recently. Is more likely to be recommended as a related item. Also, even if an item has not been used frequently recently, only the number of usage histories is limited, so if it is highly related to the reference item, it is frequently used recently, but it is used with the reference item. It is easier to recommend items as related items than items with a small number of users. In other words, by using the selected usage history, both items that have a high degree of relevance to the reference item and that have been recently used and items that have not been popular recently but that are highly relevant to the reference item are mixed. Since the related items can be presented in the state of being in a state of being in a state, there is an effect that confidence in recommendation is increased and accuracy is increased.
In addition, even if the selected usage history is used only for the processing related to the reference item, the reference item that has been used by many users most recently is selected as the selected usage history. When selecting, sufficient accuracy can be secured. In addition, since the reference item that has not been used most recently, there is almost no opportunity for the related item to be presented, the influence on the accuracy of recommendation is small. Further, since the related items can be selected in order to secure the number of usage histories, although it is a small number, the number of recommended reference items can be secured.

関連アイテム提供部114は、端末装置3の要求に応じて、端末装置3に関連アイテム詳細情報を送信する。具体的には、まず、関連アイテム情報格納部136より、要求を行った端末装置3より受信した基準アイテムのアイテム識別子と一致するbase_item_idを有する関連アイテム情報を抽出する。次に、アイテム情報格納部132より、抽出した関連アイテム情報に含まれるrel_item_idと一致するアイテム識別子に対応するアイテム情報を取得する。そして、取得したアイテム情報を基に関連アイテム詳細情報を作成し、端末装置3に作成した関連アイテム詳細情報を送信する。   The related item providing unit 114 transmits the related item detailed information to the terminal device 3 in response to a request from the terminal device 3. Specifically, first, related item information having a base_item_id that matches the item identifier of the reference item received from the requesting terminal device 3 is extracted from the related item information storage unit 136. Next, item information corresponding to an item identifier that matches rel_item_id included in the extracted related item information is acquired from the item information storage unit 132. Then, related item detailed information is created based on the acquired item information, and the created related item detailed information is transmitted to the terminal device 3.

なお、同一のユーザによる同一のアイテムの利用が複数回ある場合、つまり、(item_id,user_id)の組合せが一致する利用履歴が複数存在する場合は、利用履歴を用いて作成した利用情報を用いて、上記一連の処理を行ってもよい。このとき、端末装置3より受信した利用履歴は、利用情報の更新のためにのみ用いられ、他の処理では用いられなくなるので、利用履歴を記憶しておく必要がなくなる。このため、利用履歴登録部111の代わりに利用情報更新部を、利用履歴格納部133の代わりに利用情報を格納する利用情報格納部を用意する。また、利用情報が選出対象となるため、選出利用履歴作成部112の代わりに選出利用情報作成部を、選出利用履歴格納部135の代わりに選出利用情報格納部を用意する。なお、利用履歴と利用情報とを総称して利用関連情報とも呼ぶこととする。また、前述の通り、選出利用履歴作成部112と、後述する選出利用情報作成部とを総称して選出利用関連情報作成部とも呼ぶこととする。   If there are multiple uses of the same item by the same user, that is, if there are multiple usage histories with the same combination of (item_id, user_id), the usage information created using the usage history is used. The above-described series of processing may be performed. At this time, the usage history received from the terminal device 3 is used only for updating the usage information and is not used in other processes, so that it is not necessary to store the usage history. For this reason, a usage information update unit is prepared instead of the usage history registration unit 111, and a usage information storage unit that stores usage information instead of the usage history storage unit 133 is prepared. In addition, since the usage information is to be selected, a selection usage information creation unit is prepared instead of the selection usage history creation unit 112, and a selection usage information storage unit is prepared instead of the selection usage history storage unit 135. Note that the usage history and usage information are collectively referred to as usage-related information. Further, as described above, the selection usage history creation unit 112 and a selection usage information creation unit described later are collectively referred to as a selection usage related information creation unit.

図15は、利用情報格納部の格納状態を示す図である。利用情報は、アイテム識別子(item_id)と、ユーザ識別子(user_id)と、利用回数(cnt_dl)と、初めて利用した利用時期を示す開始利用時期情報(first_dl_date)と、最後に利用した利用時期を示す最終利用時期情報(last_dl_date)とを組み合わせたものであり、図15のテーブル形式で複数格納されている。(item_id,user_id)の組合せは一意であり、重複して登録することができない。   FIG. 15 is a diagram illustrating a storage state of the usage information storage unit. The usage information includes an item identifier (item_id), a user identifier (user_id), a usage count (cnt_dl), start usage time information indicating the first usage time (first_dl_date), and a final usage time indicating the last usage time. This is a combination of usage time information (last_dl_date) and is stored in a plurality in the table format of FIG. The combination of (item_id, user_id) is unique and cannot be registered redundantly.

利用情報更新部は、端末装置3より利用履歴を受信するたびに、利用情報を更新する。このとき、利用情報格納部に、受信した利用履歴の(item_id,user_id)の組合せと一致する利用情報が含まれていない場合は、受信した利用履歴の(item_id,user_id)の組合せと、利用回数となる「1」と、開始利用時期情報となる利用履歴情報に含まれる利用時期情報と、最終利用時期情報となる利用履歴に含まれる利用時期情報とを関連付けた利用情報を作成し、作成した利用情報を利用情報格納部に記憶すればよい。また、利用情報格納部に、受信した利用履歴の(item_id,user_id)の組合せと一致する利用情報が含まれている場合は、一致した利用情報の利用回数に「1」を加算し、最終利用時期情報を、受信した利用履歴の利用時期情報で更新すればよい。ここで、利用履歴に評価値が含まれる場合は、利用情報に評価値の代表値(例えば、直近の評価値など)を関連付けてもよい。また、利用履歴に支払額が含まれている場合は、利用情報に支払い額の代表値(例えば、合計値や最大値など)を関連付けてもよい。それ以外にも、利用情報に、利用履歴に含まれる値に対する代表値(最大値や最小値や最頻値や中央値や直近の値や合計値や平均値など)を関連付けてもよい。つまり、利用情報は、利用履歴の集計結果となる。   The usage information update unit updates the usage information every time a usage history is received from the terminal device 3. At this time, if the usage information storage unit does not include usage information that matches the combination of (item_id, user_id) in the received usage history, the combination of the received usage history (item_id, user_id) and the number of usages The usage information is created by associating “1”, the usage time information included in the usage history information as the start usage time information, and the usage time information included in the usage history as the final usage time information. The usage information may be stored in the usage information storage unit. When the usage information storage unit includes usage information that matches the combination of (item_id, user_id) in the received usage history, “1” is added to the usage count of the matched usage information, and the final usage The time information may be updated with the use time information of the received use history. Here, when the evaluation value is included in the usage history, a representative value of the evaluation value (for example, the latest evaluation value) may be associated with the usage information. Further, when the payment amount is included in the usage history, a representative value (for example, a total value or a maximum value) of the payment amount may be associated with the usage information. In addition, representative values (maximum value, minimum value, mode value, median value, latest value, total value, average value, etc.) for values included in the usage history may be associated with the usage information. In other words, the usage information is a result of usage history aggregation.

選出利用情報格納部は、利用情報の一部である選出利用情報(選出利用関連情報)を格納するので、利用情報格納部と同じ図15の格納形式となる。
選出利用情報作成部は、選出利用情報選出処理を行う。第1の条件を用いた選出利用情報選出処理においても、第2の条件を用いた選出利用情報選出処理においても、最終利用時期情報を用いて所定期間に該当するかを判定すれば、選出利用履歴作成部112による第1の条件を用いた選出利用履歴選出処理や第2の条件を用いた選出利用履歴選出処理と同様に行うことができる。
Since the selection usage information storage unit stores selection usage information (selection usage related information) which is a part of the usage information, the storage format of FIG. 15 is the same as that of the usage information storage unit.
The selection usage information creation unit performs a selection usage information selection process. In both the selection usage information selection process using the first condition and the selection usage information selection process using the second condition, if the final usage time information is used to determine whether it falls within the predetermined period, the selection usage information is used. The selection use history selection process using the first condition and the selection use history selection process using the second condition by the history creating unit 112 can be performed.

また、関連アイテム選出部113及び関連度算出部115による関連アイテム選出処理では、利用履歴の代わりに、利用情報を用いることで同様に処理を行うことができる。
利用履歴を記憶せずに、利用履歴の集計結果となる利用情報を記憶することになるため、情報処理サーバ格納部13に記憶するデータ量を軽減することができる。また、最終利用時期情報が利用履歴を受信するたびに更新されるので、最新の利用時期情報をすぐに得ることができる。
In the related item selection processing by the related item selection unit 113 and the related degree calculation unit 115, the same processing can be performed by using the usage information instead of the usage history.
Since the usage information that is the total result of the usage history is stored without storing the usage history, the amount of data stored in the information processing server storage unit 13 can be reduced. Moreover, since the last use time information is updated every time the use history is received, the latest use time information can be obtained immediately.

ここで、本発明が高い効果を発揮するサービスの形態について説明する。本発明は、流行の移り変わりがあるサービスで特に効果を発揮する。図16は、楽曲販売サイトにおける楽曲ID「s98」に関する購入履歴を購入時期が最新のものから順に並べた図である。図16が示すように、楽曲ID「s98」の楽曲は、2011年4月における購入数が多いため、2011年4月ごろに流行っていることが読み取れる。図17は、楽曲販売サイトにおける楽曲ID「s14」に関するユーザの購入履歴を購入時期が最新のものから順に並べた図である。図17が示すように、楽曲ID「s14」の楽曲は、2010年9月から10月にかけてたくさん購入されているが、2011年4月あたりはほとんど購入されていないため、2010年9月から10月頃に流行ったが、2011年4月ごろは流行っていないことが読み取れる。   Here, the form of the service in which the present invention is highly effective will be described. The present invention is particularly effective for services that have a trend change. FIG. 16 is a diagram in which purchase histories related to the music ID “s98” on the music sales site are arranged in order from the latest purchase time. As shown in FIG. 16, it can be read that the song with the song ID “s98” is popular around April 2011 because the number of purchases in April 2011 is large. FIG. 17 is a diagram in which purchase histories of users related to the music ID “s14” on the music sales site are arranged in order from the latest purchase time. As shown in FIG. 17, a lot of songs with the song ID “s14” are purchased from September 2010 to October 2010, but are rarely purchased around April 2011. Although it was popular around the month, it can be seen that it was not popular around April 2011.

このようなサービスにおいて、本発明の計算量削減方法を用いた場合、例えば、2011年4月30日を取得終了時期として、図12の選出条件の第1の条件を用いて選出利用履歴を選出する場合、楽曲ID「s98」に関しては、選出条件c1(90日,20個)が選択され、2011年4月1日から2011年4月30日までに該当する購入履歴「17」個が選出利用履歴として選出される。また、楽曲ID「s14」に関しては、選出条件c3(150日,5個)が選択され、2010年12月2日から2011年4月30日までに該当する購入履歴「4」個が選出利用履歴として選出される。最近流行っている楽曲ID「s98」は、多くのユーザにその関連アイテムを閲覧されるため、推薦の精度に与える影響は大きいが、十分な数の利用履歴を選出した上で推薦処理を行っているので、推薦の精度を維持できる。 In such a service, when the calculation amount reduction method of the present invention is used, for example, the selection usage history is selected using the first condition of the selection conditions in FIG. In the case of the music ID “s98”, the selection condition c1 (90 days, 20 pieces) is selected, and “17” purchase histories corresponding to the period from April 1, 2011 to April 30, 2011 are selected. Selected as usage history. For the music ID “s14”, the selection condition c3 (150 days, 5) is selected, and “4” purchase histories corresponding to the period from December 2, 2010 to April 30, 2011 are selected and used. Selected as a history. The music ID “s98” that has been popular recently has many influences on recommendation accuracy because the related items are viewed by many users. Therefore, the accuracy of recommendation can be maintained.

また、基準アイテムとの関連性が同程度、つまり、全ての利用履歴に確認して、同一のユーザに基準アイテムとともに利用される確率が同程度であれば、選出利用履歴が多ければ多いほど、関連候補アイテムとして選出されやすくなるので、基準アイテムとの関連性が同程度であれば、以前流行った楽曲ID「s14」に対応する楽曲よりも、最近流行っている楽曲ID「s98」に対応する楽曲の方が他の楽曲に対する関連候補アイテムとして抽出されやすい。そして、最近流行っているアイテムが多く含まれる関連候補アイテムから、基準アイテムとの関連性の高いアイテムが選出されるため、基準アイテムとの関連度が高く、かつ、最近流行っているアイテムが関連アイテムとして選出されやすい。このため、計算量を削減しつつ、精度よく関連アイテムを選出できる。 In addition, if the relevance with the reference item is the same, that is, if the probability of being used together with the reference item is the same for the same user, the more the selected use history is, Since it becomes easy to be selected as a related candidate item, if the relevance to the reference item is about the same, it corresponds to the music ID “s98” that is more popular than the music corresponding to the previously popular music ID “s14”. Music is more likely to be extracted as a related candidate item for other music. And since related items with a high degree of relevance to the reference item are selected from related candidate items that include many items that have recently been used, items that have a high degree of relevance with the reference item and are currently used are related items. It is easy to be elected as. For this reason, it is possible to select related items with high accuracy while reducing the amount of calculation.

もし、上記のようなサービスにおいて、計算量を削減するために、全てのアイテムに対して、一律に所定数の購入履歴を抽出して関連アイテムを選出した場合、所定数が大きいと計算量の削減効果が薄れてしまう。また、逆に、所定数が小さい場合、例えば、推薦の精度に与える影響の大きくなるような、最近流行っている楽曲ID「s98」の利用履歴数を十分に確保できず、推薦の精度が維持できない可能性がある。
また、上記のようなサービスで、計算量を削減するために、所定期間の購入履歴のみを抽出する方法を用いた場合、計算量の削減効果を上げるために所定期間を短くすると、関連アイテムが更新される基準アイテム数が十分に確保できず、大多数の基準アイテムに対する関連アイテムは更新されなくなり、ユーザが変化の少ない推薦結果に興味を失い、精度が維持できない可能性がある。また、逆に、基準アイテムを大量に確保するために所定期間を長くすると、計算量の削減効果が薄れてしまう。
In the above service, in order to reduce the amount of calculation, if a predetermined number of purchase histories are uniformly extracted for all items and related items are selected, if the predetermined number is large, the amount of calculation Reduction effect will fade. On the other hand, when the predetermined number is small, for example, the usage history number of the music ID “s98” that is currently in circulation that has a large effect on the recommendation accuracy cannot be secured sufficiently, and the recommendation accuracy is maintained. It may not be possible.
In addition, when a method for extracting only a purchase history for a predetermined period is used to reduce the calculation amount in the service as described above, if the predetermined period is shortened in order to increase the calculation amount reduction effect, There is a possibility that the number of reference items to be updated cannot be sufficiently secured, the related items for the majority of reference items are not updated, the user loses interest in the recommendation result with little change, and the accuracy cannot be maintained. Conversely, if the predetermined period is lengthened in order to secure a large amount of reference items, the effect of reducing the amount of calculation is diminished.

以上のように、本発明の情報処理装置、情報処理方法及び情報処理プログラムによれば、直近で利用されたアイテムに関する利用履歴ほど多くなるように選出利用履歴として選出し、選出利用履歴を用いて関連アイテムを選出する。このように、利用履歴の一部である選出利用履歴のみを用いて関連アイテムを選出するため、計算量を削減することができる。   As described above, according to the information processing apparatus, the information processing method, and the information processing program of the present invention, the selection usage history is selected so that the usage history related to the most recently used item increases, and the selection usage history is used. Select related items. Thus, since the related item is selected using only the selected usage history that is a part of the usage history, the amount of calculation can be reduced.

また、直近で多く利用されるような、関連アイテムが閲覧される機会の多い推薦の精度に大きな影響を与えるアイテムに対しては、十分な数の選出利用履歴を確保した上で推薦処理を行う。このため、推薦の精度を維持しつつ、関連アイテムを選出することができる。また、直近であまり利用されないアイテムに対しても、少数とはいえ、選出利用履歴を確保することができる。このため、推薦可能なアイテム数を十分に確保することができる。 In addition, for items that have a large impact on the accuracy of recommendations that are frequently used for related items that are frequently used recently, the recommendation process is performed after securing a sufficient number of selection usage histories. . For this reason, it is possible to select related items while maintaining the accuracy of recommendation. In addition, even for a few items that are not frequently used recently, it is possible to secure a selection and use history even though the number is small. For this reason, it is possible to secure a sufficient number of items that can be recommended.

1 情報処理サーバ装置(情報処理装置)
2 ネットワーク
3 端末装置
11 情報処理サーバ制御部
111 利用履歴登録部
112 選出利用履歴作成部(選出利用関連情報作成部)
113 関連アイテム選出部
114 関連アイテム提供部
115 関連度算出部
12 情報処理サーバ通信部
13 情報処理サーバ格納部
131 ユーザ情報格納部
132 アイテム情報格納部
133 利用履歴格納部
134 選出条件格納部
135 選出利用履歴格納部
136 関連アイテム情報格納部
1. Information processing server device (information processing device)
2 Network 3 Terminal device 11 Information processing server control unit 111 Usage history registration unit 112 Selected usage history creation unit (selected usage related information creation unit)
113 Related item selection unit 114 Related item providing unit 115 Relevance degree calculation unit 12 Information processing server communication unit 13 Information processing server storage unit 131 User information storage unit 132 Item information storage unit 133 Usage history storage unit 134 Selection condition storage unit 135 Selection usage History storage unit 136 Related item information storage unit

Claims (9)

アイテムを利用したユーザを一意に識別するためのユーザ識別子又はそのユーザがアイテムの利用に用いた端末装置を一意に識別するための端末識別子の少なくともいずれか一方である利用主体識別子と、利用の対象となったアイテムを識別するためのアイテム識別子と、アイテムの利用時期に関する利用時期情報と、が関連付けられた利用関連情報を格納する格納部を参照し、特定の時点に近い前記利用時期情報を含む前記利用関連情報が多いほど多く選出されるような条件に基づいて、前記アイテム識別子ごとに、そのアイテム識別子における複数の前記利用関連情報のうちの少なくとも一部である選出利用関連情報を選出する選出利用関連情報作成部と、
前記選出利用関連情報作成部によって選出した一のアイテム識別子における選出利用関連情報と、前記選出利用関連情報選出部によって選出した前記一のアイテム識別子以外の他のアイテム識別子における選出利用関連情報とに基づいて、前記一のアイテム識別子と前記他のアイテム識別子との関連度を算出する関連度算出部と
を備えることを特徴とする情報処理装置。
User entity identifier that is at least one of a user identifier for uniquely identifying a user who uses the item or a terminal identifier for uniquely identifying the terminal device used by the user for the item, and a target of use The storage unit that stores the usage related information associated with the item identifier for identifying the item and the usage date information related to the usage date of the item is included, and includes the usage date information close to a specific time point. Selection for selecting, for each item identifier, selected usage related information that is at least a part of the plurality of usage related information in the item identifier, based on a condition that the more usage related information is selected. Usage related information creation department,
Based on selection usage related information in one item identifier selected by the selection usage related information creation unit, and selection usage related information in item identifiers other than the one item identifier selected by the selection usage related information selection unit An information processing apparatus comprising: an association degree calculating unit that calculates an association degree between the one item identifier and the other item identifier.
前記条件は、前記特定の時点より過去のある時点から前記特定の時点までの期間を示す複数の取得期間と、その前記取得期間それぞれに対応付けられ、前記取得期間が長いほど少ない数に設定されている複数の取得制限数とを用いた条件であり、
前記選出利用関連情報作成部は、前記選出利用関連情報を選出する選出対象のアイテム識別子における前記利用時期情報を参照して、取得制限数を上限に前記取得期間それぞれに含まれる前記利用関連情報の数を計数し、計数した前記利用関連情報の数が最も多い取得期間に含まれる利用関連情報を前記選出対象のアイテム識別子における前記選出利用関連情報として選出することを特徴とする請求項1記載の情報処理装置。
The condition is associated with each of a plurality of acquisition periods indicating a period from a certain point in time before the specific point in time to the specific point in time, and the acquisition period is set to a smaller number as the acquisition period is longer. Is a condition using a plurality of acquisition limit numbers,
The selected usage related information creation unit refers to the usage time information in the item identifier to be selected for selecting the selected usage related information, and sets the usage related information included in each of the acquisition periods up to an acquisition limit. The number is counted, and the usage related information included in the acquisition period with the largest number of the counted usage related information is selected as the selected usage related information in the item identifier to be selected. Information processing device.
前記関連度算出部は、前記一のアイテム識別子における最も多い数の前記利用関連情報を取得できる前記取得期間と、前記他のアイテム識別子における最も多い数の前記利用関連情報を取得できる前記取得期間とに基づいて、前記関連度を算出することを特徴とする請求項2記載の情報処理装置。   The degree-of-association calculating unit is configured to acquire the most frequently used usage-related information in the one item identifier, and to acquire the largest number of the usage-related information in the other item identifiers. The information processing apparatus according to claim 2, wherein the degree of association is calculated based on the information. 前記条件は、前記特定の時点より過去の所定の期間を示し各々重複しない複数の期間である複数の差分取得期間と、前記差分取得期間それぞれに対応付けられるとともに、前記特定の時点から遠い差分取得期間であるほど少ない数に設定された取得制限数とを用いた複数の選出条件からなり、
前記選出利用関連情報選出部は、前記選出利用関連情報を選出する選出対象のアイテム識別子における前記利用時期情報を参照して、前記特定の時点に近い前記差分取得期間に対応する選出条件から順に、その選出条件における取得制限数を上限に、前記利用関連情報を選出し、現在選出に用いている選出条件における取得制限数が、前記選出対象のアイテム識別子における選出済みの利用関連情報の総数より多い場合に、現在選出に用いている選出条件における取得制限数から前記総数を差し引いた数を上限に利用関連情報を選出することで、前記アイテム識別子における前記選出利用関連情報を選出することを特徴とする請求項1記載の情報処理装置。
The condition is associated with each of a plurality of difference acquisition periods, which are a plurality of non-overlapping periods indicating a predetermined period in the past from the specific time point, and a difference acquisition far from the specific time point It consists of multiple selection conditions using the acquisition limit number set to a smaller number as the period is longer,
The selection use related information selection unit refers to the use time information in the item identifier to be selected for selecting the selection use related information, in order from the selection condition corresponding to the difference acquisition period close to the specific time point, The usage-related information is selected with the acquisition limit number in the selection condition as the upper limit, and the acquisition limit number in the selection condition currently used for selection is larger than the total number of selected usage-related information in the selection target item identifier In this case, the selection usage related information in the item identifier is selected by selecting the usage related information up to the number obtained by subtracting the total number from the acquisition limit number in the selection conditions currently used for selection. The information processing apparatus according to claim 1.
前記関連度算出部は、前記一のアイテム識別子における、最後に選出に用いた前記選出条件と、前記他のアイテム識別子における、最後に選出に用いた前記選出条件とに基づいて、前記関連度を算出することを特徴とする請求項4記載の情報処理方法。   The relevance calculation unit calculates the relevance based on the selection condition last used for selection in the one item identifier and the selection condition used last in the other item identifier. 5. The information processing method according to claim 4, wherein calculation is performed. 前記選出利用関連情報選出部は、新しい利用時期情報の前記利用関連情報から順に前記選出利用関連情報を選出することを特徴とする請求項1〜5のいずれか1項に記載の情報処理装置。 The information processing apparatus according to claim 1, wherein the selection usage related information selection unit selects the selection usage related information in order from the usage related information of new usage time information. 前記関連度に応じて、関連アイテムを選出する関連アイテム選出部を備えることを特徴とする請求項1〜6のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising a related item selection unit that selects related items according to the degree of association. 選出利用関連情報作成部が、アイテムを利用したユーザを一意に識別するためのユーザ識別子又はそのユーザがアイテムの利用に用いた端末装置を一意に識別するための端末識別子の少なくともいずれか一方である利用主体識別子と、利用の対象となったアイテムを識別するためのアイテム識別子と、アイテムの利用時期に関する利用時期情報と、が関連付けられた利用関連情報を格納する格納部を参照し、特定の時点に近い前記利用時期情報を含む前記利用関連情報が多いほど多く選出されるような条件に基づいて、前記アイテム識別子ごとに、そのアイテム識別子における複数の前記利用関連情報のうちの少なくとも一部である選出利用関連情報を選出する選出利用関連情報選出ステップと、
関連度算出部が、前記選出利用関連情報選出ステップによって選出した一のアイテム識別子における選出利用関連情報と、前記選出利用関連情報選出ステップによって選出した前記一のアイテム識別子以外の他のアイテム識別子における選出利用関連情報とに基づいて、前記一のアイテム識別子と前記他のアイテム識別子との関連度を算出する関連度算出ステップと
を有することを特徴とする情報処理方法。
The selection and use related information creation unit is at least one of a user identifier for uniquely identifying a user who uses the item or a terminal identifier for uniquely identifying the terminal device used by the user to use the item. Refer to the storage unit that stores usage-related information that associates the usage-subject identifier, the item identifier for identifying the item to be used, and the usage date information related to the usage date of the item. For each item identifier, at least a part of the plurality of usage related information in the item identifier based on a condition such that the more usage related information including the usage time information close to is selected A selection usage related information selection step for selecting selection usage related information;
Selection degree related information in one item identifier selected by the selection usage related information selection step by the relevance calculation unit, and selection in item identifiers other than the one item identifier selected in the selection usage related information selection step A degree-of-association calculating step of calculating a degree of association between the one item identifier and the other item identifier based on usage-related information.
コンピュータに、
アイテムを利用したユーザを一意に識別するためのユーザ識別子又はそのユーザがアイテムの利用に用いた端末装置を一意に識別するための端末識別子の少なくともいずれか一方である利用主体識別子と、利用の対象となったアイテムを識別するためのアイテム識別子と、アイテムの利用時期に関する利用時期情報と、が関連付けられた利用関連情報を格納する格納部を参照し、特定の時点に近い前記利用時期情報を含む前記利用関連情報が多いほど多く選出されるような条件に基づいて、前記アイテム識別子ごとに、そのアイテム識別子における複数の前記利用関連情報のうちの少なくとも一部である選出利用関連情報を選出する選出利用関連情報選出ステップと、
前記選出利用関連情報選出ステップによって選出した一のアイテム識別子における選出利用関連情報と、前記選出利用関連情報選出ステップによって選出した前記一のアイテム識別子以外の他のアイテム識別子における選出利用関連情報とに基づいて、前記一のアイテム識別子と前記他のアイテム識別子との関連度を算出する関連度算出ステップと
を実行させることを特徴とする情報処理プログラム。
On the computer,
User entity identifier that is at least one of a user identifier for uniquely identifying a user who uses the item or a terminal identifier for uniquely identifying the terminal device used by the user for the item, and a target of use The storage unit that stores the usage related information associated with the item identifier for identifying the item and the usage date information related to the usage date of the item is included, and includes the usage date information close to a specific time point. Selection for selecting, for each item identifier, selected usage related information that is at least a part of the plurality of usage related information in the item identifier, based on a condition that the more usage related information is selected. Usage related information selection step,
Based on selection usage related information in one item identifier selected by the selection usage related information selection step, and selection usage related information in other item identifiers selected by the selection usage related information selection step And a degree-of-association calculating step of calculating a degree of association between the one item identifier and the other item identifier.
JP2011278287A 2011-12-20 2011-12-20 Information processing apparatus, information processing method, and information processing program Active JP5673520B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011278287A JP5673520B2 (en) 2011-12-20 2011-12-20 Information processing apparatus, information processing method, and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011278287A JP5673520B2 (en) 2011-12-20 2011-12-20 Information processing apparatus, information processing method, and information processing program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2014264744A Division JP5928573B2 (en) 2014-12-26 2014-12-26 Information processing apparatus, information processing method, and information processing program

Publications (2)

Publication Number Publication Date
JP2013130921A true JP2013130921A (en) 2013-07-04
JP5673520B2 JP5673520B2 (en) 2015-02-18

Family

ID=48908451

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011278287A Active JP5673520B2 (en) 2011-12-20 2011-12-20 Information processing apparatus, information processing method, and information processing program

Country Status (1)

Country Link
JP (1) JP5673520B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015225588A (en) * 2014-05-29 2015-12-14 シャープ株式会社 Information provision device, information provision system, information processing terminal, information provision method, and program
JP2016212792A (en) * 2015-05-13 2016-12-15 株式会社エヌ・ティ・ティ・データ Commodity recommendation device, commodity recommendation method and program
CN106339304A (en) * 2016-08-30 2017-01-18 刘艺 Intelligent electronic equipment use time control system and method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003167901A (en) * 2001-11-29 2003-06-13 Kddi Corp Method of cooperative filtering, device for cooperative filtering and program for cooperative filtering
JP2004509415A (en) * 2000-09-14 2004-03-25 ファースト サーチ アンド トランスファー エイエスエイ How to search and analyze information in a data network
JP2006302097A (en) * 2005-04-22 2006-11-02 Matsushita Electric Ind Co Ltd Cooperative filter device
JP2007213200A (en) * 2006-02-08 2007-08-23 Hitachi Electronics Service Co Ltd Information processor having file search function, and program, method, and system for changing file search result priority
JP2007256992A (en) * 2006-03-20 2007-10-04 Nifty Corp Content specifying method and device
US20080243815A1 (en) * 2007-03-30 2008-10-02 Chan James D Cluster-based assessment of user interests
US20080250026A1 (en) * 2001-10-24 2008-10-09 Linden Gregory D Recommendations based on cross-site browsing activities of users
JP2009230334A (en) * 2008-03-21 2009-10-08 Denso It Laboratory Inc Content presentation device, content presentation method, and program
JP2010176666A (en) * 2009-01-27 2010-08-12 Palo Alto Research Center Inc System and method for managing user attention by detecting hot and cold topics in social indexes

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004509415A (en) * 2000-09-14 2004-03-25 ファースト サーチ アンド トランスファー エイエスエイ How to search and analyze information in a data network
US20080250026A1 (en) * 2001-10-24 2008-10-09 Linden Gregory D Recommendations based on cross-site browsing activities of users
JP2003167901A (en) * 2001-11-29 2003-06-13 Kddi Corp Method of cooperative filtering, device for cooperative filtering and program for cooperative filtering
JP2006302097A (en) * 2005-04-22 2006-11-02 Matsushita Electric Ind Co Ltd Cooperative filter device
JP2007213200A (en) * 2006-02-08 2007-08-23 Hitachi Electronics Service Co Ltd Information processor having file search function, and program, method, and system for changing file search result priority
JP2007256992A (en) * 2006-03-20 2007-10-04 Nifty Corp Content specifying method and device
US20080243815A1 (en) * 2007-03-30 2008-10-02 Chan James D Cluster-based assessment of user interests
JP2009230334A (en) * 2008-03-21 2009-10-08 Denso It Laboratory Inc Content presentation device, content presentation method, and program
JP2010176666A (en) * 2009-01-27 2010-08-12 Palo Alto Research Center Inc System and method for managing user attention by detecting hot and cold topics in social indexes

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015225588A (en) * 2014-05-29 2015-12-14 シャープ株式会社 Information provision device, information provision system, information processing terminal, information provision method, and program
JP2016212792A (en) * 2015-05-13 2016-12-15 株式会社エヌ・ティ・ティ・データ Commodity recommendation device, commodity recommendation method and program
CN106339304A (en) * 2016-08-30 2017-01-18 刘艺 Intelligent electronic equipment use time control system and method

Also Published As

Publication number Publication date
JP5673520B2 (en) 2015-02-18

Similar Documents

Publication Publication Date Title
JP5124680B1 (en) Information processing apparatus, information processing method, information processing program, and recording medium
JP2010073170A (en) Recommended commodity selection device, recommended commodity selection program and commodity retrieval device
JP2012108862A (en) Information processing method, display method, information processor, terminal device and information processing program
JP2013077152A (en) Application recommendation device and application recommendation method
WO2015145732A1 (en) Information processing device, information processing method, and information processing program
JP5673520B2 (en) Information processing apparatus, information processing method, and information processing program
JP6079479B2 (en) Information processing apparatus, information processing method, and information processing program
JP6060833B2 (en) Information processing apparatus, information processing method, and information processing program
JP6655223B1 (en) Information processing system, information processing method, and program
JP6399338B2 (en) Sales promotion information providing server device, sales promotion information providing system
JP5846033B2 (en) Information processing device, terminal device, information processing method, display method, information processing program, and display program
JP5430802B1 (en) Content providing system, content providing method, and content providing program
JP5673494B2 (en) Information processing apparatus, information processing method, and information processing program
JP6028847B2 (en) Information processing apparatus, information processing method, and information processing program
JP2022121602A (en) Information processing apparatus, method and program
JP5928573B2 (en) Information processing apparatus, information processing method, and information processing program
JP6028846B2 (en) Information processing apparatus, information processing method, and information processing program
JP5928572B2 (en) Information processing apparatus, information processing method, and information processing program
JP5370351B2 (en) Information processing method, information processing apparatus, and information processing program
US20170255968A1 (en) Advertising method for securing and expanding customers by using contents
JP6443431B2 (en) Information processing apparatus, information processing method, and information processing program
JP6269864B2 (en) Information processing apparatus, information processing method, and information processing program
JP5633659B2 (en) Information processing method, display method, information processing device, terminal device, and information processing program
JP2015181048A (en) Information processor, terminal device, information processing method, display method, information processing program, and display program
JP5803800B2 (en) Information processing device, terminal device, information processing method, display method, information processing program, and display program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140228

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140812

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140916

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20141114

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20141215

R150 Certificate of patent or registration of utility model

Ref document number: 5673520

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150