paper-with-me

Papers

Assessing Bias in Metric Models for LLM Open-Ended Generation Bias Benchmarks

2024-10-14 · Nathaniel Demchak, Xin Guan, Zekun Wu, Ziyi Xu, Adriano Koshiyama, Emre Kazim

Open-generation bias benchmarks evaluate social biases in Large Language Models (LLMs) by analyzing their outputs. However, the classifiers used in analysis often have inherent biases, leading to unfair conclusions. This study examines such biases in open-generation benchmarks like BOLD and SAGED. Using the MGSD dataset, we conduct two experiments. The first uses counterfactuals to measure prediction variations across demographic groups by altering stereotype-related prefixes. The second applies explainability tools (SHAP) to validate that the observed biases stem from these counterfactuals. Results reveal unequal treatment of demographic descriptors, calling for more robust bias metric models.

📄 PDF Abstract BibTeX arXiv:2410.11059

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

BOLD: Dataset and Metrics for Measuring Biases in Open-Ended Language Generation

2021-01-27 · Jwala Dhamala, Tony Sun, Varun Kumar, Satyapriya Krishna 외

Recent advances in deep learning techniques have enabled machines to generate cohesive open-ended text when prompted with a sequence of words as context. While these models now empower many downstream applications from c…

BenchmarkingText Generation

A Judge-free LLM Open-ended Generation Benchmark Based on the Distributional Hypothesis

2025-02-13 · Kentaro Imajo, Masanori Hirano, Shuji Suzuki, Hiroaki Mikami

Evaluating the open-ended text generation of large language models (LLMs) is challenging because of the lack of a clear ground truth and the high cost of human or LLM-based assessments. We propose a novel benchmark that …

Text Generation

Challenges in Measuring Bias via Open-Ended Language Generation

2022-05-23 · NAACL (GeBNLP) 2022 7 · Afra Feyza Akyürek, Muhammed Yusuf Kocyigit, Sejin Paik, Derry Wijaya

Researchers have devised numerous ways to quantify social biases vested in pretrained language models. As some language models are capable of generating coherent completions given a set of textual prompts, several prompt…

Language ModelingLanguage ModellingText Generation

Investigating Label Bias in Beam Search for Open-ended Text Generation

2020-05-22 · Liang Wang, Jinlong Liu, Jingming Liu

Beam search is an effective and widely used decoding algorithm in many sequence-to-sequence (seq2seq) text generation tasks. However, in open-ended text generation, beam search is often found to produce repetitive and ge…

Response GenerationText Generation

Quantifying Exposure Bias for Open-ended Language Generation

2020-09-28 · Tianxing He, Jingzhao Zhang, Zhiming Zhou, James R. Glass

The exposure bias problem refers to the incrementally distorted generation induced by the training-generation discrepancy, in teacher-forcing training for auto-regressive neural network language models (LM). It has been …

Text Generation