This is simple paper bot that helps you filter through the past 6.5 years of CHI and CSCW papers (N=11K) to find papers that satisfy your criteria.
-
Clone the repository. Install dependencies:
pip install openai anthropic -
Download the SIGCHI data from this link and unzip it.
-
Customize your prompt in
paper_filter_bot.py(line 13-22). -
Put your OpenAI / Anthropic API keys in
keys.json. For OpenAI users, put your API key inapi_key(you can also additionally specifyorganization_id). For Anthropic users, put your API key inanthropic_key. -
Run the bot using
python3 paper_filter_bot.py.