总结此主题按钮

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 个赞

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

3 个赞

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 个赞

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 个赞

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 个赞

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 个赞

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 个赞

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 个赞

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

1 个赞

是否有计划允许用户指定主题摘要的时间范围?例如,最终用户可能希望查看过去一个月帖子中的主题摘要。

1 个赞

不,但我认为您可以通过高级搜索来复制这一点,将搜索范围限定在特定主题和特定时间范围内。

1 个赞

你好。你是怎么到那个区域的?我找不到管理面板。谢谢。

1 个赞

它位于 /admin/site_settings/category/uncategorized

或者,您可以通过点击仪表板顶部的“设置”,向下滚动到“其他”,然后向下滚动到“摘要分数阈值”来访问它。

2 个赞

有人能解释一下摘要分数阈值到底是什么吗?我似乎找不到解释。谢谢。

2 个赞

我将此输入到 AI 中,以便能够正确解释:

在 Discourse 中,帖子的分数是使用一个名为 ScoreCalculator 的类计算的,该类为各种参与度指标分配权重。默认情况下,这些权重设置为优先考虑诸如回复(5 分)、点赞(15 分)、传入链接(5 分)、书签(2 分)和阅读(0.2 分)之类的操作。将加权组件相加以计算每个帖子的最终分数。此计算通过 SQL 查询完成,该查询将每个指标乘以其各自的权重,并在数据库中更新帖子的分数。

Discourse 中的 summary_score_threshold 设置定义了帖子必须达到的最低分数才能包含在“最佳回复”功能中。该分数本质上是一个阈值,有助于过滤掉不太重要的帖子,确保只有最相关和高质量的贡献才会被总结。

默认阈值设置为 15。

所以,基本上它会从“最佳回复”列表中删除参与度为 0(或接近 0)的帖子……

1 个赞