Project for SJTU AI3612.
Using pre-trained models (BERT, RoBERTa, etc.) and ChatGPT to extract Chinese medical entities from text.
The project is developed by Haoyu Zhen, Haoran Wang, and Zherui Huang.
Note that the contributors have equal contributions to this work and are listed in no particular order.
The dataset can be obtained in CMeEE dataset.
Change your work directory to the corresponding directory first.
$ cd CMeEE-Pretrained # for using pre-trained models
# or
$ cd CMeEE-GPT # for using ChatGPT
Then read the README.md
in the directory for more details.