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?
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.
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.
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
هل هناك أي خطط للسماح للمستخدمين بتحديد إطار زمني لملخص الموضوع؟ على سبيل المثال، قد يرغب المستخدم النهائي في عرض ملخص الموضوع من منشورات الشهر الماضي.
إنه موجود في /admin/site_settings/category/uncategorized
أو يمكنك الوصول إليه في لوحة التحكم الخاصة بك عن طريق النقر فوق Settings في الأعلى، ثم التمرير لأسفل إلى Other، ثم التمرير لأسفل إلى summary score threshold.
لقد أدخلت هذا في الذكاء الاصطناعي حتى أتمكن من الشرح بشكل صحيح:
في Discourse، يتم حساب الدرجات للمشاركات باستخدام فئة تسمى ScoreCalculator، والتي تعين أوزانًا لمقاييس التفاعل المختلفة. افتراضيًا، يتم تعيين هذه الأوزان لإعطاء الأولوية لإجراءات مثل الردود (5 نقاط)، والإعجابات (15 نقطة)، والروابط الواردة (5 نقاط)، والإشارات المرجعية (نقطتان)، والقراءات (0.2 نقطة). يتم جمع المكونات الموزونة لحساب درجة نهائية لكل مشاركة. يتم إجراء هذا الحساب من خلال استعلام SQL يضرب كل مقياس بوزنه المقابل ويحدث درجة المشاركة في قاعدة البيانات.
يحدد إعداد summary_score_threshold في Discourse الحد الأدنى للدرجة التي يجب أن تحققها المشاركة ليتم تضمينها في ميزة “أفضل الردود”. هذه الدرجة هي في الأساس عتبة تساعد في تصفية المشاركات الأقل أهمية، مما يضمن تلخيص المساهمات الأكثر صلة وعالية الجودة فقط.
العتبة الافتراضية مضبوطة على 15.
إذًا، بشكل أساسي، فإنه يزيل المشاركات ذات التفاعل 0 (أو ما يقرب من 0) من قائمة “أفضل الردود”…