JP2023061295A - Information processing method, device, and program - Google Patents

Information processing method, device, and program Download PDF

Info

Publication number
JP2023061295A
JP2023061295A JP2021171210A JP2021171210A JP2023061295A JP 2023061295 A JP2023061295 A JP 2023061295A JP 2021171210 A JP2021171210 A JP 2021171210A JP 2021171210 A JP2021171210 A JP 2021171210A JP 2023061295 A JP2023061295 A JP 2023061295A
Authority
JP
Japan
Prior art keywords
information
user
target
recommendation
categorical data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2021171210A
Other languages
Japanese (ja)
Other versions
JP7083104B1 (en
Inventor
シャイク・カジャ・モヒディン
Mohideen Shaikh Kaja
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.)
Exa Wizards Inc
Original Assignee
Exa Wizards 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 Exa Wizards Inc filed Critical Exa Wizards Inc
Priority to JP2021171210A priority Critical patent/JP7083104B1/en
Application granted granted Critical
Publication of JP7083104B1 publication Critical patent/JP7083104B1/en
Publication of JP2023061295A publication Critical patent/JP2023061295A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To suitably recommend an object to a user even when there is a little user information.SOLUTION: An information processing method according to one embodiment includes: acquisition processing which acquires user information on a plurality of users, action history information on the plurality of users, and object information on a plurality of objects including a categorical data number; similarity calculation processing which calculates a degree of similarity between values of categorical data on the basis of the action history information on the plurality of users and the object information on the plurality of objects; processing which adds the categorical data to the user information on one of the users on the basis of the action history information on the one of the users and the object information on the plurality of objects and revises the categorical data on the one of the users on the basis of the degree of similarity; recommendation degree calculation processing which calculates a degree of recommendation of each of the objects for the one of the users on the basis of the user information on the one of the users and the object information on the plurality of objects; and recommendation processing which recommends some of the objects to the one of the users on the basis of the degree of recommendation of each of the objects.SELECTED DRAWING: Figure 8

Description

本発明は、情報処理方法、装置及びプログラムに関する。 The present invention relates to an information processing method, apparatus and program.

引用文献1には、求職者の職業適性に合った求人情報を提供する求人求職情報提供装置が記載されている。この装置によれば、求職者がブログサイト上などで公表した内容等に基づいて、その求職者に適した業種及び職種を推定し、それに対応する求人情報を求職者に提示することができる。 Cited Document 1 describes a job offer and job application information providing device that provides job offer information that matches the job aptitude of job seekers. According to this device, it is possible to estimate the type of industry and job type suitable for the job seeker based on the content etc. published by the job seeker on a blog site, etc., and present the corresponding job offer information to the job seeker.

特開2013-186813号公報JP 2013-186813 A

上記従来技術では、求職者の情報が少ない場合、適切な求人情報を求職者に提示することが困難である。 With the conventional technology described above, it is difficult to present appropriate job offer information to a job seeker when there is little information about the job seeker.

本発明は、上記の課題を鑑みてなされたものであり、ユーザ情報が少ない場合であってもユーザに対象を適切にレコメンドすることを目的とする。 SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and an object of the present invention is to appropriately recommend a target to a user even when there is little user information.

一実施形態に係る情報処理方法は、複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータ数を含む複数の対象の対象情報と、を取得する取得処理と、前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出処理と、一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に前記カテゴリカルデータを追加し、前記一のユーザのカテゴリカルデータを前記類似度に基づいて補正する加工処理と、前記一のユーザのユーザ情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出処理と、前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド処理と、を含む。 An information processing method according to an embodiment includes an acquisition process of acquiring user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including the number of categorical data; a similarity calculation process for calculating a similarity between values of the categorical data based on action history information of a plurality of users and target information of the plurality of targets; and the action history information of one user. and target information of the plurality of targets, and a processing process of adding the categorical data to the user information of the one user and correcting the categorical data of the one user based on the similarity. , a recommendation degree calculation process for calculating a recommendation degree of each target for the one user based on user information of the one user and target information of the plurality of targets; and recommendation processing for recommending a target to the one user.

一実施形態によれば、ユーザ情報が少ない場合であってもユーザに対象を適切にレコメンドすることができる。 According to one embodiment, it is possible to appropriately recommend a target to a user even when there is little user information.

情報処理システムの構成の一例を示す図である。It is a figure which shows an example of a structure of an information processing system. 情報処理装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of an information processing apparatus. 情報処理装置の機能構成の一例を示す図である。It is a figure which shows an example of the functional structure of an information processing apparatus. ユーザ情報の一例を示す図である。It is a figure which shows an example of user information. 対象情報の一例を示す図である。It is a figure which shows an example of object information. 行動履歴情報の一例を示す図である。It is a figure which shows an example of action log information. サーバが実行する処理の一例を示すフローチャートである。4 is a flowchart illustrating an example of processing executed by a server; サーバが実行する処理の具体例を示す図である。It is a figure which shows the specific example of the process which a server performs. 類似度の算出方法の具体例を説明する図である。It is a figure explaining the specific example of the calculation method of similarity.

以下、本発明の各実施形態について、添付の図面を参照しながら説明する。なお、各実施形態に係る明細書及び図面の記載に関して、実質的に同一の機能構成を有する構成要素については、同一の符号を付することにより重複した説明を省略する。 Hereinafter, each embodiment of the present invention will be described with reference to the accompanying drawings. Regarding the descriptions of the specifications and drawings according to each embodiment, components having substantially the same functional configuration are denoted by the same reference numerals, thereby omitting redundant description.

<システム概要>
まず、本実施形態に係る情報処理システムの概要について説明する。本実施形態に係る情報処理システムは、カテゴリカルデータを利用してユーザに対象を適切にレコメンドするレコメンドシステムである。レコメンドシステムは、ユーザに対象をレコメンド(マッチング)するサービスを提供する。ユーザは、レコメンドシステムを利用して対象のレコメンドを受ける人であり、レコメンドサービスの利用者である。対象は、レコメンドシステム上でユーザに対してレコメンドされるものであり、ユーザにレコメンド可能な任意のものであり得る。対象は、例えば、仕事、人、旅行プラン、車、雑貨、家電、食料品、店舗、記事、音楽、動画、又は画像であるが、これに限られない。カテゴリカルデータ(カテゴリカル変数)は、予め設定された分類的な値(離散値)をとるデータである。カテゴリかるデータは、例えば、地域、業種、年齢、性別、又は雇用形態であるが、これに限られない。本実施形態において、カテゴリカルデータは、対象情報に含まれる。なお、対象情報については後述する。
<System Overview>
First, an outline of an information processing system according to this embodiment will be described. The information processing system according to this embodiment is a recommendation system that appropriately recommends a target to a user using categorical data. A recommendation system provides a service of recommending (matching) an object to a user. A user is a person who receives a target recommendation using the recommendation system, and is a user of the recommendation service. The target is something that is recommended to the user on the recommendation system, and can be anything that can be recommended to the user. The target is, for example, a job, a person, a travel plan, a car, miscellaneous goods, a household appliance, food, a store, an article, music, a moving image, or an image, but is not limited thereto. Categorical data (categorical variables) are data that take preset categorical values (discrete values). The categorical data is, for example, region, industry, age, sex, or employment status, but is not limited to these. In this embodiment, the categorical data is included in the target information. Note that the target information will be described later.

図1は、本実施形態に係る情報処理システムの構成の一例を示す図である。図1に示すように、本実施形態に係る情報処理システムは、ネットワークNを介して相互に通信可能に接続された、ユーザ端末1と、登録者端末2と、サーバ3と、を備える。ネットワークNは、例えば、有線LAN(Local Area Network)、無線LAN、インターネット、公衆回線網、モバイルデータ通信網、又はこれらの組み合わせである。図1の例では、情報処理システムは、ユーザ端末1、登録者端末2及びサーバ3を1つずつ備えるが、それぞれ複数備えてもよい。 FIG. 1 is a diagram showing an example of the configuration of an information processing system according to this embodiment. As shown in FIG. 1, the information processing system according to this embodiment includes a user terminal 1, a registrant terminal 2, and a server 3, which are connected to each other via a network N so as to be able to communicate with each other. The network N is, for example, a wired LAN (Local Area Network), a wireless LAN, the Internet, a public line network, a mobile data communication network, or a combination thereof. In the example of FIG. 1, the information processing system includes one user terminal 1, one registrant terminal 2, and one server 3, but a plurality of each may be provided.

ユーザ端末1は、ユーザが利用する情報処理装置である。ユーザ端末1は、例えば、PC(Personal Computer)、スマートフォン、又はタブレット端末であるが、これに限られない。ユーザは、ユーザ端末1を介して自身のユーザ情報321を登録する。また、ユーザは、ユーザ端末1に対象情報322を表示して、登録された対象の中から所望の条件に一致する対象を検索したり、サーバ3からレコメンドされた対象を確認したりすることにより、自身にとって適切な対象を探す。また、ユーザは、ユーザ端末1を介して、自身にとって適切と判断した対象に申し込みを送る(マッチングを依頼する)。 The user terminal 1 is an information processing device used by a user. The user terminal 1 is, for example, a PC (Personal Computer), a smart phone, or a tablet terminal, but is not limited thereto. A user registers his/her own user information 321 via the user terminal 1 . In addition, the user displays the target information 322 on the user terminal 1, searches for a target that matches a desired condition from among the registered targets, or confirms a target recommended by the server 3. , to find suitable subjects for themselves. Also, the user sends an application (requests matching) to a target determined to be suitable for the user via the user terminal 1 .

登録者端末2は、ユーザにレコメンドされる対象を登録する登録者が利用する情報処理装置である。登録者端末2は、例えば、PC、スマートフォン、又はタブレット端末であるが、これに限られない。登録者は、登録者端末2を介して、対象情報322を登録する。また、登録者は、登録者端末2を介して、自身が登録した対象に対するユーザからの申し込みの通知を受ける。 The registrant terminal 2 is an information processing device used by a registrant who registers an object to be recommended to the user. The registrant terminal 2 is, for example, a PC, a smartphone, or a tablet terminal, but is not limited thereto. The registrant registers the target information 322 via the registrant terminal 2 . In addition, the registrant receives, via the registrant terminal 2, a notice of an application from the user for the object registered by the registrant.

サーバ3は、ユーザに対象をレコメンドする情報処理装置である。サーバ3は、ユーザ端末1及び登録者端末2からそれぞれ受信したユーザ情報321及び対象情報322を記憶する。また、サーバ3は、ユーザ端末1からの要求に応じて対象情報322をユーザ端末1に送信する。また、サーバ3は、対象に対する申し込みをユーザ端末1から受け付け、その旨を対応する登録者端末2に通知する。また、サーバ3は、ユーザ情報321及び対象情報322に基づいて、ユーザにとって適切な対象を選択し、選択した対象の対象情報322をユーザ端末1に送信することにより、ユーザにとって適切な対象をユーザにレコメンドする。 The server 3 is an information processing device that recommends an object to the user. The server 3 stores user information 321 and target information 322 received from the user terminal 1 and the registrant terminal 2, respectively. Also, the server 3 transmits the target information 322 to the user terminal 1 in response to a request from the user terminal 1 . In addition, the server 3 accepts an application for the object from the user terminal 1 and notifies the corresponding registrant terminal 2 to that effect. Further, the server 3 selects an appropriate target for the user based on the user information 321 and the target information 322, and transmits the target information 322 of the selected target to the user terminal 1, thereby selecting the target appropriate for the user. to recommend.

<ハードウェア構成>
次に、情報処理装置100のハードウェア構成について説明する。図2は、情報処理装置100のハードウェア構成の一例を示す図である。図2に示すように、情報処理装置100は、バスBを介して相互に接続された、プロセッサ101と、メモリ102と、ストレージ103と、通信I/F104と、入出力I/F105と、ドライブ装置106と、を備える。
<Hardware configuration>
Next, the hardware configuration of the information processing device 100 will be described. FIG. 2 is a diagram showing an example of the hardware configuration of the information processing apparatus 100. As shown in FIG. As shown in FIG. 2, the information processing apparatus 100 includes a processor 101, a memory 102, a storage 103, a communication I/F 104, an input/output I/F 105, and drives, which are interconnected via a bus B. a device 106;

プロセッサ101は、ストレージ103に記憶されたプログラムをメモリ102に展開して実行することにより、情報処理装置100の各構成を制御し、情報処理装置100の機能を実現する。プロセッサ101がレコメンドプログラムを実行することにより、本実施形態に係るサーバ3が実現される。プロセッサ101は、例えば、CPU(Central Processing Unit)、MPU(Micro Processing Unit)、GPU(Graphics Processing Unit)、ASIC(Application Specific Integrated Circuit)、DSP(Digital Signal Processor)、又はこれらの組み合わせである。 The processor 101 controls each component of the information processing apparatus 100 and implements the functions of the information processing apparatus 100 by loading the program stored in the storage 103 into the memory 102 and executing the program. The server 3 according to this embodiment is implemented by the processor 101 executing the recommendation program. The processor 101 is, for example, a CPU (Central Processing Unit), MPU (Micro Processing Unit), GPU (Graphics Processing Unit), ASIC (Application Specific Integrated Circuit), DSP (Digital Signal Processor), or a combination thereof.

メモリ102は、例えば、ROM(Read Only Memory)、RAM(Random Access Memory)、又はこれらの組み合わせである。ROMは、例えば、PROM(Programmable ROM)、EPROM(Erasable Programmable ROM)、EEPROM(Electrically Erasable Programmable ROM)、又はこれらの組み合わせである。RAMは、例えば、DRAM(Dynamic RAM)、SRAM(Static RAM)、MRAM(Magnetoresistive RAM)、又はこれらの組み合わせである。 The memory 102 is, for example, ROM (Read Only Memory), RAM (Random Access Memory), or a combination thereof. ROM is, for example, PROM (Programmable ROM), EPROM (Erasable Programmable ROM), EEPROM (Electrically Erasable Programmable ROM), or a combination thereof. RAM is, for example, DRAM (Dynamic RAM), SRAM (Static RAM), MRAM (Magnetoresistive RAM), or a combination thereof.

ストレージ103は、OS、レコメンドプログラム及び各種のデータを記憶する。ストレージ103は、例えば、フラッシュメモリ、HDD(Hard Disk Drive)、SSD(Solid State Drive)、SCM(Storage Class Memories)、又はこれらの組み合わせである。 The storage 103 stores an OS, recommendation programs, and various data. The storage 103 is, for example, flash memory, HDD (Hard Disk Drive), SSD (Solid State Drive), SCM (Storage Class Memories), or a combination thereof.

通信I/F104は、情報処理装置100を、ネットワークNを介して外部装置に接続し、通信を制御するためのインタフェースである。通信I/F104は、例えば、Bluetooth(登録商標)、Wi-Fi(登録商標)、ZigBee(登録商標)、Ethernet(登録商標)、又は光通信(例えば、Fibre Channel)に準拠したアダプタであるが、これに限られない。 The communication I/F 104 is an interface for connecting the information processing device 100 to an external device via the network N and controlling communication. The communication I/F 104 is, for example, an adapter conforming to Bluetooth (registered trademark), Wi-Fi (registered trademark), ZigBee (registered trademark), Ethernet (registered trademark), or optical communication (for example, Fiber Channel). , but not limited to this.

入出力I/F105は、情報処理装置100に入力装置107及び出力装置108を接続するためのインタフェースである。入力装置107は、例えば、マウス、キーボード、タッチパネル、マイク、スキャナ、カメラ、各種センサ、操作ボタン、又はこれらの組み合わせである。出力装置108は、例えば、ディスプレイ、プロジェクタ、プリンタ、スピーカ、バイブレータ、又はこれらの組み合わせである。 The input/output I/F 105 is an interface for connecting the input device 107 and the output device 108 to the information processing apparatus 100 . The input device 107 is, for example, a mouse, keyboard, touch panel, microphone, scanner, camera, various sensors, operation buttons, or a combination thereof. Output device 108 is, for example, a display, projector, printer, speaker, vibrator, or a combination thereof.

ドライブ装置106は、ディスクメディア109のデータを読み書きする。ドライブ装置106は、例えば、磁気ディスクドライブ、光学ディスクドライブ、光磁気ディスクドライブ、又はこれらの組み合わせである。ディスクメディア109は、例えば、CD(Compact Disc)、DVD(Digital Versatile Disc)、FD(Floppy Disk)、MO(Magneto-Optical disk)、BD(Blu-ray(登録商標) Disc)、又はこれらの組み合わせである。 The drive device 106 reads and writes data on the disk media 109 . Drive device 106 is, for example, a magnetic disk drive, an optical disk drive, a magneto-optical disk drive, or a combination thereof. The disk medium 109 is, for example, a CD (Compact Disc), DVD (Digital Versatile Disc), FD (Floppy Disk), MO (Magneto-Optical disk), BD (Blu-ray (registered trademark) Disc), or a combination thereof. is.

なお、本実施形態において、レコメンドプログラムは、サーバ3の製造段階でメモリ102又はストレージ103に書き込まれてもよいし、ネットワークNを介してサーバ3に提供されてもよいし、ディスクメディア109などの非一時的でコンピュータ読み取り可能な記録媒体を介してサーバ3に提供されてもよい。 In this embodiment, the recommendation program may be written in the memory 102 or the storage 103 at the manufacturing stage of the server 3, may be provided to the server 3 via the network N, or may be stored in the disk media 109 or the like. It may be provided to the server 3 via a non-transitory computer-readable recording medium.

<機能構成>
次に、サーバ3の機能構成について説明する。図3は、サーバ3の機能構成の一例を示す図である。図3に示すように、サーバ3は、通信部31と、記憶部32と、制御部33と、を備える。
<Functional configuration>
Next, the functional configuration of the server 3 will be described. FIG. 3 is a diagram showing an example of the functional configuration of the server 3. As shown in FIG. As shown in FIG. 3 , the server 3 includes a communication section 31 , a storage section 32 and a control section 33 .

通信部31は、通信I/F104により実現される。通信部31は、ネットワークNを介して、ユーザ端末1及び登録者端末2との間で情報の送受信を行う。通信部31は、ユーザ端末1及び登録者端末2からユーザ情報321及び対象情報322をそれぞれ受信する。また、通信部31は、ユーザ端末1に対象情報を送信する。 Communication unit 31 is realized by communication I/F 104 . The communication unit 31 transmits and receives information to and from the user terminal 1 and the registrant terminal 2 via the network N. FIG. The communication unit 31 receives user information 321 and target information 322 from the user terminal 1 and the registrant terminal 2, respectively. Also, the communication unit 31 transmits target information to the user terminal 1 .

記憶部32は、メモリ102及びストレージ103により実現される。記憶部32は、ユーザ情報321、対象情報322及び行動履歴情報323を記憶する。 The storage unit 32 is implemented by the memory 102 and storage 103 . The storage unit 32 stores user information 321 , object information 322 and action history information 323 .

ユーザ情報321は、ユーザに関する情報である。ユーザ情報321は、例えば、ユーザ端末1を介してユーザにより登録される。記憶部32には、複数のユーザのユーザ情報321が記憶される。図4は、ユーザ情報321の一例を示す図である。図4のユーザ情報321は、情報項目として「UID」、「年齢」及び「性別」を有する。「UID」は、ユーザの識別情報である。「年齢」は、ユーザの年齢である。「性別」は、ユーザの性別である。「年齢」及び「性別」は、カテゴリカルデータに相当する。図4の例では、例えば、「UID」がU001であるユーザの「年齢」は18であり、「性別」はM(男性)である。これは、ユーザU001が18歳の男性であることを示している。なお、ユーザ情報321は、図4の例に限られない。ユーザ情報321は、図4の情報項目の一部を含んでもよいし、図4に記載された以外の情報項目(生年月日、血液型、業種、職種、勤務先、年収、住所、電話番号、配偶者有無など)を含んでもよい。 The user information 321 is information about users. The user information 321 is registered by the user via the user terminal 1, for example. The storage unit 32 stores user information 321 of a plurality of users. FIG. 4 is a diagram showing an example of the user information 321. As shown in FIG. The user information 321 in FIG. 4 has “UID”, “age” and “gender” as information items. “UID” is user identification information. "Age" is the age of the user. “Gender” is the gender of the user. "Age" and "Gender" correspond to categorical data. In the example of FIG. 4, for example, the "age" of the user whose "UID" is U001 is 18, and the "gender" is M (male). This indicates that user U001 is an 18-year-old male. Note that the user information 321 is not limited to the example in FIG. The user information 321 may include some of the information items shown in FIG. 4, and information items other than those shown in FIG. , marital status, etc.).

対象情報322は、対象に関する情報である。対象情報322は、例えば、登録者端末2を介して登録者により登録される。記憶部32には、複数の対象の対象情報322が記憶される。図5は、対象情報322の一例を示す図である。図5は、対象が「仕事」である場合の対象情報322である。図5の対象情報322は、情報項目として「JID」、「業種」及び「地域」を有する。「JID」は、仕事(対象)の識別情報である。「業種」は、仕事の業種である。「地域」は、勤務する地域である。「業種」及び「地域」は、カテゴリカルデータに相当する。図5の例では、例えば、「JID」がJ001である仕事(対象)の「業種」は飲食業であり、「地域」は東京である。これは、求人されている仕事が都内の飲食店であることを示している。なお、対象情報322は、図5の例に限られない。対象情報322は、図5の情報項目の一部を含んでもよいし、図5に記載された以外の情報項目(雇用形態、勤務時間、賃金、シフトなど)を含んでもよい。 The target information 322 is information about the target. The target information 322 is registered by the registrant via the registrant terminal 2, for example. The storage unit 32 stores target information 322 of a plurality of targets. FIG. 5 is a diagram showing an example of the target information 322. As shown in FIG. FIG. 5 shows target information 322 when the target is "work". The target information 322 in FIG. 5 has “JID”, “industry” and “area” as information items. “JID” is identification information of a job (target). The “industry” is the type of work. "Region" is the region where you work. "Industry" and "Region" correspond to categorical data. In the example of FIG. 5, for example, the "industry" of the job (target) whose "JID" is J001 is the restaurant business, and the "region" is Tokyo. This indicates that the job being offered is a restaurant in Tokyo. Note that the target information 322 is not limited to the example in FIG. The target information 322 may include some of the information items in FIG. 5, and may include information items other than those described in FIG. 5 (employment status, working hours, wages, shifts, etc.).

行動履歴情報323は、情報処理システムにより提供されるオンラインサービス上での対象に対するユーザの行動に関する情報である。ユーザの行動は、例えば、閲覧、申し込み、評価、又はメッセージの送信であるが、これに限られない。行動履歴情報323は、例えば、ユーザが行動するたびに記録される。記憶部32には、複数のユーザの行動履歴情報323が記憶される。記憶部32には、各ユーザについて、複数種類の行動の行動履歴情報323がそれぞれ記録されてもよい。図6は、行動履歴情報323の一例を示す図である。図6は、対象が「仕事」であり、行動が「対象情報の閲覧」である場合の行動履歴情報323である。図6の行動履歴情報323は、情報項目として「J001」、「J002」及び「J003」を有する。「J001」、「J002」及び「J003」は、それぞれ仕事J001,J002,J003の対象情報322を閲覧した回数である。図6の例では、例えば、「UID」がU001であるユーザの「J001」は1であり、「J002」は0であり、「J003」は2である。これは、ユーザU001が仕事J001の対象情報322を1回閲覧し、仕事J002の対象情報322を0回閲覧し、仕事J003の対象情報322を2回閲覧したことを示している。なお、行動履歴情報323は、図6の例に限られない。行動履歴情報323は、図6の情報項目の一部を含んでもよいし、図6に記載された以外の情報項目を含んでもよい。 The action history information 323 is information about the user's action on the target on the online service provided by the information processing system. User actions are, for example, browsing, applying, evaluating, or sending messages, but are not limited to these. The action history information 323 is recorded, for example, each time the user takes action. The storage unit 32 stores action history information 323 of a plurality of users. Action history information 323 of a plurality of types of actions may be recorded in the storage unit 32 for each user. FIG. 6 is a diagram showing an example of the action history information 323. As shown in FIG. FIG. 6 shows the action history information 323 when the target is "work" and the action is "viewing target information". The action history information 323 of FIG. 6 has "J001", "J002" and "J003" as information items. "J001", "J002", and "J003" are the number of times the target information 322 of jobs J001, J002, and J003 has been browsed, respectively. In the example of FIG. 6, for example, "J001" of the user whose "UID" is U001 is 1, "J002" is 0, and "J003" is 2. This indicates that the user U001 browsed the target information 322 of the job J001 once, browsed the target information 322 of the job J002 zero times, and browsed the target information 322 of the job J003 twice. Note that the action history information 323 is not limited to the example in FIG. The action history information 323 may include some of the information items in FIG. 6, or may include information items other than those described in FIG.

制御部33は、プロセッサ101がメモリ102からプログラムを読み出して実行し、他のハードウェア構成と協働することにより実現される。制御部33は、サーバ3の動作全体を制御する。制御部33は、取得部331と、類似度算出部332と、加工部333と、推薦度算出部334と、レコメンド部335と、を備える。 The control unit 33 is implemented by the processor 101 reading and executing a program from the memory 102 and cooperating with other hardware configurations. The control unit 33 controls the overall operation of the server 3 . The control unit 33 includes an acquisition unit 331 , a similarity calculation unit 332 , a processing unit 333 , a recommendation calculation unit 334 , and a recommendation unit 335 .

取得部331は、通信部31を介して、外部装置から各種の情報を取得する。具体的には、取得部331は、複数のユーザ端末1から複数のユーザのユーザ情報321を取得する。また、取得部331は、複数の登録者端末2から複数の対象の対象情報322を取得する。また、取得部331は、複数のユーザ端末1によるサーバ3へのアクセスログから複数のユーザの行動履歴情報323を取得する。取得部331は、1つのユーザ端末1から複数のユーザのユーザ情報321を取得してもよいし、1つの登録者端末2から複数の対象の対象情報322を取得してもよい。 The acquisition unit 331 acquires various types of information from an external device via the communication unit 31 . Specifically, the acquisition unit 331 acquires user information 321 of multiple users from multiple user terminals 1 . Also, the acquisition unit 331 acquires the target information 322 of multiple targets from multiple registrant terminals 2 . Further, the acquisition unit 331 acquires the action history information 323 of multiple users from the access log to the server 3 by the multiple user terminals 1 . The acquisition unit 331 may acquire the user information 321 of a plurality of users from one user terminal 1 or the target information 322 of a plurality of targets from one registrant terminal 2 .

類似度算出部332は、複数のユーザの行動履歴情報323と、複数の対象の対象情報322と、に基づいて、対象情報322に含まれるカテゴリカルデータの値間の類似度を算出する。また、類似度算出部332は、複数のユーザの行動履歴情報323と、複数のユーザのユーザ情報321と、に基づいて、ユーザ情報321に含まれるカテゴリカルデータの値間の類似度を算出してもよい。類似度の算出方法について、詳しくは後述する。 The similarity calculation unit 332 calculates the similarity between values of categorical data included in the target information 322 based on the action history information 323 of multiple users and the target information 322 of multiple targets. Further, the similarity calculation unit 332 calculates the similarity between values of categorical data included in the user information 321 based on the action history information 323 of the plurality of users and the user information 321 of the plurality of users. may A method for calculating the degree of similarity will be described later in detail.

加工部333は、ユーザ情報321及び対象情報322を加工する。具体的には、加工部333は、一のユーザの行動履歴情報323と、複数の対象の対象情報322と、に基づいて、一のユーザのユーザ情報321に対象情報322に含まれるカテゴリカルデータを追加し、一のユーザのユーザ情報321に追加されたカテゴリカルデータを類似度に基づいて補正する。また、加工部333は、一のユーザの行動履歴情報323と、複数のユーザのユーザ情報321と、に基づいて、一の対象の対象情報322にユーザ情報321に含まれるカテゴリカルデータを追加し、一の対象の対象情報322に追加されたカテゴリカルデータを類似度に基づいて補正してもよい。加工部333によるユーザ情報321及び対象情報322の加工方法について、詳しくは後述する。 The processing unit 333 processes the user information 321 and the target information 322 . Specifically, based on the action history information 323 of one user and the target information 322 of a plurality of targets, the processing unit 333 processes the categorical data included in the target information 322 in the user information 321 of one user. is added, and the categorical data added to the user information 321 of one user is corrected based on the degree of similarity. Further, the processing unit 333 adds categorical data included in the user information 321 to the target information 322 of one target based on the action history information 323 of one user and the user information 321 of a plurality of users. , the categorical data added to the target information 322 of one target may be corrected based on similarity. A method of processing the user information 321 and the target information 322 by the processing unit 333 will be described later in detail.

推薦度算出部334は、一のユーザのユーザ情報321と、複数の対象の対象情報322と、に基づいて、一のユーザに対する各対象の推薦度Rを算出する。また、推薦度算出部334は、一の対象の対象情報322と、複数のユーザのユーザ情報321と、に基づいて、一のユーザに対する各対象の推薦度Rを算出してもよい。推薦度Rの算出方法について、詳しくは後述する。 The recommendation degree calculation unit 334 calculates the recommendation degree R of each target for one user based on the user information 321 of one user and the target information 322 of a plurality of targets. Further, the recommendation degree calculation unit 334 may calculate the recommendation degree R of each target for one user based on the target information 322 of one target and the user information 321 of a plurality of users. A method for calculating the recommendation level R will be described later in detail.

レコメンド部335は、一のユーザに対して算出された各対象の推薦度Rに基づいて、一のユーザに対象をレコメンドする。レコメンド方法について、詳しくは後述する。 The recommendation unit 335 recommends a target to one user based on the recommendation degree R of each target calculated for the one user. Details of the recommendation method will be described later.

<サーバ装置が実行する処理>
次に、サーバ3が実行する処理について説明する。図7は、サーバ3が実行する処理の一例を示すフローチャートである。図8は、サーバ3が実行する処理の具体例を示す図である。図8の例では、対象は仕事である。図9は、類似度の算出方法の具体例を説明する図である。
<Processing executed by the server device>
Next, processing executed by the server 3 will be described. FIG. 7 is a flow chart showing an example of processing executed by the server 3 . FIG. 8 is a diagram showing a specific example of processing executed by the server 3. As shown in FIG. In the example of FIG. 8, the object is work. FIG. 9 is a diagram illustrating a specific example of a similarity calculation method.

(ステップS101)
取得部331は、複数のユーザのユーザ情報321、複数の対象の対象情報322及び複数のユーザの行動履歴情報323を取得し、記憶部32に保存する。図8の例では、記憶部32には、ユーザU001,U002,U003のユーザ情報321と、仕事J001,J002,J003の対象情報322と、ユーザU001,U002,U003の行動履歴情報323と、が記憶されている。取得部331は、ユーザ情報321、対象情報322、及び行動履歴情報323を任意のタイミングで取得し得る。
(Step S101)
The acquisition unit 331 acquires user information 321 of multiple users, target information 322 of multiple targets, and action history information 323 of multiple users, and stores them in the storage unit 32 . In the example of FIG. 8, the storage unit 32 stores user information 321 of users U001, U002, and U003, target information 322 of jobs J001, J002, and J003, and action history information 323 of users U001, U002, and U003. remembered. The acquisition unit 331 can acquire the user information 321, the target information 322, and the action history information 323 at arbitrary timing.

(ステップS102)
類似度算出部332は、複数のユーザの行動履歴情報323と、複数の対象の対象情報322と、に基づいて、対象情報322に含まれるカテゴリカルデータの値間の類似度Sを算出し、記憶部32に保存する。類似度算出部332は、類似度Sを任意のタイミングで算出し得る。類似度算出部332は、例えば、以下の方法で類似度Sを算出する。
(Step S102)
The similarity calculation unit 332 calculates the similarity S between the values of the categorical data included in the target information 322 based on the action history information 323 of the plurality of users and the target information 322 of the plurality of targets, Save in the storage unit 32 . The similarity calculator 332 can calculate the similarity S at any timing. The similarity calculator 332 calculates the similarity S by, for example, the following method.

まず、類似度算出部332は、対象情報322に含まれるカテゴリカルデータの値の頻度(登場回数)を、行動履歴情報323に基づいて、ユーザごとに集計する。図9の例では、対象情報322に含まれるカテゴリカルデータである「地域」の値(東京、神奈川、千葉)の頻度が、各仕事の閲覧回数に基づいて、ユーザごとに集計されている。例えば、ユーザU001による仕事J001の閲覧回数は1であり、仕事J001の「地域」は「東京」である。よって、ユーザU001の「東京」の値の頻度は1となっている。 First, based on the action history information 323, the similarity calculation unit 332 aggregates the frequency (number of appearances) of the categorical data values included in the target information 322 for each user. In the example of FIG. 9, the frequencies of the values (Tokyo, Kanagawa, Chiba) of "Region", which is categorical data included in the target information 322, are aggregated for each user based on the number of views of each job. For example, the number of views of job J001 by user U001 is 1, and the "area" of job J001 is "Tokyo". Therefore, the frequency of the value of "Tokyo" for the user U001 is one.

次に、類似度算出部332は、ユーザごとに、値間の頻度の類似度sを算出する。類似度sとは、各値の間で頻度が似ている度合いのことである。頻度が近いほど、類似度sは高くなる。図9に示すように、類似度sは、行列の形式で表現される。 Next, the similarity calculation unit 332 calculates the similarity s of frequency between values for each user. The degree of similarity s is the degree of similarity in frequency between values. The closer the frequencies, the higher the similarity s. As shown in FIG. 9, the similarity s is expressed in the form of a matrix.

例えば、図9の例では、ユーザU002の「神奈川」及び「千葉」の頻度は同じ(いずれも1)であるため、ユーザU002の「神奈川」及び「千葉」の頻度の類似度sは高くなる。一方、ユーザU002の「東京」及び「千葉」の頻度は異なる(2と1)ため、ユーザU002の「東京」及び「千葉」の頻度の類似度sは低くなる。これは、ユーザU002から見て、「神奈川」と「千葉」は似ており(同程度に関心があり)、「東京」と「千葉」が似ていない(関心の程度が異なる)ことを意味している。 For example, in the example of FIG. 9, since the frequencies of "Kanagawa" and "Chiba" of the user U002 are the same (both are 1), the similarity s of the frequencies of "Kanagawa" and "Chiba" of the user U002 is high. . On the other hand, since the frequencies of user U002's "Tokyo" and "Chiba" are different (2 and 1), the similarity s of the frequencies of user U002's "Tokyo" and "Chiba" is low. This means that from the user U002 point of view, “Kanagawa” and “Chiba” are similar (have the same degree of interest), and “Tokyo” and “Chiba” are not similar (the degree of interest is different). are doing.

集計された各値の頻度をp,q(ただしp+q=0の場合、s=1)とすると、類似度sは、例えば、以下の式で計算される。

Figure 2023061295000002
Assuming that the frequencies of the aggregated values are p and q (where p+q=0, s=1), the similarity s is calculated by the following formula, for example.
Figure 2023061295000002

図9の例では、上記の式によりユーザごとに算出された値間の頻度の類似度sが示されている。例えば、ユーザU002の「神奈川」と「千葉」の類似度sは1であり、「東京」と「千葉」の類似度sは0.66である。 The example of FIG. 9 shows the frequency similarity s between values calculated for each user by the above formula. For example, the similarity s between "Kanagawa" and "Chiba" for the user U002 is 1, and the similarity s between "Tokyo" and "Chiba" is 0.66.

その後、類似度算出部332は、ユーザごとに算出された値間の頻度の類似度sに基づいて、値間の類似度Sを算出する。類似度Sは、例えば、ユーザごとに算出された値間の頻度の類似度sの相加平均又は加重平均である。図9に示すように、類似度Sは、行列の形式で表現される。 After that, the similarity calculation unit 332 calculates the similarity S between values based on the similarity s of the frequency between values calculated for each user. The similarity S is, for example, an arithmetic mean or a weighted average of the frequency similarity s between values calculated for each user. As shown in FIG. 9, the similarity S is expressed in the form of a matrix.

こうして得られた値間の類似度Sは、複数のユーザから見た、各値に対する関心の程度の似ている度合いを示した値となる。よって、例えば、「神奈川」と「千葉」の類似度Sが高い場合、「神奈川」の仕事を閲覧したユーザは、「千葉」の仕事を閲覧していなかったとしても、「千葉」の仕事にも同程度の関心があるものと推測できる。 The degree of similarity S between values obtained in this manner is a value that indicates the degree of similarity in the degree of interest in each value as viewed by a plurality of users. Therefore, for example, when the degree of similarity S between “Kanagawa” and “Chiba” is high, a user who browses the job of “Kanagawa” will be able to see the job of “Chiba” even if he or she has not browsed the job of “Chiba”. can be assumed to be of similar interest.

なお、カテゴリカルデータの値の頻度の集計方法、類似度sの算出方法、及び類似度Sの算出方法は上記の例に限られない。例えば、カテゴリカルデータの値の頻度は、ユーザごとに重み付けして集計してもよいし、ユーザの行動ごとに重み付けして集計してもよい。 Note that the method of calculating the frequency of categorical data values, the method of calculating the degree of similarity s, and the method of calculating the degree of similarity S are not limited to the above examples. For example, the frequency of values of categorical data may be weighted for each user, or may be weighted for each user's behavior.

また、類似度算出部332は、対象情報322に複数のカテゴリカルデータが含まれる場合、各カテゴリカルデータに対してそれぞれ類似度Sを算出してもよい。例えば、図8の例では、「業種」の類似度S1と、「地域」の類似度S2と、をそれぞれ算出することが考えられる。 Further, when the target information 322 includes a plurality of categorical data, the similarity calculator 332 may calculate the similarity S for each categorical data. For example, in the example of FIG. 8, it is conceivable to calculate the similarity S1 of "industry" and the similarity S2 of "area".

また、類似度算出部332は、ユーザ情報321に1又は複数のカテゴリカルデータが含まれる場合、各カテゴリカルデータに対してそれぞれ類似度Sを算出してもよい。例えば、図8の例では、「年齢」の類似度S3と、「性別」の類似度S4と、をそれぞれ算出することが考えられる。なお、「年齢」をカテゴリカルデータとして扱う場合、年齢自体をカテゴリカルデータの値として扱ってもよいし、年齢の区分(20歳以上/20歳未満など)をカテゴリカルデータの値として扱ってもよい。 Further, when the user information 321 includes one or a plurality of categorical data, the similarity calculator 332 may calculate the similarity S for each categorical data. For example, in the example of FIG. 8, it is conceivable to calculate the "age" similarity S3 and the "sex" similarity S4. When "age" is treated as categorical data, the age itself may be treated as a categorical data value, or an age division (20 years old or older/under 20 years old, etc.) may be treated as a categorical data value. good too.

(ステップS103)
加工部333は、一のユーザの行動履歴情報323と、複数の対象の対象情報322と、に基づいて、一のユーザのユーザ情報321に対象情報322を追加する。具体的には、加工部333は、一のユーザの行動履歴情報323に基づいて集計した対象情報322に含まれるカテゴリカルデータを、一のユーザのユーザ情報321に追加する。これにより、ユーザ情報321には、一のユーザの行動(関心)に応じた対象情報322が追加される。
(Step S103)
The processing unit 333 adds target information 322 to the user information 321 of one user based on the action history information 323 of one user and the target information 322 of a plurality of targets. Specifically, the processing unit 333 adds the categorical data included in the target information 322 aggregated based on the action history information 323 of one user to the user information 321 of one user. As a result, target information 322 corresponding to one user's behavior (interest) is added to the user information 321 .

図8の例では、各ユーザのユーザ情報321に対して「地域」が追加されている。各ユーザの「地域」の値は、各ユーザの行動履歴情報323に基づいて集計された、地域ごとの仕事の閲覧回数である。例えば、ユーザU001による仕事J001の閲覧回数は1であり、仕事J001の「地域」は「東京」である。よって、ユーザU001の「東京」の値の頻度は1となっている。 In the example of FIG. 8, "Region" is added to the user information 321 of each user. The value of “area” for each user is the number of views of jobs for each area, which is aggregated based on the action history information 323 of each user. For example, the number of views of job J001 by user U001 is 1, and the "area" of job J001 is "Tokyo". Therefore, the frequency of the value of "Tokyo" for the user U001 is one.

(ステップS104)
加工部333は、ステップS103で加工したユーザ情報321を補正する。具体的には、加工部333は、一のユーザのユーザ情報321に追加されたカテゴリカルデータを、当該カテゴリカルデータの類似度Sに基づいて補正する。具体的には、加工部333は、一のユーザのユーザ情報321に追加されたカテゴリカルデータに、対応する類似度Sを乗算する。加工部333は、補正したカテゴリカルデータを正規化するのが好ましい。
(Step S104)
The processing unit 333 corrects the user information 321 processed in step S103. Specifically, the processing unit 333 corrects the categorical data added to the user information 321 of one user based on the similarity S of the categorical data. Specifically, the processing unit 333 multiplies the categorical data added to the user information 321 of one user by the corresponding similarity S. The processing unit 333 preferably normalizes the corrected categorical data.

図9の例では、ユーザ情報321に追加された「地域」に、「地域」の類似度Sが乗算されている。ユーザ情報321に「業種」が追加された場合には、ユーザ情報321に追加された「業種」に、「業種」の類似度Sを乗算すればよい。 In the example of FIG. 9, the "area" added to the user information 321 is multiplied by the similarity S of the "area". When "industry" is added to the user information 321, the "industry" added to the user information 321 may be multiplied by the similarity S of the "industry".

また、加工部333は、ユーザ情報321に元から含まれるカテゴリカルデータの値を数値に置き換える。図9の例では、「年齢」が1(20歳以上)と0(20歳未満)に置き換えられている。また、「性別」が1(M)と0(F)に置き換えられている。 The processing unit 333 also replaces the values of the categorical data originally included in the user information 321 with numerical values. In the example of FIG. 9, "age" is replaced with 1 (20 years old or older) and 0 (less than 20 years old). Also, "sex" is replaced with 1 (M) and 0 (F).

(ステップS105)
加工部333は、対象情報322にユーザ情報321を追加する。図8の例では、各対象の対象情報322に対して「年齢」及び「性別」が追加されている。各ユーザの「年齢」及び「性別」の値は、便宜的に0とされている。
(Step S105)
The processing unit 333 adds the user information 321 to the target information 322 . In the example of FIG. 8, "age" and "sex" are added to the object information 322 of each object. The values of "age" and "sex" of each user are set to 0 for convenience.

(ステップS106)
推薦度算出部334は、ステップS103,S104で加工したユーザ情報321と、ステップS105で加工した対象情報322と、に基づいて、推薦度Rを算出する。より詳細には、推薦度算出部334は、一のユーザのユーザ情報321と、複数の対象の対象情報322と、に基づいて、一のユーザに対する各対象の推薦度Rを算出する。推薦度Rは、ユーザ情報321と対象情報322の似ている度合いに相当する。ユーザ情報321と対象情報322とが似ている(推薦度R)ほど、その対象が、ユーザの関心が高い対象に近いことを意味する。
(Step S106)
The recommendation degree calculation unit 334 calculates the recommendation degree R based on the user information 321 processed in steps S103 and S104 and the target information 322 processed in step S105. More specifically, the recommendation degree calculation unit 334 calculates the recommendation degree R of each target for one user based on the user information 321 of one user and the target information 322 of a plurality of targets. The degree of recommendation R corresponds to the degree of similarity between the user information 321 and the target information 322 . It means that the closer the user information 321 and the target information 322 are to each other (recommendation level R), the closer the target is to the user's high interest.

ユーザ情報321及び対象情報322は、ステップS105までの処理により、共通のパラメータを含む情報となっているため、いずれもn次元のベクトルで表現できる。ユーザ情報321を(u1,u2,…,un)、対象情報322を(j1,j2,…,jn)とした場合、推薦度Rは、例えば、以下の式で計算される。

Figure 2023061295000003
上記の式において、kiは重み係数である。kiが全て1の場合、推薦度Rは、ユーザ情報321と対象情報322との内積となる。 Since the user information 321 and the target information 322 are information including common parameters through the processing up to step S105, both can be represented by n-dimensional vectors. When the user information 321 is (u1, u2, ..., un) and the target information 322 is (j1, j2, ..., jn), the recommendation level R is calculated by, for example, the following formula.
Figure 2023061295000003
In the above formula, ki is a weighting factor. When all ki are 1, the recommendation degree R is the inner product of the user information 321 and the target information 322 .

例えば、図8の例では、ユーザU001に対する対象J001の推薦度Rは0.7であり、対象J002の推薦度Rは0.1であり、対象J003の推薦度Rは0.2である。 For example, in the example of FIG. 8, the recommendation level R of the target J001 to the user U001 is 0.7, the recommendation level R of the target J002 is 0.1, and the recommendation level R of the target J003 is 0.2.

(ステップS107)
レコメンド部335は、一のユーザに対して算出された各対象の推薦度Rに基づいて、一のユーザに対象をレコメンドする。具体的には、レコメンド部335は、推薦度Rに基づいて選択した対象の対象情報323をユーザ端末1に送信し、ユーザ端末1のディスプレイに表示させる。
(Step S107)
The recommendation unit 335 recommends a target to one user based on the recommendation degree R of each target calculated for the one user. Specifically, the recommendation unit 335 transmits the target information 323 of the target selected based on the recommendation level R to the user terminal 1 and displays it on the display of the user terminal 1 .

レコメンド部335は、例えば、ユーザに対する推薦度Rが最も高い対象をそのユーザにレコメンドする。この場合、図8の例では、ユーザU001に対象J001がレコメンドされ、ユーザU002に対象J001がレコメンドされ、ユーザU003に対象J002がレコメンドされる。 For example, the recommendation unit 335 recommends a target with the highest recommendation degree R to the user. In this case, in the example of FIG. 8, the target J001 is recommended to the user U001, the target J001 is recommended to the user U002, and the target J002 is recommended to the user U003.

また、レコメンド部335は、ユーザに対する推薦度Rが閾値以上の対象をそのユーザにレコメンドしてもよい。推薦度Rの閾値が0.8である場合、図8の例では、ユーザU001に対象がレコメンドされず、ユーザU002に対象J001がレコメンドされ、ユーザU003に対象J001,J002がレコメンドされる。 In addition, the recommendation unit 335 may recommend a target whose recommendation degree R to the user is equal to or higher than a threshold to the user. When the threshold value of the recommendation degree R is 0.8, in the example of FIG. 8, no target is recommended to the user U001, the target J001 is recommended to the user U002, and the targets J001 and J002 are recommended to the user U003.

なお、レコメンドする対象の選択方法は、上記の例に限られない。レコメンド部335は、推薦度Rに基づく任意の方法で対象を選択し、ユーザにレコメンドできる。 It should be noted that the method of selecting a target for recommendation is not limited to the above example. The recommendation unit 335 can select a target by an arbitrary method based on the recommendation level R and recommend it to the user.

<まとめ>
以上説明した通り、本実施形態によれば、行動履歴情報323及び対象情報322に基づいて、ユーザの関心に応じた対象情報322がユーザ情報321に追加される。このユーザ情報321に基づいて対象をユーザにレコメンドすることにより、ユーザ情報321が少ない場合であっても、ユーザに対象を適切にレコメンドできる。
<Summary>
As described above, according to this embodiment, the target information 322 corresponding to the user's interest is added to the user information 321 based on the action history information 323 and the target information 322 . By recommending a target to the user based on this user information 321, even if the user information 321 is small, the target can be appropriately recommended to the user.

また、ユーザ情報321に追加された対象情報322は類似度Sにより補正される。これにより、行動履歴情報323から対象情報322を得られない対象に対するユーザの関心の程度を推測し、その関心の程度に基づいて、推薦度Rを算出し、対象をレコメンドできる。結果として、ユーザ情報321に追加される対象情報322が少ない、すなわち、ユーザの行動履歴情報323が少ない場合であっても、ユーザに対象を適切にレコメンドできる。 Also, the target information 322 added to the user information 321 is corrected by the similarity S. FIG. This makes it possible to estimate the degree of interest of the user in the object for which the object information 322 cannot be obtained from the action history information 323, calculate the degree of recommendation R based on the degree of interest, and recommend the object. As a result, even if the amount of target information 322 added to the user information 321 is small, that is, even if the user's action history information 323 is small, the target can be appropriately recommended to the user.

例えば、図8の例では、ユーザU001は対象J002の対象情報322を1回も閲覧していない上、全部で3回しか対象情報322を閲覧していない。このため、ユーザU001がたまたま対象J002の対象情報322を閲覧していないのか、対象J002に関心がないのか、わからない。すなわち、ユーザU001が「神奈川」に関心があるのか否かわからない。しかしながら、ユーザU001の対象情報322を類似度Sで補正することにより、不明であったユーザU001の「神奈川」に対する関心の程度を、0.1と推測することができる。こうして推測した関心の程度を利用することにより、ユーザU001の関心に応じた対象をユーザU001にレコメンドできる。 For example, in the example of FIG. 8, the user U001 has not viewed the target information 322 of the target J002 even once, and has viewed the target information 322 only three times in total. Therefore, it is not known whether the user U001 has not browsed the target information 322 of the target J002 by chance or has no interest in the target J002. That is, it is unknown whether the user U001 is interested in "Kanagawa". However, by correcting the target information 322 of the user U001 with the degree of similarity S, it is possible to estimate that the unknown degree of interest of the user U001 in "Kanagawa" is 0.1. By using the degree of interest estimated in this way, it is possible to recommend an object according to the user U001's interest to the user U001.

また、推薦度RはΣki・ui・jiで算出できる。重み係数kiを調整することにより、推薦度Rを算出する際に各対象情報322の寄与度を容易に調整することができる。例えば、ある対象情報322の推薦度Rに対する寄与度が小さいと判明した場合、その対象情報322の重み係数kiを小さくするだけで、対象情報322自体に手を加えることなく、その対象情報322の寄与度を反映した推薦度Rを算出することができる。 Also, the degree of recommendation R can be calculated by Σki·ui·ji. By adjusting the weighting factor ki, the degree of contribution of each piece of target information 322 can be easily adjusted when the degree of recommendation R is calculated. For example, when it is found that the contribution of certain target information 322 to the recommendation level R is small, the weighting coefficient ki of the target information 322 is reduced, and the target information 322 is reduced without modifying the target information 322 itself. It is possible to calculate the degree of recommendation R that reflects the degree of contribution.

なお、以上の例では、ステップS105において、対象情報322に便宜的にユーザ情報321を追加した。しかしながら、ユーザ情報321に対象情報322を追加するのと同様の方法で、対象情報322にユーザ情報321を追加し、追加したユーザ情報321を類似度Sで補正してもよい。この場合も、上記と同様の方法で推薦度Rを算出することができる。 In the above example, the user information 321 is added to the target information 322 in step S105 for convenience. However, the user information 321 may be added to the target information 322 by the same method as adding the target information 322 to the user information 321, and the added user information 321 may be corrected with the similarity S. FIG. Also in this case, the recommendation level R can be calculated in the same manner as described above.

<付記>
本実施形態は、以下の開示を含む。
<Appendix>
This embodiment includes the following disclosure.

(付記1)
情報処理装置がユーザに対象をレコメンドする情報処理方法であって、
複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータを含む複数の対象の対象情報と、を取得する取得処理と、
前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出処理と、
一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に対象情報を追加し、前記一のユーザの対象情報を前記類似度に基づいて補正する加工処理と、
前記一のユーザのユーザ情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出処理と、
前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド処理と、
を含む情報処理方法。
(Appendix 1)
An information processing method in which an information processing device recommends a target to a user,
Acquisition processing for acquiring user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including categorical data;
a similarity calculation process for calculating a similarity between values of the categorical data based on the action history information of the plurality of users and the target information of the plurality of targets;
adding target information to the user information of the one user based on the action history information of the one user and the target information of the plurality of targets, and determining the target information of the one user based on the similarity A processing process for correcting by
a recommendation degree calculation process for calculating a recommendation degree of each target for the one user based on user information of the one user and target information of the plurality of targets;
recommendation processing for recommending a target to the one user based on the recommendation level of each target;
Information processing methods, including

(付記2)
前記一のユーザに対する一の対象の前記推薦度は、前記一のユーザの対象情報に含まれる前記カテゴリカルデータと、前記一の対象の対象情報に含まれる前記カテゴリカルデータと、の内積に基づいて算出される
付記1に記載の情報処理方法。
(Appendix 2)
The degree of recommendation of one target for the one user is based on an inner product of the categorical data included in the target information of the one user and the categorical data included in the target information of the one target. The information processing method according to Supplementary Note 1, which is calculated by

(付記3)
前記カテゴリカルデータの値間の類似度は、ユーザごとに算出された、値間の頻度の類似度に基づいて算出される
付記1又は付記2に記載の情報処理方法。
(Appendix 3)
The information processing method according to appendix 1 or appendix 2, wherein the similarity between values of the categorical data is calculated based on a similarity in frequency between values calculated for each user.

(付記4)
前記カテゴリカルデータは、地域、業種、年齢、性別、又は雇用形態である
付記1から付記3までのいずれかに記載の情報処理方法。
(Appendix 4)
3. The information processing method according to any one of appendices 1 to 3, wherein the categorical data is region, industry, age, gender, or employment status.

(付記5)
ユーザに対象をレコメンドする情報処理装置であって、
複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータを含む複数の対象の対象情報と、を取得する取得部と、
前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出部と、
一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に対象情報を追加し、前記一のユーザの対象情報を前記類似度に基づいて補正する加工部と、
前記一のユーザの対象情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出部と、
前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド部と、
を備える情報処理装置。
(Appendix 5)
An information processing device that recommends a target to a user,
an acquisition unit that acquires user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including categorical data;
a similarity calculation unit that calculates the similarity between values of the categorical data based on the action history information of the plurality of users and the target information of the plurality of targets;
adding target information to the user information of the one user based on the action history information of the one user and the target information of the plurality of targets, and determining the target information of the one user based on the similarity a processing unit that corrects by
a recommendation degree calculation unit that calculates a recommendation degree of each target for the one user based on the target information of the one user and the target information of the plurality of targets;
a recommendation unit that recommends a target to the one user based on the recommendation level of each target;
Information processing device.

(付記6)
情報処理装置に、
複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータを含む複数の対象の対象情報と、を取得する取得処理と、
前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出処理と、
一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に対象情報を追加し、前記一のユーザの対象情報を前記類似度に基づいて補正する加工処理と、
前記一のユーザの対象情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出処理と、
前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド処理と、
を含む情報処理方法を実行させるためのプログラム。
(Appendix 6)
information processing equipment,
Acquisition processing for acquiring user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including categorical data;
a similarity calculation process for calculating a similarity between values of the categorical data based on the action history information of the plurality of users and the target information of the plurality of targets;
adding target information to the user information of the one user based on the action history information of the one user and the target information of the plurality of targets, and determining the target information of the one user based on the similarity A processing process for correcting by
a recommendation degree calculation process for calculating a recommendation degree of each target for the one user based on the target information of the one user and the target information of the plurality of targets;
recommendation processing for recommending a target to the one user based on the recommendation level of each target;
A program for executing an information processing method including

今回開示された実施形態はすべての点で例示であって、制限的なものではないと考えられるべきである。本発明の範囲は、上記した意味ではなく、特許請求の範囲によって示され、特許請求の範囲と均等の意味及び範囲内でのすべての変更が含まれることが意図される。また、本発明は上述した各実施形態に限定されるものではなく、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。 The embodiments disclosed this time are illustrative in all respects and should be considered not restrictive. The scope of the present invention is indicated by the scope of the claims rather than the above-described meaning, and is intended to include all modifications within the scope and meaning equivalent to the scope of the claims. In addition, the present invention is not limited to the above-described embodiments, but can be modified in various ways within the scope of the claims, and can be obtained by appropriately combining technical means disclosed in different embodiments. Embodiments are also included in the technical scope of the present invention.

1:ユーザ端末
2:登録者端末
3:サーバ装置
31:通信部
32:記憶部
33:制御部
321:ユーザ情報
322:対象情報
323:行動履歴情報
331:取得部
332:類似度算出部
333:加工部
334:推薦度算出部
335:レコメンド部
101:プロセッサ
102:メモリ
103:ストレージ
104:通信I/F
105:入出力I/F
106:ドライブ装置
107:入力装置
108:出力装置
109:ディスクメディア
1: User terminal 2: Registrant terminal 3: Server device 31: Communication unit 32: Storage unit 33: Control unit 321: User information 322: Target information 323: Action history information 331: Acquisition unit 332: Similarity calculation unit 333: Processing unit 334: Recommendation degree calculation unit 335: Recommendation unit 101: Processor 102: Memory 103: Storage 104: Communication I/F
105: Input/output I/F
106: Drive Device 107: Input Device 108: Output Device 109: Disk Media

Claims (6)

情報処理装置がユーザに対象をレコメンドする情報処理方法であって、
複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータを含む複数の対象の対象情報と、を取得する取得処理と、
前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出処理と、
一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に前記カテゴリカルデータを追加し、前記一のユーザのカテゴリカルデータを前記類似度に基づいて補正する加工処理と、
前記一のユーザのユーザ情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出処理と、
前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド処理と、
を含む情報処理方法。
An information processing method in which an information processing device recommends a target to a user,
Acquisition processing for acquiring user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including categorical data;
a similarity calculation process for calculating a similarity between values of the categorical data based on the action history information of the plurality of users and the target information of the plurality of targets;
Based on the action history information of the one user and the target information of the plurality of targets, the categorical data is added to the user information of the one user, and the categorical data of the one user is added to the similar A processing process that corrects based on the degree,
a recommendation degree calculation process for calculating a recommendation degree of each target for the one user based on user information of the one user and target information of the plurality of targets;
recommendation processing for recommending a target to the one user based on the recommendation level of each target;
Information processing methods, including
前記一のユーザに対する一の対象の前記推薦度は、前記一のユーザの対象情報に含まれる前記カテゴリカルデータと、前記一の対象の対象情報に含まれる前記カテゴリカルデータと、の内積に基づいて算出される
請求項1に記載の情報処理方法。
The degree of recommendation of one target for the one user is based on an inner product of the categorical data included in the target information of the one user and the categorical data included in the target information of the one target. 2. The information processing method according to claim 1, wherein the calculation is performed by
前記カテゴリカルデータの値間の類似度は、ユーザごとに算出された、値間の頻度の類似度に基づいて算出される
請求項1又は請求項2に記載の情報処理方法。
3. The information processing method according to claim 1, wherein the similarity between values of the categorical data is calculated based on a frequency similarity between values calculated for each user.
前記カテゴリカルデータは、地域、業種、年齢、性別、又は雇用形態である
請求項1から請求項3までのいずれかに記載の情報処理方法。
4. The information processing method according to any one of claims 1 to 3, wherein said categorical data is area, industry, age, sex, or employment status.
ユーザに対象をレコメンドする情報処理装置であって、
複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータを含む複数の対象の対象情報と、を取得する取得部と、
前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出部と、
一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に前記カテゴリカルデータを追加し、前記一のユーザのカテゴリカルデータを前記類似度に基づいて補正する加工部と、
前記一のユーザのユーザ情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出部と、
前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド部と、
を備える情報処理装置。
An information processing device that recommends a target to a user,
an acquisition unit that acquires user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including categorical data;
a similarity calculation unit that calculates the similarity between values of the categorical data based on the action history information of the plurality of users and the target information of the plurality of targets;
Based on the action history information of the one user and the target information of the plurality of targets, the categorical data is added to the user information of the one user, and the categorical data of the one user is added to the similar a processing unit that corrects based on the degree;
a recommendation degree calculation unit that calculates a recommendation degree of each target for the one user based on the user information of the one user and the target information of the plurality of targets;
a recommendation unit that recommends a target to the one user based on the recommendation level of each target;
Information processing device.
情報処理装置に、
複数のユーザのユーザ情報と、前記複数のユーザの行動履歴情報と、カテゴリカルデータを含む複数の対象の対象情報と、を取得する取得処理と、
前記複数のユーザの行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記カテゴリカルデータの値間の類似度を算出する類似度算出処理と、
一のユーザの前記行動履歴情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザのユーザ情報に前記カテゴリカルデータを追加し、前記一のユーザのカテゴリカルデータを前記類似度に基づいて補正する加工処理と、
前記一のユーザのユーザ情報と、前記複数の対象の対象情報と、に基づいて、前記一のユーザに対する各対象の推薦度を算出する推薦度算出処理と、
前記各対象の推薦度に基づいて、前記一のユーザに対象をレコメンドするレコメンド処理と、
を含む情報処理方法を実行させるためのプログラム。
information processing equipment,
Acquisition processing for acquiring user information of a plurality of users, action history information of the plurality of users, and target information of a plurality of targets including categorical data;
a similarity calculation process for calculating a similarity between values of the categorical data based on the action history information of the plurality of users and the target information of the plurality of targets;
Based on the action history information of the one user and the target information of the plurality of targets, the categorical data is added to the user information of the one user, and the categorical data of the one user is added to the similar A processing process that corrects based on the degree,
a recommendation degree calculation process for calculating a recommendation degree of each target for the one user based on user information of the one user and target information of the plurality of targets;
recommendation processing for recommending a target to the one user based on the recommendation level of each target;
A program for executing an information processing method including
JP2021171210A 2021-10-19 2021-10-19 Information processing methods, devices and programs Active JP7083104B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021171210A JP7083104B1 (en) 2021-10-19 2021-10-19 Information processing methods, devices and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021171210A JP7083104B1 (en) 2021-10-19 2021-10-19 Information processing methods, devices and programs

Publications (2)

Publication Number Publication Date
JP7083104B1 JP7083104B1 (en) 2022-06-10
JP2023061295A true JP2023061295A (en) 2023-05-01

Family

ID=81972132

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021171210A Active JP7083104B1 (en) 2021-10-19 2021-10-19 Information processing methods, devices and programs

Country Status (1)

Country Link
JP (1) JP7083104B1 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005165632A (en) * 2003-12-02 2005-06-23 Sony Corp Information processor and information processing method and its program and information processing system and method
JP2008077386A (en) * 2006-09-21 2008-04-03 Sony Corp Information processing apparatus, method, program and recording medium
US20130325879A1 (en) * 2010-10-13 2013-12-05 Hulu, LLC Method and apparatus for recommending media programs based on correlated user feedback
JP2016219042A (en) * 2010-03-31 2016-12-22 株式会社Jvcケンウッド Information processor, terminal device, information processing method, and information processing program
US20190244308A1 (en) * 2018-02-07 2019-08-08 BlackBook Media Inc. Managing event databases using histogram-based analysis
JP2021056643A (en) * 2019-09-27 2021-04-08 大日本印刷株式会社 Information processor, information processing method and information processing system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005165632A (en) * 2003-12-02 2005-06-23 Sony Corp Information processor and information processing method and its program and information processing system and method
JP2008077386A (en) * 2006-09-21 2008-04-03 Sony Corp Information processing apparatus, method, program and recording medium
JP2016219042A (en) * 2010-03-31 2016-12-22 株式会社Jvcケンウッド Information processor, terminal device, information processing method, and information processing program
US20130325879A1 (en) * 2010-10-13 2013-12-05 Hulu, LLC Method and apparatus for recommending media programs based on correlated user feedback
US20190244308A1 (en) * 2018-02-07 2019-08-08 BlackBook Media Inc. Managing event databases using histogram-based analysis
JP2021056643A (en) * 2019-09-27 2021-04-08 大日本印刷株式会社 Information processor, information processing method and information processing system

Also Published As

Publication number Publication date
JP7083104B1 (en) 2022-06-10

Similar Documents

Publication Publication Date Title
US9256826B2 (en) Predicting reactions to short-text posts
US20190114672A1 (en) Digital Content Control based on Shared Machine Learning Properties
JP5993897B2 (en) Specific apparatus, specific method, and specific program
US20170329881A1 (en) Adaptive real time modeling and scoring
US20220138794A1 (en) Dynamic promotion analytics
JP6823612B2 (en) Predictors, prediction methods, and prediction programs
US20220036385A1 (en) Segment Valuation in a Digital Medium Environment
JP2019148897A (en) Behavior pattern search system and behavior pattern search method
JP2023533474A (en) Artificial intelligence for next best action
JP2023100915A (en) Information processing device and program
KR20190061130A (en) Explainable and accurate recommender method and system using social network information and rating information
US9201968B2 (en) System and method for finding mood-dependent top selling/rated lists
JP2019045899A (en) Determination device, determination method and determination program
JP2023061295A (en) Information processing method, device, and program
JP7073557B2 (en) Generator, generation method, and generation program
JP6585998B2 (en) Content determination device
JP6742293B2 (en) Information presenting device, information presenting method, and information presenting program
KR20220124609A (en) Method and apparatus for providing business management advice information
US20160371757A1 (en) Free Time Monetization Exchange
JP2018067041A (en) Extraction apparatus and computer program
US20160148271A1 (en) Personalized Marketing Based on Sequence Mining
KR102485807B1 (en) A method of Recommending Kitchen Utensils for Users
JP2021077206A (en) Learning method, evaluation device, and evaluation system
US20190130443A1 (en) Usable interferences based on a user&#39;s updated digital profile
JP7162700B1 (en) Information processing device, information processing method, and information processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220202

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20220202

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220510

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220518

R150 Certificate of patent or registration of utility model

Ref document number: 7083104

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150