paper-with-me

홈 › Papers

Self-Prompting Large Language Models for Zero-Shot Open-Domain QA

2022-12-16 · Junlong Li, JinYuan Wang, Zhuosheng Zhang, Hai Zhao

Open-Domain Question Answering (ODQA) aims to answer questions without explicitly providing specific background documents. This task becomes notably challenging in a zero-shot setting where no data is available to train tailored retrieval-reader models. While recent Large Language Models (LLMs) like GPT-3 have demonstrated their effectiveness in zero-shot ODQA using direct prompting methods, these methods still fall short of fully harnessing the potential of LLMs when implicitly invoked. In this paper, we propose a Self-Prompting framework to explicitly utilize the massive knowledge encoded in the parameters of LLMs and their strong instruction understanding abilities. Concretely, we prompt LLMs step by step to generate multiple pseudo QA pairs with background passages and explanations entirely from scratch. These generated elements are then utilized for in-context learning. Experimental results show that our method significantly surpasses previous state-of-the-art zero-shot methods on three widely-used ODQA datasets and even achieves comparable performance with various customized fine-tuned models on full training data. Our code is available at https://github.com/lockon-n/self-prompting.

📄 PDF Abstract BibTeX arXiv:2212.08635

Code (1)

lockon-n/self-prompting 공식 구현 pytorch

Tasks

In-Context LearningOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
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…
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…
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 &…
Weight Decay 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

2024-02-03 · Isabel O. Gallegos, Ryan A. Rossi, Joe Barrow, Md Mehrab Tanjim 외

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance…

Text GenerationZero-Shot Learning

Universal Self-Adaptive Prompting

2023-05-24 · Xingchen Wan, Ruoxi Sun, Hootan Nakhost, Hanjun Dai 외

A hallmark of modern large language models (LLMs) is their impressive general zero-shot and few-shot abilities, often elicited through in-context learning (ICL) via prompting. However, while highly coveted and being the …

In-Context LearningNatural Language UnderstandingText GenerationZero-Shot Learning

Not the Example, but the Process: How Self-Generated Examples Enhance LLM Reasoning

2026-01-26 · Daehoon Gwak, Minseo Jung, Junwoo Park, Minho Park 외 arxiv

Recent studies have shown that Large Language Models (LLMs) can improve their reasoning performance through self-generated few-shot examples, achieving results comparable to manually curated in-context examples. However,…

Cross-lingual Prompting: Improving Zero-shot Chain-of-Thought Reasoning across Languages

2023-10-23 · Libo Qin, Qiguang Chen, Fuxuan Wei, Shijue Huang 외

Chain-of-thought (CoT) is capable of eliciting models to explicitly generate reasoning paths, thus promoting reasoning accuracy and attracting increasing attention. Specifically, zero-shot CoT achieves remarkable improve…

Unleashing the Power of Large Language Models in Zero-shot Relation Extraction via Self-Prompting

2024-10-02 · Siyi Liu, Yang Li, Jiang Li, Shan Yang 외

Recent research in zero-shot Relation Extraction (RE) has focused on using Large Language Models (LLMs) due to their impressive zero-shot capabilities. However, current methods often perform suboptimally, mainly due to a…

DiversityIn-Context LearningRelationRelation Extraction