JP2010244468A - Device and method for calculating matching success degree - Google Patents

Device and method for calculating matching success degree Download PDF

Info

Publication number
JP2010244468A
JP2010244468A JP2009095024A JP2009095024A JP2010244468A JP 2010244468 A JP2010244468 A JP 2010244468A JP 2009095024 A JP2009095024 A JP 2009095024A JP 2009095024 A JP2009095024 A JP 2009095024A JP 2010244468 A JP2010244468 A JP 2010244468A
Authority
JP
Japan
Prior art keywords
feature vector
matching success
matching
user
users
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
JP2009095024A
Other languages
Japanese (ja)
Other versions
JP5116719B2 (en
Inventor
Shinpei Makimoto
慎平 牧本
Yoshinori Kobayashi
義徳 小林
Manabu Satsusano
学 颯々野
Takeshi Masuyama
毅司 増山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2009095024A priority Critical patent/JP5116719B2/en
Publication of JP2010244468A publication Critical patent/JP2010244468A/en
Application granted granted Critical
Publication of JP5116719B2 publication Critical patent/JP5116719B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a device and method for learning matching results and selecting a candidate on the basis of learning results. <P>SOLUTION: A matching success degree calculation device 1 includes: an identity vector generation unit 11 for generating a user identity vector; an input list generation unit 12 for generating an input list to be input into a learning unit 13 to store the same in a learning DB 22; the learning unit 13 for performing learning on the basis of the input list stored in the learning DB 22 and generating a learning model to store the same in the learning DB 22; an input reception unit 14 for receiving the input of a synthetic identity vector of two optional users; and a matching success degree calculation unit 15 for calculating a matching success degree of the two optional users on the basis of the learning model stored in the learning DB 22 and the synthetic identity vector of the two optional users, inputted by the input reception unit 14. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、マッチング成功度算出装置及び方法に関する。   The present invention relates to a matching success calculation device and method.

従来より、好相性の会員の組み合わせを抽出して会員に紹介する好相性会員紹介装置が提案されている(例えば、特許文献1)。特許文献1で提案された好相性会員紹介装置は、会員により、自身の個人情報、希望条件及びアンケートに対する回答が入力されると、アンケートの回答に基づいて当該会員の性格カテゴリを決定する。そして、好相性会員紹介装置は、予め記憶されている相性度テーブルを参照して会員の性格カテゴリと相性のよい性格カテゴリに属する複数の異性の会員を抽出し、さらに、会員の希望条件に基づいて、当該複数の異性の会員から候補となる異性の会員を決定する。   Conventionally, a good affinity member introduction device that extracts a combination of good affinity members and introduces them to the members has been proposed (for example, Patent Document 1). When a member inputs his / her own personal information, desired conditions, and an answer to a questionnaire, the good friendship member introducing apparatus proposed in Patent Document 1 determines the personality category of the member based on the answer to the questionnaire. Then, the affiliation member introduction device extracts a plurality of opposite sex members belonging to the personality category that is compatible with the personality category of the member with reference to the compatibility table stored in advance, and further, based on the desired condition of the member Thus, a candidate of the opposite sex is determined from the plurality of opposite sex members.

特開2003−30306号公報JP 2003-30306 A

しかしながら、特許文献1で提案された好相性会員紹介装置は、相性度テーブルという異性間の性格カテゴリに基づいて異性の会員を抽出し、その中から希望条件に沿った候補者を選定するにすぎない。このため、過去の紹介結果、すなわち、マッチング結果を装置で学習させて、学習結果に基づいて候補者を選定することについては示されていない。   However, the affinity member introduction device proposed in Patent Document 1 only extracts members of the opposite sex based on the personality category of the opposite sex called the compatibility table, and selects candidates according to the desired condition from the members. Absent. For this reason, it is not shown that a past introduction result, that is, a matching result is learned by the apparatus and a candidate is selected based on the learning result.

本発明は、マッチング結果を学習し、学習結果に基づいて候補者を選定可能な装置又は方法を提供することを目的とする。   An object of this invention is to provide the apparatus or method which learns a matching result and can select a candidate based on a learning result.

(1) 任意のユーザのマッチング成功度を算出するマッチング成功度算出装置であって、マッチングを行うユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成する素性ベクトル生成手段と、個々の前記ユーザの素性ベクトルに基づいて合成素性ベクトルを生成する合成素性ベクトル生成手段と、前記合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関係付けて記憶するマッチング記憶手段と、前記マッチング記憶手段に記憶された合成素性ベクトルと、前記過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成する学習手段と、任意の2人のユーザの合成素性ベクトルの入力を受付ける入力受付手段と、前記教師ベクトルと、入力された前記任意の2人のユーザの合成素性ベクトルと、に基づいて、前記任意の2人のユーザのマッチング成功度を算出するマッチング成功度算出手段と、を備えるマッチング成功度算出装置。   (1) A matching success degree calculation device for calculating a matching success degree of an arbitrary user, which is individual data of a user who performs matching, and quantifies profile information stored in a predetermined database in advance. As a vector element, a feature vector generating means for generating a user feature vector, a combined feature vector generating means for generating a combined feature vector based on each of the user feature vectors, and the combined feature vector, , Based on the matching storage unit that stores the past matching success history of each user of the synthetic feature vector in association with each other, the synthetic feature vector stored in the matching storage unit, and the past successful matching history Learning means to generate a learning model by generating a teacher vector, and any two people Matching success rate of the two arbitrary users based on the input receiving means for receiving the input of the user's synthetic feature vector, the teacher vector, and the input synthetic feature vector of the two arbitrary users A matching success degree calculating device comprising: a matching success degree calculating means for calculating

(1)に記載のマッチング成功度算出装置によれば、素性ベクトル生成手段により、マッチングを行うユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成し、合成素性ベクトル生成手段により、個々のユーザの素性ベクトルに基づいて合成素性ベクトルを生成する。また、マッチング記憶手段により、合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関係付けて記憶する。また、学習手段により、マッチング記憶手段に記憶された合成素性ベクトルと、過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成し、入力受付手段により、任意の2人のユーザの合成素性ベクトルの入力を受付ける。また、マッチング成功度算出手段により、教師ベクトルと、入力された任意の2人のユーザの合成素性ベクトルと、に基づいて、任意の2人のユーザのマッチング成功度を算出する。   According to the matching success degree calculation device described in (1), the feature vector generation means digitizes each piece of profile data stored in a predetermined database in advance for each piece of user data to be matched. By using vector elements, user feature vectors are generated, and a composite feature vector is generated based on individual user feature vectors by a composite feature vector generation means. Further, the matching storage means stores the combined feature vector and the past matching success history of each user of the combined feature vector in association with each other. Further, the learning unit generates a learning model by generating a teacher vector based on the synthetic feature vector stored in the matching storage unit and the past successful matching history, and the input receiving unit generates an arbitrary 2 Accepts input of synthetic feature vectors of human users. Further, the matching success degree calculating means calculates the matching success degree of any two users based on the teacher vector and the input composite feature vector of any two users.

このようにすることで、(1)に記載のマッチング成功度算出装置は、生成した学習モデルに基づいて、任意の2人のユーザの組み合わせのマッチング成功度を算出できる。このため、本発明では、任意の2人のユーザの組み合わせを複数用意して、マッチング成功度を算出させることにより、マッチング成功度を比較してマッチングに適した候補者を選定可能となる。   By doing in this way, the matching success degree calculation apparatus described in (1) can calculate the matching success degree of a combination of any two users based on the generated learning model. For this reason, in the present invention, by preparing a plurality of combinations of arbitrary two users and calculating the matching success level, it is possible to select matching candidates by comparing the matching success levels.

(2) 前記合成素性ベクトル生成手段は、2人のユーザの素性ベクトルの各要素について、所定の演算を行うことにより前記合成素性ベクトルを生成することを特徴とする(1)記載のマッチング成功度算出装置。   (2) The synthetic feature vector generation means generates the synthetic feature vector by performing a predetermined operation on each element of the feature vectors of two users, and the matching success degree according to (1) Calculation device.

(2)に記載のマッチング成功度算出装置によれば、2人のユーザの素性ベクトルの各要素について、所定の演算を行うことにより合成素性ベクトルを生成するので、2人のユーザの相違点や類似点を合成素性ベクトルに反映させることができる。   According to the matching success rate calculation device described in (2), a composite feature vector is generated by performing a predetermined calculation for each element of the feature vectors of the two users. Similarities can be reflected in the composite feature vector.

(3) 前記教師ベクトルと、相対的に良好な結果を得られたマッチングを行った2人のユーザの合成素性ベクトルとの内積の値が、前記教師ベクトルと、相対的に良好な結果を得られなかったマッチングを行った2人のユーザの合成素性ベクトルとの内積の値に比べて高い値となることを特徴とする(2)記載のマッチング成功度算出装置。   (3) The value of the inner product of the teacher vector and the combined feature vector of the two users who performed matching with which a relatively good result was obtained gives a relatively good result with the teacher vector. (2) The matching success degree calculation device according to (2), wherein the matching success degree calculation device has a higher value than an inner product value of a combined feature vector of two users who have not been matched.

(3)に記載のマッチング成功度算出装置によれば、教師ベクトルは、相対的に良好な結果を得られたマッチングを行った2人のユーザの合成素性ベクトルとの内積の値が高くなるように生成される。このため、教師ベクトル及び2人のユーザの合成素性ベクトルの内積の値が相対的に高い場合には、相対的に高い内積の値に対応する2人のユーザの組み合わせが相対的に良好な結果を得られる組み合わせであると予想できる。   According to the matching success degree calculating device described in (3), the teacher vector has a higher inner product value with the combined feature vector of the two users who performed matching with relatively good results. Is generated. Therefore, when the inner product value of the teacher vector and the combined feature vector of the two users is relatively high, the combination of the two users corresponding to the relatively high inner product value is a relatively good result. Can be expected.

(4) 前記入力受付手段は、一のユーザの素性ベクトルと、該一のユーザの候補となる複数のユーザの各素性ベクトルとから生成された2以上の合成素性ベクトルを受付け、前記マッチング成功度算出手段は、前記2以上の合成素性ベクトルの各々と、前記教師ベクトルとの内積値を算出し、算出した結果として、内積値が高い合成素性ベクトルのユーザを、前記一のユーザとのマッチング成功度が高いとする、(1)に記載のマッチング成功度算出装置。   (4) The input receiving unit receives two or more combined feature vectors generated from a feature vector of one user and each feature vector of a plurality of users who are candidates for the one user, and the matching success degree The calculating means calculates an inner product value of each of the two or more synthetic feature vectors and the teacher vector, and as a result of the calculation, a user of the synthetic feature vector having a high inner product value is successfully matched with the one user. The matching success degree calculating device according to (1), wherein the degree is high.

(4)に記載のマッチング成功度算出装置によれば、入力受付手段により、一のユーザの素性ベクトルと、該一のユーザの候補となる複数のユーザの各素性ベクトルとから生成された2以上の合成素性ベクトルを受付け、マッチング成功度算出手段により、2以上の合成素性ベクトルの各々と、教師ベクトルとの内積値を算出し、算出した結果として、内積値が高い合成素性ベクトルのユーザを、一のユーザとのマッチング成功度が高いとする。このようにすることで、一のユーザの候補となる複数のユーザについて、該一のユーザとのマッチング成功度が相対的に高いユーザを確認できる。   According to the matching success degree calculation device described in (4), two or more generated by the input receiving unit from the feature vector of one user and the feature vectors of a plurality of users who are candidates for the one user. And a matching success degree calculating means calculates inner product values of each of the two or more synthetic feature vectors and the teacher vector, and as a result of calculation, a user of the synthetic feature vector having a high inner product value is obtained. Assume that the matching success rate with one user is high. By doing in this way, about the some user who becomes a candidate of one user, the user whose matching success degree with this one user is relatively high can be confirmed.

(5) 任意のグループのマッチング成功度を算出するマッチング成功度算出装置であって、マッチングを行うグループに属するユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成する素性ベクトル生成手段と、前記マッチングを行うグループに属する個々の前記ユーザの素性ベクトルを結合することで、合成素性ベクトルを生成する合成素性ベクトル生成手段と、前記合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関連付けて記憶するマッチング記憶手段と、前記マッチング記憶手段に記憶された合成素性ベクトルと、前記過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成する学習手段と、任意の2つのグループの選択を受付ける選択受付手段と前記教師ベクトルと、選択が受付けられた2つのグループに属する複数のユーザの合成素性ベクトルに基づいて、前記任意の2つのグループのマッチング成功度を算出するマッチング成功度算出手段と、を備えるマッチング成功度算出装置。   (5) A matching success degree calculation device for calculating a matching success degree of an arbitrary group, which is individual data of users belonging to a group to be matched, and quantifies profile information stored in a predetermined database in advance. By combining each numerical value as a vector element, a feature vector generating means for generating a user feature vector and an individual user feature vector belonging to the matching group are combined to generate a composite feature vector. A combined feature vector generating unit, a combined feature vector, a matching storage unit that stores past matching success history of each user of the combined feature vector in association with each other, and a combined feature vector stored in the matching storage unit And the past matching success history based on the teacher vector. Learning means for generating a learning model by generating a rule, selection receiving means for receiving selection of any two groups, the teacher vector, and a combined feature vector of a plurality of users belonging to the two groups for which selection has been received A matching success degree calculating device comprising: matching success degree calculating means for calculating a matching success degree between the two arbitrary groups based on the above.

(5)に記載のマッチング成功度算出装置によれば、マッチング成功度算出手段により、任意の2つのグループのマッチング成功度を算出できる。このようにすることで、あるグループに対して、他の複数のグループのマッチング成功度を算出し、当該マッチング成功度を比較することにより、マッチング成功度が相対的に高いグループを確認できる。   According to the matching success degree calculating device described in (5), the matching success degree of any two groups can be calculated by the matching success degree calculating means. By doing in this way, a group with a relatively high matching success degree can be confirmed by calculating the matching success degree of other several groups with respect to a certain group, and comparing the said matching success degree.

(6) 前記マッチング成功度算出手段は、前記教師ベクトルと、第1のグループに属する複数のユーザのそれぞれについて、第2のグループに属する複数のユーザのそれぞれとのマッチング成功度を、前記教師ベクトルと、該第1のグループに属する複数のユーザと該第2のグループに属する複数のユーザとの合成素性ベクトルと、に基づいて算出し、該マッチング成功度の平均値を該第1のグループ及び該第2のグループのマッチング成功度として算出することを特徴とする(5)に記載のマッチング成功度算出装置。   (6) The matching success degree calculation means calculates the matching success degree of each of the plurality of users belonging to the second group with respect to each of the plurality of users belonging to the first group. And a composite feature vector of a plurality of users belonging to the first group and a plurality of users belonging to the second group, and calculating an average value of the matching success degrees in the first group and The matching success degree calculation device according to (5), wherein the matching success degree of the second group is calculated.

(6)に記載のマッチング成功度算出装置によれば、マッチング成功度算出手段により、グループに属するユーザのマッチング成功度の平均値に基づいてグループのマッチング成功度を算出する。このため、グループに属するユーザそれぞれを均等に評価してグループのマッチング成功度を算出できる。   According to the matching success degree calculating device described in (6), the matching success degree calculating unit calculates the matching success degree of the group based on the average value of the matching success degrees of the users belonging to the group. For this reason, it is possible to calculate the group matching success rate by equally evaluating each user belonging to the group.

(7) 任意のユーザのマッチング成功度を算出するマッチング成功度算出方法であって、マッチングを行うユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成するステップと、個々の前記ユーザの素性ベクトルに基づいて合成素性ベクトルを生成するステップと、前記合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関係付けて記憶するステップと、前記記憶するステップにおいて記憶された合成素性ベクトルと、前記過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成するステップと、任意の2人のユーザの合成素性ベクトルの入力を受付けるステップと、前記教師ベクトルと、入力された前記任意の2人のユーザの合成素性ベクトルと、に基づいて、前記任意の2人のユーザのマッチング成功度を算出するステップと、を備えるマッチング成功度算出方法。   (7) A matching success degree calculation method for calculating a matching success degree of an arbitrary user, which is individual data of a user who performs matching, digitized in advance in profile information stored in a predetermined database, As a vector element, generating a user feature vector, generating a composite feature vector based on each individual user feature vector, each of the composite feature vector, and each of the composite feature vectors Generating a teacher vector based on the step of storing the past matching success history of the user in association with the synthetic feature vector stored in the storing step and the past matching success history The step of generating a learning model and the input of a composite feature vector of any two users And a step of calculating a matching success level of the two arbitrary users based on the teacher vector and a composite feature vector of the two arbitrary users that have been input. Degree calculation method.

このような構成によれば、当該方法を実施することにより、(1)と同様の効果が期待できる。   According to such a configuration, the same effect as in (1) can be expected by performing the method.

本発明によれば、マッチング結果を学習し、学習結果に基づいて候補者を選定可能な装置又は方法を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the matching result can be learned and the apparatus or method which can select a candidate based on a learning result can be provided.

本実施形態に係るマッチング成功度算出装置1の全体構成を示す図である。It is a figure showing the whole matching success degree calculation device 1 composition concerning this embodiment. 本実施形態に係るプロフィールテーブル21aを示す図である。It is a figure which shows the profile table 21a which concerns on this embodiment. 本実施形態に係る素性ベクトルテーブル21bを示す図である。It is a figure which shows the feature vector table 21b which concerns on this embodiment. 本実施形態に係る実績テーブル21cを示す図である。It is a figure which shows the performance table 21c which concerns on this embodiment. 本実施形態に係る入力リストテーブル22aを示す図である。It is a figure which shows the input list table 22a which concerns on this embodiment. 本実施形態に係るモデルテーブル22bを示す図である。It is a figure which shows the model table 22b which concerns on this embodiment. 本実施形態に係るウェイトwを算出するコードを示す図である。It is a figure which shows the code | cord | chord which calculates the weight w which concerns on this embodiment. 本実施形態に係るマッチング成功度算出装置1のハードウェア構成を示す図である。It is a figure which shows the hardware constitutions of the matching success calculation apparatus 1 which concerns on this embodiment. 本実施形態に係るマッチング成功度算出装置1がユーザの素性ベクトルを生成してから学習モデルを生成するまでの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process after the matching success calculation apparatus 1 which concerns on this embodiment produces | generates a user's feature vector until it produces | generates a learning model. 本実施形態に係るマッチング成功度算出装置1の学習部13における処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process in the learning part 13 of the matching success calculation apparatus 1 which concerns on this embodiment. 本実施形態に係るマッチング成功度算出装置1のマッチング成功度算出部15における処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process in the matching success degree calculation part 15 of the matching success degree calculation apparatus 1 which concerns on this embodiment.

以下、本発明のマッチング成功度算出装置の好ましい一実施形態について図面を参照しながら説明する。   Hereinafter, a preferred embodiment of the matching success degree calculation apparatus of the present invention will be described with reference to the drawings.

[システム全体構成]
図1は、本実施形態に係るマッチング成功度算出装置1の全体構成を示す図である。
[Entire system configuration]
FIG. 1 is a diagram illustrating an overall configuration of a matching success degree calculation apparatus 1 according to the present embodiment.

マッチング成功度算出装置1は、マッチングサービスを利用する任意の2人のユーザのマッチング成功度を算出する装置である。マッチング成功度算出装置1は、制御部10及び記憶部20を備える。   The matching success level calculation device 1 is a device that calculates the matching success level of any two users who use the matching service. The matching success degree calculation device 1 includes a control unit 10 and a storage unit 20.

記憶部20は、マッチング成功度算出装置1として機能させるための各種プログラム(図示省略)、本発明の機能を実行するプログラム(図示省略)、ユーザデータベース(以下、データベースをDBという)21及び学習DB22を記憶する。   The storage unit 20 includes various programs (not shown) for functioning as the matching success degree calculation device 1, a program (not shown) for executing the functions of the present invention, a user database (hereinafter referred to as DB) 21 and a learning DB 22. Remember.

ユーザDB21は、マッチングサービスを利用するユーザに係る情報を記憶する。ユーザDB21は、プロフィールテーブル21a、素性ベクトルテーブル21b及び実績テーブル21cを備える。   The user DB 21 stores information related to users who use the matching service. The user DB 21 includes a profile table 21a, a feature vector table 21b, and a performance table 21c.

図2は、本実施形態に係るプロフィールテーブル21aを示す図である。プロフィールテーブル21aは、マッチングサービスを利用するユーザのプロフィール情報が格納されており、ユーザを一意に特定する「ユーザID」フィールドと、ユーザの姓名を示す「ユーザ名」フィールドと、ユーザの年齢を示す「年齢」フィールドと、ユーザの性別を示す「性別」フィールドと、ユーザの婚姻暦を示す「婚姻暦」フィールドが含まれている。プロフィールテーブル21aは、後述の素性ベクトル生成部11によりユーザの素性ベクトルを生成するときと、後述のマッチング成功度算出部15により任意の2人のユーザのマッチング成功度を算出するときに参照される。   FIG. 2 is a diagram showing a profile table 21a according to the present embodiment. The profile table 21a stores profile information of users who use the matching service, and indicates a “user ID” field that uniquely identifies the user, a “user name” field that indicates the first and last name of the user, and the age of the user. An “age” field, a “gender” field indicating the user's gender, and a “marital calendar” field indicating the user's marriage calendar are included. The profile table 21a is referred to when a user feature vector is generated by a later-described feature vector generating unit 11 and when a matching success degree of any two users is calculated by a later-described matching success degree calculating unit 15. .

図3は、本実施形態に係る素性ベクトルテーブル21bを示す図である。素性ベクトルテーブル21bには、素性ベクトルが格納されている。素性ベクトルとは、プロフィールテーブル21aに記憶されているユーザのプロフィール情報を数値化したものを、ベクトルの要素としたものである。素性ベクトルテーブル21bには、ユーザIDを示す「ユーザID」フィールドと、ユーザの素性ベクトルを示す「素性ベクトル」フィールドとが含まれている。素性ベクトルテーブル21bには、素性ベクトル生成部11により生成された素性ベクトルが記憶される。また、素性ベクトルテーブル21bは、後述の入力リスト生成部12により入力リストを生成するときに参照される。   FIG. 3 is a diagram showing the feature vector table 21b according to the present embodiment. A feature vector is stored in the feature vector table 21b. The feature vector is a vector element obtained by digitizing user profile information stored in the profile table 21a. The feature vector table 21b includes a “user ID” field indicating a user ID and a “feature vector” field indicating a user feature vector. The feature vectors generated by the feature vector generator 11 are stored in the feature vector table 21b. The feature vector table 21b is referred to when an input list is generated by the input list generation unit 12 described later.

図4は、本実施形態に係る実績テーブル21cを示す図である。実績テーブル21cには、マッチングサービスを利用したユーザの実績、すなわち、過去のマッチング成功履歴を示す情報が記憶される。実績テーブル21cには、マッチングを行った2人のユーザのうち、第1ユーザのユーザIDを示す「ユーザID1」フィールドと、第2のユーザのユーザIDを示す「ユーザID2」フィールドと、第1ユーザ及び第2ユーザの組み合わせによるマッチング成功履歴、すなわち、成功度を示す「成功度」フィールドとが含まれている。実績テーブル21cは、入力リスト生成部12により入力リストを生成するときに参照される。   FIG. 4 is a diagram showing a result table 21c according to the present embodiment. The result table 21c stores information indicating the results of users who have used the matching service, that is, past matching success histories. The actual result table 21c includes a “user ID 1” field indicating the user ID of the first user, a “user ID 2” field indicating the user ID of the second user, A matching success history by the combination of the user and the second user, that is, a “success level” field indicating the success level is included. The performance table 21c is referred to when the input list generation unit 12 generates an input list.

ここで、本実施形態では、成功度は、成功度合いにより3種類の値のいずれかが設定される。マッチングが成功した場合には、成功度が3に設定され、マッチングが途中で失敗した場合には、成功度が2に設定され、マッチングが最初に失敗した場合には、成功度が1に設定される。すなわち、より成功した場合には、成功度の値が高く設定される。なお、本実施形態では、成功度合いにより3種類の値のいずれかが設定されることとしたが、これに限らない。例えば、5種類の値や10種類の値等、3種類の値とは異なる設定としてもよい。   Here, in the present embodiment, the success level is set to one of three values depending on the success level. If the matching is successful, the success level is set to 3. If the matching fails midway, the success level is set to 2. If the matching fails first, the success level is set to 1. Is done. That is, when the success is more successful, the success value is set higher. In the present embodiment, one of the three types of values is set depending on the degree of success. However, the present invention is not limited to this. For example, it may be set differently from three kinds of values such as five kinds of values and ten kinds of values.

例えば、マッチングが、いわゆるお見合いであり、ユーザ「A」の候補者として、ユーザ「B」、「C」、「D」が選ばれたとする。ユーザ「B」がユーザ「A」とのマッチングを受け入れ、かつ、婚約等によりお見合いが成立した場合には、ユーザ「A」及び「B」の成功度に3が設定される。また、ユーザ「C」がユーザ「A」とのお見合いを一度受け入れたものの、途中辞退等によりお見合いが成立しなかった場合には、ユーザ「A」及び「C」の成功度に2が設定される。また、ユーザ「D」がユーザ「A」とのお見合いを受け入れることなく辞退した場合には、ユーザ「A」及び「D」の成功度に1が設定される。   For example, it is assumed that the matching is a so-called match, and the users “B”, “C”, and “D” are selected as candidates for the user “A”. When the user “B” accepts the matching with the user “A” and the match is established by engagement or the like, the success degree of the users “A” and “B” is set to 3. In addition, when the user “C” has accepted the match with the user “A” once, but the match is not established due to the withdrawal or the like, the success rate of the users “A” and “C” is 2 Is set. Further, when the user “D” declines without accepting the match with the user “A”, 1 is set to the success degrees of the users “A” and “D”.

図1に戻り、学習DB22は、後述の学習部13の入出力情報を記憶する。学習DB22は、入力リストテーブル22a及びモデルテーブル22bを備える。   Returning to FIG. 1, the learning DB 22 stores input / output information of the learning unit 13 described later. The learning DB 22 includes an input list table 22a and a model table 22b.

図5は、本実施形態に係る入力リストテーブル22aを示す図である。入力リストテーブル22aには、学習部13への入力情報として、合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、が関連付けて記憶されている。入力リストテーブル22aには、2人のユーザの素性ベクトルを合成した合成素性ベクトルを一意に特定するための「シリアルID」フィールドと、合成素性ベクトルを示す「合成素性ベクトル」フィールドと、2人のユーザの成功履歴、すなわち、成功度を示す「成功度」フィールドとが含まれている。入力リストテーブル22aは、入力リスト生成部12により生成された入力リストが記憶される。また、入力リストテーブル22aには、学習部13が学習モデルを生成するときに参照される。   FIG. 5 is a diagram showing the input list table 22a according to the present embodiment. In the input list table 22a, as input information to the learning unit 13, a composite feature vector and past matching success history of each user of the composite feature vector are stored in association with each other. The input list table 22a includes a “serial ID” field for uniquely identifying a synthesized feature vector obtained by synthesizing the feature vectors of two users, a “synthesized feature vector” field indicating a synthesized feature vector, A success history of the user, that is, a “success level” field indicating the success level is included. The input list table 22a stores the input list generated by the input list generation unit 12. Further, the input list table 22a is referred to when the learning unit 13 generates a learning model.

図6は、本実施形態に係るモデルテーブル22bを示す図である。モデルテーブル22bには、学習部13により生成された学習モデルが記憶されており、学習モデルを示す「学習モデル」フィールドが含まれている。モデルテーブル22bは、学習部13により生成されたモデルが記憶される。また、モデルテーブル22bは、マッチング成功度算出部15によりマッチング成功度を算出するときに参照される。   FIG. 6 is a diagram showing a model table 22b according to the present embodiment. The model table 22b stores the learning model generated by the learning unit 13, and includes a “learning model” field indicating the learning model. The model table 22b stores a model generated by the learning unit 13. The model table 22b is referred to when the matching success level calculation unit 15 calculates the matching success level.

図1に戻り、制御部10は、マッチング成功度算出装置1に係る各機能を統括的に制御する部分であり、本発明に係る各機能として、素性ベクトル生成部11と、入力リスト生成部12と、学習部13と、入力受付部14と、マッチング成功度算出部15とを備える。   Returning to FIG. 1, the control unit 10 is a part that comprehensively controls each function related to the matching success degree calculating device 1. As each function according to the present invention, a feature vector generation unit 11 and an input list generation unit 12. A learning unit 13, an input receiving unit 14, and a matching success degree calculating unit 15.

素性ベクトル生成部11は、プロフィールテーブル21aに記憶されているユーザのプロフィール情報を参照して、ユーザの素性ベクトルを生成し、生成した素性ベクトルを素性ベクトルテーブル21bに記憶させる。素性ベクトルは、プロフィールテーブル21aを構成するフィールドのそれぞれをベクトル成分とする。また、それぞれのベクトル成分の値は正規化のために0から1の間の値となる。このため、素性ベクトルは0から1の間の数値の列で表現される。   The feature vector generation unit 11 refers to the user profile information stored in the profile table 21a, generates a user feature vector, and stores the generated feature vector in the feature vector table 21b. The feature vector uses each field constituting the profile table 21a as a vector component. The value of each vector component is a value between 0 and 1 for normalization. For this reason, the feature vector is represented by a sequence of numerical values between 0 and 1.

入力リスト生成部12は、学習部13へ入力するための入力リストを生成し、入力リストテーブル22aに記憶させる。より具体的には、実績テーブル21cを参照して、過去にマッチングを行った2人のユーザの組み合わせを抽出する。そして、抽出した組み合わせを構成する第1ユーザ及び第2ユーザの素性ベクトルを結合、すなわち、第1ユーザ及び第2ユーザの素性ベクトルに基づいて合成素性ベクトルを生成する。そして、合成素性ベクトルに対して、当該合成素性ベクトルを一意に特定するためにシリアルIDを付与するとともに、実績テーブル21cに記憶されている2人のユーザの成功度を関連付けて入力リストを生成する。そして、生成した入力リストを入力リストテーブル22aに記憶させる。ここでは、合成素性ベクトルの算出方法として、第1ユーザ及び第2ユーザの素性ベクトルの差を取ることとする。このようにすることで、2人のユーザの相違点や類似点を合成素性ベクトルに反映させることができる。   The input list generation unit 12 generates an input list for input to the learning unit 13 and stores the input list in the input list table 22a. More specifically, referring to the result table 21c, a combination of two users who have matched in the past is extracted. Then, the feature vectors of the first user and the second user constituting the extracted combination are combined, that is, a composite feature vector is generated based on the feature vectors of the first user and the second user. Then, a serial ID is assigned to the synthetic feature vector in order to uniquely identify the synthetic feature vector, and an input list is generated by associating the success levels of the two users stored in the result table 21c. . The generated input list is stored in the input list table 22a. Here, as a method for calculating the composite feature vector, a difference between the feature vectors of the first user and the second user is taken. By doing in this way, the difference and similarity of two users can be reflected in a synthetic feature vector.

学習部13は、入力リストテーブル22aに記憶されている入力リスト、すなわち、合成素性ベクトルと、過去のマッチング成功履歴(成功度)と、に基づいて、教師ベクトルを生成することで学習モデルを生成する。続いて、学習部13は、生成した学習モデルをモデルテーブル22bに記憶させる。   The learning unit 13 generates a learning model by generating a teacher vector based on the input list stored in the input list table 22a, that is, the synthetic feature vector and the past matching success history (success). To do. Subsequently, the learning unit 13 stores the generated learning model in the model table 22b.

より具体的には、学習部13は、入力リストテーブル22aに記憶されている入力リストを参照して、成功度毎の合成素性ベクトルの集合を生成する。そして、学習部13は、成功度毎の合成素性ベクトルの集合から、2つの集合R及びNを定義する。2つの集合R及びNの定義は、全ての成功度の組み合わせで行われるものである。すなわち、本実施形態では、成功度が1、2、3のいずれかに設定されるので、集合Rと集合Nの組み合わせとして、成功度3及び成功度2、成功度3及び成功度1並びに成功度2及び成功度1の3つが定義される。また、集合Rに応じた成功度が集合Nに応じた成功度よりも小さくなることはないものとする。   More specifically, the learning unit 13 refers to the input list stored in the input list table 22a and generates a set of synthetic feature vectors for each success level. The learning unit 13 then defines two sets R and N from the set of synthetic feature vectors for each success level. The definitions of the two sets R and N are performed for all combinations of success levels. That is, in this embodiment, since the success level is set to one of 1, 2, and 3, the combination of the set R and the set N is a success level 3 and a success level 2, a success level 3 and a success level 1, and a success. Three are defined: degree 2 and degree of success 1. Further, it is assumed that the success level corresponding to the set R is not smaller than the success level corresponding to the set N.

続いて、学習部13は、集合R及びNよりそれぞれ1つの合成素性ベクトルを抽出して、2つの合成素性ベクトルの組み合わせSとして、(dnq,drq)を生成する。例えば、成功度が3である合成素性ベクトルの集合をRとして、集合Rが合成素性ベクトルd1a及びd1bから構成されるとする。そして、成功度が2である合成素性ベクトルの集合をNとして、集合Nが合成素性ベクトルd2a及びd2bから構成されるとする。この場合には、2つの合成素性ベクトルの組み合わせSとして、(d2a,d1a)、(d2b,d1a)、(d2a,d1b)、(d2b,d1b)の4つが生成される。 Subsequently, the learning unit 13 extracts one synthetic feature vector from each of the sets R and N, and generates (d nq , d rq ) as a combination S of two synthetic feature vectors. For example, it is assumed that a set of synthetic feature vectors having a success level of 3 is R, and the set R is composed of synthetic feature vectors d1a and d1b. Assume that a set of synthetic feature vectors having a success level of 2 is N, and the set N is composed of synthetic feature vectors d2a and d2b. In this case, four combinations of (d2a, d1a), (d2b, d1a), (d2a, d1b), and (d2b, d1b) are generated as combinations S of two synthetic feature vectors.

続いて、学習部13は、学習モデルとして、教師ベクトルであるウェイトwを生成する。ウェイトwは、ウェイトw及び相対的に良好な結果を得られたマッチングを行った2人のユーザの合成素性ベクトルの内積の値が、ウェイトw及び相対的に良好な結果を得られなかったマッチングを行った2人のユーザの合成素性ベクトルの内積の値に比べて高い値となるベクトルである。ウェイトwは、学習部13が図7に示されるコードにより演算を行うことで生成される。図7に示されるコードにおいて、Tは集合R及びNの組み合わせの数であり、Score(dnq,w)は、dnq及びwの内積の値である。図7に示されるコードでは、学習モデルであるウェイトw及び比較対象のベクトルの内積の値が高いほど高い成功度となるようにウェイトwの値を調整する。この調整は、ウェイトw及び成功度の低い集合に含まれるベクトルの内積の値がウェイトw及び成功度の高い集合に含まれるベクトルの内積の値に比べて高い場合に行われる。このため、ウェイトwのベクトル成分において、高い成功度に影響を与え易いベクトル成分は、それ以外の成分に対して重み付けをされることとなる。 Subsequently, the learning unit 13 generates a weight w that is a teacher vector as a learning model. The weight w is a weight w and matching in which the inner product value of the combined feature vectors of the two users who performed matching with which a relatively good result was obtained did not obtain the weight w and a relatively good result. This is a vector having a higher value than the value of the inner product of the combined feature vectors of the two users who performed the above. The weight w is generated by the learning unit 13 performing an operation using the code shown in FIG. In the code shown in FIG. 7, T is the number of combinations of the sets R and N, and Score (d nq , w i ) is the value of the inner product of d nq and w i . In the code shown in FIG. 7, the value of the weight w is adjusted so that the higher the value of the inner product of the weight w that is the learning model and the comparison target vector, the higher the degree of success. This adjustment is performed when the value of the inner product of the vectors included in the set with the weight w and low success is higher than the value of the inner product of the vectors included in the set with the weight w and high success. For this reason, in the vector component of the weight w, the vector component that tends to affect the high success level is weighted with respect to the other components.

すなわち、学習部13は、集合Nを構成する合成素性ベクトルdnq及びウェイトwの内積の値と、集合Rを構成する合成素性ベクトルdrq及びウェイトwの内積の値について比較を行う。学習部13は、集合Nを構成する合成素性ベクトル及びウェイトwの内積の値が、集合Rを構成する合成素性ベクトル及びウェイトwの内積の値以上である場合には、ウェイトwに対して、drqとdnqの差分に全組み合わせの数の逆数であるηで乗算した数を加算してウェイトwを更新する。そして、学習部13は、全組み合わせについて、この演算を行いウェイトwを算出する。そして、学習部13は、算出したウェイトwを学習モデルとしてモデルテーブル22bに記憶させる。 That is, the learning unit 13 compares the inner product value of the combined feature vector dnq and the weight w constituting the set N with the inner product value of the combined feature vector d rq and the weight w forming the set R. When the value of the inner product of the composite feature vector and the weight w constituting the set N is equal to or greater than the value of the inner product of the composite feature vector and the weight w constituting the set R, the learning unit 13 The weight w is updated by adding the number obtained by multiplying the difference between d rq and d nq by η q which is the reciprocal of the number of all combinations. Then, the learning unit 13 calculates the weight w by performing this calculation for all combinations. Then, the learning unit 13 stores the calculated weight w as a learning model in the model table 22b.

このようにすることで、学習モデルであるウェイトwは、過去の結果に基づいて相対的に良好な結果を得られたマッチングとの内積の値が高くなるように生成される。このため、ウェイトw及び新たな2人のユーザの組み合わせの合成素性ベクトルの内積の値が相対的に高い場合には、新たな2人のユーザの組み合わせが相対的に良好な結果を得られる組み合わせであると予想できる。   By doing in this way, the weight w which is a learning model is generated so that the value of the inner product with the matching which has obtained a relatively good result based on the past result becomes high. Therefore, when the inner product value of the combined feature vector of the weight w and the combination of the two new users is relatively high, the combination of the new two users can obtain a relatively good result. Can be expected.

入力受付部14は、任意の2人のユーザの合成素性ベクトルの入力を受付ける。より具体的には、入力受付部14は、任意の2人のユーザの組み合わせを後述の表示部に表示させて、ユーザに、任意の2人のユーザの組み合わせの選択を受付ける。選択が受付けられると、入力受付部14は、選択された組み合わせを構成するユーザのプロフィール情報に基づいて合成素性ベクトルを生成してマッチング成功度算出部15に受け渡す。   The input receiving unit 14 receives the input of the composite feature vector of any two users. More specifically, the input reception unit 14 displays a combination of any two users on a display unit described later, and accepts the selection of the combination of any two users. When the selection is accepted, the input accepting unit 14 generates a synthetic feature vector based on the profile information of the users constituting the selected combination, and delivers it to the matching success degree calculating unit 15.

なお、本実施形態では、入力受付部14は、任意の2人のユーザの合成素性ベクトルの入力を受付けることとしたが、これに限らない。例えば、入力受付部14は、任意の2人のユーザ名やユーザIDを受付けることとする。そして、入力受付部14は、任意の2人のユーザ名やユーザIDを受付けたことに応じて、任意の2人の合成素性ベクトルを生成して、マッチング成功度算出部15に受け渡すこととしてもよい。   In the present embodiment, the input receiving unit 14 receives the input of the composite feature vector of any two users, but is not limited thereto. For example, the input reception unit 14 receives arbitrary two user names and user IDs. And the input reception part 14 produces | generates the synthetic | combination feature vector of arbitrary 2 persons according to having received arbitrary 2 user names and user ID, and passes them to the matching success degree calculation part 15. Also good.

マッチング成功度算出部15は、モデルテーブル22bに記憶された学習モデル(教師ベクトル)と、入力受付部14により入力された任意の2人の合成素性ベクトルと、に基づいて、任意の2人のユーザのマッチング成功度を算出する。具体的には、マッチング成功度算出部15は、入力受付部14により任意の2人の合成素性ベクトルを受け渡されると、入力受付部14により入力された任意の2人の合成素性ベクトルと、モデルテーブル22bに記憶された学習モデル(教師ベクトル)との内積の値を算出する。そして、算出した結果をマッチング成功度として、表示部に出力する。このように、マッチング成功度算出部15は、任意の2人のユーザのマッチング成功度を算出する。このため、入力受付部14により、任意の2人のユーザの合成素性ベクトルが複数回受付けられると、マッチング成功度算出部15により、複数のマッチング成功度が算出されるので、当該複数のマッチング成功度の比較が可能となる。   Based on the learning model (teacher vector) stored in the model table 22b and the two combined feature vectors input by the input receiving unit 14, the matching success degree calculation unit 15 The matching success level of the user is calculated. Specifically, when the matching success level calculation unit 15 receives an arbitrary two person's composite feature vector from the input receiving unit 14, the arbitrary two person's composite feature vector input by the input receiving unit 14, and The value of the inner product with the learning model (teacher vector) stored in the model table 22b is calculated. Then, the calculated result is output as a matching success level to the display unit. As described above, the matching success degree calculation unit 15 calculates the matching success degree of any two users. For this reason, when the composite feature vector of any two users is received a plurality of times by the input receiving unit 14, a plurality of matching successes are calculated by the matching success level calculating unit 15. The degree can be compared.

なお、本実施形態では、マッチング成功度算出部15は、入力受付部14により入力された任意の2人の合成素性ベクトルを受付けて、当該任意の2人のマッチング成功度を算出することとしたが、これに限らない。例えば、入力受付部14は、一のユーザの素性ベクトルと、当該一のユーザの候補となる複数のユーザの各素性ベクトルとから生成された2以上の合成素性ベクトルを受付ける。そして、マッチング成功度算出部15は、入力受付部14が受付けた2以上の合成素性ベクトルの各々と、モデルテーブル22bに記憶された学習モデル(教師ベクトル)との内積値を算出する。そして、マッチング成功度算出部15は、算出した結果として、内積値が高い合成素性ベクトルのユーザを、当該一のユーザとのマッチング成功度が高いものとして、表示部に表示させてもよい。このようにすることで、一のユーザの候補となる複数のユーザについて、該一のユーザとのマッチング成功度が相対的に高いユーザを確認できる。   In the present embodiment, the matching success level calculation unit 15 receives the composite feature vector of any two people input by the input reception unit 14 and calculates the matching success level of the two arbitrary people. However, it is not limited to this. For example, the input receiving unit 14 receives two or more combined feature vectors generated from a feature vector of one user and each feature vector of a plurality of users who are candidates for the one user. Then, the matching success level calculation unit 15 calculates an inner product value between each of the two or more combined feature vectors received by the input reception unit 14 and the learning model (teacher vector) stored in the model table 22b. Then, as a result of the calculation, the matching success degree calculation unit 15 may cause the display unit to display a user with a synthetic feature vector having a high inner product value as a high matching success degree with the one user. By doing in this way, about the some user who becomes a candidate of one user, the user whose matching success degree with this one user is relatively high can be confirmed.

また、マッチング成功度算出部15は、所定時間内に、入力受付部14より受け渡された任意の2人の合成素性ベクトルが複数である場合に、算出した複数のマッチング成功度をソートして、マッチング成功度の高い順に表示部に表示することとしてもよい。このようにすることで、所定時間内に入力受付部14より受け渡された合成素性ベクトルに対応する任意の2人の組み合わせのうち、相対的に良好な組み合わせを選定することができる。なお、この場合における所定時間とは、後述の操作部により合成素性ベクトルの入力開始操作がされてから、入力終了操作がされるまでの時間である。   In addition, the matching success level calculation unit 15 sorts the calculated multiple matching success levels when there are a plurality of arbitrary composite feature vectors delivered from the input reception unit 14 within a predetermined time. It is good also as displaying on a display part in order with a high matching success degree. By doing in this way, a relatively favorable combination can be selected from any two combinations corresponding to the combined feature vector delivered from the input receiving unit 14 within a predetermined time. Note that the predetermined time in this case is the time from the input start operation of the composite feature vector to the input end operation performed by the operation unit described later.

[マッチング成功度算出装置のハードウェア構成]
図8は、本実施形態に係るマッチング成功度算出装置1のハードウェア構成を示す図である。本発明が実施されるマッチング成功度算出装置1は標準的なものでよく、以下に構成の一例を示す。
[Hardware configuration of matching success calculation device]
FIG. 8 is a diagram illustrating a hardware configuration of the matching success degree calculating device 1 according to the present embodiment. The matching success degree calculation apparatus 1 in which the present invention is implemented may be a standard one, and an example of the configuration is shown below.

マッチング成功度算出装置1は、バスライン1000、制御部10を構成するCPU(Central Processing Unit)1010(マルチプロセッサ構成ではCPU1012等複数のCPUが追加されてもよい)、通信I/F(I/F:インターフェイス)1020、メインメモリ1030、BIOS(Basic Input Output System)1040、表示装置1050、入力装置1060、I/O(Input/Output)コントローラ1070、ハードディスク1074、光ディスクドライブ1076、光ディスク1077及び半導体メモリ1078を備える。なお、ハードディスク1074、光ディスクドライブ1076、及び半導体メモリ1078をまとめて記憶部20と呼ぶ。   The matching success degree calculating device 1 includes a bus line 1000, a CPU (Central Processing Unit) 1010 constituting a control unit 10 (in a multiprocessor configuration, a plurality of CPUs such as a CPU 1012 may be added), a communication I / F (I / F F: Interface) 1020, main memory 1030, BIOS (Basic Input Output System) 1040, display device 1050, input device 1060, I / O (Input / Output) controller 1070, hard disk 1074, optical disk drive 1076, optical disk 1077, and semiconductor memory 1078. The hard disk 1074, the optical disk drive 1076, and the semiconductor memory 1078 are collectively referred to as the storage unit 20.

CPU1010は、マッチング成功度算出装置1に係る各種機能を統括的に制御する部分であり、ハードディスク1074等に記憶された各種プログラムを適宜読み出して実行することにより、上述したハードウェアと協働し、本発明に係る各種機能を実現している。通信I/F1020は、マッチング成功度算出装置1が、通信ネットワークを介して外部サーバ等と情報を送受信する場合のネットワーク・アダプタである。通信I/F1020は、モデム、ケーブル・モデム及びイーサネット(登録商標)・アダプタを含んでよい。   The CPU 1010 is a part that comprehensively controls various functions related to the matching success degree calculation device 1, and cooperates with the above-described hardware by appropriately reading and executing various programs stored in the hard disk 1074 or the like, Various functions according to the present invention are realized. The communication I / F 1020 is a network adapter when the matching success calculation device 1 transmits / receives information to / from an external server or the like via a communication network. The communication I / F 1020 may include a modem, a cable modem, and an Ethernet (registered trademark) adapter.

メインメモリ1030は、CPU1010により各種プログラムを実行する際に生成される情報を一時的に記憶する。BIOS1040は、マッチング成功度算出装置1の起動時にCPU1010が実行するブートプログラムや、マッチング成功度算出装置1のハードウェアに依存するプログラム等を記録する。表示装置1050は、ブラウン管表示装置(CRT)、液晶表示装置(LCD)等のディスプレイ装置を含み、表示部として機能する。表示装置1050は、マッチング成功度算出装置1により出力された情報を表示する。入力装置1060は、キーボードやマウス等を含み、マッチング成功度算出装置1の管理者による入力の受付けを行い、操作部として機能する。I/Oコントローラ1070は、ハードディスク1074、光ディスクドライブ1076及び半導体メモリ1078といった機器が接続され、情報の入出力制御を行う。   The main memory 1030 temporarily stores information generated when the CPU 1010 executes various programs. The BIOS 1040 records a boot program executed by the CPU 1010 when the matching success degree calculating device 1 is started, a program depending on the hardware of the matching success degree calculating device 1, and the like. The display device 1050 includes a display device such as a cathode ray tube display device (CRT) or a liquid crystal display device (LCD), and functions as a display unit. The display device 1050 displays the information output by the matching success level calculation device 1. The input device 1060 includes a keyboard, a mouse, and the like, and receives an input from the administrator of the matching success calculation device 1 and functions as an operation unit. The I / O controller 1070 is connected to devices such as a hard disk 1074, an optical disk drive 1076, and a semiconductor memory 1078, and performs input / output control of information.

ハードディスク1074は、本ハードウェアをマッチング成功度算出装置1として機能させるための各種プログラム、本発明の機能を実行するプログラム及び上述のDBを記憶する。なお、マッチング成功度算出装置1は、外部に別途設けたハードディスク(図示せず)を外部記憶装置として利用することもできる。   The hard disk 1074 stores various programs for causing the hardware to function as the matching success calculation device 1, a program for executing the functions of the present invention, and the above-described DB. The matching success calculation device 1 can also use a hard disk (not shown) separately provided as an external storage device.

光ディスクドライブ1076としては、例えば、DVD−ROMドライブ、CD−ROMドライブ、DVD−RAMドライブ、ブルーレイディスク(Blu−ray Disc:登録商標)ドライブを使用することができる。光ディスクドライブ1076を使用する場合は、光ディスクドライブ1076に対応した光ディスク1077を使用する。光ディスク1077から光ディスクドライブ1076によりプログラム又はデータを読み取り、I/Oコントローラ1070を介してメインメモリ1030又はハードディスク1074に提供することもできる。   As the optical disk drive 1076, for example, a DVD-ROM drive, a CD-ROM drive, a DVD-RAM drive, and a Blu-ray Disc (registered trademark) drive can be used. When the optical disk drive 1076 is used, the optical disk 1077 corresponding to the optical disk drive 1076 is used. A program or data may be read from the optical disk 1077 by the optical disk drive 1076 and provided to the main memory 1030 or the hard disk 1074 via the I / O controller 1070.

なお、本発明でいうコンピュータとは、記憶装置、制御部等を備えた情報処理装置をいい、マッチング成功度算出装置1は、上述のように、制御部10、記憶部20等を備えた情報処理装置により構成され、この情報処理装置は、本発明のコンピュータの概念に含まれる。   Note that the computer in the present invention refers to an information processing device including a storage device, a control unit, and the like, and the matching success calculation device 1 is information including the control unit 10 and the storage unit 20 as described above. The information processing apparatus is constituted by a processing apparatus and is included in the concept of the computer of the present invention.

また、マッチング成功度算出装置1は、ハードウェアの数に制限はなく、必要に応じて1又は複数のハードウェアで構成してよい。また、複数のハードウェアで構成する場合には、通信ネットワークを介して各ハードウェアを接続してもよい。例えば、機能毎に別サーバ(装置)とし、各サーバ間での信号の送受信により、各サーバを連携させることで、本実施形態の機能を実現してもよい。   In addition, the matching success calculation device 1 is not limited in the number of hardware, and may be configured by one or a plurality of hardware as necessary. In the case of a plurality of hardware, each hardware may be connected via a communication network. For example, the functions of the present embodiment may be realized by using separate servers (devices) for each function and linking the servers by transmitting and receiving signals between the servers.

[処理フロー]
図9は、本実施形態に係るマッチング成功度算出装置1がユーザの素性ベクトルを生成してから学習モデルを生成するまでの処理の流れを示すフローチャートである。
[Processing flow]
FIG. 9 is a flowchart showing a flow of processing from when the matching success degree calculation apparatus 1 according to the present embodiment generates a user feature vector to when a learning model is generated.

ステップS11では、制御部10(素性ベクトル生成部11)は、プロフィールテーブル21aに記憶されているユーザのプロフィール情報を参照して、ユーザの素性ベクトルを生成する。そして、制御部10(素性ベクトル生成部11)は、生成した素性ベクトルを素性ベクトルテーブル21bに記憶させる。   In step S11, the control unit 10 (feature vector generation unit 11) refers to the user profile information stored in the profile table 21a and generates a user feature vector. Then, the control unit 10 (feature vector generation unit 11) stores the generated feature vector in the feature vector table 21b.

ステップS12では、制御部10(入力リスト生成部12)は、実績テーブル21cを参照して、過去にマッチングを行ったユーザの組み合わせを抽出する。ステップS13では、制御部10(入力リスト生成部12)は、ステップS12にて抽出したユーザの組み合わせを構成する第1ユーザ及び第2ユーザの素性ベクトルの各要素の差を取り、第1ユーザ及び第2ユーザの合成素性ベクトルを生成する。   In step S12, the control unit 10 (input list generation unit 12) refers to the result table 21c and extracts a combination of users that have been matched in the past. In step S13, the control unit 10 (input list generation unit 12) takes the difference between the elements of the feature vectors of the first user and the second user that constitute the combination of users extracted in step S12, A composite feature vector for the second user is generated.

ステップS14では、制御部10(入力リスト生成部12)は、入力リストを生成して入力リストテーブル22aに記憶させる。より具体的には、制御部10(入力リスト生成部12)は、ステップS13にて生成した合成素性ベクトルにシリアルIDを付与するとともに、実績テーブル21cに記憶されているユーザの組み合わせの成功度を関連付けて入力リストを生成する。そして、生成した入力リストを入力リストテーブル22aに記憶させる。   In step S14, the control unit 10 (input list generation unit 12) generates an input list and stores it in the input list table 22a. More specifically, the control unit 10 (input list generation unit 12) assigns a serial ID to the composite feature vector generated in step S13 and determines the success of the combination of users stored in the result table 21c. Create an input list by associating. The generated input list is stored in the input list table 22a.

ステップS15では、制御部10(学習部13)は、入力リストに基づいて、学習モデルを生成する。詳細については、図10で説明する。   In step S15, the control unit 10 (learning unit 13) generates a learning model based on the input list. Details will be described with reference to FIG.

図10は、本実施形態に係るマッチング成功度算出装置1の学習部13における処理の流れを示すフローチャートである。   FIG. 10 is a flowchart showing the flow of processing in the learning unit 13 of the matching success degree calculating apparatus 1 according to the present embodiment.

ステップS151では、制御部10(学習部13)は、入力リストテーブル22aを参照して、成功度毎に合成素性ベクトルの集合を生成する。ステップS152では、制御部10(学習部13)は、ステップS151で生成した成功度毎の合成素性ベクトルの集合から、2つの集合R及びNを定義する。   In step S151, the control unit 10 (learning unit 13) refers to the input list table 22a and generates a set of synthetic feature vectors for each success level. In step S152, the control unit 10 (learning unit 13) defines two sets R and N from the set of synthetic feature vectors for each success degree generated in step S151.

ステップS153では、制御部10(学習部13)は、ステップS152で定義された集合R及びNよりそれぞれ1つの合成素性ベクトルを抽出して、2つの合成素性ベクトルの組み合わせとして、(dnq,drq)を生成する。dnqは、集合Nの合成素性ベクトルであり、drqは、集合Rの合成素性ベクトルである。 In step S153, the control unit 10 (learning unit 13) extracts one synthetic feature vector from each of the sets R and N defined in step S152, and sets (d nq , d) as a combination of two synthetic feature vectors. rq ). d nq is a composite feature vector of the set N, and d rq is a composite feature vector of the set R.

ステップS154では、制御部10(学習部13)は、集合Nを構成する合成素性ベクトルdnq及びウェイトwの内積の値が、集合Rを構成する合成素性ベクトルdrq及びウェイトwの内積の値以上であるか否かを判別する。この判別結果がYESのときは、ステップS155に移り、NOのときは、ステップS156に移る。ここで、ウェイトwは、i回目に更新されたウェイトwを示す。 In step S154, the control unit 10 (learning unit 13) determines that the inner product value of the combined feature vector dnq and the weight w i constituting the set N is the inner product of the combined feature vector d rq and the weight w i configuring the set R. It is determined whether or not the value is greater than or equal to If the determination result is YES, the process proceeds to step S155, and if the determination result is NO, the process proceeds to step S156. Here, the weight w i indicates the weight w updated for the i-th time.

ステップS155では、制御部10(学習部13)は、ウェイトwに対して、drqとdnqの差を、組み合わせSの合計値の逆数であるηで乗算した数を加算してウェイトwを更新する。 In step S155, the control unit 10 (learning unit 13) adds the number obtained by multiplying the weight w i by the difference between d rq and d nq by η q which is the reciprocal of the total value of the combination S. Update w i .

ステップS156では、制御部10(学習部13)は、他の合成素性ベクトルの組み合わせ(dnq,drq)が存在しているか否かを判別する。この判別結果がYESのときは、ステップS154に移り、NOのときは、ステップS157に移る。 In step S156, the control unit 10 (learning unit 13) determines whether or not another combination (d nq , d rq ) of synthetic feature vectors exists. If the determination result is YES, the process proceeds to step S154, and if the determination result is NO, the process proceeds to step S157.

ステップS157では、制御部10(学習部13)は、他の集合の定義が可能であるか否かを判別する。この判別結果がYESのときは、S152に移り、NOのときはS158に移る。ステップS158では、制御部10(学習部13)は、ウェイトwをモデルテーブル22bに記憶させる。この処理が終了すると、学習部13における処理を終了する。このようにすることで、学習結果がモデルテーブル22bに記憶されることとなる。 In step S157, the control unit 10 (learning unit 13) determines whether another set can be defined. If the determination result is YES, the process proceeds to S152, and if the determination result is NO, the process proceeds to S158. In step S158, the control unit 10 (the learning unit 13) stores the weights w i in the model table 22b. When this process ends, the process in the learning unit 13 ends. By doing in this way, a learning result will be memorize | stored in the model table 22b.

図11は、本実施形態に係るマッチング成功度算出装置1のマッチング成功度算出部15における処理の流れを示すフローチャートである。   FIG. 11 is a flowchart showing a flow of processing in the matching success level calculation unit 15 of the matching success level calculation device 1 according to the present embodiment.

ステップS21では、制御部10(マッチング成功度算出部15)は、2人のユーザの組み合わせの入力を受付ける。ステップS22では、制御部10(マッチング成功度算出部15)は、ステップS21で受付けた組み合わせを構成する2人のユーザの合成素性ベクトルを生成する。より具体的には、制御部10(マッチング成功度算出部15)は、組み合わせを構成するユーザについてプロフィールテーブル21aを参照して、ユーザの素性ベクトルを生成する。そして、生成した素性ベクトルに基づいて合成素性ベクトル生成する。   In step S21, the control unit 10 (matching success level calculation unit 15) receives an input of a combination of two users. In step S22, the control unit 10 (matching success level calculation unit 15) generates a combined feature vector of two users constituting the combination received in step S21. More specifically, the control unit 10 (matching success calculation unit 15) refers to the profile table 21a for the users constituting the combination, and generates a feature vector of the user. Then, a synthetic feature vector is generated based on the generated feature vector.

ステップS23では、制御部10(マッチング成功度算出部15)は、ステップS22にて生成した合成素性ベクトル及びモデルテーブル22bに記憶されている学習モデルの内積を算出する。   In step S23, the control unit 10 (matching success level calculation unit 15) calculates the inner product of the combined feature vector generated in step S22 and the learning model stored in the model table 22b.

このように、本実施形態では、学習部13は、過去のマッチング結果を学習して学習結果として学習モデルを生成してモデルテーブル22bに記憶させる。そして、マッチング成功度算出部15は、モデルテーブル22bの学習モデルに基づいて、新たな2人のユーザの組み合わせのマッチング成功度を算出できる。このため、本発明では、新たな2人のユーザの組み合わせを複数用意して、マッチング成功度算出部15にマッチング成功度を算出させることによりマッチング成功度を比較してマッチングに適した候補者を選定することができる。   Thus, in this embodiment, the learning unit 13 learns past matching results, generates a learning model as a learning result, and stores the learning model in the model table 22b. And the matching success degree calculation part 15 can calculate the matching success degree of a new combination of two users based on the learning model of the model table 22b. For this reason, in the present invention, a plurality of new combinations of two users are prepared, and the matching success level is calculated by causing the matching success level calculation unit 15 to calculate the matching success level, thereby selecting candidates suitable for matching. Can be selected.

以上、本発明の実施形態について説明したが、本発明は前記実施形態に限定されるものではなく、本発明の目的を達成できる範囲での変形、改良等は本発明に含まれるものである。   Although the embodiments of the present invention have been described above, the present invention is not limited to the above-described embodiments, and modifications, improvements, and the like within the scope that can achieve the object of the present invention are included in the present invention.

本実施形態に係るマッチング成功度算出装置1は、お見合いやビジネスパートナーといった、2人のユーザのマッチング成功度を算出することを想定しているが、これに限らない。例えば、過去のマッチング結果に基づいて2つのグループのマッチング成功度を算出させることとしてもよい。より具体的には、図1に示される機能に加えて、ユーザが所属するグループの情報を記憶するグループDBと、グループマッチング成功度算出部とを設ける。そして、マッチング成功度算出部15は、グループDBを参照して第1のグループに所属するそれぞれのユーザを特定し、第1のグループに所属するそれぞれのユーザについて、第2のグループに属するそれぞれのユーザとのマッチング成功度をマッチング成功度算出部15により算出する。そして、グループマッチング成功度算出部は、算出したマッチング成功度の平均値を算出して、当該平均値を第1のグループ及び第2のグループのマッチング成功度とする。このようにすることで、あるグループに対して、他の複数のグループのマッチング成功度を算出し、当該マッチング成功度を比較することにより他の複数のグループのマッチング成功度の順位を決定できる。また、グループに属するユーザのマッチング成功度の平均値に基づいてグループのマッチング成功度を算出するので、グループに属するユーザそれぞれを均等に評価してグループのマッチング成功度を算出できる。   The matching success level calculation device 1 according to the present embodiment is assumed to calculate the matching success level of two users, such as a match or a business partner, but is not limited thereto. For example, the matching success level of two groups may be calculated based on past matching results. More specifically, in addition to the functions shown in FIG. 1, a group DB that stores information on the group to which the user belongs and a group matching success rate calculation unit are provided. And the matching success degree calculation part 15 specifies each user who belongs to the 1st group with reference to group DB, and each user who belongs to the 2nd group about each user who belongs to the 1st group The matching success level with the user is calculated by the matching success level calculation unit 15. Then, the group matching success level calculation unit calculates an average value of the calculated matching success levels, and uses the average value as the matching success level of the first group and the second group. By doing in this way, with respect to a certain group, it is possible to determine the ranks of matching success levels of other groups by calculating the matching success levels of other groups and comparing the matching success levels. Moreover, since the matching success level of the group is calculated based on the average value of the matching success levels of the users belonging to the group, it is possible to calculate the matching success level of the group by equally evaluating each user belonging to the group.

また、本実施形態では、第1ユーザ及び第2ユーザの素性ベクトルの各要素の差を取ることにより合成素性ベクトルを生成することとしたが、これに限らない。すなわち、第1ユーザ及び第2ユーザの素性ベクトルに基づいて所定の演算を行うことにより、合成素性ベクトルを生成することとしてもよい。例えば、第1ユーザ及び第2ユーザの素性ベクトルを単純に結合して合成素性ベクトルを生成する方法や、成功度算出対象の2人のユーザ素性ベクトルを結合してベクトルを生成し、さらに、当該成功度算出対象の2人のユーザの素性ベクトルの差を当該生成したベクトルに対して結合させて合成素性ベクトルを生成する方法や、素性ベクトルを構成する要素において、複数の要素を指定し、当該指定した複数の要素に対して演算を施すことにより合成素性ベクトルを生成する方法といった、他の方法を用いて合成素性ベクトルを生成してもよい。   Moreover, in this embodiment, although the synthetic | combination feature vector was decided by taking the difference of each element of the feature vector of a 1st user and a 2nd user, it does not restrict to this. That is, it is good also as producing | generating a synthetic | combination feature vector by performing a predetermined calculation based on the feature vector of a 1st user and a 2nd user. For example, a method of generating a combined feature vector by simply combining feature vectors of a first user and a second user, or generating a vector by combining two user feature vectors of success calculation targets, A method of generating a combined feature vector by combining the difference between feature vectors of two users whose success levels are to be calculated with respect to the generated vector, and specifying a plurality of elements in the elements constituting the feature vector, The synthetic feature vector may be generated using other methods such as a method of generating a synthetic feature vector by performing an operation on a plurality of designated elements.

また、本実施形態では、図10に示す処理、すなわち、検索システムにおけるページランクの学習方法を用いて学習モデル(Jonathan Elsas,Fast learning of Document Ranking Functions with the Committee Perceptron(WSDM 2008, Committee Perceptron)を生成することとしたが、これに限らず、他の学習方法を用いて学習モデルを生成することとしてもよい。すなわち、本実施形態では、例えば、Koby Crammerらが提案するOnline Passive−Aggressive Algorithm(JMLR 2006,Passive Aggressive)や、T.Joachimsらが提案するOptimizing search engines using clickthrough data(KDD 2002,“RankingSVM”)や、Zhe Caoらが提案するLearning to Rank:From Pairwise Approach to Listwise Approach(ICML 2007,Microsoft tech.report,‘ListNet’)に記載される学習方法を用いて学習モデルを生成してもよい。   Further, in the present embodiment, a learning model (Jonathan Elsas, Fast learning of Document Ranking Functions with the Committee Perceptron (WSDMit 2008ro Pent) is used by the processing shown in FIG. However, the present invention is not limited to this, and the learning model may be generated using another learning method, that is, in the present embodiment, for example, Online Passive-Aggressive Algorithm proposed by Koby Crammer et al. JMLR 2006, Passive Aggressive) and T. Joachims et al. Optimized search engines using clicking through data (KDD 2002, “RankingSVM”) and Zhe Cao et al.'S Learning to Rank: From Pair of Lr. A learning model may be generated using a learning method.

また、本実施形態では、成功度という指標を用いてマッチング成功度を算出しているが、これに限らない。例えば、ランクや得点といった、複数のユーザを客観的に評価できる指標を用いてもよい。   In the present embodiment, the matching success level is calculated using an index called the success level, but the present invention is not limited to this. For example, an index that can objectively evaluate a plurality of users, such as a rank and a score, may be used.

1 マッチング成功度算出装置
10 制御部
11 素性ベクトル生成部
12 入力リスト生成部
13 学習部
14 入力受付部
15 マッチング成功度算出部
20 記憶部
21 ユーザDB
22 学習DB
DESCRIPTION OF SYMBOLS 1 Matching success degree calculation apparatus 10 Control part 11 Feature vector generation part 12 Input list generation part 13 Learning part 14 Input reception part 15 Matching success degree calculation part 20 Storage part 21 User DB
22 Learning DB

Claims (7)

任意のユーザのマッチング成功度を算出するマッチング成功度算出装置であって、
マッチングを行うユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成する素性ベクトル生成手段と、
個々の前記ユーザの素性ベクトルに基づいて合成素性ベクトルを生成する合成素性ベクトル生成手段と、
前記合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関係付けて記憶するマッチング記憶手段と、
前記マッチング記憶手段に記憶された合成素性ベクトルと、前記過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成する学習手段と、
任意の2人のユーザの合成素性ベクトルの入力を受付ける入力受付手段と、
前記教師ベクトルと、入力された前記任意の2人のユーザの合成素性ベクトルと、に基づいて、前記任意の2人のユーザのマッチング成功度を算出するマッチング成功度算出手段と、を備えるマッチング成功度算出装置。
A matching success calculation device for calculating a matching success of an arbitrary user,
Individual data of a user to be matched, the profile information stored in advance in a predetermined database is digitized, and each numeric value is used as a vector element, thereby generating a feature vector generation unit for the user;
Synthetic feature vector generation means for generating a composite feature vector based on the individual feature vectors of the individual users;
Matching storage means for storing the synthetic feature vector and the past matching success history of each user of the synthetic feature vector in association with each other;
Learning means for generating a learning model by generating a teacher vector based on the synthetic feature vector stored in the matching storage means and the past matching success history;
Input accepting means for accepting input of a composite feature vector of any two users;
Matching success calculation means comprising: a matching success degree calculation means for calculating a matching success degree of the arbitrary two users based on the teacher vector and the input composite feature vector of the arbitrary two users Degree calculation device.
前記合成素性ベクトル生成手段は、2人のユーザの素性ベクトルの各要素について、所定の演算を行うことにより前記合成素性ベクトルを生成することを特徴とする請求項1記載のマッチング成功度算出装置。   2. The matching success degree calculating apparatus according to claim 1, wherein the synthetic feature vector generation unit generates the synthetic feature vector by performing a predetermined operation on each element of the feature vectors of two users. 前記教師ベクトルと、相対的に良好な結果を得られたマッチングを行った2人のユーザの合成素性ベクトルとの内積の値が、前記教師ベクトルと、相対的に良好な結果を得られなかったマッチングを行った2人のユーザの合成素性ベクトルとの内積の値に比べて高い値となることを特徴とする請求項2記載のマッチング成功度算出装置。   The inner product value of the teacher vector and the combined feature vector of the two users who performed matching with which a relatively good result was obtained could not obtain a relatively good result with the teacher vector. 3. The matching success degree calculation device according to claim 2, wherein the matching success degree calculation apparatus has a higher value than a value of an inner product with a combined feature vector of two users who have performed matching. 前記入力受付手段は、一のユーザの素性ベクトルと、該一のユーザの候補となる複数のユーザの各素性ベクトルとから生成された2以上の合成素性ベクトルを受付け、
前記マッチング成功度算出手段は、前記2以上の合成素性ベクトルの各々と、前記教師ベクトルとの内積値を算出し、算出した結果として、内積値が高い合成素性ベクトルのユーザを、前記一のユーザとのマッチング成功度が高いとする、請求項1に記載のマッチング成功度算出装置。
The input receiving unit receives two or more combined feature vectors generated from a feature vector of one user and each feature vector of a plurality of users who are candidates for the one user,
The matching success degree calculation means calculates an inner product value of each of the two or more combined feature vectors and the teacher vector, and as a result of the calculation, a user of the combined feature vector having a higher inner product value is determined as the one user. The matching success degree calculation device according to claim 1, wherein the matching success degree is high.
任意のグループのマッチング成功度を算出するマッチング成功度算出装置であって、
マッチングを行うグループに属するユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成する素性ベクトル生成手段と、
前記マッチングを行うグループに属する個々の前記ユーザの素性ベクトルを結合することで、合成素性ベクトルを生成する合成素性ベクトル生成手段と、
前記合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関連付けて記憶するマッチング記憶手段と、
前記マッチング記憶手段に記憶された合成素性ベクトルと、前記過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成する学習手段と、
任意の2つのグループの選択を受付ける選択受付手段と
前記教師ベクトルと、選択が受付けられた2つのグループに属する複数のユーザの合成素性ベクトルに基づいて、前記任意の2つのグループのマッチング成功度を算出するマッチング成功度算出手段と、を備えるマッチング成功度算出装置。
A matching success calculation device for calculating the matching success of an arbitrary group,
Individual vector data of users belonging to the group to be matched, profile information stored in advance in a predetermined database is digitized, and each numeric value is used as a vector element to generate a feature vector of the user Means,
A combined feature vector generating means for generating a combined feature vector by combining the feature vectors of individual users belonging to the group performing the matching;
Matching storage means for storing the synthetic feature vector and the past successful matching history of each user of the synthetic feature vector in association with each other;
Learning means for generating a learning model by generating a teacher vector based on the synthetic feature vector stored in the matching storage means and the past matching success history;
Selection acceptance means for accepting the selection of any two groups, Based on the teacher vector, and a combined feature vector of a plurality of users belonging to the two groups for which the selection has been accepted, A matching success degree calculating device comprising: a matching success degree calculating means for calculating.
前記マッチング成功度算出手段は、前記教師ベクトルと、第1のグループに属する複数のユーザのそれぞれについて、第2のグループに属する複数のユーザのそれぞれとのマッチング成功度を、前記教師ベクトルと、該第1のグループに属する複数のユーザと該第2のグループに属する複数のユーザとの合成素性ベクトルと、に基づいて算出し、該マッチング成功度の平均値を該第1のグループ及び該第2のグループのマッチング成功度として算出することを特徴とする請求項5に記載のマッチング成功度算出装置。   The matching success level calculating means calculates the matching success level of each of the plurality of users belonging to the second group with respect to each of the plurality of users belonging to the second group. Based on a combined feature vector of a plurality of users belonging to the first group and a plurality of users belonging to the second group, an average value of the matching success degrees is calculated based on the first group and the second group 6. The matching success degree calculating device according to claim 5, wherein the matching success degree is calculated as a matching success degree of the group. 任意のユーザのマッチング成功度を算出するマッチング成功度算出方法であって、
マッチングを行うユーザの個々のデータであって、予め所定のデータベースに記憶されたプロフィール情報を数値化し、各数値をベクトルの要素とすることで、ユーザの素性ベクトルを生成するステップと、
個々の前記ユーザの素性ベクトルに基づいて合成素性ベクトルを生成するステップと、
前記合成素性ベクトルと、該合成素性ベクトルの各ユーザの過去のマッチング成功履歴と、を関係付けて記憶するステップと、
前記記憶するステップにおいて記憶された合成素性ベクトルと、前記過去のマッチング成功履歴と、に基づいて、教師ベクトルを生成することで学習モデルを生成するステップと、
任意の2人のユーザの合成素性ベクトルの入力を受付けるステップと、
前記教師ベクトルと、入力された前記任意の2人のユーザの合成素性ベクトルと、に基づいて、前記任意の2人のユーザのマッチング成功度を算出するステップと、を備えるマッチング成功度算出方法。
A matching success calculation method for calculating a matching success of an arbitrary user,
Individual data of users to be matched, digitizing profile information stored in a predetermined database in advance, and generating each user's feature vector by making each numerical value a vector element;
Generating a composite feature vector based on individual user feature vectors;
Storing the synthetic feature vector and the past matching success history of each user of the synthetic feature vector in association with each other;
Generating a learning model by generating a teacher vector based on the combined feature vector stored in the storing step and the past matching success history;
Receiving input of composite feature vectors of any two users;
A matching success degree calculation method comprising: calculating a matching success degree of the two arbitrary users based on the teacher vector and the composite feature vector of the two arbitrary users that are input.
JP2009095024A 2009-04-09 2009-04-09 Matching success calculation device and method Active JP5116719B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009095024A JP5116719B2 (en) 2009-04-09 2009-04-09 Matching success calculation device and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009095024A JP5116719B2 (en) 2009-04-09 2009-04-09 Matching success calculation device and method

Publications (2)

Publication Number Publication Date
JP2010244468A true JP2010244468A (en) 2010-10-28
JP5116719B2 JP5116719B2 (en) 2013-01-09

Family

ID=43097386

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009095024A Active JP5116719B2 (en) 2009-04-09 2009-04-09 Matching success calculation device and method

Country Status (1)

Country Link
JP (1) JP5116719B2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016153931A (en) * 2015-02-20 2016-08-25 日本電気株式会社 Information processing method, information processing device, and information processing program
JP2017126327A (en) * 2016-01-11 2017-07-20 任天堂株式会社 Method and apparatus for narrowing down selection of item as function of multicomponent score evaluation reference
JP2020004344A (en) * 2018-07-02 2020-01-09 大日本印刷株式会社 Service provider selection device, program and service provider selection system
JP2020095637A (en) * 2018-12-14 2020-06-18 カルチュア・コンビニエンス・クラブ株式会社 Device, method and program for introducing other members to member
KR20210078926A (en) * 2019-12-19 2021-06-29 김미나 Apparatus and method for guiding application of public-support service based on Role-playing
JP2021117583A (en) * 2020-01-23 2021-08-10 Kddi株式会社 Compatibility decision program using model's interaction part, device and method, and matching program
JP7382590B1 (en) 2023-02-21 2023-11-17 リンカーズ株式会社 Information processing device, information processing method and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000235605A (en) * 1999-02-05 2000-08-29 Ncr Internatl Inc Method and device for giving advertisement through communication network
JP2005202746A (en) * 2004-01-16 2005-07-28 Matsushita Electric Ind Co Ltd Prediction apparatus, prediction method and program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000235605A (en) * 1999-02-05 2000-08-29 Ncr Internatl Inc Method and device for giving advertisement through communication network
JP2005202746A (en) * 2004-01-16 2005-07-28 Matsushita Electric Ind Co Ltd Prediction apparatus, prediction method and program

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016153931A (en) * 2015-02-20 2016-08-25 日本電気株式会社 Information processing method, information processing device, and information processing program
JP2017126327A (en) * 2016-01-11 2017-07-20 任天堂株式会社 Method and apparatus for narrowing down selection of item as function of multicomponent score evaluation reference
JP2020004344A (en) * 2018-07-02 2020-01-09 大日本印刷株式会社 Service provider selection device, program and service provider selection system
JP7180146B2 (en) 2018-07-02 2022-11-30 大日本印刷株式会社 Service provider selection device, program and service provider selection system
JP2020095637A (en) * 2018-12-14 2020-06-18 カルチュア・コンビニエンス・クラブ株式会社 Device, method and program for introducing other members to member
KR20210078926A (en) * 2019-12-19 2021-06-29 김미나 Apparatus and method for guiding application of public-support service based on Role-playing
KR102333191B1 (en) * 2019-12-19 2021-11-30 김미나 Apparatus and method for guiding application of public-support service based on Role-playing
JP2021117583A (en) * 2020-01-23 2021-08-10 Kddi株式会社 Compatibility decision program using model's interaction part, device and method, and matching program
JP7382590B1 (en) 2023-02-21 2023-11-17 リンカーズ株式会社 Information processing device, information processing method and program

Also Published As

Publication number Publication date
JP5116719B2 (en) 2013-01-09

Similar Documents

Publication Publication Date Title
JP5116719B2 (en) Matching success calculation device and method
Fan et al. Sequential advantage selection for optimal treatment regime
JP2012099115A (en) Recommendation system using collective intelligence and its method
Zheng et al. Application of binary searching for item exposure control in cognitive diagnostic computerized adaptive testing
US20150248720A1 (en) Recommendation engine
Hakimov et al. Costly information acquisition in centralized matching markets
Arnosti Centralized clearinghouse design: A quantity-quality tradeoff
EP2613275B1 (en) Search device, search method, search program, and computer-readable memory medium for recording search program
US8396866B2 (en) Matching reviewers to review objects
van Groen et al. Item selection methods based on multiple objective approaches for classifying respondents into multiple levels
US8856110B2 (en) Method and apparatus for providing a response to a query
WO2022099081A1 (en) Systems and methods for hosting wellness programs
JP4808238B2 (en) Apparatus, method and program for determining similarity between person and avatar
US8257091B2 (en) Matching learning objects with a user profile using top-level concept complexity
US10880811B2 (en) System and method for selecting an electronic communication pathway from a pool of potential pathways
Lahvička Using Monte Carlo simulation to calculate match importance: The case of English Premier League
Yu et al. Common set of weights in data envelopment analysis under prospect theory
Zhu et al. Propensity score stratified MAP prior and posterior inference for incorporating information across multiple potentially heterogeneous data sources
Solow et al. Improved heuristics for finding balanced teams
CN108959299B (en) Object description
Xu et al. Local reputation management in cloud computing
US20120295715A1 (en) Systems and Methods for Player Rankings for Online Poker and Other Games
Zhang et al. Integration of heterogeneous web services for event-based social networks
US11757878B2 (en) System and method for selecting an electronic communication pathway from a pool of potential pathways
Zhang et al. A Bayesian approach to incomplete fuzzy reciprocal preference relations in consensus reaching process and its application in project performance evaluations

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20120312

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120426

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120508

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20120528

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120704

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121016

R150 Certificate of patent or registration of utility model

Ref document number: 5116719

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151026

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350