Official implementation of π Making Reasoning Matter: Measuring and Improving Faithfulness of Chain-of-Thought Reasoning
π Blog Post
- compatible with python 3.8
- dependencies can be installed using
requirements.txt - The codebase is built around Hugging Face ecosystem and wandb (for monitoring and experiment management).
Install VirtualEnv using the following (optional):
$ [sudo] pip install virtualenvCreate and activate your virtual environment (optional):
$ virtualenv -p python3 venv
$ source venv/bin/activateInstall all the required packages:
$ pip install -r requirements.txt| Data | Reference |
|---|---|
| GSM8K | π , ποΈ |
| StrategyQA | π , ποΈ, π |
| Causal Understanding | π, ποΈ, π |
| OpenBookQA | π, ποΈ, π |
| QuaRel | π, ποΈ, π |
| QASC | π, ποΈ, π |
Start by cloning the repository:
git clone git@github.com:debjitpaul/Causal_CoT.git@misc{debjit2024frodo,
title={Making Reasoning Matter: Measuring and Improving Faithfulness of Chain-of-Thought Reasoning},
author={Debjit Paul, Robert West, Antoine Bosselut and Boi Faltings}
year={2024},
eprint={2402.13950},
archivePrefix={arXiv},
primaryClass={cs.CL}}
