Papers › Can Large Language Models Capture Dissenting Human Voices?

Can Large Language Models Capture Dissenting Human Voices?

23 May 2023arXiv:2305.13788archive 2025-07-28

Noah Lee, Na Min An, James Thorne

Large language models (LLMs) have shown impressive achievements in solving a broad range of tasks. Augmented by instruction fine-tuning, LLMs have also been shown to generalize in zero-shot settings as well. However, whether LLMs closely align with the human disagreement distribution has not been well-studied, especially within the scope of natural language inference (NLI). In this paper, we evaluate the performance and alignment of LLM distribution with humans using two different techniques to estimate the multinomial distribution: Monte Carlo Estimation (MCE) and Log Probability Estimation (LPE). As a result, we show LLMs exhibit limited ability in solving NLI tasks and simultaneously fail to capture human disagreement distribution. The inference and human alignment performances plunge even further on data samples with high human disagreement levels, raising concerns about their natural language understanding (NLU) ability and their representativeness to a larger human population. The source code for the experiments is available at https://github.com/xfactlab/emnlp2023-LLM-Disagreement

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2305.13788")

Code

Syntology Ran 1 of 28 code samples harvested from 2 repositories linked to this paper; 27 have no recorded run. Of those that ran: 1 ran · violated contract.

By repository: official repository: 18 samples from 1 repository, 1 ran; found in paper text by Syntology: 10 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xfactlab/emnlp2023-llm-disagreement officialmentioned in papermentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

28 samples harvested; 1 ran; 0 honoured the contract we drafted; 27 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · violated contract
27unverified

Licence: 0 of the 28 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

str2bool xfactlab/emnlp2023-LLM-Disagreement/preprocess.py official repository ran · violated contract MIT (permissive) · 7c508037b40522af · report
dict_postprocess xfactlab/emnlp2023-LLM-Disagreement/sample.py official repository unverified MIT (permissive) · 6c55f5bfb0365f70 · report
dict_postprocess xfactlab/emnlp2023-llm-disagreement/utils/processing.py official repository unverified MIT (permissive) · 5c81be5eb68c1209 · report
entropy_sample xfactlab/emnlp2023-LLM-Disagreement/sample.py official repository unverified MIT (permissive) · a536795ec1c148df · report
generate_openai xfactlab/emnlp2023-LLM-Disagreement/utils/generation.py official repository unverified MIT (permissive) · e5b0490b427152f2 · report
generate_prompt_template xfactlab/emnlp2023-LLM-Disagreement/utils/prompts.py official repository unverified MIT (permissive) · e31192c49a763711 · report
jensen_shannon xfactlab/emnlp2023-LLM-Disagreement/utils/metrics.py official repository unverified MIT (permissive) · 40756590747738d4 · report
kl_divergence xfactlab/emnlp2023-LLM-Disagreement/utils/metrics.py official repository unverified MIT (permissive) · cfd7ee739cccf02d · report
load_data xfactlab/emnlp2023-LLM-Disagreement/preprocess.py official repository unverified MIT (permissive) · 3bf33362230ed1a5 · report
load_json xfactlab/emnlp2023-LLM-Disagreement/preprocess.py official repository unverified MIT (permissive) · 7eb40d424f4306a5 · report
load_model xfactlab/emnlp2023-LLM-Disagreement/utils/models.py official repository unverified MIT (permissive) · df8175311a751726 · report
option_postprocess xfactlab/emnlp2023-LLM-Disagreement/utils/processing.py official repository unverified MIT (permissive) · 003e5dada7af2bae · report
preprocess_data xfactlab/emnlp2023-LLM-Disagreement/utils/visualize.py official repository unverified MIT (permissive) · c501787fde562c3c · report
preprocess_data_Nie xfactlab/emnlp2023-LLM-Disagreement/utils/visualize.py official repository unverified MIT (permissive) · 444acbf63a2aed61 · report
prompt_fs_generator xfactlab/emnlp2023-LLM-Disagreement/utils/prompts.py official repository unverified MIT (permissive) · 425c2228b8849976 · report
prompt_generator xfactlab/emnlp2023-LLM-Disagreement/utils/prompts.py official repository unverified MIT (permissive) · 6e27415d7d2bdc18 · report
random_sample xfactlab/emnlp2023-LLM-Disagreement/sample.py official repository unverified MIT (permissive) · 2163e5e3c4bcebcd · report
relative_entropy xfactlab/emnlp2023-LLM-Disagreement/utils/metrics.py official repository unverified MIT (permissive) · 7e736694212e7c19 · report
collapse_related_tasks google-research/FLAN/flan/task_splits.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 206789c8dcfa3c19 · report
enumerate_items google-research/FLAN/flan/tasks.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fc3cbdfde1b3cc50 · report
format_from_feature_dictionary google-research/FLAN/flan/preprocessors.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 48f4ea4298ef92ff · report
is_superglue_task google-research/FLAN/flan/task_splits.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f92e9e42a889c8dd · report
negate google-research/FLAN/flan/preprocessors.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e435cf490873e109 · report
parse_glm_qa_answer google-research/FLAN/flan/postprocessors.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 486ad3a49d33036e · report
remove_input_patterns_options google-research/FLAN/flan/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 252eaeffae9c5998 · report
remove_leading_quotes_and_spaces google-research/FLAN/flan/postprocessors.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7d7424269c38356a · report
t_name_to_flan_pattern_name google-research/FLAN/flan/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0688ceac63ea3074 · report
tokenize google-research/FLAN/flan/preprocessors.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a0c365753489d524 · report

Tasks

Natural Language InferenceNatural Language Understanding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNfail

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections