Renze Lou

Results 4 issues of Renze Lou

when I follow the instructions and download allennlp==0.4.0 successfully, an error occured as below: ``` from allennlp.modules.matrix_attention import DotProductMatrixAttention ImportError: cannot import name 'DotProductMatrixAttention' ``` but I can't find any...

Dear authors, I found you set the `max_event `and `max_affect` to 17 and 35 respectively. However, the length of my input event is much longer than 17, can I change...

Dear author, Thank you for your amazing work appearing in COLING 18. I found you reported the WES in your paper. However, I couldn't find any corresponding metric computing script...

When using the `get_response` function in `utils/prompter.py`, we can easily get `List IndexError` due to the case sensitivity of the `split` method. For example, the LLaMa's output is in lowercase,...