JP6741357B2 - マルチ関連ラベルを生成する方法及びシステム - Google Patents
マルチ関連ラベルを生成する方法及びシステム Download PDFInfo
- Publication number
- JP6741357B2 JP6741357B2 JP2019504995A JP2019504995A JP6741357B2 JP 6741357 B2 JP6741357 B2 JP 6741357B2 JP 2019504995 A JP2019504995 A JP 2019504995A JP 2019504995 A JP2019504995 A JP 2019504995A JP 6741357 B2 JP6741357 B2 JP 6741357B2
- Authority
- JP
- Japan
- Prior art keywords
- label
- vector
- association
- labels
- updated
- 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.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/35—Clustering; Classification
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
- G06N3/0442—Recurrent networks, e.g. Hopfield networks characterised by memory or gating, e.g. long short-term memory [LSTM] or gated recurrent units [GRU]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/09—Supervised learning
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Biophysics (AREA)
- Evolutionary Computation (AREA)
- Biomedical Technology (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- Computational Linguistics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
特徴抽出器202は、入力データインスタンスを、データの分類に有用である顕著な特徴を含む特徴ベクトルに変換する。データが長さTのワードシーケンスのテキスト文書である場合、このシーケンスはまず、ワードIdナンバーのシーケンス、W=w1,w2,...,wt,...,wTに変換され、ここで、任意のt=1,...,Tについて、wtは、1≦wt≦|V|であるような正の整数である。Vは、語彙と称される所定のワードのセットであり、このセット内の各ワードは、一意のIdナンバーを有し、|V|は、語彙サイズを表す。
本発明の実施形態によるシーケンス生成器が、図2に示されている。特徴抽出器202によって得られた1つの特徴ベクトル又は特徴ベクトルのシーケンスは、ラベル予測器203にフィードされ、このラベル予測器は、入力ベクトル(複数の場合もある)のラベルの関連確率を推測する。ここで、ラベル予測器として注目ベース再帰シーケンス生成器(ARSG:attention-based recurrent sequence generator)を用いる一例を示す。
図4は、本発明の実施形態によるマルチラベル分類の装置のブロック図を示している。
シーケンス生成器は、マルチラベル分類にあたって用いる前に、トレーニングデータを用いてトレーニングされる必要がある。
U個のサンプルからなるトレーニングデータセットを所与とすると、
ここで、Λは、シーケンス生成器のパラメーターのセットである。ARSGの場合において、パラメーターセットは、
話者の意図を表すラベルのセットで人間対人間の会話をアノテートしている、第5世代ダイアログ状態追跡チャレンジ(DSTC5:5th Dialog State Tracking Challenge)タスクを用いて、マルチラベル分類方法200を評価した。全ての会話はシンガポール観光についてのものであり、これらの会話において、観光ガイドと観光客とがシンガポール観光の計画を立てている。
Claims (20)
- マルチ関連ラベルを生成する方法であって、
特徴抽出器によって入力データを含む入力ベクトルから特徴ベクトルを抽出するステップと、
ラベル予測器によって、前記特徴ベクトルに基づいて関連度スコアを有する複数の関連ラベルを含む関連ラベルベクトルを求めるステップであって、前記関連ラベルの前記関連度スコアのそれぞれは、前記入力データのコンテンツに対する関連確率である、ステップと、
先行のラベル選択において選択されていた事前選択ラベルをマスキングすることによってバイナリマスキングベクトルを更新するステップと、
前記関連ラベルから前記事前選択ラベルを除外するように前記関連ラベルベクトルが更新されるように、前記更新されたバイナリマスキングベクトルを前記関連ラベルベクトルに適用するステップと、
前記更新された関連ラベルベクトルの前記関連度スコアに基づいて前記更新された関連ラベルベクトルから関連ラベルを選択するステップと、
を含む、方法。 - 前記関連ラベルを蓄積して、マルチ関連ラベルのセットを生成すること、
を更に含む、請求項1に記載の方法。 - 前記蓄積することは、最終ラベルが選択されるまで続行される、請求項2に記載の方法。
- 前記更新されたバイナリマスキングベクトルを前記適用するステップは、前記事前選択ラベルの前記関連度スコアを予め設定された小さな定数に設定する、請求項1に記載の方法。
- 前記選択するステップにおいて、前記更新された関連ラベルベクトルの前記関連ラベルにおいて最も高いスコアを有する前記関連ラベルが選択される、請求項1に記載の方法。
- 前記ラベル予測器は、前記求めるステップにおいて、再帰型ニューラルネットワークを利用する、請求項1に記載の方法。
- 前記選択するステップにおいて累積ラベル情報を生成して前記ラベル予測器に送信すること、
を更に含む、請求項1に記載の方法。 - 前記事前選択ラベルは、先行のラベル選択において選択されていた前記関連ラベルである、請求項1に記載の方法。
- 前記選択するステップは、前記マスキングすることの後に実行される、請求項1に記載の方法。
- 前記関連度スコアは、再帰型ニューラルネットワークを用いることによって計算される、請求項1に記載の方法。
- 前記選択するステップにおいて、前記関連ラベルは、前記関連ラベルベクトルにおけるマスキングされていないラベルの中で最も高い関連度スコアを有する、請求項1に記載の方法。
- 前記マスキングすることは、前記バイナリマスキングベクトルを用いることによって実行される、請求項1に記載の方法。
- マルチ関連ラベルを生成するシステムであって、
入力デバイスから入力データを受信する入力インターフェースと、
前記入力インターフェース、及びアルゴリズムモジュールのコードを記憶するメモリに接続されたプロセッサと、
を備え、
前記プロセッサは、前記入力データに応答して、前記アルゴリズムモジュールの命令に従って複数のステップを実行し、
前記複数のステップは、
特徴抽出器によって入力データを含む入力ベクトルから特徴ベクトルを抽出するステップと、
ラベル予測器によって、前記特徴ベクトルに基づいて関連度スコアを有する複数の関連ラベルを含む関連ラベルベクトルを求めるステップであって、前記関連ラベルの前記関連度スコアのそれぞれは、前記入力データのコンテンツに対する関連確率である、ステップと、
先行のラベル選択において選択されていた事前選択ラベルをマスキングすることによってバイナリマスキングベクトルを更新するステップと、
前記関連ラベルから前記事前選択ラベルを除外するように前記関連ラベルベクトルが更新されるように、前記更新されたバイナリマスキングベクトルを前記関連ラベルベクトルに適用するステップと、
前記更新された関連ラベルベクトルの前記関連度スコアに基づいて前記更新された関連ラベルベクトルから関連ラベルを選択するステップと、
を含む、システム。 - 前記複数のステップは、前記関連ラベルを蓄積して、マルチ関連ラベルのセットを生成するステップ、
を更に含む、請求項13に記載のシステム。 - 前記蓄積することは、最終ラベルが選択されるまで続行される、請求項14に記載のシステム。
- 前記選択するステップにおいて、前記更新された関連ラベルベクトルの前記関連ラベルにおいて最も高いスコアを有する前記関連ラベルが選択される、請求項13に記載のシステム。
- 前記複数のステップは、前記選択するステップにおいて累積ラベル情報を生成して前記ラベル予測器に送信するステップ、
を更に含む、請求項13に記載のシステム。 - 前記事前選択ラベルは、先行のラベル選択において選択されていた前記関連ラベルである、請求項13に記載のシステム。
- 前記関連度スコアは、再帰型ニューラルネットワークを用いることによって計算される、請求項13に記載のシステム。
- 前記選択するステップにおいて、前記関連ラベルは、前記関連ラベルベクトルにおけるマスキングされていないラベルの中で最も高い関連度スコアを有する、請求項13に記載のシステム。
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/371,513 | 2016-12-07 | ||
| US15/371,513 US11086918B2 (en) | 2016-12-07 | 2016-12-07 | Method and system for multi-label classification |
| PCT/JP2017/033372 WO2018105194A1 (en) | 2016-12-07 | 2017-09-08 | Method and system for generating multi-relevant label |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2019527440A JP2019527440A (ja) | 2019-09-26 |
| JP6741357B2 true JP6741357B2 (ja) | 2020-08-19 |
Family
ID=60143743
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019504995A Active JP6741357B2 (ja) | 2016-12-07 | 2017-09-08 | マルチ関連ラベルを生成する方法及びシステム |
Country Status (4)
| Country | Link |
|---|---|
| US (1) | US11086918B2 (ja) |
| JP (1) | JP6741357B2 (ja) |
| DE (1) | DE112017006166T5 (ja) |
| WO (1) | WO2018105194A1 (ja) |
Families Citing this family (47)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2017223522A1 (en) * | 2016-06-23 | 2017-12-28 | Mohammad Shami | Neural network systems and methods for generating distributed representations of electronic transaction information |
| KR102692670B1 (ko) * | 2017-01-04 | 2024-08-06 | 삼성전자주식회사 | 음성 인식 방법 및 음성 인식 장치 |
| US11157829B2 (en) * | 2017-07-18 | 2021-10-26 | International Business Machines Corporation | Method to leverage similarity and hierarchy of documents in NN training |
| US10699697B2 (en) * | 2018-03-29 | 2020-06-30 | Tencent Technology (Shenzhen) Company Limited | Knowledge transfer in permutation invariant training for single-channel multi-talker speech recognition |
| US10699698B2 (en) * | 2018-03-29 | 2020-06-30 | Tencent Technology (Shenzhen) Company Limited | Adaptive permutation invariant training with auxiliary information for monaural multi-talker speech recognition |
| US11567807B2 (en) | 2018-03-30 | 2023-01-31 | EMC IP Holding Company LLC | Allocation of shared computing resources using source code feature extraction and machine learning |
| US10878296B2 (en) * | 2018-04-12 | 2020-12-29 | Discovery Communications, Llc | Feature extraction and machine learning for automated metadata analysis |
| US10599769B2 (en) * | 2018-05-01 | 2020-03-24 | Capital One Services, Llc | Text categorization using natural language processing |
| US20200026985A1 (en) * | 2018-07-17 | 2020-01-23 | Palo Alto Research Center Incorporated | System and method for characterizing an arbitrary-length time series using pre-selected signatures |
| US11436056B2 (en) * | 2018-07-19 | 2022-09-06 | EMC IP Holding Company LLC | Allocation of shared computing resources using source code feature extraction and clustering-based training of machine learning models |
| CN109165380B (zh) * | 2018-07-26 | 2022-07-01 | 咪咕数字传媒有限公司 | 一种神经网络模型训练方法及装置、文本标签确定方法及装置 |
| US10862765B2 (en) * | 2018-07-31 | 2020-12-08 | EMC IP Holding Company LLC | Allocation of shared computing resources using a classifier chain |
| CN109783636B (zh) * | 2018-12-12 | 2023-03-28 | 重庆邮电大学 | 一种基于分类器链的汽车评论主题提取方法 |
| CN112513891B (zh) | 2019-01-02 | 2025-12-05 | 松下电器(美国)知识产权公司 | 信息处理装置、信息处理方法及记录介质 |
| JP7267044B2 (ja) * | 2019-03-15 | 2023-05-01 | エヌ・ティ・ティ・コミュニケーションズ株式会社 | データ処理装置、データ処理方法及びデータ処理プログラム |
| US11604934B2 (en) * | 2019-05-29 | 2023-03-14 | Nec Corporation | Failure prediction using gradient-based sensor identification |
| CN110210572B (zh) * | 2019-06-10 | 2023-02-07 | 腾讯科技(深圳)有限公司 | 图像分类方法、装置、存储介质及设备 |
| CN110347791B (zh) * | 2019-06-20 | 2023-06-16 | 广东工业大学 | 一种基于多标签分类卷积神经网络的题目推荐方法 |
| CN110442707B (zh) * | 2019-06-21 | 2022-06-17 | 电子科技大学 | 一种基于seq2seq的多标签文本分类方法 |
| US11531863B1 (en) * | 2019-08-08 | 2022-12-20 | Meta Platforms Technologies, Llc | Systems and methods for localization and classification of content in a data set |
| CN110442723B (zh) * | 2019-08-14 | 2020-05-15 | 山东大学 | 一种基于多步判别的Co-Attention模型用于多标签文本分类的方法 |
| CN110750965B (zh) * | 2019-09-16 | 2023-06-30 | 平安科技(深圳)有限公司 | 英文文本序列标注方法、系统及计算机设备 |
| CN110851596B (zh) * | 2019-10-11 | 2023-06-27 | 平安科技(深圳)有限公司 | 文本分类方法、装置及计算机可读存储介质 |
| US11579598B2 (en) * | 2019-10-17 | 2023-02-14 | Mitsubishi Electric Research Laboratories, Inc. | Manufacturing automation using acoustic separation neural network |
| WO2021101231A1 (en) * | 2019-11-22 | 2021-05-27 | Samsung Electronics Co., Ltd. | Event recognition on photos with automatic album detection |
| US11941496B2 (en) * | 2020-03-19 | 2024-03-26 | International Business Machines Corporation | Providing predictions based on a prediction accuracy model using machine learning |
| CN111553442B (zh) * | 2020-05-12 | 2024-03-12 | 国网智能电网研究院有限公司 | 一种分类器链标签序列的优化方法及系统 |
| US11507777B2 (en) * | 2020-05-13 | 2022-11-22 | Adobe Inc. | Labeling techniques for a modified panoptic labeling neural network |
| CN111651605B (zh) * | 2020-06-04 | 2022-07-05 | 电子科技大学 | 基于多标签分类的肺癌前沿趋势预测方法 |
| CN112749293B (zh) * | 2020-06-05 | 2025-11-04 | 深圳市雅阅科技有限公司 | 一种图像分类方法、装置及存储介质 |
| US12468936B2 (en) | 2020-07-09 | 2025-11-11 | Samsung Electronics Co., Ltd. | Method and device with reservoir management for neural network online learning |
| US12004860B2 (en) * | 2020-07-31 | 2024-06-11 | Siemens Healthineers Ag | Cardiac function assessment using machine-learning algorithms |
| US12536377B2 (en) * | 2020-08-11 | 2026-01-27 | Adobe Inc. | Extracting definitions from documents utilizing definition-labeling-dependent machine learning background |
| CN114255376B (zh) * | 2020-09-23 | 2025-07-08 | 复旦大学 | 一种基于显著图的多标签图像识别系统 |
| US12182771B2 (en) | 2020-12-15 | 2024-12-31 | International Business Machines Corporation | Federated learning for multi-label classification model for oil pump management |
| CN112632278A (zh) * | 2020-12-18 | 2021-04-09 | 平安普惠企业管理有限公司 | 一种基于多标签分类的标注方法、装置、设备及存储介质 |
| JP7143906B2 (ja) * | 2021-01-15 | 2022-09-29 | 沖電気工業株式会社 | 情報処理装置、情報処理方法およびプログラム |
| CN113407778B (zh) * | 2021-02-10 | 2025-05-27 | 腾讯科技(深圳)有限公司 | 标签识别方法及装置 |
| US12306906B2 (en) * | 2021-11-14 | 2025-05-20 | Microsoft Technology Licensing, Llc | Adaptive token sampling for efficient transformer |
| CN114596958B (zh) * | 2022-03-15 | 2024-03-19 | 平安科技(深圳)有限公司 | 基于级联分类的病理数据分类方法、装置、设备及介质 |
| CN114726870B (zh) * | 2022-04-14 | 2024-05-14 | 福建福清核电有限公司 | 基于可视化拖拽的混合云资源编排方法、系统和电子设备 |
| CN114880474B (zh) * | 2022-05-06 | 2025-05-06 | 江苏大学 | 一种基于数理特征提取的数学题文本多标签分类方法 |
| CN115114433B (zh) * | 2022-05-19 | 2024-04-02 | 腾讯科技(深圳)有限公司 | 语言模型的训练方法、装置、设备及存储介质 |
| CN115099307A (zh) * | 2022-05-25 | 2022-09-23 | 苏州中科劢诺信息科技有限公司 | 一种金融事件多标签分类方法及系统 |
| CN115062152B (zh) * | 2022-06-30 | 2025-02-14 | 国网北京市电力公司 | 数据处理方法、装置及计算机可读存储介质 |
| CN115905533B (zh) * | 2022-11-24 | 2023-09-19 | 湖南光线空间信息科技有限公司 | 一种多标签文本智能分类方法 |
| CN116521871B (zh) * | 2023-05-04 | 2025-12-26 | 中国工商银行股份有限公司 | 文件的检测方法、装置、处理器以及电子设备 |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4948379B2 (ja) * | 2007-12-18 | 2012-06-06 | キヤノン株式会社 | パターン識別器生成方法、情報処理装置、プログラム及び記憶媒体 |
| US8452763B1 (en) * | 2009-11-19 | 2013-05-28 | Google Inc. | Extracting and scoring class-instance pairs |
| US8924313B2 (en) | 2010-06-03 | 2014-12-30 | Xerox Corporation | Multi-label classification using a learned combination of base classifiers |
| JP2016151805A (ja) * | 2015-02-16 | 2016-08-22 | 大日本印刷株式会社 | オブジェクト検出装置、オブジェクト検出方法、及びプログラム |
| US10426364B2 (en) * | 2015-10-27 | 2019-10-01 | Cardiologs Technologies Sas | Automatic method to delineate or categorize an electrocardiogram |
| US20180053097A1 (en) * | 2016-08-16 | 2018-02-22 | Yahoo Holdings, Inc. | Method and system for multi-label prediction |
-
2016
- 2016-12-07 US US15/371,513 patent/US11086918B2/en active Active
-
2017
- 2017-09-08 DE DE112017006166.0T patent/DE112017006166T5/de active Pending
- 2017-09-08 JP JP2019504995A patent/JP6741357B2/ja active Active
- 2017-09-08 WO PCT/JP2017/033372 patent/WO2018105194A1/en not_active Ceased
Also Published As
| Publication number | Publication date |
|---|---|
| JP2019527440A (ja) | 2019-09-26 |
| WO2018105194A1 (en) | 2018-06-14 |
| US20180157743A1 (en) | 2018-06-07 |
| US11086918B2 (en) | 2021-08-10 |
| DE112017006166T5 (de) | 2019-08-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6741357B2 (ja) | マルチ関連ラベルを生成する方法及びシステム | |
| US11270124B1 (en) | Temporal bottleneck attention architecture for video action recognition | |
| JP7317050B2 (ja) | 異なるデータモダリティの統計モデルを統合するためのシステムおよび方法 | |
| CN110046248B (zh) | 用于文本分析的模型训练方法、文本分类方法和装置 | |
| AU2016256764B2 (en) | Semantic natural language vector space for image captioning | |
| GB2547068B (en) | Semantic natural language vector space | |
| US9811765B2 (en) | Image captioning with weak supervision | |
| US10417498B2 (en) | Method and system for multi-modal fusion model | |
| US20220180190A1 (en) | Systems, apparatuses, and methods for adapted generative adversarial network for classification | |
| CN116868206A (zh) | 跨域自适应学习 | |
| CN114118207B (zh) | 基于网络扩张与记忆召回机制的增量学习的图像识别方法 | |
| CN114358203A (zh) | 图像描述语句生成模块的训练方法及装置、电子设备 | |
| CN113434716B (zh) | 一种跨模态信息检索方法和装置 | |
| US20220292812A1 (en) | Zero-shot dynamic embeddings for photo search | |
| US20240312252A1 (en) | Action recognition method and apparatus | |
| CN114912540A (zh) | 迁移学习方法、装置、设备及存储介质 | |
| WO2016142285A1 (en) | Method and apparatus for image search using sparsifying analysis operators | |
| CN116957051B (zh) | 一种优化特征提取的遥感图像弱监督目标检测方法 | |
| CN116561591B (zh) | 科技文献语义特征提取模型训练方法、特征提取方法及装置 | |
| CN113569094A (zh) | 视频推荐方法、装置、电子设备及存储介质 | |
| CN110705490A (zh) | 视觉情感识别方法 | |
| CN110968725A (zh) | 图像内容描述信息生成方法、电子设备及存储介质 | |
| CN113870863A (zh) | 声纹识别方法及装置、存储介质及电子设备 | |
| CN117523278A (zh) | 基于贝叶斯估计语义注意力元学习方法 | |
| EP3166022A1 (en) | Method and apparatus for image search using sparsifying analysis operators |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190129 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190129 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200317 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200407 |
|
| 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: 20200623 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20200721 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6741357 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |