Shuyang Cao

Results 3 issues of Shuyang Cao

Hi, according to the `preprocess.py` file, you choose the special tokens as follows, ``` tgt_bos = '' tgt_eos = '\u0120GDDR' tgt_pad = '\u0120SHALL' tgt_unk = '\u0120RELE' src_pad = '\u0120SHALL' src_unk...

Thanks for the great work! I have two questions regarding the code base: In `Pyraformer_LR.py`, the `q_k_mask` is constructed given the `inner_size` and `window_size`. https://github.com/alipay/Pyraformer/blob/3cde01c18384f82a74ef339d90e601ee33def36f/pyraformer/Pyraformer_LR.py#L30 However, according to the definition...

Congrats on your great work and thanks for releasing the code. When I tried to run the fact graph evaluation script on summaries generated by my system with ``` ./evaluate.sh...