LERG
LERG copied to clipboard
A unified approach to explain conditional text generation models. Pytorch. The code of paper "Local Explanation of Dialogue Response Generation, NeurIPS 2021"
Results
1
LERG issues
Sort by
recently updated
recently updated
newest added
Hi, I noticed that the function call to `plot_interactions` in the [eval script](https://github.com/Pascalson/LERG/blob/main/eval.py#L74) includes a `save_path` argument, but the [definition](https://github.com/Pascalson/LERG/blob/main/lerg/visualize.py#L4) does not have this parameter. For now I've removed the...