paper-with-me

Papers

Improving Natural Language Inference with a Pretrained Parser

2019-09-18 · Deric Pang, Lucy H. Lin, Noah A. Smith

We introduce a novel approach to incorporate syntax into natural language inference (NLI) models. Our method uses contextual token-level vector representations from a pretrained dependency parser. Like other contextual embedders, our method is broadly applicable to any neural model. We experiment with four strong NLI models (decomposable attention model, ESIM, BERT, and MT-DNN), and show consistent benefit to accuracy across three NLI benchmarks.

📄 PDF Abstract BibTeX arXiv:1909.08217

Code (1)

dericp/syntactic-entailment 공식 구현 pytorch

Tasks

Natural Language Inference

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
ESIM Enhanced Sequential Inference Model or ESIM is a sequential NLI model proposed in Enhanced LSTM for Natural Language Inference
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Constrained Language Models Yield Few-Shot Semantic Parsers

2021-04-18 · EMNLP 2021 11 · Richard Shin, Christopher H. Lin, Sam Thomson, Charles Chen 외

We explore the use of large pretrained language models as few-shot semantic parsers. The goal in semantic parsing is to generate a structured meaning representation given a natural language input. However, language model…

Semantic Parsing

A Modest Pareto Optimisation Analysis of Dependency Parsers in 2021

2021-06-08 · ACL (IWPT) 2021 8 · Mark Anderson, Carlos Gómez Rodríguez

We evaluate three leading dependency parser systems from different paradigms on a small yet diverse subset of languages in terms of their accuracy-efficiency Pareto front. As we are interested in efficiency, we evaluate …

Efficient Zero-Shot Semantic Parsing with Paraphrasing from Pretrained Language Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Building a domain-specific semantic parser with little or no domain-specific training data remains a challenging task. Previous work has shown that crowdsourced paraphrases of synthetic (grammar-generated) utterances can…

Semantic Parsing

Fast-R2D2: A Pretrained Recursive Neural Network based on Pruned CKY for Grammar Induction and Text Representation

2022-03-01 · Xiang Hu, Haitao Mi, Liang Li, Gerard de Melo

Recently CKY-based models show great potential in unsupervised grammar induction thanks to their human-like encoding paradigm, which runs recursively and hierarchically, but requires $O(n^3)$ time-complexity. Recursive T…

Constituency Grammar InductionLanguage ModelingLanguage ModellingLarge Language Model+1

Learning a natural-language to LTL executable semantic parser for grounded robotics

2020-08-07 · Christopher Wang, Candace Ross, Yen-Ling Kuo, Boris Katz 외

Children acquire their native language with apparent ease by observing how language is used in context and attempting to use it themselves. They do so without laborious annotations, negative examples, or even direct corr…

Sentence