-
Notifications
You must be signed in to change notification settings - Fork 0
Add automated paper summarization for active recall issues #158
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
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
Co-authored-by: pertrai1 <[email protected]>
Co-authored-by: pertrai1 <[email protected]>
Co-authored-by: pertrai1 <[email protected]>
Co-authored-by: pertrai1 <[email protected]>
Co-authored-by: pertrai1 <[email protected]>
Co-authored-by: pertrai1 <[email protected]>
|
@copilot please make updates based on review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 948bf2a0cc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…and schedule update Co-authored-by: pertrai1 <[email protected]>
Implements automated PDF summarization for arXiv papers linked in active recall issues. Summaries are triggered via comment (
@learning-review-bot summary) or automatically after 3 days.Implementation
Workflow (
.github/workflows/paper-summary.yml)daily-learning+llmlabels >3 days old without summarieshttps?://arxiv\.org/abs/[0-9]{4}\.[0-9]{4,5}(v[0-9]+)?PDF Processing (
scripts/summarize-paper.js)/abs/) to PDF URLs (/pdf/)pdf-parsemodule (dynamic import for CommonJS compatibility)Usage
Summary includes: research question, approach, key findings, significance, limitations.
Dependencies
pdf-parse@^1.1.1for PDF text extractionOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.