paper-with-me

홈 › Papers

Measuring Semantic Similarity by Latent Relational Analysis

2005-08-10 · Peter D. Turney

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 Value Decomposition is used to smooth the frequency data, and (3) synonyms are used to reformulate word pairs. This paper describes the LRA algorithm and experimentally compares LRA to VSM on two tasks, answering college-level multiple-choice word analogy questions and classifying semantic relations in noun-modifier expressions. LRA achieves state-of-the-art results, reaching human-level performance on the analogy questions and significantly exceeding VSM performance on both tasks.

📄 PDF Abstract BibTeX arXiv:cs/0508053

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choiceSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Neural Latent Relational Analysis to Capture Lexical Semantic Relations in a Vector Space

2018-09-10 · EMNLP 2018 10 · Koki Washio, Tsuneaki Kato

Capturing the semantic relations of words in a vector space contributes to many natural language processing tasks. One promising approach exploits lexico-syntactic patterns as features of word pairs. In this paper, we pr…

Duluth : Measuring Degrees of Relational Similarity with the Gloss Vector Measure of Semantic Relatedness

2012-07-01 · SEMEVAL 2012 7 · Ted Pedersen

Distributional semantics beyond words: Supervised learning of analogy and paraphrase

2013-10-18 · TACL 2013 1 · Peter D. Turney

There have been several efforts to extend distributional semantics beyond individual words, to measure the similarity of word pairs, phrases, and sentences (briefly, tuples; ordered sets of words, contiguous or noncontig…

Multiple-choiceTask 2

Exploiting Non-Taxonomic Relations for Measuring Semantic Similarity and Relatedness in WordNet

2020-06-22 · Mohannad AlMousa, Rachid Benlamri, Richard Khoury

Various applications in the areas of computational linguistics and artificial intelligence employ semantic similarity to solve challenging tasks, such as word sense disambiguation, text classification, information retrie…

ClusteringInformation RetrievalMachine TranslationRelation+7

Latte-Mix: Measuring Sentence Semantic Similarity with Latent Categorical Mixtures

2020-10-21 · H. Bai, L. Tan, K. Xiong, M. Li 외

Measuring sentence semantic similarity using pre-trained language models such as BERT generally yields unsatisfactory zero-shot performance, and one main reason is ineffective token aggregation methods such as mean pooli…

Semantic SimilaritySemantic Textual SimilaritySentenceSTS+1