├── LICENSE ├── README.md ├── arch.jpg ├── bleu.py ├── model.py ├── reader.py ├── requirements.txt ├── rouge.py ├── train.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/README.md -------------------------------------------------------------------------------- /arch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/arch.jpg -------------------------------------------------------------------------------- /bleu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/bleu.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/model.py -------------------------------------------------------------------------------- /reader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/reader.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/requirements.txt -------------------------------------------------------------------------------- /rouge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/rouge.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/train.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PreferredAI/mrg/HEAD/utils.py --------------------------------------------------------------------------------