Use this while the experimental grid is still cheap to change. EMNLP's reviewing culture was partly built by papers criticizing NLP's own evaluation habits, so the venue audits experiments the way a security reviewer audits inputs: assume the design will be probed for the easiest way to make the headline number lie.
Design the grid so each probe has a prepared answer, and say where in the paper each answer lives.
| Evidence type | Minimum reporting at EMNLP | Silent failure it prevents |
|---|---|---|
| Fine-tuned models | seeds, variance, selection criterion, budget | best-of-N passed off as typical |
| API/LLM results | model ID + query dates, decoding params, exact prompts | unreproducible moving-target claims |
| Human evaluation | annotator count, guidelines, agreement, pay, sampling | vibes formatted as a table |
| Dataset creation | collection method, license, agreement, splits | benchmark nobody can audit |
| Significance | test name, units of analysis, correction for multiple comparisons | p-hacking by metric shopping |
For every evaluation set: record its release date against the model's training cutoff; run n-gram or substring overlap between test instances and any accessible pretraining or fine-tuning corpora; where training data is closed (API models), state that directly and, when feasible, add a post-cutoff or perturbed test slice. Report the audit even when it finds nothing — "we checked" is evidence; silence is a reviewer question you chose to receive in July instead of answering in May.
Any result mediated by prompts inherits their variance. The minimum grid:
For each headline LLM result:
- k ≥ 3 semantically equivalent prompt paraphrases -> report mean ± spread
- few-shot exemplar reshuffles (if applicable) -> report order sensitivity
- decoding: fixed and disclosed (temp, top_p) -> no silent temperature 0.8
- exact prompt text -> appendix, verbatim
If the ranking of systems flips across paraphrases, the paper's claim is about
prompts, not systems — and the paper must say so.
EMNLP error analysis is a designed study, not a paragraph: sample failures under a documented scheme (random within strata beats hand-picked), define error categories with two annotators and report agreement on the categorization itself, then connect categories to mechanism — which category does the proposed component reduce, and which does it leave untouched? A good error analysis generates follow-up experiments; a decorative one generates adjectives.
When automatic metrics cannot measure the construct (adequacy, coherence, harm), the human study inherits the full burden of experimental design, and EMNLP reviewers grade it as one:
When compute or time forces cuts, cut in this order: extra datasets confirming an already-shown effect first; extra model scales second; never cut the seeds/variance runs or the contamination audit — they are cheap relative to the review risk they retire. A smaller grid with variance beats a wider grid of single runs at this venue, every time.
[Probe readiness] <fairness / coverage / contamination / variance / mechanism: ready or gap>
[Reporting-floor gaps] <evidence type -> missing item>
[Statistical plan] <test, unit, corrections, power posture>
[Prompt-sensitivity status] <done / needed / not applicable>
[Error-analysis design] <sampling, categories, agreement, mechanism link>