码迷,mamicode.com
首页 > 其他好文 > 详细

Distributed Sentence Similarity Base on Word Mover's Distance

时间:2015-08-12 23:22:04      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

Algorithm:

Refrence from one ICML15 paper: Word Mover‘s Distance.

1. First use Google‘s word2vec tool to get distributed word representing aka. word vectors.

2. Then use earth mover‘s distance as similarity measure metric.

3. Solve the EMD problem as transportation problem by Hungarian Algorithm.


 

Outcome:

Result looks not bad, but still have ways to improve the precision.

For example: use n-gram to keep a little bit sentence structure.

 

Distributed Sentence Similarity Base on Word Mover's Distance

标签:

原文地址:http://www.cnblogs.com/25-to-life/p/4725800.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!