ZeroHour
Hugging Face daily paperspublished ()ingested Xiao Shi Huang, Chen-Yuan Lin, Bruce Kuwahara1

Unifying Conformal Language Tasks with In-Context Ensembles

infoAI researchimportance 42
AI summary · glm-5.3-flash

Researchers propose Conformal Relevance, which builds conformal score functions via in-context example curation and ensembling to improve conciseness across seven NLP tasks.

The paper targets NLP tasks like summarization and extractive QA that reduce to retrieving content under coverage and conciseness constraints. Conformal Relevance replaces hand-engineered LLM scoring prompts with curated in-context examples and ensembles, maintaining coverage guarantees while improving conciseness with minimal manual input. The authors demonstrate the framework on seven NLP tasks and contribute theory, including a complementarity condition for when ensembling improves worst-case sentence scores and a saturation bound on ensemble gains.

  • Replaces manual prompt engineering in conformal scoring with curated in-context ensembles
  • Evaluated across seven NLP tasks with coverage guarantees retained
  • Provides complementarity condition and saturation bound for ensembled conformal scores
Full article152 words · extracted from huggingface.co · click to collapse

Many NLP tasks, such as summarization and extractive question answering, reduce to retrieving relevant content from documents under two constraints: coverage, retaining enough pertinent information to achieve some goal, and conciseness, removing as much irrelevant information as possible. Conformal prediction methods have been used to guarantee coverage, and must be optimized for conciseness through design of a score function. State-of-the-art scoring functions use hand-engineered LLM prompts asking the model to rate the importance of content, but manual prompt engineering is labor-intensive and task-specific. We introduce the Conformal Relevance framework which uses in-context learning example curation and ensembling to create a score function which maintains coverage while improving conciseness with minimal manual input. We demonstrate this framework's application on seven NLP tasks, and also theoretically study the impact of diversity for ensembled conformal scores, giving a complementarity condition that characterizes when ensembling improves worst-case sentence scores, and a saturation bound on ensemble improvement.

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.03005