Pulsante Riassumi Questo Argomento

I just came across the bitcoin.pub and saw that big topics have this summarize button. Is this a default feature or plugin (the reading time especially) like the way he has this? And exactly when is this available, what are the requirements?

Is there a guide for this feature/plugin?

It’s a default/core feature and a topic need to have at least 50 posts as far as I know. It shows most liked posts in a topic.

4 Mi Piace

This is accurate but it’s a composite value, not just likes but replies, read time, bookmarks, etc

3 Mi Piace

I figured there should be an algorithm, totally makes sense.

What took my interest is the read time, has there been thoughts of enabling this on a per-topic basis? It seems very convenient for users to actually see the read time of a certain topic. That way they can decide if they read now or read later - or even maybe get a reminder if they somehow can mark the post as “read later” for example. I’d be happy to post this in feature if it’s non existent.

3 Mi Piace

I found a setting “summary score threshold” with a description: “The minimum score required for a post to be included in ‘Summarize This Topic’”. Does anybody know how is this value counted? By default 15 is set.

1 Mi Piace

Good day!

How do we enable the feature “Summarize This Topic” on all topics?

We are not seeing a “Summarize This Topic” button on some of our topics, even if the topic is very long and exceeds all of the the criteria below:

2 Mi Piace

I don’t see any “Summarize this Topic” button either. Is it still a feature?


…then it shows a bunch of links, but no “Summarize this Topic” button.

2 Mi Piace

The button still exists, you can see it in this topic : Events Plugin 📆

If you changed some settings recently, you probably need to wait a few days. If you have a custom theme, it may hides this button, you can try yourforum.com/safe-mode to deactivate your theme and check if it appears

You can activate the summary locally on every topic, it may help to check what posts meet the criteria : https://meta.discourse.org/t/summarize-this-topic-button/132790/?filter=summary

4 Mi Piace

Cool, just add “?filter=summary” after a topic url.

Is there a sidekiq job I can kick so I don’t have to wait?

Edit- nevermind, I see it now:

image

2 Mi Piace

Note that if you have disabled likes summarize won’t appear as it requires likes to function.

1 Mi Piace

Ci sono piani per consentire agli utenti di specificare un intervallo di tempo per il riepilogo dell’argomento? Ad esempio, un utente finale potrebbe voler visualizzare il riepilogo dell’argomento dagli ultimi post del mese.

1 Mi Piace

No, ma penso che tu possa replicare ciò tramite la ricerca avanzata, limitando la ricerca a un argomento specifico e a un intervallo di tempo specifico.

1 Mi Piace

Salve. Come sei arrivato in quella zona? Non riesco a trovare un pannello di amministrazione. Grazie.

1 Mi Piace

Si trova in /admin/site_settings/category/uncategorized

Oppure puoi raggiungerlo nella tua Dashboard cliccando su Impostazioni in alto, scorri verso il basso fino a Altro, quindi scorri verso il basso fino a soglia del punteggio di sintesi.

2 Mi Piace

Qualcuno può per favore spiegare cos’è la soglia del punteggio di riepilogo? Non riesco a trovare una spiegazione. Grazie.

2 Mi Piace

Ho inserito questo nell’AI in modo da poter spiegare correttamente:

In Discourse, i punteggi per i post vengono calcolati utilizzando una classe chiamata ScoreCalculator, che assegna pesi a varie metriche di coinvolgimento. Per impostazione predefinita, questi pesi sono impostati per dare prioritĂ  ad azioni quali risposte (5 punti), mi piace (15 punti), collegamenti in entrata (5 punti), segnalibri (2 punti) e letture (0,2 punti). I componenti ponderati vengono sommati per calcolare un punteggio finale per ciascun post. Questo calcolo viene eseguito tramite una query SQL che moltiplica ciascuna metrica per il suo rispettivo peso e aggiorna il punteggio del post nel database.

L’impostazione summary_score_threshold in Discourse definisce il punteggio minimo che un post deve raggiungere per essere incluso nella funzione “Migliori risposte”. Questo punteggio è essenzialmente una soglia che aiuta a filtrare i post meno significativi, garantendo che vengano riepilogati solo i contributi più pertinenti e di alta qualità.

La soglia predefinita è impostata su 15.

Quindi, in pratica, rimuove i post con 0 coinvolgimento (o vicino a 0) dall’elenco “migliori risposte”…

1 Mi Piace