junseokkim00/ReASC

[ACL 2026] Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

0

stars

1

commits

Jupyter Notebook

primary language

Apr 15, 2026

updated

README

ReASC: Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

The Official code for Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

  1. generate conda environment
$ conda env create -f environment.yaml
$ conda activate reasc
  1. run run_self_certainty_calibration.sh to get result for calibration set in offline settings
  2. edit run_sc_self_certainty.sh and run it for the result of standard Self Consistency.
  3. run each notebook within ./notebooks for the result of ASC, ESC, ReASC Offline and ReASC Online

Contributors

junseokkim00

1 commits

junseokkim00/ReASC

[ACL 2026] Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

0

stars

1

commits

Jupyter Notebook

primary language

Apr 15, 2026

updated

README

ReASC: Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

The Official code for Reliability-Aware Adaptive Self-Consistency for Efficient Sampling in LLM Reasoning

  1. generate conda environment
$ conda env create -f environment.yaml
$ conda activate reasc
  1. run run_self_certainty_calibration.sh to get result for calibration set in offline settings
  2. edit run_sc_self_certainty.sh and run it for the result of standard Self Consistency.
  3. run each notebook within ./notebooks for the result of ASC, ESC, ReASC Offline and ReASC Online

Contributors

junseokkim00

1 commits

Languages

Jupyter Notebook

98.0%

Python

1.9%