From 30346ae655a741930edfff906dae3ff364932ebb Mon Sep 17 00:00:00 2001 From: Cheney Zhang Date: Thu, 24 Sep 2026 11:44:34 +0800 Subject: [PATCH] Add independent Jev search evaluations Signed-off-by: Cheney Zhang --- data/projects.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/projects.json b/data/projects.json index 07360c1..9370fa4 100644 --- a/data/projects.json +++ b/data/projects.json @@ -11957,6 +11957,17 @@ "added": "2026-09-23", "created": "2026-09-21", "pushed": "2026-09-23" + }, + { + "name": "Jev in Search: Three Practical Evaluations", + "repo": null, + "site": null, + "description": "Independent experiments on search stopping, memory reranking, and multi-hop relation selection, with implementation links and limitations including private data, unequal sample counts, and a simulated speed illustration.", + "category": "articles", + "language": null, + "stars": 0, + "added": "2026-09-24", + "url": "https://zc277584121.github.io/rag/2026/09/22/jev-search-deep-evaluation.html" } ] }