Paper Lists
This repository powers Paper Copilot, combining data from multiple sources to ensure coherence, consistency, and comprehensiveness.
Typically, records from OpenReview, official conference sources, or open access sites are scattered, leading to fragmented information and extra effort to navigate between them. The aim of this repository is to serve as a comprehensive link collection for major conferences, enabling easier access to relevant information, and statistical analysis will be based on these records.
Local Search Tool
We further provide a streamlit-based tool for efficiently searching and analyzing conference papers locally. Thanks to @hhh2210's contribution.
Setup
git clone https://github.com/papercopilot/paperlists.git
pip install -r requirements.txt
Usage
1. Web Interface
cd paperlists/tools
streamlit run app.py

2. Command Line Usage
cd paperlists/tools
python extract.py [keyword] [-i INPUT_PATH] [-o OUTPUT_FILE] [-f FIELDS...]
keyword: Search keyword (required)
-i, --input_path: Input JSON file or directory (default: iclr2025.json)
-o, --output_file: Output JSON file (optional)
-f, --fields: Fields to search (default: keywords title primary_area topic)
Example:
cd paperlists/tools
python extract.py retrieval -i iclr/iclr2025.json -o results.json -f title keywords
Overview
CVPR
ICCV [Coming Soon]
ECCV [Coming Soon]