SawanKumar28 / nile

NILE : Natural Language Inference with Faithful Natural Language Explanations
Apache License 2.0
29 stars 5 forks source link

Generating explanations #6

Closed shanestorks closed 1 year ago

shanestorks commented 2 years ago

It seems that after fine-tuning the label-specific generators, actually generating all of the data takes a long time. Based on the time taken so far, it seems it would take ~30 hours per label/data partition pair. Is this expected? Are the pre-generated explanations from the pre-trained generators already available somewhere?

Thanks!

SawanKumar28 commented 1 year ago

The generated explanations for the dev and test sets are present at generated_explanations

shanestorks commented 1 year ago

Thanks for the pointer. Closing.