• Stars
    star
    553
  • Rank 79,901 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tools for checking ACL paper submissions

ACL pubcheck

ACL pubcheck is a Python tool that automatically detects font errors, author formatting errors, margin violations, outdated citations as well as many other common formatting errors in papers that are using the LaTeX sty file associated with ACL venues. The script can be used to check your papers before you submit to a conference. (We highly recommend running ACL pubcheck on your papers pre-submission—a well formatted paper helps keep the reviewers focused on the scientific content.) However, its main purpose is to ensure your accepted paper is properly formatted, i.e., it follows the venue's style guidelines. The script is used by the publication chairs at most ACL events to check for formatting issues. Indeed, running this script yourself and fixing errors before uploading the camera-ready version of your paper will often save you a personalized email from the publication chairs.

You can install the package by cloning the repo

  1. git clone [email protected]:acl-org/aclpubcheck.git or git clone https://github.com/acl-org/aclpubcheck.git
  2. cd aclpubcheck
  3. pip install -e .

You can run the script on a paper as follows python3 aclpubcheck/formatchecker.py --paper_type PAPER_TYPE PAPER_NAME.pdf where PAPER_TYPE is taken from the set {long,short,demo,other}. You should choose either long, short or demo depending on the type of paper you have accepted.

If you find that ACL pubcheck gives you a margin error due to a figure that runs into the margin, you can often fix the problem by applying the adjustbox package. Additionally, if the margin error is caused by an equation, then it may help to break the equation over two lines.

Note: Additional info can be found in the PDF document aclpubcheck_additional_info.pdf included in this package.

Online Version: If you are having trouble with installing and using the Python toolkit directly, you can use a CodaLab version online https://colab.research.google.com/drive/1Sq6ilmrFUQpUFMkV71U8-Wf0madW-Uer?usp=sharing.

Updating the names in citations

Description

Our toolkit now automatically checks your citations and will leave a warning if you have used incorrect names or author list. Please have a look here on why it is important to use updated citations.

Demo version of PDF name checking is available here.

How it's done

The bibilography from your PDF file is extracted using Scholarcy API. Each bib entry in this bib file is updated by pulling information from ACL anthology, DBLP and arXiv; by using fuzzy match of the titles. After updating the bibs, the author names are compared and mismatches in author names are warned.

Procedure

Functionality

The functions are present in aclpubcheck/name_check.py. The class PDFNameCheck is used in formatchecker.py.

Caveats

Some of the warnings generated for citations may be spurious and inaccurate, due to parsing and indexing errors. We encourage you to double check the citations and update them depending on the latest source. If you believe that your citation is updated and correct, then please ignore those warnings. You can fix your bib files using the toolkit like rebiber.

Screenshots

This is how the warnings appear for the outdated names. You would be directed to a URL where you can correct the citations. We are not showing the name changes as it might out the deadnames in the warnings.

Screenshot

Credits

The original version of ACL pubcheck was written by Yichao Zhou, Iz Beltagy, Steven Bethard, Ryan Cotterell and Tanmoy Chakraborty in their role as publications chairs of NAACL 2021. The tool was improved by Ryan Cotterell and Danilo Croce in their role as publication chairs of ACL 2022 and NAACL 2022. Pranav A added the name checking functions to this toolkit.

More Repositories

1

acl-style-files

Official style files for papers submitted to venues of the Association for Computational Linguistics
TeX
641
star
2

acl-anthology

Data and software for building the ACL Anthology.
Python
399
star
3

ACLPUB

The official tool for creating proceedings for conferences of the Association for Computational Linguistics (ACL).
Perl
217
star
4

responsibleNLPresearch

templates and other documents regarding responsible NLP research
TeX
63
star
5

ethics-reading-list

A list of ethics related resources for researchers and practitioners of Natural Language Processing and Computational Linguistics
28
star
6

reviewer-paper-matching

Reviewer-paper matching for ACL
Python
24
star
7

arr-health

Monitoring the health of ARR
HTML
17
star
8

emnlp-2023

Repository containing the website for the EMNLP 2023 conference
HTML
16
star
9

acl-2023

Repository for the ACL 2023 conference website
JavaScript
11
star
10

ethics-tutorial

Materials for the EACL 2023 Ethic Tutorial: Understanding Ethics in NLP Authoring and Reviewing
8
star
11

emnlp-2024

Repository for the EMNLP 2024 conference
HTML
6
star
12

acl-2023-miniconf

JavaScript
5
star
13

emnlp-2022

HTML
4
star
14

eacl-2024

JavaScript
4
star
15

acl-2024

Repository for the ACL 2024 conference website
JavaScript
3
star
16

acl-2020-virtual-conference-tools

Python / Bash tools for ACL2020 virtual conference
Python
3
star
17

eacl-2023

Repository for the EACL 2023 conference website
JavaScript
3
star
18

anthology-docker

Official source for Docker configurations, images, and examples of Dockerfiles for the ACL Anthology and projects
Shell
2
star
19

emnlp-2023-miniconf

JavaScript
2
star
20

emnlp-2020-virtual-conference-images

Makefile
1
star
21

eacl-2021

EACL 2021 website
JavaScript
1
star
22

conference-handbook

Repository containing the official ACL conference handbook
1
star