January 9th, 2026
We propose a reinforcement-learning-based fine-tuning approach for large language models that uses the Enti Hallucination Index (EHI) as a reward signal to reduce entity-level hallucination in text summarization. Experiments on meeting transcripts show that this method improves entity faithfulness and accuracy.
This study uses the Entity Hallucination Index as a reward signal to reduce incorrect entity generation in AI-summarized text. Current metrics are two coarse, this protocol employs fine-grained entity rewards to improve factuality without human labels. To begin, use two primary corpora, including a dialogue transcription data set of multi-turn meeting transcripts and the XSum News summarization benchmark.
Clean each data set, flatten the data, and partition it into 80%training, 10%validation, and 10%test sets. Perform tokenization and entity extraction using a transformer-based NER model D slim/BERT-based NER to ensure robust grounding. Generate initial summaries in zero shot mode using beam search with a width of four to estimate baseline hallucination prevalence.
Compute the entity hallucination index as a reference-free entity level metric that categorizes entities into five factors to quantify faithfulness. Reward extractiveness and positive hallucinations and penalize negative hallucinations, over-focused entities, and lost focus. Define the reward function to be proportional to entity faithfulness and maximize the expected EHI reward across generated summaries.
Apply a reinforced style update mechanism to optimize model parameters toward maximizing entity faithfulness. Use low rank adaptation to enable parameter efficient fine tuning and update only the LoRA adapters while keeping the base model weights frozen. Then apply policy gradient updates to encourage higher reward outputs and regenerate summaries for every 500 updates to refresh reward estimates.
Finally, generate final summaries using the fine-tuned models and compare them against baseline results. Evaluate models for informativeness using Rouge one, Rouge two, and Rouge L, fluency and factual consistency using fact CC and CAGs. EHI fine tuning reduced hallucinations and improved factuality across models and data sets with rightward shifts in EHI, and fact CC distributions confirming increased entity faithfulness and factual consistency, while CAGS scores remained largely unchanged.
The harmful hallucination types of negative, over focus, and lost focus were reduced in Mistral after fine-tuning, while the extractiveness factor almost doubled. Correlation analysis showed EHI and CAGS had a weak correlation in Mistral and DistilBART, but Flan-T5 showed a stronger positive correlation. Researchers can measure entity level faithfulness and hallucination rates in summaries using the automated EHI reward signal.
The most critical challenge is NER accuracy, as extraction errors can propagate into incorrect reward calculations during training. Future studies can integrate co-reference resolution and informativeness rewards to better balance faithfulness with summary coverage.
View the full transcript and gain access to thousands of scientific videos
This article presents a novel reward-driven fine-tuning framework for large language models (LLMs) aimed at reducing entity-level hallucinations in abstractive summarization. By leveraging the Entity Hallucination Index (EHI) as a guiding metric, the approach enhances the factual accuracy of generated summaries without sacrificing informativeness or generalizability.
Entity-level hallucination in large language model (LLM) summarization poses a significant risk to data integrity and decision-making in biopharma R&D. The Entity Hallucination Index (EHI)-guided fine-tuning framework directly addresses this challenge, enabling more reliable extraction of factual insights from scientific and operational text sources. Enhanced factuality in automated summarization supports higher predictive confidence and reduces downstream risk in knowledge-driven pipelines.
The EHI-guided fine-tuning framework integrates into the informatics layer of discovery, screening, and translational research pipelines, supporting robust entity extraction and summarization.