paper-with-me

홈 › Papers

Aligning Offline Metrics and Human Judgments of Value for Code Generation Models

2022-10-29 · Victor Dibia, Adam Fourney, Gagan Bansal, Forough Poursabzi-Sangdeh, Han Liu, Saleema Amershi

Large language models have demonstrated great potential to assist programmers in generating code. For such human-AI pair programming scenarios, we empirically demonstrate that while generated code is most often evaluated in terms of their functional correctness (i.e., whether generations pass available unit tests), correctness does not fully capture (e.g., may underestimate) the productivity gains these models may provide. Through a user study with N = 49 experienced programmers, we show that while correctness captures high-value generations, programmers still rate code that fails unit tests as valuable if it reduces the overall effort needed to complete a coding task. Finally, we propose a hybrid metric that combines functional correctness and syntactic similarity and show that it achieves a 14% stronger correlation with value and can therefore better represent real-world gains when evaluating and comparing models.

📄 PDF Abstract BibTeX arXiv:2210.16494

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

EigenBench: A Comparative Behavioral Measure of Value Alignment

2025-09-02 · Jonathn Chang, Leonhard Piff, Suvadip Sana, Jasmine X. Li 외 arxiv

Aligning AI with human values is a pressing unsolved problem. To address the lack of quantitative metrics for value alignment, we propose EigenBench: a black-box method for comparatively benchmarking language models' val…

Reward Difference Optimization For Sample Reweighting In Offline RLHF

2024-08-18 · Shiqi Wang, Zhengze Zhang, Rui Zhao, Fei Tan 외

With the rapid advances in Large Language Models (LLMs), aligning LLMs with human preferences become increasingly important. Although Reinforcement Learning with Human Feedback (RLHF) proves effective, it is complicated …

MetaMetrics-MT: Tuning Meta-Metrics for Machine Translation via Human Preference Calibration

2024-11-01 · David Anugraha, Garry Kuwanto, Lucky Susanto, Derry Tanti Wijaya 외

We present MetaMetrics-MT, an innovative metric designed to evaluate machine translation (MT) tasks by aligning closely with human preferences through Bayesian optimization with Gaussian Processes. MetaMetrics-MT enhance…

Bayesian OptimizationGaussian ProcessesMachine TranslationTranslation

Aligning Black-box Language Models with Human Judgments

2025-02-07 · Gerrit J. J. van den Burg, Gen Suzuki, Wei Liu, Murat Sensoy

Large language models (LLMs) are increasingly used as automated judges to evaluate recommendation systems, search engines, and other subjective tasks, where relying on human evaluators can be costly, time-consuming, and …

Recommendation Systems

CounterMoral: Editing Morals in Language Models

2026-03-28 · Michael Ripa, Jim Davies arxiv

Recent advancements in language model technology have significantly enhanced the ability to edit factual information. Yet, the modification of moral judgments, a crucial aspect of aligning models with human values, has g…