paper-with-me

Papers

FACE: Evaluating Natural Language Generation with Fourier Analysis of Cross-Entropy

2023-09-21 · NeurIPS 2023 11

Measuring the distance between machine-produced and human language is a critical open problem. Inspired by empirical findings from psycholinguistics on the periodicity of entropy in language, we propose FACE, a set of metrics based on Fourier Analysis of the estimated Cross-Entropy of language, for measuring the similarity between model-generated and human-written languages. Based on an open-ended generation task and the experimental data from previous studies, we find that FACE can effectively identify the human-model gap, scales with model size, reflects the outcomes of different sampling methods for decoding, correlates well with other evaluation metrics and with human judgment scores.

📄 PDF Abstract BibTeX

Code (1)

clcs-sustech/face 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Parameter-Efficient Fine-Tuning with Discrete Fourier Transform

2024-05-05 · Ziqi Gao, Qichao Wang, Aochuan Chen, Zijing Liu 외

Low-rank adaptation~(LoRA) has recently gained much interest in fine-tuning foundation models. It effectively reduces the number of trainable parameters by incorporating low-rank matrices $A$ and $B$ to represent the wei…

image-classificationImage ClassificationNatural Language Understandingparameter-efficient fine-tuning+1

RoMe: A Robust Metric for Evaluating Natural Language Generation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Evaluating Natural Language Generation (NLG) systems is a challenging task. Firstly, the metric should ensure that the generated hypothesis reflects the reference's semantics. Secondly, it should consider the grammatical…

Natural Language UnderstandingSemantic SimilaritySemantic Textual SimilaritySentence+1

RoMe: A Robust Metric for Evaluating Natural Language Generation

2022-03-17 · ACL 2022 5 · Md Rashad Al Hasan Rony, Liubov Kovriguina, Debanjan Chaudhuri, Ricardo Usbeck 외

Evaluating Natural Language Generation (NLG) systems is a challenging task. Firstly, the metric should ensure that the generated hypothesis reflects the reference's semantics. Secondly, it should consider the grammatical…

Natural Language UnderstandingSemantic SimilaritySemantic Textual SimilaritySentence+1

MoFu: Scale-Aware Modulation and Fourier Fusion for Multi-Subject Video Generation

2025-12-26 · Run Ling, Ke Cao, Jian Lu, Ao Ma 외 arxiv

Multi-subject video generation aims to synthesize videos from textual prompts and multiple reference images, ensuring that each subject preserves natural scale and visual fidelity. However, current methods face two chall…

Video Generation

CodeBERTScore: Evaluating Code Generation with Pretrained Models of Code

2023-02-10 · Shuyan Zhou, Uri Alon, Sumit Agarwal, Graham Neubig

Since the rise of neural natural-language-to-code models (NL->Code) that can generate long expressions and statements rather than a single next-token, one of the major problems has been reliably evaluating their generate…

Code Generation