Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COCA

This repository hosts the open-source project COCA.

GitHub: https://github.com/qingwang24/COCA

Project Structure

COCA/
├── README.md
├── code/              # Source code for cold start and COCA training.
│   ├── cold_start/    # Cold-start data processing, SFT, and self-play code.
│   ├── coca_train/    # COCA training and iterative GRPO training code.
│   └── readme.md      # Quick pointers to key training scripts.
└── prompts/           # Prompt templates and examples for COCA and evaluation.
    ├── README.md
    ├── coca_prompts.md
    ├── gpt4o_evaluation_prompt.md
    └── gpt4o_output_examples.md

Current Status

  • code/: contains the current implementation for cold-start training and COCA iterative training.
  • prompts/: contains prompt templates and output examples used by COCA and GPT-4o evaluation.

Code

The main code entry points are summarized in code/readme.md:

  • Iterative reasoning: code/cold_start/runner/vllm/self_play.py
  • Cold-start SFT: code/cold_start/runner/vllm/train.py
  • COCA training: code/coca_train/off_policy_GRPO/grpo_iter_new.py

Prompts

Notes

Runtime outputs, logs, checkpoints, and local cache files are intentionally excluded from version control.

About

COCA open-source project

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages