Skip to content

generalthoughts

generalthoughts

GeneralThought-430K (filtered) — external reasoning corpus.

NOT USED FOR EVALUATION. Provides the LLM-guided spec search proposer with a large pool of reasoning trajectories to reason over (via openjarvis.learning.distillation.external_adapter) when the diagnose phase wants signal from a broad reasoning corpus rather than the per-cell student's own trace history.

HF dataset: natolambert/GeneralThought-430K-filtered (filtered variant of GeneralReasoning/GeneralThought-430K — community/verifier-score filtered).

Classes

GeneralThoughtsDataset

GeneralThoughtsDataset()

Bases: DatasetProvider

GeneralThought-430K (filtered) external reasoning corpus for LLM-guided spec search.

Source code in src/openjarvis/evals/datasets/generalthoughts.py
def __init__(self) -> None:
    self._records: List[EvalRecord] = []

Functions