Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNCLE: Benchmarking Uncertainty Expressions in Long-Form Generation

1Fudan University  2University of Cambridge  3City University of Hong Kong
*Equal contribution, listed in alphabetical order

arXiv Dataset Version Stars Issues


Introduction

Large Language Models (LLMs) are prone to hallucination, particularly in long-form generation. A promising direction to mitigate this is to teach LLMs to express uncertainty explicitly when they lack sufficient knowledge. However, existing work lacks direct and fair evaluation of LLMs' ability to express uncertainty effectively in long-form generation.

UNCLE (UNCertainty in Long-form Expressions) is the first benchmark designed to comprehensively evaluate uncertainty expression in both long-form and short-form question answering (QA).

Key Features

  • 5 Domains: Biographies, Companies, Movies, Astronomical Objects, Diseases
  • 1,066 Entities: Each with multiple key aspects
  • Paired QA: Direct link between short- and long-form questions
  • Gold Standard Answers: For all key aspects
  • Novel Metrics: FA, UA, KCR, UUR, EA for comprehensive evaluation
  • Alignment Analysis: First to examine consistency between short- and long-form uncertainty
Evaluation Pipeline

Figure: UNCLE evaluation pipeline with known/unknown detection, generation, and fact-checking


Dataset Structure

Domain Coverage

Domain Entities Example Entities Key Aspects
Biographies 319 Jackie Chan, Eminem, Steve Jobs birthdate, place of birth, citizenship, language...
Companies 264 Amazon, JP Morgan, Mars Inc. establishment date, founders, CEO, location...
Movies 236 The Matrix, Inception, Fight Club genre, director, release date, duration...
Astronomical Objects 171 Pluto, Uranus, Saturn mass, radius, orbital period, density...
Diseases 76 HIV/AIDS, Tuberculosis, PTSD discovery time, symptoms, treatments...
Total 1,066

Data Format

Each sample contains:

  • entity (string): Entity name (e.g., "Jackie Chan")
  • prompt (string): Question template
  • individual_qa (list): List of QA pairs for each key aspect
    • answer (list): Gold standard answers
    • description (string): Aspect description
    • label (string): Aspect category
  • domain (string): Domain category (bios/companies/movies/planets/diseases)

About

Dataset for our paper: "UNCLE: Benchmarking Uncertainty Expressions in Long-Form Generation".

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages