├── .DS_Store ├── LICENSE ├── README.md ├── copynmt_eval.sh ├── copynmt_train.sh ├── data ├── .DS_Store ├── for_test.txt ├── for_train.txt ├── test-original.txt ├── test-reframed.txt ├── train-original.txt ├── train-reframed.txt ├── validation-original.txt ├── validation-reframed.txt ├── wholedev.csv ├── wholetest.csv ├── wholetrain.csv └── wholetrain_gpt.txt ├── frontpage.png ├── output └── .DS_Store ├── requirements.txt └── run.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/README.md -------------------------------------------------------------------------------- /copynmt_eval.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/copynmt_eval.sh -------------------------------------------------------------------------------- /copynmt_train.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/copynmt_train.sh -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/for_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/for_test.txt -------------------------------------------------------------------------------- /data/for_train.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/for_train.txt -------------------------------------------------------------------------------- /data/test-original.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/test-original.txt -------------------------------------------------------------------------------- /data/test-reframed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/test-reframed.txt -------------------------------------------------------------------------------- /data/train-original.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/train-original.txt -------------------------------------------------------------------------------- /data/train-reframed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/train-reframed.txt -------------------------------------------------------------------------------- /data/validation-original.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/validation-original.txt -------------------------------------------------------------------------------- /data/validation-reframed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/validation-reframed.txt -------------------------------------------------------------------------------- /data/wholedev.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/wholedev.csv -------------------------------------------------------------------------------- /data/wholetest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/wholetest.csv -------------------------------------------------------------------------------- /data/wholetrain.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/wholetrain.csv -------------------------------------------------------------------------------- /data/wholetrain_gpt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/data/wholetrain_gpt.txt -------------------------------------------------------------------------------- /frontpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/frontpage.png -------------------------------------------------------------------------------- /output/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/output/.DS_Store -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/requirements.txt -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SALT-NLP/positive-frames/HEAD/run.py --------------------------------------------------------------------------------