콘텐츠

뉴스 필터링

사용자 관심사와 관련성에 따라 Jev 구조화 결정으로 뉴스를 필터링합니다.

Noul + Score

콘텐츠 필터링관련성뉴스
AI NewsFinanceTechnologySportsTravel
Request sent to Jev

Clicking run posts this JSON to POST /api/playground. Sign in to run.

POST /api/playground
{
  "state": {
    "headline": "Central bank holds rates steady while tech earnings beat expectations",
    "summary": "Policy makers kept interest rates unchanged. Major cloud vendors reported stronger-than-expected quarterly results.",
    "user_interests": [
      "AI News",
      "Finance",
      "Technology",
      "Sports",
      "Travel"
    ]
  },
  "questions": {
    "keep_in_feed": {
      "type": "noul",
      "instructions": "Should this story be kept in the user's personalized feed?",
      "criteria": {
        "true": "Matches at least one user interest with meaningful relevance",
        "false": "Off-topic or negligible relevance to all listed interests"
      }
    },
    "relevance": {
      "type": "score",
      "instructions": "How relevant is this story to the user's interests overall?",
      "criteria": [
        "Low relevance — skip or drop",
        "Moderate — optional read",
        "High — prioritize in feed"
      ]
    }
  }
}