Skip to content

About The corresponding code from our paper " Making Reasoning Matter: Measuring and Improving Faithfulness of Chain-of-Thought Reasoning" . Do not hesitate to open an issue if you run into any trouble!

Notifications You must be signed in to change notification settings

debjitpaul/Causal_CoT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Making Reasoning Matter: Measuring and Improving Faithfulness of Chain-of-Thought Reasoning 🚀

Repo in Progress ...

Python 3.9 MIT License arXiv

Official implementation of 📖 Making Reasoning Matter: Measuring and Improving Faithfulness of Chain-of-Thought Reasoning

🔗 Blog Post

Image

🔍 Contents

Dependencies

  • 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 virtualenv

Create and activate your virtual environment (optional):

$ virtualenv -p python3 venv
$ source venv/bin/activate

Install all the required packages:

$ pip install -r requirements.txt

Data

Data Reference
GSM8K 📖 , 🗂️
StrategyQA 📖 , 🗂️, 🔗
Causal Understanding 📖, 🗂️, 🔗
OpenBookQA 📖, 🗂️, 🔗
QuaRel 📖, 🗂️, 🔗
QASC 📖, 🗂️, 🔗

Setup

Start by cloning the repository:

git clone git@github.com:debjitpaul/Causal_CoT.git

Citation

@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}}

About

About The corresponding code from our paper " Making Reasoning Matter: Measuring and Improving Faithfulness of Chain-of-Thought Reasoning" . Do not hesitate to open an issue if you run into any trouble!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published