paper-with-me

홈 › Papers

EffEval: A Comprehensive Evaluation of Efficiency for MT Evaluation Metrics

2022-09-20 · Daniil Larionov, Jens Grünwald, Christoph Leiter, Steffen Eger

Efficiency is a key property to foster inclusiveness and reduce environmental costs, especially in an era of LLMs. In this work, we provide a comprehensive evaluation of efficiency for MT evaluation metrics. Our approach involves replacing computation-intensive transformers with lighter alternatives and employing linear and quadratic approximations for alignment algorithms on top of LLM representations. We evaluate six (reference-free and reference-based) metrics across three MT datasets and examine 16 lightweight transformers. In addition, we look into the training efficiency of metrics like COMET by utilizing adapters. Our results indicate that (a) TinyBERT provides the optimal balance between quality and efficiency, (b) CPU speed-ups are more substantial than those on GPU; (c) WMD approximations yield no efficiency gains while reducing quality and (d) adapters enhance training efficiency (regarding backward pass speed and memory requirements) as well as, in some cases, metric quality. These findings can help to strike a balance between evaluation speed and quality, which is essential for effective NLG systems. Furthermore, our research contributes to the ongoing efforts to optimize NLG evaluation metrics with minimal impact on performance. To our knowledge, ours is the most comprehensive analysis of different aspects of efficiency for MT metrics conducted so far.

📄 PDF Abstract BibTeX arXiv:2209.09593

Code (1)

nl2g/effeval 공식 구현 pytorch

Tasks

CPUGPUMachine Translationnlg evaluationSemantic SimilaritySemantic Textual SimilarityText Generation

Similar Papers 제목 키워드 기반

TRACE: Trajectory-Aware Comprehensive Evaluation for Deep Research Agents

2026-02-05 · Yanyu Chen, Jiyue Jiang, Jiahong Liu, Yifei Zhang 외 arxiv

The evaluation of Deep Research Agents is a critical challenge, as conventional outcome-based metrics fail to capture the nuances of their complex reasoning. Current evaluation faces two primary challenges: 1) a reliance…

UltraEval: A Lightweight Platform for Flexible and Comprehensive Evaluation for LLMs

2024-04-11 · Chaoqun He, Renjie Luo, Shengding Hu, Yuanqian Zhao 외

Evaluation is pivotal for refining Large Language Models (LLMs), pinpointing their capabilities, and guiding enhancements. The rapid development of LLMs calls for a lightweight and easy-to-use framework for swift evaluat…

SLM-Bench: A Comprehensive Benchmark of Small Language Models on Environmental Impacts--Extended Version

2025-08-21 · Nghiem Thanh Pham, Tung Kieu, Duc-Manh Nguyen, Son Ha Xuan 외 arxiv

Small Language Models (SLMs) offer computational efficiency and accessibility, yet a systematic evaluation of their performance and environmental impact remains lacking. We introduce SLM-Bench, the first benchmark specif…

Computational Efficiency

A Survey for Federated Learning Evaluations: Goals and Measures

2023-08-23 · Di Chai, Leye Wang, Liu Yang, Junxue Zhang 외

Evaluation is a systematic approach to assessing how well a system achieves its intended purpose. Federated learning (FL) is a novel paradigm for privacy-preserving machine learning that allows multiple parties to collab…

Federated LearningPrivacy PreservingSurvey

Pluto: A Benchmark for Evaluating Efficiency of LLM-generated Hardware Code

2025-10-16 · Manar Abdelatty, Maryam Nouh, Jacob K. Rosenstein, Sherief Reda arxiv

Large Language Models (LLMs) are increasingly used to automate hardware design tasks, including the generation of Verilog code. While early benchmarks focus primarily on functional correctness, efficient hardware design …