π AnChineseNERE
November 25, 2025 Β· View on GitHub
A Pre-modern Chinese Corpus with Named Entity & Relation Annotation
π Important: The updated version of the dataset is now available here: π https://github.com/tangxuemei1995/SLCoLM
π·οΈ NER Task
π Dataset Location:
./ner/dataset/
π§ We use three different NER models in our paper.
Each modelβs code is stored under the ./ner directory.
π Every model folder contains a read.md file β‘οΈ which includes tutorials, environment setup, and training instructions.
π RE Task
π Dataset Location:
./re/data
π You can train Relation Extraction (RE) models using the scripts in ./re.
π Please refer to the readme.md inside the folder for:
- Data format description
- Training pipeline
- Evaluation and inference examples