paper-with-me

홈 › Papers

Writing your own book: A method for going from closed to open book QA to improve robustness and performance of smaller LLMs

2023-05-18 · Giorgi Kokaia, Pratyush Sinha, Yutong Jiang, Nozha Boujemaa

We introduce two novel methods, Tree-Search and Self-contextualizing QA, designed to enhance the performance of large language models (LLMs) in question-answering tasks. Tree-Search is a sampling technique specifically created to extract diverse information from an LLM for a given prompt. Self-contextualizing QA leverages Tree-Search to enable the model to create its own context using a wide range of information relevant to the prompt, evaluate it explicitly and return a open book answer to the initial prompt . We demonstrate that the quality of generated answers improves according to various metrics, including accuracy, informativeness, coherence, and consistency, as evaluated by GPT3.5(text-davinci-003). Furthermore, we show that our methods result in increased robustness and that performance is positively correlated with tree size, benefiting both answer quality and robustness. Finally, we discuss other promising applications of Tree-Search, highlighting its potential to enhance a broad range of tasks beyond question-answering. \noindent We also discuss several areas for future work, including refining the Tree-Search and Self-Contextualizing QA methods, improving the coherence of the generated context, and investigating the impact of bootstrapping on model robustness

📄 PDF Abstract BibTeX arXiv:2305.11334

Code (0)

등록된 구현이 없습니다.

Tasks

InformativenessQuestion Answering

Similar Papers 제목 키워드 기반

Be Kind, Rewrite: Benign Projections via Rewriting Defend Against LLM Data Poisoning Attacks

2026-05-18 · John T. Halloran, Noopur S. Bhatt arxiv

Large language models (LLMs) are highly susceptible to backdoor attacks (BAs), wherein training samples are poisoned using trigger-based harmful content. Furthermore, existing defenses have proven ineffective when extens…

Technical Report on the Pangram AI-Generated Text Classifier

2024-02-21 · Bradley Emi, Max Spero

We present Pangram Text, a transformer-based neural network trained to distinguish text written by large language models from text written by humans. Pangram Text outperforms zero-shot methods such as DetectGPT as well a…

Choose Your Own Adventure: Paired Suggestions in Collaborative Writing for Evaluating Story Generation Models

2021-06-01 · NAACL 2021 4 · Elizabeth Clark, Noah A. Smith

Story generation is an open-ended and subjective task, which poses a challenge for evaluating story generation models. We present Choose Your Own Adventure, a collaborative writing setup for pairwise model evaluation. Tw…

Story Generation

Context Generation Improves Open Domain Question Answering

2022-10-12 · Dan Su, Mostofa Patwary, Shrimai Prabhumoye, Peng Xu 외

Closed-book question answering (QA) requires a model to directly answer an open-domain question without access to any external knowledge. Prior work on closed-book QA either directly finetunes or prompts a pretrained lan…

Language ModelingLanguage ModellingOpen-Domain Question AnsweringQuestion Answering

CMATH: Can Your Language Model Pass Chinese Elementary School Math Test?

2023-06-29 · Tianwen Wei, Jian Luan, Wei Liu, Shuang Dong 외

We present the Chinese Elementary School Math Word Problems (CMATH) dataset, comprising 1.7k elementary school-level math word problems with detailed annotations, source from actual Chinese workbooks and exams. This data…

Language ModelingLanguage ModellingMathMath Word Problem Solving