debjitpaul / Causal_CoT

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!

Home Page:https://debjitpaul.github.io/reasoningmatter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

https://debjitpaul.github.io/reasoningmatter/