SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2404.03134 · 2024

Robust Pronoun Fidelity with English LLMs: Are they Reasoning, Repeating, or Just Biased?

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
uds-lsv/robust-pronoun-fidelity canonical 3 of 3
FunctionStatusWhere it lives
get_mask_token Ran uds-lsv/robust-pronoun-fidelity/scripts/score_models.py
pointer only (licence: AGPL-3.0) · get_code("01f7934e47e548f1")
get_output_line Ran uds-lsv/robust-pronoun-fidelity/scripts/add_context.py
pointer only (licence: AGPL-3.0) · get_code("08ce9f44fb0f186c")
instantiate_template Ran uds-lsv/robust-pronoun-fidelity/scripts/add_context.py
pointer only (licence: AGPL-3.0) · get_code("8a2b4155f22d86aa")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Robust, faithful and harm-free pronoun use for individuals is an important goal for language model development as their use increases, but prior work tends to study only one or two of these characteristics at a time. To measure progress towards the combined goal, we introduce the task of pronoun fidelity: given a context introducing a co-referring entity and pronoun, the task is to reuse the correct pronoun later. We present RUFF, a carefully-designed dataset of over 5 million instances to measure robust pronoun fidelity in English, and we evaluate 37 model variants from nine popular families, across architectures (encoder-only, decoder-only and encoder-decoder) and scales (11M-70B parameters). When an individual is introduced with a pronoun, models can mostly faithfully reuse this pronoun in the next sentence, but they are significantly worse with she/her/her, singular they and neopronouns. Moreover, models are easily distracted by non-adversarial sentences discussing other people; even one sentence with a distractor pronoun causes accuracy to drop on average by 34 percentage points. Our results show that pronoun fidelity is not robust, in a simple, naturalistic setting where humans achieve nearly 100% accuracy. We encourage researchers to bridge the gaps we find and to carefully evaluate reasoning in settings where superficial repetition might inflate perceptions of model performance.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2404.03134")
get_code_for_paper("2404.03134")
have("2404.03134")

Connect an agent — have() is free.