CLJun 5, 2023

Enhancing Language Representation with Constructional Information for Natural Language Understanding

arXiv:2306.02819v1223 citationsh-index: 36
Originality Incremental advance
AI Analysis

This work addresses a specific limitation in language representation for NLU, offering an incremental improvement by integrating constructional information.

The paper tackled the problem that pre-trained language models may inadequately handle constructional meaning in natural language understanding by introducing construction grammar to enrich language representation, resulting in a proposed HyCxG framework that demonstrated superiority on various NLU tasks.

Natural language understanding (NLU) is an essential branch of natural language processing, which relies on representations generated by pre-trained language models (PLMs). However, PLMs primarily focus on acquiring lexico-semantic information, while they may be unable to adequately handle the meaning of constructions. To address this issue, we introduce construction grammar (CxG), which highlights the pairings of form and meaning, to enrich language representation. We adopt usage-based construction grammar as the basis of our work, which is highly compatible with statistical models such as PLMs. Then a HyCxG framework is proposed to enhance language representation through a three-stage solution. First, all constructions are extracted from sentences via a slot-constraints approach. As constructions can overlap with each other, bringing redundancy and imbalance, we formulate the conditional max coverage problem for selecting the discriminative constructions. Finally, we propose a relational hypergraph attention network to acquire representation from constructional information by capturing high-order word interactions among constructions. Extensive experiments demonstrate the superiority of the proposed model on a variety of NLU tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes