Home/LLM Frameworks/ThoughtSource
ThoughtSource logo

ThoughtSource

Enrichment pending
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/

GraphCanon updated today · GitHub synced today

1.0k
Stars
81
Forks
15
Open issues
11
Watchers
1y
Last push
Jupyter Notebook MITCreated May 20, 2022

Trust & integrity

Full report
Maintenance
Dormant (571d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

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/

Capability facts

Languages
jupyter notebook

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

sudo apt install python3-pip
Source link

Tags

README

Installation

execute in terminal line by line:

git clone git@github.com:OpenBioLink/ThoughtSource.git
cd ThoughtSource

---

# install pip and virtualenv
sudo apt install python3-pip
sudo apt install python3-venv

---

# install requirements and API packages
pip install -e ./libs/cot[api]