Skip to content

Releases: OpenBioLink/ThoughtSource

v1.0.0

11 Jul 16:04
733f262
Compare
Choose a tag to compare
Released ThoughtSource_33 collection with 60 reasoning chains for each item: Collection.load_thoughtsource_33()
Added an option for creating chained commands
Added chat option of gpt
Added filtering functions for already created chain-of-thoughts
Added new datasets: MMLU (six medical subsets) and open-ended question version of MedQA

v0.0.5

10 Mar 16:20
5d40afa
Compare
Choose a tag to compare

Selecting specific generated_cots is now possible with any argument you want:
E.g. selecting all generated_cots from Wei with cot_trigger None:

coll = Collection(["commonsense_qa"], load_pregenerated_cots=True)
coll = coll.select("validation")
# select which generated cots to keep in Collection
coll.select_generated_cots(author="wei", cot_trigger=None)

v0.0.4

08 Mar 11:34
0c1ba95
Compare
Choose a tag to compare

Evaluation function improved. Function to load ThoughtSource100 collection: Collection.load_thoughtsource_100()

v0.0.3

08 Mar 10:41
5305b86
Compare
Choose a tag to compare

ThoughtSource_100 collection released with reasoning chains from GPT-text-davinci-003, flan-t5-xxl, and cohere's command-xl

v0.0.2

08 Mar 10:40
ce49ab1
Compare
Choose a tag to compare

Annotator tool updated for correct data schema (this might result in errors loading old datasets, when loading from json files).

Changes in datasets:
        Pubmed_qa: Included "LONG_ANSWER" from origin schema as "cot" in ThoughtSource schema

v0.0.1

08 Mar 10:35
75d7bb0
Compare
Choose a tag to compare

Initial release after Twitter announcement of project