Re-key the 3 D-stroke drug ids now that the corpus fix is live

This commit is contained in:
2026-08-25 12:07:22 +07:00
parent 1ddd878431
commit cfb6b4fb62
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"thuoc_uong_bu_nuoc_va_ien_giai": [ "thuoc_uong_bu_nuoc_va_dien_giai": [
"oresol", "oresol",
"ORS" "ORS"
] ]
@@ -5,6 +5,6 @@
{"case_id":"cross-page-angiography","query":"Liều iobitridol cho chụp động mạch chi dưới nằm trong bảng nào?","expected_drug_id":"iobitridol","expected_id":"p825_t1","origin":"manual_adversarial"} {"case_id":"cross-page-angiography","query":"Liều iobitridol cho chụp động mạch chi dưới nằm trong bảng nào?","expected_drug_id":"iobitridol","expected_id":"p825_t1","origin":"manual_adversarial"}
{"case_id":"cross-page-ercp","query":"Chụp mật tụy ngược dòng dùng iobitridol có tổng thể tích giới hạn thế nào?","expected_drug_id":"iobitridol","expected_id":"p825_t1","origin":"manual_adversarial"} {"case_id":"cross-page-ercp","query":"Chụp mật tụy ngược dòng dùng iobitridol có tổng thể tích giới hạn thế nào?","expected_drug_id":"iobitridol","expected_id":"p825_t1","origin":"manual_adversarial"}
{"case_id":"spatial-dose-formula","query":"Netilmicin 2 mg/kg phải hiệu chỉnh theo Clcr của bệnh nhân bằng công thức nào?","expected_drug_id":"netilmicin","expected_id":"p1043_f11","origin":"manual_adversarial"} {"case_id":"spatial-dose-formula","query":"Netilmicin 2 mg/kg phải hiệu chỉnh theo Clcr của bệnh nhân bằng công thức nào?","expected_drug_id":"netilmicin","expected_id":"p1043_f11","origin":"manual_adversarial"}
{"case_id":"ors-who-composition","query":"Công thức oresol WHO UNICEF pha một lít có bao nhiêu natri clorid?","expected_drug_id":"thuoc_uong_bu_nuoc_va_ien_giai","expected_id":"p1373_t0","origin":"manual_adversarial"} {"case_id":"ors-who-composition","query":"Công thức oresol WHO UNICEF pha một lít có bao nhiêu natri clorid?","expected_drug_id":"thuoc_uong_bu_nuoc_va_dien_giai","expected_id":"p1373_t0","origin":"manual_adversarial"}
{"case_id":"ors-infant-warning","query":"Thuốc uống bù nước và điện giải công thức nào ghi không dùng cho trẻ dưới ba tháng?","expected_drug_id":"thuoc_uong_bu_nuoc_va_ien_giai","expected_id":"p1373_t0","origin":"manual_adversarial"} {"case_id":"ors-infant-warning","query":"Thuốc uống bù nước và điện giải công thức nào ghi không dùng cho trẻ dưới ba tháng?","expected_drug_id":"thuoc_uong_bu_nuoc_va_dien_giai","expected_id":"p1373_t0","origin":"manual_adversarial"}
{"case_id":"unsupported-veterinary","query":"Liều famciclovir điều trị cho mèo là bao nhiêu?","expected_drug_id":"famciclovir","expected_id":null,"origin":"manual_adversarial","subject_scope":"non_human"} {"case_id":"unsupported-veterinary","query":"Liều famciclovir điều trị cho mèo là bao nhiêu?","expected_drug_id":"famciclovir","expected_id":null,"origin":"manual_adversarial","subject_scope":"non_human"}
+3 -3
View File
@@ -214,10 +214,10 @@ class _VerificationOutcome:
# and the fold-based dedup below always mismatches for them. Does not touch # and the fold-based dedup below always mismatches for them. Does not touch
# drug_id or any stored data — only the label text shown in generated answers. # drug_id or any stored data — only the label text shown in generated answers.
_DRUG_LABEL_OVERRIDES: dict[str, str] = { _DRUG_LABEL_OVERRIDES: dict[str, str] = {
"giai_oc_to_uon_van_hap_phu_vac_xin_uon_van_hap_phu": "giai_doc_to_uon_van_hap_phu_vac_xin_uon_van_hap_phu":
"GIẢI ĐỘC TỐ UỐN VÁN HẤP PHỤ (VẮC XIN UỐN VÁN HẤP PHỤ)", "GIẢI ĐỘC TỐ UỐN VÁN HẤP PHỤ (VẮC XIN UỐN VÁN HẤP PHỤ)",
"khang_oc_to_bach_hau": "KHÁNG ĐỘC TỐ BẠCH HẦU", "khang_doc_to_bach_hau": "KHÁNG ĐỘC TỐ BẠCH HẦU",
"thuoc_uong_bu_nuoc_va_ien_giai": "THUỐC UỐNG BÙ NƯỚC VÀ ĐIỆN GIẢI", "thuoc_uong_bu_nuoc_va_dien_giai": "THUỐC UỐNG BÙ NƯỚC VÀ ĐIỆN GIẢI",
} }