Lukas Goldschmidt пре 1 недеља
родитељ
комит
a907f7bb81
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      prompts/extract_entities.prompt

+ 5 - 1
prompts/extract_entities.prompt

@@ -5,7 +5,11 @@ Return STRICT JSON with EXACT keys: { topic, entities, sentiment, sentimentScore
 FIELDS:
 FIELDS:
 - topic: one of [crypto, macro, regulation, ai, other]
 - topic: one of [crypto, macro, regulation, ai, other]
 - entities: named people, places, orgs, conflicts, and finance/crypto terms
 - entities: named people, places, orgs, conflicts, and finance/crypto terms
-  (BTC, ETH, ETF, SEC, ECB, Fed, euro, inflation, rates). Canonical forms. 1–5 words each. Good: "USS Gerald Ford", Bad: "american aircraft carrier"
+  (BTC, ETH, ETF, SEC, ECB, Fed, euro, inflation, rates). Canonical forms. 1–5 words each. 
+  Good: "USS Gerald Ford", "Microsoft", "Paris"; 
+  Bad: "american aircraft carrier", "software company", "french capital"
+- entites include all proper names, company names, location names
+
 - sentiment: "positive" | "negative" | "neutral"
 - sentiment: "positive" | "negative" | "neutral"
 - sentimentScore: float –1.0 to 1.0, consistent with sentiment label
 - sentimentScore: float –1.0 to 1.0, consistent with sentiment label
 - keywords: 2–4 thematic tags, 1–2 words each. Noun phrases only (e.g. "drone strikes",
 - keywords: 2–4 thematic tags, 1–2 words each. Noun phrases only (e.g. "drone strikes",