Use this to audit positioning and citation hygiene. NLP's literature moves faster than any reviewing cycle: between your ARR submission and the meta-review, the arXiv neighborhood of your paper will visibly change. EMNLP reviewers know this and calibrate — what they do not forgive is missing the lineage that existed before you submitted, or citing papers that do not exist.
An EMNLP related-work section owes coverage on distinct axes:
| Axis | The reviewer's question | Where to check |
|---|---|---|
| Task lineage | Who defined and reshaped this task? | ACL Anthology back through renamings |
| Dataset ancestry | What data does your benchmark descend from or contain? | Dataset papers + their own provenance sections |
| Method neighbors | Which current approaches would contest your comparison table? | Last 2-3 years of ACL-family venues + arXiv |
| Evaluation critique | Has this metric or protocol been critiqued? | The methodology literature this venue itself publishes |
| Adjacent fields | Does IR / speech / ML own part of this idea? | Cross-community search before claiming firsts |
Dataset ancestry is the EMNLP-specific trap: benchmarks are frequently derived, filtered, or re-annotated versions of earlier corpora, and claiming novelty over a dataset whose ancestor solved the same problem is a reviewer catch that costs credibility beyond the one paragraph.
Citations at an ACL-family venue signal whether you know how your own field publishes:
For genuinely simultaneous arXiv work: cite it, mark it as concurrent, and state the technical difference in one neutral sentence — no priority litigation reviewers cannot adjudicate. ACL policy abolished the anonymity embargo, so your own preprint may be public; handle it in the third person like any other paper and do not cite it in a way that completes the identity loop ("we extend Xu et al." where Xu is you, plus a matching acknowledgements slip, is the classic double-blind failure).
The 2026 EMNLP call names hallucinated citations as a sanctionable integrity problem — a direct response to LLM-assisted writing. If any tool touched your bibliography, verify mechanically:
# Every entry must resolve to a real, checkable identifier
grep -Eo 'doi\.org/[^ ,}]+|aclanthology\.org/[^ ,}]+|arxiv\.org/abs/[0-9.]+' refs.bib \
| sort -u > ids.txt # then spot-resolve each; zero tolerance for near-miss titles
# Red flags: plausible title + plausible authors + no findable venue = fabrication
Author-year pairs that "sound right," merged titles of two real papers, and wrong-venue attributions are the common fabrication shapes. One hallucinated reference now risks the whole submission, not a bibliography correction.
The strong EMNLP positioning move is evaluative contrast, not adjacency listing: state what the nearest work measured, what it could not see with that measurement, and which experiment in your paper closes the gap. Three sentences of that beat two paragraphs of "X did A. Y did B. Z did C." — and it survives the reviewer who knows X, Y, and Z personally. Reserve explicit tables-of-differences for when reviewers of a previous cycle demanded one; otherwise the contrast belongs woven into the experiment motivation.
ARR's continuity makes self-lineage a form field, not just a citation question:
Cover everything Anthology-published in your niche through the submission cycle; treat the newest arXiv layer with judgment — cite what genuinely shapes your claims, skip the weekly leaderboard shuffle. A response-phase reviewer pointing at a paper newer than your submission is asking about robustness of your conclusions, not accusing you of omission; answer that question, not an imagined one.
Empirical NLP sits between linguistics and machine learning, and reviewers arrive from both directions. A related-work section that cites only the ML lineage of a phenomenon ("hallucination," "faithfulness") while ignoring decades of linguistic work on the underlying construct (presupposition, veridicality, entailment) will draw the one reviewer who knows the older literature — and that review writes itself. The inverse failure exists too. One paragraph acknowledging the other community's framing, with two accurate citations, is cheap insurance and often genuinely improves the paper's construct definitions.
[Axis coverage] <task / dataset / method / evaluation / adjacent — gaps per axis>
[Anthology hygiene] <Findings-vs-main errors, arXiv-vs-published swaps>
[Concurrency handling] <concurrent items + one-line distinctions>
[Citation verification] <resolved N/N; unresolvable entries listed>
[Positioning sentence] <the evaluative contrast, drafted>