paper-with-me

홈 › Papers

ConCISE: A Reference-Free Conciseness Evaluation Metric for LLM-Generated Answers

2025-11-20 · Seyed Mohssen Ghafari, Ronny Kol, Juan C. Quiroz, Nella Luan, Monika Patial, Chanaka Rupasinghe, Herman Wandabwa, Luiz Pizzato arxiv

Large language models (LLMs) frequently generate responses that are lengthy and verbose, filled with redundant or unnecessary details. This diminishes clarity and user satisfaction, and it increases costs for model developers, especially with well-known proprietary models that charge based on the number of output tokens. In this paper, we introduce a novel reference-free metric for evaluating the conciseness of responses generated by LLMs. Our method quantifies non-essential content without relying on gold standard references and calculates the average of three calculations: i) a compression ratio between the original response and an LLM abstractive summary; ii) a compression ratio between the original response and an LLM extractive summary; and iii) wordremoval compression, where an LLM removes as many non-essential words as possible from the response while preserving its meaning, with the number of tokens removed indicating the conciseness score. Experimental results demonstrate that our proposed metric identifies redundancy in LLM outputs, offering a practical tool for automated evaluation of response brevity in conversational AI systems without the need for ground truth human annotations.

📄 PDF Abstract BibTeX arXiv:2511.16846

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The current status of large language models in summarizing radiology report impressions

2024-06-04 · Danqing Hu, Shanyuan Zhang, Qing Liu, Xiaofeng Zhu 외

Large language models (LLMs) like ChatGPT show excellent capabilities in various natural language processing tasks, especially for text generation. The effectiveness of LLMs in summarizing radiology report impressions re…

Text Generation

CRScore: Grounding Automated Evaluation of Code Review Comments in Code Claims and Smells

2024-09-29 · Atharva Naik, Marcus Alenius, Daniel Fried, Carolyn Rose

The task of automated code review has recently gained a lot of attention from the machine learning community. However, current review comment evaluation metrics rely on comparisons with a human-written reference for a gi…

valid

CREAM: Comparison-Based Reference-Free ELO-Ranked Automatic Evaluation for Meeting Summarization

2024-09-17 · Ziwei Gong, Lin Ai, Harshsaiprasad Deshpande, Alexander Johnson 외

Large Language Models (LLMs) have spurred interest in automatic evaluation methods for summarization, offering a faster, more cost-effective alternative to human evaluation. However, existing methods often fall short whe…

Meeting Summarization

DocuMint: Docstring Generation for Python using Small Language Models

2024-05-16 · Bibek Poudel, Adam Cook, Sekou Traore, Shelah Ameli

Effective communication, specifically through documentation, is the beating heart of collaboration among contributors in software development. Recent advancements in language models (LMs) have enabled the introduction of…

BenchmarkingCode Generation

Towards Query-Agnostic RAG Evaluation via Query Coverage and Claim Verifiability

2026-07-31 · Jeonghwan Choi, Taewon Yun, Minjeong Ban, Gyeonghun Sun 외 arxiv

Retrieval-augmented generation improves the factuality of large language models by grounding responses in retrieved evidence, yet existing evaluation frameworks struggle to provide consistent, fine-grained diagnostics ac…