paper-with-me

Papers

INSTRUCTSCORE: Explainable Text Generation Evaluation with Finegrained Feedback

2023-05-23 · Wenda Xu, Danqing Wang, Liangming Pan, Zhenqiao Song, Markus Freitag, William Yang Wang, Lei LI

Automatically evaluating the quality of language generation is critical. Although recent learned metrics show high correlation with human judgement, these metrics can not explain their verdict or associate the scores with defects in generated text. To address this limitation, we present InstructScore, an explainable evaluation metric for text generation. By harnessing both explicit human instruction and the implicit knowledge of GPT-4, we fine-tune a text evaluation metric based on LLaMA, producing both a score for generated text and a human readable diagnostic report. We evaluate InstructScore on a variety of generation tasks, including translation, captioning, data-to-text and commonsense generation. Experiments show that our 7B model surpasses all other unsupervised metrics, including those based on 175B GPT-3 and GPT-4. Surprisingly, our InstructScore, even without direct supervision from human-rated data, achieves performance levels on par with state-of-the-art metrics like COMET22, which were fine-tuned on human ratings.

📄 PDF Abstract BibTeX arXiv:2305.14282

Code (2)

xu1998hz/sescore3 공식 구현 pytorch
xuuhuang/lost_in_the_src pytorch

Tasks

DiagnosticText Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Weight Decay 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

LesionAid: Vision Transformers-based Skin Lesion Generation and Classification

2023-02-02 · Ghanta Sai Krishna, Kundrapu Supriya, Mallikharjuna Rao K, Meetiksha Sorgile

Skin cancer is one of the most prevalent forms of human cancer. It is recognized mainly visually, beginning with clinical screening and continuing with the dermoscopic examination, histological assessment, and specimen c…

ClassificationData AugmentationEdge-computingExplainable Artificial Intelligence (XAI)+1

Visual Programming for Text-to-Image Generation and Evaluation

2023-05-24 · Jaemin Cho, Abhay Zala, Mohit Bansal

As large language models have demonstrated impressive performance in many domains, recent works have adopted language models (LMs) as controllers of visual modules for vision-and-language tasks. While existing work focus…

Image GenerationLayout GenerationText to Image GenerationText-to-Image Generation+1

Visual Programming for Step-by-Step Text-to-Image Generation and Evaluation

2023-09-21 · NeurIPS 2023 11

As large language models have demonstrated impressive performance in many domains, recent works have adopted language models (LMs) as controllers of visual modules for vision-and-language tasks. While existing work focus…

ExPerT: Effective and Explainable Evaluation of Personalized Long-Form Text Generation

2025-01-24 · Alireza Salemi, Julian Killingback, Hamed Zamani

Evaluating personalized text generated by large language models (LLMs) is challenging, as only the LLM user, i.e., prompt author, can reliably assess the output, but re-engaging the same individuals across studies is inf…

FormText Generation

Towards Explainable Evaluation Metrics for Natural Language Generation

2022-03-21 · Christoph Leiter, Piyawat Lertvittayakumjorn, Marina Fomicheva, Wei Zhao 외

Unlike classical lexical overlap metrics such as BLEU, most current evaluation metrics (such as BERTScore or MoverScore) are based on black-box language models such as BERT or XLM-R. They often achieve strong correlation…

Machine TranslationText GenerationTranslationXLM-R