Papers › Chain of Ideas: Revolutionizing Research Via Novel Idea Development with LLM Agents

Chain of Ideas: Revolutionizing Research Via Novel Idea Development with LLM Agents

17 Oct 2024arXiv:2410.13185archive 2025-07-28

Long Li, Weiwen Xu, Jiayan Guo, Ruochen Zhao, Xingxuan Li, Yuqian Yuan, Boqiang Zhang, Yuming Jiang, Yifei Xin, Ronghao Dang, Deli Zhao, Yu Rong, Tian Feng, Lidong Bing

Effective research ideation is a critical step for scientific research. However, the exponential increase in scientific literature makes it challenging for researchers to stay current with recent advances and identify meaningful research directions. Recent developments in large language models~(LLMs) suggest a promising avenue for automating the generation of novel research ideas. However, existing methods for idea generation either trivially prompt LLMs or directly expose LLMs to extensive literature without indicating useful information. Inspired by the research process of human researchers, we propose a Chain-of-Ideas~(CoI) agent, an LLM-based agent that organizes relevant literature in a chain structure to effectively mirror the progressive development in a research domain. This organization facilitates LLMs to capture the current advancements in research, thereby enhancing their ideation capabilities. Furthermore, we propose Idea Arena, an evaluation protocol that can comprehensively evaluate idea generation methods from different perspectives, aligning closely with the preferences of human researchers. Experimental results indicate that the CoI agent consistently outperforms other methods and shows comparable quality as humans in research idea generation. Moreover, our CoI agent is budget-friendly, with a minimum cost of $0.50 to generate a candidate idea and its corresponding experimental design.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.13185")

Code

Syntology Ran 14 of 15 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong; 13 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

damo-nlp-sg/coi-agent officialmentioned in papermentioned on GitHubApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 14 ran; 0 honoured the contract we drafted; 1 has no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
13ran
1unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from damo-nlp-sg/coi-agent. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_image damo-nlp-sg/coi-agent/LLM.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f41cb1a19b154297 · report
extract damo-nlp-sg/coi-agent/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · f650e65cc3083d84 · report
extract damo-nlp-sg/coi-agent/searcher/sementic_search.py official repository ran fingerprinted Apache-2.0 (permissive) · 4abf0ae6b3c8d8de · report
extract_json damo-nlp-sg/coi-agent/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 8da3d9ba5f65d0b8 · report
fetch damo-nlp-sg/coi-agent/searcher/sementic_search.py official repository ran Apache-2.0 (permissive) · 4872fb8c1582e598 · report
get_content_between_a_b damo-nlp-sg/coi-agent/LLM.py official repository ran Apache-2.0 (permissive) · a6d4e225abfd096e · report
get_deep_check_idea_novel_search_query_prompt damo-nlp-sg/coi-agent/prompts/deep_research_agent_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 62498ce66167479b · report
get_deep_rewrite_query_prompt damo-nlp-sg/coi-agent/prompts/deep_research_agent_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 9f075963c52cb8a9 · report
get_deep_search_query_prompt damo-nlp-sg/coi-agent/prompts/deep_research_agent_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 954ecd542ae11bc3 · report
get_judge_experiment_all_prompt damo-nlp-sg/coi-agent/prompts/juder_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 4ddd0eb717fa5b8e · report
get_judge_idea_all_prompt damo-nlp-sg/coi-agent/prompts/juder_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 8f8af080a9c99830 · report
get_review_experiment_design_suggestions_prompt damo-nlp-sg/coi-agent/prompts/review_agent_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 455aefd097ad94ca · report
get_review_search_related_paper_prompt damo-nlp-sg/coi-agent/prompts/review_agent_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · ec479392ccee5103 · report
get_review_suggestions_from_papers_prompt damo-nlp-sg/coi-agent/prompts/review_agent_prompts.py official repository ran fingerprinted Apache-2.0 (permissive) · 7480cf0c2cd3d240 · report
get_openai_url damo-nlp-sg/coi-agent/LLM.py official repository unverified Apache-2.0 (permissive) · d79e88c565eff1fa · report

Tasks

Experimental Design

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections