This repo integrates a series of research projects focused on enhancing cognition abilities or injecting domain knowledge for LLMs via structurization:
- Enhancing LLM’s Cognition via Structurization, NeurIPS-24.
- Structure-aware Domain Knowledge Injection for Large Language Models, ArXiv'24.
- 27.08.2024: Upload the codebase. Data and weights are coming.
Install the dependencies:
pip install -r requirements.txt
Click a paper below to see the detailed instructions on how to run the code in examples/*
to reproduce the results.
- Enhancing LLM’s Cognition via Structurization
- Structure-aware Domain Knowledge Injection for Large Language Models
If you use this code in your research, please kindly cite the following papers
@article{liu2024enhancing,
title={Enhancing LLM's Cognition via Structurization},
author={Liu, Kai and Fu, Zhihang and Chen, Chao and Zhang, Wei and Jiang, Rongxin and Zhou, Fan and Chen, Yaowu and Wu, Yue and Ye, Jieping},
journal={Advances in Neural Information Processing Systems},
volume={38},
year={2024}
}
@article{liu2024educating,
title={Structure-aware Domain Knowledge Injection for Large Language Models},
author={Liu, Kai and Chen, Ze and Fu, Zhihang and Jiang, Rongxin and Zhou, Fan and Chen, Yaowu and Wu, Yue and Ye, Jieping},
year={2024},
archivePrefix={arXiv},
primaryClass={cs.CL},
}