EditNTS icon indicating copy to clipboard operation
EditNTS copied to clipboard

This repo contains the code for our paper "EditNTS: An Neural Programmer-Interpreter Model for Sentence Simplification through Explicit Editing" accepted at ACL 2019.

Results 10 EditNTS issues
Sort by recently updated
recently updated
newest added

Thank you for the wonderful work. After working on this code for a few days, I was able to fix its problems with Python 3 (Windows 10, Python 3.8.3, PyTorch...

I am running EDITNTS: https://github.com/yuedongP/EditNTS without teacher forcing on some training data. When I run main.py I get the error: ``` File "/home/jba5337/work/ds440w/EditNTS-Google/editnts.py", line 252, in forward output_t = torch.cat((output_edits,...

There is no requirements.txt file or documentation of the dependencies. So far, I have sleuthed out the following, which may or may not be the right versions: ``` nltk==3.4 pandas==0.24.2...

Hi! I succesfully trained the model and now i would like to use it on new data, i assumed that the new data would need to be processed as well...

Hey i was trying to run your project on goggle colab, but I am getting an error in mai.py as i could not find these files 'val.df.filtered.pos' and 'train.df.filtered.pos

Hi, I have been trying to understand the provided code and have certain concerns about the decoder. main.py contains the following pieces of code ``` out = prepared_batch[2][:, :] tar...

Hello It is very interesting your work, I have a question, how do you get these files that you name in main.py with these extensions 'val.df.filtered.pos' and 'train.df.filtered.pos'; or where...

这里的comp_txt, simp_txt是什么?从哪里下载?

Hi, Would it be possible to have access to your system's output on the validation set of TurkCorpus/WikiLarge? Thank you. Best, Fernando