ACL 2023findings17 citations

Prompt-Guided Retrieval Augmentation for Non-Knowledge-Intensive Tasks

Zhicheng Guo, Sijie Cheng, Yile Wang, Peng Li, Yang Liu

Abstract

Retrieval-augmented methods have received increasing attention to support downstream tasks by leveraging useful information from external resources. Recent studies mainly focus on exploring retrieval to solve knowledge-intensive (KI) tasks. However, the potential of retrieval for most non-knowledge-intensive (NKI) tasks remains under-explored. There are two main challenges to leveraging retrieval-augmented methods for NKI tasks: 1) the demand for diverse relevance score functions and 2) the dilemma between training cost and task performance. To address these challenges, we propose a two-stage framework for NKI tasks, named PGRA. In the first stage, we adopt a task-agnostic retriever to build a shared static index and select candidate evidence efficiently. In the second stage, we design a prompt-guided reranker to rerank the nearest evidence according to task-specific relevance for the reader. Experimental results show that PGRA outperforms other state-of-the-art retrieval-augmented methods. Our analyses further investigate the influence factors to model performance and demonstrate the generality of PGRA. The code and model will be released for further research.

BibTeX
@inproceedings{guo-etal-2023-prompt,
    title = "Prompt-Guided Retrieval Augmentation for Non-Knowledge-Intensive Tasks",
    author = "Guo, Zhicheng  and
      Cheng, Sijie  and
      Wang, Yile  and
      Li, Peng  and
      Liu, Yang",
    editor = "Rogers, Anna  and
      Boyd-Graber, Jordan  and
      Okazaki, Naoaki",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2023",
    month = jul,
    year = "2023",
    address = "Toronto, Canada",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2023.findings-acl.693/",
    doi = "10.18653/v1/2023.findings-acl.693",
    pages = "10896--10912"
}
Prompt-Guided Retrieval Augmentation for Non-Knowledge-Intensive Tasks · ACL 2023