cumulative-reasoning
[TMLR] Cumulative Reasoning With Large Language Models (https://arxiv.org/abs/2308.04371)
File Explorer
Download Latest Version (.zip)- .gitkeep
- autotnli-cot.py
- autotnli-cr.py
- autotnli-direct.py
- README.md
- test.json
- test.json
- test.json
- train.json
- test.json
- train.json
- test.json
- addsub.jsonl
- multiarith.jsonl
- singleeq.jsonl
- singleop.jsonl
- test.json
- test.json
- test.json
- stage3_no_offload_accelerate.conf
- stage3_offload_optim_accelerate.conf
- evaluate.py
- grader.py
- inference.py
- test_cr_-1_seed0_t0.0_s0_e500_11-12_10-39_59e3242.jsonl
- test_cr_-1_seed0_t0.0_s0_e500_11-12_10-39_59e3242_cr.metrics
- test_pal_-1_seed0_t0.0_s0_e500_11-12_18-41_530180a.jsonl
- test_pal_-1_seed0_t0.0_s0_e500_11-12_18-41_530180a_pal.metrics
- test_tora_-1_seed0_t0.0_s0_e500_11-11_16-50_bf1c260.jsonl
- test_tora_-1_seed0_t0.0_s0_e500_11-11_16-50_bf1c260_tora.metrics
- math.md
- math.md
- math-origin.md
- math.md
- eval.sh
- infer-openai-cr.sh
- infer-openai-pal.sh
- infer-openai-tora.sh
- train.sh
- finetune.py
- llama2_flash_attn_monkey_patch.py
- data_loader.py
- parser.py
- python_executor.py
- utils.py
- flash-attention.txt
- README.md
- requirements.txt
- cr-agent-assistant-v0.1.md
- cr-agent-xml-assistant-v0.2.xml
- folio-wiki-curated.jsonl
- folio-wiki-removed.jsonl
- folio-wiki.jsonl
- removed_entries.md
- get_curated_results.py
- .gitignore
- folio-cot-llm.py
- folio-cot-openai.py
- folio-cr-llm.py
- folio-cr-openai.py
- folio-direct-llm.py
- folio-direct-openai.py
- README.md
- requirements.txt
- .gitkeep
- 24.csv
- game24-openai.py
- game24_b=5.log
- README.md
- plot3.png
- README.md
- test.jsonl
- results-math-complex-cot-gpt-4.jsonl
- results-math-cr-4shot-gpt-4.jsonl
- results-math-cr-4shot-php-gpt-4.jsonl
- results-math-php-gpt-4.jsonl
- calculate_accuracy.ipynb
- complex-cot-math.txt
- complex-php-math.txt
- math-complex-cot.py
- math-cr-4shot-php.py
- math-cr-4shot.py
- math-php.py
- README.md
- .gitignore
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/iiis-ai/cumulative-reasoning
Downloads the entire project code from GitHub to your computer.
cd cumulative-reasoning
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
