Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Do not be greedy, Think Twice: Sampling and Selection for Document-level Information Extraction

About

Document-level Information Extraction (DocIE) aims to produce an output template with the entities and relations of interest occurring in the given document. Standard practices include prompting decoder-only LLMs using greedy decoding to avoid output variability. Rather than treating this variability as a limitation, we show that sampling can produce substantially better solutions than greedy decoding, especially when using reasoning models. We thus propose ThinkTwice, a sampling and selection framework in which the LLM generates multiple candidate templates for a given document, and a selection module chooses the most suitable one. We introduce both an unsupervised method that exploits agreement across generated outputs, and a supervised selection method using reward models trained on labeled DocIE data. To address the scarcity of golden reasoning trajectories for DocIE, we propose a rejection-sampling-based method to generate silver training data that pairs output templates with reasoning traces. Our experiments show the validity of unsupervised and supervised ThinkTwice, consistently outperforming greedy baselines and the state-of-the-art.

Mikel Zubillaga, Oscar Sainz, Oier Lopez de Lacalle, Eneko Agirre• 2026

Related benchmarks

TaskDatasetResultRank
Document-level Information ExtractionMUC English 4
MUC Score58.32
13
Event extractionMUC-4 and MultiMUC (test)
English Score58.32
11
Document-level Information ExtractionMUC
F1 Score46.48
9
Document-level Information ExtractionMultiMUC (averaged across languages)
F1 Score33.08
9
Document-level Information ExtractionBETTER
F1 Score36.74
8
Showing 5 of 5 rows

Other info

Follow for update