deeptype icon indicating copy to clipboard operation
deeptype copied to clipboard

Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"

Results 21 deeptype issues
Sort by recently updated
recently updated
newest added

On the paper, Table 1 (c) shows the entity linking scores, but how to solve them especially CoNLL scores? ``` (c) Entity Linking model Comparison. CoNLL Link Count only: 68.614...

When I tried to train the deeptype model using Tensorflow 1.14 it failed. On [this line](https://github.com/openai/deeptype/blob/master/learning/train_type.py#L1016) it failed saying that it got the input_mode argument twice. After some digging in...

There are many problems when install wikidata_linker_utils with python3.7 or Cython > 0.26. Issue about Cython >0.26: - https://github.com/openai/deeptype/issues/38 Problems using Python3.7: - Python 3.7 introduced a change which made...

I am having an issue with the training, even running the examplepython3 learning/train_type.py learning/test/config.json give me the following error: File "learning/train_type.py", line 2690, in main() File "learning/train_type.py", line 2623, in...

My question is how to select 100 types from all types? Is it all manual built? Does this approach support the use of other knowledge base building? Thanks a lot!!!

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

I had issues installing wikidata_linker_utils_src with Cython 0.28 (as per allowed by the requirements). Rolling back to 0.26 worked fine.

root@32b7ac932d95:/notebooks/deeptype# ./extraction/full_preprocess.sh ${DATA_DIR} en fr es Downloading wikidata into data/. Will prepare language: en Will prepare language: fr Will prepare language: es Creating data directory Done. Downloading and preparing Wikidata:...

I'm having trouble installing wikidata_linker_utils_src/ on mac High Sierra. The error message is /private/var/folders/pg/2c5pcvy10pgbqdj931yyr82r0000gn/T/pip-auqg6k2b-build/src/cython/wikidata_linker_utils/fast_disambiguate.cpp:585:10: fatal error: 'unordered_set' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. error: command 'gcc' failed with...

Hi, I have an issue when To use the saved graph projection on wikipedia data to test out how discriminative this classification is (Oracle performance) (edit the config file to...