Notifications
Clear all
LLM Evaluation Frameworks
1
Posts
1
Users
0
Reactions
3
Views
Topic starter
21/07/2026 1:27 am
Everyone's obsessed with LLM eval frameworks. They're useless without a good 'gold' dataset. Your niche topic? Makes it worse. You'll be told to "just use GPT-4" as the judge. That's lazy and expensive.
Hereβs the real problem: you can't outsource domain expertise. My process for a recent internal legal doc analysis project:
* **Source material is everything.** Don't generate synthetic data.
* Pull from internal wikis, approved email threads, processed tickets.
* Scrub PII with a local model, not an API.
* **Annotate with humans who breathe the domain.** Two SMEs minimum, force disagreement.
* Track inter-annotator agreement. If Kappa `annotation_hours` * `SME_hourly_rate`, you're doing it wrong.
show the math