vict0rsch / PaperMemory

Your browser's reference manager: automatic paper detection (Arxiv, OpenReview & more), publication venue matching and code repository discovery! Also enhances ArXiv: BibTex citation, Markdown link, direct download and more!
https://papermemory.org/
MIT License
480 stars 17 forks source link

[Features] - ArxivGPT like features #147

Closed julien-blanchon closed 1 year ago

julien-blanchon commented 1 year ago

ArxivGPT: Summarize a arXiv paper and provide key insights. ArxivGPT is a Google Chrome plug-in that helps you quickly understand the content of arXiv papers. With just a click, it summarizes the paper and provides key insights, saving you time and helping you quickly grasp the main ideas and concepts. > Whether you're a researcher, student, or just curious about a particular topic, ArxivGPT makes it easy to stay informed and up-to-date on the latest developments in your field.

You can also ask follow up questions in the ask me anything input/button.

Is your feature request related to a problem? Please describe. ArxivGPT is fork of chatgpt4google that integrate a GPT based summarizer on arXiv (See PromptCard.tsx).

Basically it will:

Describe the solution you'd like To be honest, ArxivGPT code is a bit messy.

Additional context As GPT-4 Chat accept now many more token, it could be possible to embed the whole pdf (of course this implies to at least keep session alive to avoid spamming the api).

vict0rsch commented 1 year ago

Cool! While I do think it's a good idea, I don't think duplicating existing work is the best way forward for PaperMemory. I think something like ArxivGPT has very little overlap with PM and both can live well next to each other can't they?

Implementing such feature is doable but would take a lot of time

julien-blanchon commented 1 year ago

I'm closing this issues since it's far beyond the scope of PaperMemory.