research_insight
Answer research questions by building pivot statistics over arXiv and conference corpora. Analyze trends, rankings, and breakdowns by time, keyword, affiliation, author, and more.
Instructions
Build aggregate pivot statistics over the arXivSub corpora — the same engine as the website's Custom Chart. Use for trends, rankings, breakdowns and comparisons: 'how has interest in diffusion models trended', 'top institutions in RL', 'papers per month by keyword', 'avg citations by affiliation'. Returns rows of {dim, breakdown, value} for you to interpret and visualize. Requires Pro or active trial days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dim | Yes | REQUIRED axis. arxiv: time:day|week|month|year, keyword, category, affiliation, author, citation_bin. ciiina: time:year, keyword, conference, award, affiliation, author, citation_bin. | |
| corpus | No | 'arxiv' (recent arXiv) or 'ciiina' (conferences; 'conference' is an alias). Default 'arxiv'. | |
| filters | No | Optional object: search, start_date, end_date, keywords[], categories[] (arxiv), conferences[]/publish_years[]/awards[] (ciiina), affiliations[]. | |
| measure | No | count_papers (default) | count_authors | count_affiliations | count_keywords | avg_citation | median_citation | award_rate (ciiina only). | |
| options | No | Optional object: top_n_dim, top_n_breakdown, min_count, show_others, sort. | |
| breakdown | No | Optional second split, same value set as dim. e.g. dim=time:month, breakdown=keyword. |