get_citations_by_citations
Retrieve citing papers of a specified paper, sorted by citation velocity or total count. Optionally exclude the most recent year to highlight established impact.
Instructions
논문을 인용(citation)한 후속 연구들을 정렬해 반환합니다.
SS citations endpoint는 publicationDate 내림차순으로 응답한다 (인기 논문은
첫 페이지가 인용수 0인 신생 논문으로 가득 차 의미 있는 결과 추출에 다수의 API 호출
필요). 이를 막기 위해 exclude_recent_year=True이면 publicationDateOrYear=:<year-1>
필터로 가장 최근 1년을 제외 — velocity ≥ 10 같은 임계값과 정합 (신생 1년 미만은
누적 인용 시간 부족).
Args: paper_id: arXiv ID (예: "2304.08485"), DOI, 또는 Semantic Scholar ID. top_k: 반환할 상위 논문 수 (기본 20). max_fetch: 최대 수집 citation 수 (기본 1000). sort: "velocity"(기본, ADR-004) 또는 "count". current_year: velocity 기준 연도. None이면 현재. min_velocity: velocity 모드일 때 최소 velocity (기본 10). exclude_recent_year: True면 publication 직전 연도까지로 SS 응답을 제한 (가장 최근 1년 신생 제외, 기본 True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| top_k | No | ||
| max_fetch | No | ||
| sort | No | velocity | |
| current_year | No | ||
| min_velocity | No | ||
| exclude_recent_year | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |