paper-with-me

홈 › Papers

Can Generative Pre-trained Language Models Serve as Knowledge Bases for Closed-book QA?

2021-06-03 · ACL 2021 5 · Cunxiang Wang, Pai Liu, Yue Zhang

Recent work has investigated the interesting question using pre-trained language models (PLMs) as knowledge bases for answering open questions. However, existing work is limited in using small benchmarks with high test-train overlaps. We construct a new dataset of closed-book QA using SQuAD, and investigate the performance of BART. Experiments show that it is challenging for BART to remember training facts in high precision, and also challenging to answer closed-book questions even if relevant knowledge is retained. Some promising directions are found, including decoupling the knowledge memorizing process and the QA finetune process, forcing the model to recall relevant knowledge when question answering.

📄 PDF Abstract BibTeX arXiv:2106.01561

Code (1)

wangcunxiang/Can-PLM-Serve-as-KB-for-CBQA 공식 구현 pytorch

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Imagine to Hear: Auditory Knowledge Generation can be an Effective Assistant for Language Models

2025-03-21 · Suho Yoo, Hyunjong Ok, Jaeho Lee

Language models pretrained on text-only corpora often struggle with tasks that require auditory commonsense knowledge. Previous work addresses this problem by augmenting the language model to retrieve knowledge from exte…

Language ModelingLanguage Modelling

Generative Multi-Modal Knowledge Retrieval with Large Language Models

2024-01-16 · Xinwei Long, Jiali Zeng, Fandong Meng, Zhiyuan Ma 외

Knowledge retrieval with multi-modal queries plays a crucial role in supporting knowledge-intensive multi-modal applications. However, existing methods face challenges in terms of their effectiveness and training efficie…

Retrieval

Language Models as Knowledge Bases: On Entity Representations, Storage Capacity, and Paraphrased Queries

2020-08-20 · EACL 2021 2 · Benjamin Heinzerling, Kentaro Inui

Pretrained language models have been suggested as a possible alternative or complement to structured knowledge bases. However, this emerging LM-as-KB paradigm has so far only been considered in a very limited setting, wh…

World Knowledge

LLM2KB: Constructing Knowledge Bases using instruction tuned context aware Large Language Models

2023-08-25 · Anmol Nayak, Hari Prasad Timmapathini

The advent of Large Language Models (LLM) has revolutionized the field of natural language processing, enabling significant progress in various applications. One key area of interest is the construction of Knowledge Base…

Information RetrievalPassage RetrievalRetrieval

Transform-Retrieve-Generate: Natural Language-Centric Outside-Knowledge Visual Question Answering

2022-01-01 · CVPR 2022 1 · Feng Gao, Qing Ping, Govind Thattai, Aishwarya Reganti 외

Outside-knowledge visual question answering (OK-VQA) requires the agent to comprehend the image, make use of relevant knowledge from the entire web, and digest all the information to answer the question. Most previou…

Generative Question AnsweringImage to textPassage RetrievalQuestion Answering+3