REVIEW 3 major objections 5 minor 38 references
HREF: Human Response-Guided Evaluation of Instruction Following in Language Models
T0 review · 3 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read The paper claims that adding a human-written reference to an LLM judge's prompt improves agreement with human preference judgments, and uses that finding to build the HREF benchmark with a private test set and task-level scores.
desk verdict Good benchmark, clever idea; headline agreement gains are selected in-sample and need a held-out check. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing device is the composite evaluation setup. For each of the 11 task categories, the authors compare LLM-as-a-Judge, LLM-as-a-Judge-with-human-reference, and embedding-based similarity to the human reference, and select the method with the highest leave-one-out agreement against four human annotations per instance. The human reference enters the judge prompt as extra context, not as the output to reproduce, and tie judgments are allowed; RoBERTa-Large provides the embedding similarity when that method wins. This per-category selection is what lets HREF report task-level win rates while keeping a single headline reliability number.
What would settle it
Split the 438-instruction human agreement set by category into method-selection and validation halves, or collect a fresh human-annotated set of equal size, and test whether the per-category winners and the 69.4% composite agreement replicate; if a plain Llama-3.1-70B judge without human reference matches or beats the composite on the held-out half, the central reliability claim fails. Alternatively, once human labels for a sample of the private 4,258-instruction set become available, recompute composite agreement on those held-out instances.
Extended reading notes
Core claim
Using human-written responses as reference context, rather than as a gold answer to be matched, improves the reliability of LLM-based judges of instruction following. Across the 438-instruction human agreement set, LLM-as-a-Judge with a human reference outperforms the same judge without it for capable judges, and the composite method that selects the best evaluator per category—Llama-3.1-70B-Instruct as judge, human reference in the prompt, or RoBERTa embedding similarity in open-ended categories—reaches a leave-one-out agreement rate of 69.4% with human annotations. That is 2.4 points higher than the human annotators' own inner-agreement rate of 67.0%. The authors also report that judge models, when directly asked to compare a model response against a human response, strongly prefer the model response, so the human reference should be used as a complementary context rather than as the sole comparison target.
Load-bearing premise
The composite method's winning per-category choices and the headline 69.4% agreement are both computed on the same 438-instruction human agreement set, where each category has only about 40 instances, so the claim assumes that these selections, and the agreement rate itself, hold up on the separate 4,258-instruction private evaluation set.
Editorial extensions
If this is right
- Adding a human-written reference response to LLM judge prompts raises agreement with human preference judgments by up to 3.2% across the evaluated instruction-following tasks.
- The per-category composite evaluator using Llama-3.1-70B-Instruct reaches 69.4% leave-one-out agreement with human annotations, 2.4 points above the human annotators' inner agreement rate.
- Because HREF uses open-weight models for both baseline and judge and keeps its 4,258-instruction evaluation set private, it avoids both direct test-set leakage and the indirect contamination that comes from sending test prompts to closed API models.
- Task-level scores reveal uneven strengths: Mistral-Large-Instruct-2407 has the best overall expected win rate on the initial 37-model run yet performs poorly on Open QA, illustrating the benchmark's stated purpose of surfacing skill-specific gaps.
- Model rankings on the public 430-instruction development set correlate strongly (0.98 Spearman) with rankings on the private evaluation set, supporting the use of the development set for fast iteration.
Reading between the lines
- Editorial: If the orthogonal-perspective explanation is right, adding more than one human-written reference per instruction, or references written by different human annotators, should push agreement higher still—an extension the paper does not test.
- Editorial: The per-category selection is made on the same 438-instruction set whose agreement rates are then reported as the headline result; a holdout-based replication with a fresh human-annotated set would be the natural check of whether the 69.4% figure transfers.
- Editorial: Because human annotators themselves agree only 67.0% under leave-one-out, an automatic evaluator has a low ceiling against today's annotation protocol; disagreement-aware aggregation, such as weighting by annotator confidence, might be a more informative target than the mode-based agreement used here.
- Editorial: The finding that judges prefer model-written responses when directly compared against human responses suggests reference-guided evaluation could be misused if someone treats the human response as a gold answer; the paper's setup carefully avoids that, and future benchmarks should keep the same distinction.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes HREF, a new instruction-following benchmark with 4,258 private instructions across 11 task categories, human-written reference responses, and a composite automatic evaluation that selects the most reliable pairwise evaluation method per category. The authors construct a 438-instruction human agreement set with four preference annotations per instance from a separate annotator group, and use it to compare LLM-as-a-judge, embedding-based, perplexity, and heuristic methods. Their central empirical claims are that including human-written responses as additional context improves agreement with human judges by up to 3.2%, and that the composite method with Llama-3.1-70B-Instruct reaches 69.4% leave-one-out agreement, outperforming the human annotators' inner agreement rate by 2.4%. They also analyze design choices such as judge model, baseline model, prompt template, and evaluation-set size, and they release a public development set, evaluation code, and a private leaderboard.
Significance. If the main claims hold, HREF would be a useful community resource: it is the largest task-oriented instruction-following benchmark with a private test set, uses open-weight models as judge and baseline for reproducibility and contamination resistance, and provides per-category results that can guide model development. The experimental design has notable strengths: a diverse model pool of 32 models, explicit length-controlled response sampling, four human annotations per instance, and an annotator group distinct from the response writers. The paper also releases code and data, and its development-set-to-evaluation-set correlation check is a sensible validation step. However, the headline reliability numbers are weakened by the fact that the composite method is selected and evaluated on the same 438-instruction set, so the quantitative claims require additional out-of-sample or bias-corrected evidence before they can be accepted at face value.
major comments (3)
- [Section 2.1 and Table 2] The headline composite agreement is an in-sample maximum. The composite method is constructed by selecting, for each of the 11 categories, the evaluation method with the highest agreement in Table 2, and the same 438-instruction human agreement set is then used to report the 69.4% composite agreement and the 2.4% margin over human annotators in Section 3.1. With roughly 40 instructions per category (Figure 5, right), the per-category differences among methods are within sampling noise, and selecting the maximum per category introduces optimistic selection bias. The paper provides no held-out human preference data, no cross-validation estimate, and no confidence intervals for these differences. Since the 4,258-instruction private evaluation set has no human annotations, the reliability of the composite method on new instructions is not directly measured; the authors should add a bias-corrected estimate, such as leave-one-category-out or a small human-annotated validation sample from the evaluation set, before relying on the 3.2% and 2.4% claims.
- [Section 5.2, Table 6 and Table 4] There is an internal inconsistency about whether the development set has human annotations. Table 4 states that the Development set has no human annotations, but Section 5.2 reports 'Human Agreement Rate' for four prompt templates evaluated on the development set. If these rates were computed on the 438-instruction agreement set instead, the text should say so explicitly; if they were computed on the development set, then Table 4 is incorrect. This matters because the prompt-template comparison is used to justify the choice of Prompt A, so the source of the agreement numbers must be unambiguous.
- [Section 4.3] The reported development-set-to-evaluation-set correlation (Spearman 0.98, Pearson 0.99) is only a consistency check between two automatic evaluation pipelines; it does not validate that the composite method agrees with human judges on the private evaluation set. The authors should clarify this in the text, since otherwise readers may interpret the high correlation as evidence that the reliability established on the 438-instruction agreement set transfers to the larger private set, which is not directly shown.
minor comments (5)
- [Title and Section 1] The paper uses 'Human Response-Guided Evaluation' in the title and abstract but introduces the benchmark as 'Human Reference-guided Evaluation of instruction Following (HREF)' in Section 1; please unify the terminology.
- [Table 2 caption] The caption says 'Bold numbers are the highest numbers with Llama-3.1-70B-Instruct for each categories'; this phrasing is ambiguous about whether bold marks the best method overall in each category or the best among the Llama-70B methods.
- [Section 5.2] In the sentence 'the strong correlation between our prompt (Prompt D) and AlpacaEval’s prompt (Prompt A)', the prompt labels appear to be swapped relative to Table 6, where Prompt A is the HREF prompt and Prompt D is the AlpacaEval-style prompt.
- [Appendix C] The parsing description says 'a' is mapped to 0 and 'b' or 'tie' to 1; please clarify whether a tie is deliberately treated as a win in the expected-win-rate computation, consistent with Section 4.2, or whether this mapping is only for the agreement-rate calculation.
- [Throughout] There are several typos and grammatical errors, including 'using by using' (Section 1), 'defination' (Appendix B.2), 'poolly' (Section 4.3), 'migrate such risk' (Section 6), and 'Appendex' (Section 4.3 caption); a careful proofreading pass is recommended.
Circularity Check
Per-category composite method is selected on the 438-instruction human agreement set and its 69.4% agreement is then reported on the same set, making the composite's headline gains partly in-sample selection artifacts rather than held-out predictions.
-
fitted input called prediction
[Section 2.1.2 / Section 2.2 / Section 3.1, Table 2]
"To enable such a comparison, we built a dataset with human annotated preferences ... We refer to this dataset as the human agreement set and it is a subset of the final dataset described in Section 4. ... Composite select the best method from LLM-as-a-Judge, LLM-as-a-Judge with human response, and embedding-based methods for each category. ... Bold numbers are the highest numbers with Llama-3.1-70B-Instruct for each categories, and we choose their corresponding methods to form the final composite method. ..."
The per-category method is fitted as the maximum-agreement entry on the 438-instruction human agreement set (Table 2), and the composite's 69.4% 'All' agreement and the 2.4% margin over annotator inner agreement are then computed on that same set. Because the composite applies an argmax over candidate methods in each category, its aggregate agreement on the fitting set is mathematically guaranteed to be at least as high as every single method's aggregate, so the reported superiority over Llama-3.1-70B with human reference (67.9%) is partly a selection artifact, not an out-of-sample estimate. No held-out human-annotated data validates the composite: Table 4 marks the 430-instruction development set and the 4,258-instruction private evaluation set as unannotated ('✗').
full rationale
The core comparison of evaluation methods is grounded in external human preference annotations collected from a separate annotator group (Section 2.1.2), so the central observation that human-written references improve LLM-judge agreement is an empirical, falsifiable measurement rather than a self-derivation. There is no load-bearing self-citation chain or imported uniqueness theorem. The main circularity-adjacent problem is confined to the composite construction: the per-category method (and thereby the 69.4% composite agreement reported in Section 3.1, as well as the Llama-3.1-70B judge choice revisited in Section 5.1) is selected and then evaluated on the same 438-instance human agreement set, so part of the reported gain over single methods is guaranteed by the argmax operation. An additional internal inconsistency weakens the independent evidence: Section 5.2 reports 'Human Agreement Rate' for prompts compared 'on our development set' (Table 6), while Table 4 lists the development set as having no annotations ('✗'), removing a would-be external check of the prompt design. Because the main direction of the derivation is externally grounded and only the composite's headline margin is in-sample-fitted, the partial circularity score is moderate rather than extreme.
Assumptions & free parameters
free parameters (2)
- Per-category evaluation method selection =
Best method per category from Table 2 (e.g., Llama-70B judge with human reference for CQA, RoBERTa embedding for Fact…
- Judge model choice =
Llama-3.1-70B-Instruct
assumptions (5)
- domain assumption Human preference annotations from 16 screened annotators, with 4 annotations per instance, are an unbiased gold standard for instruction-following quality.
- domain assumption The 11-category InstructGPT taxonomy covers the relevant space of instruction-following tasks and is balanced enough for per-category method selection.
- standard math Leave-One-Out agreement on 4 annotations, with random tie-breaking for modes, reliably measures method quality.
- domain assumption Human-written references from No Robots and hired experts are high quality and independent of the preference annotators.
- domain assumption Using open-weight Llama models as judge and baseline prevents test-set contamination through API-based distillation.
Cite this review
Pith. "Pith review of HREF: Human Response-Guided Evaluation of Instruction Following in Language Models." pith.science (2026). https://pith.science/paper/2RONHCQL
@misc{pith2026241215524,
author = {Pith},
title = {Pith review of: HREF: Human Response-Guided Evaluation of Instruction Following in Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/2RONHCQL}},
note = {Machine review of arXiv:2412.15524}
}
read the original abstract
Evaluating the capability of Large Language Models (LLMs) in following instructions has heavily relied on a powerful LLM as the judge, introducing unresolved biases that deviate the judgments from human judges. In this work, we reevaluate various choices for automatic evaluation on a wide range of instruction-following tasks. We experiment with methods that leverage human-written responses and observe that they enhance the reliability of automatic evaluations across a wide range of tasks, resulting in up to a 3.2% improvement in agreement with human judges. We also discovered that human-written responses offer an orthogonal perspective to model-generated responses in following instructions and should be used as an additional context when comparing model responses. Based on these observations, we develop a new evaluation benchmark, Human Response-Guided Evaluation of Instruction Following (HREF), comprising 4,258 samples across 11 task categories with a composite evaluation setup, employing a composite evaluation setup that selects the most reliable method for each category. In addition to providing reliable evaluation, HREF emphasizes individual task performance and is free from contamination. Finally, we study the impact of key design choices in HREF, including the size of the evaluation set, the judge model, the baseline model, and the prompt template. We host a live leaderboard that evaluates LLMs on the private evaluation set of HREF.
Figures
Figures from the paper (12 more)
Reference graph
Works this paper leans on
-
[1]
Phi-3 technical report: A highly capable language model locally on your phone
Marah Abdin, Sam Ade Jacobs, Ammar Ahmad Awan, Jyoti Aneja, Ahmed Awadallah, Hany Awadalla, Nguyen Bach, Amit Bahree, Arash Bakhtiari, Harkirat Behl, et al. Phi-3 technical report: A highly capable language model locally on your phone. arXiv preprint arXiv:2404.14219, 2024
arXiv 2024
-
[2]
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[3]
Jinze Bai, Shuai Bai, Yunfei Chu, Zeyu Cui, Kai Dang, Xiaodong Deng, Yang Fan, Wenbin Ge, Yu Han, Fei Huang, et al. Qwen technical report. arXiv preprint arXiv:2309.16609, 2023
arXiv 2023
-
[4]
Meteor: An automatic metric for mt evaluation with improved correlation with human judgments
Satanjeev Banerjee and Alon Lavie. Meteor: An automatic metric for mt evaluation with improved correlation with human judgments. In Proceedings of the acl workshop on intrinsic and extrinsic evaluation measures for machine translation and/or summarization, pp.\ 65--72, 2005
2005
-
[5]
Pythia: A suite for analyzing large language models across training and scaling
Stella Biderman, Hailey Schoelkopf, Quentin Gregory Anthony, Herbie Bradley, Kyle O’Brien, Eric Hallahan, Mohammad Aflah Khan, Shivanshu Purohit, USVSN Sai Prashanth, Edward Raff, et al. Pythia: A suite for analyzing large language models across training and scaling. In International Conference on Machine Learning, pp.\ 2397--2430. PMLR, 2023
2023
-
[6]
Language models are few-shot learners
Tom B Brown. Language models are few-shot learners. arXiv preprint arXiv:2005.14165, 2020
arXiv 2005
-
[7]
Gonzalez, Ion Stoica, and Eric P
Wei-Lin Chiang, Zhuohan Li, Zi Lin, Ying Sheng, Zhanghao Wu, Hao Zhang, Lianmin Zheng, Siyuan Zhuang, Yonghao Zhuang, Joseph E. Gonzalez, Ion Stoica, and Eric P. Xing. Vicuna: An open-source chatbot impressing gpt-4 with 90\ URL https://lmsys.org/blog/2023-03-30-vicuna/
2023
-
[8]
Gonzalez, and Ion Stoica
Wei-Lin Chiang, Lianmin Zheng, Ying Sheng, Anastasios Nikolas Angelopoulos, Tianle Li, Dacheng Li, Hao Zhang, Banghua Zhu, Michael Jordan, Joseph E. Gonzalez, and Ion Stoica. Chatbot arena: An open platform for evaluating llms by human preference, 2024
2024
Show all 38 references
-
[9]
Free dolly: Introducing the world’s first truly open instruction-tuned llm
Mike Conover, Matt Hayes, Ankit Mathur, Jianwei Xie, Jun Wan, Sam Shah, Ali Ghodsi, Patrick Wendell, Matei Zaharia, and Reynold Xin. Free dolly: Introducing the world’s first truly open instruction-tuned llm. Company Blog of Databricks, 2023
2023
-
[10]
The llama 3 herd of models
Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Amy Yang, Angela Fan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[11]
Length-controlled alpacaeval: A simple way to debias automatic evaluators
Yann Dubois, Bal \'a zs Galambosi, Percy Liang, and Tatsunori B Hashimoto. Length-controlled alpacaeval: A simple way to debias automatic evaluators. arXiv preprint arXiv:2404.04475, 2024
2024 arXiv
-
[12]
Prolific first, 2014
Prolific First. Prolific first, 2014. URL https://www.prolific.com/
2014
-
[13]
Koala: A dialogue model for academic research
Xinyang Geng, Arnav Gudibande, Hao Liu, Eric Wallace, Pieter Abbeel, Sergey Levine, and Dawn Song. Koala: A dialogue model for academic research. Blog post, April 2023. URL https://bair.berkeley.edu/blog/2023/04/03/koala/
2023
-
[14]
Olmo: Accelerating the science of language models
Dirk Groeneveld, Iz Beltagy, Pete Walsh, Akshita Bhagia, Rodney Kinney, Oyvind Tafjord, Ananya Harsh Jha, Hamish Ivison, Ian Magnusson, Yizhong Wang, et al. Olmo: Accelerating the science of language models. arXiv preprint arXiv:2402.00838, 2024
2024 arXiv
-
[15]
Mistral 7b
Albert Q Jiang, Alexandre Sablayrolles, Arthur Mensch, Chris Bamford, Devendra Singh Chaplot, Diego de las Casas, Florian Bressand, Gianna Lengyel, Guillaume Lample, Lucile Saulnier, et al. Mistral 7b. arXiv preprint arXiv:2310.06825, 2023
-
[16]
T " ulu 3: Pushing frontiers in open language model post-training
Nathan Lambert, Jacob Morrison, Valentina Pyatkin, Shengyi Huang, Hamish Ivison, Faeze Brahman, Lester James V Miranda, Alisa Liu, Nouha Dziri, Shane Lyu, et al. T " ulu 3: Pushing frontiers in open language model post-training. arXiv preprint arXiv:2411.15124, 2024
2024 arXiv
-
[17]
From crowdsourced data to high-quality benchmarks: Arena-hard and benchbuilder pipeline
Tianle Li, Wei-Lin Chiang, Evan Frick, Lisa Dunlap, Tianhao Wu, Banghua Zhu, Joseph E Gonzalez, and Ion Stoica. From crowdsourced data to high-quality benchmarks: Arena-hard and benchbuilder pipeline. arXiv preprint arXiv:2406.11939, 2024
2024 arXiv
-
[18]
Hashimoto
Xuechen Li, Tianyi Zhang, Yann Dubois, Rohan Taori, Ishaan Gulrajani, Carlos Guestrin, Percy Liang, and Tatsunori B. Hashimoto. Alpacaeval: An automatic evaluator of instruction-following models. https://github.com/tatsu-lab/alpaca_eval, 5 2023
2023
-
[19]
Wildbench: Benchmarking llms with challenging tasks from real users in the wild
Bill Yuchen Lin, Yuntian Deng, Khyathi Chandu, Faeze Brahman, Abhilasha Ravichander, Valentina Pyatkin, Nouha Dziri, Ronan Le Bras, and Yejin Choi. Wildbench: Benchmarking llms with challenging tasks from real users in the wild. arXiv preprint arXiv:2406.04770, 2024
2024 arXiv
-
[20]
Rouge: A package for automatic evaluation of summaries
Chin-Yew Lin. Rouge: A package for automatic evaluation of summaries. In Text summarization branches out, pp.\ 74--81, 2004
2004
-
[21]
Roberta: A robustly optimized BERT pretraining approach
Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. Roberta: A robustly optimized BERT pretraining approach. CoRR, abs/1907.11692, 2019. URL http://arxiv.org/abs/1907.11692
1907 arXiv
-
[22]
Hybrid preferences: Learning to route instances for human vs
Lester James V Miranda, Yizhong Wang, Yanai Elazar, Sachin Kumar, Valentina Pyatkin, Faeze Brahman, Noah A Smith, Hannaneh Hajishirzi, and Pradeep Dasigi. Hybrid preferences: Learning to route instances for human vs. ai feedback. arXiv preprint arXiv:2410.19133, 2024
-
[23]
Training language models to follow instructions with human feedback
Long Ouyang, Jeffrey Wu, Xu Jiang, Diogo Almeida, Carroll Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, et al. Training language models to follow instructions with human feedback. In NeurIPS, 2022
2022
-
[24]
Bleu: a method for automatic evaluation of machine translation
Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu. Bleu: a method for automatic evaluation of machine translation. In Proceedings of the 40th annual meeting of the Association for Computational Linguistics, pp.\ 311--318, 2002
2002
-
[25]
Instruction tuning with gpt-4
Baolin Peng, Chunyuan Li, Pengcheng He, Michel Galley, and Jianfeng Gao. Instruction tuning with gpt-4. arXiv preprint arXiv:2304.03277, 2023
2023 arXiv
-
[26]
Rush, and Thomas Wolf
Nazneen Rajani, Lewis Tunstall, Edward Beeching, Nathan Lambert, Alexander M. Rush, and Thomas Wolf. No robots. https://huggingface.co/datasets/HuggingFaceH4/no_robots, 2023
2023
-
[27]
Llama 2: Open foundation and fine-tuned chat models
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, et al. Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288, 2023
2023 arXiv
-
[28]
Self-instruct: Aligning language models with self-generated instructions
Yizhong Wang, Yeganeh Kordi, Swaroop Mishra, Alisa Liu, Noah A Smith, Daniel Khashabi, and Hannaneh Hajishirzi. Self-instruct: Aligning language models with self-generated instructions. arXiv preprint arXiv:2212.10560, 2022
2022 arXiv
-
[29]
Wizard LM : Empowering large pre-trained language models to follow complex instructions
Can Xu, Qingfeng Sun, Kai Zheng, Xiubo Geng, Pu Zhao, Jiazhan Feng, Chongyang Tao, Qingwei Lin, and Daxin Jiang. Wizard LM : Empowering large pre-trained language models to follow complex instructions. In The Twelfth International Conference on Learning Representations, 2024. ...
2024
-
[30]
Yi: Open foundation models by 01
Alex Young, Bei Chen, Chao Li, Chengen Huang, Ge Zhang, Guanwei Zhang, Heng Li, Jiangcheng Zhu, Jianqun Chen, Jing Chang, et al. Yi: Open foundation models by 01. ai. arXiv preprint arXiv:2403.04652, 2024
2024 arXiv
-
[31]
Bertscore: Evaluating text generation with bert
Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q Weinberger, and Yoav Artzi. Bertscore: Evaluating text generation with bert. arXiv preprint arXiv:1904.09675, 2019
1904 arXiv
-
[32]
Wildchat: 1m chatgpt interaction logs in the wild
Wenting Zhao, Xiang Ren, Jack Hessel, Claire Cardie, Yejin Choi, and Yuntian Deng. Wildchat: 1m chatgpt interaction logs in the wild. arXiv preprint arXiv:2405.01470, 2024
2024 arXiv
-
[33]
Judging llm-as-a-judge with mt-bench and chatbot arena
Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric Xing, et al. Judging llm-as-a-judge with mt-bench and chatbot arena. Advances in Neural Information Processing Systems, 36: 0 46595--46623, 2023
2023
-
[34]
Lima: Less is more for alignment
Chunting Zhou, Pengfei Liu, Puxin Xu, Srinivasan Iyer, Jiao Sun, Yuning Mao, Xuezhe Ma, Avia Efrat, Ping Yu, Lili Yu, et al. Lima: Less is more for alignment. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[35]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[36]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[37]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[38]
Hide and Seek
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.