Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

Add translation pipeline model #110

Closed haileyschoelkopf closed 2 years ago

haileyschoelkopf commented 2 years ago

add a translation pipeline model class (other lang -> translate to english -> summarization in english -> translate summaries to english)

Addressing #109

haileyschoelkopf commented 2 years ago

still TODO: add this new model to the documentation

niansong1996 commented 2 years ago

Let's merge #96 and #98 first and maybe rebase this branch on the merged main to make the changes on the translation pipeline model actually stand out. Sorry about the delay on those PRs.

haileyschoelkopf commented 2 years ago

@niansong1996 should be ready for review now!

haileyschoelkopf commented 2 years ago

All set with the changes! (assuming you were referring to the mBART-50 listed languages in the README)

niansong1996 commented 2 years ago

LGTM, merging now