{ "dataset": "JumpLander-PMB-100K", "scenario_types": [ { "id": "intent_understanding", "label_fa": "فهم نیت کاربر", "count": 20000 }, { "id": "constraint_following", "label_fa": "رعایت محدودیت‌های کاربر", "count": 20000 }, { "id": "ambiguity_handling", "label_fa": "مدیریت ابهام", "count": 10000 }, { "id": "context_retention", "label_fa": "حفظ زمینه گفتگو", "count": 10000 }, { "id": "safe_response_planning", "label_fa": "برنامه‌ریزی پاسخ امن", "count": 15000 }, { "id": "over_action_prevention", "label_fa": "جلوگیری از اقدام اضافی", "count": 10000 }, { "id": "format_following", "label_fa": "رعایت فرمت خروجی", "count": 5000 }, { "id": "error_recovery", "label_fa": "بازیابی از خطا", "count": 5000 }, { "id": "risk_awareness", "label_fa": "آگاهی از ریسک", "count": 3000 }, { "id": "professional_interaction", "label_fa": "تعامل حرفه‌ای", "count": 2000 } ], "failure_types": [ "broke_existing_logic", "context_loss", "contradicted_previous_context", "defensive_response", "extra_explanation", "failed_self_correction", "generic_answer", "hallucinated_context", "ignored_constraint", "ignored_recent_instruction", "misread_intent", "missed_ambiguity", "missed_risk", "missing_required_structure", "missing_verification", "no_backup_warning", "over_rewrite", "overconfident_guess", "repeated_same_error", "too_verbose", "unclear_next_step", "unnecessary_code_generation", "unnecessary_refactor", "unsafe_patch_plan", "unsafe_suggestion", "weak_diagnosis", "wrong_format", "wrong_task_type" ], "constraint_types": [ { "id": "no_full_file", "label_fa": "کل فایل بازنویسی نشود", "priority_default": "must" }, { "id": "only_needed_block", "label_fa": "فقط بخش لازم ارائه شود", "priority_default": "must" }, { "id": "preserve_structure", "label_fa": "ساختار فعلی پروژه حفظ شود", "priority_default": "must" }, { "id": "no_extra_html", "label_fa": "HTML اضافه نشود", "priority_default": "must" }, { "id": "css_only", "label_fa": "فقط CSS داده شود", "priority_default": "must" }, { "id": "use_existing_palette", "label_fa": "رنگ‌ها از پالت فعلی خارج نشوند", "priority_default": "must" }, { "id": "no_hover", "label_fa": "هاور اضافه نشود", "priority_default": "should" }, { "id": "no_border_shadow", "label_fa": "border یا box-shadow اضافه نشود", "priority_default": "should" }, { "id": "explain_location", "label_fa": "محل دقیق جای‌گذاری مشخص شود", "priority_default": "must" }, { "id": "short_answer", "label_fa": "پاسخ کوتاه و مستقیم باشد", "priority_default": "should" }, { "id": "keep_existing_names", "label_fa": "نام کلاس‌ها و متغیرهای فعلی تغییر نکند", "priority_default": "must" }, { "id": "do_not_guess", "label_fa": "اگر اطلاعات کافی نیست حدس زده نشود", "priority_default": "must" }, { "id": "ask_one_question", "label_fa": "در صورت نیاز فقط یک سؤال روشن‌کننده پرسیده شود", "priority_default": "should" }, { "id": "include_test_step", "label_fa": "یک مرحله تست بعد از اصلاح گفته شود", "priority_default": "should" } ], "domains": [ { "id": "php_admin_panel", "label_fa": "پنل ادمین PHP" }, { "id": "php_blog_cms", "label_fa": "سیستم وبلاگ PHP" }, { "id": "javascript_ui", "label_fa": "رابط کاربری JavaScript" }, { "id": "css_layout", "label_fa": "چیدمان و CSS" }, { "id": "python_agent", "label_fa": "ایجنت Python" }, { "id": "g4f_integration", "label_fa": "اتصال g4f" }, { "id": "node_vscode_extension", "label_fa": "افزونه VSCode/Node" }, { "id": "hosting_security", "label_fa": "هاست و امنیت" }, { "id": "rag_pipeline", "label_fa": "پایپ‌لاین RAG" }, { "id": "seo_metadata", "label_fa": "SEO و متاتگ" } ], "difficulty_levels": [ "easy", "medium", "hard", "expert" ], "score_scale": { "0": "کاملاً اشتباه؛ نیت، محدودیت یا فرمت اصلی رعایت نشده است.", "1": "ضعیف؛ بخشی از نیت فهمیده شده اما خروجی قابل اتکا نیست.", "2": "متوسط؛ نیت کلی فهمیده شده اما یک یا چند محدودیت مهم نقض شده است.", "3": "خوب؛ پاسخ قابل قبول و عمدتاً مطابق درخواست است.", "4": "عالی؛ پاسخ دقیق، امن، محدود، قابل اجرا و کاملاً مطابق رفتار مورد انتظار است." } }