The steps to generate a paper using CycleResearcher are as follows:
- Initialization Model: Import the CycleResearcher class via Python and select the model size (e.g. 12B), e.g.
researcher = CycleResearcher(model_size='12B')
The - Loading references: Prepare a reference file in BibTeX format and read the contents.
- Generating a Thesis: Call
generate_paper
method, specifying the topic and references, generates a paper that returns complete content containing an abstract, introduction, and other structures, which can be accessed through theprint_paper_summary
View Results.
A 12B model is used by default, which is suitable for most tasks, and users can also choose a larger scale model as needed.
This answer comes from the articleCycleResearcher: an AI-powered automation tool for academic research and reviewing manuscriptsThe