ACLReady
1.0.0
A simple tool to parse your paper and help fill the ACL responsible checklist.
Installation | Citation
This repository:
An overview of ACLReady is presented in this YouTube video.
Clone the repository and navigate to the project directory:
git clone https://github.com/gtfintechlab/ACLReady.git
cd ACLReadyRun the installation script:
source install.shAdd your API keys:
server directory.TOGETHERAI_API_KEY=your_together_ai_key_here
OPENAI_API_KEY=your_openai_key_hereRun the Flask server:
cd server
python app.pyRun the Web Interface:
cd aclready
npm startAccess the API:
The server will be running on http://localhost:3000/.
If you find this repository useful, please cite our work.
@article{galarnyk2024aclready,
title={ACL Ready: RAG Based Assistant for the ACL Checklist},
author={Galarnyk, Michael and Routu, Rutwik and Bheda, Kosha and Mehta, Priyanshu and Shah, Agam and Chava, Sudheer},
journal={Available at arXiv 2408.04675},
year={2024},
url={https://arxiv.org/abs/2408.04675}
}