Concept

Embedding Mappings

An embedding mapping mm is defined as the pointwise distance between a target frame embedding and a source frame embedding. A conceptual mapping is then calculated by adding the embedding of the target verb to the mapping mm, and selecting the most similar word to the resulting vector.

Benefits of this approach include relying only on embeddings of input words and frames, and requiring no labeled metaphor data (though FrameNet-tagged corpora are still needed). A drawback is that it operates without contextual information.

0

1

Updated 2026-05-10

Tags

Natural language processing

Data Science

Related