paper-with-me

홈 › Papers

Semantic Composition and Decomposition: From Recognition to Generation

2014-05-30 · Peter D. Turney

Semantic composition is the task of understanding the meaning of text by composing the meanings of the individual words in the text. Semantic decomposition is the task of understanding the meaning of an individual word by decomposing it into various aspects (factors, constituents, components) that are latent in the meaning of the word. We take a distributional approach to semantics, in which a word is represented by a context vector. Much recent work has considered the problem of recognizing compositions and decompositions, but we tackle the more difficult generation problem. For simplicity, we focus on noun-modifier bigrams and noun unigrams. A test for semantic composition is, given context vectors for the noun and modifier in a noun-modifier bigram ("red salmon"), generate a noun unigram that is synonymous with the given bigram ("sockeye"). A test for semantic decomposition is, given a context vector for a noun unigram ("snifter"), generate a noun-modifier bigram that is synonymous with the given unigram ("brandy glass"). With a vocabulary of about 73,000 unigrams from WordNet, there are 73,000 candidate unigram compositions for a bigram and 5,300,000,000 (73,000 squared) candidate bigram decompositions for a unigram. We generate ranked lists of potential solutions in two passes. A fast unsupervised learning algorithm generates an initial list of candidates and then a slower supervised learning algorithm refines the list. We evaluate the candidate solutions by comparing them to WordNet synonym sets. For decomposition (unigram to bigram), the top 100 most highly ranked bigrams include a WordNet synonym of the given unigram 50.7% of the time. For composition (bigram to unigram), the top 100 most highly ranked unigrams include a WordNet synonym of the given bigram 77.8% of the time.

📄 PDF Abstract BibTeX arXiv:1405.7908

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Composition

Similar Papers 제목 키워드 기반

Coupled Inference in Diffusion Models for Semantic Decomposition

2026-02-10 · Calvin Yeung, Ali Zakeri, Zhuowen Zou, Mohsen Imani arxiv

Many visual scenes can be described as compositions of latent factors. Effective recognition, reasoning, and editing often require not only forming such compositional representations, but also solving the decomposition p…

X-Part: high fidelity and structure coherent shape decomposition

2025-09-10 · Xinhao Yan, Jiachen Xu, Yang Li, Changfeng Ma 외 arxiv

Generating 3D shapes at part level is pivotal for downstream applications such as mesh retopology, UV mapping, and 3D printing. However, existing part-based generation methods often lack sufficient controllability and su…

Explicit Semantic Decomposition for Definition Generation

2020-07-01 · ACL 2020 6 · Jiahuan Li, Yu Bao, Shu-Jian Huang, Xin-yu Dai 외

Definition generation, which aims to automatically generate dictionary definitions for words, has recently been proposed to assist the construction of dictionaries and help people understand unfamiliar texts. However, pr…

Tree Decomposition Attention for AMR-to-Text Generation

2021-08-27 · Lisa Jin, Daniel Gildea

Text generation from AMR requires mapping a semantic graph to a string that it annotates. Transformer-based graph encoders, however, poorly capture vertex dependencies that may benefit sequence prediction. To impose orde…

AMR-to-Text GenerationText Generation

DeMoGen: Towards Decompositional Human Motion Generation with Energy-Based Diffusion Models

2025-12-26 · Jianrong Zhang, Hehe Fan, Yi Yang arxiv

Human motions are compositional: complex behaviors can be described as combinations of simpler primitives. However, existing approaches primarily focus on forward modeling, e.g., learning holistic mappings from text to m…