Authors: James Ligeralde, Samantha Mallari, Tevin Takata, Sean Flynn
This is a final project for ICS 691G: NLP and LLMs (Fall 2025).
python -m venv .venv
source .venv/bin/activate
pip install -r requirements
Copy the example .env file and replace the placeholder values with your OpenReview credentials.
cp .env.example .env
Run python config.py to instantiate environment variables.
Run data_scraper.py to collect raw data from OpenReview from a single conference.
cd data
python data_scraper.py
Run notebooks/baseline_bert_classifier.ipynb to fine-tune a BERT-based classifier on the dataset and evaluate its performance.