Get Paper Recommendations
get_recommendationsFinds similar academic papers based on specified paper IDs, optionally excluding papers similar to negative examples.
Instructions
基于指定论文获取推荐的相关论文
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 推荐数量,最大 500 | |
| negativePaperIds | No | 负向参考论文 ID 列表(想要避免类似的论文) | |
| positivePaperIds | Yes | 正向参考论文 ID 列表(想要找类似的论文) |