زر ملخص هذا الموضوع

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

أو يمكنك الوصول إليه في لوحة التحكم الخاصة بك عن طريق النقر فوق Settings في الأعلى، ثم التمرير لأسفل إلى Other، ثم التمرير لأسفل إلى summary score threshold.

إعجابَين (2)

هل يمكن لأحد أن يشرح لي ما هو عتبة درجة الملخص بالضبط؟ لا يبدو أنني أجد شرحًا. شكرًا.

إعجابَين (2)

لقد أدخلت هذا في الذكاء الاصطناعي حتى أتمكن من الشرح بشكل صحيح:

في Discourse، يتم حساب الدرجات للمشاركات باستخدام فئة تسمى ScoreCalculator، والتي تعين أوزانًا لمقاييس التفاعل المختلفة. افتراضيًا، يتم تعيين هذه الأوزان لإعطاء الأولوية لإجراءات مثل الردود (5 نقاط)، والإعجابات (15 نقطة)، والروابط الواردة (5 نقاط)، والإشارات المرجعية (نقطتان)، والقراءات (0.2 نقطة). يتم جمع المكونات الموزونة لحساب درجة نهائية لكل مشاركة. يتم إجراء هذا الحساب من خلال استعلام SQL يضرب كل مقياس بوزنه المقابل ويحدث درجة المشاركة في قاعدة البيانات.

يحدد إعداد summary_score_threshold في Discourse الحد الأدنى للدرجة التي يجب أن تحققها المشاركة ليتم تضمينها في ميزة “أفضل الردود”. هذه الدرجة هي في الأساس عتبة تساعد في تصفية المشاركات الأقل أهمية، مما يضمن تلخيص المساهمات الأكثر صلة وعالية الجودة فقط.

العتبة الافتراضية مضبوطة على 15.

إذًا، بشكل أساسي، فإنه يزيل المشاركات ذات التفاعل 0 (أو ما يقرب من 0) من قائمة “أفضل الردود”…

إعجاب واحد (1)