Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
/ headline_gen_onmt Public archive

OpenNMT Baseline for Headline Generation shared task on Dialogue 2019

License

Notifications You must be signed in to change notification settings

deepvk/headline_gen_onmt

Repository files navigation

OpenNMT Baseline

OpenNMT Baseline for Headline Generation shared task on Dialogue 2019

This baseline cut off the first sentence in a news article body. Then whis phrase is tekonized by sentecepiece, learned on Rossiya Segodnya corpus. The tokenized sequence is processed by seq2seq implemented on OpenNMT framework, also learned on Rossiya Segodnya corpus. The resulting sequence then de-tokenized to get hypothesis for article title.

To use it:

  1. fork and/or clone the repo;
  2. login into shared task private registry with command sudo docker login headlinegen.vkpartner.ru:5001
  3. build docker image with command sudo docker build --tag headlinegen.vkpartner.ru:5001/{your_token} .
  4. push docker image to registry with command sudo docker push headlinegen.vkpartner.ru:5001/{your_token}
  5. click Валидировать on shared task website.

About

OpenNMT Baseline for Headline Generation shared task on Dialogue 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published