Run this audit before uploading to the FAccT OpenReview site. FAccT papers are archival ACM
proceedings in an interdisciplinary responsible-AI venue, reviewed mutually anonymously by a
mixed CS+law+social-science pool. Every number below was read from the FAccT 2026 CFP and Author
Guide on 2026-07-09 via search renderings (see resources/official-source-map.md); treat them as a
one-cycle snapshot and reopen the live call first.
FAccT separates abstract registration from paper submission, and the gate is hard:
Register with the real title, abstract, and honestly chosen focus areas, not placeholders — a mismatch between your registered focus areas and your actual contribution mis-matches you to reviewers from the wrong discipline, the most damaging thing that can happen at an interdisciplinary venue.
acmart template, built anonymized for review, e.g.
\documentclass[manuscript,screen,review,anonymous]{acmart} (single-column review format). The
camera-ready later uses the sigconf proceedings format.FAccT review is mutually anonymous: authors and reviewers are hidden from each other. Because FAccT papers often name systems, communities, and field sites, the leak surface is wide:
# Mechanical pass on the submission PDF and any anonymized artifact archive
pdfinfo paper.pdf | grep -Ei 'author|creator|producer'
pdftotext paper.pdf - | grep -nEi 'github\.com/[a-z0-9-]+|osf\.io|acknowledg|funded|grant|IRB #' | head
grep -rniE 'our (lab|group|team|university)|@[a-z0-9.]+\.edu' artifact/ --include='*.md' | head
unzip -l artifact.zip | grep -Ei '\.git/|\.DS_Store|/home/|/Users/' | head
The FAccT-specific leaks: a positionality statement left in the anonymous PDF (it is identity-revealing by design — remove it), acknowledgements or funding, an IRB protocol number, a named field site or partner organization that identifies the team, and a data-availability link to a personal repository.
Choose deliberately: archival (the default) publishes in the ACM DL proceedings; non-archival presents at the conference without proceedings publication (useful for work headed to a journal or already-published elsewhere). All accepted papers present in person regardless. Confirm the current non-archival mechanics on the Author Guide (待核实 per cycle).
| Finding at audit time | Severity | Real fix |
|---|---|---|
| Abstract/focus areas not registered by the earlier date | No submission slot exists | Nothing fixes this post-deadline — calendar it now |
| Main text over the 14-page budget | Desk-reject-grade | Cut or move to appendix; endmatter page does not absorb body text |
| Template altered (margins, shrunk font) | Desk-reject risk | Recompile clean, recover space editorially |
| Missing Generative AI Usage Statement | Compliance defect | Add it before upload |
| Positionality/acks left in the anonymous PDF | Anonymity violation | Remove; restore only at camera-ready |
| Focus areas mismatched to the actual contribution | Wrong-discipline reviewers | Fix at registration; realign before the abstract gate |
| Identity leak (field site, IRB #, repo, funder) | Anonymity violation | Re-anonymize and re-host |
[FAccT submission status] ready / blocked / needs work
[Registration] title/abstract/authors/focus-areas locked by the earlier gate? yes/no
[Format] pages used (body/endmatter/refs), acmart anonymous-review compliance
[Anonymity] clean / leaks: <where> / positionality+acks withheld? yes/no
[Endmatter] Generative AI Usage present? ethics/adverse-impacts included?
[Archival choice] archival / non-archival, deliberate?
[Fix queue] <ordered, with owners and dates before the deadline>