KG-BART icon indicating copy to clipboard operation
KG-BART copied to clipboard

KG-BART: Knowledge Graph-Augmented BART for GenerativeCommonsense Reasoning

Results 10 KG-BART issues
Sort by recently updated
recently updated
newest added

Please point out where the file of "dataset/commongen.train.index.txt" is? When I ran entity_onehot.py, the program asks this file. Thanks.

Hi there, I am interested in using this model for an experiment, and would like to train it myself. I am wondering if you have an estimate of the training...

Hello Ye, thanks for making the code public. Not sure if I understand correctly, but from [here](https://github.com/yeliu918/KG-BART/blob/master/KGBART/KGBART_model/modeling_kgbart.py#L1076) it seems that the KG-augmented decoding layers are not applied during decoding. Could...

I try to run run_seq2seq.py and I got below error. I can't find any file named tokenizers.py or any function named RobertaProcessing. Does this repository miss some files or I...

Hello. I'm interested in using KGBART to create a model capable of generating stories usin commonsense. I have a dataset with stories and the respective refered concepts. What I did...

I see the max_seq_length and max_position is set to 32 and 64. Currently, when I was trying to do it with bigger size I was getting OOM even for batch...

File "reorder_src.py", line 38, in commongend = os.path.join(args.dataset_dir, args.commongend) AttributeError: 'Namespace' object has no attribute 'commongend'

What are the steps to train the model for the CSKG dataset?

I attempted to use the model for a separate task. With few, if any changes to the model, it seems that during generation, the model ignores all inputs to the...