|
|
@@ -5,7 +5,11 @@ Return STRICT JSON with EXACT keys: { topic, entities, sentiment, sentimentScore
|
|
|
FIELDS:
|
|
|
- topic: one of [crypto, macro, regulation, ai, other]
|
|
|
- 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"
|
|
|
- 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",
|