Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.63 KB

Enhancing Large Language Models via Structurization

This repo integrates a series of research projects focused on enhancing cognition abilities or injecting domain knowledge for LLMs via structurization:

Updates

  • 27.08.2024: Upload the codebase. Data and weights are coming.

How to Run

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.

Citation

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},
}