JP2021136033A - Information processing device, information processing method and program - Google Patents

Information processing device, information processing method and program Download PDF

Info

Publication number
JP2021136033A
JP2021136033A JP2021027719A JP2021027719A JP2021136033A JP 2021136033 A JP2021136033 A JP 2021136033A JP 2021027719 A JP2021027719 A JP 2021027719A JP 2021027719 A JP2021027719 A JP 2021027719A JP 2021136033 A JP2021136033 A JP 2021136033A
Authority
JP
Japan
Prior art keywords
user
information
transaction
server
history information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2021027719A
Other languages
Japanese (ja)
Inventor
雄飛 樋口
Taketo Higuchi
雄飛 樋口
正道 金丸
Masamichi Kanamaru
正道 金丸
啓志 小野里
Keiji Onozato
啓志 小野里
悠介 今井
Yusuke Imai
悠介 今井
滋文 白
Shigefumi Haku
滋文 白
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.)
Shinsei Bank Ltd
Original Assignee
Shinsei Bank Ltd
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 Shinsei Bank Ltd filed Critical Shinsei Bank Ltd
Publication of JP2021136033A publication Critical patent/JP2021136033A/en
Pending legal-status Critical Current

Links

Images

Abstract

To provide an information processing device, an information processing method and a program capable of properly evaluating a user.SOLUTION: In a user evaluation system in which the information processing device, an analysis server, a user terminal, an affiliated server and a financial institution server are mutually connected for communication via a network such as Internet, a first user DB 141 of a server 1 which is the information processing device stores transaction information indicating a transaction history of a first user and action history information indicating an action history of the first user on the network. A control section 11 executes a program P to acquire identification information provided to a second user due to a session to a Web site, acquires action history information of the second user on the basis of the acquired identification information, and evaluates the second user on the basis of the transaction information and the action history information of the first user and the action history information of the second user.SELECTED DRAWING: Figure 2

Description

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

顧客との間で商取引、金融取引などを行う際に、顧客の与信を評価することが行われている。これに伴い、顧客の与信を評価する種々の手法が提案されている。 When conducting commercial transactions, financial transactions, etc. with customers, the credit of the customers is evaluated. Along with this, various methods for evaluating customer credit have been proposed.

例えば特許文献1では、ユーザの資産情報と、ユーザのネットワーク上での行動履歴とに基づき、第1のユーザと似た行動履歴を有する第2のユーザの資産情報を推定して、第2のユーザの信用度を判定する判定装置等が開示されている。 For example, in Patent Document 1, the asset information of a second user having an action history similar to that of the first user is estimated based on the asset information of the user and the action history of the user on the network, and the second user A determination device or the like for determining the creditworthiness of a user is disclosed.

特開2018−110017号公報Japanese Unexamined Patent Publication No. 2018-1100117

特許文献1に係る発明は評価対象とするユーザ(第2のユーザ)と似た他のユーザ(第1のユーザ)をネットワーク上での行動履歴から抽出するものとし、その行動履歴として、検索エンジンに入力された検索クエリやSNS(Social Networking Service)への投稿記事などを用いることとしている。しかしながら、これらの行動履歴を収集するためには、ユーザの情報(ユーザが利用する端末やSNSアカウントなど)を事前に登録しておく必要があり、容易とは言えない。 In the invention according to Patent Document 1, another user (first user) similar to the user to be evaluated (second user) is extracted from the action history on the network, and the search engine is used as the action history. The search query entered in and the articles posted to the SNS (Social Networking Service) will be used. However, in order to collect these action histories, it is necessary to register user information (terminals used by users, SNS accounts, etc.) in advance, which is not easy.

一つの側面では、ユーザを好適に評価することができる情報処理装置等を提供することを目的とする。 In one aspect, it is an object of the present invention to provide an information processing device or the like capable of appropriately evaluating a user.

一つの側面に係る情報処理装置は、第1ユーザの取引履歴を示す取引情報と、ネットワーク上における前記第1ユーザの行動履歴を示す行動履歴情報とを記憶する記憶部と、Webサイトへのセッションにより第2ユーザに付与された識別情報を取得する第1取得部と、前記識別情報に基づき、前記第2ユーザの前記行動履歴情報を取得する第2取得部と、前記第1ユーザの前記取引情報及び行動履歴情報と、前記第2ユーザの前記行動履歴情報とに基づき、前記第2ユーザを評価する評価部とを備えることを特徴とする。 The information processing device according to one aspect includes a storage unit that stores transaction information indicating the transaction history of the first user and action history information indicating the action history of the first user on the network, and a session to a website. The first acquisition unit that acquires the identification information given to the second user, the second acquisition unit that acquires the action history information of the second user based on the identification information, and the transaction of the first user. It is characterized by including an evaluation unit that evaluates the second user based on the information and the action history information and the action history information of the second user.

一つの側面では、ユーザを好適に評価することができる。 In one aspect, the user can be favorably evaluated.

ユーザ評価システムの構成例を示す模式図である。It is a schematic diagram which shows the configuration example of the user evaluation system. サーバの構成例を示すブロック図である。It is a block diagram which shows the configuration example of a server. 行動履歴DB及び顧客DBのレコードレイアウトの一例を示す説明図である。It is explanatory drawing which shows an example of the record layout of the action history DB and the customer DB. 第1ユーザDB及び判定テーブルのレコードレイアウトの一例を示す説明図である。It is explanatory drawing which shows an example of the record layout of the 1st user DB and the determination table. 行動履歴の解析処理の手順を示すタイミングチャートである。It is a timing chart which shows the procedure of the analysis process of the action history. 行動履歴情報の解析処理に関する説明図である。It is explanatory drawing about the analysis processing of the action history information. キーワード抽出処理に関する説明図である。It is explanatory drawing about a keyword extraction process. ユーザ評価処理の手順を示すタイミングチャートである。It is a timing chart which shows the procedure of a user evaluation process. ユーザ評価システムの処理例を示す説明図である。It is explanatory drawing which shows the processing example of the user evaluation system. サーバが実行する処理手順を示すフローチャートである。It is a flowchart which shows the processing procedure which a server executes. ユーザ評価システムの適用例を示す説明図である。It is explanatory drawing which shows the application example of the user evaluation system. 変形例2に係るサーバの構成例を示すブロック図である。It is a block diagram which shows the configuration example of the server which concerns on modification 2. 判定モデルの生成処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the generation process of a determination model.

以下、本発明をその実施の形態を示す図面に基づいて詳述する。
(実施の形態)
図1は、ユーザ評価システムの構成例を示す模式図である。本実施の形態では、金融機関の顧客である多数の第1ユーザ(他のユーザ)の金融取引の履歴と、インターネット上での各第1ユーザの行動履歴とに基づき、任意の第2ユーザの与信上の信用度を評価するユーザ評価システムについて説明する。ユーザ評価システムは、情報処理装置1、解析サーバ2、ユーザ端末3、提携サーバ4、金融機関サーバ5を含む。各装置は、インターネット等のネットワークNを介して相互に通信接続されている。
Hereinafter, the present invention will be described in detail with reference to the drawings showing the embodiments thereof.
(Embodiment)
FIG. 1 is a schematic diagram showing a configuration example of a user evaluation system. In the present embodiment, based on the financial transaction history of a large number of first users (other users) who are customers of a financial institution and the behavior history of each first user on the Internet, any second user A user evaluation system that evaluates creditworthiness on credit will be described. The user evaluation system includes an information processing device 1, an analysis server 2, a user terminal 3, an affiliated server 4, and a financial institution server 5. The devices are communicated and connected to each other via a network N such as the Internet.

情報処理装置1は、種々の情報処理、情報の送受信が可能な情報処理装置であり、例えばサーバコンピュータ、パーソナルコンピュータ等である。本実施の形態では情報処理装置1がサーバコンピュータであるものとし、以下では簡潔のためサーバ1と読み替える。好適には、サーバ1は、金融機関(銀行等)の顧客である第1ユーザの取引履歴を示す取引情報(例えば金融商品の取引履歴)と、ネットワークN上における第1ユーザの行動履歴を示す行動履歴情報(例えば第1ユーザが閲覧したWebサイト内の単語)とに基づき、任意の第2ユーザの信用度を判定(評価)する。 The information processing device 1 is an information processing device capable of transmitting and receiving various types of information processing and information, and is, for example, a server computer, a personal computer, or the like. In the present embodiment, it is assumed that the information processing device 1 is a server computer, and in the following, it will be read as server 1 for the sake of brevity. Preferably, the server 1 shows transaction information (for example, transaction history of a financial product) indicating a transaction history of a first user who is a customer of a financial institution (bank or the like) and an action history of the first user on the network N. Based on the action history information (for example, a word in the website viewed by the first user), the creditworthiness of any second user is determined (evaluated).

なお、本実施の形態では信用度評価の基礎とするユーザを「第1ユーザ」と呼び、評価対象となるユーザを「第2ユーザ」と呼んで区別するが、その呼称は両者を便宜的に区別するためのものであり、例えば第1ユーザと第2ユーザとは同一人物であってもよい。また、両者を区別しない場合、単に「ユーザ」と呼称する。また、ユーザは個人に限定されず、法人であってもよい。 In the present embodiment, the user who is the basis of the credit rating evaluation is called a "first user", and the user to be evaluated is called a "second user" to distinguish them. For example, the first user and the second user may be the same person. When the two are not distinguished, they are simply referred to as "users". Further, the user is not limited to an individual, but may be a corporation.

また、本実施の形態では金融商品等の取引履歴から第2ユーザの信用度を判定するものとするが、本実施の形態はこれに限定されるものではない。例えばサーバ1は、実店舗、あるいはECサイト等における商品の購入履歴(商取引の履歴)から信用度を判定するようにしてもよい。すなわち、取引情報は金融取引上の履歴に限定されない。 Further, in the present embodiment, the creditworthiness of the second user is determined from the transaction history of financial products and the like, but the present embodiment is not limited to this. For example, the server 1 may determine the creditworthiness from the purchase history (history of commercial transactions) of products at a physical store, an EC site, or the like. That is, the transaction information is not limited to the history of financial transactions.

また、本実施の形態では主に与信上の信用度を判定するものとするが、本実施の形態はこれに限定されるものではない。例えばサーバ1は、後述の如く、第2ユーザが商品を購入する購入確率などを判定してもよい。サーバ1は取引情報及び行動履歴情報に基づいてユーザを評価可能であればよく、その評価の尺度は特に限定されない。 Further, in the present embodiment, the creditworthiness in credit is mainly determined, but the present embodiment is not limited to this. For example, the server 1 may determine the purchase probability of the second user purchasing the product, as will be described later. The server 1 may evaluate the user based on the transaction information and the action history information, and the scale of the evaluation is not particularly limited.

解析サーバ2は、ネットワークN上におけるユーザの行動履歴を解析するサーバコンピュータであり、提携する複数のWebサイト(以下、「提携サイト」と呼ぶ)においてユーザが閲覧したWebページを解析するサーバコンピュータである。本実施の形態で解析サーバ2は、DMP(Data Management Platform)と呼ばれる手法を用いて、閲覧ページのデータを収集し、行動履歴情報を解析する。解析サーバ2は、解析した行動履歴情報を行動履歴DB(Database)201に記憶する。 The analysis server 2 is a server computer that analyzes the user's behavior history on the network N, and is a server computer that analyzes the Web pages viewed by the user on a plurality of affiliated websites (hereinafter referred to as "affiliated sites"). be. In the present embodiment, the analysis server 2 collects the data of the browsing page and analyzes the action history information by using a method called DMP (Data Management Platform). The analysis server 2 stores the analyzed action history information in the action history DB (Database) 201.

DMPとは、種々のWebサーバに蓄積されたデータを統合、管理し、広告配信の最適化などを行うためのプラットフォームである。本実施の形態ではDMPを与信評価に応用し、解析サーバ2による解析結果、すなわちユーザの行動履歴情報を用いて信用度を判定する。 DMP is a platform for integrating and managing data stored in various Web servers and optimizing advertisement distribution. In the present embodiment, DMP is applied to credit evaluation, and the credit rating is determined using the analysis result by the analysis server 2, that is, the user's behavior history information.

ユーザ端末3は、ユーザが操作する端末装置であり、例えばパーソナルコンピュータ、スマートフォン、タブレット端末等である。解析サーバ2は、ユーザ端末3がアクセスした提携サイトのWebページを解析する。 The user terminal 3 is a terminal device operated by the user, for example, a personal computer, a smartphone, a tablet terminal, or the like. The analysis server 2 analyzes the Web page of the affiliated site accessed by the user terminal 3.

提携サーバ4は、提携サイトを運営する運営者のサーバコンピュータであり、Webサーバとして機能するサーバコンピュータである。提携サイトは、EC(Electronic Commerce)サイト、ニュース記事サイト、検索サイトなどが例示として挙げられるが、その内容は特に限定されない。 The affiliated server 4 is a server computer of an operator who operates an affiliated site, and is a server computer that functions as a Web server. Examples of affiliated sites include EC (Electronic Commerce) sites, news article sites, search sites, etc., but the contents are not particularly limited.

金融機関サーバ5は、第1ユーザが顧客として利用する金融機関のサーバコンピュータであり、顧客DB501に記憶してある顧客の取引情報をサーバ1に提供する。また、本実施の形態では、金融機関サーバ5もまた解析サーバ2と提携しており、金融機関のWebサイト(例えば電子送金のサイト、クレジット明細の確認サイトなど)を提供している。なお、以下の説明では便宜上、他の提携サイトと区別するため「金融機関サイト」と呼ぶ。 The financial institution server 5 is a server computer of a financial institution used by the first user as a customer, and provides the customer transaction information stored in the customer DB 501 to the server 1. Further, in the present embodiment, the financial institution server 5 is also affiliated with the analysis server 2 to provide a website of the financial institution (for example, an electronic money transfer site, a credit statement confirmation site, etc.). In the following description, for convenience, it is referred to as a "financial institution site" to distinguish it from other affiliated sites.

本実施の形態で解析サーバ2は、各提携サイトでユーザに対し付与される識別情報を一元管理し、当該識別情報に紐付くユーザが閲覧したWebページのデータを収集して行動履歴を解析する。 In the present embodiment, the analysis server 2 centrally manages the identification information given to the user at each affiliated site, collects the data of the Web page viewed by the user associated with the identification information, and analyzes the action history. ..

一般的にWebサイトでは、ユーザからセッションを受け付けた場合に、セッション毎にセッションIDを割り当ててデータを管理している。当該IDはCookieデータの値としてユーザ端末3に保存され、Webサーバ(提携サーバ4)は当該IDに基づいてセッション元の端末を識別する。 Generally, in a website, when a session is received from a user, a session ID is assigned to each session and data is managed. The ID is stored in the user terminal 3 as a value of Cookie data, and the Web server (affiliated server 4) identifies the terminal of the session source based on the ID.

しかしながら、各Webサイトで別々にIDを割り当てているため、あるユーザについて複数のWebサイトでのセッションデータを紐付けようとしても、あるWebサイトでのセッションデータが別のWebサイトでの何れのセッションデータに対応するか識別することができない。 However, since each website assigns an ID separately, even if you try to link session data on multiple websites for a certain user, the session data on one website will be any session on another website. Cannot identify whether it corresponds to the data.

そこで、例えば解析サーバ2と提携する提携サイトAA、BB、CC…には、DMPタグと呼ばれるプログラムが埋め込まれている。ユーザ端末3は、ある提携サイトAAにアクセスした場合、DMPタグを実行して解析サーバ2にアクセスし、提携サイトAA、BB、CC…で共通するIDの発行を受ける。他の提携サイトBB、CC…にアクセスした場合、ユーザ端末3が当該IDを送ってセッションを行うことで、各提携サイトにおけるセッションデータを紐付けることができる。 Therefore, for example, a program called a DMP tag is embedded in the affiliated sites AA, BB, CC, etc. that are affiliated with the analysis server 2. When the user terminal 3 accesses a certain affiliated site AA, the user terminal 3 executes a DMP tag to access the analysis server 2 and receives issuance of an ID common to the affiliated sites AA, BB, CC, and so on. When accessing other affiliated sites BB, CC ..., The user terminal 3 sends the ID to perform a session, so that the session data at each affiliated site can be linked.

以下の説明では、解析サーバ2から付与されるIDを「共通ID」と呼ぶ。 In the following description, the ID given by the analysis server 2 is referred to as a "common ID".

なお、上記の紐付け方は一例であって、その手法はDMPと呼ばれるものに限定されない。解析サーバ2は、ある提携サイトでユーザに付与された識別情報(例えば上述の共通ID)に基づきデータを収集可能であればよく、その具体的な手法は特に限定されない。また、データの収集方法もCookieを利用する手法に限定されず、例えばIPアドレス、ユーザエージェント等のアクセス情報を利用する手法であってもよい。 The above-mentioned linking method is an example, and the method is not limited to the one called DMP. The analysis server 2 may collect data based on the identification information (for example, the above-mentioned common ID) given to the user at a certain affiliated site, and the specific method thereof is not particularly limited. Further, the data collection method is not limited to the method using Cookie, and may be a method using access information such as an IP address and a user agent.

金融機関サイトにもDMPタグが埋め込まれており、第1ユーザのユーザ端末3が金融機関サイトにアクセスした場合、第1ユーザに対して付与された共通IDが解析サーバ2に送られる。これにより、金融機関で保持している第1ユーザの取引情報と、解析サーバ2で解析した第1ユーザの行動履歴情報とを紐付けることができる。 A DMP tag is also embedded in the financial institution site, and when the user terminal 3 of the first user accesses the financial institution site, the common ID given to the first user is sent to the analysis server 2. As a result, the transaction information of the first user held by the financial institution can be associated with the behavior history information of the first user analyzed by the analysis server 2.

サーバ1は、第1ユーザの取引情報及び行動履歴情報に基づき、第2ユーザの信用度を判定する。そしてサーバ1は、第2ユーザとの間で取引を行う事業者の提携サーバ4に判定結果(評価結果)を提供する。例えばECサイトのように、事業者が提携サイトを介して第2ユーザから商品の購入申込を受け付けた場合に、サーバ1は、購入商品、代金等を示す申込情報と、第2ユーザの共通IDとを提携サーバ4から受け取り、信用度の出力要求を受け付ける。サーバ1は、要求に応じて信用度の判定を行い、判定結果を出力する。 The server 1 determines the creditworthiness of the second user based on the transaction information and the action history information of the first user. Then, the server 1 provides the determination result (evaluation result) to the affiliated server 4 of the business operator who conducts the transaction with the second user. For example, when a business operator accepts a product purchase application from a second user via an affiliated site, such as an EC site, the server 1 has application information indicating the purchased product, price, etc., and a common ID of the second user. Is received from the affiliated server 4 and the credit rating output request is accepted. The server 1 determines the credit rating in response to the request and outputs the determination result.

なお、以下では主にECサイトで商品を購入する場合を想定して説明を行うが、提携サイトで提供するサービス(取引)は商品の購入に限定されず、例えば金融ローン、保険、不動産売買などであってもよい。また、サーバ1は全ての提携サイトの事業者(提携サーバ4)に信用度の判定結果を提供する必要はなく、その一部の事業者に提供するのみであってもよい。また、行動履歴情報を収集する提携サイトと、第2ユーザと取引を行う事業者の提携サイトとは別であってもよい。 In the following, the explanation will be given mainly assuming the case of purchasing products on the EC site, but the services (transactions) provided on the affiliated sites are not limited to the purchase of products, such as financial loans, insurance, real estate sales, etc. It may be. Further, it is not necessary for the server 1 to provide the credit rating determination result to all the business operators of the affiliated sites (affiliated server 4), and it may be provided only to some of the business operators. Further, the affiliated site that collects the behavior history information and the affiliated site of the business operator that conducts transactions with the second user may be different.

また、信用度の判定処理を行うサーバ1と、ユーザの行動履歴を解析する解析サーバ2と、ユーザの取引情報を保持する金融機関サーバ5とは別々のサーバコンピュータであるものとして説明するが、各装置は同一のサーバコンピュータであってもよい。 Further, the server 1 that performs the credit rating determination process, the analysis server 2 that analyzes the user's behavior history, and the financial institution server 5 that holds the user's transaction information will be described as separate server computers. The device may be the same server computer.

また、以下の説明では提携サイトの事業者(提携サーバ4)にユーザの信用度を提供するものとするが、金融機関(金融機関サーバ5)に提供してもよいことは勿論である。 Further, in the following description, the creditworthiness of the user is provided to the business operator of the affiliated site (affiliated server 4), but of course, it may be provided to the financial institution (financial institution server 5).

図2は、サーバ1の構成例を示すブロック図である。サーバ1は、制御部11、主記憶部12、通信部13、及び補助記憶部14を備える。
制御部11は、一又は複数のCPU(Central Processing Unit)、MPU(Micro-Processing Unit)、GPU(Graphics Processing Unit)等の演算処理装置を有し、補助記憶部14に記憶されたプログラムPを読み出して実行することにより、種々の情報処理、制御処理等を行う。主記憶部12は、SRAM(Static Random Access Memory)、DRAM(Dynamic Random Access Memory)、フラッシュメモリ等の一時記憶領域であり、制御部11が演算処理を実行するために必要なデータを一時的に記憶する。通信部13は、通信に関する処理を行うための通信モジュールであり、外部と情報の送受信を行う。
FIG. 2 is a block diagram showing a configuration example of the server 1. The server 1 includes a control unit 11, a main storage unit 12, a communication unit 13, and an auxiliary storage unit 14.
The control unit 11 has one or more CPUs (Central Processing Units), MPUs (Micro-Processing Units), GPUs (Graphics Processing Units), and other arithmetic processing units, and stores the program P stored in the auxiliary storage unit 14. By reading and executing, various information processing, control processing, etc. are performed. The main storage unit 12 is a temporary storage area for SRAM (Static Random Access Memory), DRAM (Dynamic Random Access Memory), flash memory, etc., and temporarily stores data necessary for the control unit 11 to execute arithmetic processing. Remember. The communication unit 13 is a communication module for performing processing related to communication, and transmits / receives information to / from the outside.

補助記憶部14は、大容量メモリ、ハードディスク等の不揮発性記憶領域であり、制御部11が処理を実行するために必要なプログラムP、その他のデータを記憶している。また、補助記憶部14は、第1ユーザDB141、判定テーブル142を記憶している。第1ユーザDB141は、第1ユーザの取引情報及び行動履歴情報を格納するデータベースである。サーバ1は、金融機関の顧客である第1ユーザの取引情報と、当該第1ユーザが閲覧した提携サイトのWebページを解析して得た行動履歴情報とを、互いに関連付けて第1ユーザDB141に記憶する。判定テーブル142は、第2ユーザの信用度を判定するために用いるテーブルであり、判定処理の際に参照するキーワード(参照文字列)を格納するテーブルである。 The auxiliary storage unit 14 is a non-volatile storage area such as a large-capacity memory or a hard disk, and stores a program P and other data necessary for the control unit 11 to execute processing. Further, the auxiliary storage unit 14 stores the first user DB 141 and the determination table 142. The first user DB 141 is a database that stores transaction information and action history information of the first user. The server 1 associates the transaction information of the first user who is a customer of the financial institution and the action history information obtained by analyzing the Web page of the affiliated site browsed by the first user with each other in the first user DB 141. Remember. The determination table 142 is a table used for determining the creditworthiness of the second user, and is a table for storing a keyword (reference character string) to be referred to in the determination process.

なお、補助記憶部14はサーバ1に接続された外部記憶装置であってもよい。また、サーバ1は複数のコンピュータからなるマルチコンピュータであっても良く、ソフトウェアによって仮想的に構築された仮想マシンであってもよい。 The auxiliary storage unit 14 may be an external storage device connected to the server 1. Further, the server 1 may be a multi-computer composed of a plurality of computers, or may be a virtual machine virtually constructed by software.

また、本実施の形態においてサーバ1は上記の構成に限られず、例えば操作入力を受け付ける入力部、画像を表示する表示部等を含んでもよい。また、サーバ1は、CD(Compact Disk)−ROM、DVD(Digital Versatile Disc)−ROM等の可搬型記憶媒体1aを読み取る読取部を備え、可搬型記憶媒体1aからプログラムPを読み取って実行するようにしても良い。あるいはサーバ1は、半導体メモリ1bからプログラムPを読み込んでも良い。 Further, in the present embodiment, the server 1 is not limited to the above configuration, and may include, for example, an input unit that accepts operation input, a display unit that displays an image, and the like. Further, the server 1 is provided with a reading unit for reading a portable storage medium 1a such as a CD (Compact Disk) -ROM, a DVD (Digital Versatile Disc) -ROM, and reads and executes a program P from the portable storage medium 1a. You can do it. Alternatively, the server 1 may read the program P from the semiconductor memory 1b.

図3は、行動履歴DB201及び顧客DB501のレコードレイアウトの一例を示す説明図である。
行動履歴DB201は、共通ID列、単語列を含む。共通ID列は、第1ユーザに対して付与された共通IDを記憶している。単語列は共通IDと対応付けて、第1ユーザが閲覧したWebページに記述されている単語(文字列)を記憶している。
FIG. 3 is an explanatory diagram showing an example of the record layout of the action history DB 201 and the customer DB 501.
The action history DB 201 includes a common ID string and a word string. The common ID column stores the common ID given to the first user. The word string is associated with the common ID and stores the word (character string) described in the Web page viewed by the first user.

顧客DB501は、顧客ID列、氏名列、共通ID列、預金残高列、カード残高列、取引列を含む。顧客ID列は、金融機関の顧客である第1ユーザを識別するためのIDである。氏名列、共通ID列、預金残高列、カード残高列、及び取引列はそれぞれ、顧客IDと対応付けて、第1ユーザの氏名、第1ユーザに付与された共通ID、預金残高、クレジットカードの利用可能残高、及び金融商品の取引履歴を記憶している。 The customer DB 501 includes a customer ID column, a name column, a common ID column, a deposit balance column, a card balance column, and a transaction column. The customer ID column is an ID for identifying a first user who is a customer of a financial institution. The name column, common ID column, deposit balance column, card balance column, and transaction column are associated with the customer ID, respectively, of the name of the first user, the common ID given to the first user, the deposit balance, and the credit card. It stores the available balance and the transaction history of financial products.

図4は、第1ユーザDB141及び判定テーブル142のレコードレイアウトの一例を示す説明図である。
第1ユーザDB141は、データ番号列、預金残高列、カード残高列、取引列、単語列を含む。データ番号列は、取引情報及び行動履歴情報を紐付けるためのデータ番号を記憶している。預金残高列、カード残高列、取引列、及び単語列はそれぞれ、データ番号と対応付けて、第1ユーザの預金残高、クレジットカードの利用残高、金融商品の取引履歴、及び閲覧ページの単語を記憶している。預金残高列、カード残高列、及び取引列に記憶されているデータが取引情報に対応し、単語列に記憶されているデータが行動履歴情報に対応する。
FIG. 4 is an explanatory diagram showing an example of the record layout of the first user DB 141 and the determination table 142.
The first user DB 141 includes a data number string, a deposit balance column, a card balance column, a transaction column, and a word string. The data number string stores the data number for associating the transaction information and the action history information. The deposit balance column, the card balance column, the transaction column, and the word string are associated with the data number to store the deposit balance of the first user, the credit card usage balance, the transaction history of the financial product, and the word on the browsing page, respectively. doing. The data stored in the deposit balance column, the card balance column, and the transaction column correspond to the transaction information, and the data stored in the word string corresponds to the action history information.

判定テーブル142は、取引種別列、キーワード列を含む。取引種別列は、金融取引の種別を記憶している。キーワード列は、取引種別と対応付けて、信用度判定の際に参照するキーワードを記憶している。 The determination table 142 includes a transaction type column and a keyword column. The transaction type column stores the type of financial transaction. The keyword string stores the keywords to be referred to when determining the creditworthiness in association with the transaction type.

図5は、行動履歴の解析処理の手順を示すタイミングチャートである。図5に基づき、共通IDを用いた行動履歴の解析処理について説明する。
第1ユーザのユーザ端末3は、第1ユーザからの操作入力に応じて提携サイトにアクセスする(ステップS101)。提携サーバ4は、ユーザ端末3からのアクセスに応答し、提携サイトのWebページのデータ(HTMLファイル)を送信する(ステップS102)。ステップS102で送信されるデータには、共通IDを付与するためのDMPタグを含む。
FIG. 5 is a timing chart showing the procedure of the action history analysis process. The behavior history analysis process using the common ID will be described with reference to FIG.
The user terminal 3 of the first user accesses the affiliated site in response to the operation input from the first user (step S101). The affiliated server 4 responds to the access from the user terminal 3 and transmits the data (HTML file) of the Web page of the affiliated site (step S102). The data transmitted in step S102 includes a DMP tag for assigning a common ID.

ユーザ端末3は、DMPタグを呼び出して解析サーバ2にリダイレクトし、ステップS101でアクセスした提携サイトのWebページのデータを解析サーバ2に送信する(ステップS103)。例えばユーザ端末3は、Webページのタイトル、本文等のテキストデータを送信する。ユーザ端末3に対して共通IDを付与していない場合、解析サーバ2は共通IDを付与すると共に、共通IDと対応付けてWebページのデータを記憶する(ステップS104)。ユーザ端末3は、解析サーバ2から付与された共通IDを保存しておく。 The user terminal 3 calls the DMP tag, redirects to the analysis server 2, and transmits the data of the Web page of the affiliated site accessed in step S101 to the analysis server 2 (step S103). For example, the user terminal 3 transmits text data such as a title and a text of a Web page. When the common ID is not assigned to the user terminal 3, the analysis server 2 assigns the common ID and stores the data of the Web page in association with the common ID (step S104). The user terminal 3 stores the common ID given by the analysis server 2.

ユーザ端末3は、第1ユーザからの操作入力に応じて提携サイトにアクセスする(ステップS105)。なお、ステップS105でアクセスする提携サイトは、ステップS101でアクセスした提携サイトと同じ場合もあり、異なる場合もある。提携サーバ4は、ユーザ端末3からのアクセスに応答して、DMPタグを含む提携サイトのデータを送信する(ステップS106)。ユーザ端末3はDMPタグを呼び出し、保存してある共通IDと、ステップS105でアクセスしたWebページのデータとを解析サーバ2に送信する(ステップS107)。解析サーバ2は、共通IDと対応付けてWebページのデータを記憶する。 The user terminal 3 accesses the affiliated site in response to the operation input from the first user (step S105). The affiliated site accessed in step S105 may be the same as or different from the affiliated site accessed in step S101. The affiliated server 4 transmits the data of the affiliated site including the DMP tag in response to the access from the user terminal 3 (step S106). The user terminal 3 calls the DMP tag and transmits the stored common ID and the data of the Web page accessed in step S105 to the analysis server 2 (step S107). The analysis server 2 stores the data of the Web page in association with the common ID.

解析サーバ2は、例えばバッチ処理で、共通IDに基づいて収集したWebページのデータから、第1ユーザの行動履歴を解析する(ステップS108)。例えば解析サーバ2は、閲覧ページのタイトル、メタキーワード(HTMLファイルのタグにより重要語として指定されたキーワード)等のように、ユーザが閲覧したWebページに含まれる単語を抽出する。 The analysis server 2 analyzes the behavior history of the first user from the data of the Web page collected based on the common ID by, for example, batch processing (step S108). For example, the analysis server 2 extracts words included in the Web page viewed by the user, such as the title of the browsing page and meta keywords (keywords designated as important words by the tags of the HTML file).

図6は、行動履歴情報の解析処理に関する説明図である。上述の如く、ユーザ端末3が提携サイトにアクセスした場合、DMPタグを呼び出すことで解析サーバ2から共通IDが付与される。ユーザ端末3は、提携サイトにアクセスする場合、共通ID及び閲覧ページのデータを解析サーバ2に送信する。 FIG. 6 is an explanatory diagram relating to the analysis process of the action history information. As described above, when the user terminal 3 accesses the affiliated site, the analysis server 2 assigns a common ID by calling the DMP tag. When the user terminal 3 accesses the affiliated site, the user terminal 3 transmits the common ID and the data of the browsing page to the analysis server 2.

解析サーバ2は、共通IDに基づいて収集した閲覧ページから、タイトル、メタキーワード等のように、ページ内に記述されている単語を抽出する。解析サーバ2は、ユーザ端末3に付与した共通IDと対応付けて、抽出した単語をデータベースに蓄積(記憶)していく。 The analysis server 2 extracts words described in the page, such as a title and a meta keyword, from the browsing page collected based on the common ID. The analysis server 2 stores (stores) the extracted words in the database in association with the common ID assigned to the user terminal 3.

なお、本実施の形態では行動履歴情報として、閲覧ページ内の単語を抽出するものとするが、本実施の形態はこれに限定されるものではない。例えば解析サーバ2は、ユーザ端末3と提携サーバ4との間のセッションデータを解析し、第1ユーザが閲覧した提携サイトのページのURL、リファラ(第1ユーザが外部サイトからのリンクで提携サイトにアクセスした場合のリンク元のページ)、第1ユーザがクリックした広告等を抽出してもよい。あるいは、提携サイトが検索サイトである場合、第1ユーザが入力した検索クエリなどを解析してもよい。このように、行動履歴情報は、第1ユーザが閲覧したページ内の単語に限定されない。 In the present embodiment, words in the browsing page are extracted as action history information, but the present embodiment is not limited to this. For example, the analysis server 2 analyzes the session data between the user terminal 3 and the affiliated server 4, and the URL of the page of the affiliated site viewed by the first user, the referrer (the first user links from the external site to the affiliated site). (Link source page when accessing), advertisements clicked by the first user, etc. may be extracted. Alternatively, when the affiliated site is a search site, the search query entered by the first user may be analyzed. As described above, the action history information is not limited to the words in the page viewed by the first user.

また、上記では行動履歴情報として、ユーザが閲覧したページ内の単語、URL、リファラ等を例示したが、本実施の形態はこれに限定されるものではない。例えばユーザが閲覧したページがECサイトの商品掲載ページである場合、掲載されている商品の情報を行動履歴情報として抽出してもよい。このように、行動履歴情報はネットワークN上でのユーザの行動を示すデータであればよく、その内容は特に限定されない。 Further, in the above, as the action history information, words, URLs, referrers, etc. in the page viewed by the user are illustrated, but the present embodiment is not limited to this. For example, when the page viewed by the user is the product posting page of the EC site, the information of the posted product may be extracted as the action history information. As described above, the action history information may be data indicating the user's action on the network N, and the content thereof is not particularly limited.

また、上記では単語単位で閲覧ページの文字列を抽出したが、文節、文章等の単位で文字列を抽出してもよい。 Further, in the above, the character string of the browsing page is extracted for each word, but the character string may be extracted for each phrase, sentence, or the like.

また、上記ではユーザ端末3から解析サーバ2に閲覧ページのテキストデータを直接送るものとしたが、例えば解析サーバ2は、ユーザ端末3による提携サイトへのアクセス時には閲覧ページのURLやセッションIDのみを記録しておき、後で提携サーバ4にアクセスして、第1ユーザが閲覧したページのテキストデータを提携サーバ4から取得してもよい。 Further, in the above, the text data of the browsing page is directly sent from the user terminal 3 to the analysis server 2, but for example, when the user terminal 3 accesses the affiliated site, the analysis server 2 only sends the URL and session ID of the browsing page. You may record it and later access the affiliated server 4 to acquire the text data of the page viewed by the first user from the affiliated server 4.

図5に戻って説明を続ける。ユーザ端末3は、第1ユーザからの操作入力に従って金融機関サイトにアクセスする(ステップS109)。金融機関サーバ5はユーザ端末3からのアクセスに応答し、金融機関サイトのWebページのデータを送信する(ステップS110)。ステップS110で送信するデータは、DMPタグを含む。 The explanation will be continued by returning to FIG. The user terminal 3 accesses the financial institution site according to the operation input from the first user (step S109). The financial institution server 5 responds to the access from the user terminal 3 and transmits the data of the Web page of the financial institution site (step S110). The data transmitted in step S110 includes a DMP tag.

ユーザ端末3はDMPタグを呼び出し、共通IDを金融機関サーバ5に送信する(ステップS111)。金融機関サーバ5は、顧客IDと関連付けて共通IDを記憶する。上述の処理によって、解析サーバ2に第1ユーザの行動履歴情報が蓄積されると共に、金融機関サーバ5では、顧客である第1ユーザが共通IDと関連付けられる。 The user terminal 3 calls the DMP tag and transmits the common ID to the financial institution server 5 (step S111). The financial institution server 5 stores a common ID in association with the customer ID. By the above processing, the behavior history information of the first user is accumulated in the analysis server 2, and the first user who is a customer is associated with the common ID in the financial institution server 5.

なお、上記では、金融機関サイトにアクセスした際、第1ユーザには既に共通IDが付与されているものとして説明したが、初めてアクセスした提携サイトが金融機関サイトである場合、金融機関サイトにアクセスしたタイミングで共通IDが付与されることは勿論である。 In the above, it was explained that the first user has already been given a common ID when accessing the financial institution site, but if the affiliated site accessed for the first time is the financial institution site, the financial institution site is accessed. It goes without saying that a common ID is assigned at the same timing.

金融機関サーバ5は、ステップS111で取得した共通IDに基づき、当該共通IDに対応する第1ユーザの行動履歴情報の出力を解析サーバ2に要求する(ステップS112)。解析サーバ2は、第1ユーザの行動履歴情報を金融機関サーバ5に送信する(ステップS113)。具体的には上述の如く、解析サーバ2は、第1ユーザの閲覧ページから抽出した単語データを金融機関サーバ5に送信する。金融機関サーバ5は、解析サーバ2から受信した行動履歴情報と、対応する第1ユーザの取引情報とをサーバ1に送信する(ステップS114)。 Based on the common ID acquired in step S111, the financial institution server 5 requests the analysis server 2 to output the behavior history information of the first user corresponding to the common ID (step S112). The analysis server 2 transmits the behavior history information of the first user to the financial institution server 5 (step S113). Specifically, as described above, the analysis server 2 transmits the word data extracted from the browsing page of the first user to the financial institution server 5. The financial institution server 5 transmits the action history information received from the analysis server 2 and the corresponding transaction information of the first user to the server 1 (step S114).

取引情報は、上述の如く金融機関での第1ユーザの取引履歴を示すデータであり、第1ユーザの預金残高、クレジットカードの利用可能残高などのほかに、取引の種別(例えば金融商品の種類)毎に契約や解約などの有無を示すデータである(図3参照)。金融機関サーバ5は、当該取引情報と、対応する第1ユーザの行動履歴情報とを、第2ユーザを評価する際の基礎とする一連のデータセットとしてサーバ1に提供する。サーバ1は、第1ユーザの取引情報と、当該第1ユーザの共通IDに紐付く行動履歴情報とを互いに関連付けて第1ユーザDB141に記憶する。 As described above, the transaction information is data indicating the transaction history of the first user at a financial institution, and in addition to the deposit balance of the first user, the available balance of a credit card, etc., the type of transaction (for example, the type of financial product). ) It is data indicating whether or not there is a contract or cancellation for each (see FIG. 3). The financial institution server 5 provides the transaction information and the corresponding behavior history information of the first user to the server 1 as a series of data sets as a basis for evaluating the second user. The server 1 stores the transaction information of the first user and the action history information associated with the common ID of the first user in the first user DB 141 in association with each other.

なお、金融機関サーバ5から取引情報を送信する際に、取引履歴から個人が特定されないように、匿名化したデータが送信される。例えば金融機関サーバ5は、共通ID、第1ユーザの氏名など、個人を特定可能なデータを送信せず、取引内容のみを送信する。また、取引の履歴から個人を特定されないように、取引情報に含まれる種々のデータの内、一部のデータのみをサーバ1に送信する。あるいは金融機関サーバ5は、預金残高等の数値を送信する場合、生の数値ではなく丸め込んだ数値を送信する。これにより、取引情報から第1ユーザが特定されることを防止する。 When the transaction information is transmitted from the financial institution server 5, anonymized data is transmitted so that an individual is not identified from the transaction history. For example, the financial institution server 5 does not transmit personally identifiable data such as a common ID and the name of the first user, but only transmits transaction details. In addition, only a part of the various data included in the transaction information is transmitted to the server 1 so that the individual is not identified from the transaction history. Alternatively, when the financial institution server 5 transmits a numerical value such as a deposit balance, it transmits a rounded numerical value instead of a raw numerical value. This prevents the first user from being identified from the transaction information.

なお、本実施の形態では個人を特定できないように匿名化したデータをサーバ1に送信するものとするが、個人情報を含めて生のデータをサーバ1に提供してもよいことは勿論である。 In the present embodiment, anonymized data is transmitted to the server 1 so that an individual cannot be identified, but it goes without saying that raw data including personal information may be provided to the server 1. ..

また、本実施の形態では金融機関サーバ5から第1ユーザの取引情報及び行動履歴情報をまとめてサーバ1に送信するものとしたが、本実施の形態はこれに限定されるものではない。例えば金融機関サーバ5が第1ユーザの取引情報を解析サーバ2に提供し、解析サーバ2が取引情報及び行動履歴情報をサーバ1に送信してもよい。あるいは、サーバ1が第1ユーザの共通IDを取得可能である場合、サーバ1が共通IDに基づいて解析サーバ2及び金融機関サーバ5それぞれに行動履歴情報及び取引情報の出力を要求し、各々からデータを取得してもよい。このように、サーバ1が取引情報及び行動履歴情報を取得する際の取得経路は特に問わない。 Further, in the present embodiment, the financial institution server 5 collectively transmits the transaction information and the action history information of the first user to the server 1, but the present embodiment is not limited to this. For example, the financial institution server 5 may provide the transaction information of the first user to the analysis server 2, and the analysis server 2 may transmit the transaction information and the action history information to the server 1. Alternatively, when the server 1 can acquire the common ID of the first user, the server 1 requests the analysis server 2 and the financial institution server 5 to output the action history information and the transaction information based on the common ID, and from each of them. You may get the data. As described above, the acquisition route when the server 1 acquires the transaction information and the action history information is not particularly limited.

サーバ1は、第1ユーザの取引情報及び行動履歴情報から、第2ユーザを評価する際に参照するキーワード(参照文字列)を抽出する(ステップS115)。サーバ1は、抽出したキーワードを判定テーブル142に格納する。 The server 1 extracts a keyword (reference character string) to be referred to when evaluating the second user from the transaction information and the action history information of the first user (step S115). The server 1 stores the extracted keywords in the determination table 142.

図7は、キーワード抽出処理に関する説明図である。図7に基づき、ステップS115でキーワードを抽出する際の処理内容について説明する。
上述の如く、第1ユーザの行動履歴情報と取引情報とは、第1ユーザに付与された共通IDに基づいて紐付けられる。サーバ1は、共通IDに基づいて行動履歴情報に紐付けられた取引情報に基づき、第2ユーザの信用度を判定する際に用いるキーワードを行動履歴情報から抽出する。
FIG. 7 is an explanatory diagram relating to the keyword extraction process. Based on FIG. 7, the processing content when extracting the keyword in step S115 will be described.
As described above, the behavior history information of the first user and the transaction information are associated with each other based on the common ID given to the first user. The server 1 extracts the keyword used when determining the creditworthiness of the second user from the action history information based on the transaction information associated with the action history information based on the common ID.

例えばサーバ1は、図7左下に示すように、第1ユーザが閲覧したページ内の単語をキーワードとして抽出し、判定テーブル142に格納する。具体的には、サーバ1は、取引の種別(例えば金融商品の種類)毎に、その取引の有無に応じてキーワードを抽出し、判定テーブル142に格納する。例えば、ある第1ユーザについて「カードローン」の「延滞」が「有」の場合、サーバ1は、当該第1ユーザが閲覧したページから抽出した単語を「カードローン」及び「延滞」と対応付けて判定テーブル142に格納する。 For example, as shown in the lower left of FIG. 7, the server 1 extracts words in the page viewed by the first user as keywords and stores them in the determination table 142. Specifically, the server 1 extracts keywords for each transaction type (for example, the type of financial product) according to the presence or absence of the transaction, and stores the keywords in the determination table 142. For example, when the "delinquency" of the "card loan" is "yes" for a first user, the server 1 associates the words extracted from the page viewed by the first user with the "card loan" and "delinquency". And store it in the determination table 142.

サーバ1は、上述の如く取引の種別毎にキーワードを抽出する。第2ユーザの信用度を判定する場合、サーバ1は、第2ユーザが閲覧したページ内の単語をキーワードと比較して、各種別の取引を行う際のユーザの信用度を判定する。 The server 1 extracts keywords for each transaction type as described above. When determining the creditworthiness of the second user, the server 1 compares the words in the page viewed by the second user with the keywords, and determines the creditworthiness of the user when conducting various different transactions.

図8は、ユーザ評価処理の手順を示すタイミングチャートである。図8に基づき、第2ユーザの信用度を判定する際の処理内容について説明する。
第2ユーザのユーザ端末3は、第2ユーザからの操作入力に従い、商取引、金融取引等を行う提携サイト(例えばECサイト)にアクセスする(ステップS201)。提携サーバ4はユーザ端末3からのアクセスに応答し、提携サイトのWebページのデータを送信する(ステップS202)。ステップS202で送信するデータは、取引に関わる情報(例えば商品の情報)のほかに、DMPタグを含む。ユーザ端末3はDMPタグを呼び出し、共通IDを解析サーバ2に送信する(ステップS203)。
FIG. 8 is a timing chart showing the procedure of the user evaluation process. Based on FIG. 8, the processing content when determining the creditworthiness of the second user will be described.
The user terminal 3 of the second user accesses an affiliated site (for example, an EC site) for conducting commercial transactions, financial transactions, etc. according to the operation input from the second user (step S201). The affiliated server 4 responds to the access from the user terminal 3 and transmits the data of the Web page of the affiliated site (step S202). The data transmitted in step S202 includes a DMP tag in addition to information related to transactions (for example, product information). The user terminal 3 calls the DMP tag and transmits the common ID to the analysis server 2 (step S203).

ユーザ端末3は、第2ユーザからの操作入力に従い、第2ユーザから提携サイトの事業者に取引を申し込む申込情報を提携サーバ4に送信する(ステップS204)。提携サイトがECサイトである場合、ユーザ端末3は、商品の購入申込を送信する。ステップS204においてユーザ端末3は、申込情報のほかに、共通IDを提携サーバ4に送信する。 The user terminal 3 transmits the application information for applying for a transaction from the second user to the business operator of the affiliated site to the affiliated server 4 according to the operation input from the second user (step S204). When the affiliated site is an EC site, the user terminal 3 transmits a purchase application for the product. In step S204, the user terminal 3 transmits the common ID to the affiliated server 4 in addition to the application information.

ユーザ端末3から申込情報を取得した場合、提携サーバ4は、申込情報及び共通IDをサーバ1に送信して信用度の出力を要求する(ステップS205)。信用度の出力要求を受け付けた場合、サーバ1は、提携サーバ4から取得した共通IDを解析サーバ2に送信し、共通IDに対応する第2ユーザの行動履歴情報の出力を要求する(ステップS206)。サーバ1からの要求を受けて、解析サーバ2は第2ユーザの行動履歴情報を出力する(ステップS207)。 When the application information is acquired from the user terminal 3, the affiliated server 4 transmits the application information and the common ID to the server 1 and requests the output of the credit rating (step S205). When the credit rating output request is received, the server 1 transmits the common ID acquired from the affiliated server 4 to the analysis server 2 and requests the output of the behavior history information of the second user corresponding to the common ID (step S206). .. In response to the request from the server 1, the analysis server 2 outputs the behavior history information of the second user (step S207).

サーバ1は、解析サーバ2から取得した第2ユーザの行動履歴情報と、第1ユーザの取引情報及び行動履歴情報とに基づいて第2ユーザの信用度を判定(評価)し、判定結果(評価結果)を提携サーバ4に出力する(ステップS208)。提携サーバ4は、サーバ1から出力された信用度に基づき、取引の可否を判定し、判定結果をユーザ端末3に通知する(ステップS209)。 The server 1 determines (evaluates) the creditworthiness of the second user based on the behavior history information of the second user acquired from the analysis server 2 and the transaction information and behavior history information of the first user, and the determination result (evaluation result). ) Is output to the affiliated server 4 (step S208). The affiliated server 4 determines whether or not the transaction is possible based on the credit rating output from the server 1, and notifies the user terminal 3 of the determination result (step S209).

例えばサーバ1は、第2ユーザが閲覧したページ内の単語を、判定テーブル142に格納されている各種別の取引のキーワードと比較して、取引の種別毎に信用度を判定する。例えば「住宅ローン」の場合、サーバ1は、閲覧ページ内の単語を、「住宅ローン」に係る「契約」、「解約」、「破産」等の各キーワードと照合し、第2ユーザが住宅ローンに係る取引を行う場合の信用度を判定する。 For example, the server 1 compares the words in the page viewed by the second user with the keywords of various transactions stored in the determination table 142, and determines the creditworthiness for each transaction type. For example, in the case of "mortgage", the server 1 collates the word in the browsing page with each keyword such as "contract", "cancellation", and "bankruptcy" related to "mortgage", and the second user makes a mortgage. Judge the creditworthiness when conducting a transaction related to.

具体的な信用度の判定(計算)方法は特に問わないが、例えばキーワード毎に正負の点数を定めておき、これらの点数を積算することで信用度を算出する。サーバ1は、取引の種別毎に判定した信用度を合計することで、第2ユーザの総合的な信用度を算出する。 The specific method for determining (calculating) the creditworthiness is not particularly limited, but for example, the creditworthiness is calculated by determining positive and negative points for each keyword and accumulating these points. The server 1 calculates the overall credit rating of the second user by summing the credit ratings determined for each transaction type.

なお、上記の判定方法は一例であって、例えば閲覧ページ内の単語のほか、第2ユーザが閲覧したページのURL、リファラ等も参照して信用度を判定するようにしてもよい。 The above determination method is an example, and the credit rating may be determined by referring to, for example, the URL of the page viewed by the second user, the referrer, and the like in addition to the words in the browsing page.

また、例えばサーバ1は、第2ユーザと閲覧ページが同一又は類似する第1ユーザの預金残高、クレジットカードの利用可能残高等も参照して、信用度の重み付けを行ってもよい。閲覧ページの類似性は、例えば共通する単語(キーワード)の出現頻度に応じて判定すればよい。 Further, for example, the server 1 may weight the credit rating by referring to the deposit balance of the first user whose browsing page is the same as or similar to that of the second user, the available balance of the credit card, and the like. The similarity of browsing pages may be determined, for example, according to the frequency of appearance of common words (keywords).

また、例えばサーバ1は、所定の期間別(例えば1ヶ月毎)に行動履歴情報を参照して、期間別の信用度を判定するなどしてもよい。これにより、第2ユーザの信用度の変化を出力可能となる。 Further, for example, the server 1 may determine the credit rating for each period by referring to the action history information for each predetermined period (for example, every month). This makes it possible to output the change in the creditworthiness of the second user.

また、例えばサーバ1は、信用度判定(算出)の基礎とした行動履歴情報の点数に基づき、信用度の判定要因の内訳(例えば取引種別毎の点数)を併せて出力するようにしてもよい。これにより、外部の事業者は信用度の判定要因を把握することができる。 Further, for example, the server 1 may output the breakdown of the credit rating determination factors (for example, the score for each transaction type) based on the score of the action history information which is the basis of the credit rating determination (calculation). As a result, the external business operator can grasp the factors for determining the creditworthiness.

また、上記ではルールベースで信用度を判定したが、後述する変形例2のように、顧客DB501及び行動履歴DB201に蓄積される行動履歴情報及び取引情報に基づく機械学習を行い、行動履歴情報を入力とし、信用度を出力とするモデル(例えばニューラルネットワーク)を構築してもよい。これにより、システム管理者がルールを設定する必要なく、当該モデルにユーザの行動履歴情報を入力して信用度を判定することができる。 Further, in the above, the credit rating is determined based on the rule, but as in the modified example 2 described later, machine learning is performed based on the action history information and transaction information accumulated in the customer DB 501 and the action history DB 201, and the action history information is input. Then, a model (for example, a neural network) that outputs the credit rating may be constructed. As a result, the system administrator does not need to set a rule, and the user's behavior history information can be input to the model to determine the creditworthiness.

図9は、ユーザ評価システムの処理例を示す説明図である。図9では、図8のタイミングチャートで説明した処理の想定例を図示している。
上述の如く、提携サーバ4に係る事業者は、提携サイトを介して第2ユーザと取引を行う。図9の例では、提携サイトがECサイトであるものとして、クレジットカード等の決済手段で第2ユーザが事業者に購入代金を後払いするケースを想定している。
FIG. 9 is an explanatory diagram showing a processing example of the user evaluation system. FIG. 9 illustrates a hypothetical example of the processing described in the timing chart of FIG.
As described above, the business operator related to the affiliated server 4 conducts a transaction with the second user via the affiliated site. In the example of FIG. 9, assuming that the affiliated site is an EC site, it is assumed that the second user pays the purchase price to the business operator later by means of payment such as a credit card.

ユーザ端末3から申込情報を取得した場合、提携サーバ4は、第2ユーザから申し込まれた取引の内容を示す申込情報と、第2ユーザの共通IDとをサーバ1に送信し、信用度の出力を要求する。申込情報は、例えば第2ユーザが購入を希望する商品、購入代金といった情報のほか、第2ユーザの決済手段(クレジットカード等)の情報を含む。 When the application information is acquired from the user terminal 3, the affiliated server 4 transmits the application information indicating the details of the transaction applied by the second user and the common ID of the second user to the server 1, and outputs the credit rating. Request. The application information includes, for example, information such as a product desired by the second user and a purchase price, as well as information on the payment method (credit card, etc.) of the second user.

申込情報を取得した場合、サーバ1は共通IDを解析サーバ2に転送し、第2ユーザの行動履歴情報を取得する。そしてサーバ1は、判定テーブル142を参照して、行動履歴情報から第2ユーザの信用度を判定する。 When the application information is acquired, the server 1 transfers the common ID to the analysis server 2 and acquires the behavior history information of the second user. Then, the server 1 refers to the determination table 142 and determines the creditworthiness of the second user from the action history information.

なお、本実施の形態では第1ユーザの金融取引上の履歴から第2ユーザの信用度を判定するが、サーバ1は、各提携サイトの事業者が過去に第1ユーザとの間で行った商取引上の履歴も参照して、第2ユーザの信用度を判定してもよい。具体的には、サーバ1は、各事業者(提携サーバ4)から第1ユーザの共通ID及び申込情報を取得した場合、取得した申込情報を、取引情報として第1ユーザDB141に記憶しておく。また、サーバ1は、共通IDに基づいて第1ユーザの行動履歴情報の出力を要求し、解析サーバ2から行動履歴情報を取得して、第1ユーザの取引情報と関連付けて第1ユーザDB141に記憶しておく。 In the present embodiment, the creditworthiness of the second user is determined from the financial transaction history of the first user, but the server 1 is a commercial transaction that the business operator of each affiliated site has conducted with the first user in the past. The creditworthiness of the second user may be determined with reference to the above history. Specifically, when the server 1 acquires the common ID and application information of the first user from each business operator (affiliated server 4), the acquired application information is stored in the first user DB 141 as transaction information. .. Further, the server 1 requests the output of the behavior history information of the first user based on the common ID, acquires the behavior history information from the analysis server 2, and associates it with the transaction information of the first user to the first user DB 141. Remember.

サーバ1は、一の事業者から第2ユーザの信用度の出力要求を受け付けた場合に、金融機関サーバ5から取得した第1ユーザの金融取引上の取引情報のほか、提携サーバ4から取得した第1ユーザの商取引上の取引情報も参照して信用度を判定する。図9の例では、「ECサイトXX」から信用度の出力要求を受け付けた場合に、サーバ1は「ECサイトXX」での第1ユーザの取引履歴を参照して信用度を判定している。なお、サーバ1は、第2ユーザが取引を申し込んだ提携サイトとは異なる他の提携サイトの取引履歴を、第2ユーザの信用度判定に用いてもよい。同一の提携サイトを過去に利用した第1ユーザの取引履歴を参照することで、その提携サイトの利用者の特徴を踏まえて第2ユーザの信用度を好適に判定することができる。 When the server 1 receives the output request of the creditworthiness of the second user from one business operator, the server 1 receives the transaction information on the financial transaction of the first user acquired from the financial institution server 5, and the second user acquired from the affiliated server 4. 1 The credit rating is determined by referring to the transaction information on the user's commercial transaction. In the example of FIG. 9, when the credit rating output request is received from the "EC site XX", the server 1 determines the credit rating by referring to the transaction history of the first user at the "EC site XX". The server 1 may use the transaction history of another affiliated site different from the affiliated site to which the second user applied for the transaction for determining the creditworthiness of the second user. By referring to the transaction history of the first user who has used the same affiliated site in the past, the creditworthiness of the second user can be suitably determined based on the characteristics of the user of the affiliated site.

提携サイトでの商取引履歴を含めた信用度の判定方法は特に限定されないが、例えば第2ユーザが申し込んだ購入商品、購入金額等から取引傾向が類似する第1ユーザを特定し、第2ユーザと類似する第1ユーザに不払いの取引履歴がある場合、デフォルト(貸倒)の可能性が高いと判定して信用度を下げるなどの方法が考えられる。このように、サーバ1は、提携サイトの事業者との間で過去に行われた第1ユーザの商取引履歴を参照して、信用度を判定してもよい。 The method of determining the creditworthiness including the transaction history on the affiliated site is not particularly limited, but for example, the first user who has a similar transaction tendency is identified from the purchased product, the purchase amount, etc. applied by the second user, and is similar to the second user. If the first user has a non-payment transaction history, a method such as determining that there is a high possibility of default (credit loss) and lowering the credit rating can be considered. In this way, the server 1 may determine the creditworthiness by referring to the business transaction history of the first user that has been performed in the past with the business operator of the affiliated site.

また、例えばサーバ1は、同一の第2ユーザからの申込情報を複数の提携サイト(ECサイト)から取得した場合に、当該第2ユーザの信用度を下げるなどしてもよい。具体的には、各提携サイトから取得した申込情報が示す取引(後払い)の発生時期が同時期である場合に、サーバ1は、第2ユーザの信用度を低下させる。これにより、複数の提携サイトでの現在の取引状況(申込状況)を考慮して信用度を好適に判定することができる。 Further, for example, the server 1 may lower the creditworthiness of the second user when the application information from the same second user is acquired from a plurality of affiliated sites (EC sites). Specifically, when the transactions (deferred payment) indicated by the application information acquired from each affiliated site occur at the same time, the server 1 lowers the creditworthiness of the second user. As a result, the creditworthiness can be appropriately determined in consideration of the current transaction status (application status) on the plurality of affiliated sites.

サーバ1は、信用度の判定結果を提携サーバ4に出力する。信用度は数値(例えば0〜1の値)で出力されると好適であるが、例えばランクA、ランクB、ランクCのような形でランク付けした結果を出力してもよい。提携サーバ4は、サーバ1から出力された信用度に基づいて申込を承認するか否かを判定し、判定結果をユーザ端末3に通知する。 The server 1 outputs the credit rating determination result to the affiliated server 4. It is preferable that the credit rating is output as a numerical value (for example, a value of 0 to 1), but the result of ranking in the form of rank A, rank B, rank C, for example may be output. The affiliated server 4 determines whether or not to approve the application based on the credit rating output from the server 1, and notifies the user terminal 3 of the determination result.

なお、上記では商取引上、金融取引上の第2ユーザの信用度を判定したが、本実施の形態はこれに限定されるものではない。例えばサーバ1は、第1ユーザの行動履歴情報及び取引情報に基づき、第2ユーザがECサイトで商品を購入する購入確率を推定(評価)し、推定結果をECサイトに提供するようにしてもよい。この場合、例えばサーバ1は、第1ユーザ及び第2ユーザの行動履歴情報から両者の類似性を判定し、第2ユーザと類似する第1ユーザを抽出する。サーバ1は、抽出した第1ユーザの取引情報から、第2ユーザの購買力や関心のある商品を推定し、推定結果を提携サーバ4に出力する。このように、サーバ1は行動履歴情報、取引情報などに基づいて第2ユーザを評価可能であればよく、その評価尺度は取引上の信用度に限定されない。 In the above, the creditworthiness of the second user in commercial transactions and financial transactions is determined, but the present embodiment is not limited to this. For example, the server 1 estimates (evaluates) the purchase probability that the second user purchases the product on the EC site based on the behavior history information and the transaction information of the first user, and provides the estimation result to the EC site. good. In this case, for example, the server 1 determines the similarity between the behavior history information of the first user and the second user, and extracts the first user similar to the second user. The server 1 estimates the purchasing power of the second user and the products of interest from the extracted transaction information of the first user, and outputs the estimation result to the affiliated server 4. As described above, the server 1 only needs to be able to evaluate the second user based on the behavior history information, the transaction information, and the like, and the evaluation scale is not limited to the creditworthiness in the transaction.

図10は、サーバ1が実行する処理手順を示すフローチャートである。図10に基づき、サーバ1が実行する処理内容について説明する。
サーバ1の制御部11は、第2ユーザから事業者に対して申し込まれた取引の内容を示す申込情報と、提携サイトへのセッションにより第2ユーザに付与された共通ID(識別情報)とを、当該事業者の提携サーバ4から取得する(ステップS11)。
FIG. 10 is a flowchart showing a processing procedure executed by the server 1. The processing contents executed by the server 1 will be described with reference to FIG.
The control unit 11 of the server 1 sets the application information indicating the details of the transaction applied to the business operator by the second user and the common ID (identification information) given to the second user by the session to the affiliated site. , Obtained from the affiliated server 4 of the business operator (step S11).

制御部11は、ステップS11で取得した共通IDを解析サーバ2に送信し、ネットワークN上における第2ユーザの行動履歴を示す行動履歴情報の出力を要求する(ステップS12)。例えば制御部11は、第2ユーザが閲覧した提携サイトのページに記述されている単語(文字列)のほか、URL、リファラ、クリック広告等の出力を要求する。制御部11は、解析サーバ2から行動履歴情報を取得する(ステップS13)。 The control unit 11 transmits the common ID acquired in step S11 to the analysis server 2 and requests the output of the action history information indicating the action history of the second user on the network N (step S12). For example, the control unit 11 requests the output of a URL, a referrer, a click advertisement, or the like, in addition to the word (character string) described on the page of the affiliated site viewed by the second user. The control unit 11 acquires the action history information from the analysis server 2 (step S13).

制御部11は、ステップS13で取得した第2ユーザの行動履歴情報と、金融機関の顧客である第1ユーザの行動履歴情報及び取引情報とに基づき、第2ユーザの信用度を判定する(ステップS14)。具体的には、判定テーブル142には取引の種別毎にキーワード(参照文字列)が格納されており、制御部11は、取引の種別毎に、ユーザが閲覧したページ内の単語とキーワードとを比較し、信用度を判定する。また、制御部11は、各取引種別の取引履歴(取引情報)を参照して、信用度を判定する。その他、制御部11はURL、リファラ、クリック広告等から信用度を判定してもよい。また、制御部11は、各事業者から取得済みの第1ユーザの商取引履歴(取引情報)も参照して信用度を判定してもよい。制御部11は、判定結果を提携サーバ4に出力し(ステップS15)、一連の処理を終了する。 The control unit 11 determines the creditworthiness of the second user based on the behavior history information of the second user acquired in step S13 and the behavior history information and transaction information of the first user who is a customer of the financial institution (step S14). ). Specifically, the determination table 142 stores keywords (reference character strings) for each transaction type, and the control unit 11 sets the words and keywords in the page viewed by the user for each transaction type. Compare and judge creditworthiness. Further, the control unit 11 determines the creditworthiness by referring to the transaction history (transaction information) of each transaction type. In addition, the control unit 11 may determine the credit rating from the URL, referrer, click advertisement, and the like. Further, the control unit 11 may determine the creditworthiness by referring to the commercial transaction history (transaction information) of the first user acquired from each business operator. The control unit 11 outputs the determination result to the affiliated server 4 (step S15), and ends a series of processes.

なお、上記では各ユーザの取引情報及び行動履歴情報を共通ID(DMPタグ)に基づいて紐付けるものとしたが、本実施の形態はこれに限定されるものではなく、ユーザの識別子となり得る他の識別情報に基づいて紐付けてもよい。他の識別情報は、例えばWebサイトへのアクセス時に取得可能なユーザ端末3のアクセス情報であり、具体的にはIPアドレス、ユーザエージェント、タイムスタンプなどである。 In the above, the transaction information and the action history information of each user are linked based on the common ID (DMP tag), but the present embodiment is not limited to this, and can be a user's identifier. It may be linked based on the identification information of. Other identification information is, for example, access information of the user terminal 3 that can be acquired when accessing a website, specifically, an IP address, a user agent, a time stamp, and the like.

例えば解析サーバ2は、各ユーザの行動履歴情報の解析時に、ユーザが提携サイトにアクセスした際のアクセス情報を行動履歴情報と対応付けて行動履歴DB201に記憶しておく。解析サーバ2は、第2ユーザの行動履歴情報の出力要求をサーバ1及び/又は金融機関サーバ5から受け付ける場合に、共通IDに加えて、又は共通IDに代えて、これらのアクセス情報を取得する。解析サーバ2は、取得したアクセス情報と、行動履歴DB201に記憶した各ユーザのアクセス情報とを比較して、同一又は類似するユーザを推定し、当該ユーザの行動履歴情報を出力する。このように、Webサイト(提携サイト)へのアクセス時に取得可能な、ユーザに関連する識別情報に基づいて行動履歴情報及び取引情報を紐付けることができればよく、その基準となる識別情報は共通IDに限定されない。 For example, the analysis server 2 stores the access information when the user accesses the affiliated site in the action history DB 201 in association with the action history information at the time of analyzing the action history information of each user. When the analysis server 2 receives the output request of the behavior history information of the second user from the server 1 and / or the financial institution server 5, the analysis server 2 acquires the access information in addition to the common ID or in place of the common ID. .. The analysis server 2 compares the acquired access information with the access information of each user stored in the action history DB 201, estimates the same or similar users, and outputs the action history information of the user. In this way, it suffices if the behavior history information and transaction information can be linked based on the identification information related to the user that can be acquired when accessing the website (affiliated site), and the identification information that serves as the reference is the common ID. Not limited to.

以上より、本実施の形態によれば、提携サイト(Webサイト)へのセッションに応じて付与された識別情報に基づいて第2ユーザの行動履歴情報を取得し、第1ユーザの行動履歴情報及び取引情報を参照して、第2ユーザを適切に評価(好適には与信評価)することができる。 From the above, according to the present embodiment, the behavior history information of the second user is acquired based on the identification information given according to the session to the affiliated site (website), and the behavior history information of the first user and the behavior history information The second user can be appropriately evaluated (preferably credit evaluation) with reference to the transaction information.

また、本実施の形態によれば、各提携サイトにおける第2ユーザの識別情報(共通ID)を管理する解析サーバ2(管理装置)から行動履歴情報を取得するようにすることで、ネットワークN上における第2ユーザの行動履歴を好適に把握することができる。 Further, according to the present embodiment, by acquiring the action history information from the analysis server 2 (management device) that manages the identification information (common ID) of the second user at each affiliated site, the behavior history information is acquired on the network N. It is possible to preferably grasp the behavior history of the second user in.

また、本実施の形態によれば、金融機関サイト(第1のWebサイト)へのセッションに応じて識別情報を取得、又は付与するようにすることで、解析サーバ2から第1ユーザの行動履歴情報を好適に取得することができる。 Further, according to the present embodiment, the behavior history of the first user from the analysis server 2 is acquired or given according to the session to the financial institution site (first website). Information can be preferably obtained.

また、本実施の形態によれば、第2ユーザが閲覧した提携サイトのページに記述されている単語(文字列)をキーワード(参照文字列)と比較することで、より好適に第2ユーザを評価することができる。 Further, according to the present embodiment, by comparing the word (character string) described on the page of the affiliated site viewed by the second user with the keyword (reference character string), the second user can be more preferably used. Can be evaluated.

また、本実施の形態によれば、取引の種別毎にキーワード及び取引履歴を参照することで、行動履歴情報と取引情報とを組み合わせたユーザ評価をより好適に行うことができる。 Further, according to the present embodiment, by referring to the keyword and the transaction history for each type of transaction, it is possible to more preferably perform the user evaluation by combining the action history information and the transaction information.

また、本実施の形態によれば、第2ユーザの評価結果(例えば信用度)を外部事業者に提供することができる。 Further, according to the present embodiment, the evaluation result (for example, credit rating) of the second user can be provided to the external business operator.

また、本実施の形態によれば、第1ユーザが過去に事業者との間で行った取引内容(申込情報)も参照することで、より好適に第2ユーザを評価することができる。 Further, according to the present embodiment, the second user can be more preferably evaluated by referring to the transaction contents (application information) that the first user has made with the business operator in the past.

(変形例1)
上述の実施の形態では、主に第2ユーザの与信上の信用度を判定(評価)する場合について説明した。一方で、第2ユーザの評価尺度は与信上の信用度でなくともよい。
(Modification example 1)
In the above-described embodiment, a case where the creditworthiness of the second user is mainly determined (evaluated) has been described. On the other hand, the evaluation scale of the second user does not have to be the credit rating.

図11は、ユーザ評価システムの適用例を示す説明図である。図11では、多様な用途に本システムを適用した場合を概略的に図示している。具体的には、対象ユーザ(個人又は法人)、対象サービス(「金融」、「非金融」等)、及び用途(「与信」、「販促」、「不正検知」、「その他」)に分けて、対象となる第2ユーザを評価する際に基準となるキーワード(行動履歴情報)を概念的に図示している。上述の実施の形態では、与信上の信用度を判定する場合(図11の「与信」の列)について説明したが、図11に示すように、サーバ1は「販促」、「不正検知」、「その他」などの用途で第2ユーザを評価してもよい。 FIG. 11 is an explanatory diagram showing an application example of the user evaluation system. FIG. 11 schematically shows a case where this system is applied to various uses. Specifically, it is divided into target users (individuals or corporations), target services ("financial", "non-financial", etc.), and uses ("credit", "promotion", "fraud detection", "others"). , The keyword (behavior history information) that serves as a reference when evaluating the target second user is conceptually illustrated. In the above-described embodiment, the case of determining the creditworthiness on credit (column of "credit" in FIG. 11) has been described, but as shown in FIG. 11, the server 1 has "promotion", "fraud detection", and "fraud detection". The second user may be evaluated for purposes such as "others".

「販促」は、第2ユーザに商品等の対象物の販売を促進するケースである。なお、ここで言う「商品」は実物商品に限定されず、金融商品、保険商品等も含み得る。また、「対象物」は商品に限定されず、サービスの提供も含み得る。 "Sales promotion" is a case of promoting the sale of an object such as a product to a second user. The "product" referred to here is not limited to an actual product, but may include a financial product, an insurance product, and the like. Further, the "object" is not limited to a product, but may include the provision of a service.

例えばサーバ1は、第1ユーザによる各種の対象物の取引履歴(取引の有無等)を取引情報として第1ユーザDB141に記憶しておく。そしてサーバ1は、各第1ユーザが閲覧したWebページのキーワードを解析サーバ2から取得し、対象物の取引履歴と対応付けて判定テーブル142に記憶しておく。サーバ1は、提携サーバ4から第2ユーザの行動履歴情報の出力要求を受け付けた場合、第2ユーザの行動履歴情報(キーワード)を解析サーバ2から取得し、判定テーブル142に記憶してあるキーワードと比較して、第2ユーザとキーワードが同一又は類似する第1ユーザを特定する。そしてサーバ1は、当該第1ユーザの取引履歴に基づき、第2ユーザへの販売を促進すべき対象物を判定し、提携サーバ4に判定結果を出力する。 For example, the server 1 stores the transaction history (whether or not there is a transaction, etc.) of various objects by the first user in the first user DB 141 as transaction information. Then, the server 1 acquires the keyword of the Web page viewed by each first user from the analysis server 2 and stores it in the determination table 142 in association with the transaction history of the object. When the server 1 receives the output request of the behavior history information of the second user from the affiliated server 4, the server 1 acquires the behavior history information (keyword) of the second user from the analysis server 2 and stores the keyword in the determination table 142. Identify a first user who has the same or similar keywords as the second user. Then, the server 1 determines an object for which sales to the second user should be promoted based on the transaction history of the first user, and outputs the determination result to the affiliated server 4.

図11に則して説明すると、例えば「個人」のユーザに対して「金融」に係る対象物(金融商品)の販売促進を行うケース(「必要な商品の把握」)では、サーバ1は、「投資入門」、「新築」等のキーワードを判定テーブル142に記憶しておく。サーバ1は、第2ユーザが閲覧したWebページのキーワードをこれらのキーワードと比較し、第2ユーザへの販売を促進すべき対象物(金融商品)を判定する。 Explaining with reference to FIG. 11, for example, in the case of promoting the sales of the object (financial product) related to "finance" to the "individual" user ("grasp of necessary products"), the server 1 is Keywords such as "introduction to investment" and "new construction" are stored in the judgment table 142. The server 1 compares the keywords of the Web page viewed by the second user with these keywords, and determines the object (financial product) for which sales to the second user should be promoted.

「不正検知」は、取引時において第2ユーザが虚偽申告等の不正行為を働く可能性を検知(判定)するケースである。サーバ1は、ネットワークN上でのユーザの行動履歴情報から不正行為の可能性(以下、「不正リスク」と記載)を判定してもよい。 "Fraud detection" is a case where the second user detects (determines) the possibility of committing fraudulent acts such as false declaration at the time of transaction. The server 1 may determine the possibility of fraudulent activity (hereinafter referred to as “fraudulent risk”) from the behavior history information of the user on the network N.

例えばサーバ1は、第1ユーザの取引情報として、取引時における第1ユーザの不正行為の有無を第1ユーザDB141に記憶しておく。そしてサーバ1は、不正行為を働いたことがある第1ユーザの行動履歴情報を解析サーバ2から取得し、不正行為の種別(虚偽申告、同一端末からユーザ名を偽っての複数契約、借入金の不正利用等)毎に、キーワードを判定テーブル142に記憶しておく。サーバ1は、第2ユーザの行動履歴情報の出力要求を提携サーバ4から受け付けた場合、当該第2ユーザの行動履歴情報を解析サーバ2から取得し、判定テーブル142に記憶してあるキーワードと比較して、第2ユーザによる不正リスクを判定する。サーバ1は判定結果を提携サーバ4に出力し、警告する。 For example, the server 1 stores the presence or absence of fraudulent activity of the first user at the time of transaction as the transaction information of the first user in the first user DB 141. Then, the server 1 acquires the behavior history information of the first user who has committed fraudulent activity from the analysis server 2, and the type of fraudulent activity (false declaration, multiple contracts with false user name from the same terminal, borrowing). The keyword is stored in the determination table 142 for each (illegal use, etc.). When the server 1 receives the output request of the behavior history information of the second user from the affiliated server 4, the server 1 acquires the behavior history information of the second user from the analysis server 2 and compares it with the keyword stored in the determination table 142. Then, the fraud risk by the second user is determined. The server 1 outputs the determination result to the affiliated server 4 and warns.

「その他」としては、第2ユーザ(顧客)の離反予測、第2ユーザに対する架電(電話、メール等による営業)、引っ越し予測等に利用するケースが想定される。離反予測に利用するケースとしては、例えばサーバ1は、第2ユーザが金融機関の顧客である場合に、金融機関から離反した第1ユーザ(口座を解約したユーザ等)に係るキーワードを判定テーブル142に記憶しておき、第2ユーザが離反する可能性を判定する。また、架電に利用するケースとしては、例えばサーバ1は、第2ユーザが金融機関の顧客である場合において、第2ユーザに金融商品等を紹介する架電を実施する場合に、各ユーザがWebページ(ブラウザ)にアクセスする時間帯をアクセス情報から抽出し、第2ユーザに架電すべき時間帯を判定する。また、引っ越し予測に利用するケースとしては、例えばサーバ1は、複数の時点における第2ユーザ(顧客)のアクセス情報(IPアドレス、ユーザエージェント等)の変化から、第2ユーザの住居の変化(引っ越し)を判定する。 As "others", it is assumed that the second user (customer) is used for prediction of separation, a call to the second user (sales by telephone, e-mail, etc.), prediction of moving, and the like. As a case used for prediction of separation, for example, when the second user is a customer of a financial institution, the server 1 determines a keyword related to the first user (user who canceled the account, etc.) who has separated from the financial institution in the determination table 142. It is stored in the server, and the possibility that the second user is separated is determined. Further, as a case of using the server 1, for example, when the second user is a customer of a financial institution and the second user makes a call to introduce a financial product or the like to the second user, each user makes a call. The time zone for accessing the Web page (browser) is extracted from the access information, and the time zone for calling the second user is determined. Further, as a case used for moving prediction, for example, in the server 1, a change in the access information (IP address, user agent, etc.) of the second user (customer) at a plurality of time points causes a change in the residence of the second user (moving). ) Is determined.

このように、サーバ1は、第2ユーザの行動履歴情報に基づいて第2ユーザを評価可能であればよく、与信上の信用度の判定のほか、販売促進、不正検知など、多岐の評価用途が想定される。これにより、与信評価のほかに、販売促進対象の絞り込み、本人確認の強化、離反防止キャンペーンの実施、顧客架電リストの作成など、種々の施策に本システムを応用することができる。 In this way, the server 1 only needs to be able to evaluate the second user based on the behavior history information of the second user, and can be used for various evaluation purposes such as sales promotion, fraud detection, etc. in addition to determination of creditworthiness in credit. is assumed. As a result, in addition to credit evaluation, this system can be applied to various measures such as narrowing down sales promotion targets, strengthening identity verification, implementing separation prevention campaigns, and creating customer call lists.

なお、サーバ1は、これらの評価方法を組み合わせてもよい。例えばサーバ1は、提携サイトに第2ユーザがアクセスした場合、まず第2ユーザによる不正リスクを判定する。不正リスクがないと判定した場合、次にサーバ1は第2ユーザの信用度を判定する。信用度に問題が無い(例えば信用度が所定の閾値以上)と判定した場合、サーバ1は更に、販売を促進すべき対象物を判定する。サーバ1は、各判定結果を提携サーバ4に出力する。この場合、例えばサーバ1は、各判定用のキーワードを複数の判定テーブル142、142、142…に記憶しておき、各判定を行う場合に、対応する判定テーブル142を用いればよい。このように、各評価方法を組み合わせてもよい。また、例えばサーバ1は、信用度の出力先である提携事業者がこれらの評価方法のいずれかを選択可能としてもよい。 The server 1 may combine these evaluation methods. For example, when the second user accesses the affiliated site, the server 1 first determines the risk of fraud by the second user. If it is determined that there is no fraud risk, the server 1 then determines the creditworthiness of the second user. When it is determined that there is no problem in the credit rating (for example, the credit rating is equal to or higher than a predetermined threshold value), the server 1 further determines an object for which sales should be promoted. The server 1 outputs each determination result to the affiliated server 4. In this case, for example, the server 1 may store the keywords for each determination in a plurality of determination tables 142, 142, 142 ..., And use the corresponding determination table 142 when performing each determination. In this way, each evaluation method may be combined. Further, for example, the server 1 may allow the affiliated business operator, which is the output destination of the credit rating, to select one of these evaluation methods.

第2ユーザの評価方法が異なる点以外は上述の実施の形態と同じであるため、本変形例ではフローチャート等の詳細な説明を省略する。 Since it is the same as the above-described embodiment except that the evaluation method of the second user is different, detailed description of the flowchart and the like will be omitted in this modification.

以上より、本変形例1によれば、種々の方法で第2ユーザを評価することができる。 From the above, according to the present modification 1, the second user can be evaluated by various methods.

(変形例2)
上述の実施の形態では、ルールベースで第2ユーザを評価する形態について説明した。一方で、第1ユーザの行動履歴情報及び取引情報を教師データとして機械学習モデルを構築し、当該モデルを用いて第2ユーザを評価するようにしてもよい。
(Modification 2)
In the above-described embodiment, the mode in which the second user is evaluated on a rule basis has been described. On the other hand, a machine learning model may be constructed using the behavior history information and transaction information of the first user as teacher data, and the second user may be evaluated using the model.

図12は、変形例2に係るサーバ1の構成例を示すブロック図である。本変形例に係るサーバ1の補助記憶部14は、判定テーブル142に代えて、判定モデル50を記憶している。判定モデル50は、第1ユーザの行動履歴情報及び取引情報を学習済みの機械学習モデルであり、第2ユーザの行動履歴情報を入力した場合に、与信等に関する第2ユーザの評価値を判定するモデルである。判定モデル50は、人工知能ソフトウェアの一部を構成するプログラムモジュールとしての利用が想定される。 FIG. 12 is a block diagram showing a configuration example of the server 1 according to the modification 2. The auxiliary storage unit 14 of the server 1 according to this modification stores the determination model 50 instead of the determination table 142. The determination model 50 is a machine learning model in which the behavior history information and transaction information of the first user have been learned, and when the behavior history information of the second user is input, the evaluation value of the second user regarding credit and the like is determined. It is a model. The determination model 50 is expected to be used as a program module that constitutes a part of artificial intelligence software.

例えば判定モデル50は、第1ユーザの行動履歴情報及び取引情報を教師データとした深層学習により生成されるニューラルネットワークである。なお、判定モデル50はニューラルネットワーク以外に、決定木、ランダムフォレスト、SVM(Support Vector Machine)など、他の学習アルゴリズムに基づくモデルであってもよい。 For example, the determination model 50 is a neural network generated by deep learning using the behavior history information and transaction information of the first user as teacher data. In addition to the neural network, the determination model 50 may be a model based on other learning algorithms such as a decision tree, a random forest, and an SVM (Support Vector Machine).

判定モデル50から出力される評価値は、例えば第2ユーザの与信上の信用度(例えば後払い決済において延滞が生じる確率等)である。なお、評価値は信用度に限定されるものではなく、変形例1で述べた販促対象物の購入確率、不正リスクの確率、離反確率等であってもよい。また、評価値は連続的な回帰推定値(例えば0〜1の値)であってもよく、分類値(例えば信用度を段階分けしたランク)であってもよい。 The evaluation value output from the determination model 50 is, for example, the creditworthiness of the second user (for example, the probability of delinquency in postpaid settlement). The evaluation value is not limited to the credit rating, and may be the purchase probability, fraud risk probability, separation probability, etc. of the promotional object described in the first modification. Further, the evaluation value may be a continuous regression estimation value (for example, a value of 0 to 1) or a classification value (for example, a rank in which the credit rating is graded).

サーバ1は、共通IDに基づいて収集された第1ユーザの行動履歴情報と、当該第1ユーザの取引情報とを学習することで、判定モデル50を生成する。具体的には、サーバ1は、各第1ユーザの行動履歴情報に応じて、各第1ユーザに信用度の正解値を付与する。例えばサーバ1は、第1ユーザDB141(図4参照)を参照して、各第1ユーザとの間の契約、延滞、解約等の有無に応じて信用度を加減し、正解値を付与する。サーバ1は、各第1ユーザに対して付与した信用度の正解値を、各第1ユーザの行動履歴情報にラベル付けすることで教師データを作成する。サーバ1は、作成した教師データを用いて判定モデル50を生成する。 The server 1 generates the determination model 50 by learning the behavior history information of the first user collected based on the common ID and the transaction information of the first user. Specifically, the server 1 assigns the correct answer value of the credit rating to each first user according to the action history information of each first user. For example, the server 1 refers to the first user DB 141 (see FIG. 4), adjusts the credit rating according to the presence or absence of a contract, delinquency, cancellation, etc. with each first user, and assigns a correct answer value. The server 1 creates teacher data by labeling the behavior history information of each first user with the correct answer value of the credit rating given to each first user. The server 1 generates the determination model 50 using the created teacher data.

なお、信用度(評価値)の正解値はサーバ1により自動的に付与されるのではなく、人手で付与されてもよい。 The correct answer value of the credit rating (evaluation value) is not automatically given by the server 1, but may be given manually.

サーバ1は、教師用の行動履歴情報を判定モデル50に入力し、信用度を判定モデル50からの出力として取得する。サーバ1は、判定モデル50から出力された信用度を正解値と比較し、両者が近似するように、ニューロン間の重み等のパラメータを更新する。サーバ1は、各第1ユーザについて教師データを学習し、最終的にパラメータを最適化した判定モデル50を生成する。 The server 1 inputs the behavior history information for the teacher into the determination model 50, and acquires the credit rating as the output from the determination model 50. The server 1 compares the credit rating output from the determination model 50 with the correct answer value, and updates parameters such as weights between neurons so that the two are close to each other. The server 1 learns teacher data for each first user, and finally generates a determination model 50 with optimized parameters.

ここで、本実施の形態において判定モデル50の入力とする行動履歴情報には、第1ユーザが閲覧した提携サイトから抽出したキーワード以外に、提携サイトへのアクセス時に取得可能なアクセス情報を含む。アクセス情報は、ユーザ端末3が提携サイトにアクセスした際のログデータであり、例えばIPアドレス、ユーザエージェント等である。サーバ1は、キーワード以外にアクセス情報を教師データとして判定モデル50に与え、学習させる。 Here, the action history information input to the determination model 50 in the present embodiment includes access information that can be acquired when accessing the affiliated site, in addition to the keywords extracted from the affiliated site browsed by the first user. The access information is log data when the user terminal 3 accesses the affiliated site, such as an IP address and a user agent. The server 1 gives access information other than the keyword to the determination model 50 as teacher data for learning.

特に、本実施の形態において学習対象とするアクセス情報は、ユーザが閲覧したWebページのドメイン、ユーザ端末3における言語設定、ユーザエージェント、及びIPアドレスを含む。本願発明者の開発に依れば、これらのアクセス情報を特徴量に含めることで、信用度の判定精度を向上させることができる。 In particular, the access information to be learned in the present embodiment includes the domain of the Web page viewed by the user, the language setting in the user terminal 3, the user agent, and the IP address. According to the development of the inventor of the present application, the accuracy of determining the credit rating can be improved by including these access information in the feature amount.

第2ユーザの信用度を判定する場合、サーバ1は、提携サーバ4から取得する第2ユーザの行動履歴情報(アクセス情報を含む)を判定モデル50に入力することで、第2ユーザの信用度を判定する。サーバ1は、判定した信用度を提携サーバ4に出力する。 When determining the creditworthiness of the second user, the server 1 determines the creditworthiness of the second user by inputting the behavior history information (including access information) of the second user acquired from the affiliated server 4 into the determination model 50. do. The server 1 outputs the determined credit rating to the affiliated server 4.

図13は、判定モデル50の生成処理の手順を示すフローチャートである。図13に基づき、機械学習により判定モデル50を生成する際の処理内容について説明する。
サーバ1の制御部11は、各第1ユーザの行動履歴情報及び取引情報を第1ユーザDB141から取得する(ステップS21)。行動履歴情報は、第1ユーザがアクセスした提携サイト(Webサイト)から抽出したキーワードのほかに、アクセス情報を含む。アクセス情報は、ユーザ端末3が提携サイトにアクセスした際のログデータであり、ユーザが閲覧(アクセス)したWebページのドメイン、ユーザ端末3における言語設定、IPアドレス、及びユーザエージェントを含む。
FIG. 13 is a flowchart showing the procedure of the generation process of the determination model 50. Based on FIG. 13, the processing content when the determination model 50 is generated by machine learning will be described.
The control unit 11 of the server 1 acquires the action history information and the transaction information of each first user from the first user DB 141 (step S21). The action history information includes access information in addition to the keywords extracted from the affiliated site (website) accessed by the first user. The access information is log data when the user terminal 3 accesses the affiliated site, and includes the domain of the Web page viewed (accessed) by the user, the language setting in the user terminal 3, the IP address, and the user agent.

制御部11は、第1ユーザの取引情報に基づき、第1ユーザの信用度の正解値を付与する(ステップS22)。なお、正解値はサーバ1により自動的に付与されてもよく、人手で付与されてもよい。 The control unit 11 assigns a correct answer value of the creditworthiness of the first user based on the transaction information of the first user (step S22). The correct answer value may be automatically assigned by the server 1 or may be manually assigned.

制御部11は、第1ユーザの行動履歴情報と、ステップS202で付与した信用度の正解値とに基づき、行動履歴情報を入力した場合に信用度を判定する判定モデル50を生成する(ステップS23)。例えば制御部11は、ニューラルネットワークを判定モデル50として生成する。制御部11は、第1ユーザの行動履歴情報を判定モデル50に入力することで、第1ユーザの信用度を判定モデル50から取得する。制御部11は、取得した信用度が正解値と近似するように、ニューロン間の重み等のパラメータを最適化する。これにより制御部11は、判定モデル50を生成する。制御部11は一連の処理を終了する。 The control unit 11 generates a determination model 50 that determines the credit rating when the action history information is input, based on the action history information of the first user and the correct answer value of the credit rating given in step S202 (step S23). For example, the control unit 11 generates a neural network as a determination model 50. The control unit 11 acquires the creditworthiness of the first user from the determination model 50 by inputting the behavior history information of the first user into the determination model 50. The control unit 11 optimizes parameters such as weights between neurons so that the acquired credit rating is close to the correct answer value. As a result, the control unit 11 generates the determination model 50. The control unit 11 ends a series of processes.

判定モデル50を利用して第2ユーザの信用度を判定する点以外は上述の実施の形態と同じであるため、本変形例では信用度判定時のフローチャート(図10参照)等の詳細な説明は省略する。 Since it is the same as the above-described embodiment except that the credit rating of the second user is determined by using the determination model 50, detailed description of the flowchart (see FIG. 10) at the time of credit rating determination is omitted in this modification. do.

なお、閲覧ページのドメイン、言語設定、IPアドレス、ユーザエージェントといったアクセス情報は、上述の実施の形態のように、ルールベースで第2ユーザを評価(信用度を判定)する際にも利用してもよい。例えばサーバ1は、第1ユーザが閲覧したWebページのキーワードを判定テーブル142に格納する際に、第1ユーザの閲覧ページのドメイン、言語設定、IPアドレス、及びユーザエージェントを同時に格納する。そしてサーバ1は、第2ユーザの行動履歴情報としてキーワードと共に各アドレス情報を取得し、判定テーブル142に記憶されているキーワード及びアドレス情報と比較して信用度を判定する。このように、サーバ1は、各アクセス情報を含む行動履歴情報に基づいて第2ユーザを評価可能であればよく、アクセス情報に基づく評価方法は機械学習モデルによる評価に限定されない。 Access information such as the domain, language setting, IP address, and user agent of the browsing page can also be used when evaluating the second user (determining the creditworthiness) on a rule basis as in the above-described embodiment. good. For example, when the server 1 stores the keyword of the Web page viewed by the first user in the determination table 142, the server 1 simultaneously stores the domain, language setting, IP address, and user agent of the browsing page of the first user. Then, the server 1 acquires each address information together with the keyword as the action history information of the second user, and determines the credit rating by comparing with the keyword and the address information stored in the determination table 142. As described above, the server 1 only needs to be able to evaluate the second user based on the behavior history information including each access information, and the evaluation method based on the access information is not limited to the evaluation by the machine learning model.

以上より、本変形例2によれば、機械学習モデルを用いて第2ユーザを評価することもできる。 From the above, according to the present modification 2, the second user can be evaluated using the machine learning model.

今回開示された実施の形態はすべての点で例示であって、制限的なものではないと考えられるべきである。本発明の範囲は、上記した意味ではなく、特許請求の範囲によって示され、特許請求の範囲と均等の意味及び範囲内でのすべての変更が含まれることが意図される。 The embodiments disclosed this time should be considered as exemplary in all respects and not restrictive. The scope of the present invention is indicated by the scope of claims, not the above-mentioned meaning, and is intended to include all modifications within the meaning and scope equivalent to the scope of claims.

1 サーバ(情報処理装置)
11 制御部
12 主記憶部
13 通信部
14 補助記憶部
P プログラム
2 解析サーバ
3 ユーザ端末
4 提携サーバ
5 金融機関サーバ
1 Server (information processing device)
11 Control unit 12 Main storage unit 13 Communication unit 14 Auxiliary storage unit P program 2 Analysis server 3 User terminal 4 Affiliated server 5 Financial institution server

Claims (15)

第1ユーザの取引履歴を示す取引情報と、ネットワーク上における前記第1ユーザの行動履歴を示す行動履歴情報とを記憶する記憶部と、
Webサイトへのセッションにより第2ユーザに付与された識別情報を取得する第1取得部と、
前記識別情報に基づき、前記第2ユーザの前記行動履歴情報を取得する第2取得部と、
前記第1ユーザの前記取引情報及び行動履歴情報と、前記第2ユーザの前記行動履歴情報とに基づき、前記第2ユーザを評価する評価部と
を備えることを特徴とする情報処理装置。
A storage unit that stores transaction information indicating the transaction history of the first user and action history information indicating the action history of the first user on the network.
The first acquisition unit that acquires the identification information given to the second user by the session to the website, and
A second acquisition unit that acquires the behavior history information of the second user based on the identification information, and
An information processing device including an evaluation unit that evaluates the second user based on the transaction information and the action history information of the first user and the action history information of the second user.
前記評価部は、前記第2ユーザの与信上の信用度を判定する
ことを特徴とする請求項1に記載の情報処理装置。
The information processing device according to claim 1, wherein the evaluation unit determines the creditworthiness of the second user.
取引情報は、第1ユーザによる所定の対象物の取引履歴を含み、
前記評価部は、前記第2ユーザへの販売を促進すべき前記対象物を判定する
ことを特徴とする請求項1又は2に記載の情報処理装置。
The transaction information includes the transaction history of a predetermined object by the first user.
The information processing apparatus according to claim 1 or 2, wherein the evaluation unit determines the object for which sales to the second user should be promoted.
前記取引情報は、取引時における前記第1ユーザの不正行為の有無を含み、
前記評価部は、取引時における前記第2ユーザの不正行為の可能性を判定する
ことを特徴とする請求項1〜3のいずれか1項に記載の情報処理装置。
The transaction information includes the presence or absence of fraudulent activity by the first user at the time of transaction.
The information processing device according to any one of claims 1 to 3, wherein the evaluation unit determines the possibility of fraudulent activity by the second user at the time of transaction.
前記評価部は、前記第1ユーザの取引情報及び行動履歴情報に基づき、前記行動履歴情報を入力した場合にユーザの評価値を判定するよう学習済みのモデルに、前記第2ユーザの前記行動履歴情報を入力することで前記第2ユーザの評価値を判定する
ことを特徴とする請求項1〜4のいずれか1項に記載の情報処理装置。
The evaluation unit uses the behavior history of the second user in a model trained to determine the evaluation value of the user when the behavior history information is input based on the transaction information and the behavior history information of the first user. The information processing apparatus according to any one of claims 1 to 4, wherein the evaluation value of the second user is determined by inputting information.
複数の前記Webサイト夫々で付与される前記識別情報を管理する管理装置に対し、前記第1取得部が取得した前記識別情報に基づいて前記行動履歴情報の出力を要求する要求部を備え、
前記第2取得部は、前記複数のWebサイトにおける前記第2ユーザの行動履歴を示す前記行動履歴情報を取得する
ことを特徴とする請求項1〜5のいずれか1項に記載の情報処理装置。
A request unit that requests the output of the action history information based on the identification information acquired by the first acquisition unit is provided for the management device that manages the identification information given by each of the plurality of the websites.
The information processing apparatus according to any one of claims 1 to 5, wherein the second acquisition unit acquires the behavior history information indicating the behavior history of the second user on the plurality of websites. ..
前記取引情報は、金融機関の顧客である前記第1ユーザの金融取引履歴を示す情報を含み、
前記金融機関のWebサイトに対する前記第1ユーザからのセッションに応じて、該第1ユーザの前記取引情報と、該第1ユーザの前記識別情報に紐付く前記複数のWebサイトでの前記第1ユーザの前記行動履歴情報を取得する第3取得部を備え、
前記記憶部は、前記第1ユーザの前記取引情報及び行動履歴情報を互いに関連付けて記憶する
ことを特徴とする請求項6に記載の情報処理装置。
The transaction information includes information indicating a financial transaction history of the first user who is a customer of a financial institution.
In response to a session from the first user to the website of the financial institution, the transaction information of the first user and the first user on the plurality of websites associated with the identification information of the first user. It is equipped with a third acquisition unit that acquires the above-mentioned action history information.
The information processing device according to claim 6, wherein the storage unit stores the transaction information and the action history information of the first user in association with each other.
前記行動履歴情報は、前記Webサイトのページに記述されている文字列を示すデータであり、
前記第1ユーザの前記取引情報に基づき、前記第2ユーザを評価する際に参照する参照文字列を前記第1ユーザの前記行動履歴情報から抽出する抽出部を備え、
前記評価部は、前記第2ユーザの前記行動履歴情報が示す前記文字列と、前記参照文字列とを比較して前記第2ユーザを評価する
ことを特徴とする請求項1〜7のいずれか1項に記載の情報処理装置。
The action history information is data indicating a character string described on a page of the website.
An extraction unit for extracting a reference character string to be referred to when evaluating the second user from the behavior history information of the first user based on the transaction information of the first user is provided.
Any of claims 1 to 7, wherein the evaluation unit evaluates the second user by comparing the character string indicated by the action history information of the second user with the reference character string. The information processing apparatus according to item 1.
前記抽出部は、取引の種別毎に前記参照文字列を抽出し、
前記評価部は、前記取引の種別毎に前記文字列を前記参照文字列と比較して前記第2ユーザを評価する
ことを特徴とする請求項8に記載の情報処理装置。
The extraction unit extracts the reference character string for each type of transaction.
The information processing apparatus according to claim 8, wherein the evaluation unit evaluates the second user by comparing the character string with the reference character string for each type of transaction.
前記行動履歴情報は更に、前記第2ユーザの閲覧ドメイン、言語設定、ユーザエージェント、又はIPアドレスを含み、
前記評価部は、前記文字列と、前記閲覧ドメイン、言語設定、ユーザエージェント、又はIPアドレスとに基づき前記第2ユーザを評価する
ことを特徴とする請求項8又は9に記載の情報処理装置。
The action history information further includes the browsing domain, language setting, user agent, or IP address of the second user.
The information processing device according to claim 8 or 9, wherein the evaluation unit evaluates the second user based on the character string and the browsing domain, language setting, user agent, or IP address.
前記第1取得部は、前記Webサイトを介して前記第2ユーザと取引を行う事業者から、該第2ユーザの前記識別情報を取得し、
前記第2ユーザの評価結果を前記事業者宛に出力する出力部を備える
ことを特徴とする請求項1〜10のいずれか1項に記載の情報処理装置。
The first acquisition unit acquires the identification information of the second user from a business operator who conducts a transaction with the second user via the website.
The information processing apparatus according to any one of claims 1 to 10, further comprising an output unit that outputs the evaluation result of the second user to the business operator.
前記取引情報は、前記第1ユーザが前記事業者との間で行った商取引履歴を示す情報を含み、
前記第1取得部は、前記識別情報と、前記第2ユーザから前記事業者に申し込まれた取引の内容を示す申込情報を取得し、
前記評価部は、前記第1ユーザの前記取引情報及び行動履歴情報と、前記第2ユーザの前記申込情報及び行動履歴情報とに基づき、前記第2ユーザを評価する
ことを特徴とする請求項11に記載の情報処理装置。
The transaction information includes information indicating a history of commercial transactions performed by the first user with the business operator.
The first acquisition unit acquires the identification information and application information indicating the contents of the transaction applied to the business operator by the second user.
The eleventh claim is characterized in that the evaluation unit evaluates the second user based on the transaction information and the action history information of the first user and the application information and the action history information of the second user. The information processing device described in.
Webサイトへのセッションによりユーザに付与された識別情報を取得し、
前記識別情報に基づき、ネットワーク上における前記ユーザの行動履歴を示す行動履歴情報を取得し、
前記ユーザの前記行動履歴情報と、記憶部に記憶してある他のユーザの前記行動履歴情報、及び前記他のユーザの取引履歴を示す取引情報とに基づき、前記ユーザを評価する
処理をコンピュータが実行することを特徴とする情報処理方法。
Acquires the identification information given to the user by the session to the website,
Based on the identification information, the behavior history information indicating the behavior history of the user on the network is acquired, and the behavior history information is acquired.
The computer performs a process of evaluating the user based on the action history information of the user, the action history information of another user stored in the storage unit, and transaction information indicating the transaction history of the other user. An information processing method characterized by execution.
Webサイトへのセッションによりユーザに付与された識別情報を取得し、
前記識別情報に基づき、ネットワーク上における前記ユーザの行動履歴を示す行動履歴情報を取得し、
前記ユーザの前記行動履歴情報と、記憶部に記憶してある他のユーザの前記行動履歴情報、及び前記他のユーザの取引履歴を示す取引情報とに基づき、前記ユーザを評価する
処理をコンピュータに実行させることを特徴とするプログラム。
Acquires the identification information given to the user by the session to the website,
Based on the identification information, the behavior history information indicating the behavior history of the user on the network is acquired, and the behavior history information is acquired.
The computer is subjected to a process of evaluating the user based on the action history information of the user, the action history information of another user stored in the storage unit, and transaction information indicating the transaction history of the other user. A program characterized by being executed.
第1ユーザの取引履歴を示す取引情報と、ネットワーク上における前記第1ユーザの行動履歴を示す行動履歴情報とを記憶する記憶部と、
Webサイトへのアクセス時に、アクセスした第2ユーザに関連する識別情報を取得する第1取得部と、
前記識別情報に基づき、前記第2ユーザの前記行動履歴情報を取得する第2取得部と、
前記第1ユーザの前記取引情報及び行動履歴情報と、前記第2ユーザの前記行動履歴情報とに基づき、前記第2ユーザを評価する評価部と
を備えることを特徴とする情報処理装置。
A storage unit that stores transaction information indicating the transaction history of the first user and action history information indicating the action history of the first user on the network.
When accessing the website, the first acquisition unit that acquires the identification information related to the second user who accessed the website, and the first acquisition unit.
A second acquisition unit that acquires the behavior history information of the second user based on the identification information, and
An information processing device including an evaluation unit that evaluates the second user based on the transaction information and the action history information of the first user and the action history information of the second user.
JP2021027719A 2020-02-27 2021-02-24 Information processing device, information processing method and program Pending JP2021136033A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2020032127 2020-02-27
JP2020032127 2020-02-27

Publications (1)

Publication Number Publication Date
JP2021136033A true JP2021136033A (en) 2021-09-13

Family

ID=77661464

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021027719A Pending JP2021136033A (en) 2020-02-27 2021-02-24 Information processing device, information processing method and program

Country Status (1)

Country Link
JP (1) JP2021136033A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7452801B2 (en) 2021-12-27 2024-03-19 データ・フォアビジョン株式会社 Evaluation support system and evaluation support program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7452801B2 (en) 2021-12-27 2024-03-19 データ・フォアビジョン株式会社 Evaluation support system and evaluation support program

Similar Documents

Publication Publication Date Title
TWI759620B (en) Method and apparatus for determining user's financial default risk and computer-readable storage medium and computing device
US10565602B1 (en) Method and system for obtaining leads based on data derived from a variety of sources
JP5960887B1 (en) Calculation device, calculation method, and calculation program
US10181155B2 (en) Evaluation device, evaluation method, and non-transitory computer readable storage medium
US20110040631A1 (en) Personalized commerce system
WO2021025926A1 (en) Digital content prioritization to accelerate hyper-targeting
JP6262909B1 (en) Calculation device, calculation method, and calculation program
JP6560323B2 (en) Determination device, determination method, and determination program
JP2023533475A (en) Artificial intelligence for keyword recommendation
JP6194092B1 (en) Calculation device, calculation method, and calculation program
EP3822902A1 (en) Systems and methods for customization of reviews
EP3652654A1 (en) Systems and methods for generating behavior profiles for new entities
US20230116362A1 (en) Scoring trustworthiness, competence, and/or compatibility of any entity for activities including recruiting or hiring decisions, composing a team, insurance underwriting, credit decisions, or shortening or improving sales cycles
US20230206304A1 (en) Systems and methods for using keywords extracted from reviews
US20230116407A1 (en) Systems and Methods for Predicting Consumer Spending and for Recommending Financial Products
JP2018116694A (en) Calculation device, calculation method and calculation program
JP2019185595A (en) Information processor, method for processing information, information processing program, determination device, method for determination, and determination program
US20220116348A1 (en) System and Method for Tagging Data
KR20100123206A (en) Method and apparatus for ranking analysis based on artificial intelligence, and recording medium thereof
JP2021136033A (en) Information processing device, information processing method and program
JP2018116580A (en) Calculation device, calculation method and calculation program
US11657107B2 (en) Systems and methods for using keywords extracted from reviews
KR20200117668A (en) cross-credit based B2B2C cross-border E-commerce system
JP2019160142A (en) Information processing device, information processing method, and program
JP6395966B1 (en) Journal rule creation support device, journal rule creation support method, and journal rule creation support program

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210310

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20231225

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231226