├── Entity Resolution.ipynb ├── README.md ├── data ├── Keywords.xlsx ├── Property.xlsx ├── TrainSet1.0.json ├── TrainSet2.0.json └── TrainSet_bc.json └── inference_KG.py /Entity Resolution.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/Entity Resolution.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/README.md -------------------------------------------------------------------------------- /data/Keywords.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/data/Keywords.xlsx -------------------------------------------------------------------------------- /data/Property.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/data/Property.xlsx -------------------------------------------------------------------------------- /data/TrainSet1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/data/TrainSet1.0.json -------------------------------------------------------------------------------- /data/TrainSet2.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/data/TrainSet2.0.json -------------------------------------------------------------------------------- /data/TrainSet_bc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/data/TrainSet_bc.json -------------------------------------------------------------------------------- /inference_KG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MasterAI-EAM/Material-Knowledge-Graph/HEAD/inference_KG.py --------------------------------------------------------------------------------