Live data from Hacker News

Show HN: Chrome extension that summarizes text content using DistilBART model

chrome.google.com

1–10 of 27 posts

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#3
post #2

Highlight any text, double tap 'Enter' and get a summary of any text on web Use it to summarize wikipedia articles, scientific papers, books or anything

(special credits to Sam Shleifer and Huggingface team for the model and infrastructure)

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#5
post #2

Highlight any text, double tap 'Enter' and get a summary of any text on web Use it to summarize wikipedia articles, scientific papers, books or anything

best tested at articles like this https://www.sciencedirect.com/topics/psychology/serotonin

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#6
I encourage you to edit this title (or ask the mods to do so, if it won't let you, just write them at the footer Contact link). It doesn't say what it does, and has a lot of capital letters, and is missing the specific keyword for what you're doing: Summarizing. Consider instead "Show HN: Chrome extension that summarizes page content using the DistilBART model" instead. You could try to wedge TL;DR in there as "Tl;dr" but the product name is honestly not a high priority when I'm considering if something is curious/interesting.

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#7

I encourage you to edit this title (or ask the mods to do so, if it won't let you, just write them at the footer Contact link). It doesn't say what it does, and has a lot of capital letters, and is missing the specific keyword for what you're doing: Summarizing. Consider instead "Show HN: Chrome extension that summarizes page content using the DistilBART model" instead. You could try to wedge TL;DR in there as "Tl;dr…

thank you

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#8
> Beware: summarisations might not be accurate due to the nature of the model

I'd like more information about this before installing it.

Why are there no examples? The one example on the page is too small to read.

What personal information does the plugin collect?

Not trying to be negative. The plugin might be useful. It's difficult to make an assessment without this information.

Re: Show HN: Chrome extension that summarizes text content using DistilBART model

#9

> Beware: summarisations might not be accurate due to the nature of the model I'd like more information about this before installing it. Why are there no examples? The one example on the page is too small to read. What personal information does the plugin collect? Not trying to be negative. The plugin might be useful. It's difficult to make an assessment without this information.

Plugin collects users Google OpenID and number of characters used for summarization. No emails or other personal information is collected

Summarization request gets proxied to the Huggingface Inference API. According to https://huggingface.co/inference-api they claim to protect the data and not share it with third parties.

On examples - thank you for the comment, I'm thinking of recording a video and improving screenshots etc. Right now it's the earliest launch to hear people opinions

I'm not sure if the model can dismiss facts. From BART model paper:

"Because BART has an autoregressive decoder, it can be directly fine tuned for sequence generation tasks such as abstractive question answering and summarization. In both of these tasks, information is copied from the input but manipulated, which is closely related to the denoising pre-training objective."

"Information is copied but manipulated" - idk if it can lead to the factual mistakes and disinformation. Knowledgable opinions are best welcomed!

Post reply on HN