GreaseLM
GreaseLM copied to clipboard
[ICLR 2022 spotlight]GreaseLM: Graph REASoning Enhanced Language Models for Question Answering
I am trying to solve the error: ` File "D:\GreaseLM\modeling\modeling_greaselm.py", line 583, in from_pretrained raise EnvironmentError(msg) - 'bert-large-uncased' is a correct model identifier listed on 'https://huggingface.co/models' - or 'bert-large-uncased' is...
In these code https://github.com/snap-stanford/GreaseLM/blob/65d7ac84854293f630d6f8ce1428234126c74281/preprocess_utils/graph.py#L315 It extract 2-hop nodes from KG, but it just extract 1-hop nodes from kg actually.
Hello, Thank you very much for providing the implementation of your model. I have a question regarding the Roberta baseline. Unfortunately, I could not find the implementation of Roberta baseline...