openai / deeptype

Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"
https://arxiv.org/abs/1802.01021
Other
649 stars 146 forks source link

Where is this file, or from which file and step it was generated? #51

Open Tesla-jiang opened 5 years ago

Tesla-jiang commented 5 years ago

Excuse me,Where is this file, or from which file and step it was generated? "en_field_auc_w10_e10.json" in the file evolve_type_system.py

JonathanRaiman commented 5 years ago

Sorry for the reference to a missing file. These fields are generated by training classifiers using learning/evaluate_learnability.py. This script creates a JSON with the AUC of different types and relations. You can configure what classifier you want for the AUC measurement (the json you asked about has window size w10 and embedding size 10 e10, but you can train a larger or smaller one. I recommend training multiple to ensemble their results).