CLSep 27, 2023

NLPBench: Evaluating Large Language Models on Solving NLP Problems

UW
arXiv:2309.15630v415 citationsh-index: 24
Originality Synthesis-oriented
AI Analysis

This work addresses the need for better evaluation of LLMs in NLP problem-solving for researchers and practitioners, though it is incremental as it builds on existing benchmarking and prompting methods.

The paper tackles the lack of research on large language models' (LLMs) NLP problem-solving abilities by introducing NLPBench, a dataset of 378 college-level NLP questions, and finds that advanced prompting strategies like chain-of-thought can be inconsistent, sometimes harming performance, especially in smaller models like LLAMA-2 (13b).

Recent developments in large language models (LLMs) have shown promise in enhancing the capabilities of natural language processing (NLP). Despite these successes, there remains a dearth of research dedicated to the NLP problem-solving abilities of LLMs. To fill the gap in this area, we present a unique benchmarking dataset, NLPBench, comprising 378 college-level NLP questions spanning various NLP topics sourced from Yale University's prior final exams. NLPBench includes questions with context, in which multiple sub-questions share the same public information, and diverse question types, including multiple choice, short answer, and math. Our evaluation, centered on LLMs such as GPT-3.5/4, PaLM-2, and LLAMA-2, incorporates advanced prompting strategies like the chain-of-thought (CoT) and tree-of-thought (ToT). Our study reveals that the effectiveness of the advanced prompting strategies can be inconsistent, occasionally damaging LLM performance, especially in smaller models like the LLAMA-2 (13b). Furthermore, our manual assessment illuminated specific shortcomings in LLMs' scientific problem-solving skills, with weaknesses in logical decomposition and reasoning notably affecting results.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes