JP2005196415A - Information recommendation program, server, and method - Google Patents

Information recommendation program, server, and method Download PDF

Info

Publication number
JP2005196415A
JP2005196415A JP2004001377A JP2004001377A JP2005196415A JP 2005196415 A JP2005196415 A JP 2005196415A JP 2004001377 A JP2004001377 A JP 2004001377A JP 2004001377 A JP2004001377 A JP 2004001377A JP 2005196415 A JP2005196415 A JP 2005196415A
Authority
JP
Japan
Prior art keywords
information
keyword
user
keywords
value
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
JP2004001377A
Other languages
Japanese (ja)
Inventor
Yoshihiro Kuwasawa
嘉宏 桑澤
Akira Ichinose
彰 一瀬
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.)
Nomura Research Institute Ltd
JFE Systems Inc
Original Assignee
Nomura Research Institute Ltd
JFE Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nomura Research Institute Ltd, JFE Systems Inc filed Critical Nomura Research Institute Ltd
Priority to JP2004001377A priority Critical patent/JP2005196415A/en
Publication of JP2005196415A publication Critical patent/JP2005196415A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technique that enables real-time processes even if the number of object contents increases, while keeping the accuracy of recommending information from decreasing. <P>SOLUTION: This information recommendation program causes a computer to execute (a) a procedure for reading a user profile including one or two or more user keywords and user keyword values; (b) a procedure for reading an information profile including the one or two or more information keywords of one or two or more pieces of information included in a group of object information and their information keyword values; (c) a procedure for extracting top n pieces of user keywords with the greater keyword values from the user profile; (d) a procedure for searching for and extracting an information profile including as information keywords the same keywords as the top n pieces of user keywords; (e) a procedure for multiplying the keyword values of the top n pieces of user keywords by the information keyword values of the same information keywords as the top n pieces of user keywords and for accumulating the results; and (f) a procedure for extracting information with top m pieces of information profiles with greater cumulative values as recommended information. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、利用者の嗜好にあった情報をリアルタイムで推薦する技術に関し、特にその技術を利用した情報推薦プログラム、情報推薦サーバ及び情報推薦方法に関する。   The present invention relates to a technique for recommending information in accordance with a user's preference in real time, and more particularly to an information recommendation program, an information recommendation server, and an information recommendation method using the technique.

現在提案されている情報推薦方式の一つに、コンテンツの文章情報内からコンテンツのキーワードベクトルを形成し、また利用者プロファイルのキーワードベクトルも形成し、両キーワードベクトルの内積をとるなどして類似度を計算した上で、コンテンツを抽出するものなどがある(例えば、特許文献1参照)。しかし、そのような類似度の計算、コンテンツの抽出は、対象コンテンツが増加するに伴い、リアルタイム処理が困難になりつつある。
特開2002−215665号公報
One of the information recommendation methods currently proposed is to form a keyword vector for the content from the text information of the content, and also to form a keyword vector for the user profile and take the inner product of both keyword vectors, for example. In some cases, content is extracted after calculating (see, for example, Patent Document 1). However, such calculation of similarity and content extraction are becoming difficult for real-time processing as the target content increases.
JP 2002-215665 A

本発明は、対象コンテンツが増加しても、リアルタイム処理が可能で、かつ情報推薦の精度を損なわない情報推薦プログラム、情報推薦サーバ装置及び情報推薦方法を提供することを目的とする。   An object of the present invention is to provide an information recommendation program, an information recommendation server device, and an information recommendation method that can perform real-time processing even if the target content increases and do not impair the accuracy of information recommendation.

本発明の第1の特徴は、情報推薦プログラムであって、コンピュータに、(a)1又は2以上の利用者キーワードと各利用者キーワードに対応する利用者キーワード値とを含む、利用者プロファイルを、読み込む手順、(b)対象情報群中に含まれる1又は2以上の情報の1又は2以上の情報キーワードと各情報キーワードに対応する情報キーワード値とを含む情報プロファイルを、読み込む手順、(c)利用者プロファイルから利用者キーワード値が大きい上位n個の利用者キーワードを抽出する手順、(d)上位n個の利用者キーワードと同じキーワードを情報キーワードとして含む情報プロファイルを検索し、抽出する情報プロファイル検索手順、(e)上位n個の利用者キーワードのキーワード値と、上位n個の利用者キーワードと同じ情報キーワードの情報キーワード値とを乗算し、積算する手順、(f)積算によって得られる積算値が大きい上位m個の情報プロファイルを有する情報を推薦情報として抽出する手順、を実行させることにある(n,mはいずれも自然数)。   A first feature of the present invention is an information recommendation program, in which a computer includes a user profile including (a) one or more user keywords and a user keyword value corresponding to each user keyword. (B) a procedure for reading an information profile including one or more information keywords of one or more information included in the target information group and an information keyword value corresponding to each information keyword; ) A procedure for extracting the top n user keywords having a large user keyword value from the user profile; and (d) information for searching and extracting information profiles including the same keyword as the top n user keywords as information keywords. Profile search procedure, (e) top n user keyword keyword values, top n user keywords, A step of multiplying and integrating the information keyword values of the same information keyword and (f) a step of extracting information having the top m information profiles having a large integrated value obtained by the integration as recommended information. (N and m are both natural numbers).

例えば、(a)(利用者キーワード,利用者キーワード値)が
(rkw1,rkwv1)、(rkw2,rkwv2)、(rkw3,rkwv3)である利用者プロファイルrpを読み込む。
For example, a user profile rp whose (a) (user keyword, user keyword value) is (rkw1, rkwv1), (rkw2, rkwv2), (rkw3, rkwv3) is read.

(b)(情報キーワード,情報キーワード値)が
(jkw11,jkwv11)、(jkw12,jkwv12)、(jkw13,jkwv13)である情報プロファイルjp1と、
(jkw21,jkwv21)、(jkw22,jkwv22)、(jkw23,jkwv23)である情報プロファイルjp2と、
(jkw31,jkwv31)、(jkw32,jkwv32)、(jkw33,jkwv33)である情報プロファイルjp3を読み込む。
(B) an information profile jp1 whose (information keyword, information keyword value) is (jkw11, jkwv11), (jkw12, jkwv12), (jkw13, jkwv13);
(Jkw21, jkvv21), (jkw22, jkwv22), (jkw23, jkwv23) and the information profile jp2,
The information profile jp3 of (jkw31, jkwv31), (jkw32, jkwv32), (jkw33, jkwv33) is read.

(c)rkwv1>rkwv2>rkwv3である場合、利用者プロファイルから利用者キーワード値が大きい上位2個の利用者キーワードとして、rkw1とrkw2を抽出する。 (C) When rkwv1> rkwv2> rkwv3, rkw1 and rkw2 are extracted from the user profile as the top two user keywords with the largest user keyword values.

(d)rkw1とjkw11とjkw21が同じ、rkw2とjkw12とjkw22が同じである場合、利用者キーワードrkw1,2と同じキーワードを情報キーワードとして含む情報プロファイルとして、情報プロファイルjp1とjp2が、抽出される。 (D) When rkw1, jkw11, and jkw21 are the same, and rkw2, jkw12, and jkw22 are the same, the information profiles jp1 and jp2 are extracted as information profiles that include the same keyword as the user keywords rkw1 and 2 as information keywords. .

(e)(rkwv1*jkwv11)+(rkwv2*jkwv12)=V1と、
(rkwv1*jkwv21)+(rkwv2*jkwv22)=V2とを求める。
(E) (rkwv1 * jkvv11) + (rkwv2 * jkwv12) = V1,
(Rkwv1 * jkwv21) + (rkwv2 * jkwv22) = V2 is obtained.

(f)V1>V2である場合に、積算値が最も大きい情報プロファイル
(jkw11,jkwv11)、(jkw12,jkwv12)、(jkw13,jkwv13)
を有する情報を推薦情報として抽出する。
(F) Information profile (jkw11, jkwv11), (jkw12, jkwv12), (jkw13, jkwv13) having the largest integrated value when V1> V2
Is extracted as recommendation information.

本発明の第2の特徴は、情報プロファイル検索手順において、上位n個の利用者キーワードに含まれ、かつ対象情報群中における出現頻度が上位p個に含まれるキーワードを、情報キーワードとして含む情報プロファイルを検索し、抽出することにある(pは自然数)。   The second feature of the present invention is that the information profile includes, as an information keyword, a keyword that is included in the top n user keywords and that is included in the top p appearance frequencies in the target information group in the information profile search procedure. Is searched and extracted (p is a natural number).

本発明の第3の特徴は、(a)利用者が参照した情報の1又は2以上の情報キーワードと、情報キーワードに対応する情報キーワード値とを含む情報プロファイルを読み込む手順、(b)利用者キーワード値の各々を、
(1−更新係数)*利用者キーワード値+全体正規化スケール値*更新係数*情報キーワード値/情報キーワード数
によって得られる値で更新する手順、をさらに実行させることにある(更新係数は、1未満)。
The third feature of the present invention is that (a) a procedure for reading an information profile including one or more information keywords of information referred to by a user and an information keyword value corresponding to the information keyword, (b) a user For each keyword value,
(1-update coefficient) * user keyword value + overall normalization scale value * update coefficient * information keyword value / procedure for updating with a value obtained by the number of information keywords is to further execute (the update coefficient is 1 Less than).

本発明の第4の特徴は、情報キーワード値が所定値未満である情報キーワードを削除し、削除されずに残った情報キーワードのキーワード値を利用して情報プロファイルを形成する手順、をさらに実行させることにある。   According to a fourth aspect of the present invention, a procedure for deleting an information keyword whose information keyword value is less than a predetermined value and forming an information profile using the keyword value of the information keyword remaining without being deleted is further executed. There is.

本発明の第1の特徴によれば、利用者キーワード値が大きい利用者キーワードを用いて、推薦情報を決定することによって、利用者にとって有益な情報を迅速に推薦することが可能になる。   According to the first feature of the present invention, it is possible to quickly recommend information useful for a user by determining recommendation information using a user keyword having a large user keyword value.

本発明の第2の特徴によれば、利用者キーワード値が大きい利用者キーワードであって、かつ対象商品群中における出現頻度が多いキーワードを情報キーワードとして用いて、推薦情報を決定することによって、利用者にとって有益な情報をより迅速に推薦することが可能になる。   According to the second feature of the present invention, by using a keyword having a large user keyword value and having a high appearance frequency in the target product group as an information keyword, determining recommendation information, It becomes possible to recommend information useful for the user more quickly.

本発明の第3の特徴によれば、利用者が情報を実際に参照すると、利用者プロファイルが参照された情報の影響を受けて更新されるため、利用者プロファイルが常に利用者の嗜好を反映したものとなる。このため、利用者の嗜好が変化しても、常に利用者の嗜好に沿った情報を推薦することが可能になる。   According to the third aspect of the present invention, when the user actually refers to the information, the user profile is updated under the influence of the referenced information, so that the user profile always reflects the user's preference. Will be. For this reason, even if a user's preference changes, it becomes possible to always recommend the information according to a user's preference.

本発明の第4の特徴によれば、重要度の低い情報キーワードを削除し、さらに削除されずに残った情報キーワードの値を利用して、推薦情報を決定することによって、利用者にとって有益な情報をより一層迅速に推薦することが可能になる。   According to the fourth feature of the present invention, it is useful for the user by deleting the information keyword with low importance and further determining the recommended information using the value of the information keyword remaining without being deleted. It becomes possible to recommend information more quickly.

図1は、本発明を適用した情報推薦システムの全体構成を示す。本システムは、Webブラウザを用いて商品情報を閲覧するために利用者が使用するクライアントパソコン(PC)1,2と、HTMLファイルを送信するなどして最適な商品の情報をWebブラウザが閲覧可能な状態にするWebサーバ8と、利用者プロファイルデータなどに基づいて各利用者に最適な情報を推薦する情報推薦サーバ10とを備える。クライアントパソコン1,2とWebサーバ8は、インターネットなどの通信網5を介してデータの送受信が可能である。   FIG. 1 shows the overall configuration of an information recommendation system to which the present invention is applied. This system allows client computers (PCs) 1 and 2 used by users to view product information using a web browser, and web browsers to view information on optimal products by sending HTML files. A Web server 8 that makes a state of interest, and an information recommendation server 10 that recommends optimum information to each user based on user profile data and the like. The client personal computers 1 and 2 and the Web server 8 can transmit and receive data via the communication network 5 such as the Internet.

情報推薦サーバ10は、商品プロファイルデータなどを入力するためなどに使用される入力装置11と、データ入力の際に入力されるデータの内容を確認するためなどに使用される表示装置12と、データの送受信が可能な送受信部13と、入力装置11からの入力、表示装置12への出力、並びに送受信部13からの入力及び送受信部13への出力などを制御する入出力制御部14と、記憶装置20と、各構成要素を制御する主制御部15とを備える。   The information recommendation server 10 includes an input device 11 used for inputting product profile data and the like, a display device 12 used for confirming the contents of data input at the time of data input, and data A transmission / reception unit 13 that can transmit / receive data, an input / output control unit 14 that controls input from the input device 11, output to the display device 12, input from the transmission / reception unit 13, output to the transmission / reception unit 13, and the like. The apparatus 20 is provided with the main control part 15 which controls each component.

入力装置11には、キーボードやポインティングデバイスが含まれる。ポインティングデバイスには、マウス、トラックボール、トラックパッド、スティックなどが含まれる。表示装置12には、CRTディスプレイ、液晶ディスプレイ、ELディスプレイ、有機ELディスプレイ、プラズマディスプレイなどが含まれる。送受信部13には、ネットワーク・インタフェース・カード(NIC)などが含まれる。   The input device 11 includes a keyboard and a pointing device. Pointing devices include mice, trackballs, trackpads, sticks, and the like. The display device 12 includes a CRT display, a liquid crystal display, an EL display, an organic EL display, a plasma display, and the like. The transmission / reception unit 13 includes a network interface card (NIC) and the like.

記憶装置20とは、ハードディスク(HD)、フレキシブルディスク(FD)、光ディスク、光磁気ディスク、リードオンリーメモリ(ROM)、ランダムアクセスメモリ(RAM)などであり、商品プロファイルデータベース(DB)と、キーワード統計情報DBと、利用者プロファイルDBと、お勧めルールDBとが記憶されている。また、図示されていないが、基本入出力システム(BIOS)やオペレーティングシステム(OS)なども記憶されている。   The storage device 20 is a hard disk (HD), a flexible disk (FD), an optical disk, a magneto-optical disk, a read-only memory (ROM), a random access memory (RAM), etc., a product profile database (DB), keyword statistics An information DB, a user profile DB, and a recommended rule DB are stored. Although not shown, a basic input / output system (BIOS), an operating system (OS), and the like are also stored.

図2に、商品プロファイルデータ構造の一例を示す。図2に示すように、商品プロファイルデータは、商品プロファイル基本情報テーブルと商品プロファイル基本キーワードテーブルとを有する。   FIG. 2 shows an example of the product profile data structure. As shown in FIG. 2, the product profile data includes a product profile basic information table and a product profile basic keyword table.

図2(a)に示す商品プロファイル基本情報テーブルは、商品IDと、商品名と、プロファイルカテゴリ種別と、商品分類種別1,2,3とを有する。プロファイルカテゴリ種別は、利用者プロファイルを形成する際のプロファイルカテゴリを示す。商品分類種別1,2,3は、より適切な推薦をするために必要な分類情報である。   The product profile basic information table illustrated in FIG. 2A includes a product ID, a product name, a profile category type, and product classification types 1, 2, and 3. The profile category type indicates a profile category when a user profile is formed. The product classification types 1, 2, and 3 are classification information necessary for making a more appropriate recommendation.

図2(b)に示す商品プロファイル基本キーワードテーブルは、商品IDと商品プロファイルキーワード(適宜「商品キーワード」と略す。)とを有する。単一の商品IDに対して、1又は2以上の商品キーワードが存在する。   The product profile basic keyword table shown in FIG. 2B has a product ID and a product profile keyword (abbreviated as “product keyword” as appropriate). One or more product keywords exist for a single product ID.

図3(a)に、利用者プロファイルデータ構造の一例を示す。図3(a)に示すように、利用者プロファイルデータは、利用者IDと、プロファイルカテゴリ種別と、利用者プロファイルキーワード(適宜「利用者キーワード」と略す。)と利用者プロファイルキーワード値(適宜「利用者キーワード値」と略す。)とを有する。利用者キーワード値は、利用者キーワードの利用者プロファイル中における重みを示す。単一の利用者IDに対して、1又は2以上のプロファイルカテゴリ種別が存在する。単一のプロファイルカテゴリ種別に対して、1又は2以上の利用者プロファイルキーワードが存在する。単一の利用者プロファイルキーワードに対して、単一の利用者プロファイルキーワード値が存在する。   FIG. 3A shows an example of the user profile data structure. As shown in FIG. 3A, the user profile data includes a user ID, a profile category type, a user profile keyword (appropriately referred to as “user keyword”) and a user profile keyword value (appropriately “ Abbreviated as “user keyword value”). The user keyword value indicates the weight of the user keyword in the user profile. There are one or more profile category types for a single user ID. There are one or more user profile keywords for a single profile category type. There is a single user profile keyword value for a single user profile keyword.

図3(b)に、利用者プロファイルデータの一例を示す。図3(b)に示すように、利用者ID:100に対して、プロファイルカテゴリ種別は「女性向け商品」と「男性向け商品」とが存在する。「利用者ID:100、プロファイルカテゴリ種別:女性向け商品」という組み合わせに対して、利用者プロファイルキーワードは「スカート」、「ギャザー」、「ヒップ」が存在する。また、「利用者ID:100、プロファイルカテゴリ種別:男性向け商品」という組み合わせに対して、利用者プロファイルキーワードは「リア」、「エクステリア」が存在する。そして、「キーワード、キーワード値」は「スカート、800」、「ギャザー、630」、「ヒップ、20」、「リア、940」、「エクステリア、550」となっている。   FIG. 3B shows an example of user profile data. As shown in FIG. 3B, for the user ID: 100, there are “product for women” and “product for men” as profile category types. For the combination of “user ID: 100, profile category type: product for women”, user profile keywords include “skirt”, “gather”, and “hip”. For the combination of “user ID: 100, profile category type: product for men”, the user profile keyword includes “rear” and “exterior”. The “keyword, keyword value” is “skirt, 800”, “gather, 630”, “hip, 20”, “rear, 940”, “exterior, 550”.

図4に、キーワード統計情報データ構造の一例を示す。図4に示すように、キーワード統計情報データは、キーワードとキーワード出現頻度を有する。キーワードは、商品プロファイルを構成する要素である。出現頻度は、そのキーワードをプロファイル中に含む商品の数である。   FIG. 4 shows an example of the keyword statistical information data structure. As shown in FIG. 4, the keyword statistical information data includes a keyword and a keyword appearance frequency. The keyword is an element constituting the product profile. The appearance frequency is the number of products including the keyword in the profile.

お勧めルールとは、推薦情報決定処理時に参照されるルールである。例えば、利用者プロファイル中におけるキーワード値が大きい上位キーワードで対象商品群の商品プロファイルを検索する場合に、上位「3つ」(第1番から第3番まで)だけを検索キーワードとして使用し、4番目以降は使用しない、などが含まれる。   The recommended rule is a rule that is referred to during recommendation information determination processing. For example, when searching for the product profile of the target product group with the upper keyword having a large keyword value in the user profile, only the upper “three” (from No. 1 to No. 3) are used as search keywords. It is not used after the second.

本実施例における処理の全体像を説明する。   An overall image of processing in this embodiment will be described.

まず、図5(a)に示すように、前処理として、商品データを入力し(ステップS10)、商品データを記録し(ステップS20)、商品プロファイルを形成し(ステップS30)、キーワード統計情報を生成する(ステップS40)。商品プロファイルの形成、キーワード統計情報の生成については、追って詳述する。   First, as shown in FIG. 5A, as preprocessing, product data is input (step S10), product data is recorded (step S20), a product profile is formed (step S30), and keyword statistical information is stored. Generate (step S40). The formation of the product profile and the generation of the keyword statistical information will be described in detail later.

次に、図5(b)に示すように、利用者アクション情報を収集し(ステップS50)、利用者プロファイルを形成する(ステップS60)。利用者プロファイルの形成には、ステップS30で形成された商品プロファイルが利用される。利用者プロファイルの形成については、追って詳述する。   Next, as shown in FIG. 5B, user action information is collected (step S50), and a user profile is formed (step S60). The product profile formed in step S30 is used for forming the user profile. The formation of the user profile will be described in detail later.

さらに、図5(c)に示すように、推薦する情報を決定し(ステップS70)、推薦する情報を表示する(ステップS80)。推薦する情報の決定には、ステップS30で形成された商品プロファイル、ステップS40で生成されたキーワード統計情報、及びステップS60で形成された利用者プロファイルが利用される。推薦する情報の決定については、追って詳述する。情報推薦サーバが「推薦情報」を決定する。「推薦情報」に関連付けられ、「推薦情報」を表示可能なHTMLファイルを、WebサーバがクライアントPCに提供する。HTMLファイルがクライアントPCで起動しているWebブラウザによって解釈され、「推薦情報」が閲覧可能になる。   Further, as shown in FIG. 5C, recommended information is determined (step S70), and recommended information is displayed (step S80). For the determination of recommended information, the product profile formed in step S30, the keyword statistical information generated in step S40, and the user profile formed in step S60 are used. The determination of recommended information will be described in detail later. The information recommendation server determines “recommendation information”. The Web server provides the client PC with an HTML file associated with the “recommendation information” and capable of displaying the “recommendation information”. The HTML file is interpreted by a Web browser running on the client PC, and “recommendation information” can be browsed.

(商品プロファイル形成処理について)
図6に基づいて、商品プロファイル形成処理について説明する。
(About product profile formation processing)
Based on FIG. 6, the product profile forming process will be described.

ステップS101:商品関連コンテンツを入力する。商品関連コンテンツには、商品ID、商品名、プロファイルカテゴリ種別、キーワードが含まれる。   Step S101: Product related content is input. The product related content includes a product ID, a product name, a profile category type, and a keyword.

ステップS102:キーワードベクトルを抽出する。キーワードベクトル抽出法としては、主にTF/IDF法が使用される。IT/IDF法でキーワード毎に生成される重み値をキーワード値とする。   Step S102: Extract a keyword vector. As a keyword vector extraction method, a TF / IDF method is mainly used. A weight value generated for each keyword by the IT / IDF method is used as a keyword value.

キーワードベクトルは、「キーワード」と「キーワード値」からなる。各商品IDは、1又は2以上のキーワードを有し、各キーワードはキーワード値を有する。   The keyword vector is composed of “keyword” and “keyword value”. Each product ID has one or more keywords, and each keyword has a keyword value.

図7(a)に、抽出されたキーワードベクトルの一例を示す。図7(a)に示すように、例えば、「12531」という商品IDを有する商品のキーワードベクトルは、
(キーワード,キーワード値)=(フリル,5)、(暖かい,4)、(女性らしい,4)、(白,2)
となる。
FIG. 7A shows an example of the extracted keyword vector. As shown in FIG. 7A, for example, a keyword vector of a product having a product ID of “12531” is
(Keyword, keyword value) = (frill, 5), (warm, 4), (feminine, 4), (white, 2)
It becomes.

ステップS103:常用度の低いキーワードベクトルを廃棄する。例えば、図7(b)に、図7(a)のキーワードベクトルからキーワード値が「2」以下のキーワードを除去した例を示す。図7(b)に示すように、商品IDが「12531」である商品に関して、キーワード値が「2」であるキーワード「白」が除去される。そして、商品IDが「12531」である商品のキーワードベクトルは、
(キーワード,キーワード値)=(フリル,5)、(暖かい,4)、(女性らしい,4)
となる。
Step S103: Discard the keyword vector with low regularity. For example, FIG. 7B shows an example in which keywords whose keyword value is “2” or less are removed from the keyword vector of FIG. As shown in FIG. 7B, the keyword “white” with the keyword value “2” is removed for the product with the product ID “12531”. The keyword vector of the product whose product ID is “12531” is
(Keyword, keyword value) = (frills, 5), (warm, 4), (feminine, 4)
It becomes.

除去されるキーワードはキーワード値が「2」以下のキーワードに限定されない。重みが「3」以下のキーワードを除去するとしても良い。キーワード値が「3」以下のキーワードを除去した場合、商品IDが「12532」である商品のキーワードベクトルは、
(キーワード,キーワード値)=(UV,5)、(形状記憶,5)
だけになる。
The keyword to be removed is not limited to a keyword having a keyword value of “2” or less. Keywords with a weight of “3” or less may be removed. When a keyword with a keyword value of “3” or less is removed, the keyword vector of the product whose product ID is “12532”
(Keyword, keyword value) = (UV, 5), (shape memory, 5)
It becomes only.

キーワード値が所定値以下のキーワードを除去するのではなく、各商品毎にキーワード値が上から所定番目以降のキーワードを除去するとしても良い。例えば、キーワード値が上から4番目以降のキーワードを除去する場合、商品IDが「12533」である商品のキーワードベクトルは、
(キーワード,キーワード値)=(暖かい,4)、(女性らしい,5)、(ウール,3)
になる。また、キーワード値が上から5番目以降のキーワードを除去する場合、商品IDが「12534」である商品のキーワードベクトルは、
(キーワード,キーワード値)=(撥水性,3)、(ロング,3)、(雨,2)、(寒い,2)
になる。
Instead of removing keywords whose keyword values are less than or equal to a predetermined value, it is also possible to remove keywords whose keyword value is a predetermined number or more from the top for each product. For example, when removing the keyword whose keyword value is the fourth or higher from the top, the keyword vector of the product whose product ID is “12533”
(Keyword, keyword value) = (warm, 4), (feminine, 5), (wool, 3)
become. In addition, when removing the keyword whose keyword value is the fifth or higher from the top, the keyword vector of the product whose product ID is “12534”
(Keyword, keyword value) = (water repellency, 3), (long, 3), (rain, 2), (cold, 2)
become.

ステップS105:各商品のプロファイルカテゴリ種別及び商品分類種別を決定する。図8にプロファイルカテゴリ種別及び商品分類種別の一例を示す。図8に示すように、プロファイルカテゴリ種別として「女性向け商品」、「男性向け商品」などの大きな種別を入れ、また商品分類種別として「ミドル・シニア」、「手洗い」、「ドライ」などの細かな種別を入れる。   Step S105: The profile category type and the product classification type of each product are determined. FIG. 8 shows an example of the profile category type and the product category type. As shown in FIG. 8, a large category such as “product for women” and “product for men” is entered as the profile category type, and “middle / senior”, “hand-washing”, “dry”, etc. are classified as product category types. Enter the appropriate type.

ステップS106:商品プロファイル情報を商品プロファイルDBへ保存する。上記のような処理の結果、形成された商品プロファイルを商品プロファイルDBへ保存し、後述するキーワード統計情報生成処理、利用者プロファイル更新処理、推薦情報決定処理において使用する。   Step S106: The product profile information is stored in the product profile DB. The product profile formed as a result of the processing as described above is stored in the product profile DB, and is used in keyword statistical information generation processing, user profile update processing, and recommendation information determination processing described later.

(キーワード統計情報生成処理について)
図9に基づいて、キーワード統計情報生成について説明する。
(About keyword statistics generation processing)
Based on FIG. 9, keyword statistical information generation will be described.

ステップS201:商品プロファイルデータを取得する。   Step S201: Acquire product profile data.

ステップS202:商品プロファイルデータからキーワード統計情報を抽出する。キーワード統計情報には、例えばキーワードの出現頻度が含まれる。   Step S202: Extract keyword statistical information from the product profile data. The keyword statistical information includes, for example, the keyword appearance frequency.

図10に、図7(b)のキーワードの集合に関するキーワード出現頻度を示す。図10に示すように、「フリル」というキーワードは、商品ID:12531に関してしか使用されていないので、出現頻度は「1」となり、「暖かい」というキーワードは、商品ID:12531、12533、12535に関してしか使用されているので、出現頻度は「3」となる。   FIG. 10 shows the keyword appearance frequency related to the keyword set in FIG. As shown in FIG. 10, the keyword “Frill” is used only for the product ID: 12531, so the appearance frequency is “1”, and the keyword “warm” is related to the product IDs: 12531, 12533, 12535. Since it is only used, the appearance frequency is “3”.

ステップS203:キーワード統計情報をキーワード統計情報DBへ保存する。   Step S203: Save the keyword statistical information in the keyword statistical information DB.

(利用者プロファイル形成処理について)
図11に基づいて、利用者プロファイル形成処理について説明する。この例では、利用者がWebサービス上で商品を購入したり、商品情報を参照したりする場合の利用者プロファイルの形成処理について説明している。
(User profile formation process)
Based on FIG. 11, a user profile formation process will be described. In this example, a process for forming a user profile when a user purchases a product on the Web service or refers to product information is described.

ステップS301:利用者が参照した商品の商品プロファイルAを商品プロファイルDBから取得する。商品プロファイルAは、例えば
(キーワード、キーワード値)=(LSI 2.0、アメリカ 3.0)とする。
Step S301: The product profile A of the product referenced by the user is acquired from the product profile DB. The product profile A is, for example, (keyword, keyword value) = (LSI 2.0, America 3.0).

ステップS302:利用者の利用者プロファイルを利用者プロファイルDBから取得する。利用者プロファイルPは、例えば
(キーワード、キーワード値)=(コンピュータ 400、通信 350、無線 150、LSI 100)とする。
Step S302: The user profile of the user is acquired from the user profile DB. The user profile P is, for example, (keyword, keyword value) = (computer 400, communication 350, wireless 150, LSI 100).

ステップS303:利用者プロファイルPの各キーワード値を全体正規化スケール値Tで除算して利用者プロファイルP’とする。T=1000とすると、利用者プロファイルP’は、
(キーワード、キーワード値)=(コンピュータ 0.4、通信 0.35、無線 0.15、LSI 0.1)となる。
Step S303: Each keyword value of the user profile P is divided by the overall normalized scale value T to obtain a user profile P ′. When T = 1000, the user profile P ′ is
(Keyword, keyword value) = (computer 0.4, communication 0.35, wireless 0.15, LSI 0.1).

全体正規化スケール値Tとは、利用者プロファイルPの全てのキーワード値の合計値である。利用者プロファイルPが、
(キーワード、キーワード値)=(コンピュータ 400、通信 350、無線 150、LSI 100)の場合、
(400+350+150+100)=1000
であるから、全体正規化スケール値Tは「1000」になる。
The overall normalization scale value T is a total value of all keyword values of the user profile P. User profile P is
When (keyword, keyword value) = (computer 400, communication 350, wireless 150, LSI 100),
(400 + 350 + 150 + 100) = 1000
Therefore, the overall normalization scale value T is “1000”.

ステップS304:利用者プロファイルP’の各キーワードの値を(1−更新係数α)で乗算して利用者プロファイルP’’する。更新係数α=0.2とすると、(1−更新係数α)=0.8であるから、利用者プロファイルP’’は、
(キーワード、キーワード値)=(コンピュータ 0.32、通信 0.28、無線 0.12、LSI 0.08)となる。
Step S304: The value of each keyword of the user profile P ′ is multiplied by (1−update coefficient α) to obtain the user profile P ″. If the update coefficient α = 0.2, (1−update coefficient α) = 0.8, the user profile P ″ is
(Keyword, keyword value) = (computer 0.32, communication 0.28, wireless 0.12, LSI 0.08).

更新係数αは「0.2」に限られない。   The update coefficient α is not limited to “0.2”.

利用者の長期にわたる嗜好傾向を重視する場合は、更新係数は小さい方が好ましいので、例えば「0.1」とする。これにより、選択された商品プロファイルの利用者プロファイルへの影響が大きくなる。一方、利用者の短期の嗜好傾向を重視する場合は、更新係数は大きい方が好ましいので、例えば「0.3」とする。これにより、選択された商品プロファイルの利用者プロファイルへの影響は小さくなる。 When importance is placed on the user's long-term preference, it is preferable that the update coefficient is small, so that it is set to “0.1”, for example. This increases the influence of the selected product profile on the user profile. On the other hand, when the user's short-term preference tendency is emphasized, the larger update coefficient is preferable, and for example, “0.3” is set. As a result, the influence of the selected product profile on the user profile is reduced.

ステップS305:更新係数αを、商品プロファイルAのキーワード数Nで割った値を商品プロファイルAの各キーワード値に乗算して、商品プロファイルA’を得る。更新係数α=0.2、商品プロファイルAのキーワード数N=2であるから、
(更新係数α/商品プロファイルのキーワード数N)=0.1となり、
商品プロファイルA’は、
(キーワード、キーワード値)=(LSI 0.1、アメリカ 0.1)となる。
Step S305: A value obtained by dividing the update coefficient α by the number N of keywords of the product profile A is multiplied by each keyword value of the product profile A to obtain a product profile A ′. Since the update coefficient α = 0.2 and the number of keywords N of the product profile A = 2,
(Update coefficient α / number of keywords in product profile N) = 0.1,
Product profile A '
(Keyword, keyword value) = (LSI 0.1, America 0.1).

ステップS306:利用者プロファイルP’’のキーワード値を、商品プロファイルA’のキーワード値に加えて、利用者プロファイルP’’’とする。   Step S306: The keyword value of the user profile P "is added to the keyword value of the product profile A 'to obtain a user profile P".

利用者プロファイルP’’が、
(キーワード、キーワード値)=(コンピュータ 0.32、通信 0.28、無線 0.12、LSI 0.08)で、
商品プロファイルA’が、
(キーワード、キーワード値)=(LSI 0.1、アメリカ 0.1)であるから、
利用者プロファイルP’’’は、
(キーワード、キーワード値)=(コンピュータ 0.32、通信 0.28、無線 0.12、LSI 0.18、アメリカ 0.1)となる。
User profile P ''
(Keyword, keyword value) = (computer 0.32, communication 0.28, wireless 0.12, LSI 0.08),
Product profile A '
Since (keyword, keyword value) = (LSI 0.1, America 0.1),
User profile P '''
(Keyword, keyword value) = (computer 0.32, communication 0.28, radio 0.12, LSI 0.18, USA 0.1).

ステップS307:利用者プロファイルP’’’の各キーワード値を全体正規化スケール値Tで乗算して、利用者プロファイルP’’’’とする。   Step S307: Each keyword value of the user profile P "" is multiplied by the overall normalization scale value T to obtain a user profile P "".

利用者プロファイルP’’’は、
(キーワード、キーワード値)=(コンピュータ 0.32、通信 0.28、無線 0.12、LSI 0.18、アメリカ 0.1)であり、
全体正規化スケール値T=1000であるから、
利用者プロファイルP’’’’は、
(キーワード、キーワード値)=(コンピュータ 320、通信 280、無線 120、LSI 180、アメリカ 100)となる。
User profile P '''
(Keyword, keyword value) = (computer 0.32, communication 0.28, radio 0.12, LSI 0.18, USA 0.1),
Since the overall normalization scale value T = 1000,
User profile P ''''
(Keyword, Keyword value) = (Computer 320, Communication 280, Wireless 120, LSI 180, USA 100).

ステップS308:利用者プロファイルP’’’’を更新された利用者プロファイルとして利用者プロファイルDBに保存する。   Step S308: The user profile P "" "is stored in the user profile DB as an updated user profile.

これら一連の処理によって、利用者プロファイルは、利用者が参照した商品の商品プロファイルを反映して
(キーワード、キーワード値)=(コンピュータ 400、通信 350、無線 150、LSI 100)から
(キーワード、キーワード値)=(コンピュータ 320、通信 280、無線 120、LSI 180、アメリカ 100)へ更新される。
Through these series of processes, the user profile reflects the product profile of the product referred to by the user (keyword, keyword value) = (computer 400, communication 350, wireless 150, LSI 100) from (keyword, keyword value). ) = (Computer 320, Communication 280, Wireless 120, LSI 180, USA 100).

よって、利用者の嗜好の変化に適切に追従して、利用者プロファイルを逐次更新することが可能となる。   Therefore, it is possible to update the user profile sequentially while appropriately following changes in the user's preference.

なお、上記説明は利用者プロファイルの「更新」として説明したが、同様な方法で利用者プロファイルの初期値を形成することもできる。   Although the above description has been described as “update” of the user profile, the initial value of the user profile can also be formed in a similar manner.

例えば、利用者プロファイルが無い初期状態で、商品プロファイルA
(キーワード、キーワード値)=(LSI 1.0、アメリカ 1.0)
の商品を閲覧したとする。
For example, in the initial state where there is no user profile, product profile A
(Keyword, keyword value) = (LSI 1.0, US 1.0)
Suppose you browsed the product.

この場合、ステップS302の利用者プロファイルPが「0」であるから、
ステップS303の利用者プロファイルP’も「0」となり、
ステップS304の利用者プロファイルP’’も「0」となる。
In this case, since the user profile P in step S302 is “0”,
The user profile P ′ in step S303 is also “0”,
The user profile P ″ in step S304 is also “0”.

そして、ステップS301の商品プロファイルAが
(キーワード、キーワード値)=(LSI 1.0、アメリカ 1.0)
であるから、
ステップS305の商品プロファイルA’は、
(キーワード、キーワード値)=(LSI 0.1、アメリカ 0.1)
となり、
ステップS306の利用者プロファイルP’’’は
(キーワード、キーワード値)=(LSI 0.1、アメリカ 0.1)
となり、キーワード値の比は0.1:0.1のままで、キーワード値の総和が1000となるようにするために、5000を乗算して、
ステップS307の利用者プロファイルP’’’’は
(キーワード、キーワード値)=(LSI 500、アメリカ 500)
となる。
The product profile A in step S301 is (keyword, keyword value) = (LSI 1.0, America 1.0).
Because
The product profile A ′ in step S305 is
(Keyword, keyword value) = (LSI 0.1, USA 0.1)
And
The user profile P ′ ″ in step S306 is (keyword, keyword value) = (LSI 0.1, USA 0.1).
So that the keyword value ratio remains at 0.1: 0.1 and the keyword value sum is 1000, multiply by 5000,
The user profile P ″ ″ in step S307 is (keyword, keyword value) = (LSI 500, USA 500).
It becomes.

(推薦情報決定処理について)
図12に基づいて、推薦情報決定処理について説明する。
(Recommended information determination process)
Based on FIG. 12, the recommendation information determination process will be described.

ステップS401:利用者の利用者プロファイルを取得する。利用者プロファイルが、
(キーワード、キーワード値)=(コンピュータ 300、通信 280、LSI 200、無線 120、アメリカ 100)であるとする。
Step S401: A user profile of a user is acquired. User profile is
It is assumed that (keyword, keyword value) = (computer 300, communication 280, LSI 200, wireless 120, USA 100).

ステップS402:対象商品群のキーワード統計情報を取得する。対象商品群とは、利用者プロファイルに記憶されているカテゴリ種別と同じカテゴリ種別を有する商品の集合を言う。   Step S402: The keyword statistical information of the target product group is acquired. The target product group refers to a set of products having the same category type as the category type stored in the user profile.

例えば、ある利用者が、2つの利用者プロファイルを有し、一方の利用者プロファイルのプロファイルカテゴリ種別がカテゴリ001で、他方の利用者プロファイルのプロファイルカテゴリ種別がカテゴリ002であるとする。そして、その利用者が、あるWebページにアクセスした場合に、そのWebページで閲覧可能な商品は、商品プロファイルのプロファイルカテゴリ種別がカテゴリ001のものと、カテゴリ003のものであるとする。   For example, it is assumed that a certain user has two user profiles, the profile category type of one user profile is category 001, and the profile category type of the other user profile is category 002. When the user accesses a certain Web page, the products that can be browsed on the Web page are those whose profile category type of the product profile is category 001 and category 003.

このような場合に、ステップS402では、利用者のプロファイルカテゴリ種別のいずれかと一致するカテゴリ種別を有する商品のみが、対象商品群に含まれる。つまり、前記の例では、商品プロファイルのプロファイルカテゴリ種別がカテゴリ001である商品のみが、対象商品群に含まれる。   In such a case, in step S402, only products having a category type that matches one of the user's profile category types are included in the target product group. That is, in the above example, only products whose profile category type of the product profile is category 001 are included in the target product group.

実施例1におけるキーワード統計情報は、
(キーワード、出現頻度)=(アメリカ 30、日本 20、コンピュータ 20、LSI 15、ネットワーク 10、光 10)とする。
The keyword statistical information in Example 1 is
(Keyword, appearance frequency) = (USA 30, Japan 20, computer 20, LSI 15, network 10, light 10).

ステップS403:利用者プロファイルの上位キーワードでキーワード統計情報を検索する。例えば、上位キーワードの個数を「3」とすると、最上位のキーワード「コンピュータ」と、2番目のキーワード「通信」と、3番目のキーワード「LSI」が検索キーワードとなる。   Step S403: Search the keyword statistical information with the upper keywords of the user profile. For example, if the number of upper keywords is “3”, the highest keyword “computer”, the second keyword “communication”, and the third keyword “LSI” are search keywords.

上位キーワードの個数は、「3」に限定されない。この数は、推薦情報をどのくらい絞り込めるかに依存する。例えば、3で実施して、該当する商品が何百件もマッチするようであれば、数を増やすべきであるし、逆に一件もマッチしないようであれば、数を減らすべきである。   The number of upper keywords is not limited to “3”. This number depends on how much recommendation information can be narrowed down. For example, if it is performed in 3 and hundreds of corresponding products match, the number should be increased, and conversely if no one matches, the number should be decreased.

ステップS404:利用者プロファイル中の上位キーワードで、キーワード統計情報を検索する。例えば、利用者プロファイル中の上位キーワードが「コンピュータ、通信、LSI」であるなら、これらとマッチするキーワード統計情報中のキーワードとその出現頻度は、
(キーワード、出現頻度)=(コンピュータ 20)、(LSI 15)となる。
Step S404: The keyword statistical information is searched with the upper keyword in the user profile. For example, if the high-order keyword in the user profile is “computer, communication, LSI”, the keyword in the keyword statistical information that matches these and the appearance frequency thereof are:
(Keyword, appearance frequency) = (Computer 20), (LSI 15).

ステップS405:ステップS404で取得されたキーワードを商品プロファイル中に含む商品を検索し、抽出する。   Step S405: Search for and extract a product that includes the keyword acquired in Step S404 in the product profile.

ステップS406:ステップS405で抽出された商品の商品プロファイルを取得する。例えば、以下のような商品A〜Cの商品プロファイルが取得される。   Step S406: The product profile of the product extracted in step S405 is acquired. For example, the following product profiles of products A to C are acquired.

商品Aの商品プロファイル
(キーワード、キーワード値)=(コンピュータ 1.0、光 2.0、日本 1.0)
商品Bの商品プロファイル
(キーワード、キーワード値)=(LSI 2.0、無線 1.0、アメリカ 3.0)
商品Cの商品プロファイル
(キーワード、キーワード値)=(コンピュータ 2.0、LSI 1.0)
ステップS407:ステップS406で取得された商品プロファイルと利用者プロファイルとの一致度を計算する。具体的には、両プロファイル中に共通して存在するキーワードのキーワード値を乗算し、得られた値の総和を求める。
Product profile of product A (keyword, keyword value) = (computer 1.0, light 2.0, Japan 1.0)
Product profile for product B (keyword, keyword value) = (LSI 2.0, Wireless 1.0, America 3.0)
Product profile of product C (keyword, keyword value) = (computer 2.0, LSI 1.0)
Step S407: The degree of coincidence between the product profile acquired in step S406 and the user profile is calculated. Specifically, the keyword values of keywords that exist in common in both profiles are multiplied, and the sum of the obtained values is obtained.

例えば、まず利用者プロファイルと商品Aの商品プロファイルとの一致度を計算する。 両プロファイル中に共通して存在するキーワードは、コンピュータだけであって、
利用者プロファイル中のコンピュータのキーワード値は「300」、
商品Aの商品プロファイル中のコンピュータのキーワード値は「1.0」であるから、一致度は、300*1.0=300となる。
For example, first, the degree of coincidence between the user profile and the product profile of the product A is calculated. The only common keyword in both profiles is the computer,
The computer keyword value in the user profile is "300"
Since the keyword value of the computer in the product profile of product A is “1.0”, the degree of coincidence is 300 * 1.0 = 300.

次に、利用者プロファイルと商品Bの商品プロファイルとの一致度を計算する。両プロファイル中に共通して存在するキーワードは、「LSI」、「無線」、「アメリカ」の3つであって、
利用者プロファイル中のLSIのキーワード値は「200」、無線のキーワード値は「120」、アメリカのキーワード値は「100」、
商品Bの商品プロファイル中のLSIのキーワード値は「1.0」、無線のキーワード値は「1.0」、アメリカのキーワード値は「1.0」であるから、
一致度は、200*2.0+120*1.0+100*3.0=820となる。
Next, the degree of coincidence between the user profile and the product profile of the product B is calculated. There are three common keywords in both profiles: "LSI", "wireless", and "USA"
The LSI keyword value in the user profile is “200”, the wireless keyword value is “120”, the American keyword value is “100”,
Since the LSI keyword value in the product profile of the product B is “1.0”, the wireless keyword value is “1.0”, and the American keyword value is “1.0”,
The degree of coincidence is 200 * 2.0 + 120 * 1.0 + 100 * 3.0 = 820.

さらに、利用者プロファイルと商品Cの商品プロファイルとの一致度を計算する。両プロファイル中に共通して存在するキーワードは、「コンピュータ」と「LSI」の2つであって、
利用者プロファイル中のコンピュータのキーワード値は「300」、LSIのキーワード値は「200」、
商品Bの商品プロファイル中のコンピュータのキーワード値は「1.0」、LSIのキーワード値は「1.0」であるから、
一致度は、300*2.0+200*1.0=800となる。
Further, the degree of coincidence between the user profile and the product profile of the product C is calculated. There are two common keywords in both profiles: "Computer" and "LSI"
The computer keyword value in the user profile is “300”, the LSI keyword value is “200”,
Since the keyword value of the computer in the product profile of the product B is “1.0” and the keyword value of the LSI is “1.0”,
The degree of coincidence is 300 * 2.0 + 200 * 1.0 = 800.

よって、商品Aの一致度は300、商品Bの一致度は820、商品Cの一致度は800となる。   Therefore, the coincidence degree of the product A is 300, the coincidence degree of the product B is 820, and the coincidence degree of the product C is 800.

ステップS408:一致度の高い商品を推薦商品とする。例えば、上位2つを推薦商品とする場合、商品Bと商品Cがお勧め商品としてピックアップされる。なお、推薦商品は、「上位2つ」に限定されない。   Step S408: A product having a high degree of coincidence is set as a recommended product. For example, when the top two products are recommended products, the products B and C are picked up as recommended products. Note that the recommended products are not limited to “top two”.

上記の如く、利用者プロファイル、キーワード統計情報に基づいて、推薦情報が決定される。利用者プロファイル中の上位キーワードだけを用いて、利用者プロファイルと商品プロファイルとの一致度を計算し、一致度の高い商品だけを推薦することによって利用者の嗜好に沿った情報を迅速に推薦することが可能になる。   As described above, recommendation information is determined based on the user profile and keyword statistical information. Using only the top keywords in the user profile, calculate the degree of coincidence between the user profile and the product profile, and recommend only products with a high degree of coincidence to quickly recommend information according to user preferences It becomes possible.

上記実施例においては、利用者プロファイルに沿った最適な「商品」を推薦するものとしたが、本発明は「商品」を推薦する場合に限定されない。「商品」の代わりに、「ニュース」などの情報を推薦する場合にも使用可能である。その場合は、各ニュースに対して「ニュース・キーワード」や「ニュース・キーワード値」を設定する。   In the above embodiment, the optimum “product” along the user profile is recommended. However, the present invention is not limited to the case of recommending “product”. It can also be used when recommending information such as “news” instead of “product”. In that case, “news / keyword” and “news / keyword value” are set for each news.

本発明を適用した情報推薦システムの全体構成を示す図である。It is a figure which shows the whole structure of the information recommendation system to which this invention is applied. (a)は商品プロファイル基本情報テーブルの一例を示し、(b)は商品プロファイル基本キーワードテーブルの一例を示す。(A) shows an example of a product profile basic information table, and (b) shows an example of a product profile basic keyword table. (a)は利用者プロファイルデータ構造の一例を示し、(b)は利用者プロファイルデータの一例を示す。(A) shows an example of user profile data structure, (b) shows an example of user profile data. キーワード統計情報データ構造の一例を示す。An example of a keyword statistical information data structure is shown. (a)は前処理の流れを示すフローチャートであり、(b)は利用者プロファイル形成処理の流れを示すフローチャートであり、(c)は推薦情報決定処理の流れを示すフローチャートである。(A) is a flowchart showing the flow of pre-processing, (b) is a flowchart showing the flow of user profile formation processing, and (c) is a flowchart showing the flow of recommendation information determination processing. 商品プロファイル形成処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a product profile formation process. (a)は抽出されたキーワードベクトルの一例を示し、(b)は図7(a)のキーワードベクトルから重みが「2」以下のキーワードを除去した例を示す。(A) shows an example of the extracted keyword vector, and (b) shows an example in which a keyword having a weight of “2” or less is removed from the keyword vector of FIG. プロファイルカテゴリ種別及び商品分類種別の一例を示す。An example of a profile category type and a product category type is shown. キーワード統計情報生成の流れを示すフローチャートである。It is a flowchart which shows the flow of keyword statistical information generation. 図7(b)のキーワードの集合に関するキーワード出現頻度を示す。The keyword appearance frequency regarding the keyword set of FIG.7 (b) is shown. 利用者プロファイル形成処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a user profile formation process. 推薦情報決定処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a recommendation information determination process.

符号の説明Explanation of symbols

1…クライアントPC、 2…クライアントPC、 5…通信網、
8…Webサーバ、 11…入力装置、 12…表示装置、
13…送受信部 14…入出力制御部、 15…主制御部(CPU)、
20…記憶装置、
1 ... client PC, 2 ... client PC, 5 ... communication network,
8 ... Web server, 11 ... Input device, 12 ... Display device,
13: Transmission / reception unit 14 ... Input / output control unit 15: Main control unit (CPU),
20 ... storage device,

Claims (12)

コンピュータに、
1又は2以上の利用者キーワードと前記利用者キーワードに対応する利用者キーワード値とを含む利用者プロファイルを、読み込む手順、
推薦対象情報群中に含まれる1又は2以上の情報の1又は2以上の情報キーワードと前記情報キーワードに対応する情報キーワード値とを含む情報プロファイルを、読み込む手順、
前記利用者プロファイルから前記利用者キーワード値が大きい上位n個の利用者キーワードを抽出する手順、
前記上位n個の利用者キーワードと同じキーワードを前記情報キーワードとして含む前記情報プロファイルを検索し、抽出する情報プロファイル検索手順、
前記上位n個の利用者キーワードのキーワード値と、前記上位n個の利用者キーワードと同じ情報キーワードの情報キーワード値とを乗算し、積算する手順、
前記積算によって得られる積算値が大きい上位m個の情報プロファイルを有する情報を推薦情報として抽出する手順、
を実行させる情報推薦プログラム(n,mはいずれも自然数)。
On the computer,
A procedure for reading a user profile including one or more user keywords and a user keyword value corresponding to the user keyword;
A procedure for reading an information profile including one or more information keywords of one or more pieces of information included in the recommendation target information group and an information keyword value corresponding to the information keyword;
A procedure for extracting the top n user keywords having a large user keyword value from the user profile;
An information profile search procedure for searching and extracting the information profile including the same keyword as the top n user keywords as the information keyword;
Multiplying and multiplying the keyword value of the top n user keywords by the information keyword value of the same information keyword as the top n user keywords;
A procedure for extracting, as recommendation information, information having upper m information profiles having a large integrated value obtained by the integration;
Information recommendation program (n and m are both natural numbers).
前記情報プロファイル検索手順において、前記上位n個の利用者キーワードに含まれ、かつ前記対象情報群中における出現頻度が上位p個に含まれるキーワードを、前記情報キーワードとして含む前記情報プロファイルを検索し、抽出する請求項1記載の情報推薦プログラム(pは自然数)。   In the information profile search procedure, the information profile including, as the information keyword, a keyword included in the top n user keywords and having an appearance frequency in the top p in the target information group is searched, The information recommendation program according to claim 1, wherein p is a natural number. コンピュータに、
利用者が参照した情報の1又は2以上の前記情報キーワードと前記情報キーワードに対応する情報キーワード値とを含む情報プロファイルを読み込む手順、
前記利用者キーワード値の各々を、
(1−更新係数)*前記利用者キーワード値+全体正規化スケール値*前記更新係数*前記情報キーワード値/情報キーワード数
によって得られる値で更新する手順、をさらに実行させる請求項1又は2記載の情報推薦プログラム(更新係数は、1未満)。
On the computer,
A procedure for reading an information profile including one or more information keywords of information referred to by a user and an information keyword value corresponding to the information keyword;
Each of the user keyword values is
3. The procedure of updating with (1-update coefficient) * user keyword value + total normalized scale value * update coefficient * value obtained by the information keyword value / number of information keywords. Information recommendation program (update coefficient is less than 1).
コンピュータに、
前記情報キーワード値が所定値未満である前記情報キーワードを削除し、削除されずに残った前記情報キーワードの前記キーワード値を利用して前記情報プロファイルを形成する手順、をさらに実行させる請求項1乃至3記載の情報推薦プログラム。
On the computer,
The procedure for deleting the information keyword whose information keyword value is less than a predetermined value and forming the information profile using the keyword value of the information keyword remaining without being deleted is further executed. 3. The information recommendation program according to 3.
1又は2以上の利用者キーワードと前記利用者キーワードに対応する利用者キーワード値とを含む利用者プロファイルを、読み込む手段、
推薦対象情報群中に含まれる1又は2以上の情報キーワードと前記情報キーワードに対応する情報キーワード値とを含む情報プロファイルを、読み込む手段、
前記利用者プロファイルから前記利用者キーワード値が大きい上位n個の利用者キーワードを抽出する手段、
前記上位n個の利用者キーワードと同じキーワードを前記情報キーワードとして含む前記情報プロファイルを検索し、抽出する情報プロファイル検索手段、
前記上位n個の利用者キーワードのキーワード値と、前記上位n個の利用者キーワードと同じ情報キーワードの情報キーワード値とを乗算し、積算する手順、
前記積算によって得られる積算値が大きい上位m個の情報プロファイルを有する情報を推薦情報として抽出する手段、
を具備する情報推薦サーバ(n,mはいずれも自然数)。
Means for reading a user profile including one or more user keywords and a user keyword value corresponding to the user keyword;
Means for reading an information profile including one or more information keywords included in the recommendation target information group and an information keyword value corresponding to the information keyword;
Means for extracting the top n user keywords having a large user keyword value from the user profile;
Information profile search means for searching for and extracting the information profile including the same keyword as the top n user keywords as the information keyword;
Multiplying and multiplying the keyword value of the top n user keywords by the information keyword value of the same information keyword as the top n user keywords;
Means for extracting, as recommended information, information having the top m information profiles having a large integrated value obtained by the integration;
An information recommendation server (where n and m are natural numbers).
前記情報プロファイル検索手段が、前記上位n個の利用者キーワードに含まれ、かつ前記対象情報群中における出現頻度が上位p個に含まれるキーワードを、前記情報キーワードとして含む前記情報プロファイルを検索し、抽出する請求項5記載の情報推薦サーバ(pは自然数)。   The information profile search means searches the information profile including, as the information keyword, a keyword included in the top n user keywords and having an appearance frequency in the top p in the target information group, The information recommendation server according to claim 5, wherein p is a natural number. 利用者が参照した情報の1又は2以上の情報キーワードと前記情報キーワードに対応する情報キーワード値とを含む情報プロファイルを読み込む手段、
前記利用者キーワード値の各々を、
(1−更新係数)*前記利用者キーワード値+全体正規化スケール値*前記更新係数*前記情報キーワード値/情報キーワード数
によって得られる値で更新する手段、をさらに具備する請求項5又は6記載の情報推薦サーバ(更新係数は、1未満)。
Means for reading an information profile including one or more information keywords of information referred to by a user and an information keyword value corresponding to the information keyword;
Each of the user keyword values is
7. The method further comprising: (1−update coefficient) * user keyword value + total normalized scale value * update coefficient * updated with a value obtained from the information keyword value / number of information keywords. Information recommendation server (update coefficient is less than 1).
前記情報キーワード値が所定値未満である前記情報キーワードを削除し、削除されずに残った前記情報キーワードの前記キーワード値を利用して前記情報プロファイルを形成する手段、をさらに具備する請求項5乃至7記載の情報推薦サーバ。   6. The apparatus according to claim 5, further comprising means for deleting the information keyword whose information keyword value is less than a predetermined value and forming the information profile using the keyword value of the information keyword remaining without being deleted. 7. The information recommendation server according to 7. コンピュータが、
1又は2以上の利用者キーワードと前記利用者キーワードに対応する利用者キーワード値とを含む、利用者プロファイルを、読み込む手順、
対象情報群中に含まれる1又は2以上の情報の1又は2以上の情報キーワードと前記情報キーワードに対応する情報キーワード値とを含む情報プロファイルを、読み込む手順、
前記利用者プロファイルから前記利用者キーワード値が大きい上位n個の利用者キーワードを抽出する手順、
前記上位n個の利用者キーワードと同じキーワードを前記情報キーワードとして含む前記情報プロファイルを検索し、抽出する情報プロファイル検索手順、
前記上位n個の利用者キーワードのキーワード値と、前記上位n個の利用者キーワードと同じ情報キーワードの情報キーワード値とを乗算し、積算する手順、
前記積算によって得られる積算値が大きい上位m個の情報プロファイルを有する情報を推薦情報として抽出する手順、
を実行する情報推薦方法(n,mはいずれも自然数)。
Computer
A procedure for reading a user profile including one or more user keywords and a user keyword value corresponding to the user keyword;
A procedure for reading an information profile including one or more information keywords of one or more information included in the target information group and an information keyword value corresponding to the information keyword;
A procedure for extracting the top n user keywords having a large user keyword value from the user profile;
An information profile search procedure for searching and extracting the information profile including the same keyword as the top n user keywords as the information keyword;
Multiplying and multiplying the keyword value of the top n user keywords by the information keyword value of the same information keyword as the top n user keywords;
A procedure for extracting, as recommendation information, information having upper m information profiles having a large integrated value obtained by the integration;
Information recommendation method (n and m are both natural numbers).
前記情報プロファイル検索手順において、前記上位n個の利用者キーワードに含まれ、かつ前記対象情報群中における出現頻度が上位p個に含まれるキーワードを、前記情報キーワードとして含む前記情報プロファイルを検索し、抽出する請求項9記載の情報推薦方法(pは自然数)。   In the information profile search procedure, the information profile including, as the information keyword, a keyword included in the top n user keywords and having an appearance frequency in the top p in the target information group is searched, The information recommendation method according to claim 9, wherein p is a natural number. コンピュータが、
利用者が参照した情報の1又は2以上の情報キーワードと、前記情報キーワードに対応する情報キーワード値とを含む情報プロファイルを読み込む手順、
前記利用者キーワード値の各々を、
(1−更新係数)*前記利用者キーワード値+全体正規化スケール値*前記更新係数*前記情報キーワード値/情報キーワード数
によって得られる値で更新する手順、をさらに実行する請求項9又は10記載の情報推薦方法(更新係数は、1未満)。
Computer
A procedure for reading an information profile including one or more information keywords of information referred to by a user and an information keyword value corresponding to the information keyword;
Each of the user keyword values is
11. The procedure for updating with (1-update coefficient) * user keyword value + total normalized scale value * update coefficient * value obtained by the information keyword value / number of information keywords is further executed. Information recommendation method (update coefficient is less than 1).
コンピュータが、
前記情報キーワード値が所定値未満である前記情報キーワードを削除し、削除されずに残った前記情報キーワードの前記キーワード値を利用して前記情報プロファイルを形成する手順、をさらに実行する請求項9乃至11記載の情報推薦方法。
Computer
10. The procedure further comprising: deleting the information keyword whose information keyword value is less than a predetermined value, and forming the information profile using the keyword value of the information keyword remaining without being deleted. 11. The information recommendation method according to 11.
JP2004001377A 2004-01-06 2004-01-06 Information recommendation program, server, and method Pending JP2005196415A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004001377A JP2005196415A (en) 2004-01-06 2004-01-06 Information recommendation program, server, and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004001377A JP2005196415A (en) 2004-01-06 2004-01-06 Information recommendation program, server, and method

Publications (1)

Publication Number Publication Date
JP2005196415A true JP2005196415A (en) 2005-07-21

Family

ID=34816909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004001377A Pending JP2005196415A (en) 2004-01-06 2004-01-06 Information recommendation program, server, and method

Country Status (1)

Country Link
JP (1) JP2005196415A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323274A (en) * 2006-05-31 2007-12-13 Hitachi Electronics Service Co Ltd Information providing device, information providing method and information providing program
JP2008123210A (en) * 2006-11-10 2008-05-29 Fujitsu Ltd Information retrieval device and information retrieval method
JP2009508275A (en) * 2005-09-13 2009-02-26 ヤフー! インコーポレイテッド A framework for selecting and delivering advertisements over a network based on a combination of short-term and long-term user behavioral interests
JP2009129458A (en) * 2007-11-19 2009-06-11 Core Logic Inc Content recommendation device and method
EP2397952A1 (en) * 2010-06-15 2011-12-21 Axel Springer Digital TV Guide GmbH Profile based content retrieval for recommender systems

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009508275A (en) * 2005-09-13 2009-02-26 ヤフー! インコーポレイテッド A framework for selecting and delivering advertisements over a network based on a combination of short-term and long-term user behavioral interests
JP4903800B2 (en) * 2005-09-13 2012-03-28 ヤフー! インコーポレイテッド A framework for selecting and delivering advertisements over a network based on a combination of short-term and long-term user behavioral interests
JP2007323274A (en) * 2006-05-31 2007-12-13 Hitachi Electronics Service Co Ltd Information providing device, information providing method and information providing program
JP2008123210A (en) * 2006-11-10 2008-05-29 Fujitsu Ltd Information retrieval device and information retrieval method
JP2009129458A (en) * 2007-11-19 2009-06-11 Core Logic Inc Content recommendation device and method
US8209337B2 (en) 2007-11-19 2012-06-26 Core Logic, Inc. Content recommendation apparatus and method using tag cloud
EP2397952A1 (en) * 2010-06-15 2011-12-21 Axel Springer Digital TV Guide GmbH Profile based content retrieval for recommender systems
WO2011157729A3 (en) * 2010-06-15 2012-03-01 Axel Springer Digital Tv Guide Gmbh Profile based content retrieval for recommender systems
CN103052954A (en) * 2010-06-15 2013-04-17 阿克塞尔斯普林格数字电视指导有限责任公司 Profile based content retrieval for recommender systems
US9477783B2 (en) 2010-06-15 2016-10-25 Funke Digital Tv Guide Gmbh Profile based content retrieval for recommender systems
US10372759B2 (en) 2010-06-15 2019-08-06 Funke Digital Tv Guide Gmbh Profile based content retrieval for recommender systems

Similar Documents

Publication Publication Date Title
US11681750B2 (en) System and method for providing content to users based on interactions by similar other users
JP5638031B2 (en) Rating method, search result classification method, rating system, and search result classification system
KR100672277B1 (en) Personalized Search Method Using Cookie Information And System For Enabling The Method
US20100241647A1 (en) Context-Aware Query Recommendations
JP2007188352A (en) Page reranking apparatus, and page reranking program
JP2010055159A (en) Information retrieval device, information retrieval method, and program
JP6664599B2 (en) Ambiguity evaluation device, ambiguity evaluation method, and ambiguity evaluation program
JP4851299B2 (en) Bookmark management device, bookmark management program, and bookmark management method
JP2003091552A (en) Retrieval requested information extraction method, its operating system and processing program of the same
JP4640554B2 (en) Server apparatus, information processing method, and program
JP5084796B2 (en) Relevance determination device, relevance determination method, and program
JP2005196415A (en) Information recommendation program, server, and method
JP4755834B2 (en) Attribute evaluation apparatus, attribute evaluation method, and attribute evaluation program
JP5072792B2 (en) Retrieval method, program and server for preferentially displaying pages according to amount of information
JP2004157649A (en) Hierarchized user profile creation method and system, hierarchized user profile creation program and record medium recorded therewith
WO2017134760A1 (en) Information search method, information search device and information search system
JP5835754B2 (en) Information search support device, information search support method, information search support program, program storage medium
JP7046592B2 (en) Search support system, search support method, and search support program
JP2008233963A (en) Inter-word correlation degree calculation device and method, program and recording medium
JP6228425B2 (en) Advertisement generation apparatus and advertisement generation method
JP7309669B2 (en) Information processing device, information processing method, and information processing program
JP2012128802A (en) Retrieval algorithm evaluation system
JP2007328703A (en) Method, server and program for transmitting item data
JP2009070282A (en) Content retrieval device, and program
JP6436936B2 (en) Information processing apparatus, information processing method, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090714

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090909

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090929