← Search

Andrea Pierleoni

5 accepted papers

2025

HALLUCANA: Fixing LLM Hallucination with A Canary Lookahead

NAACL 2025findings

In this paper, we present HALLUCANA, a canary lookahead to detect and correct factual hallucinations of Large Language Models (LLMs) in long-form generation. HALLUCANA detects and intervenes as soon as traces of hallucination emerge, during and even before generation. To support timely detection, we…

2024

REXEL: An End-to-end Model for Document-Level Relation Extraction and Entity Linking

NAACL 2024industry

Extracting structured information from unstructured text is critical for many downstream NLP applications and is traditionally achieved by closed information extraction (cIE). However, existing approaches for cIE suffer from two limitations: (i) they are often pipelines which makes them prone to err…

2023

WebIE: Faithful and Robust Information Extraction on the Web

ACL 2023long

Extracting structured and grounded fact triples from raw text is a fundamental task in Information Extraction (IE). Existing IE datasets are typically collected from Wikipedia articles, using hyperlinks to link entities to the Wikidata knowledge base. However, models trained only on Wikipedia have l…

2022

ReFinED: An Efficient Zero-shot-capable Approach to End-to-End Entity Linking

NAACL 2022industry

We introduce ReFinED, an efficient end-to-end entity linking model which uses fine-grained entity types and entity descriptions to perform linking. The model performs mention detection, fine-grained entity typing, and entity disambiguation for all mentions within a document in a single forward pass,…