hypogenic
توليد فرضيات علمية من البيانات
متاح أيضًا من: davila7
توليد الفرضيات يدويًا يستغرق وقتًا طويلًا ومعرض للتحيزات المعرفية. يقوم Hypogenic بأتمتة توليد الفرضيات واختبارها باستخدام LLMs، مما يمكّن الباحثين من استكشاف الأنماط في مجموعات البيانات الجدولية بشكل منهجي ودمج النتائج التجريبية مع رؤى الأدبيات.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "hypogenic". مجموعة فرعية صغيرة من البيانات الجدولية مع سمات نصية وتسميات تُظهر أنماطًا في سلوك العملاء
النتيجة المتوقعة:
1. Hypothesis: Samples with feature_X above threshold tend to have label_A due to underlying causal mechanism.
2. Hypothesis: The interaction between feature_Y and feature_Z creates a stronger effect than either alone.
3. Hypothesis: Label_B is associated with specific linguistic patterns in feature_W.
استخدام "hypogenic". نتائج تحقق تُظهر أي الفرضيات ضعيفة الأداء على مجموعات فرعية معينة من البيانات
النتيجة المتوقعة:
Refined Hypothesis 1: When feature_X > threshold AND feature_Y is low, label_A is more likely (updated from original to account for interaction effect).
Refined Hypothesis 3: The linguistic pattern in feature_W is more predictive when combined with metadata about source type.
التدقيق الأمني
مخاطر منخفضةThis scientific hypothesis generation skill was scanned with 126 potential issues detected. After evaluation, all findings are false positives: environment variable references for API keys follow security best practices; hardcoded URLs are legitimate documentation links; shell command examples are user setup instructions; no actual cryptographic code or command-and-control patterns exist. The skill makes normal LLM API calls for hypothesis generation, which is expected functionality.
عوامل الخطر
🌐 الوصول إلى الشبكة (4)
⚙️ الأوامر الخارجية (3)
درجة الجودة
ماذا يمكنك بناءه
استكشاف فرضيات البحث الأكاديمي
توليد واختبار فرضيات متعددة حول الأنماط في البيانات الرصدية، مثل اكتشاف الخداع في النص أو تحديد مؤشرات الصحة النفسية من منشورات وسائل التواصل الاجتماعي.
اكتشاف أنماط خاصة بالمجال
استكشاف العلاقات التجريبية في مجموعات البيانات الجدولية لتطبيقات مثل تحليل المحتوى، النمذجة التنبؤية، أو أبحاث التصنيف.
توليد فرضيات مؤسّسة على الأدبيات
دمج الأوراق البحثية الموجودة مع البيانات التجريبية لتوليد فرضيات مؤسّسة نظريًا توسّع أو تتحقق من النظريات العلمية.
جرّب هذه الموجهات
Analyze the following data samples and identify patterns in the features and labels. Generate {num_hypotheses} specific, testable hypotheses that could explain these patterns. Each hypothesis should be concrete and falsifiable.Review the following hypotheses and the validation results. Identify which hypotheses are underperforming and generate improved versions that better explain the challenging examples. Focus on specificity and testability.
Based on the following research paper insights: {paper_insights}, and the observed data patterns: {data_observations}, generate hypotheses that combine theoretical foundations with empirical findings.Given the hypothesis: {hypothesis}, and the data sample: {data_sample}, evaluate whether this hypothesis is relevant and testable for this dataset. Provide specific reasoning.أفضل الممارسات
- ابدأ بمجموعة بيانات نظيفة بصيغة HuggingFace مع ميزات نصية وتسميات مُسمّاة بشكل صحيح
- استخدم ما لا يقل عن 10-20 فرضية لاستكشاف شامل لحيّز الأنماط
- حسّن الفرضيات بشكل تكراري بناءً على أداء التحقق بدلًا من توليدها كلها دفعة واحدة
- ادمج رؤى الأدبيات مع الفرضيات المدفوعة بالبيانات لأطر نظرية أكثر رسوخًا
تجنب
- استخدام مجموعات بيانات لا تتطابق مع صيغة HuggingFace المطلوبة مع تسمية مفاتيح صحيحة
- توليد عدد قليل جدًا من الفرضيات وفقدان علاقات أنماط مهمة
- تخطي عملية التنقيح التكرارية وقبول الفرضيات الأولية
- التشغيل دون تهيئة API مناسبة أو إعداد التخزين المؤقت لإدارة التكاليف
الأسئلة المتكررة
ما الصيغة التي يجب أن تكون بها مجموعتي البيانية؟
ما مزوّدو LLM المدعومون؟
ما الفرق بين طرق HypoGeniC وHypoRefine وUnion؟
كم عدد الفرضيات التي يجب أن أُنشئها؟
هل أحتاج Redis للتخزين المؤقت؟
ما متطلبات الحوسبة؟
تفاصيل المطور
المؤلف
K-Dense-AIالترخيص
MIT license
المستودع
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/hypogenicمرجع
main
بنية الملفات