scry-rerank

分类: 数据与AI | 上传者: ExoPriorsExoPriors | 下载: 0 | 版本: v1.0(最新)

LLM-powered multi-attribute reranking of candidate sets via pairwise comparison. Supports canonical attributes (clarity, technical_depth, insight), custom prompts, model tier selection, and TopK configuration. Use when the task involves: rerank, rank by clarity, rank by insight, rank by depth, best items, quality tier, LLM judge, pairwise comparison, multi-attribute rank, rerank from sql or list. NOT for: simple SQL sorting (ORDER BY date/upvotes/score -- use scry), or semantic search and embedding algebra (use scry-vectors). --- # Rerank LLM-powered multi-attribute reranking over ExoPriors entity sets. Uses pairwise comparison (not pointwise scoring) to produce calibrated rankings with uncertainty estimates. **Skill generation**: `2026031604` ## Mental model Traditional search returns documents ordered by a single signal (recency, BM25, embedding distance). Rerank adds a second stage: an LLM reads pairs of documents and judges which is better on each attribute you care about. A robust solver (iteratively reweighted least squares) converts those pairwise judgements into a global ranking. Why pairwise instead of pointwise? Comparative judgement is more reliable than absolute scoring. Humans and LLMs are better at "A vs B" than "rate A on 1-10." The resulting rankings are more stable and composable.

更新日志: Source: GitHub https://github.com/ExoPriors/skills

目录结构

当前层级: skills/scry-rerank/

SKILL.md

登录后下载/点赞/收藏 ❤ 2 | ★ 0
评论 0

请先登录后评论。

还没有评论,快来第一个发言吧。