Code & ML research
Papers with Code
paperswithcode.com
Code & ML researchfree
ML papers matched to their implementations and benchmarks — import the paper page and the README together.
It links a paper to its open-source implementation and to leaderboards showing how it compares against other methods on the same benchmark, so you can check a paper's claims against running code rather than the abstract alone. That combination is useful for an ML notebook comparing several approaches to one task. Its coverage leans toward recent, widely reproduced papers, so it's a weak source for older or less popular methods.
Import into Gemini Notebook
- 1Copy the link above (or a specific page from the site).
- 2In your notebook, click Add source → Website.
- 3Paste the link and confirm — several links can be pasted at once, one per line.
Documentation pages import better than repositories: paste a project's docs URL or README page, not the repo root.
More code & ml research sources
- Hugging Face PapersA daily-curated feed of AI research, each paper with a discussion page that adds context.
- GitHubREADMEs, docs folders and wikis are strong sources for how a tool actually works — paste the rendered page URL.
- MDN Web DocsThe reference for web platform APIs — reliable ground truth for a web-dev notebook.
- Stack ExchangeAccepted answers on the technical sites make good targeted sources for narrow questions.