discover_authors
Find academic researchers by topic or name to identify experts in fields like machine learning and computer science, providing research metrics and publication details.
Instructions
Discover researchers by topic (semantic search) or name. For research topics like 'efficient LLM inference' or 'graph neural networks', uses embedding similarity to find relevant authors. For short name queries, uses fuzzy name matching. Returns h-index, paper counts, research topics, and rank scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Topic or researcher name e.g. 'efficient transformer training' or 'Yann LeCun' | |
| field | No | Filter by primary research field e.g. 'cs.LG', 'cs.CV', 'cs.CL' | |
| limit | No | Max results (default 20) |