SlideShare a Scribd company logo
.

.

Unsupervised Graph-based Topic Labelling using
DBpedia
Authors: Ioana Hulpus, Conor Hayes, Derek Greene
SEXI/WSDM2013 読み会
@Quasi-quant2010

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

1 / 21
Outline

. Content
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

2 / 21
Abstruct

動機

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

3 / 21
Abstruct

動機

. 文書からラベル抽出をする LDA モデル等には現実的でない仮定

1

正しいラベルは必ずしも文書に存在するとは限らない
正しいラベルを判定できるほどコーパスが十分とは限らない

. これらの問題を外部情報を付加する事で解決したい
. 著者が 2012 に発表した Eigen-WSD と DBpedia(外部情報) の組み
3
合わせモデルと、確率モデルとの比較実験を行った
2

Q. Mei, X. Shen, and C. Zhai. Automatic labeling of multinomial
topic models. In SIGKDD ’07, pages 490-499, 2007

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

4 / 21
Abstruct

主要結果

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

5 / 21
Abstruct

主要結果

. ラベルが持つ意味の包括範囲がベースラインモデルより向上
. ラベルの正確性がベースラインモデルより向上
2
1

Figure : 1, 縦軸:Precision, Coverage, 横軸 top-k. Precision is the relevance for
a topic at top-k. Coverage is the topics with at least one Hit at rank
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

6 / 21
分析の流れ

フレームワーク

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

7 / 21
分析の流れ

フレームワーク

. The Canopy Framework : Four main components
. トピック抽出

1

コーパスに LDA を適用しトピックを抽出

. the word-sense disambiguation (WSD)

2

The WSD determines a set C θ of DBpedia concepts, where each
C ∈ C θ represents the identified sense of one of the top-k words of
a topic.

. グラフ抽出

3

a good candidate set by extracting a topic graph G from DBpedia
consisting of the close neighbours of concepts Ci and the links
between them
we investigate how to define the relation r (C θ , C ∗ )

. 抽出したグラフへのラべリング

4

We adopt principles from social network analysis to identify in G the
most prominent concepts for labelling a topic θ
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

8 / 21
分析の流れ

実行例

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

9 / 21
分析の流れ

実行例

Unsupervised Graph-based Topic Labelling using
. DBpedia

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

10 / 21
分析の流れ

定式化

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

11 / 21
分析の流れ

定式化

Let C θ be a set of n DBpedia concepts Ci , i = 1,...n, that
correspond to a subset of the top-k words representing one topic
The problem is to identify the concept C ∗ from all available
concepts in DBpedia, such that the relation r (C θ , C ∗ ) is done by
Centrality

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

12 / 21
DBpedia からのグラフ作成

Sense Graph Connectivity within a Topic Graph

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

13 / 21
DBpedia からのグラフ作成

Sense Graph Connectivity within a Topic Graph

. 計測法
∑
PairConnectivity

Cθ

=

Ci ∈C θ ,Cj ∈C θ

IndicatorFunct(Vi ∩ Vj ̸= 0)
|C θ |(C θ − 1)

111 トピックによる検証では、PairConnectivity の基本統計量が以下のよ
うになった;
. NonRandom
1
平均 0.46
標準偏差 0.07

. RandomShuffle

2

平均 0.07
標準偏差 0.02.

従って、DBpedia を用いた Eigen-WSD により得られたトピックグラフ
内の意味グラフは互いに共通する偶然でない要素がある
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

14 / 21
DBpedia からのグラフ作成

ラべリング

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

15 / 21
DBpedia からのグラフ作成

ラべリング

. 中心性
. 一般的:最短経路のみ考慮

1

Closeness centrality
Betweenness centrality

. 最短経路でなく、ネットワークの接続全接続可能性を考慮

2

Information centrality
Random walk betweenness centrality

. 筆者が採用した方法

3

Focused Closeness Centrality(fCC)
Focused Information Centrality(fIC)
Focused Betweenness Centrality(fBC)
Focused Random Walk Betweenness Centrality(fRWB)

The above measures fCC; fIC; fBC and fRWB are the ones that
we experimented with for defining the target function r, which
quantifies the strength of the relation between each candidate
concept and all other concepts in the topic graph G
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

16 / 21
実験

データ

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

17 / 21
実験

データ

British AcademicWritten English Corpus
BBC corpus
StackExchange dataset
ただし、ストップ URL によりデータ圧縮

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

18 / 21
実験

評価方法

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

19 / 21
実験

評価方法

モニターユーザーに ”Good Fit”, ”Too Broad”, ”Related but not a good
label”, ”Unrelated” というラベルをつけさせ、評価には以下の 2 つのクラ
スに分類したデータを使用;
. Good Fit
1
Good Fit

. Good-Fit-or-Broader

2

Good Fit
Too Broad

Precision(k ) =
Coverage(k ) =

Hits with rank ≤ k
k
topics with at least one Hit at rank ≤ k
topics

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

20 / 21
実験

結果

. Outline
.
1

Abstruct
動機
主要結果

.
2

分析の流れ
フレームワーク
実行例
定式化

.
3

DBpedia からのグラフ作成
Sense Graph Connectivity within a Topic Graph
ラべリング

.
4

実験
データ
評価方法
結果
.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

21 / 21
実験

結果

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

21 / 21
実験

結果

.

Unsupervised Graph-based Topic Labelling using DBpedia

.

.

.

.

June 30, 2013

.

21 / 21

More Related Content

Similar to Unsupervised Graph-based Topic Labelling using DBpedia

YOU は何して VLDB2020 Tokyo へ? (グラフ編)
YOU は何して VLDB2020 Tokyo へ? (グラフ編)YOU は何して VLDB2020 Tokyo へ? (グラフ編)
YOU は何して VLDB2020 Tokyo へ? (グラフ編)
Junya Arai
 
Creating and Using Links between Data Objects
Creating and Using Links between Data ObjectsCreating and Using Links between Data Objects
Creating and Using Links between Data Objects
Mitsuo Yamamoto
 
掲示板時間軸コーパスを用いたワードトレンド解析(公開版)
掲示板時間軸コーパスを用いたワードトレンド解析(公開版)掲示板時間軸コーパスを用いたワードトレンド解析(公開版)
掲示板時間軸コーパスを用いたワードトレンド解析(公開版)moai kids
 
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
Deep Learning JP
 
ソーシャルデザインパターン -評判と情報収集-
ソーシャルデザインパターン -評判と情報収集-ソーシャルデザインパターン -評判と情報収集-
ソーシャルデザインパターン -評判と情報収集-
Koichi Hamada
 
Generative Models(メタサーベイ )
Generative Models(メタサーベイ )Generative Models(メタサーベイ )
Generative Models(メタサーベイ )
cvpaper. challenge
 
ビッグデータ活用支援フォーラム
ビッグデータ活用支援フォーラムビッグデータ活用支援フォーラム
ビッグデータ活用支援フォーラムRecruit Technologies
 
Learning Spatial Common Sense with Geometry-Aware Recurrent Networks
Learning Spatial Common Sense with Geometry-Aware Recurrent NetworksLearning Spatial Common Sense with Geometry-Aware Recurrent Networks
Learning Spatial Common Sense with Geometry-Aware Recurrent Networks
Kento Doi
 
Python による 「スクレイピング & 自然言語処理」入門
Python による 「スクレイピング & 自然言語処理」入門Python による 「スクレイピング & 自然言語処理」入門
Python による 「スクレイピング & 自然言語処理」入門
Tatsuya Tojima
 
Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介
Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介
Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介
Masayoshi Kondo
 
Spark Summit 2014 の報告と最近の取り組みについて
Spark Summit 2014 の報告と最近の取り組みについてSpark Summit 2014 の報告と最近の取り組みについて
Spark Summit 2014 の報告と最近の取り組みについて
Recruit Technologies
 
時系列解析の使い方 - TokyoWebMining #17
時系列解析の使い方 - TokyoWebMining #17時系列解析の使い方 - TokyoWebMining #17
時系列解析の使い方 - TokyoWebMining #17
horihorio
 
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
Satoshi Kume
 
データベース09 - データベース設計
データベース09 - データベース設計データベース09 - データベース設計
データベース09 - データベース設計
Kenta Oku
 
テストアプローチにデータ分析を使おう
テストアプローチにデータ分析を使おうテストアプローチにデータ分析を使おう
テストアプローチにデータ分析を使おう
Sayaka Nakano
 
第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す
第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す
第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す
Atsushi KOMIYA
 

Similar to Unsupervised Graph-based Topic Labelling using DBpedia (17)

YOU は何して VLDB2020 Tokyo へ? (グラフ編)
YOU は何して VLDB2020 Tokyo へ? (グラフ編)YOU は何して VLDB2020 Tokyo へ? (グラフ編)
YOU は何して VLDB2020 Tokyo へ? (グラフ編)
 
Creating and Using Links between Data Objects
Creating and Using Links between Data ObjectsCreating and Using Links between Data Objects
Creating and Using Links between Data Objects
 
掲示板時間軸コーパスを用いたワードトレンド解析(公開版)
掲示板時間軸コーパスを用いたワードトレンド解析(公開版)掲示板時間軸コーパスを用いたワードトレンド解析(公開版)
掲示板時間軸コーパスを用いたワードトレンド解析(公開版)
 
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
【DL輪読会】Parameter is Not All You Need:Starting from Non-Parametric Networks fo...
 
Inside of Asakusa DSL
Inside of Asakusa DSLInside of Asakusa DSL
Inside of Asakusa DSL
 
ソーシャルデザインパターン -評判と情報収集-
ソーシャルデザインパターン -評判と情報収集-ソーシャルデザインパターン -評判と情報収集-
ソーシャルデザインパターン -評判と情報収集-
 
Generative Models(メタサーベイ )
Generative Models(メタサーベイ )Generative Models(メタサーベイ )
Generative Models(メタサーベイ )
 
ビッグデータ活用支援フォーラム
ビッグデータ活用支援フォーラムビッグデータ活用支援フォーラム
ビッグデータ活用支援フォーラム
 
Learning Spatial Common Sense with Geometry-Aware Recurrent Networks
Learning Spatial Common Sense with Geometry-Aware Recurrent NetworksLearning Spatial Common Sense with Geometry-Aware Recurrent Networks
Learning Spatial Common Sense with Geometry-Aware Recurrent Networks
 
Python による 「スクレイピング & 自然言語処理」入門
Python による 「スクレイピング & 自然言語処理」入門Python による 「スクレイピング & 自然言語処理」入門
Python による 「スクレイピング & 自然言語処理」入門
 
Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介
Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介
Graph-to-Sequence Learning using Gated Graph Neural Networks. [ACL'18] 論文紹介
 
Spark Summit 2014 の報告と最近の取り組みについて
Spark Summit 2014 の報告と最近の取り組みについてSpark Summit 2014 の報告と最近の取り組みについて
Spark Summit 2014 の報告と最近の取り組みについて
 
時系列解析の使い方 - TokyoWebMining #17
時系列解析の使い方 - TokyoWebMining #17時系列解析の使い方 - TokyoWebMining #17
時系列解析の使い方 - TokyoWebMining #17
 
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
210609 Biopackthon: BioImageDbs for ExperimentalHub (修正版)
 
データベース09 - データベース設計
データベース09 - データベース設計データベース09 - データベース設計
データベース09 - データベース設計
 
テストアプローチにデータ分析を使おう
テストアプローチにデータ分析を使おうテストアプローチにデータ分析を使おう
テストアプローチにデータ分析を使おう
 
第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す
第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す
第3回集合知プログラミング勉強会 #TokyoCI グループを見つけ出す
 

More from Takanori Nakai

Sentence-State LSTM for Text Representation
Sentence-State LSTM for Text RepresentationSentence-State LSTM for Text Representation
Sentence-State LSTM for Text Representation
Takanori Nakai
 
WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...
WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...
WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...
Takanori Nakai
 
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @DenaICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
Takanori Nakai
 
Note : Noise constastive estimation of unnormalized statictics methods
Note : Noise constastive estimation of unnormalized statictics methodsNote : Noise constastive estimation of unnormalized statictics methods
Note : Noise constastive estimation of unnormalized statictics methods
Takanori Nakai
 
Adaptive subgradient methods for online learning and stochastic optimization ...
Adaptive subgradient methods for online learning and stochastic optimization ...Adaptive subgradient methods for online learning and stochastic optimization ...
Adaptive subgradient methods for online learning and stochastic optimization ...
Takanori Nakai
 
GBDTを使ったfeature transformationの適用例
GBDTを使ったfeature transformationの適用例GBDTを使ったfeature transformationの適用例
GBDTを使ったfeature transformationの適用例
Takanori Nakai
 
Learning Better Embeddings for Rare Words Using Distributional Representations
Learning Better Embeddings for Rare Words Using Distributional RepresentationsLearning Better Embeddings for Rare Words Using Distributional Representations
Learning Better Embeddings for Rare Words Using Distributional Representations
Takanori Nakai
 
Preference-oriented Social Networks_Group Recommendation and Inference
Preference-oriented Social Networks_Group Recommendation and InferencePreference-oriented Social Networks_Group Recommendation and Inference
Preference-oriented Social Networks_Group Recommendation and Inference
Takanori Nakai
 
高次元データの統計:スパース正則化の近似誤差と推定誤差
高次元データの統計:スパース正則化の近似誤差と推定誤差高次元データの統計:スパース正則化の近似誤差と推定誤差
高次元データの統計:スパース正則化の近似誤差と推定誤差
Takanori Nakai
 
Analysis of Learning from Positive and Unlabeled Data
Analysis of Learning from Positive and Unlabeled DataAnalysis of Learning from Positive and Unlabeled Data
Analysis of Learning from Positive and Unlabeled Data
Takanori Nakai
 
Positive Unlabeled Learning for Deceptive Reviews Detection
Positive Unlabeled Learning for Deceptive Reviews DetectionPositive Unlabeled Learning for Deceptive Reviews Detection
Positive Unlabeled Learning for Deceptive Reviews Detection
Takanori Nakai
 
Modeling Mass Protest Adoption in Social Network Communities using Geometric ...
Modeling Mass Protest Adoption in Social Network Communities using Geometric ...Modeling Mass Protest Adoption in Social Network Communities using Geometric ...
Modeling Mass Protest Adoption in Social Network Communities using Geometric ...
Takanori Nakai
 
Similarity component analysis
Similarity component analysisSimilarity component analysis
Similarity component analysis
Takanori Nakai
 
Psychological Advertising_Exploring User Psychology for Click Prediction in S...
Psychological Advertising_Exploring User Psychology for Click Prediction in S...Psychological Advertising_Exploring User Psychology for Click Prediction in S...
Psychological Advertising_Exploring User Psychology for Click Prediction in S...
Takanori Nakai
 
PUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチ
PUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチPUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチ
PUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチTakanori Nakai
 
金利期間構造について:Forward Martingale Measureの導出
金利期間構造について:Forward Martingale Measureの導出金利期間構造について:Forward Martingale Measureの導出
金利期間構造について:Forward Martingale Measureの導出
Takanori Nakai
 
Topic discovery through data dependent and random projections
Topic discovery through data dependent and random projectionsTopic discovery through data dependent and random projections
Topic discovery through data dependent and random projections
Takanori Nakai
 

More from Takanori Nakai (17)

Sentence-State LSTM for Text Representation
Sentence-State LSTM for Text RepresentationSentence-State LSTM for Text Representation
Sentence-State LSTM for Text Representation
 
WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...
WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...
WSDM2018 読み会 Latent cross making use of context in recurrent recommender syst...
 
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @DenaICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
 
Note : Noise constastive estimation of unnormalized statictics methods
Note : Noise constastive estimation of unnormalized statictics methodsNote : Noise constastive estimation of unnormalized statictics methods
Note : Noise constastive estimation of unnormalized statictics methods
 
Adaptive subgradient methods for online learning and stochastic optimization ...
Adaptive subgradient methods for online learning and stochastic optimization ...Adaptive subgradient methods for online learning and stochastic optimization ...
Adaptive subgradient methods for online learning and stochastic optimization ...
 
GBDTを使ったfeature transformationの適用例
GBDTを使ったfeature transformationの適用例GBDTを使ったfeature transformationの適用例
GBDTを使ったfeature transformationの適用例
 
Learning Better Embeddings for Rare Words Using Distributional Representations
Learning Better Embeddings for Rare Words Using Distributional RepresentationsLearning Better Embeddings for Rare Words Using Distributional Representations
Learning Better Embeddings for Rare Words Using Distributional Representations
 
Preference-oriented Social Networks_Group Recommendation and Inference
Preference-oriented Social Networks_Group Recommendation and InferencePreference-oriented Social Networks_Group Recommendation and Inference
Preference-oriented Social Networks_Group Recommendation and Inference
 
高次元データの統計:スパース正則化の近似誤差と推定誤差
高次元データの統計:スパース正則化の近似誤差と推定誤差高次元データの統計:スパース正則化の近似誤差と推定誤差
高次元データの統計:スパース正則化の近似誤差と推定誤差
 
Analysis of Learning from Positive and Unlabeled Data
Analysis of Learning from Positive and Unlabeled DataAnalysis of Learning from Positive and Unlabeled Data
Analysis of Learning from Positive and Unlabeled Data
 
Positive Unlabeled Learning for Deceptive Reviews Detection
Positive Unlabeled Learning for Deceptive Reviews DetectionPositive Unlabeled Learning for Deceptive Reviews Detection
Positive Unlabeled Learning for Deceptive Reviews Detection
 
Modeling Mass Protest Adoption in Social Network Communities using Geometric ...
Modeling Mass Protest Adoption in Social Network Communities using Geometric ...Modeling Mass Protest Adoption in Social Network Communities using Geometric ...
Modeling Mass Protest Adoption in Social Network Communities using Geometric ...
 
Similarity component analysis
Similarity component analysisSimilarity component analysis
Similarity component analysis
 
Psychological Advertising_Exploring User Psychology for Click Prediction in S...
Psychological Advertising_Exploring User Psychology for Click Prediction in S...Psychological Advertising_Exploring User Psychology for Click Prediction in S...
Psychological Advertising_Exploring User Psychology for Click Prediction in S...
 
PUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチ
PUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチPUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチ
PUCKモデルの適用例:修論を仕上げた後、個人的にやっていたリサーチ
 
金利期間構造について:Forward Martingale Measureの導出
金利期間構造について:Forward Martingale Measureの導出金利期間構造について:Forward Martingale Measureの導出
金利期間構造について:Forward Martingale Measureの導出
 
Topic discovery through data dependent and random projections
Topic discovery through data dependent and random projectionsTopic discovery through data dependent and random projections
Topic discovery through data dependent and random projections
 

Unsupervised Graph-based Topic Labelling using DBpedia