Botón Resumir este tema

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 Me gusta

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

3 Me gusta

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 Me gusta

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 me gusta

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 Me gusta

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 Me gusta

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 Me gusta

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 Me gusta

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

1 me gusta

¿Hay algún plan para permitir a los usuarios especificar un período de tiempo para el resumen del tema? Por ejemplo, un usuario final podría querer ver el resumen del tema de las publicaciones del último mes.

1 me gusta

No, pero creo que puedes replicar eso mediante la búsqueda avanzada, acotando tu búsqueda a un tema en particular y a un marco de tiempo en particular.

1 me gusta

Hola. ¿Cómo llegaste a esa área? No encuentro un panel de administración. Gracias.

1 me gusta

Está en /admin/site_settings/category/uncategorized

O puedes acceder a él en tu Panel de control haciendo clic en Configuración en la parte superior, desplázate hacia abajo hasta Otro, luego desplázate hasta Umbral de puntuación de resumen.

2 Me gusta

¿Alguien puede explicar qué es realmente el umbral de puntuación del resumen? No parece que pueda encontrar una explicación. Gracias.

2 Me gusta

Introduje esto en IA para poder explicarlo correctamente:

En Discourse, las puntuaciones de las publicaciones se calculan utilizando una clase llamada ScoreCalculator, que asigna pesos a diversas métricas de participación. Por defecto, estos pesos se establecen para priorizar acciones como respuestas (5 puntos), me gusta (15 puntos), enlaces entrantes (5 puntos), marcadores (2 puntos) y lecturas (0,2 puntos). Los componentes ponderados se suman para calcular una puntuación final para cada publicación. Este cálculo se realiza a través de una consulta SQL que multiplica cada métrica por su peso respectivo y actualiza la puntuación de la publicación en la base de datos.

La configuración summary_score_threshold en Discourse define la puntuación mínima que una publicación debe alcanzar para ser incluida en la función “Mejores Respuestas”. Esta puntuación es esencialmente un umbral que ayuda a filtrar las publicaciones menos significativas, asegurando que solo se resuman las contribuciones más relevantes y de alta calidad.

El umbral por defecto se establece en 15.

Entonces, básicamente, elimina las publicaciones con 0 participación (o cerca de 0) de la lista de “mejores respuestas”…

1 me gusta