This repository contains the official implementation of "Teaming humans and large language models for superior decision-making," part of the BrainGPT project.
To run the code, you need to clone and install this repository locally, e.g., in the command line, run:
git clone https://github.com/braingpt-lovelab/haico.git
cd haico
pip install -e .
If you use haico
consider citing our manuscript.
@misc{yáñez2024confidenceweightedintegrationhumanmachine,
title={Confidence-weighted integration of human and machine judgments for superior decision-making},
author={Felipe Yáñez and Xiaoliang Luo and Omar Valerio Minero and Bradley C. Love},
year={2024},
eprint={2408.08083},
archivePrefix={arXiv},
primaryClass={cs.HC},
url={https://arxiv.org/abs/2408.08083},
}