-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo - Arxiv Summarizer #112
Conversation
the question that retrieves the topic can go in two ways:
since there are too many classifications, you can just pick a few from the taxonomy list. to know which one to use, you can do something similar to what I did in the news RAG, I use the LLM as a topic classifier, this classifier would output either a taxonomy (e.g. cs.AI) or no taxonomy. in the first case, we can use arxiv's API to fetch the papers for that taxonomy (as you're doing via |
@edublancas Ready for review.
The demo uses the LLM as a topic classifier as it did before, but now if it can't find a category, it passes the user's search terms to the API. Also, users can now load a new set of articles midway through the conversation as we discussed.
Fixed the summary feature here. It grabs the summary verbatim from the Arxiv result.
I clarified the initial prompt message to specify what the model can do. Let me know if this is descriptive enough.
Download links are now clickable and will open in a new tab. The updated version of the demo is deployed at: https://summer-wind-5194.ploomberapp.io/ |
solara==1.25.0
, there is an issue with the CSS for1.26.0
Closes #87
📚 Documentation preview 📚: https://ploomber-doc--112.org.readthedocs.build/en/112/