OpenBioLink / ThoughtSource

A central, open resource for data and tools related to chain-of-thought reasoning in large language models. Developed @ Samwald research group: https://samwald.info/
MIT License
863 stars 69 forks source link

Load_precomputed_cots #97

Closed KonstantinHebenstreit closed 1 year ago

KonstantinHebenstreit commented 1 year ago

When loading datasets, decide which pregenerated CoTs to load. This is done by writing the names of the authors of which you want to load the pregenerated CoTs. E.g. "kojima".

Note on understanding the code: Unfortunately, it is not possible to decide that while loading, so all pregenerated CoTs are loaded, and the ones not selected are deleted.