πŸŽ‹ 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