Posted on December 24, 2008 by Peter Turney
For some time now, I’ve been experimenting with algorithms for solving proportional analogies. A proportional analogy has the form A:B::C:D, meaning “A is to B as C is to D“. For example, quart:volume::mile:distance means “quart is to volume as mile is to distance”. Multiple-choice proportional analogy problems were part of the SAT college entrance test [...]
Filed under: Computational Linguistics, Semantics | Tagged: analogy, metaphor, relations, similarity | 10 Comments »
Posted on September 7, 2008 by Peter Turney
In a previous post, I wondered how Latent Semantic Analysis (LSA) and Latent Relational Analysis (LRA) could be unified. LSA can be used to recognize synonyms and LRA can be used to recognize analogies. The two algorithms are quite similar, so it seems it should be possible to design a more general algorithm that [...]
Filed under: Computational Linguistics, Semantics | Tagged: analogy, LRA, LSA, relations, similarity, synonyms | 3 Comments »
Posted on June 21, 2008 by Peter Turney
In a previous post, I discussed the distinction between attributes and relations:
An attribute is a characteristic of an entity, whereas a relation is a connection between two or more entities. In logic, we can define an attribute as a predicate with one argument and a relation as a predicate with two or more arguments. The [...]
Filed under: Computational Linguistics, Semantics | Tagged: analogy, logic, similarity, synonyms | 2 Comments »