1Fudan University
2University of Cambridge
3City University of Hong Kong
*Equal contribution, listed in alphabetical order
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).
- 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
| 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 |
Each sample contains:
entity(string): Entity name (e.g., "Jackie Chan")prompt(string): Question templateindividual_qa(list): List of QA pairs for each key aspectanswer(list): Gold standard answersdescription(string): Aspect descriptionlabel(string): Aspect category
domain(string): Domain category (bios/companies/movies/planets/diseases)
