ictnlp / HMT

Source code for ICLR 2023 spotlight paper "Hidden Markov Transformer for Simultaneous Machine Translation"
MIT License
21 stars 2 forks source link

Requesting binary data #2

Open chenyangh opened 7 months ago

chenyangh commented 7 months ago

Hi Shaolei,

Thanks for releasing the checkpoints. Do you mind also uploading the corresponding binary data for reproducing?

Also, I wonder how you evaluate the AL. Are you using the SimuEval library?

zhangshaolei1998 commented 6 months ago

Thanks for the heads up, we've added WMT15 De-En's fairseq binary data in the latest commit.

Since earlier versions of SimulEval are slower to test, we calculate the AL value ourselves.

chenyangh commented 6 months ago

@zhangshaolei1998 Thanks so much!