paper-with-me

홈 › Papers

Look at the Text: Instruction-Tuned Language Models are More Robust Multiple Choice Selectors than You Think

2024-04-12 · Xinpeng Wang, Chengzhi Hu, Bolei Ma, Paul Röttger, Barbara Plank

Multiple choice questions (MCQs) are commonly used to evaluate the capabilities of large language models (LLMs). One common way to evaluate the model response is to rank the candidate answers based on the log probability of the first token prediction. An alternative way is to examine the text output. Prior work has shown that first token probabilities lack robustness to changes in MCQ phrasing, and that first token probabilities do not match text answers for instruction-tuned models. Therefore, in this paper, we investigate the robustness of text answers. We show that the text answers are more robust to question perturbations than the first token probabilities, when the first token answers mismatch the text answers. The difference in robustness increases as the mismatch rate becomes greater. As the mismatch reaches over 50\%, the text answer is more robust to option order changes than the debiased first token probabilities using state-of-the-art debiasing methods such as PriDe. Our findings provide further evidence for the benefits of text answer evaluation over first token probability evaluation.

📄 PDF Abstract BibTeX arXiv:2404.08382

Code (1)

mainlp/mcq-robustness 공식 구현

Tasks

Multiple-choice

Similar Papers 제목 키워드 기반

Tuna: Instruction Tuning using Feedback from Large Language Models

2023-10-20 · Haoran Li, Yiran Liu, Xingxing Zhang, Wei Lu 외

Instruction tuning of open-source large language models (LLMs) like LLaMA, using direct outputs from more powerful LLMs such as Instruct-GPT and GPT-4, has proven to be a cost-effective way to align model behaviors with …

RoleMRC: A Fine-Grained Composite Benchmark for Role-Playing and Instruction-Following

2025-02-17 · Junru Lu, Jiazheng Li, Guodong Shen, Lin Gui 외

Role-playing is important for Large Language Models (LLMs) to follow diverse instructions while maintaining role identity and the role's pre-defined ability limits. Existing role-playing datasets mostly contribute to con…

Instruction FollowingMachine Reading ComprehensionReading Comprehension

SemScore: Automated Evaluation of Instruction-Tuned LLMs based on Semantic Textual Similarity

2024-01-30 · Ansar Aynetdinov, Alan Akbik

Instruction-tuned Large Language Models (LLMs) have recently showcased remarkable advancements in their ability to generate fitting responses to natural language instructions. However, many current works rely on manual e…

Semantic Textual SimilaritySTSText Generation

A Comparative Analysis of Instruction Fine-Tuning LLMs for Financial Text Classification

2024-11-04 · Sorouralsadat Fatemi, Yuheng Hu, Maryam Mousavi

Large Language Models (LLMs) have demonstrated impressive capabilities across diverse Natural Language Processing (NLP) tasks, including language understanding, reasoning, and generation. However, general-domain LLMs oft…

Classificationtext-classificationText Classification

Instruct-SCTG: Guiding Sequential Controlled Text Generation through Instructions

2023-12-19 · Yinhong Liu, Yixuan Su, Ehsan Shareghi, Nigel Collier

Instruction-tuned large language models have shown remarkable performance in aligning generated text with user intentions across various tasks. However, maintaining human-like discourse structure in the generated text re…

ArticlesText Generation