Skip to content

DeanLight/dolores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dolores

Publication evaluation code, benchmarks, and experiment harness used in the paper.

🚧 🏗️ 👷 This repo is the publication home for the deep reasoning project — a user-facing release is on the way. 🛠️ ✨

Layout

src/
  dolores/         # YAML-driven experiment runner (`experiment.py`) and per-benchmark *_cli modules
  baselines/       # Baseline agents (react, codeact, cot, rlm, deepresearch, …)
  benchmarks/      # Benchmark implementations (synthworlds, phantomwiki, oolong, deepresearchqa, hello_world, …)
  config.py        # Paths, RunContext, settings
  core.py
  prompts.py
  vllm_utils.py
deep-reasoner/     # raw implementation of dolores and additional utilities
configs/
  agents/          # Agent YAML
  experiment_base/ # Shared includes for experiments
  main/            # Model / experiment matrix YAML
scripts/           # Run helpers (e.g. baselines, Slurm / sbatch)
analysis/          # Jupytext notebooks: aggregated results, tables, paper figures (`results.py`, …)

For concrete commands for reproducing runs in the paper (configs + scripts), see reproduction.md.

About

No description, website, or topics provided.

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors