{ "fixture_purpose": "Phase 2B G0-1 — TEI rerank endpoint 응답 spec 박제. mixed (한국어+영어) sanity check.", "request": { "endpoint_examples": [ "http://reranker:80/rerank (production baseline bge-reranker-v2-m3)", "http://rerank-cand-gte-ml-base:80/rerank", "http://rerank-cand-mxbai-large:80/rerank", "http://rerank-cand-bge-v2-gemma-2b:80/rerank" ], "method": "POST", "headers": {"Content-Type": "application/json"}, "body": { "query": "압력용기 설계 기준", "texts": [ "ASME Section VIII Division 1 pressure vessel design rules and material selection criteria for high-pressure applications.", "고압가스 안전관리법에 따른 압력용기 검사 기준 — 정기 검사 주기 및 안전 밸브 설정.", "Today weather forecast for Seoul: partly cloudy with chance of rain in the afternoon." ] } }, "response_shape": "[{index: int, score: float}, ...] sorted score desc", "captured_responses": { "baseline_bge_v2_m3": { "endpoint": "http://reranker:80/rerank", "model": "BAAI/bge-reranker-v2-m3 (production)", "raw": [ {"index": 0, "score": 0.9091032}, {"index": 1, "score": 0.7514658}, {"index": 2, "score": 0.0000165714} ], "interpretation": "ASME(en)+고압가스(ko) 둘 다 무관(weather) 보다 명확 높음. 한국어/영어 score gap 작음 (0.91 vs 0.75 = 0.16) — 한국어 능력 강함." }, "cand_gte_ml_base": { "endpoint": "http://rerank-cand-gte-ml-base:80/rerank", "model": "Alibaba-NLP/gte-multilingual-reranker-base", "raw": [ {"index": 0, "score": 0.6365791}, {"index": 1, "score": 0.4685475}, {"index": 2, "score": 0.034488525} ], "interpretation": "ASME(en)+고압가스(ko) 둘 다 weather 보다 명확 높음. 한국어/영어 score gap 0.17 — baseline 과 비슷. score 절대값 baseline 보다 낮음 (model 별 calibration 차이, rank 순서는 동일)." } }, "sanity_check": "ASME(en) > 고압가스(ko) > weather(noise) 순서 — 두 모델 모두 통과. 후보가 한국어 무관하지 않은지 검증.", "captured_at": "2026-05-23" }