SynWMD: Syntax-aware Word Mover's Distance for Sentence Similarity Evaluation
Chengwei Wei, Bin Wang, C.-C. Jay Kuo

TL;DR
SynWMD enhances Word Mover's Distance by integrating syntactic structures and word importance, significantly improving sentence similarity evaluation and classification performance across multiple datasets.
Contribution
This paper introduces SynWMD, a novel syntax-aware WMD method that incorporates syntactic parse trees and word importance into distance computation.
Findings
Achieves state-of-the-art results on STS datasets.
Outperforms existing WMD-based methods on sentence classification.
Demonstrates the effectiveness of syntactic information in text similarity tasks.
Abstract
Word Mover's Distance (WMD) computes the distance between words and models text similarity with the moving cost between words in two text sequences. Yet, it does not offer good performance in sentence similarity evaluation since it does not incorporate word importance and fails to take inherent contextual and structural information in a sentence into account. An improved WMD method using the syntactic parse tree, called Syntax-aware Word Mover's Distance (SynWMD), is proposed to address these two shortcomings in this work. First, a weighted graph is built upon the word co-occurrence statistics extracted from the syntactic parse trees of sentences. The importance of each word is inferred from graph connectivities. Second, the local syntactic parsing structure of words is considered in computing the distance between words. To demonstrate the effectiveness of the proposed SynWMD, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
