Recipes for automatic text summarization using Google BERT and Microsoft UniLM
1–5 of 5 posts
Re: Recipes for automatic text summarization using Google BERT and Microsoft UniLM
#2Are the pretrained extractive models able to create extractive summaries at the word level? Or are they (like most other extractive models) only selecting and ranking sentences?
Re: Recipes for automatic text summarization using Google BERT and Microsoft UniLM
#3As someone whose extremely interested in this domain. I am excited to see these models productized. Are the pretrained extractive models able to create extractive summaries at the word level? Or are they (like most other extractive models) only selecting and ranking sentences?
Re: Recipes for automatic text summarization using Google BERT and Microsoft UniLM
#4As someone whose extremely interested in this domain. I am excited to see these models productized. Are the pretrained extractive models able to create extractive summaries at the word level? Or are they (like most other extractive models) only selecting and ranking sentences?
It is at the token level. The length of the results can be changed.
Re: Recipes for automatic text summarization using Google BERT and Microsoft UniLM
#5As someone whose extremely interested in this domain. I am excited to see these models productized. Are the pretrained extractive models able to create extractive summaries at the word level? Or are they (like most other extractive models) only selecting and ranking sentences?
It is at the token level. The length of the results can be changed.
Oh well, the world waits longer for a word-level (willing to skip around in sentences) and grammatically correct extractive summarizer. You got my hopes up though.
https://github.com/microsoft/nlp-recipes/blob/master/example...
My (failed) attempt to build what I was actually looking for: