๐คReddit r/MachineLearningโขStalecollected in 3h
Anonymize Code for Submissions
๐กPro tip: Anon GitHub accounts for ML paper codeโavoid review biases
โก 30-Second TL;DR
What Changed
Anonymize GitHub repo for blind review
Why It Matters
Standardizes best practices for ethical double-blind submissions in ML research.
What To Do Next
Create a new anonymous GitHub repo today and test uploading your code without personal identifiers.
Who should care:Researchers & Academics
Key Points
- โขAnonymize GitHub repo for blind review
- โขUse throwaway anonymous account
- โขRelocate code post-acceptance
๐ง Deep Insight
AI-generated analysis for this event.
๐ Enhanced Key Takeaways
- โขMajor AI conferences like NeurIPS and ICML now explicitly mandate the use of anonymization services like 'Anonymous GitHub' or 'OpenReview' to prevent metadata leakage (e.g., commit history, user profile links) that could deanonymize authors.
- โขStandard practice now includes scrubbing sensitive metadata from Git history using tools like BFG Repo-Cleaner or git-filter-repo, as simple file deletion does not remove author identity from the commit logs.
- โขReviewers are increasingly instructed to report 'active' deanonymization attempts, such as linking to personal websites or social media within the code comments or README files, which can lead to desk rejection.
๐ฎ Future ImplicationsAI analysis grounded in cited sources
Automated anonymization pipelines will become standard in conference submission portals.
Manual scrubbing is prone to human error, leading to frequent accidental deanonymization, which necessitates a shift toward platform-level automated sanitization.
Git commit history will be treated as PII (Personally Identifiable Information) in academic submissions.
As AI conferences tighten double-blind policies, the historical metadata embedded in Git repositories is increasingly viewed as a violation of anonymity protocols.
โณ Timeline
2018-05
Anonymous GitHub launched to provide a platform for double-blind peer review of code.
2020-06
NeurIPS formalizes the 'Code Submission Policy' requiring anonymized repositories for blind review.
2023-09
ICML updates submission guidelines to explicitly warn against metadata leakage in Git commit logs.
๐ฐ
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/MachineLearning โ