PaddlePaddle / PaddleNLP

👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
11.75k stars 2.87k forks source link

[Solved] Please release Pointer Generator implementation #238

Closed Pzoom522 closed 3 years ago

Pzoom522 commented 3 years ago

Hi,

Pointer Generator is one of the most popular baseline in text summarisation studies. It also serves as the building block of several very competitive models. Therefore, if Pointer Summariser can be included into your model zoo, it will greatly encourage the development of Paddle-based summarisation systems:wink:

Many thanks!

paddle-bot-old[bot] commented 3 years ago

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网API文档常见问题历史IssueAI社区来寻求解答。祝您生活愉快~

Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the APIFAQGithub Issue and AI community to get the answer.Have a nice day!

guoshengCS commented 3 years ago

We will put it into our near future plans. Thanks for your support and welcome to join the development of Paddle-based summarisation systems.

Pzoom522 commented 3 years ago

Thanks a lot for your kind response. I will close this issue for now, but please do remember to refer to it / leave a comment upon further updates!

paddle-bot-old[bot] commented 3 years ago

Are you satisfied with the resolution of your issue?

YES No

guoshengCS commented 3 years ago

Update: The implementation of Pointer Generator is under review now https://github.com/PaddlePaddle/PaddleNLP/pull/235 .

Pzoom522 commented 3 years ago

Thanks for your hard work! 辛苦了! ☕

logan-siyao-peng commented 3 years ago

Hi @Pzoom522, feel free to use the most current version here. We are still reconstructing the code to better align with the PaddleNLP framework but the current version is sufficient to reproduce the SOTA results in the source paper. Let us know if you have any questions.

https://github.com/logan-siyao-peng/PaddleNLP/tree/60246220447f598c7a4f2ebed7a548fc83f8f0e7/examples/text_summarization/pointer_summarizer