Conversation
Extract arXiv ids and known titles from 解读 text, persist only catalog matches on the review JSON, and render those mentions as links that open the other paper's review. An Update button rematches against the current catalog without regenerating the LLM write-up. Co-authored-by: Daniel <znsoft@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When a paper 解读 mentions another work that is already in the catalog, that mention becomes a clickable link to that paper’s review. An Update references / 更新引用 button re-scans the existing review text against the current catalog and persists the links (no LLM regenerate).
Behavior
2504.15585,arXiv:…,arxiv.org/abs/…, optionalvN, oldhep-th/9901001) and known catalog titles (length/word floor to avoid short false positives).paper_id,title,arxiv_id,has_review,match) are stored onreviews/<id>.jsonand returned on GET/papers/review/{id}.#review=<id>makes the link shareable.API
POST /papers/review/{id}/refs— rematch + persistrefsTest plan
go test ./internal/api/ -count=1(passed)#review=<id>). ZH/EN button labels.Walkthrough
Catalog with 查看解读
Review after Update references
Clicked citation opens linked review
review-citation-links.mp4
Stacked on
cursor/papers-catalog-snapshot-c8a7(latest papers tip with the 解读 overlay).To show artifacts inline, enable in settings.