JP6976910B2 - Data classification system, data classification method, and data classification device - Google Patents
Data classification system, data classification method, and data classification device Download PDFInfo
- Publication number
- JP6976910B2 JP6976910B2 JP2018127516A JP2018127516A JP6976910B2 JP 6976910 B2 JP6976910 B2 JP 6976910B2 JP 2018127516 A JP2018127516 A JP 2018127516A JP 2018127516 A JP2018127516 A JP 2018127516A JP 6976910 B2 JP6976910 B2 JP 6976910B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- label
- classification
- classifier
- simultaneous
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
本発明は、データ分類システム、データ分類方法、および、データ分類装置に関するものである。 The present invention relates to a data classification system, a data classification method, and a data classification device.
大量の文書や画像、数値などのデータを効率的に管理するためには、当該データが属するカテゴリごとに絞り込みを行い、目的のデータを特定する検索システムが有用である。
こうした検索システムを実現する場合、上述のような大量のデータを、予め定義済みのカテゴリ別に分類する構成が必要となる。一方、ひとつのデータが複数カテゴリに属する可能性もある。そのため、ひとつのデータに対してカテゴリを表すラベルを複数付与することでデータの分類を行う技術が存在する(多ラベル分類問題)。
In order to efficiently manage data such as a large amount of documents, images, and numerical values, a search system that narrows down the data to each category and identifies the target data is useful.
In order to realize such a search system, it is necessary to classify a large amount of data as described above into predefined categories. On the other hand, one data may belong to multiple categories. Therefore, there is a technique for classifying data by assigning a plurality of labels representing categories to one data (multi-label classification problem).
しかしながら、そうした技術を採用するとしても、分類対象のデータが大量である場合、人手による分類は困難である。そこで、教師あり学習を利用した機械学習によって多ラベル分類器を作成し、自動的に分類を行う技術も存在する。 However, even if such a technique is adopted, it is difficult to manually classify when the data to be classified is large. Therefore, there is also a technique for creating a multi-label classifier by machine learning using supervised learning and automatically classifying it.
分類器とは、分類対象となるデータの特徴量を入力に、付与すべきラベルについて分類確率を計算、出力するプログラム全般を指す(機械学習ではなくIF文などによって人手で作成することもできる)。上述の多ラベル分類器は、こうした分類器の一種であり、ひとつのデータに複数のラベルを付与して分類する分類器を指す。 A classifier refers to a general program that calculates and outputs the classification probability for the label to be assigned by inputting the feature amount of the data to be classified (it can also be created manually by IF statement etc. instead of machine learning). .. The above-mentioned multi-label classifier is a kind of such a classifier, and refers to a classifier that classifies one data with a plurality of labels.
上述のように、教師あり学習で多ラベル分類器を作成するには、分類対象のデータの特徴量と、特徴量に応じた真の分類結果(ラベル)からなる学習データとを学習器へ入力として与える。単一の分類器で、多様な特徴量と多様なラベルの全ての組み合わせについて正しく学習することは困難であり、単一の分類器では限られた特徴量や、限られたラベルについてのみ正しく分類できることが多い。 As described above, in order to create a multi-label classifier by supervised learning, the features of the data to be classified and the learning data consisting of the true classification results (labels) according to the features are input to the learning device. Give as. It is difficult to correctly learn all combinations of various features and various labels with a single classifier, and a single classifier correctly classifies only limited features and limited labels. There are many things you can do.
そのため、正確な多ラベル分類器を作成するために、複数の分類器を組み合わせによって統合分類器の学習(アンサンブル学習)が一般におこなわれる。分類器の組み合わせ方は多数あるが、分類器の分類結果の多数決や平均値をとる手法が良く知られている。 Therefore, in order to create an accurate multi-label classifier, learning of an integrated classifier (ensemble learning) is generally performed by combining a plurality of classifiers. There are many ways to combine classifiers, but the method of taking the majority of the classification results of the classifiers and taking the average value is well known.
ここで、アンサンブル学習の性質から、統合分類器の学習の際に、高精度化に有用な分類器だけを選別することが必要である。そこで例えば、誤分類をおこなう分類器であっても真の分類結果との一貫性を有する場合は統合分類器の一部として利用することで、統合分類器の分類精度を向上する方法(特許文献1参照)が提案されている。 Here, due to the nature of ensemble learning, it is necessary to select only classifiers that are useful for improving accuracy when learning an integrated classifier. Therefore, for example, if a classifier that misclassifies is consistent with the true classification result, it is used as a part of the integrated classifier to improve the classification accuracy of the integrated classifier (Patent Document). 1) has been proposed.
ただし、こうしたアンサンブル学習では、多様な特徴量と多様なラベルの組み合わせを含む大量の学習データの存在を前提としている。実際には、大量の学習データは存在せず、少量の偏った学習データしか利用できないことが多い。また、大量の学習データを手作業で作成するのは非現実的である。 However, such ensemble learning presupposes the existence of a large amount of training data including various combinations of features and labels. In reality, there is no large amount of training data, and in many cases only a small amount of biased training data can be used. Also, it is unrealistic to manually create a large amount of training data.
学習データが存在しない状況では、統合分類器の分類精度向上に有用な分類器を自動的に選別できない。これは、特徴量とラベルの組み合わせ数が膨大になる多ラベル分類問題では、特に深刻な問題となる。 In the absence of training data, it is not possible to automatically select a classifier that is useful for improving the classification accuracy of the integrated classifier. This is a particularly serious problem in the multi-label classification problem in which the number of combinations of features and labels is enormous.
そのため、少量の学習データから分類器を学習する方法として、ラベルのないデータ(ラベル無しデータ)を利用して学習データを増やす、いわゆる半教師あり学習の概念が存
在する。こうした概念に関連する従来技術として、例えば、学習データを使わずに、ドメイン知識を利用してユーザが分類器を作成するもので、ユーザが容易に作成できる単純な分類器を多数組み合わせて統合分類器を学習(アンサンブル学習)し、統合分類器による分類結果を真のラベルの代用とすることで、学習データの数を補う方法(非特許文献1参
照)が提案されている。
Therefore, as a method of learning a classifier from a small amount of learning data, there is a so-called semi-supervised learning concept in which learning data is increased by using unlabeled data (unlabeled data). As a conventional technique related to such a concept, for example, a user creates a classifier by using domain knowledge without using training data, and integrated classification is performed by combining a large number of simple classifiers that the user can easily create. A method of supplementing the number of training data by learning a vessel (ensemble learning) and using the classification result by an integrated classifier as a substitute for a true label has been proposed (see Non-Patent Document 1).
上述の従来技術(非特許文献1)の方法で多ラベル分類問題向けの学習データを作成す
る場合、多様な特徴量とラベルとの組み合わせに応じた大量の分類器を、ユーザが手作業で作成しなければならない。
When creating learning data for a multi-label classification problem by the method of the above-mentioned conventional technique (Non-Patent Document 1), a user manually creates a large number of classifiers according to combinations of various features and labels. Must.
そのため、統合分類器の分類結果をユーザが目視確認しながら、大量の分類器の作成および選別を試行錯誤することになる。その結果、分類精度の高い統合分類器の作成が困難になるという課題が生じる。
そこで本発明の目的は、統合分類器における分類器の作成を効率的なものとし、当該統合分類器の分類精度を向上可能とする技術を提供することにある。
Therefore, while the user visually confirms the classification result of the integrated classifier, a large number of classifiers are created and sorted by trial and error. As a result, there arises a problem that it becomes difficult to create an integrated classifier with high classification accuracy.
Therefore, an object of the present invention is to provide a technique for efficiently creating a classifier in an integrated classifier and improving the classification accuracy of the integrated classifier.
上記課題を解決する本発明のデータ分類システムは、複数の分類器各々による所定データセットの分類結果を統合し、当該データセットの特徴量と分類結果たるラベルとの対応関係を規定した学習データを格納する記憶装置と、前記学習データを記憶装置から読み出し、当該学習データにおけるラベル無しのデータセット各々について、当該特徴量と、前記分類器各々による前記分類結果から学習した統合分類器が出力する分類確率とに基づき、1つのデータセットに対して複数ラベルが未分類とされる確率たる同時未分類率と、1つのデータセットに対して複数ラベルが分類される確率たる同時分類確率とを算定する処理、前記同時未分類率と前記同時分類確率との乗算値をラベルごとに集計して推薦スコアを算定する処理、および、分類器を追加作成するべきラベルとして前記推薦スコアの高い順にラベルを特定し、当該ラベルの推薦情報を所定装置に出力する処理、を実行する演算装置と、を含むことを特徴とする。 The data classification system of the present invention that solves the above problems integrates the classification results of a predetermined data set by each of a plurality of classifiers, and obtains training data that defines the correspondence between the feature amount of the data set and the label that is the classification result. The storage device to be stored and the training data are read from the storage device, and for each of the unlabeled data sets in the training data, the feature amount and the classification output by the integrated classifier learned from the classification result by each of the classifiers. Based on the probability, the simultaneous unclassified rate, which is the probability that multiple labels are unclassified for one data set, and the simultaneous classification probability, which is the probability that multiple labels are classified for one data set, are calculated. Processing, processing to calculate the recommendation score by aggregating the multiplication value of the simultaneous unclassified rate and the simultaneous classification probability for each label, and specifying labels in descending order of the recommended score as labels to be additionally created as a classifier. It is characterized by including an arithmetic device for executing a process of outputting the recommendation information of the label to a predetermined device.
また本発明のデータ分類方法は、複数の分類器各々による所定データセットの分類結果を統合し、当該データセットの特徴量と分類結果たるラベルとの対応関係を規定した学習データを格納する記憶装置を備えた情報処理システムが、前記学習データを記憶装置から読み出し、当該学習データにおけるラベル無しのデータセット各々について、当該特徴量と、前記分類器各々による前記分類結果から学習した統合分類器が出力する分類確率とに基づき、1つのデータセットに対して複数ラベルが未分類とされる確率たる同時未分類率と、1つのデータセットに対して複数ラベルが分類される確率たる同時分類確率とを算定
する処理と、前記同時未分類率と前記同時分類確率との乗算値をラベルごとに集計して推薦スコアを算定する処理と、分類器を追加作成するべきラベルとして前記推薦スコアの高い順にラベルを特定し、当該ラベルの推薦情報を所定装置に出力する処理と、を実行することを特徴とする。
Further, the data classification method of the present invention is a storage device that integrates the classification results of a predetermined data set by each of a plurality of classifiers and stores learning data that defines the correspondence between the feature amount of the data set and the label that is the classification result. The information processing system equipped with the above reads the training data from the storage device, and outputs the feature quantity and the integrated classifier learned from the classification result by each of the classifiers for each unlabeled data set in the training data. Based on the classification probability, the simultaneous unclassification rate, which is the probability that multiple labels are unclassified for one data set, and the simultaneous classification probability, which is the probability that multiple labels are classified for one data set, are calculated. The process of calculating, the process of totaling the multiplication value of the simultaneous unclassified rate and the simultaneous classification probability for each label to calculate the recommended score, and the process of additionally creating a classifier, labeled in descending order of the recommended score. Is specified, and the process of outputting the recommendation information of the label to a predetermined device is executed.
また本発明のデータ分類装置は、所定ネットワークを介した他装置との通信処理を行う通信装置と、所定装置に対して前記通信装置によりアクセスし、前記所定装置が備える、複数の分類器各々による所定データセットの分類結果を統合し、当該データセットの特徴量と分類結果たるラベルとの対応関係を規定した学習データ、を取得する処理、当該学習データにおけるラベル無しのデータセット各々について、当該特徴量と、前記分類器各々による前記分類結果から学習した統合分類器が出力する分類確率とに基づき、1つのデータセットに対して複数ラベルが未分類とされる確率たる同時未分類率と、1つのデータセットに対して複数ラベルが分類される確率たる同時分類確率とを算定する処理、前記同時未分類率と前記同時分類確率との乗算値をラベルごとに集計して推薦スコアを算定する処理、および、分類器を追加作成するべきラベルとして前記推薦スコアの高い順にラベルを特定し、当該ラベルの推薦情報を所定装置に出力する処理、を実行する演算装置と、を備えることを特徴とする。 Further, the data classification device of the present invention is based on a communication device that performs communication processing with another device via a predetermined network, and a plurality of classifiers provided in the predetermined device by accessing the predetermined device by the communication device. The process of integrating the classification results of a predetermined data set and acquiring the training data that defines the correspondence between the feature amount of the data set and the label that is the classification result, and the characteristics of each of the unlabeled data sets in the training data. Based on the quantity and the classification probability output by the integrated classifier learned from the classification result by each of the classifiers, the simultaneous unclassification rate, which is the probability that multiple labels are unclassified for one data set, and 1. Processing to calculate the simultaneous classification probability, which is the probability that multiple labels are classified for one data set, and processing to calculate the recommendation score by aggregating the multiplication value of the simultaneous unclassified rate and the simultaneous classification probability for each label. , And, as a label to be additionally created, the classifier is provided with a calculation device for specifying labels in descending order of the recommendation score and outputting the recommendation information of the label to a predetermined device. ..
本発明によれば、統合分類器における分類器の作成を効率的なものとし、当該統合分類器の分類精度を向上させる。 According to the present invention, the creation of a classifier in an integrated classifier is made efficient, and the classification accuracy of the integrated classifier is improved.
−−−ネットワーク構成−−−
図1は本実施形態のデータ分類システム100を含むネットワーク構成図である。図1に示すデータ分類システム100は、統合分類器における分類器の作成を効率的なものとし、当該統合分類器の分類精度を向上させる情報処理システムである。
--- Network configuration ---
FIG. 1 is a network configuration diagram including the
こうしたデータ分類システム100は、図1のネットワーク構成で例示するように、ユーザ端末101から分類器(例:当該ユーザ端末101の操作者が生成したもの)を取得し、この分類器に基づき統合分類器303を作成する。このデータ分類システム100は
、上述の統合分類器303によるラベル無しデータ201の多ラベル分類を効率的なものとする効果を奏する。ラベル無しデータ201を分類する目的として、多ラベル分類器を作成するための学習データ203の作成がある。
As illustrated in the network configuration of FIG. 1, such a
図1で示すデータ分類システム100は、一例として、学習データ生成サーバ102と、分類器作成推薦サーバ103とにより構成されたものを想定できる。ただし、本実施形態のデータ分類システム100の最小構成として、分類器作成推薦サーバ103のみなど、単体の装置に必要な機能を実装する形態を想定するとしても良い。
As an example, the
また、本実施形態のデータ分類システム100は、図1に示すごとく、適宜なネットワーク406を介して、ユーザ端末101、ラベル無しデータ管理サーバ104、および、文書群管理サーバ105、など外部装置と通信可能であり、ラベル無しデータ201や文書群情報206を適宜取得し読み込み可能であるものとする。
Further, as shown in FIG. 1, the
こうした本実施形態のデータ分類システム100を運用する組織としては、例えば、或る工場における生産効率の分析や不良品数の低減を行う事業体を想定できる。
As an organization that operates the
この事業体が管理する工場では、当該工場に設置したセンサーや工作機械などから生じる多様なIoTデータのそれぞれに対して、データ作成者が記述した説明文(例:溶接の失敗原因分析データです)がラベル無しデータ201として大量に蓄積されているものとする。このラベル無しデータ201は、未だ統合分類器303による分類処理すなわちラベリングが施されていないデータセットである。
In the factory managed by this business entity, the explanation written by the data creator for each of the various IoT data generated from the sensors and machine tools installed in the factory (example: welding failure cause analysis data). Is stored in large quantities as
上述のIoTデータの存在を知らないデータ分析者でも、当該IoTデータを発見し、当該IoTデータを用いた分析を実行するためには、大量に蓄積されたラベル無しデータ201をカテゴリごとに機械学習で自動分類することで、当該IoTデータをカテゴリによって絞り込み可能とすることが好ましい。
Even a data analyst who does not know the existence of the above-mentioned IoT data can machine-learn a large amount of
しかしながら、多様なIoTデータに応じて、ラベル無しデータ201の特徴量は多様になり、また柔軟な絞りこみを実現するには多様なカテゴリを表現するラベルが必要となる。さらに、ひとつのIoTデータが複数のカテゴリに属する可能性を考慮すると、多ラベル分類器を作成するための学習データが必要である。
However, the features of the
よって、すでに述べたように、データ分類システム100の学習データ生成サーバ102では、ユーザ端末101から分類器の定義を受け取る分類器受取部301と、分類器302−1〜302−N(Nは任意の自然数)を含む分類器実行部302と、統合分類器303とが動作し、ラベル無しデータ201に対する上述の分類器302−1〜302−Nによる分類結果情報203を入力に統合分類器303を学習し、この統合分類器303によるラベル無しデータ201の分類結果として学習データ204を生成することになる。
Therefore, as already described, in the learning
この統合分類器303と学習データ204は、具体的には、データ分類者が、非特許文献1に開示された手法に沿って、学習データ204の作成結果を目視確認しながら、分類器を追加作成していく作業を繰り返すことで作成できる。
Specifically, the
なお、ユーザ端末101は、データ分類システム100を利用するデータ分類者が操作する端末である。こうしたデータ分類者は、ユーザ端末101の表示を閲覧、またユーザ端末101を操作して、ラベル無しデータ201向けの分類器を新規に定義し、学習データ生成サーバ102へ送信する。
The
一方、上述のデータ分類者による分類器の追加作成を効率的なものとするために、本実
施形態においては、分類器作成推薦サーバ103が分類器を追加作成するべきラベルの推薦情報を、当該データ分類者のユーザ端末101に通知する。
On the other hand, in order to make the additional creation of the classifier by the above-mentioned data classifier efficient, in the present embodiment, the recommendation information of the label to which the classifier
本実施形態の分類器作成推薦サーバ103は、学習データ204を入力に未分類率情報205を計算する未分類率計算部304と、未分類率情報205を入力に同時未分類率情報206を計算する同時未分類率計算部305と、文書群管理サーバ105から文書群207を読み込んで同時分類確率情報208を計算する同時分類確率計算部306と、同時未分類率情報206と同時分類確率情報208を入力に推薦スコア情報209を計算する推薦スコア計算部307と、同時分類確率208から分類器を生成して学習データ生成サーバ102へ送付する分類器生成部308、および、上述の推薦スコア情報209をユーザ情報分類結果211に応じたユーザ端末101に宛てて通知する推薦実行部309からなる。
The classifier
上述のうち未分類率計算部304は、学習データ204を受け取ったら、当該学習データ204に含まれるデータセット(以下、データ)に対するラベルの分類確率を取得し、このラベル分類確率が所定の閾値内に収まる場合、当該データに対して当該ラベルが未分類とみなす。
Of the above, the unclassified
また、未分類率計算部304は、全ラベルの未分類データ数を計算し、ラベルごとに未分類数を分類対象データ数(学習データに含まれるデータ数)で除算することで、未分類率を計算し、これを未分類率情報205に保存することが好ましい。
Further, the unclassified
未分類率計算部304が計算した未分類率が、データ分類者が予め指定した所定の閾値をすべてのラベルについて下回る場合、統合分類器303によって十分な数のラベル無しデータ201を分類できており、分類器を追加する必要がない。そのため、この時点で分類器作成推薦サーバ103は処理を終了してよい。
If the unclassified rate calculated by the unclassified
一方、上述の未分類率が、いずれかのラベルについて所定の閾値を下回る場合、未分類率計算部304は、未分類情報205を同時未分類率計算部305に送信する。
On the other hand, when the above-mentioned unclassified rate is lower than a predetermined threshold value for any of the labels, the unclassified
他方、同時未分類率計算部305は、上述の未分類率情報205を受け取ったら、未分類率情報205において、例えば、i番目のラベル(ラベルiと同義、以下同様)とj番目のラベル(ラベルjと同義、以下同様)の両方が、未分類となるデータの割合として同時未分類率uijを計算し、この同時未分類率uijを同時未分類率情報206に保存することが好ましい。
On the other hand, when the simultaneous unclassified
また、同時分類確率計算部306は、文書群管理サーバ105から文書群207を読み込み、i番目のラベルとj番目のラベルに含まれる単語の共起確率を計算し、当該計算結果を同時分類確率pijとして同時分類確率情報208に保存することが好ましい。この「単語の共起確率」は、具体的には、既知の手法(例:藤井雄太郎、吉村卓也、伊藤孝行、安藤哲志、”複数単語間の共起情報を用いた有害文書自動分類手法の提案”、第10回情報科学技術フォーラム、(FIT2011)講演論文集(2011))によって計算できる。
Further, the simultaneous classification
また、本実施形態では、ラベル無しデータ201に一切のラベルが含まれていないことを想定して、同時分類確率pijを計算する方法を記載したが、実際にはラベル無しデータ201に人手による少量のラベル分類結果が含まれている場合がある。このような場合には、このラベル分類結果から、あるいはこのラベル分類結果を併用して、同じデータが2つのラベルへ同時に分類される確率として同時分類確率を計算してもよい。
Further, in the present embodiment, a method of calculating the simultaneous classification probability pij is described on the assumption that the
なお、文書群管理サーバ105が保持する文書群207は、上述の事業体のデータ分析レポートなどの組織内文書や、インターネットで公開されている文書、また、ラベル無しデータ201の文書を含んでよい。
The
また、分類器生成部308は、他の分類器によってi番目のラベルへ分類されたら、同時分類確率情報208が示す同時分類確率pijの確率でj番目のラベルへ分類する分類器を自動作成し、この分類器を学習データ生成サーバ102の分類器受取部301へ送信する。具体的には、この分類器は、IF文によって自動作成できる。
Further, the
また、推薦スコア計算部307は、同時未分類率情報206から同時未分類率uijを読み込み、同時分類確率情報208から同時未分類確率pijを読み込み、i番目のラベルに対する推薦スコアをΣjuijpijとして計算し、この推薦スコアを推薦スコア情報209へ保存することが好ましい。
Further, the recommendation
また、推薦実行部309は、ユーザ端末101へ推薦スコア情報209を通知して表示させ、当該推薦スコア情報209の推薦スコアの値の大きいラベルを分類する分類器の追加作成をデータ分類者へ推薦する。一方、データ分類者は、当該推薦スコアの大きいラベルを正しく分類する分類器から追加作成する。ユーザ端末101は、上述のデータ分類者が追加作成した分類器を、学習データ生成サーバ102の分類器受取部301に配信する。こうして適宜な分類器が追加されることによって、統合分類器303として少数の分類器でより多数のデータを分類できるようになる。
Further, the
また、本実施形態における未分類率計算部304は、上述の未分類率の値がすでに計算されていた場合、分類器の追加作成による未分類率の値の変化量をラベルごとに計算し、当該変化量が所定の閾値以下である場合、当該ラベルへの分類器追加作成は有効ではないと判定する。また、未分類率計算部304は、この判定に基づき、当該ラベル名を推薦スコア計算部307へ送付し、推薦スコア計算時に所定の係数(0.8など)を乗算することで、当該ラベルの推薦スコアを低下させてもよい。
Further, when the above-mentioned unclassified rate value has already been calculated, the unclassified
なお、データ分類者が複数人存在し、ラベル無しデータ201の一部としてデータ分類者の説明文(所属やスキルなど)を含むユーザ情報文書群210(ラベル無しデータ管理サーバ104が保持)が利用可能な場合がある。 この場合、こうしたデータ分類者の説明文を統合分類器303によって他のラベル無しデータ201と同様に分類し、ユーザ情報分類結果211を得ることが可能である。
It should be noted that there are a plurality of data classifiers, and the user information document group 210 (held by the unlabeled data management server 104) including the description of the data classifier (affiliation, skill, etc.) is used as a part of the
また、推薦実行部309は、推薦対象のラベルと同一のラベルへ分類されているデータ分類者がユーザ情報分類結果211に含まれていた場合、このデータ分類者のユーザ端末101に宛てて当該ラベルに関する分類器の追加を依頼する情報を通知、すなわち推薦情報の出力を行うことによって、当該ラベルに関して知識のある分類者へ分類器の作成を依頼することが可能となる。
Further, when the user
なお、ラベル無しデータ201が多様な説明文の場合は、処理効率を向上すべく、ラベル無しデータ201と文書群207を合わせたデータ集合をK個のクラスタに分割し、当該クラスタごとに未分類率を計算するとしてもよい。データ集合をクラスタごとに分割する手法としては、具体的には、K−means法などを適用すればよい。
When the
上述のように未分類率をクラスタごとに計算した場合、同時未分類率計算部305は、後述する同時未分類率をクラスタごとに計算し、k番目のクラスタについての同時未分類率uijkを同時未分類率情報206に保存する。また、同時分類確率計算部306は、同時分類確率をクラスタごとに計算し、k番目のクラスタについての同時分類確率pij
kを計算し、同時分類確率情報208に保存する。その後、推薦スコア計算部307は、全クラスタについて推薦スコアの和をとる形でΣkΣjuijkpijkとして計算する。
When the unclassified rate is calculated for each cluster as described above, the simultaneous unclassified
k is calculated and stored in the simultaneous
−−−ハードウェア構成−−−
また、本実施形態のデータ分類システム100を主として構成する分類器作成推薦サーバ103のハードウェア構成を図2に示す。
--- Hardware configuration ---
Further, FIG. 2 shows the hardware configuration of the classifier
本実施形態の分類器作成推薦サーバ103は、SSD(Solid State Drive)やハードディスクドライブなど適宜な不揮発性記憶素子で構成される記憶装置401、RAMなど揮発性記憶素子で構成されるメモリ404、記憶装置401に保持されるプログラム402をメモリ404に読み出すなどして実行し装置自体の統括制御を行なうとともに各種判定、演算及び制御処理を行なうCPUなどの演算装置403、および、ネットワーク406と接続して他装置(学習データ生成サーバ102、ユーザ端末101、文書群管理サーバ105など)との通信処理を担う通信装置405、を備える。
The classifier
なお、記憶装置401内には、本実施形態のデータ分類管理システム100を構成する分類器作成推薦サーバとして必要な機能を実装する為のプログラム402に加えて、未分類率情報205、同時未分類率情報206、同時分類確率情報208、推薦スコア情報209、および、ユーザ情報分類結果211、が記憶されている。これらの情報の詳細については後述する。
In the
また、上述の演算装置403がプログラム402を実行することで、未分類率計算部304、同時未分類率計算部305、同時分類確率計算部306、推薦スコア計算部307、分類器生成部308、および、推薦実行部309が実装される。これら機能部の働きの詳細についても後述する。
Further, when the above-mentioned
−−−データ構造例−−−
続いて、本実施形態のデータ分類システム100を構成する、上述の分類器作成推薦サーバ103および学習データ生成サーバ102らが用いるデータ類について説明する。
--- Data structure example ---
Subsequently, the data used by the above-mentioned classifier
図3は、本実施形態におけるラベル無しデータ201の構成例を示す図である。このラベル無しデータ201は、ラベル無しデータを一意に識別するための数値、あるいは文字列であるデータID201aをキーに、ラベル無しデータの特徴量201bの値を対応付けたレコードの集合体となっている。
FIG. 3 is a diagram showing a configuration example of
このうち特徴量201bは、分類対象となるデータ、あるいは分類対象となるデータから作成したデータの特徴を示す値であり、文字列、数値など任意の形式を取る。
Of these, the
続いて図4に、本実施形態における分類器管理情報202の構成例を示す。本実施形態の分類器管理情報202は、分類器を一意に識別するための数値あるいは文字列である分類器ID202aをキーに、当該分類器を用いた分類を実行するための方法を示す分類器実行方法202b、および、分類器実行方法202bによって分類される対象のラベルを示す分類対象ラベル202c、を対応付けたレコードの集合体となっている。
Subsequently, FIG. 4 shows a configuration example of the
このうち分類対象ラベル202cは、分類器の性質に応じて複数の値をとっても良い。
上述の分類器管理情報202のレコードは、分類器受取部301を通じてユーザ端末101から分類者作成の値を取得、あるいは分類器作成部308によって自動生成されることによって蓄積されていく。
Of these, the
The records of the above-mentioned
続いて図5に、本実施形態の分類結果情報203の構成例を示す。本実施形態の分類結果情報203は、ラベル無しデータ201におけるデータIDと同一の(すなわち同じラベル無しデータ201に関する分類結果であることを意味する)データID201aをキーに、当該ラベル無しデータ201の特徴量201b、N個(Nは自然数)の分類器のそれぞれによって計算された分類確率203−1〜203−N、の各値を対応付けたレコードの集合体となっている。
Subsequently, FIG. 5 shows a configuration example of the
このうち分類確率203−1〜203−Nは、それぞれの分類器で計算した、分類対象ラベル202c(分類器管理情報202で保持)にラベル無しデータ201の各レコードが分類される確率を示す値である。この値は、分類対象ラベル202cの値の数に応じて複数の確率値をとってもよい。
Of these, the classification probabilities 203-1 to 203-N are values that indicate the probability that each record of the
続いて図6に、本実施形態の学習データ204の構成例を示す。本実施形態の学習データ204は、データID201aをキーに、当該ラベル無しデータ201の特徴量201b、および、統合分類器203が計算した各ラベルへのラベル無しデータ201の分類確率204c、を対応付けたレコードの集合体となっている。このうち分類確率204cは、各ラベルへの分類確率を要素としたベクトルである。
Subsequently, FIG. 6 shows a configuration example of the learning
続いて図7に、本実施形態の未分類率情報205の構成例を示す。本実施形態の未分類率情報205は、ラベル名205aをキーとして、分類対象データ数205b、未分類データ数205c、および、未分類率205d、の各値を対応付けたレコードの集合体となっている。
Subsequently, FIG. 7 shows a configuration example of the
このうち分類対象データ数205bは、学習データ204に含まれる全データのうち、ラベル名205aのラベルに分類するか判断するべきデータの数を示した数値である。
Of these, the number of data to be classified 205b is a numerical value indicating the number of data to be classified into the label of the
また、未分類データ数205cは、分類対象データ数205bのうち、ラベル名205aのラベルに分類するか判断していない(未分類の)データの数を示した数値である。
Further, the number of
また、未分類データ数205cと未分類率205dは、未分類率計算部304によって計算される、未分類データ数205cを分類対象データ数205bで除算した数値であり、未分類なデータの割合を示した数値である。
Further, the
続いて図8に、本実施形態の同時未分類率情報206の構成例を示す。本実施形態の同時未分類率情報206は、ラベルi206aと、ラベルj206bと、同時未分類率206c、の各値を対応付けたレコードの集合体となっている。
Subsequently, FIG. 8 shows a configuration example of the simultaneous
このうち、ラベルi206aとラベルj206bは、ともにラベル名を示す文字列であり、同時未分類率情報206にはこれら2つのラベルの全組み合わせについてレコードを持っている。
Of these, the label i206a and the label j206b are both character strings indicating the label names, and the simultaneous
また、同時未分類率206cは、ラベルi206aおよびラベルj206bの各ラベルについて、どちらのラベルも未分類であるデータの割合を示す数値であり、同時未分類率計算部305によって計算される。
Further, the simultaneous
なお、本実施形態ではすべての2つのラベル(ラベルiとラベルj)の組み合わせについて同時未分類率206cを計算するとしたが、3つ以上のラベル、例えばラベルiとラベルjとラベルkについてすべての組み合わせをとって同時未分類率206cを計算しても良い。
In the present embodiment, the
続いて図9に、本実施形態の文書群207の構成例を示す。本実施形態の文書群207は、文書ID207aと文書内容207bの各値を含むレコードの集合体となっている。
このうち文書ID207aは、当該文書を一意に識別するための数値あるいは文字列である。また、文書内容207bは、当該文書の内容を示す文字列である。
Subsequently, FIG. 9 shows a configuration example of the
Of these, the
すでに述べたように、この文書群207およびその文書内容207bは、上述の事業体のデータ分析レポートなどの組織内文書や、インターネットで公開されている文書や、またラベル無しデータの文書を含んでよい。
As already mentioned, this group of
続いて図10に、本実施形態の同時分類確率208の構成例を示す。本実施形態の同時分類確率情報208は、ラベルi206aおよびラベルj206bをキーに、同時分類確率208cの値を対応付けたレコードの集合体となっている。
Subsequently, FIG. 10 shows a configuration example of the
このうち同時分類確率208cは、ラベルi206aおよびラベルj206bの各ラベルが同時に同じデータに分類される確率を示した数値であり、同時分類確率計算部306によって計算される値である。
Of these, the
続いて図11に、本実施形態の推薦スコア情報209の構成例を示す。本実施形態の推薦スコア情報209は、ラベル名209aをキーに、推薦スコア209bおよび推薦順位209cの各値を対応付けたレコードの集合体となっている。
このち推薦スコア209bは、ラベル名209aに記載のラベルについて推薦スコア計算部307が計算した推薦スコアの値である。
Subsequently, FIG. 11 shows a configuration example of the
The
また、推薦順位209cは、推薦スコア209bの値の大きい順に決定した分類器作成を推薦する順位であり、ユーザ端末101を通じて推薦順位209cの値が小さいラベルから順に分類器の作成が分類者へ推薦される。
Further, the
続いて図12に、本実施形態のユーザ情報文書群210の構成例を示す。本実施形態のユーザ情報文書群210は、ユーザID210aをキーに、ユーザ情報文書210bおよびユーザ連絡先210cの各値を対応付けたレコードの集合体となっている。
このうちユーザID210aは、ユーザ情報文書210bを一意に識別するための数値、あるいは文字列である。
また、ユーザ情報文書210bは、ユーザの業務上の経験やスキルを表す文書であり、自然言語からなる不定形の文書あるいは整形済みの文字列データである。
Subsequently, FIG. 12 shows a configuration example of the user
Of these, the
Further, the
また、ユーザ連絡先210cは、ユーザ情報文書210bで説明されるユーザの連絡先を表した文字列あるいは数値であり、具体的には当該ユーザの電子メールアドレスや電話番号などで構成される。
Further, the
続いて図13に、本実施形態のユーザ情報分類結果211の構成例を示す。本実施形態のユーザ情報分類結果211は、ユーザID210aをキーに、ユーザ連絡先210cおよびラベル211cの各値を対応付けたレコードの集合体となっている。
このうちラベル211cは、ユーザ情報文書群210を入力として、統合分類器303で分類した結果として統合分類器303から出力されたラベルである。
Subsequently, FIG. 13 shows a configuration example of the user
Of these, the
−−−フロー例1−−−
以下、本実施形態におけるデータ分類方法の実際手順について図に基づいて説明する。以下で説明するデータ分類方法に対応する各種動作は、データ分類システム100を構成する学習データ生成サーバ102や分類器作成推薦サーバ103がそれぞれメモリ等に読み出して実行するプログラムによって実現される。そして、このプログラムは以下に説明
される各種の動作をおこなうためのコードから構成されている。
図14は本実施形態における学習データ生成方法のフロー例1を示す図であり、具体的には、学習データ生成サーバ102の動作を示すフローチャートである。
このフローにおいて、学習データ生成サーバ102は、ユーザ端末101あるいは分類器作成推薦サーバ103からの分類器追加要求をうけて処理を開始する。
--- Flow example 1 ---
Hereinafter, the actual procedure of the data classification method in the present embodiment will be described with reference to the drawings. Various operations corresponding to the data classification method described below are realized by a program read into a memory or the like by the learning
FIG. 14 is a diagram showing a flow example 1 of the learning data generation method in the present embodiment, and specifically, is a flowchart showing the operation of the learning
In this flow, the learning
この場合、学習データ生成サーバ102の分類器受取部301は、ユーザ端末101と分類器作成推薦サーバ103から追加対象の分類器の情報を受信し、当該分類器の情報を含むレコードを生成し、当該レコードを分類器管理情報202に保存する(S101)。
In this case, the
上述のレコードにおける分類器の情報としては、既に図4で説明したように、分類実行方法202b、分類対象ラベル202c、の各値を含んでいる。また、分類器ID202aの値は、レコード追加ごとに値をインクリメントして付与したものとなる。
As already described with reference to FIG. 4, the information of the classifier in the above-mentioned record includes the values of the
次に、学習データ生成サーバ102の分類器実行部302は、上述のS101で分類器管理情報202に新たに保存したレコードから分類器実行方法202bの値を読取り、当該値に記載の方法にしたがって当該分類器を実行してラベル無しデータ201の分類を行い、当該分類の結果を分類結果情報203に保存する(S102)。
Next, the
図5で例示した分類結果情報203のイメージであれば、203−1〜203−nの各分類器の列に追加対象の分類器(S101で分類器管理情報202に新たに追加されたもの)の項目が追加され、当該分類器による分類結果の値(例:データID“1”に関して、“0.80”)が、各ラベル無しデータ201のレコードに関して追加されることとなる。
In the case of the image of the
また、学習データ生成サーバ102は、上述の分類結果情報203から統合分類器303を学習する(S103)。この学習手法自体は、分類結果情報203における特徴量201bを入力とした場合の教師データを分類結果203−1〜203−nの各値として行うもので、既存のものを適宜採用すればよい。
Further, the learning
続いて、学習データ生成サーバ102は、上述のS103で学習した統合分類器303でラベル無しデータ201を分類し、当該分類の結果を学習データ204として保存し(S104)、処理を終了する(S104)。
Subsequently, the learning
なお、このステップS104における学習データ生成サーバ102は、例えば、ラベル無しデータ201が含むデータ分類者の説明文(所属やスキルなど)に対し、統合分類器303によって他のラベル無しデータ201と同様に分類し、ユーザ情報分類結果211を得て格納するものとする。
In addition, the learning
−−−フロー例2−−−
図15は本実施形態における分類器作成推薦方法のフロー例を示す図であり、具体的には、分類器追加推薦サーバ103の動作を示すフローチャートである。
--- Flow example 2 ---
FIG. 15 is a diagram showing a flow example of the classifier creation recommendation method in the present embodiment, and specifically, is a flowchart showing the operation of the classifier
続いて、上述の学習データ生成サーバ102によって学習データ204が更新されたことを契機に、分類器作成推薦サーバ103が実行するフローについて説明する。
Subsequently, a flow executed by the classifier
この場合、分類器作成推薦サーバ102の未分類率計算部304は、学習データ生成サーバ102から学習データ204を取得し、この学習データ204に関して、ラベルごとに未分類率を計算し、この計算の結果を未分類率情報205に保存する(S201)。
In this case, the unclassified
この場合の未分類率計算部304は、全ラベルそれぞれの未分類データ数すなわち未分類数を計算し、ラベルごとに未分類数を分類対象データ数(学習データに含まれるデータ数)で除算することで、未分類率を計算する。
In this case, the unclassified
例えば、「ひび割れ」ラベルの未分類データ数すなわち未分類数は、学習データ204の各レコードに関して、その分類確率204cのベクトル値のうち、“ひび割れ”の値が所定基準値(例:0.6以下)のものを特定し、該当レコードの数、すなわち「ひび割れ」ラベルが未分類となったデータ数を「30」などカウントする。
For example, in the number of unclassified data, that is, the number of unclassified data of the "crack" label, the value of "crack" is a predetermined reference value (eg, 0.6) among the vector values of the
また、「ひび割れ」ラベルの未分類率は、上述の未分類数「30」を、分類対象データ数(学習データ204に含まれる全データ数。例えば、「100」)で除算することで、未分類率を「0.3」などと計算する。
The unclassified rate of the "crack" label is not determined by dividing the above-mentioned unclassified number "30" by the number of classified data (total number of data included in the
続いて、学習データ生成サーバ102は、S201で計算した未分類率の値が、データ分類者が予め指定した所定の閾値(例:0.2)をいずれかのラベルについて上回るか判定する(S202)。
Subsequently, the learning
上述の判定の結果、未分類率の値が上述の閾値以上でなかった場合(S202:n)、すなわち、S201で計算した未分類率の値が、データ分類者が予め指定した所定の閾値をすべてのラベルについて下回る場合、統合分類器303によって十分な数のラベル無しデータ201を分類できており、分類器を追加する必要がないと特定し、以後の処理を終了する。
As a result of the above determination, when the value of the unclassified rate is not equal to or higher than the above threshold value (S202: n), that is, the value of the unclassified rate calculated in S201 sets a predetermined threshold value predetermined by the data classifier. If it is below all the labels, the
一方、上述の判定の結果、未分類率の値が上述の閾値以上であった場合(S202:y)、すなわち上述の未分類率が、いずれかのラベルについて所定の閾値を下回る場合、未分類率計算部304は、未分類情報205を同時未分類率計算部305に送信し、同時未分類率計算部305で、同時未分類率uijの計算を実行させる(S203)。
On the other hand, as a result of the above determination, when the value of the unclassified rate is equal to or higher than the above-mentioned threshold value (S202: y), that is, when the above-mentioned unclassified rate is lower than the predetermined threshold value for any of the labels, the unclassified rate is unclassified. The
同時未分類率計算部305は、上述の未分類率情報205を受け取ったら、未分類率情報205において、例えば、i番目のラベル(ラベルiと同義、以下同様)とj番目のラベル(ラベルjと同義、以下同様)の両方が、未分類となるデータの割合として同時未分類率uijを計算し、この同時未分類率uijを同時未分類率情報206に格納するものとする。
Upon receiving the above-mentioned
例えば、「ひび割れ」ラベルと「不良品」ラベルが、共に未分類となったデータを、学習データ204の各レコードの分類確率204cのベクトル値のうち、“ひび割れ”および“不良品”の各値がいずれも所定基準値(例:0.6以下)のものとして特定し、該当レコードの数、すなわち「ひび割れ」および「不良品」の両ラベルが未分類となったデータ数を「28」などカウントする。
For example, the data in which both the "crack" label and the "defective product" label are unclassified can be used as the "crack" and "defective product" values among the vector values of the
また、「ひび割れ」および「不良品」の両ラベルが同時に未分類率となって同時未分類率は、上述の未分類数「28」を、分類対象データ数(学習データ204に含まれる全データ数。例えば、「100」)で除算することで、「0.28」などと計算する。 Further, both the "cracked" and "defective" labels become unclassified at the same time, and the simultaneous unclassified rate is the above-mentioned unclassified number "28" and the number of classified data (all data included in the training data 204). Number. For example, by dividing by "100"), it is calculated as "0.28".
また、分類器作成推薦サーバ103の同時分類確率計算部306は、上述の判定の結果(S202:y)を受けて、文書群管理サーバ105から文書群207を読み込み、i番目のラベル(上述の例の場合、「ひび割れ」)とj番目のラベル(上述の例の場合、「不良品」)に含まれる単語(「ひび割れ」と「不良品」)の共起確率を計算し(S204)、当該計算結果を同時分類確率pijとして同時分類確率情報208に格納する。
なお、上述のS203およびS204の各処理は非同期に実行されるものとする。
Further, the simultaneous classification
It is assumed that each of the above-mentioned processes S203 and S204 is executed asynchronously.
続いて、分類器作成推薦サーバ103の推薦スコア計算部307は、同時未分類率情報206から同時未分類率uijを読み込み、同時分類確率情報208から同時未分類確率pijを読み込み、すべてのラベルiに対する推薦スコアをΣjuijpijとして計算し(S205)、この推薦スコアを推薦スコア情報209へ格納する。
Then, the recommendation
例えば、ラベルiが「ひび割れ」、ラベルjが「不良品」の組み合わせに関して、同時未分類率情報206のレコードが示す同時未分類率206cの値「0.30」と、同時分類確率情報208が示す同時分類確率208cの値「0.8」とを乗算して「0.24」を得る計算を、ラベルiが「ひび割れ」である全組み合わせに関して実行し、その実行結果たる乗算値の集計し、推薦スコアを算定する。
For example, regarding the combination of the label i being "cracked" and the label j being "defective product", the value "0.30" of the simultaneous
続いて、分類器作成推薦サーバ103の分類器生成部308は、上述の同時分類確率情報208が示す、ラベルiに関して同時分類確率pijの確率でj番目のラベルへ分類する分類器を自動作成し(S206)、この分類器を学習データ生成サーバ102の分類器受取部301へ送信する。
Subsequently, the
また、推薦実行部309は、推薦スコア情報209に記載の推薦対象のラベルと同一のラベルに分類されたユーザがユーザ情報分類結果211に含まれていれば、そのユーザの連絡先に宛てて、分類器の追加作成を推薦する推薦情報(図16の画面1000)を送信し(S207)、処理を終了する。
なお、上述のS206およびS207は非同期に実行されるものとする。
Further, if a user classified into the same label as the label to be recommended described in the
It is assumed that the above-mentioned S206 and S207 are executed asynchronously.
上述のデータ分類者は、上述の推薦情報をユーザ端末101で閲覧し、当該推薦情報が示すラベル(スコアの大きいラベル)を正しく分類する分類器に関する作成作業を行うこととなる。ユーザ端末101は、上述のデータ分類者が追加作成した分類器を、学習データ生成サーバ102の分類器受取部301に配信する。こうして適宜な分類器が追加されることによって、統合分類器303として少数の分類器でより多数のデータを分類できるようになる。
The above-mentioned data classifier browses the above-mentioned recommendation information on the
以上、本発明を実施するための最良の形態などについて具体的に説明したが、本発明はこれに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。
こうした本実施形態によれば、統合分類器における分類器の作成を効率的なものとし、当該統合分類器の分類精度を向上させることとなる。
Although the best mode for carrying out the present invention has been specifically described above, the present invention is not limited to this, and various modifications can be made without departing from the gist thereof.
According to such an embodiment, the creation of a classifier in the integrated classifier is made efficient, and the classification accuracy of the integrated classifier is improved.
本明細書の記載により、少なくとも次のことが明らかにされる。すなわち、本実施形態のデータ分類システムにおいて、前記演算装置は、前記同時未分類率の算定に際し、前記学習データに含まれるラベルの分類確率が所定の閾値内に収まる場合、当該データセットに対して前記ラベルが未分類であると判定し、前記学習データにおいて所定のラベルiとラベルjの両方が未分類となるデータの割合として前記同時未分類率uijを算定し、前記同時分類確率の算定に際し、所定の文書群に含まれるラベルiおよびラベルjの各ラベル名に対応する単語の共起確率として前記同時分類確率pijを算定し、前記推薦スコアの算定に際し、ラベルiに関する前記推薦スコアをΣjuijpijとして算定するものである、としてもよい。 The description herein reveals at least the following: That is, in the data classification system of the present embodiment, when the calculation device calculates the simultaneous unclassification rate, if the classification probability of the label included in the training data falls within a predetermined threshold value, the calculation device is used with respect to the data set. It is determined that the label is unclassified, the simultaneous unclassified rate uij is calculated as the ratio of data in which both the predetermined label i and the label j are unclassified in the training data, and the simultaneous classification probability is calculated. At the same time, the simultaneous classification probability pij is calculated as the co-occurrence probability of the words corresponding to the label names of the label i and the label j included in the predetermined document group, and the recommendation score regarding the label i is calculated. Is calculated as Σ j u ij p ij.
これによれば、同時分類確率および同時分類確率の算定を効率的なものとし、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 According to this, the calculation of the simultaneous classification probability and the simultaneous classification probability is made efficient, and by extension, the creation of the classifier in the integrated classifier is made more efficient, and the classification accuracy of the integrated classifier is improved. Will be.
また本実施形態のデータ分類システムにおいて、前記演算装置は、前記推薦情報に基づ
いて所定ユーザが追加作成した分類器を入力装置より取得し、当該追加した分類器を前記複数の分類器に追加して分類器群を生成し、当該分類器群における各分類器の分類結果を統合した新たな学習データと、当該学習データにより学習した統合分類器とを再作成する処理を更に実行し、前記新たな学習データにおいて、ラベル無しのデータセット各々について、当該特徴量と、前記新たな学習データにより学習した統合分類器が出力した分類確率とに基づき、当該新たな学習データに含まれるラベルが未分類となるデータセットの割合として未分類率を計算し、前記未分類率が所定基準を下回るまで、前記推薦情報の出力と前記統合分類器および学習データの再作成と、前記未分類率の計算とを繰り返すものである、としてもよい。
Further, in the data classification system of the present embodiment, the arithmetic unit acquires a classifier additionally created by a predetermined user based on the recommendation information from the input device, and adds the added classifier to the plurality of classifiers. To generate a classifier group, and further execute a process of recreating a new learning data in which the classification results of each classifier in the classifier group are integrated and an integrated classifier learned by the training data. For each unlabeled data set, the labels included in the new training data are unclassified based on the feature quantity and the classification probability output by the integrated classifier trained by the new training data. The unclassified rate is calculated as the ratio of the data set to be, and the recommendation information is output, the integrated classifier and the training data are recreated, and the unclassified rate is calculated until the unclassified rate falls below a predetermined standard. May be repeated.
これによれば、各データセットに対するラベル付与を漏れなく効率的なものとし、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 According to this, labeling for each data set is made efficient without omission, and by extension, the creation of the classifier in the integrated classifier is made more efficient, and the classification accuracy of the integrated classifier is improved. Become.
また本実施形態のデータ分類システムにおいて、前記演算装置は、前記分類器の追加に伴う前記新たな学習データおよび前記統合分類器の再作成の前後で、前記未分類率の値が同一あるいは増加した場合、前記推薦情報の対象としたラベルの推薦スコアに対し、ラベル間の推薦スコアの順位を低下させる所定係数を乗算する処理を更に実行するものである、としてもよい。 Further, in the data classification system of the present embodiment, in the arithmetic device, the value of the unclassified rate is the same or increased before and after the new learning data and the re-creation of the integrated classifier accompanying the addition of the classifier. In this case, the process of multiplying the recommendation score of the label targeted by the recommendation information by a predetermined coefficient that lowers the rank of the recommendation score between the labels may be further executed.
これによれば、分類機追加による影響のうち悪影響を適宜に排除することが可能となり、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 According to this, it becomes possible to appropriately eliminate the adverse effects of the addition of the classifier, which in turn makes the creation of the classifier in the integrated classifier more efficient and improves the classification accuracy of the integrated classifier. Will be made to.
また本実施形態のデータ分類システムにおいて、前記演算装置は、前記推薦情報の対象として特定した所定のラベルiについて、前記同時分類確率を参照し、当該ラベルiとの同時分類確率が所定基準以上のラベルjを特定し、前記ラベルiが付与される場合に前記同時分類確率の確率で前記ラベルjに分類する分類器を自動生成して、前記自動生成した分類器を、前記複数の分類器に追加する処理を更に実行するものである、としてもよい。 Further, in the data classification system of the present embodiment, the arithmetic unit refers to the simultaneous classification probability of the predetermined label i specified as the target of the recommendation information, and the simultaneous classification probability with the label i is equal to or higher than the predetermined reference. The label j is specified, and when the label i is given, a classifier that classifies the label j with the probability of the simultaneous classification probability is automatically generated, and the automatically generated classifier is used as the plurality of classifiers. It may be said that the process to be added is further executed.
これによれば、共起確率が高いキーワードすなわちラベル同士の関係性を踏まえた、漏れの少ない分類器の自動生成が可能となり、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 This makes it possible to automatically generate a classifier with few omissions based on keywords with a high co-occurrence probability, that is, the relationship between labels, which in turn makes it more efficient to create a classifier in an integrated classifier. , The classification accuracy of the integrated classifier will be improved.
また本実施形態のデータ分類システムにおいて、前記演算装置は、前記同時分類確率の算定に際し、前記文書群に加え、前記学習データの特徴量に含まれる文と前記学習データに付与された複数のラベルとから前記同時分類確率を計算するものである、としてもよい。 Further, in the data classification system of the present embodiment, when the arithmetic unit calculates the simultaneous classification probability, in addition to the document group, a sentence included in the feature amount of the training data and a plurality of labels attached to the training data. It may be said that the simultaneous classification probability is calculated from the above.
これによれば、予め用意した文書群(例:企業内の技術文書等)が無い場合であっても、既存の学習データに基づいて同時分類確率を算定することが可能となり、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 According to this, even if there is no document group prepared in advance (eg, technical documents in the company, etc.), it is possible to calculate the simultaneous classification probability based on the existing learning data, and by extension, the integrated classification. The creation of the classifier in the vessel will be made more efficient, and the classification accuracy of the integrated classifier will be improved.
また本実施形態のデータ分類システムにおいて、前記記憶装置は、前記分類器の追加作成の主体となりうるユーザ各々に関して、所定事象に関与している旨を示す記述、および連絡先の各情報を記述したユーザ情報文書群を更に格納しており、前記演算装置は、前記特定したラベルのラベル名に対応する単語を、前記ユーザ情報文書群に照合し、当該単語を前記記述に含むユーザを特定し、当該ユーザの前記連絡先に宛てて前記推薦情報の出力を行うものである、としてもよい。 Further, in the data classification system of the present embodiment, the storage device describes a description indicating that the user is involved in a predetermined event and information of each contact for each user who can be the main body of the additional creation of the classifier. The user information document group is further stored, and the arithmetic unit collates the word corresponding to the label name of the specified label with the user information document group, identifies the user who includes the word in the description, and identifies the user. The recommendation information may be output to the contact information of the user.
これによれば、類器作成を促すべき好適なユーザ宛てに上述の推薦情報を通知することが可能となり、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 According to this, it becomes possible to notify the above-mentioned recommendation information to a suitable user who should be encouraged to create a classifier, which in turn makes the creation of the classifier in the integrated classifier more efficient, and the integrated classifier. It will improve the classification accuracy of.
また本実施形態のデータ分類システムにおいて、前記演算装置は、前記学習データに含まれるデータセットの特徴量および前記文書群の特徴量をクラスタリングし、前記同時未分類率の算定に際し、前記データセットのうち、所定のクラスタkに属するものについて、所定のラベルiおよびラベルjの両方が未分類となる割合として同時未分類率uijkを計算し、前記同時分類確率の算定に際し、前記文書群のうち、所定のクラスタkに属する文書群に含まれる、ラベルiおよびラベルjの各ラベル名に対応する単語の共起確率として同時分類確率pijkを計算し、前記推薦スコアの算定に際し、ラベルiに関する前記推薦スコアをΣkΣjuijkpijkとして計算するものである、としてもよい。 Further, in the data classification system of the present embodiment, the arithmetic unit clusters the feature amount of the data set included in the learning data and the feature amount of the document group, and when calculating the simultaneous unclassification rate, the data set of the data set is calculated. Of these, for those belonging to the predetermined cluster k, the simultaneous unclassification rate uijk is calculated as the ratio at which both the predetermined label i and the label j are unclassified, and in the calculation of the simultaneous classification probability, among the document group. , The simultaneous classification probability pijk is calculated as the co-occurrence probability of the words corresponding to the label names of the label i and the label j included in the document group belonging to the predetermined cluster k, and the recommendation score is calculated with respect to the label i. wherein in which the recommendation score calculated as Σ k Σ j u ijk p ijk , may be.
これによれば、生産ラインの工程種類などといったクラスタごとに、追加すべきラベルに応じた分類器の推薦を行うことが可能となり、ひいては、統合分類器における分類器の作成をより効率的なものとし、当該統合分類器の分類精度を向上させることとなる。 According to this, it is possible to recommend a classifier according to the label to be added for each cluster such as the process type of the production line, which in turn makes it more efficient to create a classifier in the integrated classifier. The classification accuracy of the integrated classifier will be improved.
100 データ分類システム
101 ユーザ端末
102 学習データ生成サーバ(所定装置)
103 分類器作成推薦サーバ(データ分類装置)
104 ラベル無しデータ管理サーバ
105 文書群管理サーバ
201 ラベル無しデータ
202 分類器管理情報
203 分類結果
204 学習データ
205 未分類率情報
206 同時未分類率情報
207 文書群
208 同時分類確率情報
209 推薦スコア情報
210 ユーザ情報文書群
211 ユーザ情報分類結果
301 分類器受取部
302 分類器実行部
303 統合分類器
304 未分類率計算部
305 同時未分類率計算部
306 同時分類確率計算部
307 推薦スコア計算部
308 分類器生成部
309 推薦実行部
401 記憶装置
402 プログラム
403 演算装置
404 メモリ
405 通信装置
100
103 Classifier creation recommendation server (data classification device)
104 Unlabeled
Claims (10)
前記学習データを記憶装置から読み出し、当該学習データにおけるラベル無しのデータセット各々について、当該特徴量と、前記分類器各々による前記分類結果から学習した統合分類器が出力する分類確率とに基づき、1つのデータセットに対して複数ラベルが未分類とされる確率たる同時未分類率と、1つのデータセットに対して複数ラベルが分類される確率たる同時分類確率とを算定する処理、前記同時未分類率と前記同時分類確率との乗算値をラベルごとに集計して推薦スコアを算定する処理、および、分類器を追加作成するべきラベルとして前記推薦スコアの高い順にラベルを特定し、当該ラベルの推薦情報を所定装置に出力する処理、を実行する演算装置と、
を含むことを特徴とするデータ分類システム。 A storage device that integrates the classification results of a predetermined data set by each of a plurality of classifiers and stores training data that defines the correspondence between the feature amount of the data set and the label that is the classification result.
1 The process of calculating the simultaneous unclassification rate, which is the probability that multiple labels are unclassified for one data set, and the simultaneous classification probability, which is the probability that multiple labels are classified for one data set, said simultaneous unclassification. The process of calculating the recommendation score by totaling the multiplication value of the rate and the simultaneous classification probability for each label, and specifying the labels in descending order of the recommendation score as labels to be additionally created as a classifier, and recommending the label. An arithmetic unit that executes the process of outputting information to a predetermined device, and
A data classification system characterized by including.
前記同時未分類率の算定に際し、前記学習データに含まれるラベルの分類確率が所定の閾値内に収まる場合、当該データセットに対して前記ラベルが未分類であると判定し、前記学習データにおいて所定のラベルiとラベルjの両方が未分類となるデータの割合として前記同時未分類率uijを算定し、
前記同時分類確率の算定に際し、所定の文書群に含まれるラベルiおよびラベルjの各ラベル名に対応する単語の共起確率として前記同時分類確率pijを算定し、
前記推薦スコアの算定に際し、ラベルiに関する前記推薦スコアをΣjuijpijとして算定するものである、
ことを特徴とする請求項1に記載のデータ分類システム。 The arithmetic unit is
When the classification probability of the label included in the training data falls within a predetermined threshold in the calculation of the simultaneous unclassification rate, it is determined that the label is unclassified for the data set, and the label is determined in the training data. The simultaneous unclassified rate u ij is calculated as the ratio of data in which both the label i and the label j are unclassified.
In calculating the simultaneous classification probability, the simultaneous classification probability pij is calculated as the co-occurrence probability of the words corresponding to the label names of the labels i and j included in the predetermined document group.
In calculating the recommendation score, is to calculate the recommendation score for label i as Σ j u ij p ij,
The data classification system according to claim 1.
前記推薦情報に基づいて所定ユーザが追加作成した分類器を入力装置より取得し、当該追加した分類器を前記複数の分類器に追加して分類器群を生成し、当該分類器群における各分類器の分類結果を統合した新たな学習データと、当該学習データにより学習した統合分類器とを再作成する処理を更に実行し、
前記新たな学習データにおいて、ラベル無しのデータセット各々について、当該特徴量と、前記新たな学習データにより学習した統合分類器が出力した分類確率とに基づき、当該新たな学習データに含まれるラベルが未分類となるデータセットの割合として未分類率を計算し、前記未分類率が所定基準を下回るまで、前記推薦情報の出力と前記統合分類器および学習データの再作成と、前記未分類率の計算とを繰り返すものである、
ことを特徴とする請求項1に記載のデータ分類システム。 The arithmetic unit is
A classifier additionally created by a predetermined user based on the recommendation information is acquired from an input device, the added classifier is added to the plurality of classifiers to generate a classifier group, and each classification in the classifier group is generated. Further execution of the process of recreating the new learning data in which the classification results of the vessels are integrated and the integrated classifier learned by the learning data is further executed.
In the new training data, for each unlabeled data set, the label included in the new training data is based on the feature amount and the classification probability output by the integrated classifier trained by the new training data. The unclassified rate is calculated as the ratio of the unclassified data set, and the recommendation information is output, the integrated classifier and the training data are recreated, and the unclassified rate is calculated until the unclassified rate falls below a predetermined standard. It repeats the calculation,
The data classification system according to claim 1.
前記分類器の追加に伴う前記新たな学習データおよび前記統合分類器の再作成の前後で、前記未分類率の値が同一あるいは増加した場合、前記推薦情報の対象としたラベルの推薦スコアに対し、ラベル間の推薦スコアの順位を低下させる所定係数を乗算する処理を更に実行するものである、
ことを特徴とする請求項3に記載のデータ分類システム。 The arithmetic unit is
If the value of the unclassified rate is the same or increases before and after the new training data associated with the addition of the classifier and the re-creation of the integrated classifier, the recommendation score of the label targeted for the recommendation information is , Further performs a process of multiplying a predetermined coefficient that lowers the rank of the recommendation score between the labels.
The data classification system according to claim 3, wherein the data classification system is characterized by the above.
前記推薦情報の対象として特定した所定のラベルiについて、前記同時分類確率を参照し、当該ラベルiとの同時分類確率が所定基準以上のラベルjを特定し、前記ラベルiが付与される場合に前記同時分類確率の確率で前記ラベルjに分類する分類器を自動生成して、前記自動生成した分類器を、前記複数の分類器に追加する処理を更に実行するものである、
ことを特徴とする請求項1に記載のデータ分類システム。 The arithmetic unit is
When the label i specified as the target of the recommendation information is referred to the simultaneous classification probability, the label j whose simultaneous classification probability with the label i is equal to or higher than the predetermined standard is specified, and the label i is given. A classifier that classifies to the label j with the probability of the simultaneous classification probability is automatically generated, and a process of adding the automatically generated classifier to the plurality of classifiers is further executed.
The data classification system according to claim 1.
前記同時分類確率の算定に際し、前記文書群に加え、前記学習データの特徴量に含まれる文と前記学習データに付与された複数のラベルとから前記同時分類確率を計算するものである、
ことを特徴とする請求項2に記載のデータ分類システム。 The arithmetic unit is
In calculating the simultaneous classification probability, the simultaneous classification probability is calculated from the sentence included in the feature amount of the learning data and a plurality of labels attached to the learning data in addition to the document group.
The data classification system according to claim 2, wherein the data classification system is characterized by the above.
前記分類器の追加作成の主体となりうるユーザ各々に関して、所定事象に関与している旨を示す記述、および連絡先の各情報を記述したユーザ情報文書群を更に格納しており、
前記演算装置は、
前記特定したラベルのラベル名に対応する単語を、前記ユーザ情報文書群に照合し、当該単語を前記記述に含むユーザを特定し、当該ユーザの前記連絡先に宛てて前記推薦情報の出力を行うものである、
ことを特徴とする請求項1に記載のデータ分類システム。 The storage device is
For each user who can be the main body of the additional creation of the classifier, a description indicating that the user is involved in a predetermined event and a user information document group describing each contact information are further stored.
The arithmetic unit is
The word corresponding to the label name of the specified label is collated with the user information document group, the user who includes the word in the description is specified, and the recommendation information is output to the contact of the user. Is a thing,
The data classification system according to claim 1.
前記学習データに含まれるデータセットの特徴量および前記文書群の特徴量をクラスタリングし、
前記同時未分類率の算定に際し、前記データセットのうち、所定のクラスタkに属するものについて、所定のラベルiおよびラベルjの両方が未分類となる割合として同時未分類率uijkを計算し、
前記同時分類確率の算定に際し、前記文書群のうち、所定のクラスタkに属する文書群に含まれる、ラベルiおよびラベルjの各ラベル名に対応する単語の共起確率として同時分類確率pijkを計算し、
前記推薦スコアの算定に際し、ラベルiに関する前記推薦スコアをΣkΣjuijkpijkとして計算するものである、
ことを特徴とする請求項2に記載のデータ分類システム。 The arithmetic unit is
The feature amount of the data set included in the training data and the feature amount of the document group are clustered.
In the calculation of the simultaneous unclassified rate, the simultaneous unclassified rate u ijk is calculated as the ratio at which both the predetermined label i and the label j are unclassified for the data set belonging to the predetermined cluster k.
In calculating the simultaneous classification probability, the simultaneous classification probability pijk is set as the co-occurrence probability of the words corresponding to the label names of the label i and the label j included in the document group belonging to the predetermined cluster k among the document groups. Calculate and
In calculating the recommendation score, and calculates the recommendation score for label i as Σ k Σ j u ijk p ijk ,
The data classification system according to claim 2, wherein the data classification system is characterized by the above.
前記学習データを記憶装置から読み出し、当該学習データにおけるラベル無しのデータセット各々について、当該特徴量と、前記分類器各々による前記分類結果から学習した統合分類器が出力する分類確率とに基づき、1つのデータセットに対して複数ラベルが未分類とされる確率たる同時未分類率と、1つのデータセットに対して複数ラベルが分類される確率たる同時分類確率とを算定する処理と、
前記同時未分類率と前記同時分類確率との乗算値をラベルごとに集計して推薦スコアを算定する処理と、
分類器を追加作成するべきラベルとして前記推薦スコアの高い順にラベルを特定し、当該ラベルの推薦情報を所定装置に出力する処理と、
を実行することを特徴とするデータ分類方法。 An information processing system equipped with a storage device that integrates the classification results of a predetermined data set by each of a plurality of classifiers and stores learning data that defines the correspondence between the feature amount of the data set and the label that is the classification result.
1 Processing to calculate the simultaneous unclassification rate, which is the probability that multiple labels are unclassified for one data set, and the simultaneous classification probability, which is the probability that multiple labels are classified for one data set.
The process of calculating the recommendation score by aggregating the multiplication value of the simultaneous unclassified rate and the simultaneous classification probability for each label.
A process of specifying labels in descending order of the recommendation score as labels to be additionally created as a classifier and outputting the recommendation information of the label to a predetermined device.
A data classification method characterized by performing.
所定装置に対して前記通信装置によりアクセスし、前記所定装置が備える、複数の分類器各々による所定データセットの分類結果を統合し、当該データセットの特徴量と分類結果たるラベルとの対応関係を規定した学習データ、を取得する処理、当該学習データにおけるラベル無しのデータセット各々について、当該特徴量と、前記分類器各々による前記分類結果から学習した統合分類器が出力する分類確率とに基づき、1つのデータセットに
対して複数ラベルが未分類とされる確率たる同時未分類率と、1つのデータセットに対して複数ラベルが分類される確率たる同時分類確率とを算定する処理、前記同時未分類率と前記同時分類確率との乗算値をラベルごとに集計して推薦スコアを算定する処理、および、分類器を追加作成するべきラベルとして前記推薦スコアの高い順にラベルを特定し、当該ラベルの推薦情報を所定装置に出力する処理、を実行する演算装置と、
を備えることを特徴とするデータ分類装置。 A communication device that performs communication processing with other devices via a predetermined network,
The predetermined device is accessed by the communication device, the classification results of the predetermined data set by each of the plurality of classifiers provided in the predetermined device are integrated, and the correspondence between the feature amount of the data set and the label as the classification result is determined. Based on the process of acquiring the specified training data, the feature amount for each unlabeled data set in the training data, and the classification probability output by the integrated classifier learned from the classification result by each of the classifiers. The process of calculating the simultaneous unclassified rate, which is the probability that multiple labels are unclassified for one data set, and the simultaneous classification probability, which is the probability that multiple labels are classified for one data set, said simultaneous unclassified. The process of calculating the recommendation score by totaling the multiplication value of the classification rate and the simultaneous classification probability for each label, and specifying the labels in descending order of the recommendation score as labels to be additionally created as a classifier, An arithmetic device that executes the process of outputting recommended information to a predetermined device, and
A data classification device characterized by comprising.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2018127516A JP6976910B2 (en) | 2018-07-04 | 2018-07-04 | Data classification system, data classification method, and data classification device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2018127516A JP6976910B2 (en) | 2018-07-04 | 2018-07-04 | Data classification system, data classification method, and data classification device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2020008992A JP2020008992A (en) | 2020-01-16 |
| JP6976910B2 true JP6976910B2 (en) | 2021-12-08 |
Family
ID=69151577
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2018127516A Expired - Fee Related JP6976910B2 (en) | 2018-07-04 | 2018-07-04 | Data classification system, data classification method, and data classification device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP6976910B2 (en) |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113255710B (en) * | 2020-02-12 | 2024-05-28 | 北京沃东天骏信息技术有限公司 | Mobile phone number classification method, device, equipment and storage medium |
| CN111341443A (en) * | 2020-03-09 | 2020-06-26 | 西安中科长青医疗科技研究院有限公司 | Ultrasonic thyroid nodule intelligent evaluation method based on deep learning |
| CN111488520B (en) * | 2020-03-19 | 2023-09-26 | 武汉工程大学 | Crop planting type recommendation information processing device, method and storage medium |
| CN114496211A (en) * | 2020-11-12 | 2022-05-13 | 株式会社爱克萨威泽资 | Machine learning-based nursing decision assistance system for dementia |
| CN112445828B (en) * | 2020-11-30 | 2024-08-16 | 网络通信与安全紫金山实验室 | Industrial Internet ID resolution recursive query routing method, device and computer-readable storage medium |
| WO2022168274A1 (en) * | 2021-02-05 | 2022-08-11 | 三菱電機株式会社 | Information processing device, selection and output method, and selection and output program |
| CN114139031B (en) * | 2021-10-28 | 2024-03-19 | 马上消费金融股份有限公司 | Data classification methods, devices, electronic equipment and storage media |
| CN114385209B (en) * | 2022-01-11 | 2025-04-25 | 中国第一汽车股份有限公司 | A method, device, equipment and storage medium for generating an upgrade result report |
| JP7726818B2 (en) * | 2022-03-09 | 2025-08-20 | 株式会社神戸製鋼所 | Welding defect prediction system, machine learning device, defect prediction method, and program |
| CN115186764B (en) * | 2022-08-03 | 2025-10-28 | 腾讯科技(北京)有限公司 | Data processing method, device, electronic device and storage medium |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP6320112B2 (en) * | 2014-03-27 | 2018-05-09 | キヤノン株式会社 | Information processing apparatus and information processing method |
| JP6279964B2 (en) * | 2014-04-15 | 2018-02-14 | Kddi株式会社 | Multi-class classifier construction apparatus, method and program |
-
2018
- 2018-07-04 JP JP2018127516A patent/JP6976910B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2020008992A (en) | 2020-01-16 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6976910B2 (en) | Data classification system, data classification method, and data classification device | |
| US20230334254A1 (en) | Fact checking | |
| CN114218958B (en) | Work order processing method, device, equipment and storage medium | |
| US10127522B2 (en) | Automatic profiling of social media users | |
| US11373117B1 (en) | Artificial intelligence service for scalable classification using features of unlabeled data and class descriptors | |
| US11615361B2 (en) | Machine learning model for predicting litigation risk in correspondence and identifying severity levels | |
| US10853697B2 (en) | System and method for monitoring online retail platform using artificial intelligence and fixing malfunction | |
| Paramesh et al. | Classifying the unstructured IT service desk tickets using ensemble of classifiers | |
| CN112836509A (en) | An expert system knowledge base construction method and system | |
| CN111949785B (en) | Query statement management method and device, readable storage medium, and electronic device | |
| CN110555469A (en) | Method and device for processing interactive sequence data | |
| US11481734B2 (en) | Machine learning model for predicting litigation risk on construction and engineering projects | |
| US20230214679A1 (en) | Extracting and classifying entities from digital content items | |
| US20210073255A1 (en) | Analyzing the tone of textual data | |
| CN114428855A (en) | Service record classification method for hierarchy and mixed data type | |
| US11531927B2 (en) | Categorical data transformation and clustering for machine learning using natural language processing | |
| US20250156460A1 (en) | Systems and methods for generating a workflow data structure | |
| CN113868419A (en) | Text classification method, device, equipment and medium based on artificial intelligence | |
| US10867255B2 (en) | Efficient annotation of large sample group | |
| CN110209743B (en) | Knowledge management system and method | |
| Memon et al. | App store mining for feature extraction: analyzing user reviews | |
| US12493845B2 (en) | Systems and methods for multi-channel customer communications content recommender | |
| CN110909768B (en) | Method and device for acquiring marked data | |
| US12198459B2 (en) | Systems for generating indications of relationships between electronic documents | |
| CN108460049B (en) | A method and system for determining information category |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20201013 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20210924 |
|
| 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: 20211012 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20211110 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6976910 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| LAPS | Cancellation because of no payment of annual fees |