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

I want to extract the optimal entity from a list of candidates using Equation 6 from the paper: ![image](https://user-images.githubusercontent.com/12481660/46941202-d3166e80-d094-11e8-8d15-9c032699a96f.png) But I don't how to find associated types of each candidate...

Hi Jonathan, I have trained a model with generated sample by: python3 extraction/produce_windowed_h5_tsv.py /data/datasets/wikipedia/en_train.tsv /data/datasets/wikipedia/en_train.h5 /data/datasets/wikipedia/en_dev.h5 --window_size 10 --validation_start 1000000 --total_size 200500000 and python3 learning/train_type.py my_config.json --cudnn --fused --hidden_sizes 200...

Hi, Per https://arxiv.org/pdf/1802.01021.pdf Table 1, the tested accuracy is 0.98. The model generated using the provided systems: typeclassifier has a F1 score of .88 cmd: python3 learning/train_type.py my_config_v2.json --cudnn --fused...

When running 'full_process.sh' I seem to get a key error, the exact error message is: 'Traceback (most recent call last): File "extraction/fast_link_fixer.py", line 594, in main() File "extraction/fast_link_fixer.py", line 456,...

Hello I am currently running the command below with traceback shown. Do I need to start over and delete enwiki-latest-pages-articles.xml? I've had to start and stop this script once because...

Hi, is there anything that I can run without training such a big model?

I'd like to experiment with this but I don't want to train a model, I want to use an existing model (the best one available if possible) Is there some...

I'm curious how you compute the candidate entities for some mention. In the paper it says you use a lookup table, but does not say how that lookup table is...

Hi, I get this issue when running: python3 extraction/project_graph.py ${DATA_DIR}wikidata/ extraction/classifiers/type_classifier.py Full error: Traceback (most recent call last): File "extraction/project_graph.py", line 183, in main() File "extraction/project_graph.py", line 93, in main...

Hi, I'm having some problems replicating the metrics, to summarize the whole issue **Training** When i trained the system using the 108 type axes in type_classifier.py, the training saturates at...