AIAny
Icon for item

ResearchStudio-Idea: An Evidence-Grounded Research-Ideation Skill Suite from ML Conference Outcomes

Provides a reusable skill suite for evidence-grounded research ideation: Paper-Search for multi-source literature retrieval, Scoop-Check for prior-art collision checking, and IdeaSpark for pattern-guided idea generation, evidence auditing, and idea-card rendering.

Introduction

Many ML research ideas stall at the “first mile”: turning an intuition into a literature-grounded, novel, and implementable proposal. ResearchStudio-Idea tackles this gap by extracting recurring ideation patterns from ML conference outcomes and packaging them as composable skills that generate, vet, and render traceable research candidates.

Key Findings
  • Pattern library and templates: distilled 31 recurring sub-patterns into 15 reusable ideation patterns, each mapped to contexts, bottlenecks, differentiation strategies, precedents, and common failure modes — so what? reduces ad-hoc prompting and gives structured starting points for grounded idea generation.
  • End-to-end skill suite: Paper-Search (multi-source retrieval), Scoop-Check (prior-art collision checking), and IdeaSpark (evidence grounding, pattern-guided generation, collision retrieval, audit, and idea-card rendering) — so what? combines retrieval, novelty checks, and audited proposal synthesis into one workflow.
  • Evidence-readiness and auditing: IdeaSpark assesses evidence readiness, performs outcome-informed audits, and retrieves conflicting prior work — so what? produces proposals with explicit supporting precedents and documented failure modes, improving traceability.
  • Empirical validation: built from a 1,947-paper corpus (ICLR/ICML/NeurIPS 2021–2025) and evaluated with blind automated judges; shown to yield stronger proposals than no-skill and generic-skill baselines — so what? indicates practical gains in proposal quality, not just stylistic polish.
Who it's for and trade-offs

Great fit if you want a reproducible, literature-grounded way to bootstrap research directions from ML conference outcomes, especially teams that need auditable idea provenance and collision checks. Look elsewhere if you need domain coverage beyond recent ML conferences (the pattern library and corpus focus ICLR/ICML/NeurIPS 2021–2025) or if you require full implementation pipelines rather than ideation-stage artifacts. The suite depends on the underlying retrieval quality and LLM capacities for pattern instantiation, so outputs require human validation before heavy investment.

How it works

The authors construct a curated corpus of ML conference outcomes, extract recurring ideation sub-patterns and operationalize them as structured cards, and implement three composable skills. IdeaSpark composes pattern selection, evidence grounding, collision retrieval, and audit into a single workflow that outputs ranked, scored idea cards with qualitative feedback and precedents. Automated-judge evaluations and comparative baselines are used to quantify improvements in proposal strength.

Information

  • Websitearxiv.org
  • AuthorsQihao Zhao, Yangyu Huang, Yalun Dai, Lingao Xiao, Jianjun Gao, Xin Zhang, Wenshan Wu, Scarlett Li, Yang He, Yan Lu
  • Published date2026/07/05

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

Transfers RL-induced policy shifts from a smaller 'weak' teacher to a stronger target by using the teacher's post-/pre-RL log-ratio as a dense implicit reward applied on the student's on-policy states. Enables reuse of RL supervision without running RL rollouts on the target, improving sample/time efficiency.

Introduces KronQ, a post-training quantization framework that incorporates gradient covariance via a Kronecker‑factored Hessian to guide input/output weight rotations and sensitivity-driven mixed-precision allocation. Demonstrates stable 2-bit weight-only quantization on LLaMA-3-70B (7.93 PPL).