check_duplicate_citations
Detect duplicate citations in a list by comparing DOIs and title similarity. Set a threshold to control matching sensitivity.
Instructions
Identify duplicate papers in a list based on DOI and Title similarity.
Args: papers_json: A JSON string containing a list of paper objects with 'title' and optional 'doi'. threshold: Similarity threshold (0-100) for title matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| papers_json | Yes | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |