← Search

Zhengbao Jiang

12 accepted papers

2024

Beyond Memorization: The Challenge of Random Memory Access in Language Models

ACL 2024long

Recent developments in Language Models (LMs) have shown their effectiveness in NLP tasks, particularly in knowledge-intensive tasks.However, the mechanisms underlying knowledge storage and memory access within their parameters remain elusive. In this paper, we investigate whether a generative LM (e.…

2024

Instruction-tuned Language Models are Better Knowledge Learners

ACL 2024long

In order for large language model (LLM)-based assistants to effectively adapt to evolving information needs, it must be possible to update their factual knowledge through continued training on new data. The standard recipe for doing so involves continued pre-training on new documents followed by ins…

2023

Active Retrieval Augmented Generation

EMNLP 2023long main

Despite the remarkable ability of large language models (LMs) to comprehend and generate language, they have a tendency to hallucinate and create factually inaccurate output. Augmenting LMs by retrieving information from external knowledge resources is one promising solution. Most existing retrieval…

Cited by 0SourcecodeScholar
2023

DocPrompting: Generating Code by Retrieving the Docs

ICLR 2023top-25%

Publicly available source-code libraries are continuously growing and changing. This makes it impossible for models of code to keep current with all available APIs by simply training these models on existing code repositories. Thus, existing models inherently cannot generalize to using unseen functi…

Cited by 155SourcePDFScholar
2023

PEER: A Collaborative Language Model

ICLR 2023top-25%

Textual content is often the output of a collaborative writing process: We start with an initial draft, ask for suggestions, and repeatedly make changes. Agnostic of this process, today’s language models are trained to generate only the final result. As a consequence, they lack several abilities cru…

Cited by 129SourcePDFScholar
2022

OmniTab: Pretraining with Natural and Synthetic Data for Few-shot Table-based Question Answering

NAACL 2022long

The information in tables can be an important complement to text, making table-based question answering (QA) systems of great value. The intrinsic complexity of handling tables often adds an extra burden to both model design and data annotation. In this paper, we aim to develop a simple table-based…

2022

Retrieval as Attention: End-to-end Learning of Retrieval and Reading within a Single Transformer

EMNLP 2022main

Systems for knowledge-intensive tasks such as open-domain question answering (QA) usually consist of two stages: efficient retrieval of relevant documents from a large corpus and detailed reading of the selected documents. This is usually done through two separate models, a retriever that encodes th…

2022

SPE: Symmetrical Prompt Enhancement for Fact Probing

EMNLP 2022main

Pretrained language models (PLMs) have been shown to accumulate factual knowledge during pretraining (Petroni et al. 2019). Recent works probe PLMs for the extent of this knowledge through prompts either in discrete or continuous forms. However, these methods do not consider symmetry of the task: ob…

Cited by 8SourcePDFScholar
2022

Understanding and Improving Zero-shot Multi-hop Reasoning in Generative Question Answering

COLING 2022main

Generative question answering (QA) models generate answers to questions either solely based on the parameters of the model (the closed-book setting) or additionally retrieving relevant evidence (the open-book setting). Generative QA models can answer some relatively complex questions, but the mechan…

2021

CoRI: Collective Relation Integration with Data Augmentation for Open Information Extraction

ACL 2021long

Integrating extracted knowledge from the Web to knowledge graphs (KGs) can facilitate tasks like question answering. We study relation integration that aims to align free-text relations in subject-relation-object extractions to relations in a target KG. To address the challenge that free-text relati…

2021

GSum: A General Framework for Guided Neural Abstractive Summarization

NAACL 2021long

Neural abstractive summarization models are flexible and can produce coherent summaries, but they are sometimes unfaithful and can be difficult to control. While previous studies attempt to provide different types of guidance to control the output and increase faithfulness, it is not clear how these…