paper-with-me

홈 › Papers

Grep-BiasIR: A Dataset for Investigating Gender Representation-Bias in Information Retrieval Results

2022-01-19 · Klara Krieg, Emilia Parada-Cabaleiro, Gertraud Medicus, Oleg Lesota, Markus Schedl, Navid Rekabsaz

The provided contents by information retrieval (IR) systems can reflect the existing societal biases and stereotypes. Such biases in retrieval results can lead to further establishing and strengthening stereotypes in society and also in the systems. To facilitate the studies of gender bias in the retrieval results of IR systems, we introduce Gender Representation-Bias for Information Retrieval (Grep-BiasIR), a novel thoroughly-audited dataset consisting of 118 bias-sensitive neutral search queries. The set of queries covers a wide range of gender-related topics, for which a biased representation of genders in the search result can be considered as socially problematic. Each query is accompanied with one relevant and one non-relevant document, where the document is also provided in three variations of female, male, and neutral. The dataset is available at https://github.com/KlaraKrieg/GrepBiasIR.

📄 PDF Abstract BibTeX arXiv:2201.07754

Code (1)

klarakrieg/grepbiasir 공식 구현

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Careful Selection and Thoughtful Discarding: Graph Explicit Pooling Utilizing Discarded Nodes

2023-11-21 · Chuang Liu, Wenhang Yu, Kuang Gao, Xueqi Ma 외

Graph pooling has been increasingly recognized as crucial for Graph Neural Networks (GNNs) to facilitate hierarchical graph representation learning. Existing graph pooling methods commonly consist of two stages: selectin…

Graph Representation LearningRepresentation Learning

Investigating the Impact of Gender Representation in ASR Training Data: a Case Study on Librispeech

2021-08-01 · ACL (GeBNLP) 2021 8 · Mahault Garnerin, Solange Rossato, Laurent Besacier

In this paper we question the impact of gender representation in training data on the performance of an end-to-end ASR system. We create an experiment based on the Librispeech corpus and build 3 different training corpor…

Investigating the Roots of Gender Bias in Machine Translation: Observations on Gender Transfer between French and English

2022-01-16 · ACL ARR January 2022 1 · Anonymous

This paper aims at identifying the inner mechanisms that make a translation model choose a masculine rather than a feminine form, an essential step to mitigate gender bias in MT. We conduct two series of experiments u…

Machine TranslationTranslation

CodeGrep: An RL-Trained Retrieval Agent for LLM Coding Agents

2026-08-06 · Wuya Chen, Yihao yang, Yang Cao, Yue Lin arxiv

Modern LLM coding agents such as Claude Code and OpenHands share a common inefficiency: they spend much of their token budget finding the file to patch, rather than patching it. On SWE-Bench Verified, a 30B OpenHands age…

MutaGReP: Execution-Free Repository-Grounded Plan Search for Code-Use

2025-02-21 · Zaid Khan, Ali Farhadi, Ranjay Krishna, Luca Weihs 외

When a human requests an LLM to complete a coding task using functionality from a large code repository, how do we provide context from the repo to the LLM? One approach is to add the entire repo to the LLM's context win…

Navigate