semantic_scholar_multi_recommend
Retrieve academic paper recommendations using multiple positive and negative example papers to steer results toward desired topics and away from unwanted ones.
Instructions
Get recommendations using multiple positive and negative example papers.
Use instead of semantic_scholar_recommendations when steering with more
than one example: results resemble positive_paper_ids and are pushed away
from negative_paper_ids. Example:
positive_paper_ids=['ARXIV:1706.03762', 'DOI:10.18653/v1/N19-1423'],
negative_paper_ids=['ARXIV:1409.0473']. Accepts 1-100 positive and up to
100 negative IDs in any supported paper-ID format; malformed IDs raise an
error before any request is made. Returns up to `limit` (1-500, default
10) papers, Markdown by default or response_format='json' for raw JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |