JP5462546B2 - Content detection support apparatus, content detection support method, and content detection support program - Google Patents
Content detection support apparatus, content detection support method, and content detection support program Download PDFInfo
- Publication number
- JP5462546B2 JP5462546B2 JP2009183305A JP2009183305A JP5462546B2 JP 5462546 B2 JP5462546 B2 JP 5462546B2 JP 2009183305 A JP2009183305 A JP 2009183305A JP 2009183305 A JP2009183305 A JP 2009183305A JP 5462546 B2 JP5462546 B2 JP 5462546B2
- Authority
- JP
- Japan
- Prior art keywords
- pattern
- content
- predetermined criterion
- predetermined
- patterns
- 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
本発明は、掲示板、ソーシャルネットワーキングサービス(SNS)、blogといったインターネット上のコミュニティサイトに投稿されるテキスト情報から成るコンテンツ群や、データベースに含まれる論文、特許等の文書、オンラインニュースデータ、電子メール、Webページ等のテキスト情報から成るコンテンツ群、画像やリンクなどのテキスト以外のコンテンツ群から特定の基準を満たす情報を含むコンテンツを人手で洩れなく検出する際に、コンテンツ群から一部のデータを人手で確認すべきデータとして機械的に抽出することで検出コストを低減させるコンテンツ検出支援装置、方法、プログラムに関する。 The present invention relates to a content group consisting of text information posted to community sites on the Internet such as bulletin boards, social networking services (SNS), blogs, articles such as articles, patents, online news data, electronic mail, When manually detecting content including information satisfying a specific criterion from a content group consisting of text information such as a web page or a content group other than text such as an image or a link, a part of the data from the content group is manually It is related with the content detection assistance apparatus, method, and program which reduce detection cost by extracting mechanically as data which should be confirmed in (1).
大量に蓄積されたコンテンツ群から特定の基準を満たす情報を含むコンテンツを検出する課題では、検出に要する人的コストを削減するために、パターンマッチングにより確認すべきコンテンツの量を削減する方法が一般的によく用いられる。例えば、掲示板、SNS、blogといったインターネット上のコミュニティサイトに投稿されたテキスト文書やWebページから、犯罪や麻薬といった違法性の高い文書や、卑猥な表現や悪質な勧誘などの有害性の高い文書を検出する課題では、違法・有害文書によく含まれる単語をNGワードとして記録したリストを用意し、それらのNGワードを含む文書をコンテンツ群から機械的に抽出することで人手で確認すべき文書数を削減する。 In the problem of detecting content that contains information that meets specific criteria from a large amount of accumulated content, a method that reduces the amount of content to be confirmed by pattern matching is generally used to reduce the human cost required for detection. Often used. For example, from a text document or web page posted on a community site on the Internet such as a bulletin board, SNS, blog, a highly illegal document such as a crime or drug, or a highly harmful document such as an obscene expression or a malicious solicitation For the problem to be detected, the number of documents to be confirmed manually by preparing a list in which words that are often included in illegal and harmful documents are recorded as NG words, and mechanically extracting the documents containing those NG words from the content group. To reduce.
従来、ユーザにとって不適切な情報へのアクセスを制限し、適切な情報のみを抽出するネットワーク上の情報フィルタリング装置として、例えば特許文献1に記載のものが提案されている。 Conventionally, an information filtering apparatus on a network that restricts access to information inappropriate for a user and extracts only appropriate information has been proposed, for example, in Patent Document 1.
尚、本発明で利用する技術は、特許文献2、非特許文献1〜9に開示されている。
The technology used in the present invention is disclosed in
従来のパターンマッチングによる方法では、NGワードのように予め設定したパターンを含むコンテンツを機械的に検出する。この方法では、設定したパターンのみで特定の基準を満たす情報を含むコンテンツか否かを判定できる課題に対して、効果的に基準に該当するコンテンツを検出できる。 In the conventional pattern matching method, content including a preset pattern such as an NG word is mechanically detected. In this method, it is possible to effectively detect content corresponding to a reference with respect to a problem in which it is possible to determine whether or not the content includes information satisfying a specific criterion with only a set pattern.
しかし、例えば、インターネット上のサイトに投稿された文書群から違法・有害情報を含む文書を検出する課題に対しては、文脈によって単語の意味が異なる語義曖昧性があるため、NGワードリストに記載された単語を含む文書が必ずしも違法・有害情報であるとは限らない。 However, for example, for the problem of detecting documents containing illegal or harmful information from a group of documents posted on a site on the Internet, the meaning of the word differs depending on the context, so it is listed in the NG word list. A document that contains the word is not necessarily illegal or harmful information.
このため、パターンマッチングによる方法では、無害な文書を大量に誤検出してしまう危険性があり、違法・有害性の高い文書のみを機械的に検出するにはNGワードを絞りこむ必要がある。 For this reason, the pattern matching method has a risk of erroneously detecting a large amount of harmless documents. In order to mechanically detect only illegal and highly harmful documents, it is necessary to narrow down NG words.
一方、違法・有害情報の発信者は、摘発を逃れるために、「覚○剤(=覚醒剤)」のような伏字、「レンコン(=拳銃)」のような隠語などを日々作成している。このような伏字や隠語などを含む違法・有害文書をパターンマッチングによる方法で検出するには、NGワードリストにこれらの単語を追加する必要がある。 On the other hand, senders of illegal / harmful information are making daily literary characters such as “stimulants” and slang words such as “renkon”. In order to detect illegal / harmful documents including such absurd letters and hidden words by a pattern matching method, it is necessary to add these words to the NG word list.
このため、違法・有害情報を含む文書を検出する課題では、NGワードを増やすと語彙曖昧性により無害文書を大量に誤検出してしまい、逆にNGワードを減らすと日々作り出されている伏せ字や隠語のすべてに対応できないというジレンマが生じる。 For this reason, in the problem of detecting documents that contain illegal / harmful information, increasing the number of NG words causes a large amount of harmless documents to be erroneously detected due to vocabulary ambiguity. The dilemma of not being able to deal with all of the hidden words arises.
上記の違法・有害文書を検出する課題では、サイトの健全性を保証するために、洩れなく違法・有害文書を検出することが重視される。このため、人手で確認すべき文書を機械的に絞りこむ場合、伏せ字や隠語などを含むように拡張したNGワードリストなどを用いて違法・有害情報を含む可能性がある文書をすべて抽出する必要がある。 In the above-described problem of detecting illegal / hazardous documents, it is important to detect illegal / hazardous documents without omission in order to guarantee the soundness of the site. For this reason, when manually narrowing down documents to be checked manually, it is necessary to extract all documents that may contain illegal or harmful information using an NG word list that has been expanded to include concealed characters and hidden words. There is.
しかし、この方法では、人手で確認すべきテキスト量が膨大になる。また、NGワードリストに含まれない単語を検索しないため、新しい伏字や隠語に対処できない。これらの問題は、違法・有害文書を検出する課題に限らず、コンテンツの構成要素であるパターンと意味との間に常に一対一の関係が成り立たないメディアで表現されるコンテンツから特定の基準を満たす情報を含むコンテンツを洩れなく検出する課題のすべてに存在する。 However, with this method, the amount of text to be confirmed manually is enormous. In addition, since words that are not included in the NG word list are not searched, it is not possible to deal with new characters and hidden words. These problems are not limited to the problem of detecting illegal and harmful documents, but meet specific standards from content expressed in media that does not always have a one-to-one relationship between the patterns and meanings that constitute the content. It exists in all the problems of detecting content including information without omission.
本発明は上記課題を解決するものであり、その目的は、人手によって確認すべきデータ量を削減することによって確認に要する人的コストを低減させるとともに、新しい伏せ字や隠語などの新規のパターンを含むコンテンツの検出洩れを抑制することができるコンテンツ検出支援装置、方法、プログラムを提供することにある。 The present invention solves the above-mentioned problems, and its object is to reduce the human cost required for confirmation by reducing the amount of data to be confirmed manually and to include new patterns such as new hidden characters and slang words. It is an object of the present invention to provide a content detection support apparatus, method, and program that can suppress content detection failure.
前記した目的を達成するために成された本発明に係わるコンテンツ検出支援装置は、コンテンツが特定の基準を満たす情報を含むかどうかを人手で判断する際に基準に該当する度合が相対的に高いパターン領域をコンテンツ中から機械的に抽出し、検出を行うオペレータにそのパターン領域を提示することによって、オペレータが確認すべきデータ量を削減する。パターン領域の抽出には、過去に人手で基準を満たす情報を含むか否かを判断されたコンテンツ集合の内容をもとに機械的に作成される判定ルールを用いる。この判定ルールを用いて対象のコンテンツ内に含まれる各パターンの基準に該当する度合を推定することで、基準に該当する度合の高いパターンを多く含むパターン領域をコンテンツから機械的に抽出する。 The content detection support apparatus according to the present invention configured to achieve the above-described object has a relatively high degree of corresponding to the standard when manually judging whether the content includes information satisfying a specific standard. The pattern area is mechanically extracted from the content, and the pattern area is presented to the operator who performs the detection, thereby reducing the amount of data to be confirmed by the operator. For the extraction of the pattern region, a determination rule that is mechanically created based on the contents of the content set for which it has been determined whether or not information that meets the criteria manually has been used in the past is used. By estimating the degree corresponding to the criterion of each pattern included in the target content using this determination rule, a pattern region including many patterns having a high degree corresponding to the criterion is mechanically extracted from the content.
本発明の請求項1に記載のコンテンツ検出支援装置は、テキスト情報を含むコンテンツ群から、予め定めた所定の基準を満たす情報を含むコンテンツ中の部分領域を抽出するコンテンツ検出支援装置であって、前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出手段と、前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成手段と、前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定手段と、前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出手段と、を有し、前記特徴量抽出手段は、判定対象のパターンと、当該パターンの前後数パターンの特徴量を加えて定義した特徴ベクトルを抽出することを特徴としている。 The content detection support apparatus according to claim 1 of the present invention is a content detection support apparatus that extracts a partial region in content including information satisfying a predetermined criterion from a content group including text information, Whether the text in each content is divided into predetermined units, the feature quantity extracting means for extracting the feature quantity for each pattern that is the divided part, and whether or not the information includes information satisfying the predetermined criteria Extracted from known content by a determination rule generating unit that generates a determination rule for determining whether each pattern included in the content satisfies the predetermined criterion, or the feature amount extracting unit or by using the feature amount of each of the pattern, by applying the decision rule for each said pattern, it satisfies a predetermined criterion that each pattern has the predetermined Yes and determining the pattern determining means for determining, from among the content, and a pattern area extraction means for extracting a number including partial region the determined pattern satisfies a predetermined criterion, wherein the predetermined in the pattern determination means The feature quantity extraction means extracts a feature vector defined by adding the pattern to be determined and the feature quantities of several patterns before and after the pattern .
(1)請求項1〜11に記載の発明によれば、特定の基準を満たす情報を含むコンテンツを人手で洩れなく検出する課題において、人手で確認すべきコンテンツの数をコンテンツ自体の機械的な抽出によって削減するのではなく、各コンテンツに含まれる一部のパターン領域を確認すべきデータとして機械的に抽出することで、本来検出すべきコンテンツを検出対象から除外するリスクなしに人手により確認すべきデータ量を削減させる。 (1) According to the invention described in claims 1 to 11, in the problem of detecting contents including information satisfying a specific standard without omission, the number of contents to be confirmed manually is determined by the mechanicalness of the contents themselves. Rather than reducing by extraction, a part of the pattern area included in each content is mechanically extracted as data to be checked, so that the content that should be detected can be confirmed manually without the risk of being excluded from detection. Reduce the amount of data that needs to be reduced.
コンテンツの抽出による方法では、検出すべきコンテンツを機械的に誤判定して検出対象から除外することが直接的にコンテンツの検出洩れにつながる。このため、検出洩れを防ぐには、基準を満たす情報を含まないことを明確に判定できるコンテンツ以外をすべて人手で確認する必要がある。一方、本発明で行うパターン領域の抽出では、各コンテンツ内に含まれる複数のパターン領域から、基準を満たす情報を含むことを判断できるパターン領域のうち少なくとも1つを人手で確認すべきパターン領域として抽出すれば基準を満たす情報を含むコンテンツの検出洩れを防げる。コンテンツ内の他のパターン領域を抽出しなくても検出洩れには直接つながらない。このため、本発明には、コンテンツの抽出による方法と比べて、低い検出洩れのリスクで、オペレータが確認すべきデータ量を低減させる効果がある。
(2)また、判定対象のパターン、例えば単語の前後数単語の特徴量も含めた特徴ベクトルを用いて、判定対象の単語が所定の情報を含むか否かを判定する構成により、Webコンテンツ上で日々生み出される新しい語や伏せ字、隠語などにも対応した情報検出が可能となる。
(3)請求項4、5、9、10に記載の発明によれば、同じコンテンツに複数の検出対象領域(有害情報を含む領域等)がある場合には、その中から1つの領域だけを選択し出力することができるので、人手で確認をするときの情報量を削減し、負担を軽減する効果が高くなる。
In the method based on content extraction, mechanically misjudging content to be detected and excluding it from the detection target directly leads to content detection failure. For this reason, in order to prevent omission of detection, it is necessary to manually check all contents other than the contents that can clearly determine that information that satisfies the standard is not included. On the other hand, in the pattern area extraction performed in the present invention, at least one of the pattern areas that can be determined to include information satisfying the criterion from the plurality of pattern areas included in each content is a pattern area that should be manually checked. If extracted, it is possible to prevent omission of detection of contents including information satisfying the standard. Even if other pattern areas in the content are not extracted, it does not directly lead to detection failure. For this reason, the present invention has an effect of reducing the amount of data to be confirmed by the operator with a low risk of detection failure compared to the method based on content extraction.
(2) Further , it is possible to determine whether or not the determination target word includes predetermined information by using a feature vector including a determination target pattern, for example, feature quantities of several words before and after the word. It is possible to detect information that corresponds to new words, hidden letters, and secret words that are created every day.
(3) According to the inventions described in
以下、図面を参照しながら本発明の実施の形態を説明するが、本発明は下記の実施形態例に限定されるものではない。図1は本実施の形態のコンテンツ検出支援装置1の構成を示す機能ブロック図の例である。 Hereinafter, embodiments of the present invention will be described with reference to the drawings, but the present invention is not limited to the following embodiments. FIG. 1 is an example of a functional block diagram showing a configuration of a content detection support apparatus 1 according to the present embodiment.
図1に示すように、本実施の形態のコンテンツ検出支援装置1は、ある特定の基準を満たす情報を含むか否かを判断すべきコンテンツを入力する際のインターフェースとなる入力部2と、入力されたコンテンツに含まれる各パターンの特徴量を抽出するための特徴量抽出手段としての特徴量抽出部3と、コンテンツに含まれる各パターンが基準に該当するか否かを判定するパターン判定手段としてのパターン判定部4と、基準に該当すると判定されたパターンを含むパターン領域をコンテンツから抽出するパターン領域抽出手段としてのパターン領域抽出部5と、パターン領域の画面表示やオペレータの判断結果を保存する際のインターフェースとなる出力部6とを含んで構成される。
As shown in FIG. 1, the content detection support apparatus 1 according to the present embodiment includes an
また、コンテンツ検出支援装置1は、検出対象となるコンテンツと同様の形式をもつコンテンツの例を集めて生成された訓練データ集合が記憶されている訓練データDB(データベース)7と、パターン判定部4で各パターンの判定に用いる判定ルールを、訓練データDB7に含まれる訓練データを用いて生成する判定ルール生成手段としての判定ルール生成部8とを含んで構成される。
The content detection support apparatus 1 includes a training data DB (database) 7 in which training data sets generated by collecting examples of content having the same format as the content to be detected are stored, and a pattern determination unit 4. And a determination
前記コンテンツ検出装置1の各部の機能は、例えばコンピュータによって達成される。 The function of each part of the content detection apparatus 1 is achieved by a computer, for example.
ここで、パターンとはテキストを分割する単位を指す。つまり、コンテンツが文書などのテキストデータである場合は、文字・記号または単語、熟語、フレーズ等がパターンとなる。また、パターン領域はパターンを複数まとめた領域であり、例えば、文節、文、パラグラフ等がパターン領域となる。以下、コンテンツを文書、パターンを単語、パターン領域をパラグラフとし、文書群から有害情報を含む文書を検出する課題を例に、コンテンツ検出支援装置1の各要素の実現例を述べる。 Here, the pattern refers to a unit for dividing the text. That is, when the content is text data such as a document, a pattern is a character / symbol or word, idiom, phrase or the like. The pattern area is an area in which a plurality of patterns are collected. For example, phrases, sentences, paragraphs, and the like are pattern areas. Hereinafter, an implementation example of each element of the content detection support apparatus 1 will be described by taking as an example the problem of detecting a document including harmful information from a document group, where the content is a document, the pattern is a word, and the pattern region is a paragraph.
コンテンツ検出支援装置1は、入力部2で入力された文書に含まれる各単語に対し、特徴量抽出部3で特徴量を抽出する。特徴量抽出部3では、例えば、非特許文献5に記載の固有表現抽出器や品詞解析器で各単語に付与された固有表現タグや品詞情報、係り受け解析器(KNP(非特許文献7)、Cabocha(非特許文献8など)で推定された単語の依存関係、非特許文献6に記載の項構造解析器で推定される構造情報などの既存の言語解析器を用いて各単語の特徴量を抽出する。
In the content detection support apparatus 1, a feature
また、伏せ字の○やスペース、アスキーアートに用いられる記号などの特殊な文字や絵文字などを含む表現には本来と異なる意味で用いられている場合も多いことから、単語を構成する文字の種類を特徴量として加えても良い。 In addition, it is often used in a different meaning from expressions that include special characters and pictograms such as circles and spaces, symbols used in ASCII art, etc. It may be added as an amount.
さらに、文脈に応じた判定を行うために、前後の数単語の特徴量を加えて各単語の特徴ベクトルを定義し、それらの特徴ベクトルを用いて各単語を判定しても良い。例えば、「れんこんを15万円で売ります。」という文の各単語の特徴量が、
「れんこん」:a
「を」:b
「15万円」:c
「で」:d
「売り」:e
「ます」:f
「。」:g
であるとする。文脈に応じた判定を行うために前後の2単語を考慮に入れて各単語を判定する場合には、各単語の判定に用いる特徴ベクトルを、
「れんこん」:x1=(0,0,a,b,c)
「を」:x2=(0,a,b,c,d)
「15万円」:x3=(a,b,c,d,e)
「で」:x4=(b,c,d,e,f)
「売り」:x5=(c,d,e,f,g)
「ます」:x6=(d,e,f,g,0)
「。」:x7=(e,f,g,0,0)
のように定義する。尚、日本語の文書の場合には、各文書に含まれる単語を解析するのに既存の形態素解析器(MeCab(非特許文献9等)を用いることができる。
Furthermore, in order to make a determination according to the context, feature quantities of each word may be defined by adding feature quantities of several words before and after, and each word may be determined using those feature vectors. For example, the feature amount of each word in the sentence “Sell lotus root for 150,000 yen”
“Lenkon”: a
"O": b
“150,000 yen”: c
“De”: d
“Sell”: e
“Mas”: f
“.”: G
Suppose that When determining each word taking into consideration the two words before and after in order to make a determination according to the context, the feature vector used for the determination of each word is:
“Lotus root”: x 1 = (0, 0, a, b, c)
“O”: x 2 = (0, a, b, c, d)
“150,000 yen”: x 3 = (a, b, c, d, e)
“De”: x 4 = (b, c, d, e, f)
“Sell”: x 5 = (c, d, e, f, g)
“Masu”: x 6 = (d, e, f, g, 0)
“.”: X 7 = (e, f, g, 0, 0)
Define as follows. In the case of a Japanese document, an existing morphological analyzer (MeCab (Non-Patent Document 9)) can be used to analyze words included in each document.
パターン判定部4では、特徴量抽出部3で抽出した単語とその特徴ベクトルを用い、後述の判定ルール生成部8で生成された判定ルールを適用して文書中で出現する各単語が有害情報を表すか否かを判定する。
The pattern determination unit 4 uses the word extracted by the feature
各単語の判定は、例えば、パターンマッチングによる方法で行えるが、機械学習に基づく方法を用いて行ってもよい。パターンマッチングによる方法では、有害情報を表す可能性がある単語をすべて列挙したリストを用意し、そのリストに含まれているか否かを機械的に確認する。 Each word can be determined by a method based on pattern matching, for example, but may be determined using a method based on machine learning. In the pattern matching method, a list in which all the words that may represent harmful information are listed is prepared, and it is mechanically confirmed whether or not it is included in the list.
機械学習による方法では、含まれる単語が有害情報を表すか否かを人手で過去に判断された文書から判定ルールを機械的に学習し、その判定ルールを新規の文書に適用することで文書に含まれる各単語の判定を行える。 In the machine learning method, a decision rule is mechanically learned from a document that has been manually judged whether or not the contained word represents harmful information, and the decision rule is applied to a new document. Each contained word can be determined.
文書に含まれる単語列の特徴ベクトル集合をX={x1,…,xi,…,xn}、各単語の判定結果を示すベクトルをy=(y1,…,yi,…,yn),yi∈{0,1}とし、yi=1(yi=0)がi番目の単語が有害情報を表す(表さない)ことを意味するとすると、wをパラメータとするスコア関数f(X,y;w)を用いて判定ルールはargmaxyf(X,y;w)で与えられる。パラメータwの値は、含まれる単語が有害情報を表すか否かを人手で過去に判断された文書を用いて推定する。 A feature vector set of word strings included in the document is X = {x 1 ,..., X i ,..., X n }, and a vector indicating the determination result of each word is y = (y 1 ,..., Y i ,. y n ), y i ∈ {0, 1}, and y i = 1 (y i = 0) means that the i-th word represents (not represents) harmful information, and w is a parameter. Using the score function f (X, y; w), the determination rule is given by argmax y f (X, y; w). The value of the parameter w is estimated using a document that has been manually determined in the past whether or not the contained word represents harmful information.
判定ルールに用いる関数の型やパラメータ値の推定には、例えば、特許文献2や非特許文献1〜5に記載の方法を応用できる。
For example, the methods described in
パターン領域抽出部5では、パターン判定部4で有害情報を表すと判定された単語を多く含むパラグラフを抽出する。パラグラフの抽出は、例えば,有害情報を表すと判定された単語数のパラグラフ中の単語全体に占める割合を計算し、その割合の高いパラグラフを選択することで行うことができる。
The pattern
パターン判定部4で機械学習に基づく判定ルールを採用する場合には、判定ルールのスコア関数をもとにパラグラフのスコア値を定義し、そのスコア値が高いパラグラフを選択することでパラグラフの抽出を行っても良い。 When the determination rule based on machine learning is adopted in the pattern determination unit 4, the score value of the paragraph is defined based on the score function of the determination rule, and the paragraph is extracted by selecting the paragraph with the higher score value. You can go.
パラグラフのスコア値は、パラグラフ中に含まれる単語列の特徴ベクトル集合をX´、単語数をnとするとき、スコア関数f(X,y;w)を用いて、例えば The score value of a paragraph is obtained by using, for example, a score function f (X, y; w), where X ′ is a feature vector set of a word string included in the paragraph and n is the number of words.
出力部6では、パターン領域抽出部5で抽出されたパラグラフを画面に表示してオペレータに提示する。画面への表示方法は、例えば,パラグラフのみを表示しても、文書に含まれる情報をすべて表示した上で抽出されたパラグラフをハイライトすることで提示しても良い。また、出力部6では、オペレータが文書を検出すべきか否かを判断した結果やオペレータが有害情報を表すと判断した単語や文などを必要に応じて適切な箇所(例えば図示省略のメモリ)に保存する。
The
訓練データDB7には、有害情報を含むか否かを過去に人手で判断された文書が蓄積されており、それらの中で有害文書には有害情報を表すと判断された単語にタグが付与されている。また、出力部6で保存された文書とオペレータの判断結果を逐次訓練データDB7に加えても良い。
In the
判定ルール生成部8では、訓練データDB7に蓄積された文書とタグを訓練データとして、パターン判定部4で単語の判定に用いる判定ルールを機械的に生成する。例えば、パターン判定部4で単語リストを用いて単語を判定する場合では、訓練データ中の有害文書に含まれるタグ付けされた単語をすべて列挙したり、タグ付けされた数が多い単語を抽出することで単語リストを作成できる。
The determination
また、機械学習法で得られる判定ルールをパターン判定部4で用いる場合には、例えば、訓練データDB7に含まれるコンテンツの各単語にタグが付与されているか否かの情報を利用して、非特許文献1、2、4に記載のサポートベクトルマシン(SVM)やロジスティック回帰モデル、ナイーブベイズモデルなどの分類器のパラメータ値、あるいは非特許文献3に記載の条件付確率場(CRF)などの構造データ用ラベル付与器のパラメータ値を見積もることで、各単語が基準に該当するか否かを推定するための判定ルールを生成できる。
Further, when the determination rule obtained by the machine learning method is used in the pattern determination unit 4, for example, information on whether or not a tag is assigned to each word of the content included in the
あるいは、訓練データ中の有害文書に含まれる単語のうち、タグが付与されている単語を有害情報を表す単語であるとし、タグが付与されていない単語を有害情報を表すか否かが不明な単語とし、無害文書に含まれる単語をすべて有害情報を表さない単語とみなして、特許文献2や非特許文献5に記載の半教師あり学習技術を用いて分類器や構造データ用ラベル付与器のパラメータ値を見積もることで判定ルールを生成しても良い。
Or, among the words included in the harmful document in the training data, the word with the tag is regarded as a word representing harmful information, and it is unclear whether the word without the tag represents harmful information Classifiers and labeling units for structural data using the semi-supervised learning technique described in
さらに、有害情報を含むか否かが不明の文書に含まれる単語と、有害情報を含むか否かが判断された文書に含まれる単語とから半教師あり学習技術を用いて分類器や構造データ用ラベル付与器のパラメータ値を見積もっても良い。この場合、有害情報を含むか否かが不明の文書に含まれるすべての単語を有害情報を表すか否かが不明な単語として扱ってパラメータ値を見積もる。 In addition, classifiers and structural data using semi-supervised learning technology from words contained in documents that are not known to contain harmful information and words contained in documents that are judged to contain harmful information. The parameter value of the label applicator may be estimated. In this case, the parameter value is estimated by treating all the words included in the document with unknown harmful information as words with unknown harmful information.
ここで、例えば、有害情報を1箇所でも含んでいれば、そのコンテンツは有害情報を含むと判断して良いので、同じコンテンツ中の複数箇所を人手で確認する必要はない。 Here, for example, if harmful information is included even at one location, it may be determined that the content includes harmful information, so it is not necessary to manually check a plurality of locations in the same content.
したがって、上記実施形態例のように、パターン領域抽出部5において、有害情報を表すと判定された単語数のパラグラフ中の単語全体に占める割合を計算し、その割合の高いパラグラフを選択することにより、出力部6において人手で確認をするときの情報量が著しく削減され、負担が飛躍的に軽減される。
Therefore, as in the above embodiment, the pattern
また上記の実施形態例では、判定対象の単語の前後数単語の特徴量も含めた特徴ベクトルを用いて、判定対象の単語が所定の情報(有害な情報)を含むか否かを判定しているので、Webコンテンツ上で日々生み出される新しい語や伏せ字、隠語等にも対応した情報検出が可能となる。 Further, in the above embodiment example, it is determined whether or not the determination target word includes predetermined information (harmful information) using the feature vector including the feature amount of several words before and after the determination target word. Therefore, it is possible to detect information corresponding to new words, hidden characters, hidden words and the like that are generated daily on the Web content.
すなわち、例えば、「れんこんを15万円で売ります」という文章が含まれていたときに、「れんこん」という単語そのものは有害な意味(拳銃)を表す隠語であることが分からなくても、「15万円」や「売る」などの「れんこん」の周囲にある情報から「れんこんを15万円で売ります」という領域を有害な情報を含む可能性の高い領域として検出することができる。 That is, for example, if the sentence “Sell lotus for 150,000 yen” is included, the word “renkon” itself is a hidden word that represents a harmful meaning (handgun). From the information in the vicinity of “Lenkon” such as “150,000 yen” and “Sell”, it is possible to detect an area of “Selling lotus root for 150,000 yen” as an area that is likely to contain harmful information.
また、本発明のコンテンツ検出支援方法は、例えば前記図1のコンテンツ検出支援装置1の各部が行なう処理を実行するものである。 Further, the content detection support method of the present invention executes, for example, processing performed by each unit of the content detection support apparatus 1 of FIG.
すなわち、まず、特徴量抽出部3が前記入力部2で入力されたコンテンツ(文書)に含まれる各単語の特徴量を抽出する(特徴量抽出ステップ)。
That is, first, the feature
次に、判定ルール生成部8が、前記訓練データDB7に蓄積された文書とタグを訓練データとして、文書に含まれる各単語(各パターン)が所定の基準を満たすか否か(有害情報を表すか否か)を判断するための判定ルールを生成する(判定ルール生成ステップ)。
Next, the determination
尚、前記特徴量抽出ステップと判定ルール生成ステップの実行順序は前記に限るものではない。 The execution order of the feature quantity extraction step and the determination rule generation step is not limited to the above.
次に、パターン判定部4が、特徴量抽出部3で抽出された単語とその特徴ベクトルを用い、判定ルール生成部8で生成された判定ルールを適用して、文書中で出現する各単語が有害情報を表すか否かを判定する(パターン判定ステップ)。
Next, the pattern determination unit 4 applies the determination rule generated by the determination
次に、パターン領域抽出部5が、パターン判定部4で有害情報を表すと判定された単語を多く含む部分領域(パラグラフ)を抽出する(パターン領域抽出ステップ)。
Next, the pattern
また、前記特徴量抽出部3が実行する特徴量抽出ステップでは、判定対象のパターン(単語)と、当該パターンの前後数パターンの特徴量を加えて定義した特徴ベクトルを抽出する。
In the feature quantity extraction step executed by the feature
また、前記判定ルール生成部8が実行する判定ルール生成ステップでは、予め定めた所定の基準を満たす情報(有害情報)を含むことが既知であるコンテンツ内の各パターンについて、前記予め定めた所定の基準を満たす情報であることが既知であるパターンにタグを付与し、当該コンテンツに含まれるパターンのうち前記タグが付与されたパターンを前記所定の基準を満たすパターンとし、当該コンテンツに含まれるパターンのうち前記タグが付与されていないパターンを前記所定の基準を満たすか否かが不明なパターンとし、前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツ内の全てのパターンを前記所定の基準を満たす情報を含まないパターンとし、半教師あり学習により、前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツおよび前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツに含まれる前記各パターンが、前記予め定めた所定の基準を満たすパターンである可能性を示すスコア関数のパラメータを学習し、学習されたスコア関数を判定ルールとする。
Further, in the determination rule generation step executed by the determination
また、前記パターン領域抽出部5が実行するパターン領域抽出ステップでは、前記コンテンツ内の各部分領域毎に、当該部分領域内の全パターン数に対する、当該部分領域において前記所定の基準を満たすと判定したパターン数の割合を計算し、その割合の最も高い部分領域を、前記パターン判定部4において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域として抽出する。
Further, in the pattern region extraction step executed by the pattern
また、前記パターン領域抽出部5が実行するパターン領域抽出ステップでは、前記コンテンツ内の各パターンに前記スコア関数である判定ルールを適用することによりスコア値を算出し、前記コンテンツ内の各部分領域毎に、当該部分領域内の全パターンのスコア値の総和を算出し、前記スコア値の総和が最も高い部分領域を、前記パターン判定部4において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域として抽出する。
In the pattern region extraction step executed by the pattern
また、本実施形態のコンテンツ検出支援装置における各手段の一部もしくは全部の機能をコンピュータのプログラムで構成し、そのプログラムをコンピュータを用いて実行して本発明を実現することができること、本実施形態のコンテンツ検出支援方法における手順をコンピュータのプログラムで構成し、そのプログラムをコンピュータに実行させることができることは言うまでもなく、コンピュータでその機能を実現するためのプログラムを、そのコンピュータが読み取り可能な記録媒体、例えばFD(Floppy(登録商標) Disk)や、MO(Magneto−Optical disk)、ROM(Read Only Memory)、メモリカード、CD(Compact Disk)−ROM、DVD(Digital Versatile Disk)−ROM、CD−R、CD−RW、HDD、リムーバブルディスクなどに記録して、保存したり、配布したりすることが可能である。また、上記のプログラムをインターネットや電子メールなど、ネットワークを通して提供することも可能である。 In addition, the present invention can be realized by configuring some or all of the functions of each means in the content detection support apparatus of the present embodiment by a computer program and executing the program using the computer. It goes without saying that the procedure in the content detection support method of the above can be configured by a computer program, and the program can be executed by the computer, and the program for realizing the function by the computer can be read by the computer, For example, FD (Floppy (registered trademark) Disk), MO (Magneto-Optical disk), ROM (Read Only Memory), memory card, CD (Compact Disk) -ROM, DVD (Digital V rsatile Disk) -ROM, CD-R, CD-RW, HDD, and recorded in a removable disk, or stored, it is possible or distribute. It is also possible to provide the above program through a network such as the Internet or electronic mail.
1…コンテンツ検出支援装置
2…入力部
3…特徴量抽出部
4…パターン判定部
5…パターン領域抽出部
6…出力部
7…訓練データDB
8…判定ルール生成部
DESCRIPTION OF SYMBOLS 1 ... Content
8: Determination rule generator
Claims (11)
前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出手段と、
前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成手段と、
前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定手段と、
前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出手段と、を有し、
前記特徴量抽出手段は、判定対象のパターンと、当該パターンの前後数パターンの特徴量を加えて定義した特徴ベクトルを抽出することを特徴とするコンテンツ検出支援装置。 A content detection support apparatus that extracts a partial region in content including information satisfying a predetermined criterion from a content group including text information,
A feature amount extracting unit that divides the text in each content into predetermined units and extracts a feature amount for each pattern that is the divided portion;
Generating a determination rule for determining whether each pattern included in the content satisfies the predetermined predetermined criterion from content whose information satisfies whether the predetermined predetermined criterion is included Determination rule generation means to perform,
Using the feature amount for each pattern extracted by the feature amount extraction unit, the determination rule is applied to each pattern to determine whether or not each pattern satisfies the predetermined criterion. Pattern determination means;
Pattern area extracting means for extracting a partial area including a large number of patterns determined to satisfy the predetermined criterion in the pattern determining means from the content ;
The content amount extraction support device, wherein the feature amount extraction unit extracts a feature vector defined by adding a pattern to be determined and feature amounts of several patterns before and after the pattern.
前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出手段と、
前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成手段と、
前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定手段と、
前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出手段と、を有し、
前記判定ルール生成手段は、
前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツ内の各パターンについて、前記予め定めた所定の基準を満たす情報であることが既知であるパターンにタグを付与し、
当該コンテンツに含まれるパターンのうち前記タグが付与されたパターンを前記所定の基準を満たすパターンとし、
当該コンテンツに含まれるパターンのうち前記タグが付与されていないパターンを前記所定の基準を満たすか否かが不明なパターンとし、
前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツ内の全てのパターンを前記所定の基準を満たす情報を含まないパターンとし、
半教師あり学習により、前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツおよび前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツに含まれる前記各パターンが、前記予め定めた所定の基準を満たすパターンである可能性を示すスコア関数のパラメータを学習し、学習されたスコア関数を判定ルールとする、
ことを特徴とするコンテンツ検出支援装置。 A content detection support apparatus that extracts a partial region in content including information satisfying a predetermined criterion from a content group including text information,
A feature amount extracting unit that divides the text in each content into predetermined units and extracts a feature amount for each pattern that is the divided portion;
Generating a determination rule for determining whether each pattern included in the content satisfies the predetermined predetermined criterion from content whose information satisfies whether the predetermined predetermined criterion is included Determination rule generation means to perform,
Using the feature amount for each pattern extracted by the feature amount extraction unit, the determination rule is applied to each pattern to determine whether or not each pattern satisfies the predetermined criterion. Pattern determination means;
Pattern area extracting means for extracting a partial area including a large number of patterns determined to satisfy the predetermined criterion in the pattern determining means from the content ;
The determination rule generation means includes
For each pattern in the content that is known to contain information that satisfies the predetermined criteria, a tag is attached to the pattern that is known to be information that satisfies the predetermined criteria,
Among the patterns included in the content, the pattern to which the tag is assigned is a pattern that satisfies the predetermined standard,
Of the patterns included in the content, a pattern to which the tag is not assigned is an unknown pattern whether or not the predetermined criterion is satisfied,
All the patterns in the content that are known not to contain information satisfying the predetermined criterion are defined as patterns not including information satisfying the predetermined criterion,
Each pattern included in content that is known to include information satisfying the predetermined criterion and content that does not include information satisfying the predetermined criterion by semi-supervised learning Learning a parameter of a score function indicating the possibility of being a pattern satisfying the predetermined criterion, and using the learned score function as a determination rule.
A content detection support apparatus characterized by the above .
前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出手段と、
前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成手段と、
前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定手段と、
前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出手段と、を有し、
前記特徴量抽出手段は、判定対象のパターンと、当該パターンの前後数パターンの特徴量を加えて定義した特徴ベクトルを抽出し、
前記判定ルール生成手段は、
前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツ内の各パターンについて、前記予め定めた所定の基準を満たす情報であることが既知であるパターンにタグを付与し、
当該コンテンツに含まれるパターンのうち前記タグが付与されたパターンを前記所定の基準を満たすパターンとし、
当該コンテンツに含まれるパターンのうち前記タグが付与されていないパターンを前記所定の基準を満たすか否かが不明なパターンとし、
前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツ内の全てのパターンを前記所定の基準を満たす情報を含まないパターンとし、
半教師あり学習により、前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツおよび前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツに含まれる前記各パターンが、前記予め定めた所定の基準を満たすパターンである可能性を示すスコア関数のパラメータを学習し、学習されたスコア関数を判定ルールとする、
ことを特徴とするコンテンツ検出支援装置。 A content detection support apparatus that extracts a partial region in content including information satisfying a predetermined criterion from a content group including text information,
A feature amount extracting unit that divides the text in each content into predetermined units and extracts a feature amount for each pattern that is the divided portion;
Generating a determination rule for determining whether each pattern included in the content satisfies the predetermined predetermined criterion from content whose information satisfies whether the predetermined predetermined criterion is included Determination rule generation means to perform,
Using the feature amount for each pattern extracted by the feature amount extraction unit, the determination rule is applied to each pattern to determine whether or not each pattern satisfies the predetermined criterion. Pattern determination means;
Pattern area extracting means for extracting a partial area including a large number of patterns determined to satisfy the predetermined criterion in the pattern determining means from the content ;
The feature amount extraction means extracts a feature vector defined by adding a pattern to be determined and feature amounts of several patterns before and after the pattern ,
The determination rule generation means includes
For each pattern in the content that is known to contain information that satisfies the predetermined criteria, a tag is attached to the pattern that is known to be information that satisfies the predetermined criteria,
Among the patterns included in the content, the pattern to which the tag is assigned is a pattern that satisfies the predetermined standard,
Of the patterns included in the content, a pattern to which the tag is not assigned is an unknown pattern whether or not the predetermined criterion is satisfied,
All the patterns in the content that are known not to contain information satisfying the predetermined criterion are defined as patterns not including information satisfying the predetermined criterion,
Each pattern included in content that is known to include information satisfying the predetermined criterion and content that does not include information satisfying the predetermined criterion by semi-supervised learning Learning a parameter of a score function indicating the possibility of being a pattern satisfying the predetermined criterion, and using the learned score function as a determination rule.
A content detection support apparatus characterized by the above .
前記コンテンツ内の各部分領域毎に、当該部分領域内の全パターン数に対する、当該部分領域において前記所定の基準を満たすと判定したパターン数の割合を計算し、その割合の最も高い部分領域を、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域として抽出することを特徴とする請求項1ないし3のいずれか1項に記載のコンテンツ検出支援装置。 The pattern area extracting means includes
For each partial area in the content, the ratio of the number of patterns determined to satisfy the predetermined standard in the partial area to the total number of patterns in the partial area is calculated, and the partial area having the highest ratio is 4. The content detection support apparatus according to claim 1, wherein the pattern determination unit extracts a partial area including a lot of patterns determined to satisfy the predetermined criterion. 5.
前記コンテンツ内の各パターンに前記スコア関数である判定ルールを適用することによりスコア値を算出し、前記コンテンツ内の各部分領域毎に、当該部分領域内の全パターンのスコア値の総和を算出し、前記スコア値の総和が最も高い部分領域を、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域として抽出することを特徴とする請求項2又は3に記載のコンテンツ検出支援装置。 The pattern area extracting means includes
A score value is calculated by applying a determination rule that is the score function to each pattern in the content, and for each partial area in the content, a sum of score values of all patterns in the partial area is calculated. , claim 2 or 3, characterized in that extracting the highest partial area sum of the score values, as the number includes partial regions the determined pattern satisfies a predetermined criterion a predetermined in the pattern determination means The content detection support apparatus described in 1.
特徴量抽出手段が、前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出ステップと、
判定ルール生成手段が、前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成ステップと、
パターン判定手段が、前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定ステップと、
パターン領域抽出手段が、前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出ステップと、を有し、
前記特徴量抽出ステップは、判定対象のパターンと、当該パターンの前後数パターンの特徴量を加えて定義した特徴ベクトルを抽出することを特徴とするコンテンツ検出支援方法。 A content detection support method for extracting a partial area in content including information satisfying a predetermined criterion from a content group including text information,
A feature amount extracting unit that divides the text in each content into predetermined units and extracts a feature amount for each pattern that is the divided portion; and
The determination rule generation means determines whether or not each pattern included in the content satisfies the predetermined predetermined criterion from content whose information whether or not the information includes information satisfying the predetermined predetermined criterion is included. A determination rule generation step for generating a determination rule for
Whether pattern determination means applies the determination rule for each pattern using the feature quantity for each pattern extracted by the feature quantity extraction means , and whether each pattern satisfies the predetermined criterion A pattern determination step for determining whether or not,
A pattern region extraction step for extracting a partial region including a large number of patterns determined to satisfy the predetermined criterion in the pattern determination unit from the content ;
The feature amount extraction step is characterized in that a feature vector defined by adding a pattern to be determined and feature amounts of several patterns before and after the pattern is extracted.
特徴量抽出手段が、前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出ステップと、
判定ルール生成手段が、前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成ステップと、
パターン判定手段が、前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定ステップと、
パターン領域抽出手段が、前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出ステップと、を有し、
前記判定ルール生成ステップは、
前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツ内の各パターンについて、前記予め定めた所定の基準を満たす情報であることが既知であるパターンにタグを付与し、
当該コンテンツに含まれるパターンのうち前記タグが付与されたパターンを前記所定の基準を満たすパターンとし、
当該コンテンツに含まれるパターンのうち前記タグが付与されていないパターンを前記所定の基準を満たすか否かが不明なパターンとし、
前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツ内の全てのパターンを前記所定の基準を満たす情報を含まないパターンとし、
半教師あり学習により、前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツおよび前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツに含まれる前記各パターンが、前記予め定めた所定の基準を満たすパターンである可能性を示すスコア関数のパラメータを学習し、学習されたスコア関数を判定ルールとする、
ことを特徴とするコンテンツ検出支援方法。 A content detection support method for extracting a partial area in content including information satisfying a predetermined criterion from a content group including text information,
A feature amount extracting unit that divides the text in each content into predetermined units and extracts a feature amount for each pattern that is the divided portion; and
The determination rule generation means determines whether or not each pattern included in the content satisfies the predetermined predetermined criterion from content whose information whether or not the information includes information satisfying the predetermined predetermined criterion is included. A determination rule generation step for generating a determination rule for
Whether pattern determination means applies the determination rule for each pattern using the feature quantity for each pattern extracted by the feature quantity extraction means , and whether each pattern satisfies the predetermined criterion A pattern determination step for determining whether or not,
A pattern region extraction step for extracting a partial region including a large number of patterns determined to satisfy the predetermined criterion in the pattern determination unit from the content ;
The determination rule generation step includes:
For each pattern in the content that is known to contain information that satisfies the predetermined criteria, a tag is attached to the pattern that is known to be information that satisfies the predetermined criteria,
Among the patterns included in the content, the pattern to which the tag is assigned is a pattern that satisfies the predetermined standard,
Of the patterns included in the content, a pattern to which the tag is not assigned is an unknown pattern whether or not the predetermined criterion is satisfied,
All the patterns in the content that are known not to contain information satisfying the predetermined criterion are defined as patterns not including information satisfying the predetermined criterion,
Each pattern included in content that is known to include information satisfying the predetermined criterion and content that does not include information satisfying the predetermined criterion by semi-supervised learning Learning a parameter of a score function indicating the possibility of being a pattern satisfying the predetermined criterion, and using the learned score function as a determination rule.
A content detection support method characterized by the above .
特徴量抽出手段が、前記各コンテンツ中のテキストを所定の単位に分割し、当該分割した箇所であるパターン毎の特徴量を抽出する特徴量抽出ステップと、
判定ルール生成手段が、前記予め定めた所定の基準を満たす情報を含むか否かが既知であるコンテンツから、コンテンツに含まれる各パターンが前記予め定めた所定の基準を満たすか否かを判断するための判定ルールを生成する判定ルール生成ステップと、
パターン判定手段が、前記特徴量抽出手段により抽出された前記パターン毎の特徴量を用いて、該パターン毎に前記判定ルールを適用して、前記各パターンが前記予め定めた所定の基準を満たすか否かを判定するパターン判定ステップと、
パターン領域抽出手段が、前記コンテンツの中から、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域を抽出するパターン領域抽出ステップと、を有し、
前記特徴量抽出ステップは、判定対象のパターンと、当該パターンの前後数パターンの特徴量を加えて定義した特徴ベクトルを抽出し、
前記判定ルール生成ステップは、
前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツ内の各パターンについて、前記予め定めた所定の基準を満たす情報であることが既知であるパターンにタグを付与し、
当該コンテンツに含まれるパターンのうち前記タグが付与されたパターンを前記所定の基準を満たすパターンとし、
当該コンテンツに含まれるパターンのうち前記タグが付与されていないパターンを前記所定の基準を満たすか否かが不明なパターンとし、
前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツ内の全てのパターンを前記所定の基準を満たす情報を含まないパターンとし、
半教師あり学習により、前記予め定めた所定の基準を満たす情報を含むことが既知であるコンテンツおよび前記予め定めた所定の基準を満たす情報を含まないことが既知であるコンテンツに含まれる前記各パターンが、前記予め定めた所定の基準を満たすパターンである可能性を示すスコア関数のパラメータを学習し、学習されたスコア関数を判定ルールとする、
ことを特徴とするコンテンツ検出支援方法。 A content detection support method for extracting a partial area in content including information satisfying a predetermined criterion from a content group including text information,
A feature amount extracting unit that divides the text in each content into predetermined units and extracts a feature amount for each pattern that is the divided portion; and
The determination rule generation means determines whether or not each pattern included in the content satisfies the predetermined predetermined criterion from content whose information whether or not the information includes information satisfying the predetermined predetermined criterion is included. A determination rule generation step for generating a determination rule for
Whether pattern determination means applies the determination rule for each pattern using the feature quantity for each pattern extracted by the feature quantity extraction means , and whether each pattern satisfies the predetermined criterion A pattern determination step for determining whether or not,
A pattern region extraction step for extracting a partial region including a large number of patterns determined to satisfy the predetermined criterion in the pattern determination unit from the content ;
The feature amount extraction step extracts a feature vector defined by adding a pattern to be determined and feature amounts of several patterns before and after the pattern ;
The determination rule generation step includes:
For each pattern in the content that is known to contain information that satisfies the predetermined criteria, a tag is attached to the pattern that is known to be information that satisfies the predetermined criteria,
Among the patterns included in the content, the pattern to which the tag is assigned is a pattern that satisfies the predetermined standard,
Of the patterns included in the content, a pattern to which the tag is not assigned is an unknown pattern whether or not the predetermined criterion is satisfied,
All the patterns in the content that are known not to contain information satisfying the predetermined criterion are defined as patterns not including information satisfying the predetermined criterion,
Each pattern included in content that is known to include information satisfying the predetermined criterion and content that does not include information satisfying the predetermined criterion by semi-supervised learning Learning a parameter of a score function indicating the possibility of being a pattern satisfying the predetermined criterion, and using the learned score function as a determination rule.
A content detection support method characterized by the above .
前記コンテンツ内の各部分領域毎に、当該部分領域内の全パターン数に対する、当該部分領域において前記所定の基準を満たすと判定したパターン数の割合を計算し、その割合の最も高い部分領域を、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域として抽出することを特徴とする請求項6ないし8のいずれか1項に記載のコンテンツ検出支援方法。 The pattern region extraction step includes:
For each partial area in the content, the ratio of the number of patterns determined to satisfy the predetermined standard in the partial area to the total number of patterns in the partial area is calculated, and the partial area having the highest ratio is The content detection support method according to any one of claims 6 to 8, wherein the pattern determination means extracts as a partial region including many patterns determined to satisfy the predetermined criterion.
前記コンテンツ内の各パターンに前記スコア関数である判定ルールを適用することによりスコア値を算出し、前記コンテンツ内の各部分領域毎に、当該部分領域内の全パターンのスコア値の総和を算出し、前記スコア値の総和が最も高い部分領域を、前記パターン判定手段において前記予め定めた所定の基準を満たすと判定されたパターンを多く含む部分領域として抽出することを特徴とする請求項7又は8に記載のコンテンツ検出支援方法。 The pattern region extraction step includes:
A score value is calculated by applying a determination rule that is the score function to each pattern in the content, and for each partial area in the content, a sum of score values of all patterns in the partial area is calculated. , according to claim 7 or 8, characterized in that extracting the highest partial area sum of the score values, as the number includes partial regions the determined pattern satisfies a predetermined criterion a predetermined in the pattern determination means The content detection support method described in 1.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009183305A JP5462546B2 (en) | 2009-08-06 | 2009-08-06 | Content detection support apparatus, content detection support method, and content detection support program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009183305A JP5462546B2 (en) | 2009-08-06 | 2009-08-06 | Content detection support apparatus, content detection support method, and content detection support program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011039575A JP2011039575A (en) | 2011-02-24 |
JP5462546B2 true JP5462546B2 (en) | 2014-04-02 |
Family
ID=43767313
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009183305A Expired - Fee Related JP5462546B2 (en) | 2009-08-06 | 2009-08-06 | Content detection support apparatus, content detection support method, and content detection support program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5462546B2 (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6301119B2 (en) * | 2013-11-28 | 2018-03-28 | 国立大学法人北見工業大学 | Harmful writing detection apparatus and detection method on the Internet |
JP6522446B2 (en) * | 2014-12-26 | 2019-05-29 | Kddi株式会社 | Labeling apparatus, method and program |
US11164043B2 (en) | 2016-04-28 | 2021-11-02 | Nippon Telegraph And Telephone Corporation | Creating device, creating program, and creating method |
JP7260439B2 (en) * | 2019-08-19 | 2023-04-18 | ヤフー株式会社 | Extraction device, extraction method and extraction program |
JP7179033B2 (en) * | 2020-02-28 | 2022-11-28 | ヤフー株式会社 | CONTENT SELECTION DEVICE, CONTENT SELECTION METHOD, AND PROGRAM |
JP7133674B1 (en) * | 2021-03-18 | 2022-09-08 | ヤフー株式会社 | Information processing device, information processing method and information processing program |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4704413B2 (en) * | 2007-03-05 | 2011-06-15 | ヤフー株式会社 | Transmission content monitoring device |
JP2009110485A (en) * | 2007-11-01 | 2009-05-21 | Konica Minolta Medical & Graphic Inc | Information processing system and program |
-
2009
- 2009-08-06 JP JP2009183305A patent/JP5462546B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2011039575A (en) | 2011-02-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Lopez Barbosa et al. | Evaluating hotels rating prediction based on sentiment analysis services | |
Hamdi et al. | Assessing and minimizing the impact of OCR quality on named entity recognition | |
Nair et al. | SentiMa-sentiment extraction for Malayalam | |
JP5462546B2 (en) | Content detection support apparatus, content detection support method, and content detection support program | |
CN113761377B (en) | False information detection method and device based on attention mechanism multi-feature fusion, electronic equipment and storage medium | |
CN111767725A (en) | Data processing method and device based on emotion polarity analysis model | |
CN111753082A (en) | Text classification method and device based on comment data, equipment and medium | |
JPWO2019224891A1 (en) | Classification device, classification method, generation method, classification program and generation program | |
Suchdev et al. | Twitter sentiment analysis using machine learning and knowledge-based approach | |
CN112069312A (en) | Text classification method based on entity recognition and electronic device | |
Ara et al. | Understanding customer sentiment: Lexical analysis of restaurant reviews | |
JP2015075993A (en) | Information processing device and information processing program | |
CN110610003A (en) | Method and system for assisting text annotation | |
Görgün et al. | A novel approach to morphological disambiguation for Turkish | |
CN112183093A (en) | Enterprise public opinion analysis method, device, equipment and readable storage medium | |
EP2369504A1 (en) | System | |
CN107545505A (en) | Insure recognition methods and the system of finance product information | |
JP2011039576A (en) | Specific information detecting device, specific information detecting method, and specific information detecting program | |
Wang et al. | CA-CD: context-aware clickbait detection using new Chinese clickbait dataset with transfer learning method | |
Mathur et al. | Machine-Learning directed Article Detection on the Web using DOM and text-based features | |
Sweidan et al. | Autoregressive Feature Extraction with Topic Modeling for Aspect-based Sentiment Analysis of Arabic as a Low-resource Language | |
CN111753540B (en) | Method and system for collecting text data to perform Natural Language Processing (NLP) | |
JP6026036B1 (en) | DATA ANALYSIS SYSTEM, ITS CONTROL METHOD, PROGRAM, AND RECORDING MEDIUM | |
Makrynioti et al. | Sentiment extraction from tweets: multilingual challenges | |
Dehghan et al. | Identification of occupation mentions in clinical narratives |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20111110 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130528 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130726 |
|
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: 20140114 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140117 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5462546 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |