paper-with-me

홈 › Papers

Self-prompted Chain-of-Thought on Large Language Models for Open-domain Multi-hop Reasoning

2023-10-20 · JinYuan Wang, Junlong Li, Hai Zhao

In open-domain question-answering (ODQA), most existing questions require single-hop reasoning on commonsense. To further extend this task, we officially introduce open-domain multi-hop reasoning (ODMR) by answering multi-hop questions with explicit reasoning steps in open-domain setting. Recently, large language models (LLMs) have found significant utility in facilitating ODQA without external corpus. Furthermore, chain-of-thought (CoT) prompting boosts the reasoning capability of LLMs to a greater extent with manual or automated paradigms. However, existing automated methods lack of quality assurance, while manual approaches suffer from limited scalability and poor diversity, hindering the capabilities of LLMs. In this paper, we propose Self-prompted Chain-of-Thought (SP-CoT), an automated framework to mass-produce high quality CoTs of LLMs, by LLMs and for LLMs. SP-CoT introduces an automated generation pipeline of high quality ODMR datasets, an adaptive sampler for in-context CoT selection and self-prompted inference via in-context learning. Extensive experiments on four multi-hop question-answering benchmarks show that our proposed SP-CoT not only significantly surpasses the previous SOTA methods on large-scale (175B) LLMs, but also nearly doubles the zero-shot performance of small-scale (13B) LLMs. Further analysis reveals the remarkable capability of SP-CoT to elicit direct and concise intermediate reasoning steps by recalling $\sim$50\% of intermediate answers on MuSiQue-Ans dataset.

📄 PDF Abstract BibTeX arXiv:2310.13552

Code (1)

noewangjy/sp-cot 공식 구현

Tasks

In-Context LearningMulti-hop Question AnsweringOpen-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

MasonTigers at SemEval-2024 Task 9: Solving Puzzles with an Ensemble of Chain-of-Thoughts

2024-03-22 · Md Nishat Raihan, Dhiman Goswami, Al Nahian Bin Emran, Sadiya Sayara Chowdhury Puspo 외

Our paper presents team MasonTigers submission to the SemEval-2024 Task 9 - which provides a dataset of puzzles for testing natural language understanding. We employ large language models (LLMs) to solve this task throug…

Natural Language UnderstandingSentence

Prompted LLMs as Chatbot Modules for Long Open-domain Conversation

2023-05-08 · Gibbeum Lee, Volker Hartmann, Jongho Park, Dimitris Papailiopoulos 외

In this paper, we propose MPC (Modular Prompted Chatbot), a new approach for creating high-quality conversational agents without the need for fine-tuning. Our method utilizes pre-trained large language models (LLMs) as i…

Chatbot

Chain-of-Thought Reasoning is a Policy Improvement Operator

2023-09-15 · Hugh Zhang, David C. Parkes

Large language models have astounded the world with fascinating new capabilities. However, they currently lack the ability to teach themselves new skills, relying instead on large amounts of human-generated training data…

Self-Learning

Self-Consistency Improves Chain of Thought Reasoning in Language Models

2022-03-21 · Xuezhi Wang, Jason Wei, Dale Schuurmans, Quoc Le 외

Chain-of-thought prompting combined with pre-trained large language models has achieved encouraging results on complex reasoning tasks. In this paper, we propose a new decoding strategy, self-consistency, to replace the …

ARCArithmetic ReasoningGSM8KLanguage Modelling+2

Uncovering Latent Chain of Thought Vectors in Language Models

2024-09-21 · Jason Zhang, Scott Viteri

As language models grow more influential and trusted in our society, our ability to reliably steer them toward favorable behaviors becomes increasingly paramount. For this, we investigate the technique of steering vector…

ARCGSM8KMMLU