Measuring Semantic Similarity by Latent Relational Analysis
Peter D. Turney (National Research Council of Canada)

TL;DR
This paper presents Latent Relational Analysis (LRA), a novel method for measuring semantic relational similarity that improves upon previous models by automatically deriving patterns, smoothing data with SVD, and incorporating synonyms, achieving human-level performance.
Contribution
LRA extends the Vector Space Model by automating pattern derivation, applying SVD for smoothing, and using synonyms, leading to state-of-the-art results in semantic relation tasks.
Findings
LRA achieves human-level accuracy on analogy questions.
LRA significantly outperforms VSM in relation classification.
LRA demonstrates the effectiveness of automatic pattern derivation and data smoothing.
Abstract
This paper introduces Latent Relational Analysis (LRA), a method for measuring semantic similarity. LRA measures similarity in the semantic relations between two pairs of words. When two pairs have a high degree of relational similarity, they are analogous. For example, the pair cat:meow is analogous to the pair dog:bark. There is evidence from cognitive science that relational similarity is fundamental to many cognitive and linguistic tasks (e.g., analogical reasoning). In the Vector Space Model (VSM) approach to measuring relational similarity, the similarity between two pairs is calculated by the cosine of the angle between the vectors that represent the two pairs. The elements in the vectors are based on the frequencies of manually constructed patterns in a large corpus. LRA extends the VSM approach in three ways: (1) patterns are derived automatically from the corpus, (2) Singular…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
