propose_library_organization
Organize your paper library by clustering papers into topic groups, generating suggested collection names and paper counts.
Instructions
Cluster papers by topic and propose an AI-generated collection structure.
Uses abstracts and titles to embed papers, then clusters them with k-means.
Returns a proposed collection structure with suggested names and paper counts.
Args:
n_clusters: Number of topic clusters. 0 = auto-detect (sqrt of library size).
min_papers: Minimum papers per cluster to report (default 3).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n_clusters | No | ||
| min_papers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |