Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
文献紹介: A Document Descriptor using Covariance of...
Search
Yumeto Inaoka
February 27, 2019
Research
1
240
文献紹介: A Document Descriptor using Covariance of Word Vectors
2019/02/27の文献紹介で発表
Yumeto Inaoka
February 27, 2019
Tweet
Share
More Decks by Yumeto Inaoka
See All by Yumeto Inaoka
文献紹介: Quantity doesn’t buy quality syntax with neural language models
yumeto
1
160
文献紹介: Open Domain Web Keyphrase Extraction Beyond Language Modeling
yumeto
0
210
文献紹介: Self-Supervised_Neural_Machine_Translation
yumeto
0
140
文献紹介: Comparing and Developing Tools to Measure the Readability of Domain-Specific Texts
yumeto
0
150
文献紹介: PAWS: Paraphrase Adversaries from Word Scrambling
yumeto
0
130
文献紹介: Beyond BLEU: Training Neural Machine Translation with Semantic Similarity
yumeto
0
250
文献紹介: EditNTS: An Neural Programmer-Interpreter Model for Sentence Simplification through Explicit Editing
yumeto
0
310
文献紹介: Decomposable Neural Paraphrase Generation
yumeto
0
210
文献紹介: Analyzing the Limitations of Cross-lingual Word Embedding Mappings
yumeto
0
210
Other Decks in Research
See All in Research
データサイエンティストの就労意識~2015→2024 一般(個人)会員アンケートより
datascientistsociety
PRO
0
370
Pix2Poly: A Sequence Prediction Method for End-to-end Polygonal Building Footprint Extraction from Remote Sensing Imagery
satai
3
270
大規模日本語VLM Asagi-VLMにおける合成データセットの構築とモデル実装
kuehara
5
2k
Weekly AI Agents News! 1月号 アーカイブ
masatoto
1
260
作業記憶の発達的特性が言語獲得の臨界期を形成する(NLP2025)
chemical_tree
2
450
SatCLIP: Global, General-Purpose Location Embeddings with Satellite Imagery
satai
3
110
さくらインターネット研究所 アップデート2025年
matsumoto_r
PRO
0
500
Weekly AI Agents News! 12月号 論文のアーカイブ
masatoto
0
290
A multimodal data fusion model for accurate and interpretable urban land use mapping with uncertainty analysis
satai
3
120
DeepSeek を利用する上でのリスクと安全性の考え方
schroneko
3
1.3k
言語モデルLUKEを経済の知識に特化させたモデル「UBKE-LUKE」について
petter0201
0
340
SkySense : A Multi-Modal Remote Sensing Foundation Model Towards Universal Interpretation for Earth Observation Imagery
satai
3
120
Featured
See All Featured
Producing Creativity
orderedlist
PRO
344
40k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
670
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
5
550
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
12k
Building Flexible Design Systems
yeseniaperezcruz
329
38k
Done Done
chrislema
183
16k
KATA
mclloyd
29
14k
StorybookのUI Testing Handbookを読んだ
zakiyama
29
5.6k
Making Projects Easy
brettharned
116
6.1k
Transcript
A Document Descriptor using Covariance of Word Vectors 文献紹介 2019/02/27
長岡技術科学大学 自然言語処理研究室 稲岡 夢人
Literature 2 Title A Document Descriptor using Covariance of Word
Vectors Author Marwan Torki Volume Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers), pages 527-532, 2018.
Abstract 単語ベクトルを用いた固定長の文書表現を提案 (Document-Covariance Descriptor; DoCoV) → Supervised, Unsupervisedのアプリケーションで 簡単に利用できる
様々なタスクでSoTAに匹敵する性能 3
Introduction ベクトルを利用した文書検索には長い歴史がある ← Bag-of-Words, Latent Semantic Indexing(LSI) 近年はニューラル言語モデルで単語埋め込みを学習
単語ではなく文, 段落, 文書の分散表現も注目されている 4
vs. DoCoV doc2vecやFastSentは 単語と共通の空間 共分散は単語の密度の 形状を符号化 5
vs. DoCoV doc2vecやFastSentは学習に時間がかかる DoCoV(共分散)の計算は並列性が高く高速に行える 6
DoCoV Document Observation Matrix d次元の単語埋め込みとn単語の文書において ∈ ×と定義 (行は単語、列は埋め込みの各次元) 7
DoCoV Covariance Matrix 8
DoCoV Vectorized representation 9
Evaluation IMDB movie reviewsの分類性能によって 単語ベクトルによる変化を評価 ベクトルを線形SVMで分類 1つのレビューは複数の文で構成される
Train/Test/Unlabeled : 25K/25K/50K 事前学習済みのword2vec, GloVeと、 TrainとUnlabeledで学習したword2vecで比較 10
Result 11
Result 12
Result 13
Result 14
Evaluation 文の意味関連性データセットSICK, STS 2014で 文書ベクトルを評価 事前学習済みの単語埋め込みを使用 (dim=300)
Pearson correlationとSpearman correlationで評価 15
Result 学習が必要な他手法と匹敵するような結果 16
Evaluation Google newsで事前学習済みの単語埋め込みを使用 Movie Reviews(MR), Subjectivity(Subj), Customer Reviews(CR),
TREC Question(TREC)を データセットとして使用 17
Result 18
Result 19
Result 20
Result 21
Conclusions 文、段落、文書の新たなベクトル表現方法を提案 他手法のような反復の学習を必要としない Supervised, Unsupervisedのタスクにおいて その有用性を確認 22