Skip to content

TingCris/find-papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Find Related Conference Paper

Offline search for ICLR, ICML, NeurIPS, CVPR, ICCV, and ECCV papers from 2024-2026.

Data is split by year and conference:

data/2024/iclr.json
data/2024/icml.json
data/2024/neurips.json
data/2024/cvpr.json
data/2024/eccv.json
data/2025/...
data/2026/...
data/manifest.json

Scope

  • Main conference / proceedings papers only where public official or bibliographic sources are available.
  • Workshops are not intentionally included.
  • presentation_type is one of poster, spotlight, highlight, oral, best_paper, or main.
  • If the public list does not expose poster/oral status, the paper is marked as main.
  • Unavailable year/conference pairs are recorded in manifest.json.

Data Sources

  • ICLR: OpenReview API
  • ICML: PMLR
  • NeurIPS: NeurIPS Proceedings
  • CVPR / ICCV: DBLP full title list, with available conference-site presentation metadata merged when detectable
  • ECCV 2024: ECCV virtual site

Run Locally

python -m http.server 8901 --bind 127.0.0.1

Open:

http://127.0.0.1:8901

Rebuild Data

From the workspace root:

python outputs/all-conference-paper-search/scripts/collect_all_papers.py

CSV Export

The page exports the current filtered results with:

  • conference
  • year
  • presentation_type
  • track
  • title
  • url
  • source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors