JP2014056426A - Content recommendation system, content recommendation method and program, and terminal device and program - Google Patents

Content recommendation system, content recommendation method and program, and terminal device and program Download PDF

Info

Publication number
JP2014056426A
JP2014056426A JP2012200800A JP2012200800A JP2014056426A JP 2014056426 A JP2014056426 A JP 2014056426A JP 2012200800 A JP2012200800 A JP 2012200800A JP 2012200800 A JP2012200800 A JP 2012200800A JP 2014056426 A JP2014056426 A JP 2014056426A
Authority
JP
Japan
Prior art keywords
user
content
context
recommendation
candidate
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.)
Pending
Application number
JP2012200800A
Other languages
Japanese (ja)
Inventor
Ryota Horii
遼太 堀井
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2012200800A priority Critical patent/JP2014056426A/en
Publication of JP2014056426A publication Critical patent/JP2014056426A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To recommend a content suited for a user's preference and situation.SOLUTION: A context acquisition unit 21 acquires a context indicating a target user's current situation. A similarity calculation unit 25, for each candidate user stored by a history storage unit 23, calculates similarity of the candidate user with the target user with the use of a value based on the number of contents associated both with the candidate user and with the target user. A recommendation degree calculation unit 26, for each content associated with one or a plurality of candidate users whose similarity calculated by the similarity calculation unit 25 is high, calculates a recommendation degree of the content with the use of a value indicating a degree of association between a context associated with the content and the context acquired by the context acquisition unit 21. A recommendation unit 27 recommends one or a plurality of contents whose recommendation degree calculated by the recommendation degree calculation unit 26 is high, to the target user.

Description

本発明は、ユーザにコンテンツを推薦するコンテンツ推薦システム、コンテンツ推薦方法、及びプログラム、並びに端末装置及びプログラムに関する。   The present invention relates to a content recommendation system for recommending content to a user, a content recommendation method, a program, a terminal device, and a program.

近年、音楽データの配信や映像データの配信等、ネットワークを利用したコンテンツの提供が普及している。
特許文献1には、端末の状況を示す複数のキーワードについての重み値に関連付けて、当該状況で使用したコンテンツを予め記憶しておき、各キーワードについて現在の端末の状況を示す重み値とコンテンツに関連付けられた重み値の積を算出し、その和を推薦度として、推薦度が高いコンテンツを推薦することが記載されている。
In recent years, the provision of content using a network, such as music data distribution and video data distribution, has become widespread.
In Patent Document 1, contents used in the situation are stored in advance in association with weight values for a plurality of keywords indicating the status of the terminal, and weight values and contents indicating the current terminal status are stored for each keyword. It is described that a product of associated weight values is calculated, and the sum is used as a recommendation level to recommend content with a high recommendation level.

特許文献2には、ユーザの状況を示す状況ベクトルに関連付けて、当該状況で使用したコンテンツを予め記憶しておき、現在のユーザの状況を示す状況ベクトルとコンテンツに関連付けられた状況ベクトルの内積を状況類似度として算出し、当該状況類似度が高いコンテンツを推薦することが記載されている。   In Patent Literature 2, the content used in the situation is stored in advance in association with the situation vector indicating the user situation, and the inner product of the situation vector indicating the current user situation and the situation vector associated with the content is stored. It is described that a situation similarity is calculated and content with a high situation similarity is recommended.

特開2009−129359号公報JP 2009-129359 A 特開2010−262383号公報JP 2010-262383 A

しかしながら、特許文献1、2に開示された方法を用いた場合、現在の状況と類似した状況で使用されたコンテンツを推薦することができるが、推薦を受けるユーザの嗜好と当該状況で使用した他のユーザの嗜好とが類似しているとは限られない。そのため、特許文献1、2に開示された方法を用いた場合、ユーザの嗜好に合わないコンテンツを推薦してしまうおそれがある。   However, when the methods disclosed in Patent Documents 1 and 2 are used, it is possible to recommend content used in a situation similar to the current situation, but the preference of the user receiving the recommendation and the other used in the situation The user's preference is not always similar. For this reason, when the methods disclosed in Patent Documents 1 and 2 are used, there is a risk of recommending content that does not match the user's preference.

本発明の目的は、上述した課題を解決するコンテンツ推薦装置、コンテンツ推薦方法、及びプログラムを提供することにある。   The objective of this invention is providing the content recommendation apparatus, the content recommendation method, and program which solve the subject mentioned above.

本発明は上記の課題を解決するためになされたものであり、ユーザにコンテンツを推薦するコンテンツ推薦システムであって、ユーザごとに、当該ユーザが使用したコンテンツに関連付けて当該コンテンツを使用したときの当該ユーザの状況を示すコンテキストを記憶する記憶部と、推薦の対象となるユーザである対象ユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部と、前記記憶部が記憶するユーザのうち前記対象ユーザ以外のユーザである候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出する類似度算出部と、前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出する推薦度算出部と、前記推薦度算出部が算出した推薦度が高い1または複数のコンテンツを、前記対象ユーザに推薦する推薦部とを備えることを特徴とする。   The present invention has been made to solve the above-described problem, and is a content recommendation system that recommends content to a user when the content is used in association with the content used by the user for each user. A storage unit that stores a context indicating the user's situation, a context acquisition unit that acquires a context indicating a current situation of the target user who is a user to be recommended, and the target among the users stored in the storage unit For each candidate user who is a user other than the user, the similarity between the candidate user and the target user is calculated using a value based on the number of contents commonly associated with the candidate user and the target user. The similarity calculation unit is associated with one or a plurality of candidate users having a high similarity calculated by the similarity calculation unit. A recommendation level calculation unit that calculates a recommendation level of the content using a value indicating a high degree of association between the context associated with the content and the context acquired by the context acquisition unit for each content A recommendation unit that recommends one or a plurality of contents having a high recommendation level calculated by the recommendation level calculation unit to the target user.

また、本発明において前記類似度算出部は、前記候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツそれぞれについて、当該候補ユーザと前記対象ユーザとに共通して当該コンテンツに関連付けられたコンテキストの数に基づく値を算出し、当該値の和を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出することを特徴とする。   In addition, in the present invention, the similarity calculation unit, for each candidate user, for each piece of content that is commonly associated with the candidate user and the target user, in common with the candidate user and the target user A value based on the number of contexts associated with the content is calculated, and a similarity between the candidate user and the target user is calculated using a sum of the values.

また、本発明において前記類似度算出部は、前記候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツそれぞれについて、当該候補ユーザと前記対象ユーザとに共通して当該コンテンツに関連付けられたコンテキストの数を前記対象ユーザと当該コンテンツとに関連付けられたコンテキストの数で除算し、当該値の和を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出することを特徴とする。   In addition, in the present invention, the similarity calculation unit, for each candidate user, for each piece of content that is commonly associated with the candidate user and the target user, in common with the candidate user and the target user Dividing the number of contexts associated with the content by the number of contexts associated with the target user and the content, and calculating the similarity between the candidate user and the target user using the sum of the values It is characterized by.

また、本発明において前記推薦度算出部は、前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を前記対象ユーザと当該コンテンツとに関連付けられたコンテキストの数で除算した値を、当該コンテンツの推薦度として算出することを特徴とする。   Further, in the present invention, the recommendation degree calculation unit includes, for each content associated with one or a plurality of candidate users having a high degree of similarity calculated by the similarity degree calculation unit, the context associated with the content and the context acquisition unit. A value obtained by dividing the value indicating the degree of association with the acquired context by the number of contexts associated with the target user and the content is calculated as the recommendation level of the content. .

また、本発明において前記記憶部は、ユーザごとに、当該ユーザが使用したコンテンツに関連付けて、複数のコンテキストについてのフラグであって、当該コンテキストが当該コンテンツを使用したときの当該ユーザの状況を示しているか否かを示す状況フラグを記憶し、前記記憶部が記憶するコンテンツのうち、状況フラグが設定されていないものがある場合に、当該コンテンツに関連付けられたユーザに類似するユーザと当該コンテンツとに関連付けられた状況フラグを、前記状況フラグが設定されていないコンテンツに設定するコンテキスト補足部を備えることを特徴とする。   In the present invention, the storage unit is a flag for a plurality of contexts associated with the content used by the user for each user, and indicates the status of the user when the context uses the content. A status flag indicating whether or not the content flag is stored, and when there is content for which the status flag is not set among the content stored in the storage unit, a user similar to the user associated with the content and the content A context supplementing unit is provided for setting a status flag associated with the content to which the status flag is not set.

また、本発明は、ユーザごとに、当該ユーザが使用したコンテンツに関連付けて当該コンテンツを使用したときの当該ユーザの状況を示すコンテキストを記憶する記憶部を備えるコンテンツ推薦システムを用いたコンテンツ推薦方法であって、コンテキスト取得部が推薦の対象となるユーザである対象ユーザの現在の状況を示すコンテキストを取得するステップと、類似度算出部が、前記記憶部が記憶するユーザのうち前記対象ユーザ以外のユーザである候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出するステップと、推薦度算出部が、前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出するステップと、推薦部が、前記推薦度算出部が算出した推薦度が高い1または複数のコンテンツを、前記対象ユーザに推薦するステップとを有することを特徴とする。   In addition, the present invention is a content recommendation method using a content recommendation system including a storage unit that stores a context indicating a situation of the user when the user uses the content in association with the content used by the user. The context acquisition unit acquires a context indicating the current situation of the target user who is the user to be recommended, and the similarity calculation unit is a user other than the target user among the users stored in the storage unit For each candidate user who is a user, using a value based on the number of contents commonly associated with the candidate user and the target user, calculating a similarity between the candidate user and the target user; The recommendation level calculation unit associates with one or a plurality of candidate users having a high similarity level calculated by the similarity level calculation unit. Calculating a recommendation level of the content using a value indicating a high degree of association between the context associated with the content and the context acquired by the context acquisition unit for each content And a step of recommending, to the target user, one or a plurality of contents having a high recommendation level calculated by the recommendation level calculation unit.

また、本発明は、コンピュータを、ユーザごとに、当該ユーザが使用したコンテンツに関連付けて当該コンテンツを使用したときの当該ユーザの状況を示すコンテキストを記憶する記憶部、推薦の対象となるユーザである対象ユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部、前記記憶部が記憶するユーザのうち前記対象ユーザ以外のユーザである候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出する類似度算出部、前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出する推薦度算出部、前記推薦度算出部が算出した推薦度が高い1または複数のコンテンツを、前記対象ユーザに推薦する推薦部として機能させるためのプログラムである。   In addition, the present invention is a storage unit for storing a context indicating a situation of the user when the computer is associated with the content used by the user for each user and the user is used, and a user to be recommended. For each candidate user who is a user other than the target user among the users stored in the storage unit, the context acquisition unit that acquires a context indicating the current status of the target user, and in common for the candidate user and the target user A similarity calculation unit that calculates a similarity between the candidate user and the target user using a value based on the number of associated contents, and one or a plurality of candidate users with a high similarity calculated by the similarity calculation unit For each content associated with the context, the context associated with the content and the context acquisition unit Using a value indicating the degree of association with the acquired context, a recommendation level calculation unit that calculates the recommendation level of the content, and one or a plurality of contents with a high recommendation level calculated by the recommendation level calculation unit. A program for causing a function to serve as a recommendation unit recommended to the target user.

また、本発明は、ユーザにコンテンツを推薦する端末装置であって、自装置のユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部と、自装置のユーザが過去に使用したコンテンツと同一のコンテンツを使用したことがある他のユーザが、過去に使用したコンテンツであって、前記コンテキスト取得部が取得したコンテキストとの関連度が高いコンテキストが付されたコンテンツを、自装置のユーザに推薦するコンテンツとして提示する提示部とを備えることを特徴とする。   In addition, the present invention is a terminal device that recommends content to a user, and a context acquisition unit that acquires a context indicating a current situation of the user of the own device, and the same content used in the past by the user of the own device Other users who have used the content recommend content that has been used in the past to the user of the own device with content having a high degree of association with the context acquired by the context acquisition unit. And a presentation unit that presents the content.

また、本発明は、コンピュータを、当該コンピュータのユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部、当該コンピュータのユーザが過去に使用したコンテンツと同一のコンテンツを使用したことがある他のユーザが、過去に使用したコンテンツであって、前記コンテキスト取得部が取得したコンテキストとの関連度が高いコンテキストが付されたコンテンツを、当該コンピュータのユーザに推薦するコンテンツとして提示する提示部として機能させるためのプログラムである。   The present invention also provides a context acquisition unit for acquiring a context indicating the current status of a user of the computer, another user who has used the same content as the content previously used by the user of the computer However, in order to function as a presentation unit that presents content that has been used in the past and has a context that is highly relevant to the context acquired by the context acquisition unit as content recommended to the user of the computer. It is a program.

本発明によれば、ユーザの嗜好及び状況に合ったコンテンツを推薦することができる。   ADVANTAGE OF THE INVENTION According to this invention, the content suitable for a user preference and a condition can be recommended.

本発明の一実施形態によるコンテンツ推薦システムの構成を示す概略図である。It is the schematic which shows the structure of the content recommendation system by one Embodiment of this invention. 本発明の一実施形態による端末装置の構成を示す概略ブロック図である。It is a schematic block diagram which shows the structure of the terminal device by one Embodiment of this invention. 本発明の一実施形態によるコンテンツ推薦装置の構成を示す概略ブロック図である。It is a schematic block diagram which shows the structure of the content recommendation apparatus by one Embodiment of this invention. 履歴記憶部が記憶する情報の例を示す図である。It is a figure which shows the example of the information which a log | history memory | storage part memorize | stores. コンテンツ推薦方法の概略を示すフローチャートである。It is a flowchart which shows the outline of a content recommendation method. コンテンツの使用履歴を記録する動作を示すフローチャートである。It is a flowchart which shows the operation | movement which records the usage history of a content. コンテンツ推薦装置が送信し、ユーザの端末装置に表示される入力フォーム画面の一例を示す図である。It is a figure which shows an example of the input form screen which a content recommendation apparatus transmits and is displayed on a user's terminal device. コンテンツの推薦を行う動作を示すフローチャートである。It is a flowchart which shows the operation | movement which recommends a content.

以下、図面を参照しながら本発明の実施形態について詳しく説明する。
図1は、本発明の一実施形態によるコンテンツ推薦システム1の構成を示す概略図である。
コンテンツ推薦システム1は、ユーザが使用する複数の端末装置10と、コンテンツの推薦処理を行うコンテンツ推薦装置20とを備える。
端末装置10は、ユーザがコンテンツを使用したときに、当該コンテンツの使用状況をコンテンツ推薦装置20に送信する。また、端末装置10は、コンテンツ推薦装置20からコンテンツの推薦を受けるときに、現在の状況をコンテンツ推薦装置20に送信する。
コンテンツ推薦装置20は、端末装置10から受信したコンテンツの使用状況を蓄積する。また、コンテンツ推薦装置20は、端末装置10から受信した現在の状況と蓄積した使用状況とに基づいて、当該端末装置10のユーザに適したコンテンツを推薦する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a schematic diagram showing a configuration of a content recommendation system 1 according to an embodiment of the present invention.
The content recommendation system 1 includes a plurality of terminal devices 10 used by a user and a content recommendation device 20 that performs content recommendation processing.
When the user uses the content, the terminal device 10 transmits the usage status of the content to the content recommendation device 20. Further, when receiving a content recommendation from the content recommendation device 20, the terminal device 10 transmits the current situation to the content recommendation device 20.
The content recommendation device 20 accumulates the usage status of the content received from the terminal device 10. Further, the content recommendation device 20 recommends content suitable for the user of the terminal device 10 based on the current status received from the terminal device 10 and the accumulated usage status.

図2は、本発明の一実施形態による端末装置10の構成を示す概略ブロック図である。
端末装置10は、状況入力部11、状況送信部12、推薦受信部13、提示部14を備える。
状況入力部11は、ユーザがコンテンツを使用したとき、またはユーザにコンテンツを推薦するときに、自装置のセンサが示すセンサ情報や、自装置のディスプレイに表示された入力画面に入力されたテキストを、ユーザの状況を示す情報として受け付ける。なお、ユーザの状況の例としては、現在時刻、場所、方角、気温、気分などが挙げられる。
状況送信部12は、状況入力部11が受け付けた情報を、コンテンツ推薦装置20に送信する。
推薦受信部13は、コンテンツ推薦装置20から自装置のユーザに推薦するコンテンツの情報を受信する。
提示部14は、推薦受信部13が受信した情報を提示する。提示の方法は、例えばディスプレイに表示する方法、音声としてスピーカから出力する方法などが挙げられる。
FIG. 2 is a schematic block diagram showing the configuration of the terminal device 10 according to the embodiment of the present invention.
The terminal device 10 includes a situation input unit 11, a situation transmission unit 12, a recommendation reception unit 13, and a presentation unit 14.
When the user uses the content or recommends the content to the user, the situation input unit 11 receives the sensor information indicated by the sensor of the own device and the text input on the input screen displayed on the display of the own device. And received as information indicating the user's situation. Examples of the user situation include the current time, location, direction, temperature, and mood.
The status transmission unit 12 transmits the information received by the status input unit 11 to the content recommendation device 20.
The recommendation receiving unit 13 receives content information recommended to the user of the own device from the content recommendation device 20.
The presenting unit 14 presents information received by the recommendation receiving unit 13. Examples of the presentation method include a method of displaying on a display and a method of outputting from a speaker as sound.

図3は、本発明の一実施形態によるコンテンツ推薦装置20の構成を示す概略ブロック図である。
コンテンツ推薦装置20は、コンテキスト取得部21、履歴追加部22、履歴記憶部23、履歴取得部24、類似度算出部25、推薦度算出部26、推薦部27、コンテキスト補足部28を備える。
FIG. 3 is a schematic block diagram showing the configuration of the content recommendation device 20 according to one embodiment of the present invention.
The content recommendation device 20 includes a context acquisition unit 21, a history addition unit 22, a history storage unit 23, a history acquisition unit 24, a similarity calculation unit 25, a recommendation degree calculation unit 26, a recommendation unit 27, and a context supplement unit 28.

コンテキスト取得部21は、端末装置10から送信されたユーザの状況を示す情報に基づいて、ユーザの状況を示すコンテキストを取得する。コンテキストの例としては、時刻を示す「朝」や「夜」、ユーザの気分を示す「楽しい」や「悲しい」、コンテンツの情報を示す「独身向け」や「ファミリー向け」などが挙げられる。   The context acquisition unit 21 acquires a context indicating the user status based on the information indicating the user status transmitted from the terminal device 10. Examples of the context include “morning” and “night” indicating the time, “fun” and “sad” indicating the user's mood, “single” and “family” indicating the content information, and the like.

履歴追加部22は、ユーザがコンテンツを使用したときに、当該ユーザと当該コンテンツに関連付けて、コンテキスト取得部21が取得したコンテキストを、履歴記憶部23に記録する。   The history adding unit 22 records the context acquired by the context acquiring unit 21 in the history storage unit 23 in association with the user and the content when the user uses the content.

図4は、履歴記憶部23が記憶する情報の例を示す図である。
履歴記憶部23は、コンテンツに関連付けて、当該コンテンツを使用したユーザと、当該ユーザが当該コンテンツを使用した状況を示すコンテキストとを関連付けて、コンテンツの使用履歴として記憶する。なお、履歴記憶部23は、コンテキストの情報を、当該コンテキストが当該コンテンツを使用した状況を示しているか否かを示すフラグとして記憶している。なお、フラグが「0」を示す場合は、当該コンテキストが当該コンテンツを使用した状況を示していないことを表し、フラグが「1」を示す場合は、当該コンテキストが当該コンテンツを使用した状況を示していることを表している。
FIG. 4 is a diagram illustrating an example of information stored in the history storage unit 23.
The history storage unit 23 associates a user who uses the content with the content and a context indicating a situation where the user has used the content, and stores it as a content usage history. The history storage unit 23 stores context information as a flag indicating whether or not the context indicates a situation where the content is used. In addition, when the flag indicates “0”, it indicates that the context does not indicate a situation where the content is used. When the flag indicates “1”, the context indicates a situation where the content is used. It represents that.

なお、図4によれば、ユーザU001が、独身向けのコンテンツC001を、朝、楽しい気分で使用したことが分かる。また、ユーザU001が、ファミリー向けのコンテンツC002を、夜、楽しい気分で使用したことが分かる。他方、ユーザU002は、ファミリー向けのコンテンツC002を、夜、悲しい気分で使用したことが分かる。このように、コンテンツの使用状況は、ユーザの嗜好によって異なることがある。   In addition, according to FIG. 4, it can be seen that the user U001 used the content C001 for singles in the morning in a pleasant mood. In addition, it can be seen that the user U001 used the family-oriented content C002 in a pleasant mood at night. On the other hand, it can be seen that the user U002 used the family-oriented content C002 in a sad mood at night. Thus, the usage status of the content may vary depending on the user's preference.

履歴取得部24は、履歴記憶部23から、推薦の対象となるユーザ(以下、対象ユーザという)のコンテンツの使用履歴と、対象ユーザ以外のユーザ(以下、候補ユーザという)のコンテンツ使用履歴とを取得する。   The history acquisition unit 24 obtains, from the history storage unit 23, the content usage history of the user (hereinafter referred to as the target user) to be recommended and the content usage history of the user other than the target user (hereinafter referred to as the candidate user). get.

類似度算出部25は、履歴取得部24が取得した対象ユーザのコンテンツの使用履歴と候補ユーザのコンテンツの使用履歴とに基づいて、対象ユーザと候補ユーザの嗜好の類似度を算出する。   The similarity calculation unit 25 calculates the similarity between the target user and the candidate user's preference based on the content usage history of the target user acquired by the history acquisition unit 24 and the content usage history of the candidate user.

推薦度算出部26は、類似度算出部25が算出した類似度が高い候補ユーザが過去に使用したコンテンツごとに、コンテキスト取得部21が取得したコンテキストが示す状況において推薦すべき度合いを示す推薦度を算出する。   The recommendation degree calculation unit 26 indicates a degree of recommendation indicating a degree to be recommended in a situation indicated by the context acquired by the context acquisition unit 21 for each content used in the past by a candidate user having a high similarity calculated by the similarity calculation unit 25. Is calculated.

推薦部27は、推薦度算出部26が算出した推薦度が高いコンテンツの一覧を、ユーザの端末装置10に送信することで、ユーザに推薦する。   The recommendation unit 27 recommends to the user by transmitting a list of contents having a high recommendation level calculated by the recommendation level calculation unit 26 to the user terminal device 10.

コンテキスト補足部28は、履歴取得部24が取得したコンテンツの使用履歴に含まれるコンテキストに設定されていないフラグがある場合に、当該使用履歴に関連付けられたユーザに類似するユーザの使用履歴を用いて、当該フラグを補足する。   When there is a flag that is not set in the context included in the content usage history acquired by the history acquisition unit 24, the context supplementing unit 28 uses a user usage history similar to the user associated with the usage history. Supplement the flag.

ここで、本実施形態によるコンテンツ推薦装置20の動作の概略を説明する。
図5は、コンテンツ推薦方法の概略を示すフローチャートである。
まず、コンテキスト取得部21は、対象ユーザの現在の状況を示すコンテキストを取得する(ステップS1)。次に、類似度算出部25は、履歴記憶部23が記憶する候補ユーザごとに、当該候補ユーザと対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと対象ユーザとの類似度を算出する(ステップS2)。
Here, an outline of the operation of the content recommendation device 20 according to the present embodiment will be described.
FIG. 5 is a flowchart showing an outline of the content recommendation method.
First, the context acquisition unit 21 acquires a context indicating the current situation of the target user (step S1). Next, the similarity calculation unit 25 uses, for each candidate user stored in the history storage unit 23, a value based on the number of contents commonly associated with the candidate user and the target user, The degree of similarity with the target user is calculated (step S2).

次に、推薦度算出部26は、類似度算出部25が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストとコンテキスト取得部21が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出する(ステップS3)。そして、推薦部27は、推薦度算出部26が算出した推薦度が高い1または複数のコンテンツを、対象ユーザに推薦する(ステップS4)。
これにより、コンテンツ推薦装置20は、ユーザの嗜好及び状況に合ったコンテンツを推薦することができる。
Next, for each content associated with one or a plurality of candidate users having a high similarity calculated by the similarity calculation unit 25, the recommendation degree calculation unit 26 acquires the context associated with the content and the context acquisition unit 21. The recommendation level of the content is calculated using a value indicating the high degree of association with the context (step S3). Then, the recommendation unit 27 recommends one or more contents with a high recommendation level calculated by the recommendation level calculation unit 26 to the target user (step S4).
Thereby, the content recommendation apparatus 20 can recommend the content according to the user's preference and situation.

以下、本実施形態によるコンテンツ推薦システム1の動作について詳述する。
まず、コンテンツ推薦装置20にコンテンツの使用履歴を記録する動作について説明する。
図6は、コンテンツの使用履歴を記録する動作を示すフローチャートである。
ユーザが端末装置10を用いてコンテンツの使用を開始すると、端末装置10の状況送信部12は、コンテンツ推薦装置20に対して当該ユーザを示すユーザIDと当該コンテンツを示すコンテンツIDとを送信する。コンテンツ推薦装置20のコンテキスト取得部21は、端末装置10からユーザIDとコンテンツIDとを受信する(ステップS101)。次に、コンテキスト取得部21は、ユーザの端末装置10に対してユーザの現在の状況を入力させる入力フォーム画面を送信する(ステップS102)。
Hereinafter, the operation of the content recommendation system 1 according to the present embodiment will be described in detail.
First, the operation of recording content usage history in the content recommendation device 20 will be described.
FIG. 6 is a flowchart showing the operation of recording the content usage history.
When the user starts using the content using the terminal device 10, the status transmission unit 12 of the terminal device 10 transmits a user ID indicating the user and a content ID indicating the content to the content recommendation device 20. The context acquisition unit 21 of the content recommendation device 20 receives the user ID and the content ID from the terminal device 10 (step S101). Next, the context acquisition unit 21 transmits an input form screen for inputting the current state of the user to the user terminal device 10 (step S102).

図7は、コンテンツ推薦装置20が送信し、ユーザの端末装置10に表示される入力フォーム画面の一例を示す図である。
端末装置10の状況入力部11は、コンテンツ推薦装置20から入力フォーム画面を受信し、図7に示すような画面をディスプレイに表示させる。
コンテキスト取得部21が生成する入力フォーム画面には、ユーザの状況の選択を受け付けるボタンB1と、キャンセルボタンB2と、OKボタンB3とが表示される。
なお、状況の選択を受け付けるボタンB1としては、ユーザの現在の気分を示す「楽しい」、「悲しい」、「嬉しい」の何れかの選択を受け付けるボタンと、ユーザが現在いる場所を示す「家」、「会社」、「外出先」の何れかの選択を受け付けるボタンとが表示されている。
FIG. 7 is a diagram showing an example of an input form screen transmitted from the content recommendation device 20 and displayed on the user terminal device 10.
The status input unit 11 of the terminal device 10 receives the input form screen from the content recommendation device 20 and displays a screen as shown in FIG. 7 on the display.
On the input form screen generated by the context acquisition unit 21, a button B1, a cancel button B2, and an OK button B3 for accepting the user's situation selection are displayed.
The button B1 for accepting the selection of the situation includes a button for accepting a selection of “fun”, “sad”, or “happy” indicating the current mood of the user, and “house” indicating the location where the user is currently located. , A button for accepting selection of either “company” or “going out”.

状況入力部11は、状況の選択を受け付けるボタンB1の押下を受け付けた後に、OKボタンB3の押下を受け付ける。これにより、状況送信部12は、押下されたボタンB1に関連付けられた情報をコンテンツ推薦装置20に送信する。なお、キャンセルボタンB2が押下されると、端末装置10は情報の送信を行わない。このとき状況入力部11は、現在時刻、場所、方角、気温などを取得し、状況送信部12は、入力フォーム画面に入力された情報に加えてこれらの情報もコンテンツ推薦装置20に送信する。   The situation input unit 11 accepts the press of the OK button B3 after accepting the press of the button B1 for accepting the selection of the situation. As a result, the status transmission unit 12 transmits the information associated with the pressed button B1 to the content recommendation device 20. Note that when the cancel button B2 is pressed, the terminal device 10 does not transmit information. At this time, the situation input unit 11 acquires the current time, place, direction, temperature, and the like, and the situation transmission unit 12 transmits the information to the content recommendation device 20 in addition to the information input on the input form screen.

なお、図7では、ボタンの押下によりコンテキストの選択を行う例を示したが、これに限られず、例えばコンテキスト取得部21がテキストの入力フォームを含む入力フォーム画面を生成し、ユーザからの文章の入力を受け付け、当該文章をコンテンツ推薦装置20に送信するようにしても良い。   FIG. 7 shows an example in which a context is selected by pressing a button. However, the present invention is not limited to this. For example, the context acquisition unit 21 generates an input form screen including a text input form and The input may be received and the sentence may be transmitted to the content recommendation device 20.

コンテンツ推薦装置20のコンテキスト取得部21は、端末装置10から情報を受信すると(ステップS103)、これらの情報からコンテキストを取得する(ステップS104)。例えば、図7に示す入力フォーム画面に対する入力値として「楽しい」ボタンと「家」ボタンが押下された場合、当該情報から「楽しい」というコンテキストと、「家」というコンテキストを抽出する。また例えば、入力フォーム画面にテキストの入力フォームが含まれていた場合、当該入力フォームに入力された文章を形態素解析し、得られた形態素の中から履歴記憶部23においてコンテキストとして定義されているものを、コンテキストとして抽出する。なお、コンテンツ推薦装置20が予めシソーラスを備えている場合、定義されたコンテキストに類似する語が形態素の中にあるか否かを判定し、ある場合に、当該形態素をコンテキストとして抽出しても良い。なお、シソーラスとは、単語のデータベースであって、同義語、類義語、上位概念の単語、下位概念の単語などをそれぞれリンクさせたものである。   When receiving the information from the terminal device 10 (step S103), the context acquisition unit 21 of the content recommendation device 20 acquires the context from the information (step S104). For example, when the “fun” button and the “house” button are pressed as input values for the input form screen shown in FIG. 7, the context “fun” and the context “home” are extracted from the information. Also, for example, when a text input form is included in the input form screen, a sentence input to the input form is subjected to morphological analysis, and from the obtained morphemes, defined as a context in the history storage unit 23 Is extracted as a context. When the content recommendation device 20 includes a thesaurus in advance, it is determined whether or not a word similar to the defined context exists in the morpheme. If there is, the morpheme may be extracted as the context. . The thesaurus is a word database in which synonyms, synonyms, upper concept words, lower concept words, and the like are linked.

また、例えば端末装置10から取得した時刻、場所、方角、気温などの情報を、予め定められたコンテキストの条件に当てはめることで、コンテキストを抽出しても良い。例えば、「『時刻』が午前5時〜午前11時までの時刻である場合に『朝』というコンテキストを抽出する」という条件が予め設定されている場合、得られた時刻の情報を当該条件に当てはめることで、「朝」というコンテキストを有効にするか否かを判定する。   For example, the context may be extracted by applying information such as time, place, direction, and temperature acquired from the terminal device 10 to a predetermined context condition. For example, when the condition “extract the context“ morning ”when“ time ”is from 5 am to 11 am” ”is set in advance, information on the obtained time is set as the condition. By applying, it is determined whether or not to enable the context “morning”.

また、コンテキスト取得部21は、ステップS101で取得したコンテンツIDに関連付けられたメタデータを取得する。メタデータとしては、コンテンツが生成された段階で入力されたものや、コンテンツ販売者がPOP(Point Of Purchase)広告として入力したものが挙げられる。このようなメタデータは、コンテンツの提供サーバなどから取得することができる。そして、コンテキスト取得部21は、これらのメタデータから、コンテンツの作者、ジャンル、出版社などのコンテキストを取得する。   Further, the context acquisition unit 21 acquires metadata associated with the content ID acquired in step S101. Examples of the metadata include data that is input when the content is generated and data that is input as a POP (Point Of Purchase) advertisement by the content seller. Such metadata can be acquired from a content providing server or the like. And the context acquisition part 21 acquires contexts, such as a content author, a genre, and a publisher, from these metadata.

コンテキスト取得部21がステップS104でコンテキストを取得すると、履歴追加部22は、コンテキスト取得部21がステップS101で受信したユーザID及びコンテンツIDに関連付けて、コンテキスト取得部21が取得したコンテキストを示す状況フラグを、履歴記憶部23に記録する(ステップS105)。   When the context acquisition unit 21 acquires a context in step S104, the history adding unit 22 associates the context acquisition unit 21 with the user ID and content ID received in step S101, and indicates a context flag indicating the context acquired by the context acquisition unit 21 Is recorded in the history storage unit 23 (step S105).

これにより、コンテンツ推薦装置20は、ユーザがコンテンツを使用するたびに、コンテンツの使用履歴を履歴記憶部23に蓄積する。   Accordingly, the content recommendation device 20 accumulates the content usage history in the history storage unit 23 every time the user uses the content.

次に、コンテンツ推薦装置20がコンテンツの推薦を行う動作について説明する。
図8は、コンテンツの推薦を行う動作を示すフローチャートである。
ユーザに対してコンテンツを推薦する場合、まずコンテキスト取得部21は、上述したステップS101〜S104と同様の手法により、推薦の対象となるユーザである対象ユーザのユーザIDとコンテキスト情報を取得する(ステップS201)。なお、これは図5に示すステップS1に相当する。
Next, an operation in which the content recommendation device 20 recommends content will be described.
FIG. 8 is a flowchart showing an operation for recommending content.
When recommending content to a user, first, the context acquisition unit 21 acquires the user ID and context information of a target user who is a user to be recommended by a method similar to steps S101 to S104 described above (step S101). S201). This corresponds to step S1 shown in FIG.

次に、履歴取得部24は、対象ユーザのユーザIDに関連付けられたコンテンツの利用履歴と、対象ユーザ以外のユーザである候補ユーザの利用履歴とを、履歴記憶部23から取得する(ステップS202)。   Next, the history acquisition unit 24 acquires, from the history storage unit 23, the usage history of content associated with the user ID of the target user and the usage history of candidate users who are users other than the target user (step S202). .

次に、類似度算出部25は、履歴取得部24が取得した候補ユーザを1つずつ選択し、全ての候補ユーザについて、以下に示すステップS204〜ステップS210の処理を実行する(ステップS203)。   Next, the similarity calculation unit 25 selects one candidate user acquired by the history acquisition unit 24 one by one, and executes the processes of Step S204 to Step S210 shown below for all candidate users (Step S203).

まず、類似度算出部25は、対象ユーザの利用履歴とステップS203で選択した候補ユーザの利用履歴とを比較し、双方に共通するコンテンツ、すなわち対象ユーザと候補ユーザの両方が過去に使用したことのあるコンテンツを特定する(ステップS204)。次に、類似度算出部25は、ステップS204で特定した共通するコンテンツを1つずつ選択し、共通するコンテンツ全てについて、以下に示すステップS206〜ステップS208の処理を実行する(ステップS205)。   First, the similarity calculation unit 25 compares the usage history of the target user with the usage history of the candidate user selected in step S203, and the content common to both, that is, both the target user and the candidate user have used in the past. A certain content is specified (step S204). Next, the similarity calculation unit 25 selects the common contents identified in step S204 one by one, and executes the processes of steps S206 to S208 shown below for all the common contents (step S205).

類似度算出部25は、ステップS205で選択したコンテンツについて、対象ユーザ及び選択した候補ユーザに関連付けられたコンテキストの状況フラグを取得する(ステップS206)。次に、類似度算出部25は、ステップS206で取得した状況フラグのうち、対象ユーザ及び選択した候補ユーザの何れについても「1」を示す状況フラグの数を算出する(ステップS207)。次に、類似度算出部25は、算出した共通する状況フラグの数を、対象ユーザについての「1」を示す状況フラグの数で除算することで、対象ユーザと候補ユーザとの間でコンテキストが共通する割合を算出する(ステップS208)。   The similarity calculation unit 25 acquires a context status flag associated with the target user and the selected candidate user for the content selected in step S205 (step S206). Next, the similarity calculation unit 25 calculates the number of status flags indicating “1” for both the target user and the selected candidate user among the status flags acquired in step S206 (step S207). Next, the similarity calculation unit 25 divides the calculated number of common status flags by the number of status flags indicating “1” for the target user, so that the context between the target user and the candidate user is determined. A common ratio is calculated (step S208).

類似度算出部25は、共通するコンテンツ全てについてステップS208で算出した割合を算出すると、当該割合の和を算出する(ステップS209)。そして、類似度算出部25は、当該割合の和を、対象ユーザに関連付けられたコンテンツの数で除算することで、対象ユーザと候補ユーザとの嗜好の類似度を算出する(ステップS210)。ここで算出した類似度は、値が高いほど、対象ユーザと候補ユーザとが、同じ状況下において同じコンテンツを使用する可能性が高いこと、すなわち嗜好が類似していることを示している。
なお、当該ステップS203〜ステップS210の手順は、図5に示すステップS2に相当する。
When the similarity calculation unit 25 calculates the ratio calculated in step S208 for all the common contents, the similarity calculation unit 25 calculates the sum of the ratios (step S209). Then, the similarity calculation unit 25 calculates the similarity of the preference between the target user and the candidate user by dividing the sum of the ratios by the number of contents associated with the target user (step S210). The similarity calculated here indicates that the higher the value, the higher the possibility that the target user and the candidate user will use the same content under the same situation, that is, the preference is similar.
Note that the procedure of steps S203 to S210 corresponds to step S2 shown in FIG.

類似度算出部25が、履歴取得部24が取得した候補ユーザ全てについて類似度を算出すると、推薦度算出部26は、類似度算出部25が算出した類似度の上位いくつか(例えば、上位10ユーザ)の候補ユーザに関連付けられたコンテンツのうち、履歴取得部24が取得した対象ユーザに関連付けられたコンテンツを除いたコンテンツを抽出する(ステップS211)。   When the similarity calculation unit 25 calculates the similarity for all candidate users acquired by the history acquisition unit 24, the recommendation degree calculation unit 26 selects some of the top similarities calculated by the similarity calculation unit 25 (for example, the top 10 Among the contents associated with the candidate user, the contents excluding the contents associated with the target user acquired by the history acquisition unit 24 are extracted (step S211).

次に、推薦度算出部26は、取得したコンテンツを1つずつ選択し、当該コンテンツ全てについて、以下に示すステップS213〜ステップS215の処理を実行する(ステップS212)。
まず、推薦度算出部26は、ステップS212で選択したコンテンツについて、選択した候補ユーザに関連付けられたコンテキストの状況フラグを取得する(ステップS213)。次に、推薦度算出部26は、ステップS201で取得したコンテキスト情報に含まれるコンテキストであって、選択した候補ユーザについて状況フラグが「1」を示すコンテキストの数を算出する(ステップS214)。次に、推薦度算出部26は、算出した共通する状況フラグの数を、ステップS201で取得したコンテキストの数で除算することで、当該コンテンツの推薦度を算出する(ステップS215)。
なお、当該ステップS211〜ステップS215の手順は、図5に示すステップS3に相当する。
Next, the recommendation level calculation unit 26 selects the acquired contents one by one, and executes the processes of steps S213 to S215 described below for all the contents (step S212).
First, the recommendation level calculation unit 26 acquires a context status flag associated with the selected candidate user for the content selected in step S212 (step S213). Next, the recommendation level calculation unit 26 calculates the number of contexts that are included in the context information acquired in step S201 and whose status flag indicates “1” for the selected candidate user (step S214). Next, the recommendation level calculation unit 26 calculates the recommendation level of the content by dividing the calculated number of common status flags by the number of contexts acquired in step S201 (step S215).
In addition, the procedure of the said step S211-step S215 is corresponded to step S3 shown in FIG.

そして、推薦度算出部26が、ステップS212で選択したコンテンツ全てについて推薦度を算出すると、推薦部27は、ユーザに対して推薦度が高い順にコンテンツを推薦する(ステップS216)。なお、ステップS216は、図5に示すステップS4に相当する。推薦部27は、推薦度が高い順にコンテンツを並べたコンテンツリストを生成し、対象ユーザの端末装置10に送信することで推薦を行う。これにより、対象ユーザの端末装置10の推薦受信部13は、当該コンテンツリストを受信し、提示部14は、当該コンテンツリストをディスプレイに表示させる。   When the recommendation level calculation unit 26 calculates the recommendation level for all the contents selected in step S212, the recommendation unit 27 recommends the content to the user in descending order of recommendation level (step S216). Note that step S216 corresponds to step S4 shown in FIG. The recommendation unit 27 makes a recommendation by generating a content list in which content is arranged in descending order of recommendation and transmitting the content list to the terminal device 10 of the target user. Thereby, the recommendation receiving unit 13 of the terminal device 10 of the target user receives the content list, and the presentation unit 14 displays the content list on the display.

ところで、コンテンツの使用形態によっては、例えばユーザが実際の店舗で購入した媒体に格納されたコンテンツを使用した場合など、コンテンツ推薦装置20が、コンテンツの使用時にコンテキスト情報を取得することができないことがある。このような場合、コンテンツ推薦装置20のコンテキスト取得部21は、コンテキスト情報を取得することができないため、履歴記憶部23が記憶するコンテキストの状況フラグがNULLになることがある。   By the way, depending on the usage form of the content, the content recommendation device 20 may not be able to acquire the context information when the content is used, for example, when the content stored in the medium purchased by the user at the actual store is used. is there. In such a case, since the context acquisition unit 21 of the content recommendation device 20 cannot acquire context information, the context status flag stored in the history storage unit 23 may be NULL.

このような場合、コンテンツ推薦装置20のコンテキスト補足部28が履歴記憶部23が記憶するコンテキストを補足し、類似度算出部25及び推薦度算出部26は、当該補足されたコンテキストを用いてコンテンツの推薦を行う。   In such a case, the context supplementation unit 28 of the content recommendation device 20 supplements the context stored in the history storage unit 23, and the similarity calculation unit 25 and the recommendation degree calculation unit 26 use the supplemented context for content. Make a recommendation.

ステップS203において、類似度算出部25が選択した候補ユーザに関連付けられたコンテキストの状況フラグがNULLとなっているものがある場合、コンテキスト補足部28は、候補ユーザに最も類似するユーザである準候補ユーザを特定する。類似度算出部25は、ステップS203〜ステップS208の処理により候補ユーザと他のユーザとの類似度を算出し、当該類似度が最も高い他のユーザを準候補ユーザに特定する。   If there is a context status flag associated with the candidate user selected by the similarity calculation unit 25 in step S203, the context supplement unit 28 is a quasi-candidate who is the user most similar to the candidate user. Identify users. The similarity calculation unit 25 calculates the similarity between the candidate user and another user through the processing of step S203 to step S208, and specifies the other user with the highest similarity as a quasi-candidate user.

次に、コンテキスト補足部28は、候補ユーザの状況フラグのうちNULLになっているものを準候補ユーザの状況フラグで上書きする。なお、このとき、コンテキスト補足部28は、状況フラグは内部メモリ上で上書きをし、履歴記憶部23の上書きをしない。これは、状況フラグがNULLとなっているコンテキストが後に充足されることや、更なる使用履歴の収集によって、より適切な推定ができるようになることが想定されるため、これらを阻害しないようにするためである。   Next, the context supplementing unit 28 overwrites the candidate user's status flag which is NULL with the status flag of the quasi-candidate user. At this time, the context supplement unit 28 overwrites the status flag on the internal memory and does not overwrite the history storage unit 23. This is because it is assumed that the context whose status flag is NULL will be satisfied later, and that more appropriate estimation can be made by collecting further usage history, so that these are not hindered. It is to do.

次に、コンテキスト補足部28は、候補ユーザの状況フラグが全て補足されたか否かを判定する。コンテキスト補足部28は、NULLを示す状況フラグが残っていると判定した場合、準候補ユーザとして特定したユーザの次に、候補ユーザに類似するユーザを、改めて準候補ユーザとして特定し、上述した処理を繰り返し実行する。
他方、コンテキスト補足部28が全ての状況フラグが補足されたと判定した場合、コンテンツ推薦装置20は、ステップS204以降の処理を実行する。
これにより、コンテンツ推薦装置20は、全てのコンテキストに状況フラグが設定された状況で、対象ユーザと候補ユーザの類似度の算出、及びコンテンツの推薦度の算出を行うことができる。
Next, the context supplement unit 28 determines whether all candidate user status flags have been supplemented. When it is determined that the status flag indicating NULL remains, the context supplementing unit 28 specifies a user similar to the candidate user as the quasi-candidate user after the user specified as the quasi-candidate user. Repeatedly.
On the other hand, when the context supplementation unit 28 determines that all the situation flags have been supplemented, the content recommendation device 20 executes the processes after step S204.
Thereby, the content recommendation apparatus 20 can calculate the similarity between the target user and the candidate user and the recommendation degree of the content in a situation where the situation flags are set in all contexts.

以上、図面を参照してこの発明の一実施形態について詳しく説明してきたが、具体的な構成は上述のものに限られることはなく、この発明の要旨を逸脱しない範囲内において様々な設計変更等をすることが可能である。
例えば、上述した実施形態では、ステップS204〜ステップS210の手順により、ユーザ間の類似度を算出する場合について説明したが、これに限られない。例えば、類似度算出部25は、対象ユーザと候補ユーザとに共通して関連付けられたコンテンツの数を、対象ユーザに関連付けられたコンテンツの数で除算することで、対象ユーザと候補ユーザとの嗜好の類似度を算出しても良い。
As described above, the embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to the above, and various design changes and the like can be made without departing from the scope of the present invention. It is possible to
For example, in the above-described embodiment, the case where the similarity between users is calculated according to the procedure of step S204 to step S210 has been described, but is not limited thereto. For example, the similarity calculation unit 25 divides the number of contents commonly associated with the target user and the candidate user by the number of contents associated with the target user, so that the preference between the target user and the candidate user is obtained. The similarity may be calculated.

また、上述した実施形態では、推薦度算出部26が、対象ユーザと候補ユーザとで共通するコンテキストの数を、対象ユーザに関連付けられたコンテキストの数で除算することで推薦度を算出する場合について説明したが、これに限られない。例えば、「対象ユーザと候補ユーザとで共通するコンテキストの数」に代えて「対象ユーザと候補ユーザとの間における関連するコンテキストの数」を分子としても良い。「対象ユーザと候補ユーザとの間における関連するコンテキストの数」とは、コンテキスト間の類似度に応じた重み付けを行った値である。例えば、対象ユーザのコンテキストに「明るい」が含まれ、「楽しい」が含まれない場合において、候補ユーザのコンテキストに「楽しい」が含まれ、「明るい」が含まれないときを例に説明する。このとき、「対象ユーザと候補ユーザとで共通するコンテキストの数」は、0である。他方、「明るい」と「楽しい」は関連するコンテキストであるため、これらのコンテキストは「対象ユーザと候補ユーザとの間における関連するコンテキスト」である。そこで、予め定めた関連度に応じた重み値(例えば、0.8など)を、推薦度の算出に用いても良い。   In the embodiment described above, the recommendation level calculation unit 26 calculates the recommendation level by dividing the number of contexts common to the target user and the candidate user by the number of contexts associated with the target user. Although explained, it is not limited to this. For example, instead of “the number of contexts common to the target user and the candidate user”, “the number of contexts related between the target user and the candidate user” may be used as a numerator. The “number of related contexts between the target user and the candidate user” is a value obtained by weighting according to the similarity between contexts. For example, in the case where “bright” is included in the context of the target user and “fun” is not included, the case where “fun” is included in the context of the candidate user and “bright” is not included will be described as an example. At this time, “the number of contexts common to the target user and the candidate user” is zero. On the other hand, since “bright” and “fun” are related contexts, these contexts are “related contexts between the target user and the candidate user”. Therefore, a weight value (for example, 0.8) according to a predetermined degree of association may be used for calculating the recommendation degree.

重み値としては、例えば所定のシソーラスにおいて一方のコンテキストから他方のコンテキストまでリンクを辿って到達するまでのリンク数の逆数を用いることができる。なお、重み値の算出方法はこれに限られず、例えば予め作成された単語ベクトル空間における単語間の距離や、単語のクラスタリングによって得られる距離などを用いて算出しても良い。   As the weight value, for example, a reciprocal of the number of links until reaching a link from one context to the other context in a predetermined thesaurus can be used. Note that the method of calculating the weight value is not limited to this. For example, the weight value may be calculated using a distance between words in a word vector space created in advance, a distance obtained by word clustering, or the like.

また、上述した実施形態では、候補ユーザのコンテキストのうち状況フラグが設定されていないものがある場合、コンテキスト補足部28が当該状況フラグの補足をする場合について説明したが、これに限られない。例えば、類似度算出部25及び推薦度算出部26は、状況フラグがNULLとなっているものを「0.5」と読み替えて処理を行っても良いし、状況フラグがNULLとなっているものを無視して類似度の算出を行っても良い。   Further, in the above-described embodiment, the case where the context supplement unit 28 supplements the situation flag is described when there is a candidate user context in which the situation flag is not set. However, the present invention is not limited thereto. For example, the similarity calculation unit 25 and the recommendation level calculation unit 26 may perform the processing by replacing the case where the status flag is NULL with “0.5”, or the case where the status flag is NULL. The similarity may be calculated while ignoring.

また、上述した実施形態では、コンテキスト補足部28が、候補ユーザの状況フラグを、当該候補ユーザに類似する順に準候補ユーザの状況フラグに上書きする場合について説明したが、これに限られない。例えば、コンテキスト補足部28は、候補ユーザとの類似度が所定の閾値以上となる複数の準候補ユーザの状況フラグをマージして上書きすることで、状況フラグの補足を行っても良い。   Moreover, although embodiment mentioned above demonstrated the case where the context supplement part 28 overwrites a candidate user's condition flag on a semi-candidate user's condition flag in order similar to the said candidate user, it is not restricted to this. For example, the context supplement unit 28 may supplement the situation flag by merging and overwriting the situation flags of a plurality of semi-candidate users whose similarity with the candidate user is equal to or greater than a predetermined threshold.

また、上述した実施形態では、端末装置10とコンテンツ推薦装置20の構成が図2、図3に示すものである場合について説明したが、これに限られない。例えば端末装置10がコンテンツ推薦装置20の一部の機能を搭載していても良いし、また全ての機能を搭載していても良い。   In the embodiment described above, the case where the configurations of the terminal device 10 and the content recommendation device 20 are those illustrated in FIGS. 2 and 3 has been described, but the present invention is not limited thereto. For example, the terminal device 10 may have a part of the functions of the content recommendation device 20 or may have all the functions.

なお、上述の端末装置10及びコンテンツ推薦装置20は内部に、コンピュータシステムを有している。そして、上述した各処理部の動作は、プログラムの形式でコンピュータ読み取り可能な記録媒体に記憶されており、このプログラムをコンピュータが読み出して実行することによって、上記処理が行われる。ここでコンピュータ読み取り可能な記録媒体とは、磁気ディスク、光磁気ディスク、CD−ROM、DVD−ROM、半導体メモリ等をいう。また、このコンピュータプログラムを通信回線によってコンピュータに配信し、この配信を受けたコンピュータが当該プログラムを実行するようにしても良い。   The terminal device 10 and the content recommendation device 20 described above have a computer system inside. The operation of each processing unit described above is stored in a computer-readable recording medium in the form of a program, and the above processing is performed by the computer reading and executing this program. Here, the computer-readable recording medium means a magnetic disk, a magneto-optical disk, a CD-ROM, a DVD-ROM, a semiconductor memory, or the like. Alternatively, the computer program may be distributed to the computer via a communication line, and the computer that has received the distribution may execute the program.

また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。   The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, what is called a difference file (difference program) may be sufficient.

1…コンテンツ推薦システム 10…端末装置 11…状況入力部 12…状況送信部 13…推薦受信部 14…提示部 20…コンテンツ推薦装置 21…コンテキスト取得部 22…履歴追加部 23…履歴記憶部 24…履歴取得部 25…類似度算出部 26…推薦度算出部 27…推薦部 28…コンテキスト補足部   DESCRIPTION OF SYMBOLS 1 ... Content recommendation system 10 ... Terminal device 11 ... Situation input part 12 ... Situation transmission part 13 ... Recommendation reception part 14 ... Presentation part 20 ... Content recommendation apparatus 21 ... Context acquisition part 22 ... History addition part 23 ... History storage part 24 ... History acquisition unit 25 ... similarity calculation unit 26 ... recommendation degree calculation unit 27 ... recommendation unit 28 ... context supplement unit

Claims (9)

ユーザにコンテンツを推薦するコンテンツ推薦システムであって、
ユーザごとに、当該ユーザが使用したコンテンツに関連付けて当該コンテンツを使用したときの当該ユーザの状況を示すコンテキストを記憶する記憶部と、
推薦の対象となるユーザである対象ユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部と、
前記記憶部が記憶するユーザのうち前記対象ユーザ以外のユーザである候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出する類似度算出部と、
前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出する推薦度算出部と、
前記推薦度算出部が算出した推薦度が高い1または複数のコンテンツを、前記対象ユーザに推薦する推薦部と
を備えることを特徴とするコンテンツ推薦システム。
A content recommendation system for recommending content to a user,
For each user, a storage unit that stores a context indicating a situation of the user when the content is used in association with the content used by the user;
A context acquisition unit that acquires a context indicating a current situation of a target user who is a user to be recommended;
For each candidate user who is a user other than the target user among the users stored in the storage unit, the candidate user using a value based on the number of contents commonly associated with the candidate user and the target user A similarity calculation unit that calculates the similarity between the target user and the target user;
For each content associated with one or a plurality of candidate users having a high similarity calculated by the similarity calculation unit, a high degree of association between the context associated with the content and the context acquired by the context acquisition unit A recommendation level calculation unit that calculates a recommendation level of the content using a value indicating
A content recommendation system comprising: a recommendation unit that recommends one or a plurality of contents having a high recommendation level calculated by the recommendation level calculation unit to the target user.
前記類似度算出部は、前記候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツそれぞれについて、当該候補ユーザと前記対象ユーザとに共通して当該コンテンツに関連付けられたコンテキストの数に基づく値を算出し、当該値の和を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出する
ことを特徴とする請求項1に記載のコンテンツ推薦システム。
For each candidate user, the similarity calculation unit is associated with the content in common with the candidate user and the target user for each content commonly associated with the candidate user and the target user. The content recommendation system according to claim 1, wherein a value based on the number of contexts is calculated, and a similarity between the candidate user and the target user is calculated using a sum of the values.
前記類似度算出部は、前記候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツそれぞれについて、当該候補ユーザと前記対象ユーザとに共通して当該コンテンツに関連付けられたコンテキストの数を前記対象ユーザと当該コンテンツとに関連付けられたコンテキストの数で除算し、当該値の和を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出する
ことを特徴とする請求項2に記載のコンテンツ推薦システム。
For each candidate user, the similarity calculation unit is associated with the content in common with the candidate user and the target user for each content commonly associated with the candidate user and the target user. The number of contexts is divided by the number of contexts associated with the target user and the content, and the similarity between the candidate user and the target user is calculated using the sum of the values. Item 3. The content recommendation system according to Item 2.
前記推薦度算出部は、前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を前記対象ユーザと当該コンテンツとに関連付けられたコンテキストの数で除算した値を、当該コンテンツの推薦度として算出する
ことを特徴とする請求項1から請求項3の何れか1項に記載のコンテンツ推薦システム。
For each piece of content associated with one or a plurality of candidate users having a high degree of similarity calculated by the similarity calculation unit, the recommendation level calculation unit includes a context associated with the content and a context acquired by the context acquisition unit. The value obtained by dividing the value indicating the degree of relevance between the content by the number of contexts associated with the target user and the content is calculated as the recommendation level of the content. Item 4. The content recommendation system according to any one of Items3.
前記記憶部は、ユーザごとに、当該ユーザが使用したコンテンツに関連付けて、複数のコンテキストについてのフラグであって、当該コンテキストが当該コンテンツを使用したときの当該ユーザの状況を示しているか否かを示す状況フラグを記憶し、
前記記憶部が記憶するコンテンツのうち、状況フラグが設定されていないものがある場合に、当該コンテンツに関連付けられたユーザに類似するユーザと当該コンテンツとに関連付けられた状況フラグを、前記状況フラグが設定されていないコンテンツに設定するコンテキスト補足部
を備えることを特徴とする請求項1から請求項4の何れか1項に記載のコンテンツ推薦システム。
The storage unit is a flag for a plurality of contexts in association with the content used by the user for each user, and indicates whether the context indicates the status of the user when the content is used. Remember the status flag to indicate,
When there is content for which the status flag is not set among the content stored in the storage unit, the status flag associated with the user similar to the user associated with the content and the content is represented by the status flag. The content recommendation system according to any one of claims 1 to 4, further comprising: a context supplement unit configured to set content that has not been set.
ユーザごとに、当該ユーザが使用したコンテンツに関連付けて当該コンテンツを使用したときの当該ユーザの状況を示すコンテキストを記憶する記憶部を備えるコンテンツ推薦システムを用いたコンテンツ推薦方法であって、
コンテキスト取得部が推薦の対象となるユーザである対象ユーザの現在の状況を示すコンテキストを取得するステップと、
類似度算出部が、前記記憶部が記憶するユーザのうち前記対象ユーザ以外のユーザである候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出するステップと、
推薦度算出部が、前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出するステップと、
推薦部が、前記推薦度算出部が算出した推薦度が高い1または複数のコンテンツを、前記対象ユーザに推薦するステップと
を有することを特徴とするコンテンツ推薦方法。
A content recommendation method using a content recommendation system including a storage unit that stores a context indicating a situation of the user when the user uses the content in association with the content used by the user for each user,
A step of acquiring a context indicating a current situation of a target user who is a user to be recommended by a context acquisition unit;
For each candidate user who is a user other than the target user among the users stored in the storage unit, the similarity calculation unit calculates a value based on the number of contents commonly associated with the candidate user and the target user. Using to calculate the similarity between the candidate user and the target user;
For each content associated with one or a plurality of candidate users having a high similarity calculated by the similarity calculation unit, the recommendation degree calculation unit calculates the context associated with the content and the context acquired by the context acquisition unit. Calculating a recommendation level of the content using a value indicating a high degree of association between the content,
A content recommendation method comprising: a recommendation unit recommending one or a plurality of contents having a high recommendation level calculated by the recommendation level calculation unit to the target user.
コンピュータを、
ユーザごとに、当該ユーザが使用したコンテンツに関連付けて当該コンテンツを使用したときの当該ユーザの状況を示すコンテキストを記憶する記憶部、
推薦の対象となるユーザである対象ユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部、
前記記憶部が記憶するユーザのうち前記対象ユーザ以外のユーザである候補ユーザごとに、当該候補ユーザと前記対象ユーザとに共通して関連付けられたコンテンツの数に基づく値を用いて、当該候補ユーザと前記対象ユーザとの類似度を算出する類似度算出部、
前記類似度算出部が算出した類似度が高い1または複数の候補ユーザに関連付けられたコンテンツごとに、当該コンテンツに関連付けられたコンテキストと前記コンテキスト取得部が取得したコンテキストとの間の関連度の高さを示す値を用いて、当該コンテンツの推薦度を算出する推薦度算出部、
前記推薦度算出部が算出した推薦度が高い1または複数のコンテンツを、前記対象ユーザに推薦する推薦部
として機能させるためのプログラム。
Computer
A storage unit that stores, for each user, a context that indicates a situation of the user when the content is used in association with the content used by the user;
A context acquisition unit for acquiring a context indicating a current situation of a target user who is a user to be recommended;
For each candidate user who is a user other than the target user among the users stored in the storage unit, the candidate user using a value based on the number of contents commonly associated with the candidate user and the target user A similarity calculation unit that calculates the similarity between the target user and the target user;
For each content associated with one or a plurality of candidate users having a high similarity calculated by the similarity calculation unit, a high degree of association between the context associated with the content and the context acquired by the context acquisition unit A recommendation degree calculation unit for calculating a recommendation degree of the content using a value indicating
A program for causing one or a plurality of contents having a high recommendation level calculated by the recommendation level calculation unit to function as a recommendation unit recommended to the target user.
ユーザにコンテンツを推薦する端末装置であって、
自装置のユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部と、
自装置のユーザが過去に使用したコンテンツと同一のコンテンツを使用したことがある他のユーザが、過去に使用したコンテンツであって、前記コンテキスト取得部が取得したコンテキストとの関連度が高いコンテキストが付されたコンテンツを、自装置のユーザに推薦するコンテンツとして提示する提示部と
を備えることを特徴とする端末装置。
A terminal device that recommends content to a user,
A context acquisition unit that acquires a context indicating the current status of the user of the device;
There is a context that is used in the past by another user who has used the same content as the content used in the past by the user of the device, and has a high relevance with the context acquired by the context acquisition unit. And a presentation unit that presents the attached content as content recommended to the user of the device.
コンピュータを、
当該コンピュータのユーザの現在の状況を示すコンテキストを取得するコンテキスト取得部、
当該コンピュータのユーザが過去に使用したコンテンツと同一のコンテンツを使用したことがある他のユーザが、過去に使用したコンテンツであって、前記コンテキスト取得部が取得したコンテキストとの関連度が高いコンテキストが付されたコンテンツを、当該コンピュータのユーザに推薦するコンテンツとして提示する提示部
として機能させるためのプログラム。
Computer
A context acquisition unit for acquiring a context indicating the current status of the user of the computer;
There is a context that has been used in the past by another user who has used the same content as the content used in the past by the user of the computer and has a high relevance with the context acquired by the context acquisition unit. A program for causing the attached content to function as a presentation unit that presents the content as recommended content to the user of the computer.
JP2012200800A 2012-09-12 2012-09-12 Content recommendation system, content recommendation method and program, and terminal device and program Pending JP2014056426A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012200800A JP2014056426A (en) 2012-09-12 2012-09-12 Content recommendation system, content recommendation method and program, and terminal device and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012200800A JP2014056426A (en) 2012-09-12 2012-09-12 Content recommendation system, content recommendation method and program, and terminal device and program

Publications (1)

Publication Number Publication Date
JP2014056426A true JP2014056426A (en) 2014-03-27

Family

ID=50613686

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012200800A Pending JP2014056426A (en) 2012-09-12 2012-09-12 Content recommendation system, content recommendation method and program, and terminal device and program

Country Status (1)

Country Link
JP (1) JP2014056426A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018055230A (en) * 2016-09-27 2018-04-05 大日本印刷株式会社 Content recommendation system, content recommendation method, and program
JP2018190358A (en) * 2017-05-12 2018-11-29 東日本旅客鉄道株式会社 Content selection method and content selection program
JP2021510216A (en) * 2018-01-09 2021-04-15 北京一覧科技有限公司Beijing Allook Technologies Co., Ltd. How to classify and match videos, equipment and selection engine

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018055230A (en) * 2016-09-27 2018-04-05 大日本印刷株式会社 Content recommendation system, content recommendation method, and program
JP2018190358A (en) * 2017-05-12 2018-11-29 東日本旅客鉄道株式会社 Content selection method and content selection program
JP2021510216A (en) * 2018-01-09 2021-04-15 北京一覧科技有限公司Beijing Allook Technologies Co., Ltd. How to classify and match videos, equipment and selection engine

Similar Documents

Publication Publication Date Title
US11822594B2 (en) System and method for automatically selecting images to accompany text
US9864747B2 (en) Content recommendation device, recommended content search method, and program
US8965869B2 (en) Systems and methods for generating a web page based on search term popularity data
US11386095B2 (en) Natural language querying of data in a structured context
JP6381775B2 (en) Information processing system and information processing method
EP2874076A1 (en) Generalized graph, rule, and spatial structure based recommendation engine
JP4898938B2 (en) Information providing system and information providing method
CN109829108B (en) Information recommendation method and device, electronic equipment and readable storage medium
JP5395729B2 (en) Information presentation device
KR20160019445A (en) Incorporating user usage of consumable content into recommendations
JP6784499B2 (en) Decision device, decision method and decision program
JP6137960B2 (en) Content search apparatus, method, and program
JP6767342B2 (en) Search device, search method and search program
EP3312738A2 (en) Method and device for displaying keyword
JP5494126B2 (en) Document recommendation system, document recommendation device, document recommendation method, and program
JP2010026666A (en) Related information presentation system, related information presentation method, program and information storage medium
JP2008084193A (en) Instance selection device, instance selection method and instance selection program
KR101873339B1 (en) System and method for providing interest contents
JP2014056426A (en) Content recommendation system, content recommendation method and program, and terminal device and program
JP2009211280A (en) Method, apparatus, and program for analyzing online page, and computer readable recording medium
US10613828B2 (en) Dynamic and personalized filtering of media content
US11170039B2 (en) Search system, search criteria setting device, control method for search criteria setting device, program, and information storage medium
US20150178266A1 (en) Entity-based summarization for electronic books
WO2016027364A1 (en) Topic cluster selection device, and search method
JP5951300B2 (en) Service control apparatus, service control method, and service control program

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20150515