Future-House / paper-qa

High accuracy RAG for answering questions from scientific documents with citations
Apache License 2.0
6.44k stars 618 forks source link

How to reproduce wikicrow article generation? #635

Open nebw opened 4 weeks ago

nebw commented 4 weeks ago

Is there a recipe or script to exactly reproduce the steps used to create the WikiCrow articles for genes (e.g., https://wikicrow.ai/NOVA2)?

I've seen the config file https://github.com/Future-House/paper-qa/blob/main/paperqa/configs/wikicrow.json, but how exactly was this used to create the articles?

Thanks in advance!

dosubot[bot] commented 4 weeks ago

Hey @nebw! I'm here to help you out with any bugs, questions, or contributions you have. Let's tackle this together!

The wikicrow.json configuration file in the paper-qa repository contains various parameters and settings that control the behavior of the system for generating articles, such as language model usage, evidence retrieval, document parsing, and agent operations [1]. However, the repository does not provide specific scripts or a detailed recipe for reproducing the exact steps used to create the WikiCrow articles for genes. You might need to explore the repository further or experiment with the configuration settings to achieve similar results.

To continue talking to Dosu, mention @dosu.

henrisuurorg commented 3 weeks ago

I'm also very interested in this.