paper-with-me

홈 › Papers

Evaluating Prompts Across Multiple Choice Tasks In a Zero-Shot Setting

2022-03-29 · Gabriel Orlanski

Large language models have shown that impressive zero-shot performance can be achieved through natural language prompts (Radford et al., 2019; Brown et al., 2020; Sanh et al., 2021). Creating an effective prompt, however, requires significant trial and error. That \textit{prompts} the question: how do the qualities of a prompt effects its performance? To this end, we collect and standardize prompts from a diverse range of tasks for use with tasks they were not designed for. We then evaluate these prompts across fixed multiple choice datasets for a quantitative analysis of how certain attributes of a prompt affect performance. We find that including the choices and using prompts not used during pre-training provide significant improvements. All experiments and code can be found https://github.com/gabeorlanski/zero-shot-cross-task.

📄 PDF Abstract BibTeX arXiv:2203.15754

Code (1)

gabeorlanski/zero-shot-cross-task 공식 구현

Tasks

Multiple-choice

Similar Papers 제목 키워드 기반

FIN-bench-v2: A Unified and Robust Benchmark Suite for Evaluating Finnish Large Language Models

2025-12-15 · Joona Kytöniemi, Jousia Piha, Akseli Reunamo, Fedor Vitiugin 외 arxiv

We introduce FIN-bench-v2, a unified benchmark suite for evaluating large language models in Finnish. FIN-bench-v2 consolidates Finnish versions of widely used benchmarks together with an updated and expanded version of …

Reading ComprehensionSentiment Analysis

Within-Model vs Between-Prompt Variability in Large Language Models for Creative Tasks

2026-01-29 · Jennifer Haase, Jana Gonnermann-Müller, Paul H. P. Hanel, Nicolas Leins 외 arxiv

How much of LLM output variance is explained by prompts versus model choice versus stochasticity through sampling? We answer this by evaluating 12 LLMs on 10 creativity prompts with 100 samples each (N = 12,000). For out…

(WhyPHI) Fine-Tuning PHI-3 for Multiple-Choice Question Answering: Methodology, Results, and Challenges

2025-01-03 · Mohamed Hisham Abdellatif

Large Language Models (LLMs) have become essential tools across various domains due to their impressive capabilities in understanding and generating human-like text. The ability to accurately answer multiple-choice quest…

Multiple-choiceQuestion AnsweringTruthfulQA

PARSE: An Open-Domain Reasoning Question Answering Benchmark for Persian

2026-02-01 · Jamshid Mozafari, Seyed Parsa Mousavinasab, Adam Jatowt arxiv

Reasoning-focused Question Answering (QA) has advanced rapidly with Large Language Models (LLMs), yet high-quality benchmarks for low-resource languages remain scarce. Persian, spoken by roughly 130 million people, lacks…

Question Answering

Tree of Thoughts: Deliberate Problem Solving with Large Language Models

2023-05-17 · NeurIPS 2023 11 · Shunyu Yao, Dian Yu, Jeffrey Zhao, Izhak Shafran 외

Language models are increasingly being deployed for general problem solving across a wide range of tasks, but are still confined to token-level, left-to-right decision-making processes during inference. This means they c…

Arithmetic ReasoningDecision MakingLanguage ModellingQuestion Answering