stanfordnlp / stanza

Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages
https://stanfordnlp.github.io/stanza/
Other
7.2k stars 885 forks source link

To implement SOTA text summarization architecture #935

Open techverve opened 2 years ago

techverve commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is to have a module that provides text summarization. This is an added-on feature for stanza, which might benefit all the current developers using this package.

Describe the solution you'd like In the initial phase, we could look to implement SOTA text summarization architecture for the English language alone, later the scope could be expanded to other languages.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. NA

Additional context Add any other context or screenshots about the feature request here. NA

AngledLuffa commented 2 years ago

It's on the list!

On Wed, Jan 26, 2022, 4:46 AM Joy Jefferson @.***> wrote:

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is to have a module that provides text summarization. This is an added-on feature for stanza, which might benefit all the current developers using this package.

Describe the solution you'd like In the initial phase, we could look to implement SOTA text summarization architecture for the English language alone, later the scope could be expanded to other languages.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. NA

Additional context Add any other context or screenshots about the feature request here. NA

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/stanza/issues/935, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2AYWIVJGSLH3Y7YABVTGDUX7UJXANCNFSM5M26ETHQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

techverve commented 2 years ago

Great! I would love to work on it if you would like :)

AngledLuffa commented 2 years ago

I never did mention this, but if you wanted to convert Abi See's pointer generator code to a recent version of pytorch, that would be a great help. Basically the same code layout as the original but with pytorch instead of tensorflow