{
    "description": "Quy tắc lọc dữ liệu tự động cho Bảng 04: AI Search Long-form Queries",
    "filter_criteria": {
        "allowed_types": [
            "Long",
            "Prompt"
        ],
        "min_word_count": 4,
        "exclude_words": [
            "tuyển",
            "tuyen",
            "green leaf",
            "greenleaf",
            "cty",
            "công ty tnhh",
            "việt nam",
            "vietnam"
        ]
    },
    "ai_opportunity_scoring": {
        "very_high": {
            "max_position": 5,
            "label": "Rất cao"
        },
        "high": {
            "max_position": 12,
            "label": "Cao"
        },
        "medium": {
            "max_position": 100,
            "label": "Trung bình"
        }
    }
}