# ShijiNLP **Repository Path**: sdu-dh/shiji-nlp ## Basic Information - **Project Name**: ShijiNLP - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nlp, data ## README ## *Shiji* Natural Language Processing Dataset by Shandong University Digital Humanities Lab This dataset exists in two formats: raw .txt and BIO annotation format. **file structure:** ``` |--data | --raw | --Shiji.txt | --BIO | --all.txt | --test.txt | --train.txt | --pred_disp | --display | --category.json | --v_e_define.py | --display_graph.py | --predict.result | --rel.pred.data |--README.md |--LICENSE ``` **using these data please cite the following papers:** ``` [1] 王一钒,李博,史话,苗威 & 姜斌.(2021).古汉语实体关系联合抽取的标注方法. 数据分析与知识发现(09),63-74. [2] Li B, Wei J, Liu Y, Chen Y, Fang X, Jiang B. Few-Shot Relation Extraction on Ancient Chinese Documents. Applied Sciences. 2021; 11(24):12060. https://doi.org/10.3390/app112412060. ```