← Search

Andrew Arnold

6 accepted papers

2022

DQ-BART: Efficient Sequence-to-Sequence Model via Joint Distillation and Quantization

ACL 2022short

Large-scale pre-trained sequence-to-sequence models like BART and T5 achieve state-of-the-art performance on many generative NLP tasks. However, such models pose a great challenge in resource-constrained scenarios owing to their large memory requirements and high latency. To alleviate this issue, we…

2022

Entailment Tree Explanations via Iterative Retrieval-Generation Reasoner

NAACL 2022findings

Large language models have achieved high performance on various question answering (QA) benchmarks, but the explainability of their output remains elusive. Structured explanations, called entailment trees, were recently suggested as a way to explain the reasoning behind a QA system’s answer. In orde…

2022

Learning Dialogue Representations from Consecutive Utterances

NAACL 2022long

Learning high-quality dialogue representations is essential for solving a variety of dialogue-oriented tasks, especially considering that dialogue systems often suffer from data scarcity. In this paper, we introduce Dialogue Sentence Embedding (DSE), a self-supervised contrastive learning method tha…

2022

Lifelong Pretraining: Continually Adapting Language Models to Emerging Corpora

NAACL 2022long

Pretrained language models (PTLMs) are typically learned over a large, static corpus and further fine-tuned for various downstream tasks. However, when deployed in the real world, a PTLM-based model must deal with data distributions that deviates from what the PTLM was initially trained on. In this…

2022

Virtual Augmentation Supported Contrastive Learning of Sentence Representations

ACL 2022findings

Despite profound successes, contrastive representation learning relies on carefully designed data augmentations using domain-specific knowledge. This challenge is magnified in natural language processing, where no general rules exist for data augmentation due to the discrete nature of natural langua…

2020

Faithful Embeddings for Knowledge Base Queries

NeurIPS 2020poster

The deductive closure of an ideal knowledge base (KB) contains exactly the logical queries that the KB can answer. However, in practice KBs are both incomplete and over-specified, failing to answer some queries that have real-world answers. \emph{Query embedding} (QE) techniques have been recently p…