JP2021176085A - ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム - Google Patents
ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム Download PDFInfo
- Publication number
- JP2021176085A JP2021176085A JP2021093596A JP2021093596A JP2021176085A JP 2021176085 A JP2021176085 A JP 2021176085A JP 2021093596 A JP2021093596 A JP 2021093596A JP 2021093596 A JP2021093596 A JP 2021093596A JP 2021176085 A JP2021176085 A JP 2021176085A
- Authority
- JP
- Japan
- Prior art keywords
- brand
- query
- product
- target text
- target
- 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
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
図1は、商品等評価装置を利用した販売仲介サーバ200と、ブランド辞書作成装置300との構成および使用環境の一例を示す図である。販売仲介サーバ200は、端末装置100によってアクセスされ、商品またはサービス(以下、商品等)の販売を仲介するための装置であり、いわゆるショッピングサイトやオークションサイトを提供する装置である。ここで、「サイト」とは、ブラウザによって再生されるウェブサイトの他、アプリケーションプログラムによって表示されるアプリ画面の元データを含むものとする。販売仲介サーバ200の運営者には、商品等の出品者により出品される商品等に関する商品等データが提供される。商品等データは、商品等のタイトルや詳細説明などを含む。
販売仲介サーバ200は、例えば、販売画面提供部210と、ランキング処理部212と、ログ収集部214と、対象語句取得部230と、ブランド名抽出部232と、注意対象商品等特定部234とを備える。これらの構成要素は、例えば、CPU(Central Processing Unit)などのプロセッサがプログラム(ソフトウェア)を実行することにより実現される。また、これらの構成要素のうち一部または全部は、LSI(Large Scale Integration)やASIC(Application Specific Integrated Circuit)、FPGA(Field-Programmable Gate Array)、GPU(Graphics Processing Unit)などのハードウェアによって実現されてもよいし、ソフトウェアとハードウェアの協働によって実現されてもよい。
以下、ブランド辞書240を作成するブランド辞書作成装置300について説明する。ブランド辞書作成装置300は、例えば、クエリ取得部310と、出現数カウント部312と、判定部314と、作成部316とを備える。これらの構成要素は、例えば、CPUなどのプロセッサがプログラム(ソフトウェア)を実行することにより実現される。また、これらの構成要素のうち一部または全部は、LSIやASIC、FPGA、GPUなどのハードウェアによって実現されてもよいし、ソフトウェアとハードウェアの協働によって実現されてもよい。
判定部314は、条件式(1)で示すように、対象テキストの先頭出現数(つまり、s1)を、対象テキストの総出現数ntによって除した指標値(割合)rを導出する。判定部314は、導出した指標値rが、第1閾値thrよりも大きい場合、その他の条件を満たすのであれば、対象テキストをブランド辞書に含めると判定する。式中、rは、指標値rであり、thrは、第1閾値thrである(0<thr<1、より好ましくは、thrは0.5程度)。
r>thr …(1)
判定部314は、条件式(2)で示すように、対象テキストの総出現数ntが、所定の閾値(例えば、第2閾値thnとデータ収集期間の日数とを乗じた値)よりも大きい場合、その他の条件を満たすのであれば、対象テキストをブランド辞書に含めると判定する。式中、ntは、総出現数ntであり。Dは、データ収集期間の日数であり、thnは、第2閾値thnである(1<thn、好ましくは、10〜100程度)。
nt>thn×D…(2)
判定部314は、条件式(3)で示すように、データ収集期間の中で対象テキストを含むクエリが観測された出現日数ctが、所定の閾値(例えば、第3閾値thcと出現日数とを乗じた値)よりも大きい場合、その他の条件を満たすのであれば、対象テキストをブランド辞書に含めると判定する。式中、ctは、出現日数ctであり、Dは、データ収集期間の日数であり、thcは、第3閾値thcである(0<thc<1、より好ましくは、thcは0.5〜0.9程度)。
nt>thn×D…(2)
Claims (11)
- ネットワークを介して商品またはサービス(以下、商品等)を販売するための販売画面に対して入力されたクエリを取得するクエリ取得部と、
前記取得されたクエリに含まれる対象テキスト毎に、前記対象テキストがクエリにおいて出現した位置ごとの出現数に基づいて、前記対象テキストをブランド辞書に含めるか否かを判定する判定部と、
を備えるブランド辞書作成装置。 - 前記判定部は、前記対象テキストがクエリの先頭に出現した割合に基づいて、前記対象テキストをブランド辞書に含めるか否かを判定する、
請求項1記載のブランド辞書作成装置。 - 前記判定部は、前記割合が第1閾値よりも大きい場合、前記対象テキストを前記ブランド辞書に含めると判定する、
請求項2に記載のブランド辞書作成装置。 - 前記判定部は、更に、前記出現数が観測された期間のデータ収集期間に対する比率に基づいて、前記対象テキストを前記ブランド辞書に含めるか否かを判定する、
請求項1から3のうちいずれか一項に記載のブランド辞書作成装置。 - 前記判定部は、更に、データ収集期間の中で前記対象テキストを含むクエリが観測された単位期間の数の、前記データ収集期間の長さに対する比率に基づいて、前記対象テキストを前記ブランド辞書に含めるか否かを判定する、
請求項1から4のうちいずれか一項に記載のブランド辞書作成装置。 - 前記判定部は、前記対象テキストが3文字以上のカタカナで構成されない場合、前記対象テキストを前記ブランド辞書に含めないと判定する、
請求項1から5のうちいずれか一項に記載のブランド辞書作成装置。 - 請求項1から請求項6のうちいずれか一項に記載のブランド辞書作成装置と、
ネットワークを介して販売される商品またはサービス(以下、商品等)の紹介画面に含まれる対象語句を取得する対象語句取得部と、
前記ブランド辞書を参照し、前記対象語句の中に含まれるブランド名を抽出するブランド名抽出部と、
前記ブランド名抽出部により抽出されたブランド名の数に基づいて、注意対象の商品等を特定する監視部と、
を備える商品等評価装置。 - 前記監視部は、前記ブランド名抽出部により抽出されたブランド名の数が所定数以上である場合、前記対象語句が取得された取得元の商品等を前記注意対象の商品等と特定する、
請求項7に記載の商品等評価装置。 - 前記監視部は、前記ブランド名抽出部により抽出されたブランド名の数に基づいて、前記注意対象の商品等を出品した出品者に対する段階的な処理を行う、
請求項7又は請求項8に記載の商品等評価装置。 - コンピュータが、
ネットワークを介して商品またはサービス(以下、商品等)を販売するための販売画面に対して入力されたクエリを取得し、
前記取得されたクエリに含まれる対象テキスト毎に、前記対象テキストがクエリにおいて出現した位置ごとの出現数に基づいて、前記対象テキストをブランド辞書に含めるか否かを判定する、
ブランド辞書作成方法。 - コンピュータに、
ネットワークを介して商品またはサービス(以下、商品等)を販売するための販売画面に対して入力されたクエリを取得させ、
前記取得されたクエリに含まれる対象テキスト毎に、前記対象テキストがクエリにおいて出現した位置ごとの出現数に基づいて、前記対象テキストをブランド辞書に含めるか否かを判定させる、
プログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021093596A JP6960553B2 (ja) | 2018-08-29 | 2021-06-03 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2018160217A JP6894875B2 (ja) | 2018-08-29 | 2018-08-29 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム。 |
| JP2021093596A JP6960553B2 (ja) | 2018-08-29 | 2021-06-03 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2018160217A Division JP6894875B2 (ja) | 2018-08-29 | 2018-08-29 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム。 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2021176085A true JP2021176085A (ja) | 2021-11-04 |
| JP6960553B2 JP6960553B2 (ja) | 2021-11-05 |
Family
ID=69668173
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2018160217A Active JP6894875B2 (ja) | 2018-08-29 | 2018-08-29 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム。 |
| JP2021093596A Active JP6960553B2 (ja) | 2018-08-29 | 2021-06-03 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2018160217A Active JP6894875B2 (ja) | 2018-08-29 | 2018-08-29 | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム。 |
Country Status (1)
| Country | Link |
|---|---|
| JP (2) | JP6894875B2 (ja) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113313187B (zh) * | 2021-06-09 | 2024-09-06 | 有米科技股份有限公司 | 基于文本信息的品牌识别方法及装置 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20110113063A1 (en) * | 2009-11-09 | 2011-05-12 | Bob Schulman | Method and system for brand name identification |
| JP2012141764A (ja) * | 2010-12-28 | 2012-07-26 | Yahoo Japan Corp | スパム候補抽出装置及びその方法 |
| US8751478B1 (en) * | 2011-12-28 | 2014-06-10 | Symantec Corporation | Systems and methods for associating brands with search queries that produce search results with malicious websites |
| US20160180247A1 (en) * | 2014-12-20 | 2016-06-23 | Microsoft Technology Licensing, Llc | Latency-Efficient Multi-Stage Tagging Mechanism |
| CN107330752A (zh) * | 2017-05-31 | 2017-11-07 | 北京京东尚科信息技术有限公司 | 识别品牌词的方法和装置 |
Family Cites Families (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2004070405A (ja) * | 2002-08-01 | 2004-03-04 | Mitsubishi Electric Corp | Webページの風評情報抽出装置 |
| JP2011175453A (ja) * | 2010-02-24 | 2011-09-08 | Kansai Electric Power Co Inc:The | キーワード検索システム |
| JP2012247948A (ja) * | 2011-05-26 | 2012-12-13 | Nippon Telegr & Teleph Corp <Ntt> | 辞書管理装置、辞書管理方法、辞書管理プログラム |
| JP5113936B1 (ja) * | 2011-11-24 | 2013-01-09 | 楽天株式会社 | 情報処理装置、情報処理方法、情報処理装置用プログラム、および、記録媒体 |
| US9858609B2 (en) * | 2012-06-27 | 2018-01-02 | Rakuten, Inc. | Information processing apparatus, information processing method, and information processing program |
| WO2016103383A1 (ja) * | 2014-12-25 | 2016-06-30 | 楽天株式会社 | 情報処理装置、情報処理方法、プログラム、記憶媒体 |
| US20160188660A1 (en) * | 2014-12-31 | 2016-06-30 | Ebay Inc. | Determining search results using session based refinements |
-
2018
- 2018-08-29 JP JP2018160217A patent/JP6894875B2/ja active Active
-
2021
- 2021-06-03 JP JP2021093596A patent/JP6960553B2/ja active Active
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20110113063A1 (en) * | 2009-11-09 | 2011-05-12 | Bob Schulman | Method and system for brand name identification |
| JP2012141764A (ja) * | 2010-12-28 | 2012-07-26 | Yahoo Japan Corp | スパム候補抽出装置及びその方法 |
| US8751478B1 (en) * | 2011-12-28 | 2014-06-10 | Symantec Corporation | Systems and methods for associating brands with search queries that produce search results with malicious websites |
| US20160180247A1 (en) * | 2014-12-20 | 2016-06-23 | Microsoft Technology Licensing, Llc | Latency-Efficient Multi-Stage Tagging Mechanism |
| CN107330752A (zh) * | 2017-05-31 | 2017-11-07 | 北京京东尚科信息技术有限公司 | 识别品牌词的方法和装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP6894875B2 (ja) | 2021-06-30 |
| JP2020035126A (ja) | 2020-03-05 |
| JP6960553B2 (ja) | 2021-11-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4962967B2 (ja) | Webページ検索サーバ及びクエリ推薦方法 | |
| US10360605B2 (en) | Server apparatus, information providing method, information providing program, recording medium recording the information providing program, and information providing system | |
| US8812505B2 (en) | Method for recommending best information in real time by appropriately obtaining gist of web page and user's preference | |
| JP5083669B2 (ja) | 情報抽出システム、情報抽出方法、情報抽出プログラムおよび情報サービスシステム | |
| US20130110601A1 (en) | Information processing device, information processing method, information processing program, and recording medium having information processing program recorded thereon | |
| US20140156464A1 (en) | Information processing apparatus, information processing method, information processing program, recording medium having stored therein information processing program | |
| JP5541049B2 (ja) | データ生成装置、データの生成方法及びデータ生成プログラム | |
| JP6018338B1 (ja) | 情報処理装置、情報処理方法、及び情報処理プログラム | |
| US20150347423A1 (en) | Methods for completing a user search | |
| JP6960253B2 (ja) | 商品等評価装置、商品等評価方法、およびプログラム | |
| WO2011093358A1 (ja) | 情報検索装置、情報検索方法、情報検索プログラム及び記録媒体 | |
| JP6960553B2 (ja) | ブランド辞書作成装置、商品等評価装置、ブランド辞書作成方法及びプログラム | |
| JP6982546B2 (ja) | 情報提供装置、情報提供方法、およびプログラム | |
| JP2007018285A (ja) | 情報提供システム、情報提供方法、情報提供装置並びに情報提供プログラム | |
| JP5483269B2 (ja) | 情報検索装置、情報検索方法 | |
| JP6424194B2 (ja) | 情報処理装置、情報処理方法、及び情報処理プログラム | |
| JP6993955B2 (ja) | 情報処理装置、情報処理方法、およびプログラム | |
| JP6506839B2 (ja) | 不満情報処理装置及びシステム | |
| CN118445494A (zh) | 一种基于属性图模型的协同推荐方法、装置、设备及介质 | |
| JP6964445B2 (ja) | ブランド辞書作成装置、ブランド辞書作成方法、およびプログラム | |
| CN116910129A (zh) | 一种企业标签展示方法及装置 | |
| JP2004088454A (ja) | 画像情報表示システム | |
| JP6879958B2 (ja) | 情報処理装置、情報処理方法、およびプログラム | |
| JP3992964B2 (ja) | 情報提供システム、サーバコンピュータ、プログラム、及び記録媒体 | |
| JP5908338B2 (ja) | 特徴語選定サーバ及び特徴語選定方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210618 |
|
| A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20210618 |
|
| 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: 20210914 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20211011 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6960553 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 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |