paper-with-me

Papers

AgenticSum: An Agentic Inference-Time Framework for Faithful Clinical Text Summarization

2026-02-23 · Fahmida Liza Piya, Rahmatollah Beheshti arxiv

Large language models (LLMs) offer substantial promise for automating clinical text summarization, yet maintaining factual consistency remains challenging due to the length, noise, and heterogeneity of clinical documentation. We present AgenticSum, an inference-time, agentic framework that separates context selection, generation, verification, and targeted correction to reduce hallucinated content. The framework decomposes summarization into coordinated stages that compress task-relevant context, generate an initial draft, identify weakly supported spans using internal attention grounding signals, and selectively revise flagged content under supervisory control. We evaluate AgenticSum on two public datasets, using reference-based metrics, LLM-as-a-judge assessment, and human evaluation. Across various measures, AgenticSum demonstrates consistent improvements compared to vanilla LLMs and other strong baselines. Our results indicate that structured, agentic design with targeted correction offers an effective inference time solution to improve clinical note summarization using LLMs.

📄 PDF Abstract BibTeX arXiv:2602.20040

Code (0)

등록된 구현이 없습니다.

Tasks

Text Summarization

Similar Papers 제목 키워드 기반

Beyond Correctness: Rewarding Faithful Reasoning in Retrieval-Augmented Generation

2025-10-15 · Zhichao Xu, Zongyu Wu, Yun Zhou, Aosong Feng 외 arxiv

Inspired by the success of reinforcement learning (RL) in Large Language Model (LLM) training for domains like math and code, recent work has begun training LLMs to dynamically plan, query, and reason with search engines…

Reinforcement Learning

Towards Faithful Agentic XAI: A Verification Method and an Open-World Benchmark for Better Model Faithfulness

2026-05-27 · Jaechang Kim, Sunung Mun, Seungjoon Lee, Jaewoong Cho 외 arxiv

Explainable AI (XAI) helps users interpret model behavior and identify potential faults. Agentic XAI systems use Large Language Models (LLMs) to make explanations more accessible through natural-language interaction, but…

Reinforcement Learning

An Analysis of Decoding Methods for LLM-based Agents for Faithful Multi-Hop Question Answering

2025-03-30 · Alexander Murphy, Mohd Sanad Zaki Rizvi, Aden Haussmann, Ping Nie 외

Large Language Models (LLMs) frequently produce factually inaccurate outputs - a phenomenon known as hallucination - which limits their accuracy in knowledge-intensive NLP tasks. Retrieval-augmented generation and agenti…

HallucinationMulti-hop Question AnsweringQuestion AnsweringRetrieval+1

Open-Source Agentic Hybrid RAG Framework for Scientific Literature Review

2025-07-30 · Aditya Nagori, Ricardo Accorsi Casonatto, Ayush Gautam, Abhinav Manikantha Sai Cheruvu 외 arxiv

The surge in scientific publications challenges traditional review methods, demanding tools that integrate structured metadata with full-text analysis. Hybrid Retrieval Augmented Generation (RAG) systems, combining graph…

An Agentic Approach to Generating XAI-Narratives

2026-03-20 · Yifan He, David Martens arxiv

Explainable AI (XAI) research has experienced substantial growth in recent years. Existing XAI methods, however, have been criticized for being technical and expert-oriented, motivating the development of more interpreta…