gitextract_caa2f0pp/ ├── .gitignore ├── .idea/ │ ├── bert_document_classify.iml │ ├── codeStyles/ │ │ └── Project.xml │ ├── dbnavigator.xml │ ├── encodings.xml │ ├── inspectionProfiles/ │ │ └── Project_Default.xml │ ├── misc.xml │ ├── modules.xml │ └── vcs.xml ├── README.md ├── att.py ├── bert/ │ ├── __init__.py │ ├── args.py │ ├── extract_feature.py │ ├── graph.py │ ├── modeling.py │ ├── optimization.py │ └── tokenization.py ├── data/ │ ├── data_into_train_test.py │ ├── rel_dict.json │ ├── relation_bar_chart.py │ ├── test.txt │ ├── train.txt │ └── 人物关系表.xlsx ├── load_data.py ├── model_predict.py ├── model_train.py └── requirements.txt