Skip to content

Releases: OpenBioLink/ThoughtSource

v1.0.0

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 11 Jul 16:04
733f262
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

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 10 Mar 16:20
5d40afa

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

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 08 Mar 11:34
0c1ba95

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

v0.0.3

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 08 Mar 10:41
5305b86

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

v0.0.2

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 08 Mar 10:40
ce49ab1

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

Choose a tag to compare

@KonstantinHebenstreit KonstantinHebenstreit released this 08 Mar 10:35
75d7bb0

Initial release after Twitter announcement of project