PulseAugur
LIVE 02:21:14
tool · [1 source] ·

LLMs estimate mutual information with new PromptNCE method

Researchers have developed PromptNCE, a novel method that enables large language models to estimate pointwise mutual information (PMI) without requiring a separate critic model. This approach frames conditional probability estimation as a contrastive task, incorporating an 'OTHER' category to improve accuracy. PromptNCE achieves strong zero-shot performance, reaching a Spearman correlation of up to 0.82 with human-derived PMI on benchmark datasets. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Enables LLMs to estimate mutual information zero-shot, potentially simplifying knowledge assessment and analysis in low-data scenarios.

RANK_REASON The cluster contains an academic paper detailing a new method for estimating mutual information using LLMs. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.CL →

COVERAGE [1]

  1. arXiv cs.CL TIER_1 · Juliette Woodrow, Chris Piech ·

    PromptNCE: Pointwise Mutual Information Predictions Using Only LLMs and Contrastive Estimation Prompts

    arXiv:2605.21776v1 Announce Type: new Abstract: Estimating mutual information from text usually requires training a task-specific critic, which limits its use in low-data settings. We ask whether large language models can instead estimate pointwise mutual information zero-shot, u…