CLCYJan 31, 2024

WSC+: Enhancing The Winograd Schema Challenge Using Tree-of-Experts

arXiv:2401.17703v1105 citationsh-index: 3EACL
Originality Incremental advance
AI Analysis

This work addresses the challenge of generating high-quality WSC questions for evaluating machine understanding, offering a dataset and method to study model biases and overconfidence, though it is incremental in extending an existing benchmark.

The authors tackled the problem of generating Winograd Schema Challenge (WSC) questions by proposing Tree-of-Experts (ToE), a prompting method that improved valid case generation from 10% to 50%, and introduced WSC+, a dataset of 3,026 sentences with new categories to analyze model overconfidence and bias, where GPT-4 achieved 68.7% accuracy compared to a human benchmark of 95.1%.

The Winograd Schema Challenge (WSC) serves as a prominent benchmark for evaluating machine understanding. While Large Language Models (LLMs) excel at answering WSC questions, their ability to generate such questions remains less explored. In this work, we propose Tree-of-Experts (ToE), a novel prompting method which enhances the generation of WSC instances (50% valid cases vs. 10% in recent methods). Using this approach, we introduce WSC+, a novel dataset comprising 3,026 LLM-generated sentences. Notably, we extend the WSC framework by incorporating new 'ambiguous' and 'offensive' categories, providing a deeper insight into model overconfidence and bias. Our analysis reveals nuances in generation-evaluation consistency, suggesting that LLMs may not always outperform in evaluating their own generated questions when compared to those crafted by other models. On WSC+, GPT-4, the top-performing LLM, achieves an accuracy of 68.7%, significantly below the human benchmark of 95.1%.

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