Papers › Eliciting Informative Text Evaluations with Large Language Models

Eliciting Informative Text Evaluations with Large Language Models

23 May 2024arXiv:2405.15077archive 2025-07-28

Yuxuan Lu, Shengwei Xu, Yichi Zhang, Yuqing Kong, Grant Schoenebeck

Peer prediction mechanisms motivate high-quality feedback with provable guarantees. However, current methods only apply to rather simple reports, like multiple-choice or scalar numbers. We aim to broaden these techniques to the larger domain of text-based reports, drawing on the recent developments in large language models. This vastly increases the applicability of peer prediction mechanisms as textual feedback is the norm in a large variety of feedback channels: peer reviews, e-commerce customer reviews, and comments on social media. We introduce two mechanisms, the Generative Peer Prediction Mechanism (GPPM) and the Generative Synopsis Peer Prediction Mechanism (GSPPM). These mechanisms utilize LLMs as predictors, mapping from one agent's report to a prediction of her peer's report. Theoretically, we show that when the LLM prediction is sufficiently accurate, our mechanisms can incentivize high effort and truth-telling as an (approximate) Bayesian Nash equilibrium. Empirically, we confirm the efficacy of our mechanisms through experiments conducted on two real datasets: the Yelp review dataset and the ICLR OpenReview dataset. We highlight the results that on the ICLR dataset, our mechanisms can differentiate three quality levels -- human-written reviews, GPT-4-generated reviews, and GPT-3.5-generated reviews in terms of expected scores. Additionally, GSPPM penalizes LLM-generated reviews more effectively than GPPM.

PaperPDFCodeCode Syntology ran

In Syntology 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="2405.15077")

Code

Syntology Ran 10 of 14 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 8 ran with no contract checked.

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

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

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

2ran · our draft was wrong
8ran
4unverified

Licence: 14 of the 14 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 yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models. “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.

extract_element_text yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/pdf_management/pdfparser.py official repository ran CC-BY-4.0 · pointer only · 90432c0bdc5cd3dd · report
fetch_from_cache yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/experiments/utils.py official repository ran fingerprinted CC-BY-4.0 · pointer only · 5a1a20f1d1feda8f · report
gen_two_pos yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/experiments/baseline.py official repository ran fingerprinted CC-BY-4.0 · pointer only · 769e6af963c596c3 · report
generate_cache_key yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/experiments/utils.py official repository ran CC-BY-4.0 · pointer only · a98a2c012cac1092 · report
get_article_title yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/pdf_management/pdfparser.py official repository ran CC-BY-4.0 · pointer only · 3b43b1aabeb844e6 · report
get_section_text yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/pdf_management/pdfparser.py official repository ran CC-BY-4.0 · pointer only · b68c58dce0510cc0 · report
parse_review_summary yx-lu/eliciting-informative-text-evaluations-with-large-language-models/experiments/direct.py official repository ran · our draft was wrong fingerprinted CC-BY-4.0 · pointer only · 6c4e4df7a400e23a · report
remove_half_lines yx-lu/eliciting-informative-text-evaluations-with-large-language-models/experiments/direct.py official repository ran · our draft was wrong fingerprinted CC-BY-4.0 · pointer only · d6b82917310bb5fd · report
save_to_cache yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/experiments/utils.py official repository ran CC-BY-4.0 · pointer only · 3baf07c6128dd911 · report
to_ascii yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/openreview/gen_dataset.py official repository ran fingerprinted CC-BY-4.0 · pointer only · 6eb67df219b6a1f1 · report
get_iclr2020_reviews yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/openreview/crawl.py official repository unverified CC-BY-4.0 · pointer only · 1112623cc2238462 · report
get_pridiction_score yx-lu/eliciting-informative-text-evaluations-with-large-language-models/experiments/direct.py official repository unverified CC-BY-4.0 · pointer only · f4c891c85cf99011 · report
get_review_summary yx-lu/eliciting-informative-text-evaluations-with-large-language-models/experiments/direct.py official repository unverified CC-BY-4.0 · pointer only · bf386b23c0697873 · report
get_score yx-lu/Eliciting-Informative-Text-Evaluations-with-Large-Language-Models/experiments/baseline.py official repository unverified CC-BY-4.0 · pointer only · fc5eb58baae10b8a · report

Tasks

Multiple-choicePrediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBPECosine AnnealingDense ConnectionsDropoutGPT-3Layer NormalizationLinear LayerLinear Warmup With Cosine AnnealingMulti-Head AttentionResidual ConnectionSoftmaxWeight Decay

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