REVIEW 2 major objections 2 minor 56 cited by
Several open-source LLMs vary in accuracy by up to 76 points on the same few-shot task due to minor prompt formatting differences.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-05-17 01:55 UTC pith:2FLK2MWJ
load-bearing objection LLM few-shot accuracy can swing by up to 76 points from small prompt formatting changes, and FormatSpread gives a practical way to report ranges instead of single numbers. the 2 major comments →
Quantifying Language Models' Sensitivity to Spurious Features in Prompt Design or: How I learned to start worrying about prompt formatting
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Large language models exhibit extreme sensitivity to prompt formatting in few-shot settings, where minor changes that preserve meaning can alter performance by as much as 76 accuracy points on models like LLaMA-2-13B. This effect holds across increases in model size, number of shots, and even after instruction tuning. Analysis reveals weak correlation in format preferences across models, challenging the practice of evaluating and comparing models with a single fixed prompt format. The work introduces FormatSpread to efficiently sample and report performance ranges over plausible formats.
What carries the argument
FormatSpread, an algorithm that samples a set of plausible prompt formats for a task and computes the expected performance interval without requiring access to model weights.
Load-bearing premise
The tested formatting variations and the formats sampled by FormatSpread adequately represent the full space of meaning-preserving prompt designs that real users might employ.
What would settle it
Testing a much broader set of prompt formats on LLaMA-2-13B and finding performance variation substantially below 76 accuracy points would weaken the sensitivity claim.
If this is right
- Evaluations of LLMs should report performance ranges across multiple plausible prompt formats rather than single-point estimates.
- Direct comparisons between models using one fixed prompt format are unreliable because format performance correlates only weakly across models.
- Sensitivity to formatting persists even as models increase in size or receive instruction tuning.
- Researchers must consider a wider space of prompt designs when assessing model capabilities on few-shot tasks.
Where Pith is reading between the lines
- If format sensitivity reaches this level, many published benchmark scores may partly reflect the chosen formatting rather than intrinsic model ability.
- Applying FormatSpread to additional tasks and models could reveal whether the issue is concentrated in particular domains or architectures.
- One extension would be to check whether closed-source models accessed only via API show comparable sensitivity when FormatSpread is run through their interfaces.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims that several widely used open-source LLMs are extremely sensitive to subtle changes in prompt formatting in few-shot settings, with performance differences of up to 76 accuracy points on LLaMA-2-13B. Sensitivity persists across model sizes, few-shot example counts, and instruction tuning. The authors argue that single-format reporting is insufficient and propose FormatSpread, an algorithm that samples plausible prompt formats via atomic perturbations (separators, verbalizers, ordering) to report performance intervals without model weight access. They further show weak cross-model format correlations, questioning fixed-format model comparisons, and analyze the influence of specific perturbations on internal representations.
Significance. If the empirical results hold after addressing validation gaps, this work would meaningfully advance LLM evaluation methodology by demonstrating that prompt formatting can dominate reported accuracies and by providing a practical, model-agnostic tool (FormatSpread) for quantifying variability. It supplies concrete numbers across multiple models and regimes, supporting calls for range reporting over single-point estimates and highlighting risks in current benchmarking practices.
major comments (2)
- [§3 (FormatSpread)] §3 (FormatSpread description): The central claim that sampled formats are both plausible and meaning-preserving rests on the unvalidated assumption that combinations of atomic changes (e.g., bullet styles, newlines, label verbalizers) produce a representative distribution of user-like prompts. No human semantic-equivalence ratings, usage-log comparison, or external anchor is reported, which directly affects whether the 76-point spread on LLaMA-2-13B should be interpreted as genuine sensitivity or as an artifact of implausible tokenization/attention shifts.
- [Experimental results] Experimental setup and results sections: The headline sensitivity numbers and persistence claims lack reported details on data splits, number of evaluation runs per format, or statistical tests for the performance intervals. Without these, it is difficult to gauge whether the observed ranges are robust or sensitive to sampling variance in the FormatSpread procedure.
minor comments (2)
- [Abstract] Abstract: The maximum 76-point difference is stated without naming the specific task or dataset; adding this detail would improve immediate interpretability.
- [Analysis section] Analysis of atomic perturbations: The discussion of which formatting elements drive the largest changes could be strengthened by reporting effect sizes or ablation tables rather than qualitative observations alone.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive feedback. We address each major comment below. Where the manuscript is missing details or justification, we will revise accordingly.
read point-by-point responses
-
Referee: [§3 (FormatSpread)] §3 (FormatSpread description): The central claim that sampled formats are both plausible and meaning-preserving rests on the unvalidated assumption that combinations of atomic changes (e.g., bullet styles, newlines, label verbalizers) produce a representative distribution of user-like prompts. No human semantic-equivalence ratings, usage-log comparison, or external anchor is reported, which directly affects whether the 76-point spread on LLaMA-2-13B should be interpreted as genuine sensitivity or as an artifact of implausible tokenization/attention shifts.
Authors: The atomic perturbations are restricted to formatting elements that do not alter the underlying task semantics or example content; each variant remains a valid few-shot prompt for the same classification task. While we did not conduct new human equivalence ratings, the perturbation types are drawn from variations routinely used in the prompting literature and in public model cards. The observed spreads therefore demonstrate sensitivity to these standard formatting choices rather than to arbitrary or nonsensical strings. We will add an explicit discussion of the design rationale for the perturbation set and a note on its relation to documented prompting practices. revision: partial
-
Referee: [Experimental results] Experimental setup and results sections: The headline sensitivity numbers and persistence claims lack reported details on data splits, number of evaluation runs per format, or statistical tests for the performance intervals. Without these, it is difficult to gauge whether the observed ranges are robust or sensitive to sampling variance in the FormatSpread procedure.
Authors: We will expand the experimental sections to specify the exact train/test splits, the number of independent evaluation runs performed per format, and the statistical measures (e.g., standard deviation or bootstrap intervals) used to characterize the reported performance ranges. These additions will allow readers to assess sampling variance directly. revision: yes
Circularity Check
No circularity: results from direct empirical runs on held-out tasks
full rationale
The paper performs direct model evaluations on sampled prompt formats for standard benchmarks, measuring accuracy differences without any derivation chain, equations, or parameters that reduce to author-defined inputs by construction. FormatSpread is a sampling procedure whose outputs are observed performance intervals, not predictions fitted to the same data. No self-definitional steps, fitted-input predictions, or load-bearing self-citations appear in the core claims; the work is self-contained against external model runs.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Standard few-shot in-context learning evaluation practices produce meaningful performance estimates
read the original abstract
As large language models (LLMs) are adopted as a fundamental component of language technologies, it is crucial to accurately characterize their performance. Because choices in prompt design can strongly influence model behavior, this design process is critical in effectively using any modern pre-trained generative language model. In this work, we focus on LLM sensitivity to a quintessential class of meaning-preserving design choices: prompt formatting. We find that several widely used open-source LLMs are extremely sensitive to subtle changes in prompt formatting in few-shot settings, with performance differences of up to 76 accuracy points when evaluated using LLaMA-2-13B. Sensitivity remains even when increasing model size, the number of few-shot examples, or performing instruction tuning. Our analysis suggests that work evaluating LLMs with prompting-based methods would benefit from reporting a range of performance across plausible prompt formats, instead of the currently-standard practice of reporting performance on a single format. We also show that format performance only weakly correlates between models, which puts into question the methodological validity of comparing models with an arbitrarily chosen, fixed prompt format. To facilitate systematic analysis we propose FormatSpread, an algorithm that rapidly evaluates a sampled set of plausible prompt formats for a given task, and reports the interval of expected performance without accessing model weights. Furthermore, we present a suite of analyses that characterize the nature of this sensitivity, including exploring the influence of particular atomic perturbations and the internal representation of particular formats.
Forward citations
Cited by 56 Pith papers
-
Steerable but Not Decodable: Function Vectors Operate Beyond the Logit Lens
Function vectors steer LLMs successfully where the logit lens fails to decode the target answer, showing the two properties come apart.
-
Two Confounds in Cross-Model Value Comparison: Response Determinism and the Access Harness
Cross-model value distances from single draws are inflated by response determinism and confounded by the deployment client; a repeated counterbalanced protocol plus flip/magnitude decomposition separates them.
-
Falsification, Not Exposure: An Internally Preregistered Placebo-Controlled Decomposition of Self-Repair Feedback in Frozen Small Code Models
Preregistered placebo-controlled decomposition shows external executable counterexamples drive self-repair gains in small code models more than re-exposure or self-critique.
-
Instruction Bleed: Cross-Module Interference in Prompt-Composed Agentic Systems
Authors define compositional behavioral leakage in prompt-composed agents, demonstrate its measurement via a three-channel perturbation protocol on a job-evaluation agent, and report a detectable but sub-threshold con...
-
Self-Harness: Harnesses That Improve Themselves
Self-Harness lets LLM agents autonomously refine their interaction harnesses through weakness mining, proposal generation, and validation, raising held-out pass rates on Terminal-Bench-2.0 from 40.5% to 61.9%, 23.8% t...
-
Stability vs. Manipulability: Evaluating Robustness Under Post-Decision Interaction in LLM Judges
LLM judges exhibit high stability under neutral re-evaluation but substantial reversibility under targeted post-decision challenges, quantified via a new Evaluation Robustness Score (ERS).
-
AIP: A Graph Representation for Learning and Governing Agent Skills
AIP models skills as graphs of discrete steps connected by typed I/O edges under a validated schema, raising agent mean reward from 0.60 to 0.71 and pass rate from 53% to 67% on 27 SkillsBench tasks while enabling nod...
-
On the impact of retrieved content representations in RAG Pipelines
A controlled comparison of document representations in RAG finds answer retention to be the dominant factor in generator accuracy across four LLMs.
-
CUDABeaver: Benchmarking LLM-Based Automated CUDA Debugging
CUDABeaver shows LLM CUDA debuggers often degenerate code for test-passing at the cost of speed, with protocol-aware metrics shifting success rates by up to 40 percentage points.
-
CyBiasBench: Benchmarking Bias in LLM Agents for Cyber-Attack Scenarios
LLM agents exhibit persistent attack-selection biases as fixed traits independent of success rates, with a bias momentum effect that resists steering and yields no performance gain.
-
The Text Uncanny Valley: Non-Monotonic Performance Degradation in LLM Information Retrieval
LLM information retrieval shows a U-shaped performance drop as words are fragmented by inserted whitespace, attributed to a disordered transition between word-level and character-level processing modes.
-
Measuring Evaluation-Context Divergence in Open-Weight LLMs: A Paired-Prompt Protocol with Pilot Evidence of Alignment-Pipeline-Specific Heterogeneity
A new paired-prompt protocol reveals alignment-pipeline-specific heterogeneity in how open-weight LLMs respond to evaluation versus deployment framings.
-
SPAGBias: Uncovering and Tracing Structured Spatial Gender Bias in Large Language Models
SPAGBias reveals that LLMs form nuanced gender associations with specific urban micro-spaces that exceed real-world distributions and produce failures in planning and descriptive tasks.
-
Activation Steering with a Feedback Controller
Popular LLM activation steering methods are shown to act as proportional controllers; a PID steering framework is proposed that improves robustness and outperforms baselines in experiments across model families.
-
The Powerless Noise: How Experimental Settings Shape the Reported Power of Noise
The Power-of-Noise effect in RAG is an artifact of restrictive prompting and decoding, not a general benefit of random documents.
-
Efficient Safety Alignment of Language Models via Latent Personality Traits
Latent adversarial training on 66 harm-agnostic Big-Five personality statements yields near-zero HarmBench ASR across direct requests and five jailbreaks while preserving utility.
-
The Powerless Noise: How Experimental Settings Shape the Reported Power of Noise
The Power-of-Noise effect in RAG is reproducible only under the original constrained setup and disappears or weakens once instruction templates, longer outputs, and modern LLMs are used.
-
Persona Non Grata: LLM Persona-Driven Generations in MCQA are Unstable in Distinct Dimensions
Persona-driven generations by LLMs in MCQA tasks exhibit instability that differs systematically by model family, size, domain, and prompt format.
-
A Deterministic Control Plane for LLM Coding Agents
Prevalence study of 10k GitHub repos identifies duplication, low revision, and missing permissions in LLM agent configs; proposes Rel(AI)Build control plane with content addressing, tiered permissions, state machine, ...
-
To Isolate or to Score? Model-Adaptive Assessment for Cost-Efficient Multi-Agent RAG
Empirical study finds isolation drives gains for weak models in multi-agent RAG while scoring matters for strong ones, enabling MADARA for cost-efficient adaptive assessment.
-
Are We Evaluating Knowledge or Phrasing? Mitigating MCQA Sensitivity with ParaEval
ParaEval reduces false performance gaps in MCQA benchmarks from over 2 points to below 1 point by scoring models on multiple paraphrases per answer option instead of single surface forms.
-
Consistency Training Can Entrench Misalignment
Consistency training suppresses reward hacking and emergent misalignment but amplifies sycophancy in controlled model organisms, driven by labeling-induced distribution shifts rather than selection operators.
-
Same Patient, Different Words, Different Diagnosis? Evaluating Semantic Stability in Clinical LLMs
Domain specialization does not consistently improve clinical LLM robustness to meaning-preserving prompt variations, as shown by new sensitivity metrics on DiagnosisQA and MedQA.
-
Persona Conditioning of Brand Recommendations in Retrieval-Augmented Commercial Chat: A Prominence-Stratified Cross-Provider Audit
Persona prefixes reduce brand recommendation Jaccard similarity by 0.12-0.20, with mid-market brands swapping up to 75% of recommendations while category leaders remain ~80% consistent across OpenAI and Anthropic models.
-
SafetyRepro: Configuration-Conditional Rank Instability on Alignment Benchmarks
Configuration choices alone flip pairwise safety verdicts on every tested alignment benchmark, isolated via a finite-envelope proposition linking disagreement rate to strict ordering reversal.
-
Paraphrase Brittleness in Production Retrieval-Augmented Commercial Recommendation: Reproducibility Below the Rerun-Stability Baseline
Paraphrase Jaccard similarity of 0.135-0.288 falls below the 0.50-0.61 same-prompt rerun baseline on OpenAI and Anthropic models, showing prompt wording dominates buyer intent in commercial recommendations.
-
Towards Context-Invariant Safety Alignment for Large Language Models
Introduces AIR, an asymmetric regularization that anchors open-ended safety prompts to verifiable ones via stop-gradient, improving invariance and accuracy when combined with group preference optimization.
-
Stop Drawing Scientific Claims from LLM Social Simulations Without Robustness Audits
Minor perturbations in persona format, instruction framing, and network structure shift cooperation by up to 76 percentage points and polarization metrics consistently, showing that LLM social simulations require per-...
-
CUDABeaver: Benchmarking LLM-Based Automated CUDA Debugging
CUDABEAVER benchmark and pass@k(M,C,A) metric show LLM CUDA debugging success drops by up to 40 percentage points under strict performance requirements.
-
Why Global LLM Leaderboards Are Misleading: Small Portfolios for Heterogeneous Supervised ML
Global Bradley-Terry rankings of LLMs are misleading due to structured heterogeneity in user preferences, and small (λ, ν)-portfolios recover coherent subpopulations that cover over 96% of votes with just five rankings.
-
Beyond Accuracy: Policy Invariance as a Reliability Test for LLM Safety Judges
LLM safety judges flip verdicts on equivalent policy rewrites up to 9.1% of the time and cannot distinguish meaningful from meaningless changes, requiring new invariance-based reliability metrics.
-
Paraphrase-Induced Output-Mode Collapse: When LLMs Break Character Under Semantically Equivalent Inputs
LLMs exhibit prompt-variant output-mode collapse, preserving requested bare-label formats in only about 22% of semantically equivalent prompt variants across tested models and tasks.
-
Paraphrase-Induced Output-Mode Collapse: When LLMs Break Character Under Semantically Equivalent Inputs
LLMs show systematic output-mode collapse on closed-form prompts, with only ~22% of semantically equivalent variants preserving the requested bare-label format across five models and four tasks.
-
What Single-Prompt Accuracy Misses: A Multi-Variant Reliability Audit of Language Models
Multi-variant testing reveals that prompt design and evaluator choices can change apparent model reliability by large margins, with verbal confidence often overstated and robustness uncorrelated with size.
-
Compared to What? Baselines and Metrics for Counterfactual Prompting
Counterfactual prompting effects on LLMs are often indistinguishable from those caused by meaning-preserving paraphrases, causing most previously reported demographic sensitivities to disappear under proper statistica...
-
How Consistent Are LLM Agents? Measuring Behavioral Reproducibility in Multi-Step Tool-Calling Pipelines
Across 1,140 agent traces, LLM tool-calling agents exhibit high structural consistency (same tools, same order) but high argument variance, and only structural consistency predicts task correctness.
-
Select Smarter, Not More: Prompt-Aware Evaluation Scheduling with Submodular Guarantees
POES frames prompt evaluation as online adaptive testing and uses a provably submodular objective to pick informative examples, delivering 6.2% higher average accuracy and 35-60% token savings versus naive full-set scoring.
-
Specialty-Specific Medical Language Model for Immune-Mediated Diseases
Across 1,140 traces, multi-step tool-calling agents show high tool-sequence consistency (TSS≈0.87) but lower argument consistency (AC≈0.69), and only TSS predicts task success.
-
Causal Evidence that Language Models use Confidence to Drive Behavior
Language models deploy multidimensional internal confidence representations and threshold-based policies to control abstention behavior, with causal support from activation steering experiments.
-
Collective AI can amplify tiny perturbations into divergent decisions
Multi-LLM committees amplify small input perturbations into divergent deliberation trajectories and decisions under deterministic conditions.
-
PromptSuite: A Task-Agnostic Framework for Multi-Prompt Generation
PromptSuite is a modular, extensible, task-agnostic framework for automatically generating diverse prompt variations to support robust multi-prompt LLM evaluation.
-
Language Model Fine-Tuning on Scaled Survey Data for Predicting Distributions of Public Opinions
Fine-tuning LLMs on the SubPOP dataset of 3,362 questions and 70K pairs reduces the gap between LLM predictions and human survey responses by up to 46% and generalizes to unseen surveys and subpopulations.
-
Lessons from the Trenches on Reproducible Evaluation of Language Models
The paper compiles practical lessons on reproducible LM evaluation and introduces the lm-eval library to mitigate common methodological problems in NLP.
-
Format Sensitivity Index: Token-Controlled Prompt Wrapper Robustness and Schema Compliance in LLM Benchmarking
Across 140k generations, wrapper-only formatting changes accuracy by over 30× across models, largely via parseability failures, so single-wrapper scores are statistically fragile.
-
A Penny for Your Prompts: Experiments Detecting and Mitigating LLM Usage by Survey Respondents
Experiments on 250 participants show LLM-assisted survey responses range from under 10% on Prolific to over 80% on Mechanical Turk, with identifiable characteristics and partial mitigation effects.
-
Towards Physical Intuitions for Alignment Dynamics: A Case Study With Randomness Crystallization
Proposes a three-phase crystallization model (liquid, nucleation via SFT, settling via RL) for alignment dynamics using random number generation tasks as case study.
-
Chain-based Adaptive Reconfiguration Over Lattices for Hallucination Reduction
CAROL unifies hallucination detection and mitigation by defining semantic uncertainty over a lattice of sequences and casting mitigation as a Markov chain process with claimed convergence guarantees.
-
Benchmarking Local Language Models for Social Robots using Edge Devices
Benchmarking 25 LLMs on Raspberry Pi hardware shows Granite4 Tiny Hybrid (7B) balances 2.5 tokens/s, 0.90 tokens/J, and 54.6% MMLU while teaching effectiveness does not require high general knowledge scores.
-
The Cartesian Cut in Agentic AI
LLM agents use a Cartesian split between learned prediction and engineered control, enabling modularity but creating sensitivity and bottlenecks unlike integrated biological systems.
-
The PICCO Framework for Large Language Model Prompting: A Taxonomy and Reference Architecture for Prompt Structure
PICCO is a five-element reference architecture (Persona, Instructions, Context, Constraints, Output) for structuring LLM prompts, derived from synthesizing prior frameworks along with a taxonomy distinguishing prompt ...
-
Position: AI Evaluations Should be Grounded on a Theory of Capability
AI evaluations should be reframed as inference tasks grounded in an explicit theory of capability, with an empirical demonstration that results depend on modeling assumptions and a proposed Evaluation Card for transparency.
-
Mind Your Tone: Does Tone Alter LLM Performance?
Tonal variations in prompts cause systematic but model-dependent accuracy changes in LLMs on objective multiple-choice questions.
-
Beyond the Cartesian Illusion: Testing Two-Stage Multi-Modal Theory of Mind under Perceptual Bottlenecks
MLLMs achieve only 42% accuracy on a new audio-visual task requiring second-order spatial ToM under perceptual limits, while a proposed sensory-bounded CoT outperforms egocentric and allocentric baselines.
-
Preregistration for Experiments with AI Agents
Proposes extending preregistration practices to AI agent experiments and supplies a tailored template to limit researcher degrees of freedom.
-
Dual Implications of Quark Mass Hierarchies to Flavor Structure
Hierarchical quark masses imply a non-redundant, ordered, family-unified flavor structure that can replace the Standard Model's Yukawa interactions.
-
Dual Implications of Quark Mass Hierarchies to Flavor Structure
Hierarchical quark masses are said to imply a unique ordered family-unified flavor structure that replaces unclear SM Yukawa interactions.
Reference graph
Works this paper leans on
-
[1]
Armen Aghajanyan. Tweet: Susan & I found MMLU performance jump 6-10 points in the 40s by formatting multiple choice as (A) not A in MMLU (for internal model). All evaluation of LLM's are broken. Evaluating a task requires marginalizing across all prompts that describe the task, not point estimate of one. June 2023. URL https://twitter.com/ArmenAgha/status...
-
[2]
Falcon-40B : an open large language model with state-of-the-art performance
Ebtesam Almazrouei, Hamza Alobeidli, Abdulaziz Alshamsi, Alessandro Cappelli, Ruxandra Cojocaru, Merouane Debbah, Etienne Goffinet, Daniel Heslow, Julien Launay, Quentin Malartic, Badreddine Noune, Baptiste Pannier, and Guilherme Penedo. Falcon-40B : an open large language model with state-of-the-art performance. 2023
work page 2023
-
[3]
An empirical evaluation of thompson sampling
Olivier Chapelle and Lihong Li. An empirical evaluation of thompson sampling. Advances in neural information processing systems, 24, 2011
work page 2011
-
[5]
Better hypothesis testing for statistical machine translation: Controlling for optimizer instability
Jonathan H Clark, Chris Dyer, Alon Lavie, and Noah A Smith. Better hypothesis testing for statistical machine translation: Controlling for optimizer instability. In Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies, pp.\ 176--181, 2011
work page 2011
-
[7]
GPT 3.int8(): 8-bit matrix multiplication for transformers at scale
Tim Dettmers, Mike Lewis, Younes Belkada, and Luke Zettlemoyer. GPT 3.int8(): 8-bit matrix multiplication for transformers at scale. In Alice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho (eds.), Advances in Neural Information Processing Systems, 2022. URL https://openreview.net/forum?id=dXiGWqBoxaD
work page 2022
-
[8]
Openprompt: An open-source framework for prompt-learning
Ning Ding, Shengding Hu, Weilin Zhao, Yulin Chen, Zhiyuan Liu, Haitao Zheng, and Maosong Sun. Openprompt: An open-source framework for prompt-learning. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pp.\ 105--113, 2022
work page 2022
-
[9]
Measuring and improving consistency in pretrained language models
Yanai Elazar, Nora Kassner, Shauli Ravfogel, Abhilasha Ravichander, Eduard Hovy, Hinrich Sch \"u tze, and Yoav Goldberg. Measuring and improving consistency in pretrained language models. Transactions of the Association for Computational Linguistics, 9: 0 1012--1031, 2021
work page 2021
-
[12]
Deep reinforcement learning that matters
Peter Henderson, Riashat Islam, Philip Bachman, Joelle Pineau, Doina Precup, and David Meger. Deep reinforcement learning that matters. In Proceedings of the AAAI conference on artificial intelligence, volume 32, 2018
work page 2018
-
[14]
Editing models with task arithmetic
Gabriel Ilharco, Marco Tulio Ribeiro, Mitchell Wortsman, Suchin Gururangan, Ludwig Schmidt, Hannaneh Hajishirzi, and Ali Farhadi. Editing models with task arithmetic. In International Conference on Learning Representations, 2023
work page 2023
-
[16]
Zhengbao Jiang, Frank F Xu, Jun Araki, and Graham Neubig. How can we know what language models know? Transactions of the Association for Computational Linguistics, 8: 0 423--438, 2020
work page 2020
-
[18]
Asymptotically efficient adaptive allocation rules
Tze Leung Lai, Herbert Robbins, et al. Asymptotically efficient adaptive allocation rules. Advances in applied mathematics, 6 0 (1): 0 4--22, 1985
work page 1985
-
[19]
The power of scale for parameter-efficient prompt tuning
Brian Lester, Rami Al-Rfou, and Noah Constant. The power of scale for parameter-efficient prompt tuning. In Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp.\ 3045--3059, 2021
work page 2021
-
[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
work page 2004
-
[22]
What makes chain-of-thought prompting effective? a counterfactual study
Aman Madaan, Katherine Hermann, and Amir Yazdanbakhsh. What makes chain-of-thought prompting effective? a counterfactual study. In Findings of the Association for Computational Linguistics: EMNLP 2023, pp.\ 1448--1535, 2023
work page 2023
-
[23]
Stereoset: Measuring stereotypical bias in pretrained language models
Moin Nadeem, Anna Bethke, and Siva Reddy. Stereoset: Measuring stereotypical bias in pretrained language models. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers), pp.\ 5356--5371, 2021
work page 2021
-
[26]
Learning how to ask: Querying lms with mixtures of soft prompts
Guanghui Qin and Jason Eisner. Learning how to ask: Querying lms with mixtures of soft prompts. In Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT), 2021
work page 2021
-
[27]
Self-diagnosis and self-debiasing: A proposal for reducing corpus-based bias in nlp
Timo Schick, Sahana Udupa, and Hinrich Sch \"u tze. Self-diagnosis and self-debiasing: A proposal for reducing corpus-based bias in nlp. Transactions of the Association for Computational Linguistics, 9: 0 1408--1424, 2021
work page 2021
-
[28]
Chatgpt: Optimizing language models for dialogue
John Schulman, Barret Zoph, Christina Kim, Jacob Hilton, Jacob Menick, Jiayi Weng, Juan Felipe Ceron Uribe, Liam Fedus, Luke Metz, Michael Pokorny, et al. Chatgpt: Optimizing language models for dialogue. OpenAI blog, 2022
work page 2022
-
[35]
Bertscore: Evaluating text generation with bert
Tianyi Zhang, Varsha Kishore, Felix Wu, Kilian Q Weinberger, and Yoav Artzi. Bertscore: Evaluating text generation with bert. In International Conference on Learning Representations, 2019
work page 2019
-
[36]
Large language models are human-level prompt engineers
Yongchao Zhou, Andrei Ioan Muresanu, Ziwen Han, Keiran Paster, Silviu Pitis, Harris Chan, and Jimmy Ba. Large language models are human-level prompt engineers. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=92gvk82DE-
work page 2023
-
[38]
Findings of the Association for Computational Linguistics: EMNLP 2023 , pages=
What makes chain-of-thought prompting effective? a counterfactual study , author=. Findings of the Association for Computational Linguistics: EMNLP 2023 , pages=
work page 2023
-
[39]
Scaling Learning Algorithms Towards
Bengio, Yoshua and LeCun, Yann , booktitle =. Scaling Learning Algorithms Towards
-
[40]
and Osindero, Simon and Teh, Yee Whye , journal =
Hinton, Geoffrey E. and Osindero, Simon and Teh, Yee Whye , journal =. A Fast Learning Algorithm for Deep Belief Nets , volume =
- [41]
-
[42]
Transactions of the Association for Computational Linguistics , volume=
Self-diagnosis and self-debiasing: A proposal for reducing corpus-based bias in nlp , author=. Transactions of the Association for Computational Linguistics , volume=. 2021 , publisher=
work page 2021
-
[43]
Wang, Yizhong and Mishra, Swaroop and Alipoormolabashi, Pegah and Kordi, Yeganeh and Mirzaei, Amirreza and Naik, Atharva and Ashok, Arjun and Dhanasekaran, Arut Selvan and Arunkumar, Anjana and Stap, David and Pathak, Eshaan and Karamanolakis, Giannis and Lai, Haizhi and Purohit, Ishan and Mondal, Ishani and Anderson, Jacob and Kuznia, Kirby and Doshi, Kr...
-
[44]
Llama 2: Open Foundation and Fine-Tuned Chat Models
Llama 2: Open foundation and fine-tuned chat models , author=. arXiv preprint arXiv:2307.09288 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[45]
Almazrouei, Ebtesam and Alobeidli, Hamza and Alshamsi, Abdulaziz and Cappelli, Alessandro and Cojocaru, Ruxandra and Debbah, Merouane and Goffinet, Etienne and Heslow, Daniel and Launay, Julien and Malartic, Quentin and Noune, Badreddine and Pannier, Baptiste and Penedo, Guilherme , year=
-
[46]
arXiv preprint arXiv:2109.07830 , year=
Reframing Instructional Prompts to GPTk's Language , author=. arXiv preprint arXiv:2109.07830 , year=
-
[47]
Transactions of the Association for Computational Linguistics , volume=
How can we know what language models know? , author=. Transactions of the Association for Computational Linguistics , volume=. 2020 , publisher=
work page 2020
-
[48]
and Wallace, Eric and Singh, Sameer
Shin, Taylor and Razeghi, Yasaman and Logan IV, Robert L. and Wallace, Eric and Singh, Sameer. A uto P rompt: E liciting K nowledge from L anguage M odels with A utomatically G enerated P rompts. Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP). 2020. doi:10.18653/v1/2020.emnlp-main.346
-
[49]
RLP rompt: Optimizing Discrete Text Prompts with Reinforcement Learning
Deng, Mingkai and Wang, Jianyu and Hsieh, Cheng-Ping and Wang, Yihan and Guo, Han and Shu, Tianmin and Song, Meng and Xing, Eric and Hu, Zhiting. RLP rompt: Optimizing Discrete Text Prompts with Reinforcement Learning. Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing. 2022. doi:10.18653/v1/2022.emnlp-main.222
-
[50]
G r IPS : Gradient-free, Edit-based Instruction Search for Prompting Large Language Models
Prasad, Archiki and Hase, Peter and Zhou, Xiang and Bansal, Mohit. G r IPS : Gradient-free, Edit-based Instruction Search for Prompting Large Language Models. Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics. 2023. doi:10.18653/v1/2023.eacl-main.277
-
[51]
arXiv preprint arXiv:2212.10539 , year=
Toward Human Readable Prompt Tuning: Kubrick's The Shining is a good movie, and a good prompt too? , author=. arXiv preprint arXiv:2212.10539 , year=
-
[52]
The Eleventh International Conference on Learning Representations , year=
Large Language Models are Human-Level Prompt Engineers , author=. The Eleventh International Conference on Learning Representations , year=
-
[53]
Automatic prompt optimization with" gradient descent" and beam search , author=. arXiv preprint arXiv:2305.03495 , year=
-
[54]
Text summarization branches out , pages=
Rouge: A package for automatic evaluation of summaries , author=. Text summarization branches out , pages=
-
[55]
International Conference on Learning Representations , year=
BERTScore: Evaluating Text Generation with BERT , author=. International Conference on Learning Representations , year=
-
[56]
The Eleventh International Conference on Learning Representations , year=
Tempera: Test-time prompt editing via reinforcement learning , author=. The Eleventh International Conference on Learning Representations , year=
- [57]
-
[58]
Jailbreaker: Automated Jailbreak Across Multiple Large Language Model Chatbots , author=. 2023 , eprint=
work page 2023
-
[59]
Universal and Transferable Adversarial Attacks on Aligned Language Models
Universal and transferable adversarial attacks on aligned language models , author=. arXiv preprint arXiv:2307.15043 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[60]
Jailbroken: How Does LLM Safety Training Fail?
Jailbroken: How does llm safety training fail? , author=. arXiv preprint arXiv:2307.02483 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[61]
Tim Dettmers and Mike Lewis and Younes Belkada and Luke Zettlemoyer , booktitle=. 2022 , url=
work page 2022
-
[62]
Advances in neural information processing systems , volume=
An empirical evaluation of thompson sampling , author=. Advances in neural information processing systems , volume=
-
[63]
Advances in applied mathematics , volume=
Asymptotically efficient adaptive allocation rules , author=. Advances in applied mathematics , volume=
-
[64]
A Prompt Pattern Catalog to Enhance Prompt Engineering with ChatGPT
A prompt pattern catalog to enhance prompt engineering with chatgpt , author=. arXiv preprint arXiv:2302.11382 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[65]
Lu, Yao and Bartolo, Max and Moore, Alastair and Riedel, Sebastian and Stenetorp, Pontus. Fantastically Ordered Prompts and Where to Find Them: Overcoming Few-Shot Prompt Order Sensitivity. Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2022. doi:10.18653/v1/2022.acl-long.556
-
[66]
arXiv preprint arXiv:2212.04037 , year=
Demystifying prompts in language models via perplexity estimation , author=. arXiv preprint arXiv:2212.04037 , year=
-
[67]
Making Pre-trained Language Models Better Few-shot Learners
Gao, Tianyu and Fisch, Adam and Chen, Danqi. Making Pre-trained Language Models Better Few-shot Learners. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers). 2021. doi:10.18653/v1/2021.acl-long.295
-
[68]
Honovich, Or and Shaham, Uri and Bowman, Samuel R. and Levy, Omer. Instruction Induction: From Few Examples to Natural Language Task Descriptions. Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers). 2023. doi:10.18653/v1/2023.acl-long.108
-
[69]
Chen, Tianqi and Guestrin, Carlos , title =. Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining , series =. 2016 , isbn =. doi:10.1145/2939672.2939785 , acmid =
-
[70]
StereoSet: Measuring stereotypical bias in pretrained language models , author=. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers) , pages=
-
[71]
Learning How to Ask: Querying LMs with Mixtures of Soft Prompts , author=. Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (NAACL-HLT) , year=
work page 2021
-
[72]
OpenPrompt: An Open-source Framework for Prompt-learning , author=. Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics: System Demonstrations , pages=
-
[73]
Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , pages=
The Power of Scale for Parameter-Efficient Prompt Tuning , author=. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , pages=
work page 2021
-
[74]
Prompt Waywardness: The Curious Case of Discretized Interpretation of Continuous Prompts
Khashabi, Daniel and Lyu, Xinxi and Min, Sewon and Qin, Lianhui and Richardson, Kyle and Welleck, Sean and Hajishirzi, Hannaneh and Khot, Tushar and Sabharwal, Ashish and Singh, Sameer and Choi, Yejin. Prompt Waywardness: The Curious Case of Discretized Interpretation of Continuous Prompts. Proceedings of the 2022 Conference of the North American Chapter ...
-
[75]
Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , pages=
Surface Form Competition: Why the Highest Probability Answer Isn’t Always Right , author=. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , pages=
work page 2021
-
[76]
Better hypothesis testing for statistical machine translation: Controlling for optimizer instability , author=. Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies , pages=
-
[77]
Reproducibility of Benchmarked Deep Reinforcement Learning Tasks for Continuous Control
Reproducibility of benchmarked deep reinforcement learning tasks for continuous control , author=. arXiv preprint arXiv:1708.04133 , year=
work page internal anchor Pith review Pith/arXiv arXiv
-
[78]
ChatGPT: Optimizing language models for dialogue , author=. OpenAI blog , year=
-
[79]
Transactions of the Association for Computational Linguistics , volume=
Measuring and improving consistency in pretrained language models , author=. Transactions of the Association for Computational Linguistics , volume=. 2021 , publisher=
work page 2021
-
[80]
Proceedings of the AAAI conference on artificial intelligence , volume=
Deep reinforcement learning that matters , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
- [81]
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.