rank_papers
Score and rank academic papers using a weighted formula based on relevance, recency, impact, and novelty to identify the most valuable research.
Instructions
Score and rank papers using 4-factor weighted formula.
Factors: relevance (0.55), recency (0.20), impact (0.15), novelty (0.10). Uses topic_prefs.json for relevance scoring and papers.jsonl for novelty detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| papers | Yes | List of paper dicts (from search_papers) | |
| top_n | No | Return top N papers after ranking |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |