paper-with-me

홈 › Papers

Learning Evaluation Models from Large Language Models for Sequence Generation

2023-08-08 · Chenglong Wang, Hang Zhou, Kaiyan Chang, Tongran Liu, Chunliang Zhang, Quan Du, Tong Xiao, Yue Zhang, Jingbo Zhu

Automatic evaluation of sequence generation, traditionally reliant on metrics like BLEU and ROUGE, often fails to capture the semantic accuracy of generated text sequences due to their emphasis on n-gram overlap. A promising solution to this problem is to develop model-based metrics, such as BLEURT and COMET. However, these approaches are typically hindered by the scarcity of labeled evaluation data, which is necessary to train the evaluation models. In this work, we build upon this challenge by proposing the Customized Sequence Evaluation Metric (CSEM), a three-stage evaluation model training method that utilizes large language models to generate labeled data for model-based metric development, thereby eliminating the need for human-labeled data. Additionally, we expand the scope of CSEM to support various evaluation types, including single-aspect, multi-aspect, reference-free, and reference-based evaluations, enabling the customization of metrics to suit diverse real-world scenarios. Experimental results on the SummEval benchmark demonstrate that CSEM can effectively train an evaluation model without human-labeled data. Further experiments in reinforcement learning and reranking show that metrics developed through CSEM outperform traditional evaluation metrics, leading to substantial improvements in sequence quality as evaluated by both commonly used metrics and ChatGPT.

📄 PDF Abstract BibTeX arXiv:2308.04386

Code (1)

wangclnlp/csem 공식 구현 pytorch

Tasks

Machine TranslationRerankingStyle TransferText Style Transfer

Similar Papers 제목 키워드 기반

Exploring Automatic Evaluation Methods based on a Decoder-based LLM for Text Generation

2023-10-17 · Tomohito Kasahara, Daisuke Kawahara

Automatic evaluation of text generation is essential for improving the accuracy of generation tasks. In light of the current trend towards increasingly larger decoder-based language models, we investigate automatic evalu…

DecoderIn-Context LearningMachine TranslationSemantic Textual Similarity+1

Distilling Event Sequence Knowledge From Large Language Models

2024-01-14 · Somin Wadhwa, Oktie Hassanzadeh, Debarun Bhattacharjya, Ken Barker 외

Event sequence models have been found to be highly effective in the analysis and prediction of events. Building such models requires availability of abundant high-quality event sequence data. In certain applications, how…

Language ModelingLanguage Modelling

Efficient Self-Evaluation for Diffusion Language Models via Sequence Regeneration

2026-03-03 · Linhao Zhong, Linyu Wu, Wen Wang, Yuling Xi 외 arxiv

Diffusion large language models (dLLMs) have recently attracted significant attention for their ability to enhance diversity, controllability, and parallelism. However, their non-sequential, bidirectionally masked genera…

MermaidSeqBench: An Evaluation Benchmark for NL-to-Mermaid Sequence Diagram Generation

2025-11-18 · Basel Shbita, Farhan Ahmed, Chad DeLuca arxiv

Large language models (LLMs) have shown great promise in generating structured diagrams from natural language descriptions, particularly Mermaid sequence diagrams for software engineering. However, the lack of existing b…

Evaluation of Large Language Models via Coupled Token Generation

2025-02-03 · Nina Corvelo Benz, Stratis Tsirtsis, Eleni Straitouri, Ivi Chatzi 외

State of the art large language models rely on randomization to respond to a prompt. As an immediate consequence, a model may respond differently to the same prompt if asked multiple times. In this work, we argue that th…

ChatbotLarge Language ModelMMLU