Skip to content

[NeurIPS 2024] Official implementation of the paper "Enhancing LLM’s Cognition via Structurization"

License

Notifications You must be signed in to change notification settings

alibaba/struxgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[NeurIPS 2024] Official implementation of the paper "Enhancing LLM’s Cognition via Structurization"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages