This is a simple terminal-based tool for finding relevant papers from ICLR 2025 using semantic search.
It uses:
intfloat/e5-large-v2, an open-source embedding modelfaissfor efficient vector similarity search- Paper data extracted from the OpenReview API
python -m venv env
source env/bin/activate pip install -r requirements.txtpython find_papers.pyIt may take some time to load the model the first time. Once loaded, you can enter queries in the terminal.
- Displays title, authors, and a direct link to the paper.
- Optional flags:
--abstractto show abstracts--spotlightto filter only spotlight papers--number=20to control the number of returned results (default is 10)
Example:
Query: multimodal models --abstract --spotlight --number=15