Improving Information Extraction with Learned Queries

📅 2026-08-31
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文通过优化查询设计,使用List of Questions和FeedQ方法改进信息提取性能,提高18.6 F1分数,优于单纯扩大模型规模。
📝 Abstract
When information extraction fails, a natural instinct is to improve the model doing it: for example, by scaling it up or refining its reasoning. In this paper, we show that another part of the pipeline matters at least as much: the queries used to elicit this information. Across four clinical benchmarks and five LLMs, improving the question design alone raises performance by 18.6 F1-score points, i.e. more than using larger extraction models. To make such question design learnable, we introduce List of Questions (LoQ), which generates document-specific question sets, and FeedQ, a feedback-driven optimization method that iteratively refines questions against extraction outcomes. The resulting optimized questions can be used to train lightweight generators: with fine-tuning, 4B-parameter models match or outperform expert-derived baselines and substantially exceed the performance of much larger untuned models. We release a dataset of 12,820 optimized questions to support a broader shift in information extraction research toward treating question design as a first-class problem.
Problem

Research questions and friction points this paper is trying to address.

Information Extraction
Query Design
Clinical Benchmarks
Innovation

Methods, ideas, or system contributions that make the work stand out.

List of Questions
FeedQ
question design optimization
🔎 Similar Papers
No similar papers found.