abhinab303

Results 3 issues of abhinab303

on this line: `entityList = json.loads(entityList)` when `entityList` input string equals to `null`(which was produced for my dataset by tagMe.py), `entityList` would be of type `None` and it will cause...

It seems that in paper, type-level attention is calculated followed by node-level. But in code it looks quite the opposite. Also, in node-level attention, there is no concatenation operation like...

![image](https://user-images.githubusercontent.com/33117645/94355889-dfd8d500-00a7-11eb-9bab-ca9b5f63dcc1.png) build_features.py line 111: Is this line trying to replace the original corpus? I think it does nothing now. This information is also used in function: `preprocess_corpus_notDropEntity` can I replace...