CLDec 10, 2020

Infusing Finetuning with Semantic Dependencies

arXiv:2012.05395v5661 citations
AI Analysis

This work addresses the problem of enhancing the semantic understanding capabilities of pretrained language models for researchers and practitioners working on NLU tasks, representing an incremental improvement.

This paper investigates whether pretrained language models capture semantic dependencies, finding that they do not, unlike syntactic dependencies. The authors then integrate semantic parses into task-specific finetuning using convolutional graph encoders, which improves performance on natural language understanding tasks in the GLUE benchmark.

For natural language processing systems, two kinds of evidence support the use of text representations from neural language models "pretrained" on large unannotated corpora: performance on application-inspired benchmarks (Peters et al., 2018, inter alia), and the emergence of syntactic abstractions in those representations (Tenney et al., 2019, inter alia). On the other hand, the lack of grounded supervision calls into question how well these representations can ever capture meaning (Bender and Koller, 2020). We apply novel probes to recent language models -- specifically focusing on predicate-argument structure as operationalized by semantic dependencies (Ivanova et al., 2012) -- and find that, unlike syntax, semantics is not brought to the surface by today's pretrained models. We then use convolutional graph encoders to explicitly incorporate semantic parses into task-specific finetuning, yielding benefits to natural language understanding (NLU) tasks in the GLUE benchmark. This approach demonstrates the potential for general-purpose (rather than task-specific) linguistic supervision, above and beyond conventional pretraining and finetuning. Several diagnostics help to localize the benefits of our approach.

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