paper-with-me

Papers

Unsupervised Natural Question Answering with a Small Model

2019-11-19 · WS 2019 11 · Martin Andrews, Sam Witteveen

The recent (2019-02) demonstration of the power of huge language models such as GPT-2 to memorise the answers to factoid questions raises questions about the extent to which knowledge is being embedded directly within these large models. This short paper describes an architecture through which much smaller models can also answer such questions - by making use of 'raw' external knowledge. The contribution of this work is that the methods presented here rely on unsupervised learning techniques, complementing the unsupervised training of the Language Model. The goal of this line of research is to be able to add knowledge explicitly, without extensive training.

📄 PDF Abstract BibTeX arXiv:1911.08340

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingmodelQuestion Answering

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

End-to-End Training of Neural Retrievers for Open-Domain Question Answering

2021-01-02 · ACL 2021 5 · Devendra Singh Sachan, Mostofa Patwary, Mohammad Shoeybi, Neel Kant 외

Recent work on training neural retrievers for open-domain question answering (OpenQA) has employed both supervised and unsupervised approaches. However, it remains unclear how unsupervised and supervised methods can be u…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringRAG+3

Unsupervised Question Answering by Cloze Translation

2019-06-12 · ACL 2019 7 · Patrick Lewis, Ludovic Denoyer, Sebastian Riedel

Obtaining training data for Question Answering (QA) is time-consuming and resource-intensive, and existing QA datasets are only available for limited domains and languages. In this work, we explore to what extent high qu…

Natural QuestionsNMTQuestion AnsweringTranslation

Unsupervised Question Answering for Fact-Checking

2019-10-16 · WS 2019 11 · Mayank Jobanputra

Recent Deep Learning (DL) models have succeeded in achieving human-level accuracy on various natural language tasks such as question-answering, natural language inference (NLI), and textual entailment. These tasks not on…

Fact CheckingNatural Language InferenceQuestion Answering

Unsupervised Domain Adaptation of Contextual Embeddings for Low-Resource Duplicate Question Detection

2019-11-06 · Alexandre Rochette, Yadollah Yaghoobzadeh, Timothy J. Hazen

Answering questions is a primary goal of many conversational systems or search products. While most current systems have focused on answering questions against structured databases or curated knowledge graphs, on-line co…

Domain AdaptationKnowledge GraphsQuestion AnsweringSelf-Supervised Learning+1

Transformer based Natural Language Generation for Question-Answering

2020-12-01 · INLG (ACL) 2020 12 · Imen Akermi, Johannes Heinecke, Frédéric Herledan

This paper explores Natural Language Generation within the context of Question-Answering task. The several works addressing this task only focused on generating a short answer or a long text span that contains the answer…

Question AnsweringText Generation