- ml_research_tools.doc.load_openreview.get_venue_pdfs_with_metadata(venue_id, username=None, password=None)[source]#
Fetch all PDF links from an OpenReview venue along with paper metadata.
- Parameters:
- Returns:
- A list of dictionaries containing paper metadata and PDF links
Each dict has keys: ‘title’, ‘authors’, ‘pdf_url’, ‘forum_url’, ‘number’
- Return type: