stanford-oval/storm

[Question] How to change article style

northvip opened this issue · 1 comments

How can I support the output of articles in genres other than wiki (such as argumentative essays)? Which positions in the code need to be adjusted?
Thanks!

STORM is implemented in a highly modular way which kind of resonates with the nature of knowledge curation (one definition of it is “the process of selecting, organizing, and presenting information to make it more useful and easier to use”). So if you look at the entry file of STORM, it decouples the full pipeline into multiple stage in run(). It turns the gathered information into a Wikipedia-like article in if do_generate_article step. So if you want to customize the output format, keeping the former part unchanged and making this part more flexible could be a good starting point.

Contribution to customizing article style is welcome.