- This notebook automatically fetches citation information of a specific paper from google scholar.
- If a citation is availble on arxiv, its full abstract will be extracted.
- The information will be saved in a text file with a prompt to let an LLM to summarize the citations.
- Please run it on Google Colab to get fast access to Google Scholar.
Just click the "run" button in the notebook.
How to acquire the citedby_id?
- You can first search a paper on Google Scholar by the title, like:
- Then please click the "cited by xxxx" page, like:
- Now you will see the citedby_id in the url of the web page.
Note:
- You can only access a limited number of citations in a single search (perhaps under 120), other wise Google will block your IP address.
- No worries! You are using Google colab! If Google blocks you, just restart the kernal of this notebook!
Happy researching! 😊