HGAT
HGAT copied to clipboard
Possible missing code (build_features.py)
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 that line with this?
corpus[int(index2ind[int(ind)])] = corpus[int(index2ind[int(ind)])].replace(ori, ent)
Yes, it's so wired. How's your try?@abhinab303
Yes, it's so wired. How's your try?@abhinab303
Hi there, sorry for late reply. We tried changing that line. But the difference is not much (1% change in f1 score). We are not getting good score for our dataset. Graph provided by the author works fine.
I have a simple question. For agnews dataset, do we use the title or the description for the "document"?