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

Information processing device, information processing method, and program Download PDF

Info

Publication number
JP2022066610A
JP2022066610A JP2022039169A JP2022039169A JP2022066610A JP 2022066610 A JP2022066610 A JP 2022066610A JP 2022039169 A JP2022039169 A JP 2022039169A JP 2022039169 A JP2022039169 A JP 2022039169A JP 2022066610 A JP2022066610 A JP 2022066610A
Authority
JP
Japan
Prior art keywords
ranking
product
information processing
query
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2022039169A
Other languages
Japanese (ja)
Other versions
JP7354329B2 (en
Inventor
洋平 井関
Yohei Izeki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2022039169A priority Critical patent/JP7354329B2/en
Publication of JP2022066610A publication Critical patent/JP2022066610A/en
Application granted granted Critical
Publication of JP7354329B2 publication Critical patent/JP7354329B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To select a ranking object considered to be closer to search intention.
SOLUTION: An information processing device comprises an acquisition unit which acquires a query entered by a user, and a ranking processing unit which derives a score of a ranking object matching the query by entering a feature quantity of the ranking object into a learned model, and performs ranking processing on the basis of the score. The learned model is a model learned by machine learning in which the feature quantity of the ranking object serves as learning data and a label based on an action history of the user and a category of the ranking object serves as teacher data.
SELECTED DRAWING: Figure 1
COPYRIGHT: (C)2022,JPO&INPIT

Description

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

電子商取引などの分野において、入力されたクエリに基づいてランキング対象(例えば商品)のランキング処理を行い、ランキング結果が上位のランキング対象を利用者に提示することが行われている。これに関連し、クエリワード列を受信する工程と、クエリワード列に関連する複数の様々な商品情報エントリを検索する工程と、クエリ列からの第1のコア商品ワードをメモリから抽出する工程と、様々な商品情報エントリからの第2のコア商品ワードをメモリから抽出する工程と、各第2のコア商品ワードに関して、キー商品ワードに関連する候補商品ワードリストに各第2のコア商品ワードが存在するか否かをチェックする工程と、各第2のコア商品ワードが存在する場合に、各第2のコア商品ワードに対応する商品情報エントリの重み付けを小さくする工程と、商品情報エントリの調整された重み付けに従って商品情報エントリをソートする工程と、を備えるオンライン商品検索方法の発明が開示されている(特許文献1参照)。 In fields such as electronic commerce, ranking processing of ranking targets (for example, products) is performed based on an input query, and ranking targets with higher ranking results are presented to users. Related to this, the process of receiving the query word string, the process of searching for multiple various product information entries related to the query word column, and the process of extracting the first core product word from the query column from memory. , The process of extracting the second core product word from various product information entries from the memory, and for each second core product word, each second core product word is in the candidate product word list related to the key product word. The process of checking whether or not it exists, the process of reducing the weighting of the product information entry corresponding to each second core product word when each second core product word exists, and the adjustment of the product information entry. The invention of an online product search method comprising a step of sorting product information entries according to the weighting is disclosed (see Patent Document 1).

特表2015-518220号公報Special Table 2015-518220 Gazette

従来の技術では、ページビュー数などのクエリと直接関連しない要素も含めてランキング処理が行われていたため、例えば、人気のあるランキング対象が、クエリとは余り関連性が高くないにも関わらず上位になるケースが多く、提示されるランキング対象が、利用者の意図を十分に反映していないものとなる場合があった。 In the conventional technique, ranking processing is performed including elements that are not directly related to the query such as the number of page views. Therefore, for example, a popular ranking target is ranked high even though it is not very relevant to the query. In many cases, the ranking target presented may not fully reflect the user's intention.

本発明は、このような事情を考慮してなされたものであり、より検索意図に近いと考えられるランキング対象を選択することができる情報処理装置、情報処理方法、およびプログラムを提供することを目的の一つとする。 The present invention has been made in consideration of such circumstances, and an object of the present invention is to provide an information processing device, an information processing method, and a program capable of selecting a ranking target considered to be closer to a search intention. It is one of.

本発明の一態様は、利用者によって入力されたクエリを取得する取得部と、前記クエリに合致するランキング対象の特徴量を学習済みモデルに入力することで、前記ランキング対象のスコアを導出し、スコアに基づいてランキング処理を行うランキング処理部と、を備え、前記学習済みモデルは、前記ランキング対象の特徴量を学習データとし、利用者の行動履歴と前記ランキング対象のカテゴリとに基づくラベルを教師データとした機械学習によって学習されたものである、情報処理装置である。 In one aspect of the present invention, the score of the ranking target is derived by inputting the acquisition unit for acquiring the query input by the user and the feature amount of the ranking target matching the query into the trained model. The trained model is provided with a ranking processing unit that performs ranking processing based on a score, and the trained model uses the feature amount of the ranking target as learning data and teaches labels based on the user's behavior history and the ranking target category. It is an information processing device that is learned by machine learning as data.

本発明の一態様によれば、より検索意図に近いと考えられるランキング対象を選択することができる。 According to one aspect of the present invention, it is possible to select a ranking target that is considered to be closer to the search intention.

実施形態に係る情報処理装置を利用したショッピングサーバ100の構成および使用環境の一例を示す図である。It is a figure which shows an example of the configuration and use environment of the shopping server 100 which used the information processing apparatus which concerns on embodiment. 検索入力画面IM1の一例を示す図である。It is a figure which shows an example of the search input screen IM1. 検索結果表示画面IM2の一例を示す図である。It is a figure which shows an example of the search result display screen IM2. 商品販売画面IM3の一例を示す図である。It is a figure which shows an example of the product sales screen IM3. ログデータ152の内容の一例を示すイメージ図である。It is an image diagram which shows an example of the contents of the log data 152. ランキング処理部110による処理の流れの一例を示す図である。It is a figure which shows an example of the processing flow by a ranking processing unit 110. 商品データ150の内容の一例を示す図である。It is a figure which shows an example of the contents of the product data 150. 学習処理部130による処理の内容の一例を示す図である。It is a figure which shows an example of the content of the processing by a learning processing unit 130. 学習処理部130によるラベルの決定手法について説明するための図である。It is a figure for demonstrating the label determination method by a learning processing unit 130. 他の実施形態に係る情報処理装置の実装例を示す図である。It is a figure which shows the implementation example of the information processing apparatus which concerns on other embodiment.

以下、図面を参照し、本発明の情報処理装置、情報処理方法、およびプログラムの実施形態について説明する。情報処理装置は、一以上のプロセッサにより実現される。情報処理装置は、利用者によって入力されたクエリに応じて、ランキング対象をランキングする装置である。ランキング対象とは、電子商取引で取引される商品(サービスを含むものとする)、ネットワークを介して提供される記事などであり、客観的指標となるカテゴリがメタ情報として付与されているものであれば、如何なるものであってもよい。以下、電子商取引で取引される商品がランキング対象であるものとして説明する。 Hereinafter, embodiments of the information processing apparatus, information processing method, and program of the present invention will be described with reference to the drawings. The information processing device is realized by one or more processors. The information processing device is a device that ranks ranking targets according to a query input by a user. Ranking targets are products (including services) traded in electronic commerce, articles provided via a network, etc., and if a category that is an objective index is given as meta information, It can be anything. Hereinafter, the products traded in electronic commerce will be described as being targeted for ranking.

電子商取引は、ネットワークを介して行われるショッピングやオークション、フリーマーケットなどを含む。以下の説明では、ショッピングを例にとって説明する。ショッピングに適用される情報処理装置は、ショッピングサイトを管理するショッピングサーバなどに包含される装置であってもよい。すなわち、情報処理装置は、仮想的な装置であってもよい。また、情報処理装置は、ショッピングサーバそのものであってもよい。以下では、情報処理装置がショッピングサーバの一部を構成するものとして説明する。ショッピングサーバは、ブラウザからのリクエストに応じてショッピングサイトを提供するものであってもよいし、スマートフォンなどにインストールされたアプリケーションプログラムからのリクエストに応じてショッピングサイトと同様のコンテンツを提供するものであってもよい。以下の説明では、ショッピングサーバは前者であるものとする。 E-commerce includes shopping, auctions, flea markets, etc. that take place over networks. In the following description, shopping will be described as an example. The information processing device applied to shopping may be a device included in a shopping server or the like that manages a shopping site. That is, the information processing device may be a virtual device. Further, the information processing device may be the shopping server itself. Hereinafter, the information processing apparatus will be described as forming a part of the shopping server. The shopping server may provide a shopping site in response to a request from a browser, or may provide the same content as a shopping site in response to a request from an application program installed on a smartphone or the like. You may. In the following description, the shopping server is assumed to be the former.

[構成]
図1は、実施形態に係る情報処理装置を利用したショッピングサーバ100の構成および使用環境の一例を示す図である。ショッピングサーバ100は、ネットワークNWを介して、端末装置10と通信する。ネットワークNWは、例えば、インターネット、WAN(Wide Area Network)、LAN(Local Area Network)、無線基地局、プロバイダ端末、専用回線などを含む。
[Constitution]
FIG. 1 is a diagram showing an example of a configuration and a usage environment of a shopping server 100 using the information processing device according to the embodiment. The shopping server 100 communicates with the terminal device 10 via the network NW. The network NW includes, for example, the Internet, a WAN (Wide Area Network), a LAN (Local Area Network), a radio base station, a provider terminal, a dedicated line, and the like.

端末装置10は、例えば、パーソナルコンピュータやスマートフォンなどの携帯電話、タブレット端末などである。これらにおいて、ブラウザやアプリケーションプログラムなどのUA(User Agent)20が起動する。UA20は、ショッピングサーバ100から提供された販売画面を表示すると共に、端末装置10の利用者によってなされた入力操作に応じたリクエストをショッピングサーバ100に送信する。 The terminal device 10 is, for example, a mobile phone such as a personal computer or a smartphone, a tablet terminal, or the like. In these, the UA (User Agent) 20 such as a browser or an application program is activated. The UA 20 displays the sales screen provided by the shopping server 100, and also transmits a request corresponding to the input operation made by the user of the terminal device 10 to the shopping server 100.

ショッピングサーバ100は、例えば、サイト提供部102と、ログ収集部104と、ランキング処理部110と、学習処理部130とを備える。ランキング処理部110は、例えば、検索実行部112と、特徴量取得部114と、モデル実行部116とを含む。これらの構成要素は、例えば、CPU(Central Processing Unit)などの一以上のハードウェアプロセッサがプログラム(ソフトウェア)を実行することにより実現される。これらの構成要素のうち一部または全部は、LSI(Large Scale Integration)やASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)、GPU(Graphics Processing Unit)などのハードウェア(回路部;circuitryを含む)によって実現されてもよいし、ソフトウェアとハードウェアの協働によって実現されてもよい。プログラムは、予めHDD(Hard Disk Drive)やフラッシュメモリなどの記憶装置(非一過性の記憶媒体を備える記憶装置)に格納されていてもよいし、DVDやCD-ROMなどの着脱可能な記憶媒体(非一過性の記憶媒体)に格納されており、記憶媒体がドライブ装置に装着されることでインストールされてもよい。 The shopping server 100 includes, for example, a site providing unit 102, a log collecting unit 104, a ranking processing unit 110, and a learning processing unit 130. The ranking processing unit 110 includes, for example, a search execution unit 112, a feature amount acquisition unit 114, and a model execution unit 116. These components are realized by, for example, one or more hardware processors such as a CPU (Central Processing Unit) executing a program (software). Some or all of these components are hardware (circuit parts) such as LSI (Large Scale Integration), ASIC (Application Specific Integrated Circuit), FPGA (Field-Programmable Gate Array), GPU (Graphics Processing Unit). It may be realized by (including circuits), or it may be realized by the cooperation of software and hardware. The program may be stored in advance in a storage device (a storage device including a non-transient storage medium) such as an HDD (Hard Disk Drive) or a flash memory, or a removable storage such as a DVD or a CD-ROM. It is stored in a medium (non-transient storage medium) and may be installed by mounting the storage medium in a drive device.

本実施形態において、少なくともクエリ取得部として機能するサイト提供部102とランキング処理部110とを含むものが、情報処理装置の一例である。 In the present embodiment, an example of the information processing apparatus includes at least a site providing unit 102 and a ranking processing unit 110 that function as a query acquisition unit.

また、ショッピングサーバ100は、HDDやフラッシュメモリ、RAM(Random Access Memory)などの記憶装置に、学習済みモデル118、商品データ150、ログデータ152などのデータを格納している。この記憶装置は、ショッピングサーバ100に付随するものであってもよいし、ショッピングサーバ100がネットワークNWを介してアクセス可能なNAS(Network Attached Storage)であってもよい。 Further, the shopping server 100 stores data such as the trained model 118, the product data 150, and the log data 152 in a storage device such as an HDD, a flash memory, or a RAM (Random Access Memory). This storage device may be attached to the shopping server 100, or may be NAS (Network Attached Storage) that the shopping server 100 can access via the network NW.

サイト提供部102は、ショッピングサイトとしての各種画面を端末装置10に提供する。図2は、検索入力画面IM1の一例を示す図である。検索入力画面IM1には、商品を検索するためのクエリを入力するためのクエリ入力欄A1、および、入力されたクエリで検索を実行させるための検索ボタンB1が設けられている。クエリ入力欄A1にクエリが入力され、検索ボタンB1が操作されると、検索結果表示画面IM2に遷移する。このとき、サイト提供部102は、フォーム入力の形でクエリを取得し(クエリ取得部として機能し)、クエリをランキング処理部110に出力してランキング処理を依頼する。なお、クエリではなくカテゴリが選択された場合も、同様に検索結果表示画面IM2に遷移する。 The site providing unit 102 provides various screens as a shopping site to the terminal device 10. FIG. 2 is a diagram showing an example of the search input screen IM1. The search input screen IM1 is provided with a query input field A1 for inputting a query for searching for a product, and a search button B1 for executing a search with the input query. When a query is input to the query input field A1 and the search button B1 is operated, the screen transitions to the search result display screen IM2. At this time, the site providing unit 102 acquires a query in the form of form input (functions as a query acquisition unit), outputs the query to the ranking processing unit 110, and requests ranking processing. When a category is selected instead of a query, the screen transitions to the search result display screen IM2 in the same manner.

図3は、検索結果表示画面IM2の一例を示す図である。検索結果表示画面IM2には、検索結果表示欄A2が含まれる。検索結果表示欄A2には、ランキング処理部110によって決定されたランキング順に、スクロールすることで視認可能な所定の数(或いは表示可能な限り全て)の商品の画像や説明(例えば、後述するタイトルの一部または全部)が、ポジション順に並べて表示される。以下、この所定の数をkとし、表示される商品を紹介商品と称する。ポジションは、1番上の位置を1、2番目の位置を2、…というように定義される。検索結果表示画面IM2において一つの商品の画像や説明が操作(選択)されると、商品販売画面IM3に遷移する。 FIG. 3 is a diagram showing an example of the search result display screen IM2. The search result display screen IM2 includes a search result display field A2. In the search result display column A2, images and descriptions of a predetermined number of products (or all as much as possible) that can be visually recognized by scrolling in the ranking order determined by the ranking processing unit 110 (for example, titles described later). Part or all) are displayed side by side in order of position. Hereinafter, the predetermined number is referred to as k, and the displayed product is referred to as an introduction product. Positions are defined such that the top position is 1, the second position is 2, and so on. When an image or description of one product is operated (selected) on the search result display screen IM2, the screen transitions to the product sales screen IM3.

図4は、商品販売画面IM3の一例を示す図である。商品販売画面IM3には、商品画像表示欄A3-1、タイトル欄A3-2、詳細説明欄A3-3などが含まれる。タイトル欄A3-2や詳細説明欄A3-3には、選択された商品(選択商品)の製造元、商品の素材、使用、その他の内容がテキストとして掲載される。タイトル欄A3-2に表示されるテキストを「タイトル」と称し、詳細説明欄A3-3に表示されるテキストを「詳細説明」と称する。商品販売画面IM3に対する操作によって、購入者により商品が購入される。 FIG. 4 is a diagram showing an example of the product sales screen IM3. The product sales screen IM3 includes a product image display column A3-1, a title column A3-2, a detailed explanation column A3-3, and the like. In the title column A3-2 and the detailed explanation column A3-3, the manufacturer of the selected product (selected product), the material of the product, the use, and other contents are posted as text. The text displayed in the title column A3-2 is referred to as a "title", and the text displayed in the detailed explanation column A3-3 is referred to as a "detailed explanation". The product is purchased by the purchaser by operating the product sales screen IM3.

以下、各部の機能について説明する。ログ収集部104は、利用者ごとのショッピングサイトの利用履歴を収集し、ログデータ152に登録する。図5は、ログデータ152の内容の一例を示すイメージ図である。図示するように、ログデータ152は、利用者の識別情報であるユーザIDに対して、利用者が閲覧した各種画面と、入力されたクエリ、表示されている紹介商品、購入された商品などの情報が対応付けられたものである。なお、ログデータ152は、ユーザIDごとに整理されたものでなくてもよい。また、実際には、紹介商品や商品の情報は、以下に説明する商品IDで表されてよい。 The functions of each part will be described below. The log collection unit 104 collects the usage history of the shopping site for each user and registers it in the log data 152. FIG. 5 is an image diagram showing an example of the contents of the log data 152. As shown in the figure, the log data 152 includes various screens viewed by the user, an input query, a displayed introduction product, a purchased product, and the like for the user ID which is the identification information of the user. Information is associated with it. The log data 152 does not have to be organized by user ID. Further, in reality, the introduced product and the product information may be represented by the product ID described below.

[ランキング処理]
図6は、ランキング処理部110による処理の流れの一例を示す図である。まず、ランキング処理部110の検索実行部112は、サイト提供部102から渡されたクエリを用いて、商品データ150を検索する。図7は、商品データ150の内容の一例を示す図である。商品データ150は、例えば、商品の識別情報である商品IDに対して、カテゴリの識別情報であるカテゴリID、商品画像、タイトル、詳細説明、価格、その他のデータが対応付けられたものである。これらのうち、商品IDは、不図示の出品受付部により付番された情報であり、その他の情報は、販売者により入力されたものである。カテゴリは、例えば階層的に設定されており、図示の例では、例えば「3」が「飲食品」、「35」が「お酒」、「356」が「赤ワイン」を示している。後述する学習処理部130は、学習処理において、例えばカテゴリ(カテゴリID)の任意の階層に着目して処理を行う。一例として、学習処理部130は、最下層の情報(図5では「356」)に着目して処理を行う。
[Ranking process]
FIG. 6 is a diagram showing an example of a processing flow by the ranking processing unit 110. First, the search execution unit 112 of the ranking processing unit 110 searches for the product data 150 by using the query passed from the site providing unit 102. FIG. 7 is a diagram showing an example of the contents of the product data 150. In the product data 150, for example, the product ID, which is the product identification information, is associated with the category ID, which is the category identification information, the product image, the title, the detailed description, the price, and other data. Of these, the product ID is information numbered by the exhibition reception unit (not shown), and the other information is input by the seller. The categories are set hierarchically, for example, and in the illustrated example, for example, "3" indicates "food and drink", "35" indicates "liquor", and "356" indicates "red wine". In the learning process, the learning processing unit 130, which will be described later, performs processing focusing on, for example, an arbitrary hierarchy of categories (category IDs). As an example, the learning processing unit 130 pays attention to the information in the lowest layer (“356” in FIG. 5) and performs processing.

例えば、検索実行部112は、タイトルまたは詳細説明の中にクエリが含まれる商品データ150のレコードを抽出し、その商品IDを取得する。これによって検索実行部112は、クエリに合致する商品を取得する。なお、検索実行部112は、任意の手法でクエリに合致する商品の商品IDを取得してよい。図6の例では、n個の商品IDが取得されたものとする。nは固定値でなくてもよく、抽出条件に該当する分の商品IDが取得されてよい。 For example, the search execution unit 112 extracts the record of the product data 150 including the query in the title or the detailed description, and acquires the product ID. As a result, the search execution unit 112 acquires the product that matches the query. The search execution unit 112 may acquire the product ID of the product that matches the query by any method. In the example of FIG. 6, it is assumed that n product IDs have been acquired. n does not have to be a fixed value, and the product ID corresponding to the extraction condition may be acquired.

特徴量取得部114は、検索実行部112により取得された各商品について(各商品IDについて)、モデル実行部116が入力データとして使用する特徴量を取得する。特徴量は、例えば、PV(Page View)数、クエリとのマッチ度合い、クリック数(選択回数)、価格、レビューの数などを含む。特徴量取得部114は、例えば、ログデータ152に対して必要な処理を行って、これらのデータを生成する。 The feature amount acquisition unit 114 acquires the feature amount used as input data by the model execution unit 116 for each product acquired by the search execution unit 112 (for each product ID). The feature amount includes, for example, the number of PV (Page View), the degree of matching with the query, the number of clicks (number of selections), the price, the number of reviews, and the like. The feature amount acquisition unit 114 performs necessary processing on the log data 152, for example, to generate these data.

特徴量取得部114は、例えば、その商品が、ログデータ152における検索結果表示画面に含められた表示された回数をPV数としてカウントする。また、特徴量取得部114は、クエリにおける単語列と、タイトルまたは詳細説明の中における単語列との一致数など、文字ベースの一致度合いに基づいて、クエリとのマッチ度合いを導出する。その他の事項についても、特徴量取得部114は、ログデータ152や商品データ150を参照し、必要に応じて処理を行って特徴量を取得する。そして、特徴量取得部114は、例えば、各種の特徴量を数値化して結合し、その商品に対応する一つの商品ベクトルを生成する。 The feature amount acquisition unit 114 counts, for example, the number of times the product is displayed on the search result display screen in the log data 152 as the number of PVs. Further, the feature amount acquisition unit 114 derives the matching degree with the query based on the character-based matching degree such as the number of matchings between the word string in the query and the word string in the title or the detailed description. Regarding other matters, the feature amount acquisition unit 114 refers to the log data 152 and the product data 150, and performs processing as necessary to acquire the feature amount. Then, the feature amount acquisition unit 114, for example, quantifies and combines various feature amounts to generate one product vector corresponding to the product.

モデル実行部116は、特徴量取得部114により生成された商品ベクトルのそれぞれを学習済みモデル118に、例えば順次入力することで、ランキング処理に用いられるスコアを導出する。そして、ランキング処理部110は、例えばスコアの高い順にk個の商品IDを選択し、サイト提供部102に出力する。サイト提供部102は、ランキング処理部110から取得したk個の商品IDを用いて商品データ150を検索し、抽出された商品の情報を検索結果表示画面に含めて利用者の端末装置10に表示させる。係る処理によって、より検索意図に近いと考えられるランキング対象を選択し、利用者に情報提供することができる。 The model execution unit 116 derives a score used for ranking processing by sequentially inputting each of the product vectors generated by the feature quantity acquisition unit 114 into the trained model 118, for example. Then, the ranking processing unit 110 selects, for example, k product IDs in descending order of score and outputs them to the site providing unit 102. The site providing unit 102 searches for product data 150 using k product IDs acquired from the ranking processing unit 110, includes the extracted product information in the search result display screen, and displays it on the user's terminal device 10. Let me. By such processing, it is possible to select a ranking target that is considered to be closer to the search intention and provide information to the user.

[学習処理]
以下、上記のような効果をもたらす学習済みモデル118の生成処理について説明する。学習処理部130は、ランキング対象である商品の特徴量を学習データ、ラベルを教師データとした複数のデータセットを用いて機械学習を行い、学習済みモデル118を生成する。特徴量は、モデル実行部116が入力データとして使用するものと同様であり、学習データは前述した商品ベクトルであってよい。従って、学習処理部130は、特徴量取得部114から処理結果を取得して処理を行ってよい。なお、本実施形態において学習処理部130は、ショッピングサーバ100並びに情報処理装置に含まれるものとしているが、別体の情報処理装置(学習装置)として構成されてもよい。
[Learning process]
Hereinafter, the generation process of the trained model 118 that brings about the above effects will be described. The learning processing unit 130 performs machine learning using a plurality of data sets in which the feature amount of the product to be ranked is the learning data and the label is the teacher data, and the trained model 118 is generated. The feature amount is the same as that used by the model execution unit 116 as input data, and the training data may be the product vector described above. Therefore, the learning processing unit 130 may acquire the processing result from the feature amount acquisition unit 114 and perform the processing. Although the learning processing unit 130 is included in the shopping server 100 and the information processing device in the present embodiment, it may be configured as a separate information processing device (learning device).

図8は、学習処理部130による処理の内容の一例を示す図である。図示するように、学習処理部130は、商品ベクトルを機械学習モデルに入力することで出力されるスコアが、ラベルが大きいほど高くなるように、機械学習モデルのパラメータを調整する。機械学習モデルは、例えば、ニューラルネットワークを元に構成されるモデルであるが、これに限らず任意のモデルを使用することができる。 FIG. 8 is a diagram showing an example of the content of processing by the learning processing unit 130. As shown in the figure, the learning processing unit 130 adjusts the parameters of the machine learning model so that the score output by inputting the product vector into the machine learning model becomes higher as the label becomes larger. The machine learning model is, for example, a model constructed based on a neural network, but the model is not limited to this, and any model can be used.

図9は、学習処理部130によるラベルの決定手法について説明するための図である。例えば、図9の上図で示すように、ある検索結果表示画面で表示された紹介商品が(1)~(4)であり、利用者によって商品(2)が選択されて商品販売画面に遷移したが、購入はされなかった。商品(1)は、商品(2)と同じカテゴリIDが付与された商品であったものとする。この場合、学習処理部130は、例えば、商品(2)にラベル値2を付与し、商品(1)にもラベル値1を付与する。また、図9の下図で示すように、別の検索結果表示画面で表示された紹介商品が同様に(1)~(4)であり、商品(3)が選択され、購入された。商品(4)は、商品(3)と同じカテゴリIDが付与された商品であったものとする。この場合、学習処理部130は、例えば、商品(3)にラベル値4を付与し、商品(1)にもラベル値1を付与する。なお、後者の場合、商品(1)に1よりも大きく4よりも小さい任意のラベル値を付与するようにしてもよい。なお、この1、2、4といった数値はあくまで一例であり、図9の上図の例において商品(2)に付与されるラベル値が商品(1)に付与されるラベル値以上であり、商品(1)に付与されるラベル値が商品(3)(4)に付与されるラベル値以上である関係が成立すればよく、図9の下図の例において商品(3)に付与されるラベル値が商品(4)に付与されるラベル値よりも大きく、商品(4)に付与されるラベル値が商品(1)(2)に付与されるラベル値よりも大きい関係が成立すれば、任意の数値を使用してよい。また、上記では階層的なカテゴリのうち最下層の情報に着目して「同じカテゴリが付与された」ことを判断するものとしたが、最下層では一致しないがより上層でカテゴリが一致する場合に、最下層のカテゴリが一致する場合よりも小さいラベル値(例えば0.5など)を付与してもよい。 FIG. 9 is a diagram for explaining a label determination method by the learning processing unit 130. For example, as shown in the upper figure of FIG. 9, the introduced products displayed on a certain search result display screen are (1) to (4), and the product (2) is selected by the user to transition to the product sales screen. However, it was not purchased. It is assumed that the product (1) is a product to which the same category ID as the product (2) is given. In this case, the learning processing unit 130 assigns the label value 2 to the product (2) and also assigns the label value 1 to the product (1), for example. Further, as shown in the lower figure of FIG. 9, the introduced products displayed on another search result display screen are similarly (1) to (4), and the product (3) is selected and purchased. It is assumed that the product (4) is a product to which the same category ID as the product (3) is given. In this case, the learning processing unit 130 assigns the label value 4 to the product (3) and assigns the label value 1 to the product (1), for example. In the latter case, the product (1) may be given an arbitrary label value larger than 1 and smaller than 4. The numerical values such as 1, 2, and 4 are merely examples, and the label value given to the product (2) in the example of the upper figure of FIG. 9 is equal to or higher than the label value given to the product (1). It suffices if the relationship that the label value given to (1) is equal to or higher than the label value given to the product (3) and (4) is established, and the label value given to the product (3) in the example of the lower figure of FIG. Is larger than the label value given to the product (4), and the label value given to the product (4) is larger than the label value given to the products (1) and (2). You may use a number. Further, in the above, it is determined that "the same category is given" by focusing on the information of the lowest layer among the hierarchical categories, but when the categories do not match in the lowest layer but the categories match in the upper layer. , A label value smaller than the case where the categories of the bottom layer match (for example, 0.5) may be given.

このように、学習処理部130は、利用者により選択または購入された(所定の行動がなされた)商品について、高い評価を示すラベル値を付与すると共に、選択または購入された商品と同じカテゴリの商品についても、次に高い評価を示すラベル値を付与する。次に高い評価を示すラベル値とは、選択または購入された商品よりも低く、且つ、選択または購入されないと共に選択または購入された商品とカテゴリが異なる商品よりも高いラベル値である。従って、ラベル値は、選択または購入された商品、および、選択または購入された商品と同じカテゴリが付与された商品を、選択または購入されておらず且つ選択または購入された商品と同じカテゴリが付与されていないランキング対象よりも高く評価したものとなる。 In this way, the learning processing unit 130 assigns a label value indicating a high evaluation to the product selected or purchased by the user (the predetermined action is performed), and also assigns a label value indicating a high evaluation to the product in the same category as the selected or purchased product. Label values indicating the next highest evaluation are also given to products. The next highest rated label value is a label value that is lower than the selected or purchased product and higher than the product that is not selected or purchased and is in a different category from the selected or purchased product. Therefore, the label value is given to the selected or purchased product and the product to which the same category as the selected or purchased product is given, and the same category as the selected or purchased product which has not been selected or purchased. It will be evaluated higher than the ranking target that has not been done.

学習処理部130は、複数の検索結果表示画面に関する選択または購入の結果に対して同様に処理を行い、それぞれの商品にラベル値を付与し、教師データとなるラベルとする。 The learning processing unit 130 performs the same processing on the selection or purchase results related to the plurality of search result display screens, assigns a label value to each product, and uses the label as teacher data.

学習処理部130は、上記のように各商品のラベルを求めると、機械学習モデルの出力するスコアが、ラベルが大きいほど高くなるように、機械学習モデルのパラメータを調整する。例えば、商品(m)の商品ベクトルをVm、ラベルをLmと表現し、機械学習モデルを関数f(Vm)と表現した場合において、ラベルの大小関係がL2>L1>L3>L4であったとすると、学習処理部130は、f(V2)>f(V1)>f(V3)>f(V4)となる方向に機械学習モデルのパラメータを調整する。予め用意されたデータセットの全てについて処理が行われて調整が完了した時点の機械学習モデルが、学習済みモデル118として用いられる。 When the label of each product is obtained as described above, the learning processing unit 130 adjusts the parameters of the machine learning model so that the score output by the machine learning model becomes higher as the label is larger. For example, when the product vector of the product (m) is expressed as Vm, the label is expressed as Lm, and the machine learning model is expressed as the function f (Vm), the magnitude relation of the labels is L2> L1> L3> L4. , The learning processing unit 130 adjusts the parameters of the machine learning model in the direction of f (V2)> f (V1)> f (V3)> f (V4). The machine learning model at the time when all the data sets prepared in advance are processed and the adjustment is completed is used as the trained model 118.

以上説明したように学習済みモデル118を生成することで、より検索意図に近いと考えられる商品を選択することができる。従来の手法では、選択または購入された商品のみを評価する形でラベルを設定していた。この場合、どうしても人気商品や売れ筋の商品に対して高いラベルが設定されることになるし、低価格の商品の方が選択・購入回数が多くなるのは当然であるため高価格の商品のラベルが低くなる傾向が生じていた。このため、利用者が、あまり有名でない商品を意図してクエリを入力した場合、或いは高価格な商品を意図してクエリを入力した場合、検索意図と異なる商品が列挙されてしまう場合があった。 By generating the trained model 118 as described above, it is possible to select a product that is considered to be closer to the search intention. In the conventional method, the label is set by evaluating only the selected or purchased product. In this case, high labels will be set for popular products and top-selling products, and it is natural that low-priced products will be selected and purchased more often, so labels for high-priced products will be set. Tended to be low. For this reason, when a user inputs a query with the intention of a less famous product, or when a user inputs a query with the intention of a high-priced product, products different from the search intention may be listed. ..

これに対し、実施形態の手法では、選択または購入された商品と同じカテゴリの商品についても、ある程度の評価を与えるようにラベルを設定するため、より検索意図に近いと考えられる商品を選択することができる。選択または購入された商品は、検索意図に沿っている蓋然性が高いものであり、それと同じカテゴリが付与されているということは、同様に検索意図に沿っている蓋然性を有すると考えられるからである。 On the other hand, in the method of the embodiment, even for products in the same category as the selected or purchased product, the label is set so as to give a certain degree of evaluation, so that the product considered to be closer to the search intention is selected. Can be done. This is because the selected or purchased product has a high probability of being in line with the search intent, and the fact that the same category is given is considered to have the same probability of being in line with the search intent. ..

以上説明した実施形態によれば、クエリに合致する商品の特徴量(商品ベクトル)を、特徴量(商品ベクトル)を入力するとスコアを出力する学習済みモデル118に入力することで商品ごとのスコアを取得し、スコアに基づいてランキング処理を行い、ランキング結果が上位となったランキング対象を選択するランキング処理部110を備え、学習済みモデル118は、選択または購入された商品だけでなく、選択または購入された商品と同じカテゴリが付与された商品についても評価を高くするラベルを用いて生成されたものであるため、より検索意図に近いと考えられる商品を選択することができる。 According to the embodiment described above, the score for each product is obtained by inputting the feature amount (product vector) of the product that matches the query into the trained model 118 that outputs the score when the feature amount (product vector) is input. The trained model 118 includes a ranking processing unit 110 that acquires, performs ranking processing based on the score, and selects a ranking target having a higher ranking result, and the trained model 118 is selected or purchased as well as the selected or purchased product. Since the products to which the same category as the products are given are also generated by using a label that gives a high evaluation, it is possible to select a product that is considered to be closer to the search intention.

<他の実施形態>
情報処理装置は、ショッピングサーバとは別体のプロセッサにより構成されてもよい。図10は、他の実施形態に係る情報処理装置の実装例を示す図である。図示するように、学習処理部130を備える情報処理装置(学習装置)Aと、ランキング処理部110を備える情報処理装置(ランキング処理装置)Bとが、それぞれショッピングサーバCと別体に構成され、これらがネットワークNWを介して互いに通信するように構成されてもよい。この例において、情報処理装置Aと情報処理装置Bは統合されて一つの装置であってもよい。図10において図1と同じ符号を付している構成要素は、図1に即して説明したものと同様の機能を有するものとする。
<Other embodiments>
The information processing device may be configured by a processor separate from the shopping server. FIG. 10 is a diagram showing an implementation example of an information processing apparatus according to another embodiment. As shown in the figure, the information processing device (learning device) A including the learning processing unit 130 and the information processing device (ranking processing device) B including the ranking processing unit 110 are configured separately from the shopping server C, respectively. They may be configured to communicate with each other via the network NW. In this example, the information processing device A and the information processing device B may be integrated into one device. The components having the same reference numerals as those in FIG. 10 in FIG. 10 shall have the same functions as those described with reference to FIG.

図10の実装例において、情報処理装置Aの学習処理部130は、所望のタイミングで商品データ150およびログデータ152をショッピングサーバCから取得して、上記説明したものと同様の処理を行う。そして、生成した学習済みモデルを情報処理装置Bに提供する。 In the implementation example of FIG. 10, the learning processing unit 130 of the information processing apparatus A acquires the product data 150 and the log data 152 from the shopping server C at a desired timing, and performs the same processing as described above. Then, the generated trained model is provided to the information processing apparatus B.

情報処理装置Bは、クエリ取得部106を備える。クエリ取得部105は、ショッピングサーバCからランキング依頼と共にクエリを取得し、クエリをランキング処理部110に渡す。ランキング処理部110は、予めショッピングサーバCから一日に一回程度の頻度で取得している商品データ150およびログデータ152と、情報処理装置Aから取得した学習済みモデル118を用いて、上記説明したものと同様の処理を行う。係る構成によっても、上記実施形態と同様に、より検索意図に近いと考えられる商品を選択することができる。 The information processing device B includes a query acquisition unit 106. The query acquisition unit 105 acquires a query together with a ranking request from the shopping server C, and passes the query to the ranking processing unit 110. The ranking processing unit 110 uses the product data 150 and the log data 152, which are previously acquired from the shopping server C about once a day, and the learned model 118, which is acquired from the information processing apparatus A, to explain the above. Perform the same processing as the one you did. Also with such a configuration, it is possible to select a product that is considered to be closer to the search intention, as in the above embodiment.

以上、本発明を実施するための形態について実施形態を用いて説明したが、本発明はこうした実施形態に何等限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々の変形及び置換を加えることができる。 Although the embodiments for carrying out the present invention have been described above using the embodiments, the present invention is not limited to these embodiments, and various modifications and substitutions are made without departing from the gist of the present invention. Can be added.

100 ショッピングサーバ(情報処理装置)
102 サイト提供部
104 ログ収集部
106 クエリ取得部
110 ランキング処理部
112 検索実行部
114 特徴量取得部
116 モデル実行部
118 学習済みモデル
130 学習処理部
150 商品データ
152 ログデータ
A、B 情報処理装置
C ショッピングサーバ
100 Shopping server (information processing device)
102 Site provision unit 104 Log collection unit 106 Query acquisition unit 110 Ranking processing unit 112 Search execution unit 114 Feature quantity acquisition unit 116 Model execution unit 118 Learned model 130 Learning processing unit 150 Product data 152 Log data A, B Information processing device C Shopping server

Claims (5)

利用者によって入力されたクエリを取得する取得部と、
前記クエリに合致するランキング対象の特徴量を学習済みモデルに入力することで、前記ランキング対象のスコアを導出し、スコアに基づいてランキング処理を行うランキング処理部と、を備え、
前記学習済みモデルは、前記ランキング対象の特徴量を学習データとし、利用者の行動履歴と前記ランキング対象のカテゴリとに基づくラベルを教師データとした機械学習によって学習されたものである、
情報処理装置。
An acquisition unit that acquires the query entered by the user,
It is provided with a ranking processing unit that derives the score of the ranking target by inputting the feature amount of the ranking target that matches the query into the trained model and performs ranking processing based on the score.
The trained model is learned by machine learning using the feature amount of the ranking target as training data and the label based on the user's behavior history and the ranking target category as teacher data.
Information processing equipment.
前記ラベルは、前記ランキング対象が提示されるのに応じて利用者が所定の行動を行った場合の、提示された前記ランキング対象と同じカテゴリが付与された前記ランキング対象を、前記同じカテゴリが付与されていない前記ランキング対象よりも高く評価したものである、
請求項1記載の情報処理装置。
The label is given the same category to the ranking target to which the same category as the presented ranking target is given when the user performs a predetermined action in response to the presentation of the ranking target. It is evaluated higher than the above-mentioned ranking target that has not been done.
The information processing apparatus according to claim 1.
前記学習データと教師データに基づく機械学習によって前記学習済みモデルを生成する学習処理部を更に備える、
請求項1または2記載の情報処理装置。
Further provided with a learning processing unit that generates the trained model by machine learning based on the training data and the teacher data.
The information processing apparatus according to claim 1 or 2.
コンピュータが、
利用者によって入力されたクエリを取得し、
前記クエリに合致するランキング対象の特徴量を学習済みモデルに入力することで、前記ランキング対象のスコアを導出し、スコアに基づいてランキング処理を行う情報処理方法であって、
前記学習済みモデルは、前記ランキング対象の特徴量を学習データとし、利用者の行動履歴と前記ランキング対象のカテゴリとに基づくラベルを教師データとした機械学習によって学習されたものである、
情報処理方法。
The computer
Get the query entered by the user and
It is an information processing method that derives the score of the ranking target by inputting the feature amount of the ranking target that matches the query into the trained model and performs the ranking process based on the score.
The trained model is learned by machine learning using the feature amount of the ranking target as training data and the label based on the user's behavior history and the ranking target category as teacher data.
Information processing method.
コンピュータに、
利用者によって入力されたクエリを取得させ、
前記クエリに合致するランキング対象の特徴量を学習済みモデルに入力することで、前記ランキング対象のスコアを導出し、スコアに基づいてランキング処理を行わせるプログラムであって、
前記学習済みモデルは、前記ランキング対象の特徴量を学習データとし、利用者の行動履歴と前記ランキング対象のカテゴリとに基づくラベルを教師データとした機械学習によって学習されたものである、
プログラム。
On the computer
Get the query entered by the user
It is a program that derives the score of the ranking target by inputting the feature amount of the ranking target that matches the query into the trained model, and causes the ranking process to be performed based on the score.
The trained model is learned by machine learning using the feature amount of the ranking target as training data and the label based on the user's behavior history and the ranking target category as teacher data.
program.
JP2022039169A 2019-04-17 2022-03-14 Information processing device, information processing method, and program Active JP7354329B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022039169A JP7354329B2 (en) 2019-04-17 2022-03-14 Information processing device, information processing method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019078541A JP7042770B2 (en) 2019-04-17 2019-04-17 Information processing equipment, information processing methods, and programs
JP2022039169A JP7354329B2 (en) 2019-04-17 2022-03-14 Information processing device, information processing method, and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2019078541A Division JP7042770B2 (en) 2019-04-17 2019-04-17 Information processing equipment, information processing methods, and programs

Publications (2)

Publication Number Publication Date
JP2022066610A true JP2022066610A (en) 2022-04-28
JP7354329B2 JP7354329B2 (en) 2023-10-02

Family

ID=72935550

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2019078541A Active JP7042770B2 (en) 2019-04-17 2019-04-17 Information processing equipment, information processing methods, and programs
JP2022039169A Active JP7354329B2 (en) 2019-04-17 2022-03-14 Information processing device, information processing method, and program

Family Applications Before (1)

Application Number Title Priority Date Filing Date
JP2019078541A Active JP7042770B2 (en) 2019-04-17 2019-04-17 Information processing equipment, information processing methods, and programs

Country Status (1)

Country Link
JP (2) JP7042770B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7167370B1 (en) 2022-02-03 2022-11-08 ヤフー株式会社 Information processing device, information processing method, and information processing program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012203821A (en) * 2011-03-28 2012-10-22 Yahoo Japan Corp Search ranking generation device and method
JP2014507712A (en) * 2011-01-14 2014-03-27 アリババ・グループ・ホールディング・リミテッド Ranking query results based on individual needs
JP2014174753A (en) * 2013-03-08 2014-09-22 Yahoo Japan Corp Information processing unit, information processing method, and information processing program
JP2016511906A (en) * 2013-03-28 2016-04-21 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Ranking product search results

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011154467A (en) * 2010-01-26 2011-08-11 Ntt Docomo Inc Retrieval result ranking method and system
JP2014215826A (en) * 2013-04-25 2014-11-17 株式会社デンソー Search system
US10628431B2 (en) * 2017-04-06 2020-04-21 Salesforce.Com, Inc. Predicting a type of a record searched for by a user

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014507712A (en) * 2011-01-14 2014-03-27 アリババ・グループ・ホールディング・リミテッド Ranking query results based on individual needs
JP2012203821A (en) * 2011-03-28 2012-10-22 Yahoo Japan Corp Search ranking generation device and method
JP2014174753A (en) * 2013-03-08 2014-09-22 Yahoo Japan Corp Information processing unit, information processing method, and information processing program
JP2016511906A (en) * 2013-03-28 2016-04-21 アリババ・グループ・ホールディング・リミテッドAlibaba Group Holding Limited Ranking product search results

Also Published As

Publication number Publication date
JP7354329B2 (en) 2023-10-02
JP7042770B2 (en) 2022-03-28
JP2020177401A (en) 2020-10-29

Similar Documents

Publication Publication Date Title
US10672052B2 (en) Method, apparatus, system, and computer program for offering and displaying product information
US11907240B2 (en) Method and system for presenting a search result in a search result card
US9262784B2 (en) Method, medium, and system for comparison shopping
US11023545B2 (en) Method and device for displaying recommended contents
US7003503B2 (en) Ranking items
EP2488971B1 (en) Dynamic search suggestion and category specific completion
CN109635198B (en) Method, device, medium and electronic equipment for presenting user search results on commodity display platform
JP2012203821A (en) Search ranking generation device and method
US10497041B1 (en) Updating content pages with suggested search terms and search results
JP5663705B1 (en) Display control device, display control device control method, program, and information storage medium
CN112036981A (en) Method, device, equipment and medium for providing target comparison commodities
JP6945518B2 (en) Information processing equipment, information processing methods and information processing programs
JP7354329B2 (en) Information processing device, information processing method, and program
US8903817B1 (en) Determining search relevance from user feedback
US10417687B1 (en) Generating modified query to identify similar items in a data store
JP7082075B2 (en) Information processing equipment, information processing methods, and programs
JP6802214B2 (en) Information processing equipment, information processing methods, and programs
CN112445909A (en) Commodity retrieval method and device
JP6698041B2 (en) Information processing apparatus, method and program
CN112364265B (en) Search result display method, electronic device, and computer storage medium
JP7140561B2 (en) Information processing device, information processing method, and program
JP6246271B1 (en) Attribute evaluation apparatus, sales system, attribute evaluation method, and attribute evaluation program
JP6976233B2 (en) Information processing equipment, information processing methods, and programs
JP6879958B2 (en) Information processing equipment, information processing methods, and programs
JP7231468B2 (en) Information processing system and information processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220418

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230322

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20230522

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230628

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20230905

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230920

R150 Certificate of patent or registration of utility model

Ref document number: 7354329

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350