freesunshine0316 / semantic-nmt

Code corresponding to our paper "Semantic Neural Machine Translation using AMR"
26 stars 5 forks source link

seq2seq dataset #2

Closed Fije closed 5 years ago

Fije commented 5 years ago

Hi, I was wondering, does the seq2seq folder provided on your repo contain the files used to retrieve your paper's seq2seq results? I was hoping to do some baseline experiments. I'm asking because the NP2P_data_stream.py file seems to read data for a Question-Answering task. Many thanks in advance.

freesunshine0316 commented 5 years ago

Hi, The codes are originally developed for a QA task, but it's been adapted to MT. Actually read_all_GenerationDatasets is in use, and it's guaranteed by this

Fije commented 5 years ago

Ahaaa, I see. Thank you!

Fije commented 5 years ago

Hi @freesunshine0316 ,

Reading your paper, I don't think I can find much about parameter settings for you seq2seq baseline. Can I assume they were roughly the same as in Dual2Seq?

If I run both with roughly the same dimension settings in the config files, it seems like Dual2Seq is much larger than Seq2Seq.

Thank you, Fije

freesunshine0316 commented 5 years ago