Code repository for EMNLP 2025 long paper HICode: Hierarchical Inductive Coding with LLMs [Arxiv]
- OpenAI API credentials (for GPT-based models)
- Install dependencies (see below)
pip install requirements.txtSee demo.ipynb for a step-by-step example of how to use HICode for identifying the query types asked by astronomers.
If you use HICode in your research, please cite:
@misc{zhong2025hicodehierarchicalinductivecoding,
title={HICode: Hierarchical Inductive Coding with LLMs},
author={Mian Zhong and Pristina Wang and Anjalie Field},
year={2025},
eprint={2509.17946},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2509.17946},
}
For more details, see the documentation or contact the authors.