|
| 1 | +{ |
| 2 | + "dataset": "Cross-domain federated queries (Phase 1 spec)", |
| 3 | + "description": "Forward-looking queries that REQUIRE multi-domain federation to answer. Each query expects evidence from 2+ corpora simultaneously (e.g. KRRA legal policy + assort/X2BEE product data). Not runnable today: needs the federated multi-corpus backend planned in Phase 1 (Node.domain_id + DomainProfile composition + per-domain routing). Each query is the success criterion for Phase 1 to ship — when Phase 1 lands, these queries must surface evidence from at least the listed must_include_domains.", |
| 4 | + "source": "synthetic — authored to define Phase 1 success", |
| 5 | + "source_url": "internal", |
| 6 | + "source_description": "Cross-domain queries spanning KRRA (legal/admin), assort (Korean ecommerce), X2BEE (mixed Korean/English ecommerce)", |
| 7 | + "queries": [ |
| 8 | + { |
| 9 | + "qid": "xd001", |
| 10 | + "query": "환경 친화 / ESG 관련 정책과 친환경 상품을 모두 종합해서 알려줘", |
| 11 | + "description": "KRRA ESG 정책 문서 + ecommerce eco-friendly 라벨 상품 cross-domain enumeration", |
| 12 | + "dimensions": { |
| 13 | + "cross_domain": true, |
| 14 | + "language": "ko", |
| 15 | + "recall_type": "enumeration", |
| 16 | + "enumeration": true, |
| 17 | + "hop_count": 2 |
| 18 | + }, |
| 19 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort"], "min_docs_per_domain": 1}, |
| 20 | + "relevant_docs": [] |
| 21 | + }, |
| 22 | + { |
| 23 | + "qid": "xd002", |
| 24 | + "query": "고객 정보 보호 정책과 실제 회원 데이터 처리 방식 비교", |
| 25 | + "description": "KRRA 개인정보 보호 정책 + ecommerce 고객 테이블 구조 — 정책 vs 구현", |
| 26 | + "dimensions": { |
| 27 | + "cross_domain": true, |
| 28 | + "language": "ko", |
| 29 | + "recall_type": "multi_hop", |
| 30 | + "hop_count": 3 |
| 31 | + }, |
| 32 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "x2bee"], "min_docs_per_domain": 1}, |
| 33 | + "relevant_docs": [] |
| 34 | + }, |
| 35 | + { |
| 36 | + "qid": "xd003", |
| 37 | + "query": "인권경영 가이드라인을 따르는 상품/서비스가 있나", |
| 38 | + "description": "KRRA 인권경영 카테고리 + ecommerce 상품 컴플라이언스 라벨", |
| 39 | + "dimensions": { |
| 40 | + "cross_domain": true, |
| 41 | + "language": "ko", |
| 42 | + "recall_type": "single", |
| 43 | + "hop_count": 2 |
| 44 | + }, |
| 45 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort"], "min_docs_per_domain": 1}, |
| 46 | + "relevant_docs": [] |
| 47 | + }, |
| 48 | + { |
| 49 | + "qid": "xd004", |
| 50 | + "query": "복지 및 교육 정책과 직원 만족도 관련 데이터를 합쳐서 보여줘", |
| 51 | + "description": "KRRA 복지/교육 정책 카테고리 + ecommerce 직원/고객 만족도 (review/feedback) 결합", |
| 52 | + "dimensions": { |
| 53 | + "cross_domain": true, |
| 54 | + "language": "ko", |
| 55 | + "recall_type": "multi_hop", |
| 56 | + "hop_count": 2 |
| 57 | + }, |
| 58 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "x2bee"], "min_docs_per_domain": 1}, |
| 59 | + "relevant_docs": [] |
| 60 | + }, |
| 61 | + { |
| 62 | + "qid": "xd005", |
| 63 | + "query": "운영계획에 명시된 업무 KPI 와 실제 매출 데이터의 관계", |
| 64 | + "description": "KRRA 운영계획 카테고리 + assort/X2BEE 매출 통계 — 계획 vs 실적", |
| 65 | + "dimensions": { |
| 66 | + "cross_domain": true, |
| 67 | + "language": "ko", |
| 68 | + "recall_type": "multi_hop", |
| 69 | + "hop_count": 3, |
| 70 | + "structured_pct": 0.5 |
| 71 | + }, |
| 72 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort"], "min_docs_per_domain": 1}, |
| 73 | + "relevant_docs": [] |
| 74 | + }, |
| 75 | + { |
| 76 | + "qid": "xd006", |
| 77 | + "query": "ESG and sustainability policies plus eco-friendly product offerings", |
| 78 | + "description": "Cross-domain + cross-language: English query for content in Korean (KRRA + assort) corpora", |
| 79 | + "dimensions": { |
| 80 | + "cross_domain": true, |
| 81 | + "cross_language": true, |
| 82 | + "language": "en", |
| 83 | + "recall_type": "enumeration", |
| 84 | + "enumeration": false |
| 85 | + }, |
| 86 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort"], "min_docs_per_domain": 1}, |
| 87 | + "relevant_docs": [] |
| 88 | + }, |
| 89 | + { |
| 90 | + "qid": "xd007", |
| 91 | + "query": "regulations on customer data handling alongside actual user feedback records", |
| 92 | + "description": "Cross-domain + cross-language: English query targeting KRRA legal + X2BEE user feedback", |
| 93 | + "dimensions": { |
| 94 | + "cross_domain": true, |
| 95 | + "cross_language": true, |
| 96 | + "language": "en", |
| 97 | + "recall_type": "multi_hop", |
| 98 | + "hop_count": 2 |
| 99 | + }, |
| 100 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "x2bee"], "min_docs_per_domain": 1}, |
| 101 | + "relevant_docs": [] |
| 102 | + }, |
| 103 | + { |
| 104 | + "qid": "xd008", |
| 105 | + "query": "규정 및 지침에 정의된 마케팅 가이드라인과 실제 방송 마케팅 실적", |
| 106 | + "description": "KRRA 규정 카테고리 + assort 방송 (broadcast) 데이터 — 마케팅 영역", |
| 107 | + "dimensions": { |
| 108 | + "cross_domain": true, |
| 109 | + "language": "ko", |
| 110 | + "recall_type": "multi_hop", |
| 111 | + "hop_count": 2, |
| 112 | + "structured_pct": 0.5 |
| 113 | + }, |
| 114 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort"], "min_docs_per_domain": 1}, |
| 115 | + "relevant_docs": [] |
| 116 | + }, |
| 117 | + { |
| 118 | + "qid": "xd009", |
| 119 | + "query": "행사/대회 운영 계획과 그에 연계된 상품 판매 데이터", |
| 120 | + "description": "KRRA 승마 행사/대회 계획 + assort/X2BEE 행사 연계 상품 판매", |
| 121 | + "dimensions": { |
| 122 | + "cross_domain": true, |
| 123 | + "language": "ko", |
| 124 | + "recall_type": "multi_hop", |
| 125 | + "hop_count": 2 |
| 126 | + }, |
| 127 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "x2bee"], "min_docs_per_domain": 1}, |
| 128 | + "relevant_docs": [] |
| 129 | + }, |
| 130 | + { |
| 131 | + "qid": "xd010", |
| 132 | + "query": "인권 침해 사례 가이드라인과 실제 고객 불만 데이터를 비교해줘", |
| 133 | + "description": "KRRA 인권경영 정책 (RULE/DECISION) + assort/X2BEE 고객 불만/리뷰 (review/feedback) — 정책 적용 검증", |
| 134 | + "dimensions": { |
| 135 | + "cross_domain": true, |
| 136 | + "language": "ko", |
| 137 | + "recall_type": "multi_hop", |
| 138 | + "hop_count": 3 |
| 139 | + }, |
| 140 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "x2bee", "assort"], "min_docs_per_domain": 1}, |
| 141 | + "relevant_docs": [] |
| 142 | + }, |
| 143 | + { |
| 144 | + "qid": "xd011", |
| 145 | + "query": "carbon emission reduction policy across operations and product catalog", |
| 146 | + "description": "Cross-domain + cross-language: English query → Korean policy docs + product attributes", |
| 147 | + "dimensions": { |
| 148 | + "cross_domain": true, |
| 149 | + "cross_language": true, |
| 150 | + "language": "en", |
| 151 | + "recall_type": "enumeration", |
| 152 | + "enumeration": false |
| 153 | + }, |
| 154 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort"], "min_docs_per_domain": 1}, |
| 155 | + "relevant_docs": [] |
| 156 | + }, |
| 157 | + { |
| 158 | + "qid": "xd012", |
| 159 | + "query": "ESG 정책 모든 도메인에서 종합", |
| 160 | + "description": "Cross-domain enumeration: KRRA + assort + X2BEE 3 코퍼스 모두에서 ESG 관련 evidence 수집", |
| 161 | + "dimensions": { |
| 162 | + "cross_domain": true, |
| 163 | + "language": "ko", |
| 164 | + "recall_type": "enumeration", |
| 165 | + "enumeration": true, |
| 166 | + "hop_count": 1 |
| 167 | + }, |
| 168 | + "validation": {"type": "domain_coverage", "must_include_domains": ["krra", "assort", "x2bee"], "min_docs_per_domain": 1}, |
| 169 | + "relevant_docs": [] |
| 170 | + } |
| 171 | + ] |
| 172 | +} |
0 commit comments