gavinlaw commited on
Commit
204ba14
·
verified ·
1 Parent(s): 79a1d98

Add union-ready compact hard-medicine GT (212) + gs-union recipe README

Browse files

Fixed-denominator glossary fix: broad medicine_core_10k covers only 1/54 of medicine_606 gold, so glossary-channel evals need GT-union inventories. Adds the compact runtime-schema GT, documents the build_gt_union_gs_glossary.py recipe (238-GT ACL analog), and registers the asset in dataset_manifest.json.

dataset_manifest.json CHANGED
@@ -21,6 +21,11 @@
21
  "key": "glossary_medicine_hardraw",
22
  "local_path": "data/glossaries/hard_medicine_glossary_raw_llm_judge_manual_zh215_unique212.json",
23
  "source_path": "/mnt/gemini/home/jiaxuanluo/medicine_eval_hard_terms_llm_judge_manual_20260524/hard_medicine_glossary_raw_llm_judge_manual_zh215_unique212.json"
 
 
 
 
 
24
  }
25
  ],
26
  "hf_repo_id": "gavinlaw/rasst-main-result-data",
@@ -58,4 +63,4 @@
58
  ],
59
  "local_download_root": "data",
60
  "source_manifest_event_id": "20260528T000000__simuleval__main_result_eval_global_cache30_30_20_20"
61
- }
 
21
  "key": "glossary_medicine_hardraw",
22
  "local_path": "data/glossaries/hard_medicine_glossary_raw_llm_judge_manual_zh215_unique212.json",
23
  "source_path": "/mnt/gemini/home/jiaxuanluo/medicine_eval_hard_terms_llm_judge_manual_20260524/hard_medicine_glossary_raw_llm_judge_manual_zh215_unique212.json"
24
+ },
25
+ {
26
+ "key": "glossary_medicine_hardraw_compact",
27
+ "local_path": "data/glossaries/hard_medicine_gt_raw_unique212.json",
28
+ "source_path": "byte-identical copy of main_result/inputs/medicine_zh/hard_medicine_raw__medicine5.json (compact runtime schema, union-ready GT)"
29
  }
30
  ],
31
  "hf_repo_id": "gavinlaw/rasst-main-result-data",
 
63
  ],
64
  "local_download_root": "data",
65
  "source_manifest_event_id": "20260528T000000__simuleval__main_result_eval_global_cache30_30_20_20"
66
+ }
glossaries/README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Glossaries
2
+
3
+ Gold / GT glossaries for the RASST main-result evals, plus the recipe for
4
+ fixed-denominator retrieval inventories.
5
+
6
+ ## Files
7
+
8
+ | file | entries | role |
9
+ |---|---|---|
10
+ | `acl6060_tagged_gt_raw_min_norm2.json` | 238 | ACL 60-60 tagged GT (zh/ja/de), used by `acl_tagged_raw` and as the GT core of `acl6060_tagged_gt_union_gs*` |
11
+ | `hard_medicine_glossary_raw_llm_judge_manual_zh215_unique212.json` | 212 unique (215 rows) | hard medicine GT with full occurrence/judge metadata; samples 404 / 545006 / 596001 / 605000 / 606 |
12
+ | `hard_medicine_gt_raw_unique212.json` | 212 | compact runtime-schema copy of the hard medicine GT (byte-identical to `main_result/inputs/medicine_zh/hard_medicine_raw__medicine5.json`); **union-ready GT core** |
13
+
14
+ ## Fixed-denominator union inventories (`gs` series)
15
+
16
+ A glossary-channel eval is only meaningful when the gold terms are inside the
17
+ retrieval inventory. The 2026-07-08 3-talk long-stream rerun showed the broad
18
+ `medicine_core_10k` (wiki_medicine) covers **1/54** of the `medicine_606`
19
+ unique gold terms — the same coverage as fixed NLP — so its medicine term_acc
20
+ measured base-model retention, not the glossary channel.
21
+
22
+ The fix mirrors the ACL recipe (`acl6060_tagged_gt_union_gs10000` = 238 GT +
23
+ 9,762 wiki fillers): GT entries stay byte-identical, fillers are added
24
+ deterministically up to an exact size, and GT wins collisions on the
25
+ normalized source term. Builder lives in the `rasst-demo` repo
26
+ (branch `framework`):
27
+
28
+ ```bash
29
+ python scripts/term_memory/build_gt_union_gs_glossary.py \
30
+ --gt hard_medicine_gt_raw_unique212.json \
31
+ --filler <wiki_glossary_medicine_enriched.json> \
32
+ --size 10000 --target-lang zh --seed 1215 \
33
+ --out medicine_hardraw_gt_union_gs10000.json
34
+ ```
35
+
36
+ The filler pool (`wiki_glossary_medicine_enriched.json`, medicine wiki mine)
37
+ currently lives on the cluster
38
+ (`.../documents/code/data_pre/glossary_scale/wiki_glossary_medicine_enriched.json`
39
+ on gemini); the runtime `medicine_core_10k.json` on taurus is a derivative of
40
+ the same pool.
41
+
42
+ **TODO after building on the cluster**
43
+
44
+ 1. Upload `medicine_hardraw_gt_union_gs10000.json` (+ its `.report.json`) to
45
+ this directory.
46
+ 2. Upload the wiki medicine filler pool itself for full reproducibility.
47
+ 3. Build the MaxSim index and register runtime presets:
48
+ `medicine_hardraw_gs10k` (union inventory) and eval-only
49
+ `medicine_hardraw_oracle` (212 GT only), mirroring `acl_tagged_raw`.
50
+
51
+ ## GT validation (2026-07-08)
52
+
53
+ Checked from the HF copies: the 212-entry GT has a zh translation for every
54
+ entry and no normalized duplicates; per-talk unique terms are 404: 20,
55
+ 545006: 20, 596001: 49, 605000: 66, 606: 60; all 54 unique oracle terms of
56
+ `medicine_606` (from `hard_medicine.oracle_term_map__medicine_606.json`) are
57
+ covered by the GT.
glossaries/hard_medicine_gt_raw_unique212.json ADDED
@@ -0,0 +1,4528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "term": "20 Gy",
4
+ "source": "medicine_hard_llm_judge_manual",
5
+ "target_translations": {
6
+ "zh": "20 Gy",
7
+ "de": "20 Gy",
8
+ "ja": "20 Gy"
9
+ },
10
+ "sample_ids": [
11
+ "596001"
12
+ ],
13
+ "sentence_ids": [
14
+ "132"
15
+ ],
16
+ "hard_langs": [
17
+ "zh"
18
+ ],
19
+ "raw_sources": [
20
+ "20 Gy"
21
+ ]
22
+ },
23
+ {
24
+ "term": "3D conformer",
25
+ "source": "medicine_hard_llm_judge_manual",
26
+ "target_translations": {
27
+ "zh": "三维适形技术",
28
+ "de": "3D-Conformer",
29
+ "ja": "3Dコンフォーマル"
30
+ },
31
+ "sample_ids": [
32
+ "596001"
33
+ ],
34
+ "sentence_ids": [
35
+ "167"
36
+ ],
37
+ "hard_langs": [
38
+ "zh"
39
+ ],
40
+ "raw_sources": [
41
+ "3D conformer"
42
+ ]
43
+ },
44
+ {
45
+ "term": "3D radiotherapy",
46
+ "source": "medicine_hard_llm_judge_manual",
47
+ "target_translations": {
48
+ "zh": "三维放疗",
49
+ "de": "3D-Strahlentherapie",
50
+ "ja": "3D放射線治療"
51
+ },
52
+ "sample_ids": [
53
+ "606"
54
+ ],
55
+ "sentence_ids": [
56
+ "166"
57
+ ],
58
+ "hard_langs": [
59
+ "zh"
60
+ ],
61
+ "raw_sources": [
62
+ "3D radiotherapy"
63
+ ]
64
+ },
65
+ {
66
+ "term": "40 Gy Isoline",
67
+ "source": "medicine_hard_llm_judge_manual",
68
+ "target_translations": {
69
+ "zh": "40 Gy等剂量线",
70
+ "de": "40-Gy-Isokurve",
71
+ "ja": "40 Gyの等線量線"
72
+ },
73
+ "sample_ids": [
74
+ "596001"
75
+ ],
76
+ "sentence_ids": [
77
+ "136"
78
+ ],
79
+ "hard_langs": [
80
+ "zh"
81
+ ],
82
+ "raw_sources": [
83
+ "40 Gy Isoline"
84
+ ]
85
+ },
86
+ {
87
+ "term": "70 Gy",
88
+ "source": "medicine_hard_llm_judge_manual",
89
+ "target_translations": {
90
+ "zh": "70 Gy",
91
+ "de": "70 Gy",
92
+ "ja": "70 Gy"
93
+ },
94
+ "sample_ids": [
95
+ "596001"
96
+ ],
97
+ "sentence_ids": [
98
+ "91"
99
+ ],
100
+ "hard_langs": [
101
+ "zh"
102
+ ],
103
+ "raw_sources": [
104
+ "70 Gy"
105
+ ]
106
+ },
107
+ {
108
+ "term": "abemaciclib",
109
+ "source": "medicine_hard_llm_judge_manual",
110
+ "target_translations": {
111
+ "zh": "阿贝西利",
112
+ "de": "Abemaciclib",
113
+ "ja": "アベマシクリブ"
114
+ },
115
+ "sample_ids": [
116
+ "605000"
117
+ ],
118
+ "sentence_ids": [
119
+ "268",
120
+ "271",
121
+ "272"
122
+ ],
123
+ "hard_langs": [
124
+ "zh"
125
+ ],
126
+ "raw_sources": [
127
+ "abemaciclib"
128
+ ]
129
+ },
130
+ {
131
+ "term": "active metabolite of irinotecan",
132
+ "source": "medicine_hard_llm_judge_manual",
133
+ "target_translations": {
134
+ "zh": "伊立替康的活性代谢物",
135
+ "de": "aktive Metabolit von Irinotecan",
136
+ "ja": "イリノテカンの活性代謝物"
137
+ },
138
+ "sample_ids": [
139
+ "605000"
140
+ ],
141
+ "sentence_ids": [
142
+ "186"
143
+ ],
144
+ "hard_langs": [
145
+ "zh"
146
+ ],
147
+ "raw_sources": [
148
+ "active metabolite of irinotecan"
149
+ ]
150
+ },
151
+ {
152
+ "term": "ADC",
153
+ "source": "medicine_hard_llm_judge_manual",
154
+ "target_translations": {
155
+ "zh": "抗体药物偶联物",
156
+ "de": "Antikörper-Wirkstoff-Konjugat",
157
+ "ja": "抗体薬物複合体"
158
+ },
159
+ "sample_ids": [
160
+ "605000"
161
+ ],
162
+ "sentence_ids": [
163
+ "160",
164
+ "214"
165
+ ],
166
+ "hard_langs": [
167
+ "zh"
168
+ ],
169
+ "raw_sources": [
170
+ "ADC"
171
+ ]
172
+ },
173
+ {
174
+ "term": "adjuvant setting",
175
+ "source": "medicine_hard_llm_judge_manual",
176
+ "target_translations": {
177
+ "zh": "辅助治疗阶段",
178
+ "de": "adjuvante Therapie",
179
+ "ja": "補助療法"
180
+ },
181
+ "sample_ids": [
182
+ "606"
183
+ ],
184
+ "sentence_ids": [
185
+ "36"
186
+ ],
187
+ "hard_langs": [
188
+ "zh"
189
+ ],
190
+ "raw_sources": [
191
+ "adjuvant setting"
192
+ ]
193
+ },
194
+ {
195
+ "term": "advanced breast cancer",
196
+ "source": "medicine_hard_llm_judge_manual",
197
+ "target_translations": {
198
+ "zh": "晚期乳腺癌",
199
+ "de": "fortgeschrittener Brustkrebs",
200
+ "ja": "進行乳がん"
201
+ },
202
+ "sample_ids": [
203
+ "605000"
204
+ ],
205
+ "sentence_ids": [
206
+ "363"
207
+ ],
208
+ "hard_langs": [
209
+ "zh"
210
+ ],
211
+ "raw_sources": [
212
+ "advanced breast cancer"
213
+ ]
214
+ },
215
+ {
216
+ "term": "ASCO",
217
+ "source": "medicine_hard_llm_judge_manual",
218
+ "target_translations": {
219
+ "zh": "美国临床肿瘤学会",
220
+ "de": "Amerikanische Gesellschaft für Klinische Onkologie",
221
+ "ja": "米国臨床腫瘍学会"
222
+ },
223
+ "sample_ids": [
224
+ "404"
225
+ ],
226
+ "sentence_ids": [
227
+ "29"
228
+ ],
229
+ "hard_langs": [
230
+ "zh"
231
+ ],
232
+ "raw_sources": [
233
+ "ASCO"
234
+ ]
235
+ },
236
+ {
237
+ "term": "atezolizumab",
238
+ "source": "medicine_hard_llm_judge_manual",
239
+ "target_translations": {
240
+ "zh": "阿替利珠单抗",
241
+ "de": "Atezolizumab",
242
+ "ja": "アテゾリズマブ"
243
+ },
244
+ "sample_ids": [
245
+ "605000"
246
+ ],
247
+ "sentence_ids": [
248
+ "44",
249
+ "85",
250
+ "106",
251
+ "107",
252
+ "108",
253
+ "109",
254
+ "139",
255
+ "345"
256
+ ],
257
+ "hard_langs": [
258
+ "zh"
259
+ ],
260
+ "raw_sources": [
261
+ "atezolizumab"
262
+ ]
263
+ },
264
+ {
265
+ "term": "avelumab",
266
+ "source": "medicine_hard_llm_judge_manual",
267
+ "target_translations": {
268
+ "zh": "阿维鲁单抗",
269
+ "de": "Avelumab",
270
+ "ja": "アベルマブ"
271
+ },
272
+ "sample_ids": [
273
+ "605000"
274
+ ],
275
+ "sentence_ids": [
276
+ "162"
277
+ ],
278
+ "hard_langs": [
279
+ "zh"
280
+ ],
281
+ "raw_sources": [
282
+ "avelumab"
283
+ ]
284
+ },
285
+ {
286
+ "term": "Beam model",
287
+ "source": "medicine_hard_llm_judge_manual",
288
+ "target_translations": {
289
+ "zh": "束流模型",
290
+ "de": "Beam-Model",
291
+ "ja": "ビームモデル"
292
+ },
293
+ "sample_ids": [
294
+ "596001"
295
+ ],
296
+ "sentence_ids": [
297
+ "26"
298
+ ],
299
+ "hard_langs": [
300
+ "zh"
301
+ ],
302
+ "raw_sources": [
303
+ "Beam model"
304
+ ]
305
+ },
306
+ {
307
+ "term": "bevacizumab",
308
+ "source": "medicine_hard_llm_judge_manual",
309
+ "target_translations": {
310
+ "zh": "贝伐珠单抗",
311
+ "de": "Bevacizumab",
312
+ "ja": "ベバシズマブ"
313
+ },
314
+ "sample_ids": [
315
+ "605000"
316
+ ],
317
+ "sentence_ids": [
318
+ "263"
319
+ ],
320
+ "hard_langs": [
321
+ "zh"
322
+ ],
323
+ "raw_sources": [
324
+ "bevacizumab"
325
+ ]
326
+ },
327
+ {
328
+ "term": "bilateral lobular cancer",
329
+ "source": "medicine_hard_llm_judge_manual",
330
+ "target_translations": {
331
+ "zh": "双侧小叶癌",
332
+ "de": "beidseitigem lobulärem Krebs",
333
+ "ja": "両側性の小葉がん"
334
+ },
335
+ "sample_ids": [
336
+ "605000"
337
+ ],
338
+ "sentence_ids": [
339
+ "376"
340
+ ],
341
+ "hard_langs": [
342
+ "zh"
343
+ ],
344
+ "raw_sources": [
345
+ "bilateral lobular cancer"
346
+ ]
347
+ },
348
+ {
349
+ "term": "boost",
350
+ "source": "medicine_hard_llm_judge_manual",
351
+ "target_translations": {
352
+ "zh": "加强照射",
353
+ "de": "Boost",
354
+ "ja": "ブースト照射"
355
+ },
356
+ "sample_ids": [
357
+ "606"
358
+ ],
359
+ "sentence_ids": [
360
+ "190"
361
+ ],
362
+ "hard_langs": [
363
+ "zh"
364
+ ],
365
+ "raw_sources": [
366
+ "boost"
367
+ ]
368
+ },
369
+ {
370
+ "term": "bowel wall",
371
+ "source": "medicine_hard_llm_judge_manual",
372
+ "target_translations": {
373
+ "zh": "肠壁",
374
+ "de": "Darmwand",
375
+ "ja": "腸壁"
376
+ },
377
+ "sample_ids": [
378
+ "606"
379
+ ],
380
+ "sentence_ids": [
381
+ "77"
382
+ ],
383
+ "hard_langs": [
384
+ "zh"
385
+ ],
386
+ "raw_sources": [
387
+ "bowel wall"
388
+ ]
389
+ },
390
+ {
391
+ "term": "brachytherapy",
392
+ "source": "medicine_hard_llm_judge_manual",
393
+ "target_translations": {
394
+ "zh": "近距离放疗",
395
+ "de": "Brachytherapie",
396
+ "ja": "ブラキセラピー"
397
+ },
398
+ "sample_ids": [
399
+ "606"
400
+ ],
401
+ "sentence_ids": [
402
+ "149"
403
+ ],
404
+ "hard_langs": [
405
+ "zh"
406
+ ],
407
+ "raw_sources": [
408
+ "brachytherapy"
409
+ ]
410
+ },
411
+ {
412
+ "term": "brain met",
413
+ "source": "medicine_hard_llm_judge_manual",
414
+ "target_translations": {
415
+ "zh": "脑转移灶",
416
+ "de": "Hirnmetastase",
417
+ "ja": "脳転移"
418
+ },
419
+ "sample_ids": [
420
+ "605000"
421
+ ],
422
+ "sentence_ids": [
423
+ "415"
424
+ ],
425
+ "hard_langs": [
426
+ "zh"
427
+ ],
428
+ "raw_sources": [
429
+ "brain met"
430
+ ]
431
+ },
432
+ {
433
+ "term": "BRCA-mutated",
434
+ "source": "medicine_hard_llm_judge_manual",
435
+ "target_translations": {
436
+ "zh": "BRCA突变",
437
+ "de": "BRCA-mutierten",
438
+ "ja": "BRCA変異"
439
+ },
440
+ "sample_ids": [
441
+ "605000"
442
+ ],
443
+ "sentence_ids": [
444
+ "439"
445
+ ],
446
+ "hard_langs": [
447
+ "zh"
448
+ ],
449
+ "raw_sources": [
450
+ "BRCA-mutated"
451
+ ]
452
+ },
453
+ {
454
+ "term": "breast surgery",
455
+ "source": "medicine_hard_llm_judge_manual",
456
+ "target_translations": {
457
+ "zh": "乳腺外科",
458
+ "de": "Brustchirurgie",
459
+ "ja": "乳腺外科"
460
+ },
461
+ "sample_ids": [
462
+ "404"
463
+ ],
464
+ "sentence_ids": [
465
+ "156"
466
+ ],
467
+ "hard_langs": [
468
+ "zh"
469
+ ],
470
+ "raw_sources": [
471
+ "breast surgery"
472
+ ]
473
+ },
474
+ {
475
+ "term": "breast surgery oncology",
476
+ "source": "medicine_hard_llm_judge_manual",
477
+ "target_translations": {
478
+ "zh": "乳腺外科肿瘤学",
479
+ "de": "Brustchirurgie-Onkologie",
480
+ "ja": "乳腺外科腫瘍学"
481
+ },
482
+ "sample_ids": [
483
+ "404"
484
+ ],
485
+ "sentence_ids": [
486
+ "43"
487
+ ],
488
+ "hard_langs": [
489
+ "zh"
490
+ ],
491
+ "raw_sources": [
492
+ "breast surgery oncology"
493
+ ]
494
+ },
495
+ {
496
+ "term": "cancer outcomes",
497
+ "source": "medicine_hard_llm_judge_manual",
498
+ "target_translations": {
499
+ "zh": "癌症结局",
500
+ "de": "Krebsresultate",
501
+ "ja": "がんの転帰"
502
+ },
503
+ "sample_ids": [
504
+ "404"
505
+ ],
506
+ "sentence_ids": [
507
+ "168"
508
+ ],
509
+ "hard_langs": [
510
+ "zh"
511
+ ],
512
+ "raw_sources": [
513
+ "cancer outcomes"
514
+ ]
515
+ },
516
+ {
517
+ "term": "CAPOX",
518
+ "source": "medicine_hard_llm_judge_manual",
519
+ "target_translations": {
520
+ "zh": "CAPOX",
521
+ "de": "CAPOX",
522
+ "ja": "CAPOX"
523
+ },
524
+ "sample_ids": [
525
+ "606"
526
+ ],
527
+ "sentence_ids": [
528
+ "58",
529
+ "218"
530
+ ],
531
+ "hard_langs": [
532
+ "zh"
533
+ ],
534
+ "raw_sources": [
535
+ "CAPOX"
536
+ ]
537
+ },
538
+ {
539
+ "term": "carboplatin",
540
+ "source": "medicine_hard_llm_judge_manual",
541
+ "target_translations": {
542
+ "zh": "卡铂",
543
+ "de": "Carboplatin",
544
+ "ja": "カルボプラチン"
545
+ },
546
+ "sample_ids": [
547
+ "605000"
548
+ ],
549
+ "sentence_ids": [
550
+ "476"
551
+ ],
552
+ "hard_langs": [
553
+ "zh"
554
+ ],
555
+ "raw_sources": [
556
+ "carboplatin"
557
+ ]
558
+ },
559
+ {
560
+ "term": "CDK4 inhibitor",
561
+ "source": "medicine_hard_llm_judge_manual",
562
+ "target_translations": {
563
+ "zh": "CDK4抑制剂",
564
+ "de": "CDK4-Inhibitor",
565
+ "ja": "CDK4阻害薬"
566
+ },
567
+ "sample_ids": [
568
+ "605000"
569
+ ],
570
+ "sentence_ids": [
571
+ "369"
572
+ ],
573
+ "hard_langs": [
574
+ "zh"
575
+ ],
576
+ "raw_sources": [
577
+ "CDK4 inhibitor"
578
+ ]
579
+ },
580
+ {
581
+ "term": "chemotherapy intensification",
582
+ "source": "medicine_hard_llm_judge_manual",
583
+ "target_translations": {
584
+ "zh": "强化化疗",
585
+ "de": "Intensivierung der Chemotherapie",
586
+ "ja": "化学療法強化"
587
+ },
588
+ "sample_ids": [
589
+ "606"
590
+ ],
591
+ "sentence_ids": [
592
+ "135"
593
+ ],
594
+ "hard_langs": [
595
+ "zh"
596
+ ],
597
+ "raw_sources": [
598
+ "chemotherapy intensification"
599
+ ]
600
+ },
601
+ {
602
+ "term": "chemotherapy of physician choice",
603
+ "source": "medicine_hard_llm_judge_manual",
604
+ "target_translations": {
605
+ "zh": "医生选择的化疗",
606
+ "de": "vom Arzt gewählte Chemotherapie",
607
+ "ja": "医師選択化学療法"
608
+ },
609
+ "sample_ids": [
610
+ "605000"
611
+ ],
612
+ "sentence_ids": [
613
+ "230"
614
+ ],
615
+ "hard_langs": [
616
+ "zh"
617
+ ],
618
+ "raw_sources": [
619
+ "chemotherapy of physician choice"
620
+ ]
621
+ },
622
+ {
623
+ "term": "clinical index of suspicion",
624
+ "source": "medicine_hard_llm_judge_manual",
625
+ "target_translations": {
626
+ "zh": "临床怀疑指数",
627
+ "de": "klinischer Verdachtsindex",
628
+ "ja": "臨床的疑い指数"
629
+ },
630
+ "sample_ids": [
631
+ "545006"
632
+ ],
633
+ "sentence_ids": [
634
+ "7"
635
+ ],
636
+ "hard_langs": [
637
+ "zh"
638
+ ],
639
+ "raw_sources": [
640
+ "clinical index of suspicion"
641
+ ]
642
+ },
643
+ {
644
+ "term": "clinical target volume",
645
+ "source": "medicine_hard_llm_judge_manual",
646
+ "target_translations": {
647
+ "zh": "临床靶体积",
648
+ "de": "klinischen Zielvolumen",
649
+ "ja": "臨床標的体積"
650
+ },
651
+ "sample_ids": [
652
+ "596001"
653
+ ],
654
+ "sentence_ids": [
655
+ "155"
656
+ ],
657
+ "hard_langs": [
658
+ "zh"
659
+ ],
660
+ "raw_sources": [
661
+ "clinical target volume"
662
+ ]
663
+ },
664
+ {
665
+ "term": "CME accreditation",
666
+ "source": "medicine_hard_llm_judge_manual",
667
+ "target_translations": {
668
+ "zh": "继续医学教育认证",
669
+ "de": "Fortbildungsakkreditierung",
670
+ "ja": "継続医学教育認定"
671
+ },
672
+ "sample_ids": [
673
+ "404"
674
+ ],
675
+ "sentence_ids": [
676
+ "176"
677
+ ],
678
+ "hard_langs": [
679
+ "zh"
680
+ ],
681
+ "raw_sources": [
682
+ "CME accreditation"
683
+ ]
684
+ },
685
+ {
686
+ "term": "CME evaluation",
687
+ "source": "medicine_hard_llm_judge_manual",
688
+ "target_translations": {
689
+ "zh": "继续医学教育评估",
690
+ "de": "Bewertung der kontinuierlichen medizinischen Weiterbildung",
691
+ "ja": "継続医学教育の評価"
692
+ },
693
+ "sample_ids": [
694
+ "404"
695
+ ],
696
+ "sentence_ids": [
697
+ "5"
698
+ ],
699
+ "hard_langs": [
700
+ "zh"
701
+ ],
702
+ "raw_sources": [
703
+ "CME evaluation"
704
+ ]
705
+ },
706
+ {
707
+ "term": "colectomy",
708
+ "source": "medicine_hard_llm_judge_manual",
709
+ "target_translations": {
710
+ "zh": "结肠切除术",
711
+ "de": "Kolektomie",
712
+ "ja": "結腸切除術"
713
+ },
714
+ "sample_ids": [
715
+ "404"
716
+ ],
717
+ "sentence_ids": [
718
+ "44"
719
+ ],
720
+ "hard_langs": [
721
+ "zh"
722
+ ],
723
+ "raw_sources": [
724
+ "colectomy"
725
+ ]
726
+ },
727
+ {
728
+ "term": "core needle biopsy",
729
+ "source": "medicine_hard_llm_judge_manual",
730
+ "target_translations": {
731
+ "zh": "粗针活检",
732
+ "de": "Stanzbiopsie",
733
+ "ja": "コアニードル生検"
734
+ },
735
+ "sample_ids": [
736
+ "404"
737
+ ],
738
+ "sentence_ids": [
739
+ "66",
740
+ "68"
741
+ ],
742
+ "hard_langs": [
743
+ "zh"
744
+ ],
745
+ "raw_sources": [
746
+ "core needle biopsy"
747
+ ]
748
+ },
749
+ {
750
+ "term": "CSF",
751
+ "source": "medicine_hard_llm_judge_manual",
752
+ "target_translations": {
753
+ "zh": "脑脊液",
754
+ "de": "Liquor",
755
+ "ja": "脳脊髄液"
756
+ },
757
+ "sample_ids": [
758
+ "605000"
759
+ ],
760
+ "sentence_ids": [
761
+ "272"
762
+ ],
763
+ "hard_langs": [
764
+ "zh"
765
+ ],
766
+ "raw_sources": [
767
+ "CSF"
768
+ ]
769
+ },
770
+ {
771
+ "term": "cut-offs",
772
+ "source": "medicine_hard_llm_judge_manual",
773
+ "target_translations": {
774
+ "zh": "截点",
775
+ "de": "Cut-offs",
776
+ "ja": "カットオフ"
777
+ },
778
+ "sample_ids": [
779
+ "605000"
780
+ ],
781
+ "sentence_ids": [
782
+ "181"
783
+ ],
784
+ "hard_langs": [
785
+ "zh"
786
+ ],
787
+ "raw_sources": [
788
+ "cut-offs"
789
+ ]
790
+ },
791
+ {
792
+ "term": "datopotamab deruxtecan",
793
+ "source": "medicine_hard_llm_judge_manual",
794
+ "target_translations": {
795
+ "zh": "德达博妥单抗",
796
+ "de": "Datopotamab Deruxtecan",
797
+ "ja": "ダトポタマブ デルクステカン"
798
+ },
799
+ "sample_ids": [
800
+ "605000"
801
+ ],
802
+ "sentence_ids": [
803
+ "201",
804
+ "209"
805
+ ],
806
+ "hard_langs": [
807
+ "zh"
808
+ ],
809
+ "raw_sources": [
810
+ "datopotamab deruxtecan"
811
+ ]
812
+ },
813
+ {
814
+ "term": "defecation urgency",
815
+ "source": "medicine_hard_llm_judge_manual",
816
+ "target_translations": {
817
+ "zh": "排便急迫感",
818
+ "de": "Defäkationsdringlichkeit",
819
+ "ja": "便意切迫感"
820
+ },
821
+ "sample_ids": [
822
+ "596001"
823
+ ],
824
+ "sentence_ids": [
825
+ "116"
826
+ ],
827
+ "hard_langs": [
828
+ "zh"
829
+ ],
830
+ "raw_sources": [
831
+ "defecation urgency"
832
+ ]
833
+ },
834
+ {
835
+ "term": "delivered dose",
836
+ "source": "medicine_hard_llm_judge_manual",
837
+ "target_translations": {
838
+ "zh": "已实施剂量",
839
+ "de": "verabreichte Dosis",
840
+ "ja": "実際に投与された線量"
841
+ },
842
+ "sample_ids": [
843
+ "596001"
844
+ ],
845
+ "sentence_ids": [
846
+ "22"
847
+ ],
848
+ "hard_langs": [
849
+ "zh"
850
+ ],
851
+ "raw_sources": [
852
+ "delivered dose"
853
+ ]
854
+ },
855
+ {
856
+ "term": "delivered dose distribution",
857
+ "source": "medicine_hard_llm_judge_manual",
858
+ "target_translations": {
859
+ "zh": "实际实施的剂量分布",
860
+ "de": "verabreichte Dosisverteilung",
861
+ "ja": "実際に投与された線量分布"
862
+ },
863
+ "sample_ids": [
864
+ "596001"
865
+ ],
866
+ "sentence_ids": [
867
+ "117"
868
+ ],
869
+ "hard_langs": [
870
+ "zh"
871
+ ],
872
+ "raw_sources": [
873
+ "delivered dose distribution"
874
+ ]
875
+ },
876
+ {
877
+ "term": "deruxtecan",
878
+ "source": "medicine_hard_llm_judge_manual",
879
+ "target_translations": {
880
+ "zh": "德鲁替康",
881
+ "de": "Deruxtecan",
882
+ "ja": "デルクステカン"
883
+ },
884
+ "sample_ids": [
885
+ "605000"
886
+ ],
887
+ "sentence_ids": [
888
+ "220"
889
+ ],
890
+ "hard_langs": [
891
+ "zh"
892
+ ],
893
+ "raw_sources": [
894
+ "deruxtecan"
895
+ ]
896
+ },
897
+ {
898
+ "term": "disitamab vedotin",
899
+ "source": "medicine_hard_llm_judge_manual",
900
+ "target_translations": {
901
+ "zh": "维迪西妥单抗",
902
+ "de": "Disitamab Vedotin",
903
+ "ja": "ジシタマブ ベドチン"
904
+ },
905
+ "sample_ids": [
906
+ "605000"
907
+ ],
908
+ "sentence_ids": [
909
+ "231"
910
+ ],
911
+ "hard_langs": [
912
+ "zh"
913
+ ],
914
+ "raw_sources": [
915
+ "disitamab vedotin"
916
+ ]
917
+ },
918
+ {
919
+ "term": "dose",
920
+ "source": "medicine_hard_llm_judge_manual",
921
+ "target_translations": {
922
+ "zh": "剂量",
923
+ "de": "Dosis",
924
+ "ja": "線量"
925
+ },
926
+ "sample_ids": [
927
+ "606"
928
+ ],
929
+ "sentence_ids": [
930
+ "189"
931
+ ],
932
+ "hard_langs": [
933
+ "zh"
934
+ ],
935
+ "raw_sources": [
936
+ "dose"
937
+ ]
938
+ },
939
+ {
940
+ "term": "dose objectives",
941
+ "source": "medicine_hard_llm_judge_manual",
942
+ "target_translations": {
943
+ "zh": "剂量目标",
944
+ "de": "Zielvorgaben für die Dosis",
945
+ "ja": "線量目標"
946
+ },
947
+ "sample_ids": [
948
+ "596001"
949
+ ],
950
+ "sentence_ids": [
951
+ "195"
952
+ ],
953
+ "hard_langs": [
954
+ "zh"
955
+ ],
956
+ "raw_sources": [
957
+ "dose objectives"
958
+ ]
959
+ },
960
+ {
961
+ "term": "dose-surface histogram",
962
+ "source": "medicine_hard_llm_judge_manual",
963
+ "target_translations": {
964
+ "zh": "剂量-表面直方图",
965
+ "de": "Dosis-Oberflächen-Histogramm",
966
+ "ja": "線量表面ヒストグラム"
967
+ },
968
+ "sample_ids": [
969
+ "596001"
970
+ ],
971
+ "sentence_ids": [
972
+ "115"
973
+ ],
974
+ "hard_langs": [
975
+ "zh"
976
+ ],
977
+ "raw_sources": [
978
+ "dose-surface histogram"
979
+ ]
980
+ },
981
+ {
982
+ "term": "Dosimetrist",
983
+ "source": "medicine_hard_llm_judge_manual",
984
+ "target_translations": {
985
+ "zh": "剂量师",
986
+ "de": "Dosimetristen",
987
+ "ja": "ドシメトリスト"
988
+ },
989
+ "sample_ids": [
990
+ "596001"
991
+ ],
992
+ "sentence_ids": [
993
+ "76"
994
+ ],
995
+ "hard_langs": [
996
+ "zh"
997
+ ],
998
+ "raw_sources": [
999
+ "Dosimetrist"
1000
+ ]
1001
+ },
1002
+ {
1003
+ "term": "down-staging",
1004
+ "source": "medicine_hard_llm_judge_manual",
1005
+ "target_translations": {
1006
+ "zh": "降期",
1007
+ "de": "Downstaging",
1008
+ "ja": "ダウンステージング"
1009
+ },
1010
+ "sample_ids": [
1011
+ "606"
1012
+ ],
1013
+ "sentence_ids": [
1014
+ "103",
1015
+ "112"
1016
+ ],
1017
+ "hard_langs": [
1018
+ "zh"
1019
+ ],
1020
+ "raw_sources": [
1021
+ "down-staging"
1022
+ ]
1023
+ },
1024
+ {
1025
+ "term": "early-stage setting",
1026
+ "source": "medicine_hard_llm_judge_manual",
1027
+ "target_translations": {
1028
+ "zh": "早期阶段",
1029
+ "de": "Frühstadium",
1030
+ "ja": "早期段階"
1031
+ },
1032
+ "sample_ids": [
1033
+ "605000"
1034
+ ],
1035
+ "sentence_ids": [
1036
+ "467"
1037
+ ],
1038
+ "hard_langs": [
1039
+ "zh"
1040
+ ],
1041
+ "raw_sources": [
1042
+ "early-stage setting"
1043
+ ]
1044
+ },
1045
+ {
1046
+ "term": "emitted fluence",
1047
+ "source": "medicine_hard_llm_judge_manual",
1048
+ "target_translations": {
1049
+ "zh": "发射注量",
1050
+ "de": "emittierten Fluenz",
1051
+ "ja": "放出フルエンス"
1052
+ },
1053
+ "sample_ids": [
1054
+ "596001"
1055
+ ],
1056
+ "sentence_ids": [
1057
+ "148"
1058
+ ],
1059
+ "hard_langs": [
1060
+ "zh"
1061
+ ],
1062
+ "raw_sources": [
1063
+ "emitted fluence"
1064
+ ]
1065
+ },
1066
+ {
1067
+ "term": "ER negative",
1068
+ "source": "medicine_hard_llm_judge_manual",
1069
+ "target_translations": {
1070
+ "zh": "雌激素受体阴性",
1071
+ "de": "Östrogenrezeptor-negativ",
1072
+ "ja": "エストロゲン受容体陰性"
1073
+ },
1074
+ "sample_ids": [
1075
+ "545006"
1076
+ ],
1077
+ "sentence_ids": [
1078
+ "75"
1079
+ ],
1080
+ "hard_langs": [
1081
+ "zh"
1082
+ ],
1083
+ "raw_sources": [
1084
+ "ER negative"
1085
+ ]
1086
+ },
1087
+ {
1088
+ "term": "ESMO",
1089
+ "source": "medicine_hard_llm_judge_manual",
1090
+ "target_translations": {
1091
+ "zh": "欧洲肿瘤内科学会",
1092
+ "de": "Europäische Gesellschaft für Medizinische Onkologie",
1093
+ "ja": "欧州臨床腫瘍学会"
1094
+ },
1095
+ "sample_ids": [
1096
+ "404"
1097
+ ],
1098
+ "sentence_ids": [
1099
+ "29"
1100
+ ],
1101
+ "hard_langs": [
1102
+ "zh"
1103
+ ],
1104
+ "raw_sources": [
1105
+ "ESMO"
1106
+ ]
1107
+ },
1108
+ {
1109
+ "term": "faecal leakage",
1110
+ "source": "medicine_hard_llm_judge_manual",
1111
+ "target_translations": {
1112
+ "zh": "粪便渗漏",
1113
+ "de": "Stuhlverlust",
1114
+ "ja": "便漏れ"
1115
+ },
1116
+ "sample_ids": [
1117
+ "596001"
1118
+ ],
1119
+ "sentence_ids": [
1120
+ "116"
1121
+ ],
1122
+ "hard_langs": [
1123
+ "zh"
1124
+ ],
1125
+ "raw_sources": [
1126
+ "faecal leakage"
1127
+ ]
1128
+ },
1129
+ {
1130
+ "term": "fine needle aspiration",
1131
+ "source": "medicine_hard_llm_judge_manual",
1132
+ "target_translations": {
1133
+ "zh": "细针穿刺抽吸",
1134
+ "de": "Feinnadelaspiration",
1135
+ "ja": "穿刺吸引細胞診"
1136
+ },
1137
+ "sample_ids": [
1138
+ "545006"
1139
+ ],
1140
+ "sentence_ids": [
1141
+ "128"
1142
+ ],
1143
+ "hard_langs": [
1144
+ "zh"
1145
+ ],
1146
+ "raw_sources": [
1147
+ "fine needle aspiration"
1148
+ ]
1149
+ },
1150
+ {
1151
+ "term": "focal treatments",
1152
+ "source": "medicine_hard_llm_judge_manual",
1153
+ "target_translations": {
1154
+ "zh": "局灶治疗",
1155
+ "de": "fokale Behandlungen",
1156
+ "ja": "局所治療"
1157
+ },
1158
+ "sample_ids": [
1159
+ "596001"
1160
+ ],
1161
+ "sentence_ids": [
1162
+ "97"
1163
+ ],
1164
+ "hard_langs": [
1165
+ "zh"
1166
+ ],
1167
+ "raw_sources": [
1168
+ "focal treatments"
1169
+ ]
1170
+ },
1171
+ {
1172
+ "term": "FOLFIRINOX",
1173
+ "source": "medicine_hard_llm_judge_manual",
1174
+ "target_translations": {
1175
+ "zh": "FOLFIRINOX",
1176
+ "de": "FOLFIRINOX",
1177
+ "ja": "FOLFIRINOX"
1178
+ },
1179
+ "sample_ids": [
1180
+ "606"
1181
+ ],
1182
+ "sentence_ids": [
1183
+ "62",
1184
+ "238"
1185
+ ],
1186
+ "hard_langs": [
1187
+ "zh"
1188
+ ],
1189
+ "raw_sources": [
1190
+ "FOLFIRINOX"
1191
+ ]
1192
+ },
1193
+ {
1194
+ "term": "FOLFOX",
1195
+ "source": "medicine_hard_llm_judge_manual",
1196
+ "target_translations": {
1197
+ "zh": "FOLFOX",
1198
+ "de": "FOLFOX",
1199
+ "ja": "FOLFOX"
1200
+ },
1201
+ "sample_ids": [
1202
+ "606"
1203
+ ],
1204
+ "sentence_ids": [
1205
+ "48",
1206
+ "49",
1207
+ "52"
1208
+ ],
1209
+ "hard_langs": [
1210
+ "zh"
1211
+ ],
1212
+ "raw_sources": [
1213
+ "FOLFOX"
1214
+ ]
1215
+ },
1216
+ {
1217
+ "term": "fraction",
1218
+ "source": "medicine_hard_llm_judge_manual",
1219
+ "target_translations": {
1220
+ "zh": "分次",
1221
+ "de": "Fraktion",
1222
+ "ja": "分割"
1223
+ },
1224
+ "sample_ids": [
1225
+ "606"
1226
+ ],
1227
+ "sentence_ids": [
1228
+ "173"
1229
+ ],
1230
+ "hard_langs": [
1231
+ "zh"
1232
+ ],
1233
+ "raw_sources": [
1234
+ "fraction"
1235
+ ]
1236
+ },
1237
+ {
1238
+ "term": "Gantry",
1239
+ "source": "medicine_hard_llm_judge_manual",
1240
+ "target_translations": {
1241
+ "zh": "机架",
1242
+ "de": "Gantrys",
1243
+ "ja": "ガントリ"
1244
+ },
1245
+ "sample_ids": [
1246
+ "596001"
1247
+ ],
1248
+ "sentence_ids": [
1249
+ "174"
1250
+ ],
1251
+ "hard_langs": [
1252
+ "zh"
1253
+ ],
1254
+ "raw_sources": [
1255
+ "Gantry"
1256
+ ]
1257
+ },
1258
+ {
1259
+ "term": "Gantry speeds",
1260
+ "source": "medicine_hard_llm_judge_manual",
1261
+ "target_translations": {
1262
+ "zh": "机架速度",
1263
+ "de": "Portalgeschwindigkeiten",
1264
+ "ja": "ガントリ速度"
1265
+ },
1266
+ "sample_ids": [
1267
+ "596001"
1268
+ ],
1269
+ "sentence_ids": [
1270
+ "58"
1271
+ ],
1272
+ "hard_langs": [
1273
+ "zh"
1274
+ ],
1275
+ "raw_sources": [
1276
+ "Gantry speeds"
1277
+ ]
1278
+ },
1279
+ {
1280
+ "term": "germline BRCA testing",
1281
+ "source": "medicine_hard_llm_judge_manual",
1282
+ "target_translations": {
1283
+ "zh": "胚系BRCA检测",
1284
+ "de": "BRCA-Keimbahntest",
1285
+ "ja": "胚細胞系列のBRCA検査"
1286
+ },
1287
+ "sample_ids": [
1288
+ "605000"
1289
+ ],
1290
+ "sentence_ids": [
1291
+ "444"
1292
+ ],
1293
+ "hard_langs": [
1294
+ "zh"
1295
+ ],
1296
+ "raw_sources": [
1297
+ "germline BRCA testing"
1298
+ ]
1299
+ },
1300
+ {
1301
+ "term": "grade two rectal toxicity",
1302
+ "source": "medicine_hard_llm_judge_manual",
1303
+ "target_translations": {
1304
+ "zh": "二级直肠毒性",
1305
+ "de": "rektale Toxizität zweiten Grades",
1306
+ "ja": "グレード2の直腸毒性"
1307
+ },
1308
+ "sample_ids": [
1309
+ "596001"
1310
+ ],
1311
+ "sentence_ids": [
1312
+ "89"
1313
+ ],
1314
+ "hard_langs": [
1315
+ "zh"
1316
+ ],
1317
+ "raw_sources": [
1318
+ "grade two rectal toxicity"
1319
+ ]
1320
+ },
1321
+ {
1322
+ "term": "Gy",
1323
+ "source": "medicine_hard_llm_judge_manual",
1324
+ "target_translations": {
1325
+ "zh": "Gy",
1326
+ "de": "Gy",
1327
+ "ja": "Gy"
1328
+ },
1329
+ "sample_ids": [
1330
+ "596001"
1331
+ ],
1332
+ "sentence_ids": [
1333
+ "130"
1334
+ ],
1335
+ "hard_langs": [
1336
+ "zh"
1337
+ ],
1338
+ "raw_sources": [
1339
+ "Gy"
1340
+ ]
1341
+ },
1342
+ {
1343
+ "term": "HER2",
1344
+ "source": "medicine_hard_llm_judge_manual",
1345
+ "target_translations": {
1346
+ "zh": "HER2",
1347
+ "de": "HER2",
1348
+ "ja": "HER2"
1349
+ },
1350
+ "sample_ids": [
1351
+ "605000"
1352
+ ],
1353
+ "sentence_ids": [
1354
+ "224"
1355
+ ],
1356
+ "hard_langs": [
1357
+ "zh"
1358
+ ],
1359
+ "raw_sources": [
1360
+ "HER2"
1361
+ ]
1362
+ },
1363
+ {
1364
+ "term": "HER2-low",
1365
+ "source": "medicine_hard_llm_judge_manual",
1366
+ "target_translations": {
1367
+ "zh": "HER2-low",
1368
+ "de": "HER2-low",
1369
+ "ja": "HER2-low"
1370
+ },
1371
+ "sample_ids": [
1372
+ "605000"
1373
+ ],
1374
+ "sentence_ids": [
1375
+ "232"
1376
+ ],
1377
+ "hard_langs": [
1378
+ "zh"
1379
+ ],
1380
+ "raw_sources": [
1381
+ "HER2-low"
1382
+ ]
1383
+ },
1384
+ {
1385
+ "term": "HER2CLIMB",
1386
+ "source": "medicine_hard_llm_judge_manual",
1387
+ "target_translations": {
1388
+ "zh": "HER2CLIMB",
1389
+ "de": "HER2CLIMB",
1390
+ "ja": "HER2CLIMB"
1391
+ },
1392
+ "sample_ids": [
1393
+ "605000"
1394
+ ],
1395
+ "sentence_ids": [
1396
+ "292"
1397
+ ],
1398
+ "hard_langs": [
1399
+ "zh"
1400
+ ],
1401
+ "raw_sources": [
1402
+ "HER2CLIMB"
1403
+ ]
1404
+ },
1405
+ {
1406
+ "term": "high grade",
1407
+ "source": "medicine_hard_llm_judge_manual",
1408
+ "target_translations": {
1409
+ "zh": "高级别",
1410
+ "de": "hochgradigen",
1411
+ "ja": "高悪性度"
1412
+ },
1413
+ "sample_ids": [
1414
+ "545006"
1415
+ ],
1416
+ "sentence_ids": [
1417
+ "75"
1418
+ ],
1419
+ "hard_langs": [
1420
+ "zh"
1421
+ ],
1422
+ "raw_sources": [
1423
+ "high grade"
1424
+ ]
1425
+ },
1426
+ {
1427
+ "term": "high volume cancer centers",
1428
+ "source": "medicine_hard_llm_judge_manual",
1429
+ "target_translations": {
1430
+ "zh": "高病例量癌症中心",
1431
+ "de": "Krebszentren mit einer hohen Fallzahl",
1432
+ "ja": "高症例数のがんセンター"
1433
+ },
1434
+ "sample_ids": [
1435
+ "404"
1436
+ ],
1437
+ "sentence_ids": [
1438
+ "37"
1439
+ ],
1440
+ "hard_langs": [
1441
+ "zh"
1442
+ ],
1443
+ "raw_sources": [
1444
+ "high volume cancer centers"
1445
+ ]
1446
+ },
1447
+ {
1448
+ "term": "histopathological analysis",
1449
+ "source": "medicine_hard_llm_judge_manual",
1450
+ "target_translations": {
1451
+ "zh": "组织病理学分析",
1452
+ "de": "histopathologische Analyse",
1453
+ "ja": "病理組織学的解析"
1454
+ },
1455
+ "sample_ids": [
1456
+ "545006"
1457
+ ],
1458
+ "sentence_ids": [
1459
+ "7"
1460
+ ],
1461
+ "hard_langs": [
1462
+ "zh"
1463
+ ],
1464
+ "raw_sources": [
1465
+ "histopathological analysis"
1466
+ ]
1467
+ },
1468
+ {
1469
+ "term": "hormone receptor-positive disease",
1470
+ "source": "medicine_hard_llm_judge_manual",
1471
+ "target_translations": {
1472
+ "zh": "激素受体阳性疾病",
1473
+ "de": "Hormonrezeptor-positiv-Erkrankung",
1474
+ "ja": "ホルモン受容体陽性疾患"
1475
+ },
1476
+ "sample_ids": [
1477
+ "605000"
1478
+ ],
1479
+ "sentence_ids": [
1480
+ "271"
1481
+ ],
1482
+ "hard_langs": [
1483
+ "zh"
1484
+ ],
1485
+ "raw_sources": [
1486
+ "hormone receptor-positive disease"
1487
+ ]
1488
+ },
1489
+ {
1490
+ "term": "IGRT",
1491
+ "source": "medicine_hard_llm_judge_manual",
1492
+ "target_translations": {
1493
+ "zh": "图像引导放射治疗",
1494
+ "de": "bildgeführte Strahlentherapie",
1495
+ "ja": "画像誘導放射線治療"
1496
+ },
1497
+ "sample_ids": [
1498
+ "596001"
1499
+ ],
1500
+ "sentence_ids": [
1501
+ "92",
1502
+ "125",
1503
+ "127",
1504
+ "143"
1505
+ ],
1506
+ "hard_langs": [
1507
+ "zh"
1508
+ ],
1509
+ "raw_sources": [
1510
+ "IGRT"
1511
+ ]
1512
+ },
1513
+ {
1514
+ "term": "IHC 0",
1515
+ "source": "medicine_hard_llm_judge_manual",
1516
+ "target_translations": {
1517
+ "zh": "IHC 0",
1518
+ "de": "IHC 0",
1519
+ "ja": "IHC 0"
1520
+ },
1521
+ "sample_ids": [
1522
+ "605000"
1523
+ ],
1524
+ "sentence_ids": [
1525
+ "226"
1526
+ ],
1527
+ "hard_langs": [
1528
+ "zh"
1529
+ ],
1530
+ "raw_sources": [
1531
+ "IHC 0"
1532
+ ]
1533
+ },
1534
+ {
1535
+ "term": "Impassion-130",
1536
+ "source": "medicine_hard_llm_judge_manual",
1537
+ "target_translations": {
1538
+ "zh": "Impassion-130",
1539
+ "de": "Impassion-130",
1540
+ "ja": "Impassion-130"
1541
+ },
1542
+ "sample_ids": [
1543
+ "605000"
1544
+ ],
1545
+ "sentence_ids": [
1546
+ "97"
1547
+ ],
1548
+ "hard_langs": [
1549
+ "zh"
1550
+ ],
1551
+ "raw_sources": [
1552
+ "Impassion-130"
1553
+ ]
1554
+ },
1555
+ {
1556
+ "term": "Impassion-131",
1557
+ "source": "medicine_hard_llm_judge_manual",
1558
+ "target_translations": {
1559
+ "zh": "Impassion-131",
1560
+ "de": "Impassion-131",
1561
+ "ja": "Impassion-131"
1562
+ },
1563
+ "sample_ids": [
1564
+ "605000"
1565
+ ],
1566
+ "sentence_ids": [
1567
+ "106",
1568
+ "110"
1569
+ ],
1570
+ "hard_langs": [
1571
+ "zh"
1572
+ ],
1573
+ "raw_sources": [
1574
+ "Impassion-131"
1575
+ ]
1576
+ },
1577
+ {
1578
+ "term": "IMRT",
1579
+ "source": "medicine_hard_llm_judge_manual",
1580
+ "target_translations": {
1581
+ "zh": "调强放疗",
1582
+ "de": "intensitätsmodulierte Radiotherapie",
1583
+ "ja": "強度変調放射線治療"
1584
+ },
1585
+ "sample_ids": [
1586
+ "596001"
1587
+ ],
1588
+ "sentence_ids": [
1589
+ "92"
1590
+ ],
1591
+ "hard_langs": [
1592
+ "zh"
1593
+ ],
1594
+ "raw_sources": [
1595
+ "IMRT"
1596
+ ]
1597
+ },
1598
+ {
1599
+ "term": "In vivo dosimetry",
1600
+ "source": "medicine_hard_llm_judge_manual",
1601
+ "target_translations": {
1602
+ "zh": "体内剂量学",
1603
+ "de": "in vivo-Dosimetrie",
1604
+ "ja": "in vivoドシメトリ"
1605
+ },
1606
+ "sample_ids": [
1607
+ "596001"
1608
+ ],
1609
+ "sentence_ids": [
1610
+ "128"
1611
+ ],
1612
+ "hard_langs": [
1613
+ "zh"
1614
+ ],
1615
+ "raw_sources": [
1616
+ "In vivo dosimetry"
1617
+ ]
1618
+ },
1619
+ {
1620
+ "term": "intermediate doses",
1621
+ "source": "medicine_hard_llm_judge_manual",
1622
+ "target_translations": {
1623
+ "zh": "中等剂量",
1624
+ "de": "mittleren Dosen",
1625
+ "ja": "中間線量"
1626
+ },
1627
+ "sample_ids": [
1628
+ "596001"
1629
+ ],
1630
+ "sentence_ids": [
1631
+ "116"
1632
+ ],
1633
+ "hard_langs": [
1634
+ "zh"
1635
+ ],
1636
+ "raw_sources": [
1637
+ "intermediate doses"
1638
+ ]
1639
+ },
1640
+ {
1641
+ "term": "intra fraction movements",
1642
+ "source": "medicine_hard_llm_judge_manual",
1643
+ "target_translations": {
1644
+ "zh": "分次内运动",
1645
+ "de": "Bewegungen innerhalb der Fraktion",
1646
+ "ja": "分割内運動"
1647
+ },
1648
+ "sample_ids": [
1649
+ "596001"
1650
+ ],
1651
+ "sentence_ids": [
1652
+ "188"
1653
+ ],
1654
+ "hard_langs": [
1655
+ "zh"
1656
+ ],
1657
+ "raw_sources": [
1658
+ "intra fraction movements"
1659
+ ]
1660
+ },
1661
+ {
1662
+ "term": "intrinsic subtyping",
1663
+ "source": "medicine_hard_llm_judge_manual",
1664
+ "target_translations": {
1665
+ "zh": "内在亚型分型",
1666
+ "de": "intrinsische Subtypisierung",
1667
+ "ja": "内因性サブタイプ分類"
1668
+ },
1669
+ "sample_ids": [
1670
+ "605000"
1671
+ ],
1672
+ "sentence_ids": [
1673
+ "118"
1674
+ ],
1675
+ "hard_langs": [
1676
+ "zh"
1677
+ ],
1678
+ "raw_sources": [
1679
+ "intrinsic subtyping"
1680
+ ]
1681
+ },
1682
+ {
1683
+ "term": "KATHERINE trial",
1684
+ "source": "medicine_hard_llm_judge_manual",
1685
+ "target_translations": {
1686
+ "zh": "KATHERINE研究",
1687
+ "de": "KATHERINE-Studie",
1688
+ "ja": "KATHERINE試験"
1689
+ },
1690
+ "sample_ids": [
1691
+ "605000"
1692
+ ],
1693
+ "sentence_ids": [
1694
+ "260"
1695
+ ],
1696
+ "hard_langs": [
1697
+ "zh"
1698
+ ],
1699
+ "raw_sources": [
1700
+ "KATHERINE trial"
1701
+ ]
1702
+ },
1703
+ {
1704
+ "term": "ladiratuzumab vedotin",
1705
+ "source": "medicine_hard_llm_judge_manual",
1706
+ "target_translations": {
1707
+ "zh": "纬拉妥珠单抗",
1708
+ "de": "Ladiratuzumab Vedotin",
1709
+ "ja": "ラディラツズマブ ベドチン"
1710
+ },
1711
+ "sample_ids": [
1712
+ "605000"
1713
+ ],
1714
+ "sentence_ids": [
1715
+ "202"
1716
+ ],
1717
+ "hard_langs": [
1718
+ "zh"
1719
+ ],
1720
+ "raw_sources": [
1721
+ "ladiratuzumab vedotin"
1722
+ ]
1723
+ },
1724
+ {
1725
+ "term": "leptomeninges",
1726
+ "source": "medicine_hard_llm_judge_manual",
1727
+ "target_translations": {
1728
+ "zh": "软脑膜",
1729
+ "de": "Leptomeningen",
1730
+ "ja": "軟膜"
1731
+ },
1732
+ "sample_ids": [
1733
+ "605000"
1734
+ ],
1735
+ "sentence_ids": [
1736
+ "255"
1737
+ ],
1738
+ "hard_langs": [
1739
+ "zh"
1740
+ ],
1741
+ "raw_sources": [
1742
+ "leptomeninges"
1743
+ ]
1744
+ },
1745
+ {
1746
+ "term": "Linac",
1747
+ "source": "medicine_hard_llm_judge_manual",
1748
+ "target_translations": {
1749
+ "zh": "直线加速器",
1750
+ "de": "Linearbeschleuniger",
1751
+ "ja": "直線加速器"
1752
+ },
1753
+ "sample_ids": [
1754
+ "596001"
1755
+ ],
1756
+ "sentence_ids": [
1757
+ "148"
1758
+ ],
1759
+ "hard_langs": [
1760
+ "zh"
1761
+ ],
1762
+ "raw_sources": [
1763
+ "Linac"
1764
+ ]
1765
+ },
1766
+ {
1767
+ "term": "LMD",
1768
+ "source": "medicine_hard_llm_judge_manual",
1769
+ "target_translations": {
1770
+ "zh": "软脑膜转移",
1771
+ "de": "leptomeningeale Metastasierung",
1772
+ "ja": "軟膜播種"
1773
+ },
1774
+ "sample_ids": [
1775
+ "605000"
1776
+ ],
1777
+ "sentence_ids": [
1778
+ "327",
1779
+ "332"
1780
+ ],
1781
+ "hard_langs": [
1782
+ "zh"
1783
+ ],
1784
+ "raw_sources": [
1785
+ "LMD"
1786
+ ]
1787
+ },
1788
+ {
1789
+ "term": "Lobular cancer",
1790
+ "source": "medicine_hard_llm_judge_manual",
1791
+ "target_translations": {
1792
+ "zh": "小叶癌",
1793
+ "de": "Lobulärer Krebs",
1794
+ "ja": "小葉癌"
1795
+ },
1796
+ "sample_ids": [
1797
+ "605000"
1798
+ ],
1799
+ "sentence_ids": [
1800
+ "38"
1801
+ ],
1802
+ "hard_langs": [
1803
+ "zh"
1804
+ ],
1805
+ "raw_sources": [
1806
+ "Lobular cancer"
1807
+ ]
1808
+ },
1809
+ {
1810
+ "term": "lobular histology",
1811
+ "source": "medicine_hard_llm_judge_manual",
1812
+ "target_translations": {
1813
+ "zh": "小叶型组织学",
1814
+ "de": "lobulären Histologie",
1815
+ "ja": "小葉型組織型"
1816
+ },
1817
+ "sample_ids": [
1818
+ "605000"
1819
+ ],
1820
+ "sentence_ids": [
1821
+ "326"
1822
+ ],
1823
+ "hard_langs": [
1824
+ "zh"
1825
+ ],
1826
+ "raw_sources": [
1827
+ "lobular histology"
1828
+ ]
1829
+ },
1830
+ {
1831
+ "term": "local control",
1832
+ "source": "medicine_hard_llm_judge_manual",
1833
+ "target_translations": {
1834
+ "zh": "局部控制",
1835
+ "de": "lokale Kontrolle",
1836
+ "ja": "局所制御"
1837
+ },
1838
+ "sample_ids": [
1839
+ "606"
1840
+ ],
1841
+ "sentence_ids": [
1842
+ "97"
1843
+ ],
1844
+ "hard_langs": [
1845
+ "zh"
1846
+ ],
1847
+ "raw_sources": [
1848
+ "local control"
1849
+ ]
1850
+ },
1851
+ {
1852
+ "term": "local regrowth",
1853
+ "source": "medicine_hard_llm_judge_manual",
1854
+ "target_translations": {
1855
+ "zh": "局部再生长",
1856
+ "de": "lokales Nachwachsen",
1857
+ "ja": "局所再増殖"
1858
+ },
1859
+ "sample_ids": [
1860
+ "606"
1861
+ ],
1862
+ "sentence_ids": [
1863
+ "75",
1864
+ "133"
1865
+ ],
1866
+ "hard_langs": [
1867
+ "zh"
1868
+ ],
1869
+ "raw_sources": [
1870
+ "local regrowth"
1871
+ ]
1872
+ },
1873
+ {
1874
+ "term": "Locoregional recurrence",
1875
+ "source": "medicine_hard_llm_judge_manual",
1876
+ "target_translations": {
1877
+ "zh": "局部区域复发",
1878
+ "de": "lokoregionäres Rezidiv",
1879
+ "ja": "局所領域再発"
1880
+ },
1881
+ "sample_ids": [
1882
+ "606"
1883
+ ],
1884
+ "sentence_ids": [
1885
+ "72"
1886
+ ],
1887
+ "hard_langs": [
1888
+ "zh"
1889
+ ],
1890
+ "raw_sources": [
1891
+ "Locoregional recurrence"
1892
+ ]
1893
+ },
1894
+ {
1895
+ "term": "long-course chemo-radiation",
1896
+ "source": "medicine_hard_llm_judge_manual",
1897
+ "target_translations": {
1898
+ "zh": "长程放化疗",
1899
+ "de": "lange Radiochemotherapie",
1900
+ "ja": "長期化学放射線療法"
1901
+ },
1902
+ "sample_ids": [
1903
+ "606"
1904
+ ],
1905
+ "sentence_ids": [
1906
+ "94"
1907
+ ],
1908
+ "hard_langs": [
1909
+ "zh"
1910
+ ],
1911
+ "raw_sources": [
1912
+ "long-course chemo-radiation"
1913
+ ]
1914
+ },
1915
+ {
1916
+ "term": "long-term outcomes",
1917
+ "source": "medicine_hard_llm_judge_manual",
1918
+ "target_translations": {
1919
+ "zh": "长期结局",
1920
+ "de": "Langzeitergebnis",
1921
+ "ja": "長期転帰"
1922
+ },
1923
+ "sample_ids": [
1924
+ "606"
1925
+ ],
1926
+ "sentence_ids": [
1927
+ "97"
1928
+ ],
1929
+ "hard_langs": [
1930
+ "zh"
1931
+ ],
1932
+ "raw_sources": [
1933
+ "long-term outcomes"
1934
+ ]
1935
+ },
1936
+ {
1937
+ "term": "macroscopic tumour",
1938
+ "source": "medicine_hard_llm_judge_manual",
1939
+ "target_translations": {
1940
+ "zh": "宏观肿瘤",
1941
+ "de": "makroskopischen Tumor",
1942
+ "ja": "マクロな腫瘍"
1943
+ },
1944
+ "sample_ids": [
1945
+ "606"
1946
+ ],
1947
+ "sentence_ids": [
1948
+ "149"
1949
+ ],
1950
+ "hard_langs": [
1951
+ "zh"
1952
+ ],
1953
+ "raw_sources": [
1954
+ "macroscopic tumour"
1955
+ ]
1956
+ },
1957
+ {
1958
+ "term": "magnetic resonance",
1959
+ "source": "medicine_hard_llm_judge_manual",
1960
+ "target_translations": {
1961
+ "zh": "磁共振",
1962
+ "de": "Magnetresonanz",
1963
+ "ja": "磁気共鳴"
1964
+ },
1965
+ "sample_ids": [
1966
+ "596001"
1967
+ ],
1968
+ "sentence_ids": [
1969
+ "143"
1970
+ ],
1971
+ "hard_langs": [
1972
+ "zh"
1973
+ ],
1974
+ "raw_sources": [
1975
+ "magnetic resonance"
1976
+ ]
1977
+ },
1978
+ {
1979
+ "term": "Margin approach",
1980
+ "source": "medicine_hard_llm_judge_manual",
1981
+ "target_translations": {
1982
+ "zh": "边界法",
1983
+ "de": "Rand-Ansatz",
1984
+ "ja": "マージンアプローチ"
1985
+ },
1986
+ "sample_ids": [
1987
+ "596001"
1988
+ ],
1989
+ "sentence_ids": [
1990
+ "158"
1991
+ ],
1992
+ "hard_langs": [
1993
+ "zh"
1994
+ ],
1995
+ "raw_sources": [
1996
+ "Margin approach"
1997
+ ]
1998
+ },
1999
+ {
2000
+ "term": "margins",
2001
+ "source": "medicine_hard_llm_judge_manual",
2002
+ "target_translations": {
2003
+ "zh": "边界",
2004
+ "de": "Ränder",
2005
+ "ja": "マージン"
2006
+ },
2007
+ "sample_ids": [
2008
+ "596001"
2009
+ ],
2010
+ "sentence_ids": [
2011
+ "154"
2012
+ ],
2013
+ "hard_langs": [
2014
+ "zh"
2015
+ ],
2016
+ "raw_sources": [
2017
+ "margins"
2018
+ ]
2019
+ },
2020
+ {
2021
+ "term": "maximum nominal doses",
2022
+ "source": "medicine_hard_llm_judge_manual",
2023
+ "target_translations": {
2024
+ "zh": "最大名义剂量",
2025
+ "de": "maximalen Nenn-Dosen",
2026
+ "ja": "最大公称線量"
2027
+ },
2028
+ "sample_ids": [
2029
+ "596001"
2030
+ ],
2031
+ "sentence_ids": [
2032
+ "97"
2033
+ ],
2034
+ "hard_langs": [
2035
+ "zh"
2036
+ ],
2037
+ "raw_sources": [
2038
+ "maximum nominal doses"
2039
+ ]
2040
+ },
2041
+ {
2042
+ "term": "MDBCC",
2043
+ "source": "medicine_hard_llm_judge_manual",
2044
+ "target_translations": {
2045
+ "zh": "MDBCC",
2046
+ "de": "MDBCC",
2047
+ "ja": "MDBCC"
2048
+ },
2049
+ "sample_ids": [
2050
+ "545006"
2051
+ ],
2052
+ "sentence_ids": [
2053
+ "26"
2054
+ ],
2055
+ "hard_langs": [
2056
+ "zh"
2057
+ ],
2058
+ "raw_sources": [
2059
+ "MDBCC"
2060
+ ]
2061
+ },
2062
+ {
2063
+ "term": "medical oncologist",
2064
+ "source": "medicine_hard_llm_judge_manual",
2065
+ "target_translations": {
2066
+ "zh": "肿瘤内科医生",
2067
+ "de": "Onkologe",
2068
+ "ja": "腫瘍内科医"
2069
+ },
2070
+ "sample_ids": [
2071
+ "545006",
2072
+ "606"
2073
+ ],
2074
+ "sentence_ids": [
2075
+ "2",
2076
+ "3",
2077
+ "4",
2078
+ "86"
2079
+ ],
2080
+ "hard_langs": [
2081
+ "zh"
2082
+ ],
2083
+ "raw_sources": [
2084
+ "medical oncologist",
2085
+ "Medical Oncologist"
2086
+ ]
2087
+ },
2088
+ {
2089
+ "term": "medical oncology",
2090
+ "source": "medicine_hard_llm_judge_manual",
2091
+ "target_translations": {
2092
+ "zh": "内科肿瘤学",
2093
+ "de": "medizinische Onkologie",
2094
+ "ja": "内科腫瘍学"
2095
+ },
2096
+ "sample_ids": [
2097
+ "404"
2098
+ ],
2099
+ "sentence_ids": [
2100
+ "64"
2101
+ ],
2102
+ "hard_langs": [
2103
+ "zh"
2104
+ ],
2105
+ "raw_sources": [
2106
+ "medical oncology"
2107
+ ]
2108
+ },
2109
+ {
2110
+ "term": "Medicare",
2111
+ "source": "medicine_hard_llm_judge_manual",
2112
+ "target_translations": {
2113
+ "zh": "Medicare",
2114
+ "de": "Medicare",
2115
+ "ja": "メディケア"
2116
+ },
2117
+ "sample_ids": [
2118
+ "605000"
2119
+ ],
2120
+ "sentence_ids": [
2121
+ "24"
2122
+ ],
2123
+ "hard_langs": [
2124
+ "zh"
2125
+ ],
2126
+ "raw_sources": [
2127
+ "Medicare"
2128
+ ]
2129
+ },
2130
+ {
2131
+ "term": "metastatic disease",
2132
+ "source": "medicine_hard_llm_judge_manual",
2133
+ "target_translations": {
2134
+ "zh": "转移性疾病",
2135
+ "de": "metastasierte Erkrankung",
2136
+ "ja": "転移性疾患"
2137
+ },
2138
+ "sample_ids": [
2139
+ "545006",
2140
+ "605000"
2141
+ ],
2142
+ "sentence_ids": [
2143
+ "55",
2144
+ "239"
2145
+ ],
2146
+ "hard_langs": [
2147
+ "zh"
2148
+ ],
2149
+ "raw_sources": [
2150
+ "metastatic disease"
2151
+ ]
2152
+ },
2153
+ {
2154
+ "term": "metronomic chemotherapy",
2155
+ "source": "medicine_hard_llm_judge_manual",
2156
+ "target_translations": {
2157
+ "zh": "节拍化疗",
2158
+ "de": "metronomische Chemotherapie",
2159
+ "ja": "メトロノミック化学療法"
2160
+ },
2161
+ "sample_ids": [
2162
+ "605000"
2163
+ ],
2164
+ "sentence_ids": [
2165
+ "403"
2166
+ ],
2167
+ "hard_langs": [
2168
+ "zh"
2169
+ ],
2170
+ "raw_sources": [
2171
+ "metronomic chemotherapy"
2172
+ ]
2173
+ },
2174
+ {
2175
+ "term": "MLC apertures",
2176
+ "source": "medicine_hard_llm_judge_manual",
2177
+ "target_translations": {
2178
+ "zh": "多叶准直器开口",
2179
+ "de": "Öffnungen des Multileaf-Kollimators",
2180
+ "ja": "マルチリーフコリメータ開口"
2181
+ },
2182
+ "sample_ids": [
2183
+ "596001"
2184
+ ],
2185
+ "sentence_ids": [
2186
+ "188"
2187
+ ],
2188
+ "hard_langs": [
2189
+ "zh"
2190
+ ],
2191
+ "raw_sources": [
2192
+ "MLC apertures"
2193
+ ]
2194
+ },
2195
+ {
2196
+ "term": "mono-centric trial phase II",
2197
+ "source": "medicine_hard_llm_judge_manual",
2198
+ "target_translations": {
2199
+ "zh": "单中心II期试验",
2200
+ "de": "monozentrische Phase II-Studie",
2201
+ "ja": "単施設第II相試験"
2202
+ },
2203
+ "sample_ids": [
2204
+ "606"
2205
+ ],
2206
+ "sentence_ids": [
2207
+ "184"
2208
+ ],
2209
+ "hard_langs": [
2210
+ "zh"
2211
+ ],
2212
+ "raw_sources": [
2213
+ "mono-centric trial phase II"
2214
+ ]
2215
+ },
2216
+ {
2217
+ "term": "MRI",
2218
+ "source": "medicine_hard_llm_judge_manual",
2219
+ "target_translations": {
2220
+ "zh": "磁共振成像",
2221
+ "de": "Magnetresonanztomographie",
2222
+ "ja": "磁気共鳴画像法"
2223
+ },
2224
+ "sample_ids": [
2225
+ "606"
2226
+ ],
2227
+ "sentence_ids": [
2228
+ "172"
2229
+ ],
2230
+ "hard_langs": [
2231
+ "zh"
2232
+ ],
2233
+ "raw_sources": [
2234
+ "MRI"
2235
+ ]
2236
+ },
2237
+ {
2238
+ "term": "mucinous",
2239
+ "source": "medicine_hard_llm_judge_manual",
2240
+ "target_translations": {
2241
+ "zh": "黏液性",
2242
+ "de": "muzinösen",
2243
+ "ja": "粘液性"
2244
+ },
2245
+ "sample_ids": [
2246
+ "606"
2247
+ ],
2248
+ "sentence_ids": [
2249
+ "246"
2250
+ ],
2251
+ "hard_langs": [
2252
+ "zh"
2253
+ ],
2254
+ "raw_sources": [
2255
+ "mucinous"
2256
+ ]
2257
+ },
2258
+ {
2259
+ "term": "multi-disciplinary",
2260
+ "source": "medicine_hard_llm_judge_manual",
2261
+ "target_translations": {
2262
+ "zh": "多学科方式",
2263
+ "de": "multidisziplinär",
2264
+ "ja": "多職種"
2265
+ },
2266
+ "sample_ids": [
2267
+ "606"
2268
+ ],
2269
+ "sentence_ids": [
2270
+ "199"
2271
+ ],
2272
+ "hard_langs": [
2273
+ "zh"
2274
+ ],
2275
+ "raw_sources": [
2276
+ "multi-disciplinary"
2277
+ ]
2278
+ },
2279
+ {
2280
+ "term": "multi-leaf speeds",
2281
+ "source": "medicine_hard_llm_judge_manual",
2282
+ "target_translations": {
2283
+ "zh": "多叶准直器叶片速度",
2284
+ "de": "Geschwindigkeiten der Multilamellen",
2285
+ "ja": "マルチリーフの速度"
2286
+ },
2287
+ "sample_ids": [
2288
+ "596001"
2289
+ ],
2290
+ "sentence_ids": [
2291
+ "58"
2292
+ ],
2293
+ "hard_langs": [
2294
+ "zh"
2295
+ ],
2296
+ "raw_sources": [
2297
+ "multi-leaf speeds"
2298
+ ]
2299
+ },
2300
+ {
2301
+ "term": "multi-modal approach",
2302
+ "source": "medicine_hard_llm_judge_manual",
2303
+ "target_translations": {
2304
+ "zh": "多模式治疗方法",
2305
+ "de": "multi-modale Ansatz",
2306
+ "ja": "マルチモーダルアプローチ"
2307
+ },
2308
+ "sample_ids": [
2309
+ "606"
2310
+ ],
2311
+ "sentence_ids": [
2312
+ "10"
2313
+ ],
2314
+ "hard_langs": [
2315
+ "zh"
2316
+ ],
2317
+ "raw_sources": [
2318
+ "multi-modal approach"
2319
+ ]
2320
+ },
2321
+ {
2322
+ "term": "multidisciplinary breast clinic",
2323
+ "source": "medicine_hard_llm_judge_manual",
2324
+ "target_translations": {
2325
+ "zh": "多学科乳腺门诊",
2326
+ "de": "multidisziplinären Brustklinik",
2327
+ "ja": "多職種乳腺クリニック"
2328
+ },
2329
+ "sample_ids": [
2330
+ "545006"
2331
+ ],
2332
+ "sentence_ids": [
2333
+ "26"
2334
+ ],
2335
+ "hard_langs": [
2336
+ "zh"
2337
+ ],
2338
+ "raw_sources": [
2339
+ "multidisciplinary breast clinic"
2340
+ ]
2341
+ },
2342
+ {
2343
+ "term": "multidisciplinary care",
2344
+ "source": "medicine_hard_llm_judge_manual",
2345
+ "target_translations": {
2346
+ "zh": "多学科照护",
2347
+ "de": "multidisziplinäre Versorgung",
2348
+ "ja": "多職種連���医療"
2349
+ },
2350
+ "sample_ids": [
2351
+ "545006"
2352
+ ],
2353
+ "sentence_ids": [
2354
+ "57",
2355
+ "125"
2356
+ ],
2357
+ "hard_langs": [
2358
+ "zh"
2359
+ ],
2360
+ "raw_sources": [
2361
+ "multidisciplinary care"
2362
+ ]
2363
+ },
2364
+ {
2365
+ "term": "multidisciplinary management",
2366
+ "source": "medicine_hard_llm_judge_manual",
2367
+ "target_translations": {
2368
+ "zh": "多学科管理",
2369
+ "de": "multidisziplinäres Management",
2370
+ "ja": "集学的マネジメント"
2371
+ },
2372
+ "sample_ids": [
2373
+ "606"
2374
+ ],
2375
+ "sentence_ids": [
2376
+ "8"
2377
+ ],
2378
+ "hard_langs": [
2379
+ "zh"
2380
+ ],
2381
+ "raw_sources": [
2382
+ "multidisciplinary management"
2383
+ ]
2384
+ },
2385
+ {
2386
+ "term": "nab-Paclitaxel",
2387
+ "source": "medicine_hard_llm_judge_manual",
2388
+ "target_translations": {
2389
+ "zh": "白蛋白结合型紫杉醇",
2390
+ "de": "nab-Paclitaxel",
2391
+ "ja": "nab-パクリタキセル"
2392
+ },
2393
+ "sample_ids": [
2394
+ "605000"
2395
+ ],
2396
+ "sentence_ids": [
2397
+ "113",
2398
+ "85",
2399
+ "178"
2400
+ ],
2401
+ "hard_langs": [
2402
+ "zh"
2403
+ ],
2404
+ "raw_sources": [
2405
+ "nab-Paclitaxel",
2406
+ "nab-paclitaxel"
2407
+ ]
2408
+ },
2409
+ {
2410
+ "term": "NED",
2411
+ "source": "medicine_hard_llm_judge_manual",
2412
+ "target_translations": {
2413
+ "zh": "无疾病证据",
2414
+ "de": "ohne Anzeichen einer Erkrankung",
2415
+ "ja": "無病証拠なし"
2416
+ },
2417
+ "sample_ids": [
2418
+ "605000"
2419
+ ],
2420
+ "sentence_ids": [
2421
+ "28"
2422
+ ],
2423
+ "hard_langs": [
2424
+ "zh"
2425
+ ],
2426
+ "raw_sources": [
2427
+ "NED"
2428
+ ]
2429
+ },
2430
+ {
2431
+ "term": "neoadjuvant chemotherapy",
2432
+ "source": "medicine_hard_llm_judge_manual",
2433
+ "target_translations": {
2434
+ "zh": "新辅助化疗",
2435
+ "de": "neoadjuvante Chemotherapie",
2436
+ "ja": "術前化学療法"
2437
+ },
2438
+ "sample_ids": [
2439
+ "606"
2440
+ ],
2441
+ "sentence_ids": [
2442
+ "136",
2443
+ "81"
2444
+ ],
2445
+ "hard_langs": [
2446
+ "zh"
2447
+ ],
2448
+ "raw_sources": [
2449
+ "neoadjuvant chemotherapy",
2450
+ "Neoadjuvant chemotherapy"
2451
+ ]
2452
+ },
2453
+ {
2454
+ "term": "neoadjuvant radiotherapy",
2455
+ "source": "medicine_hard_llm_judge_manual",
2456
+ "target_translations": {
2457
+ "zh": "新辅助放疗",
2458
+ "de": "neoadjuvante Strahlentherapie",
2459
+ "ja": "新補助放射線療法"
2460
+ },
2461
+ "sample_ids": [
2462
+ "606"
2463
+ ],
2464
+ "sentence_ids": [
2465
+ "12"
2466
+ ],
2467
+ "hard_langs": [
2468
+ "zh"
2469
+ ],
2470
+ "raw_sources": [
2471
+ "neoadjuvant radiotherapy"
2472
+ ]
2473
+ },
2474
+ {
2475
+ "term": "neratinib",
2476
+ "source": "medicine_hard_llm_judge_manual",
2477
+ "target_translations": {
2478
+ "zh": "奈拉替尼",
2479
+ "de": "Neratinib",
2480
+ "ja": "ネラチニブ"
2481
+ },
2482
+ "sample_ids": [
2483
+ "605000"
2484
+ ],
2485
+ "sentence_ids": [
2486
+ "275"
2487
+ ],
2488
+ "hard_langs": [
2489
+ "zh"
2490
+ ],
2491
+ "raw_sources": [
2492
+ "neratinib"
2493
+ ]
2494
+ },
2495
+ {
2496
+ "term": "neuropathy",
2497
+ "source": "medicine_hard_llm_judge_manual",
2498
+ "target_translations": {
2499
+ "zh": "神经病变",
2500
+ "de": "Neuropathie",
2501
+ "ja": "ニューロパチー"
2502
+ },
2503
+ "sample_ids": [
2504
+ "605000"
2505
+ ],
2506
+ "sentence_ids": [
2507
+ "202"
2508
+ ],
2509
+ "hard_langs": [
2510
+ "zh"
2511
+ ],
2512
+ "raw_sources": [
2513
+ "neuropathy"
2514
+ ]
2515
+ },
2516
+ {
2517
+ "term": "new primary colorectal tumour",
2518
+ "source": "medicine_hard_llm_judge_manual",
2519
+ "target_translations": {
2520
+ "zh": "新发原发性结直肠肿瘤",
2521
+ "de": "neuen kolorektalen Primärtumors",
2522
+ "ja": "新たな原発性大腸腫瘍"
2523
+ },
2524
+ "sample_ids": [
2525
+ "606"
2526
+ ],
2527
+ "sentence_ids": [
2528
+ "59"
2529
+ ],
2530
+ "hard_langs": [
2531
+ "zh"
2532
+ ],
2533
+ "raw_sources": [
2534
+ "new primary colorectal tumour"
2535
+ ]
2536
+ },
2537
+ {
2538
+ "term": "nivolumab",
2539
+ "source": "medicine_hard_llm_judge_manual",
2540
+ "target_translations": {
2541
+ "zh": "纳武利尤单抗",
2542
+ "de": "Nivolumab",
2543
+ "ja": "ニボルマブ"
2544
+ },
2545
+ "sample_ids": [
2546
+ "605000"
2547
+ ],
2548
+ "sentence_ids": [
2549
+ "331"
2550
+ ],
2551
+ "hard_langs": [
2552
+ "zh"
2553
+ ],
2554
+ "raw_sources": [
2555
+ "nivolumab"
2556
+ ]
2557
+ },
2558
+ {
2559
+ "term": "nodal involvement",
2560
+ "source": "medicine_hard_llm_judge_manual",
2561
+ "target_translations": {
2562
+ "zh": "淋巴结受累",
2563
+ "de": "Beteiligung der axillären Lymphknoten",
2564
+ "ja": "リンパ節関与"
2565
+ },
2566
+ "sample_ids": [
2567
+ "545006"
2568
+ ],
2569
+ "sentence_ids": [
2570
+ "132"
2571
+ ],
2572
+ "hard_langs": [
2573
+ "zh"
2574
+ ],
2575
+ "raw_sources": [
2576
+ "nodal involvement"
2577
+ ]
2578
+ },
2579
+ {
2580
+ "term": "NTCP",
2581
+ "source": "medicine_hard_llm_judge_manual",
2582
+ "target_translations": {
2583
+ "zh": "正常组织并发症概率",
2584
+ "de": "Normalgewebekomplikationswahrscheinlichkeit",
2585
+ "ja": "正常組織合併症確率"
2586
+ },
2587
+ "sample_ids": [
2588
+ "596001"
2589
+ ],
2590
+ "sentence_ids": [
2591
+ "215"
2592
+ ],
2593
+ "hard_langs": [
2594
+ "zh"
2595
+ ],
2596
+ "raw_sources": [
2597
+ "NTCP"
2598
+ ]
2599
+ },
2600
+ {
2601
+ "term": "on-board imaging",
2602
+ "source": "medicine_hard_llm_judge_manual",
2603
+ "target_translations": {
2604
+ "zh": "机载影像",
2605
+ "de": "On-Board-Imaging",
2606
+ "ja": "オンボードイメージング"
2607
+ },
2608
+ "sample_ids": [
2609
+ "606"
2610
+ ],
2611
+ "sentence_ids": [
2612
+ "159"
2613
+ ],
2614
+ "hard_langs": [
2615
+ "zh"
2616
+ ],
2617
+ "raw_sources": [
2618
+ "on-board imaging"
2619
+ ]
2620
+ },
2621
+ {
2622
+ "term": "oncoplastic surgery",
2623
+ "source": "medicine_hard_llm_judge_manual",
2624
+ "target_translations": {
2625
+ "zh": "肿瘤整形手术",
2626
+ "de": "onkoplastische Operation",
2627
+ "ja": "オンコプラスティック手術"
2628
+ },
2629
+ "sample_ids": [
2630
+ "545006"
2631
+ ],
2632
+ "sentence_ids": [
2633
+ "45"
2634
+ ],
2635
+ "hard_langs": [
2636
+ "zh"
2637
+ ],
2638
+ "raw_sources": [
2639
+ "oncoplastic surgery"
2640
+ ]
2641
+ },
2642
+ {
2643
+ "term": "overall survival",
2644
+ "source": "medicine_hard_llm_judge_manual",
2645
+ "target_translations": {
2646
+ "zh": "总生存期",
2647
+ "de": "Gesamtüberleben",
2648
+ "ja": "全生存期間"
2649
+ },
2650
+ "sample_ids": [
2651
+ "606"
2652
+ ],
2653
+ "sentence_ids": [
2654
+ "24"
2655
+ ],
2656
+ "hard_langs": [
2657
+ "zh"
2658
+ ],
2659
+ "raw_sources": [
2660
+ "overall survival"
2661
+ ]
2662
+ },
2663
+ {
2664
+ "term": "pathological specimen",
2665
+ "source": "medicine_hard_llm_judge_manual",
2666
+ "target_translations": {
2667
+ "zh": "病理标本",
2668
+ "de": "pathologischen Probe",
2669
+ "ja": "病理標本"
2670
+ },
2671
+ "sample_ids": [
2672
+ "606"
2673
+ ],
2674
+ "sentence_ids": [
2675
+ "251"
2676
+ ],
2677
+ "hard_langs": [
2678
+ "zh"
2679
+ ],
2680
+ "raw_sources": [
2681
+ "pathological specimen"
2682
+ ]
2683
+ },
2684
+ {
2685
+ "term": "pathologist",
2686
+ "source": "medicine_hard_llm_judge_manual",
2687
+ "target_translations": {
2688
+ "zh": "病理科医生",
2689
+ "de": "Pathologe",
2690
+ "ja": "病理医"
2691
+ },
2692
+ "sample_ids": [
2693
+ "545006"
2694
+ ],
2695
+ "sentence_ids": [
2696
+ "16"
2697
+ ],
2698
+ "hard_langs": [
2699
+ "zh"
2700
+ ],
2701
+ "raw_sources": [
2702
+ "pathologist"
2703
+ ]
2704
+ },
2705
+ {
2706
+ "term": "pathology",
2707
+ "source": "medicine_hard_llm_judge_manual",
2708
+ "target_translations": {
2709
+ "zh": "病理学",
2710
+ "de": "Pathologie",
2711
+ "ja": "病理学"
2712
+ },
2713
+ "sample_ids": [
2714
+ "545006"
2715
+ ],
2716
+ "sentence_ids": [
2717
+ "95",
2718
+ "142"
2719
+ ],
2720
+ "hard_langs": [
2721
+ "zh"
2722
+ ],
2723
+ "raw_sources": [
2724
+ "pathology"
2725
+ ]
2726
+ },
2727
+ {
2728
+ "term": "pembrolizumab",
2729
+ "source": "medicine_hard_llm_judge_manual",
2730
+ "target_translations": {
2731
+ "zh": "帕博利珠单抗",
2732
+ "de": "Pembrolizumab",
2733
+ "ja": "ペムブロリズマブ"
2734
+ },
2735
+ "sample_ids": [
2736
+ "605000"
2737
+ ],
2738
+ "sentence_ids": [
2739
+ "331",
2740
+ "340",
2741
+ "343"
2742
+ ],
2743
+ "hard_langs": [
2744
+ "zh"
2745
+ ],
2746
+ "raw_sources": [
2747
+ "pembrolizumab"
2748
+ ]
2749
+ },
2750
+ {
2751
+ "term": "PFS",
2752
+ "source": "medicine_hard_llm_judge_manual",
2753
+ "target_translations": {
2754
+ "zh": "无进展生存期",
2755
+ "de": "progressionsfreies Überleben",
2756
+ "ja": "無増悪生存期間"
2757
+ },
2758
+ "sample_ids": [
2759
+ "605000"
2760
+ ],
2761
+ "sentence_ids": [
2762
+ "116"
2763
+ ],
2764
+ "hard_langs": [
2765
+ "zh"
2766
+ ],
2767
+ "raw_sources": [
2768
+ "PFS"
2769
+ ]
2770
+ },
2771
+ {
2772
+ "term": "phase II PROSPECT trial",
2773
+ "source": "medicine_hard_llm_judge_manual",
2774
+ "target_translations": {
2775
+ "zh": "II期PROSPECT试验",
2776
+ "de": "Phase-II-Studie PROSPECT",
2777
+ "ja": "第II相PROSPECT試験"
2778
+ },
2779
+ "sample_ids": [
2780
+ "606"
2781
+ ],
2782
+ "sentence_ids": [
2783
+ "37"
2784
+ ],
2785
+ "hard_langs": [
2786
+ "zh"
2787
+ ],
2788
+ "raw_sources": [
2789
+ "phase II PROSPECT trial"
2790
+ ]
2791
+ },
2792
+ {
2793
+ "term": "Physical therapy",
2794
+ "source": "medicine_hard_llm_judge_manual",
2795
+ "target_translations": {
2796
+ "zh": "物理治疗",
2797
+ "de": "Physiotherapie",
2798
+ "ja": "理学療法"
2799
+ },
2800
+ "sample_ids": [
2801
+ "545006"
2802
+ ],
2803
+ "sentence_ids": [
2804
+ "58"
2805
+ ],
2806
+ "hard_langs": [
2807
+ "zh"
2808
+ ],
2809
+ "raw_sources": [
2810
+ "Physical therapy"
2811
+ ]
2812
+ },
2813
+ {
2814
+ "term": "PIK3CA mutation status",
2815
+ "source": "medicine_hard_llm_judge_manual",
2816
+ "target_translations": {
2817
+ "zh": "PIK3CA突变状态",
2818
+ "de": "PIK3CA-Mutationsstatus",
2819
+ "ja": "PIK3CA変異の状態"
2820
+ },
2821
+ "sample_ids": [
2822
+ "605000"
2823
+ ],
2824
+ "sentence_ids": [
2825
+ "347"
2826
+ ],
2827
+ "hard_langs": [
2828
+ "zh"
2829
+ ],
2830
+ "raw_sources": [
2831
+ "PIK3CA mutation status"
2832
+ ]
2833
+ },
2834
+ {
2835
+ "term": "plan quality",
2836
+ "source": "medicine_hard_llm_judge_manual",
2837
+ "target_translations": {
2838
+ "zh": "计划质量",
2839
+ "de": "Planqualität",
2840
+ "ja": "計画品質"
2841
+ },
2842
+ "sample_ids": [
2843
+ "596001"
2844
+ ],
2845
+ "sentence_ids": [
2846
+ "19"
2847
+ ],
2848
+ "hard_langs": [
2849
+ "zh"
2850
+ ],
2851
+ "raw_sources": [
2852
+ "plan quality"
2853
+ ]
2854
+ },
2855
+ {
2856
+ "term": "platinum compounds",
2857
+ "source": "medicine_hard_llm_judge_manual",
2858
+ "target_translations": {
2859
+ "zh": "铂类化合物",
2860
+ "de": "Platinverbindungen",
2861
+ "ja": "白金製剤"
2862
+ },
2863
+ "sample_ids": [
2864
+ "605000"
2865
+ ],
2866
+ "sentence_ids": [
2867
+ "477"
2868
+ ],
2869
+ "hard_langs": [
2870
+ "zh"
2871
+ ],
2872
+ "raw_sources": [
2873
+ "platinum compounds"
2874
+ ]
2875
+ },
2876
+ {
2877
+ "term": "post-neoadjuvant",
2878
+ "source": "medicine_hard_llm_judge_manual",
2879
+ "target_translations": {
2880
+ "zh": "辅助后",
2881
+ "de": "postneoadjuvante Behandlung",
2882
+ "ja": "術後補助後"
2883
+ },
2884
+ "sample_ids": [
2885
+ "605000"
2886
+ ],
2887
+ "sentence_ids": [
2888
+ "148"
2889
+ ],
2890
+ "hard_langs": [
2891
+ "zh"
2892
+ ],
2893
+ "raw_sources": [
2894
+ "post-neoadjuvant"
2895
+ ]
2896
+ },
2897
+ {
2898
+ "term": "post-operative chemo-radiation",
2899
+ "source": "medicine_hard_llm_judge_manual",
2900
+ "target_translations": {
2901
+ "zh": "术后放化疗",
2902
+ "de": "postoperativen Radiochemotherapie",
2903
+ "ja": "術後化学放射線療法"
2904
+ },
2905
+ "sample_ids": [
2906
+ "606"
2907
+ ],
2908
+ "sentence_ids": [
2909
+ "96"
2910
+ ],
2911
+ "hard_langs": [
2912
+ "zh"
2913
+ ],
2914
+ "raw_sources": [
2915
+ "post-operative chemo-radiation"
2916
+ ]
2917
+ },
2918
+ {
2919
+ "term": "PR negative",
2920
+ "source": "medicine_hard_llm_judge_manual",
2921
+ "target_translations": {
2922
+ "zh": "孕激素受体阴性",
2923
+ "de": "Progesteronrezeptor-negativ",
2924
+ "ja": "プロゲステロン受容体陰性"
2925
+ },
2926
+ "sample_ids": [
2927
+ "545006"
2928
+ ],
2929
+ "sentence_ids": [
2930
+ "75"
2931
+ ],
2932
+ "hard_langs": [
2933
+ "zh"
2934
+ ],
2935
+ "raw_sources": [
2936
+ "PR negative"
2937
+ ]
2938
+ },
2939
+ {
2940
+ "term": "pre-operative chemo-radiation",
2941
+ "source": "medicine_hard_llm_judge_manual",
2942
+ "target_translations": {
2943
+ "zh": "术前放化疗",
2944
+ "de": "präoperative Radiochemotherapie",
2945
+ "ja": "術前化学放射線療法"
2946
+ },
2947
+ "sample_ids": [
2948
+ "606"
2949
+ ],
2950
+ "sentence_ids": [
2951
+ "156"
2952
+ ],
2953
+ "hard_langs": [
2954
+ "zh"
2955
+ ],
2956
+ "raw_sources": [
2957
+ "pre-operative chemo-radiation"
2958
+ ]
2959
+ },
2960
+ {
2961
+ "term": "pre-operative radiotherapy",
2962
+ "source": "medicine_hard_llm_judge_manual",
2963
+ "target_translations": {
2964
+ "zh": "术前放疗",
2965
+ "de": "präoperative Strahlentherapie",
2966
+ "ja": "術前放射線療法"
2967
+ },
2968
+ "sample_ids": [
2969
+ "606"
2970
+ ],
2971
+ "sentence_ids": [
2972
+ "96"
2973
+ ],
2974
+ "hard_langs": [
2975
+ "zh"
2976
+ ],
2977
+ "raw_sources": [
2978
+ "pre-operative radiotherapy"
2979
+ ]
2980
+ },
2981
+ {
2982
+ "term": "pre-operative treatment",
2983
+ "source": "medicine_hard_llm_judge_manual",
2984
+ "target_translations": {
2985
+ "zh": "术前治疗",
2986
+ "de": "präoperative Behandlung",
2987
+ "ja": "術前治療"
2988
+ },
2989
+ "sample_ids": [
2990
+ "606"
2991
+ ],
2992
+ "sentence_ids": [
2993
+ "195"
2994
+ ],
2995
+ "hard_langs": [
2996
+ "zh"
2997
+ ],
2998
+ "raw_sources": [
2999
+ "pre-operative treatment"
3000
+ ]
3001
+ },
3002
+ {
3003
+ "term": "probabilistic planning",
3004
+ "source": "medicine_hard_llm_judge_manual",
3005
+ "target_translations": {
3006
+ "zh": "概率性计划制定",
3007
+ "de": "probabilistische Planung",
3008
+ "ja": "確率論的計画"
3009
+ },
3010
+ "sample_ids": [
3011
+ "596001"
3012
+ ],
3013
+ "sentence_ids": [
3014
+ "162"
3015
+ ],
3016
+ "hard_langs": [
3017
+ "zh"
3018
+ ],
3019
+ "raw_sources": [
3020
+ "probabilistic planning"
3021
+ ]
3022
+ },
3023
+ {
3024
+ "term": "proctoscopy",
3025
+ "source": "medicine_hard_llm_judge_manual",
3026
+ "target_translations": {
3027
+ "zh": "直肠镜检查",
3028
+ "de": "Proktoskopie",
3029
+ "ja": "直腸鏡検査"
3030
+ },
3031
+ "sample_ids": [
3032
+ "606"
3033
+ ],
3034
+ "sentence_ids": [
3035
+ "38"
3036
+ ],
3037
+ "hard_langs": [
3038
+ "zh"
3039
+ ],
3040
+ "raw_sources": [
3041
+ "proctoscopy"
3042
+ ]
3043
+ },
3044
+ {
3045
+ "term": "progression-free survival",
3046
+ "source": "medicine_hard_llm_judge_manual",
3047
+ "target_translations": {
3048
+ "zh": "无进展生存期",
3049
+ "de": "progressionsfreies Überleben",
3050
+ "ja": "無増悪生存期間"
3051
+ },
3052
+ "sample_ids": [
3053
+ "605000"
3054
+ ],
3055
+ "sentence_ids": [
3056
+ "46"
3057
+ ],
3058
+ "hard_langs": [
3059
+ "zh"
3060
+ ],
3061
+ "raw_sources": [
3062
+ "progression-free survival"
3063
+ ]
3064
+ },
3065
+ {
3066
+ "term": "progressive brain mets",
3067
+ "source": "medicine_hard_llm_judge_manual",
3068
+ "target_translations": {
3069
+ "zh": "进展性脑转移",
3070
+ "de": "progressiven Hirnmetastasen",
3071
+ "ja": "進行する脳転移"
3072
+ },
3073
+ "sample_ids": [
3074
+ "605000"
3075
+ ],
3076
+ "sentence_ids": [
3077
+ "421"
3078
+ ],
3079
+ "hard_langs": [
3080
+ "zh"
3081
+ ],
3082
+ "raw_sources": [
3083
+ "progressive brain mets"
3084
+ ]
3085
+ },
3086
+ {
3087
+ "term": "protons",
3088
+ "source": "medicine_hard_llm_judge_manual",
3089
+ "target_translations": {
3090
+ "zh": "质子",
3091
+ "de": "Protonen",
3092
+ "ja": "陽子線"
3093
+ },
3094
+ "sample_ids": [
3095
+ "596001"
3096
+ ],
3097
+ "sentence_ids": [
3098
+ "64"
3099
+ ],
3100
+ "hard_langs": [
3101
+ "zh"
3102
+ ],
3103
+ "raw_sources": [
3104
+ "protons"
3105
+ ]
3106
+ },
3107
+ {
3108
+ "term": "PTV",
3109
+ "source": "medicine_hard_llm_judge_manual",
3110
+ "target_translations": {
3111
+ "zh": "计划靶体积",
3112
+ "de": "Planungszielvolumens",
3113
+ "ja": "計画標的体積"
3114
+ },
3115
+ "sample_ids": [
3116
+ "596001"
3117
+ ],
3118
+ "sentence_ids": [
3119
+ "156"
3120
+ ],
3121
+ "hard_langs": [
3122
+ "zh"
3123
+ ],
3124
+ "raw_sources": [
3125
+ "PTV"
3126
+ ]
3127
+ },
3128
+ {
3129
+ "term": "quality verification",
3130
+ "source": "medicine_hard_llm_judge_manual",
3131
+ "target_translations": {
3132
+ "zh": "质量验证",
3133
+ "de": "Qualitätsverifikation",
3134
+ "ja": "品質検証"
3135
+ },
3136
+ "sample_ids": [
3137
+ "596001"
3138
+ ],
3139
+ "sentence_ids": [
3140
+ "183"
3141
+ ],
3142
+ "hard_langs": [
3143
+ "zh"
3144
+ ],
3145
+ "raw_sources": [
3146
+ "quality verification"
3147
+ ]
3148
+ },
3149
+ {
3150
+ "term": "QUANTEC",
3151
+ "source": "medicine_hard_llm_judge_manual",
3152
+ "target_translations": {
3153
+ "zh": "QUANTEC",
3154
+ "de": "QUANTEC",
3155
+ "ja": "QUANTEC"
3156
+ },
3157
+ "sample_ids": [
3158
+ "596001"
3159
+ ],
3160
+ "sentence_ids": [
3161
+ "88"
3162
+ ],
3163
+ "hard_langs": [
3164
+ "zh"
3165
+ ],
3166
+ "raw_sources": [
3167
+ "QUANTEC"
3168
+ ]
3169
+ },
3170
+ {
3171
+ "term": "R0 resection",
3172
+ "source": "medicine_hard_llm_judge_manual",
3173
+ "target_translations": {
3174
+ "zh": "R0切除",
3175
+ "de": "R0-Resektion",
3176
+ "ja": "R0切除"
3177
+ },
3178
+ "sample_ids": [
3179
+ "606"
3180
+ ],
3181
+ "sentence_ids": [
3182
+ "50"
3183
+ ],
3184
+ "hard_langs": [
3185
+ "zh"
3186
+ ],
3187
+ "raw_sources": [
3188
+ "R0 resection"
3189
+ ]
3190
+ },
3191
+ {
3192
+ "term": "Radiation Oncologist",
3193
+ "source": "medicine_hard_llm_judge_manual",
3194
+ "target_translations": {
3195
+ "zh": "放射肿瘤科医生",
3196
+ "de": "Strahlenonkologe",
3197
+ "ja": "放射線腫瘍医"
3198
+ },
3199
+ "sample_ids": [
3200
+ "606"
3201
+ ],
3202
+ "sentence_ids": [
3203
+ "3",
3204
+ "4"
3205
+ ],
3206
+ "hard_langs": [
3207
+ "zh"
3208
+ ],
3209
+ "raw_sources": [
3210
+ "Radiation Oncologist"
3211
+ ]
3212
+ },
3213
+ {
3214
+ "term": "radiation technicians",
3215
+ "source": "medicine_hard_llm_judge_manual",
3216
+ "target_translations": {
3217
+ "zh": "放疗技师",
3218
+ "de": "Strahlentechniker",
3219
+ "ja": "放射線技師"
3220
+ },
3221
+ "sample_ids": [
3222
+ "404"
3223
+ ],
3224
+ "sentence_ids": [
3225
+ "136"
3226
+ ],
3227
+ "hard_langs": [
3228
+ "zh"
3229
+ ],
3230
+ "raw_sources": [
3231
+ "radiation technicians"
3232
+ ]
3233
+ },
3234
+ {
3235
+ "term": "radiation therapy machine",
3236
+ "source": "medicine_hard_llm_judge_manual",
3237
+ "target_translations": {
3238
+ "zh": "放射治疗设备",
3239
+ "de": "Strahlentherapiegerät",
3240
+ "ja": "放射線治療装置"
3241
+ },
3242
+ "sample_ids": [
3243
+ "404"
3244
+ ],
3245
+ "sentence_ids": [
3246
+ "136"
3247
+ ],
3248
+ "hard_langs": [
3249
+ "zh"
3250
+ ],
3251
+ "raw_sources": [
3252
+ "radiation therapy machine"
3253
+ ]
3254
+ },
3255
+ {
3256
+ "term": "radiotherapy",
3257
+ "source": "medicine_hard_llm_judge_manual",
3258
+ "target_translations": {
3259
+ "zh": "放疗",
3260
+ "de": "Strahlentherapie",
3261
+ "ja": "放射線治療"
3262
+ },
3263
+ "sample_ids": [
3264
+ "606"
3265
+ ],
3266
+ "sentence_ids": [
3267
+ "163"
3268
+ ],
3269
+ "hard_langs": [
3270
+ "zh"
3271
+ ],
3272
+ "raw_sources": [
3273
+ "radiotherapy"
3274
+ ]
3275
+ },
3276
+ {
3277
+ "term": "radiotherapy guidance",
3278
+ "source": "medicine_hard_llm_judge_manual",
3279
+ "target_translations": {
3280
+ "zh": "放疗指导原则",
3281
+ "de": "Strahlentherapie-Leitlinien",
3282
+ "ja": "放射線治療ガイダンス"
3283
+ },
3284
+ "sample_ids": [
3285
+ "596001"
3286
+ ],
3287
+ "sentence_ids": [
3288
+ "5"
3289
+ ],
3290
+ "hard_langs": [
3291
+ "zh"
3292
+ ],
3293
+ "raw_sources": [
3294
+ "radiotherapy guidance"
3295
+ ]
3296
+ },
3297
+ {
3298
+ "term": "Radiotherapy Physics",
3299
+ "source": "medicine_hard_llm_judge_manual",
3300
+ "target_translations": {
3301
+ "zh": "放疗物理",
3302
+ "de": "Physikalische Aspekte der Strahlentherapie",
3303
+ "ja": "放射線治療物理"
3304
+ },
3305
+ "sample_ids": [
3306
+ "596001"
3307
+ ],
3308
+ "sentence_ids": [
3309
+ "2"
3310
+ ],
3311
+ "hard_langs": [
3312
+ "zh"
3313
+ ],
3314
+ "raw_sources": [
3315
+ "Radiotherapy Physics"
3316
+ ]
3317
+ },
3318
+ {
3319
+ "term": "RANO response criteria",
3320
+ "source": "medicine_hard_llm_judge_manual",
3321
+ "target_translations": {
3322
+ "zh": "RANO应答标准",
3323
+ "de": "RANO-Ansprechkriterien",
3324
+ "ja": "RANO奏効基準"
3325
+ },
3326
+ "sample_ids": [
3327
+ "605000"
3328
+ ],
3329
+ "sentence_ids": [
3330
+ "311"
3331
+ ],
3332
+ "hard_langs": [
3333
+ "zh"
3334
+ ],
3335
+ "raw_sources": [
3336
+ "RANO response criteria"
3337
+ ]
3338
+ },
3339
+ {
3340
+ "term": "Rapido phase III trial",
3341
+ "source": "medicine_hard_llm_judge_manual",
3342
+ "target_translations": {
3343
+ "zh": "Rapido III期试验",
3344
+ "de": "Phase-III-Studie Rapido",
3345
+ "ja": "Rapido第III相試験"
3346
+ },
3347
+ "sample_ids": [
3348
+ "606"
3349
+ ],
3350
+ "sentence_ids": [
3351
+ "57"
3352
+ ],
3353
+ "hard_langs": [
3354
+ "zh"
3355
+ ],
3356
+ "raw_sources": [
3357
+ "Rapido phase III trial"
3358
+ ]
3359
+ },
3360
+ {
3361
+ "term": "RECIST",
3362
+ "source": "medicine_hard_llm_judge_manual",
3363
+ "target_translations": {
3364
+ "zh": "RECIST",
3365
+ "de": "RECIST",
3366
+ "ja": "RECIST"
3367
+ },
3368
+ "sample_ids": [
3369
+ "605000"
3370
+ ],
3371
+ "sentence_ids": [
3372
+ "310"
3373
+ ],
3374
+ "hard_langs": [
3375
+ "zh"
3376
+ ],
3377
+ "raw_sources": [
3378
+ "RECIST"
3379
+ ]
3380
+ },
3381
+ {
3382
+ "term": "RECIST 1.1",
3383
+ "source": "medicine_hard_llm_judge_manual",
3384
+ "target_translations": {
3385
+ "zh": "RECIST 1.1",
3386
+ "de": "RECIST 1.1",
3387
+ "ja": "RECIST 1.1"
3388
+ },
3389
+ "sample_ids": [
3390
+ "605000"
3391
+ ],
3392
+ "sentence_ids": [
3393
+ "308"
3394
+ ],
3395
+ "hard_langs": [
3396
+ "zh"
3397
+ ],
3398
+ "raw_sources": [
3399
+ "RECIST 1.1"
3400
+ ]
3401
+ },
3402
+ {
3403
+ "term": "rectal cancer",
3404
+ "source": "medicine_hard_llm_judge_manual",
3405
+ "target_translations": {
3406
+ "zh": "直肠癌",
3407
+ "de": "Rektumkarzinom",
3408
+ "ja": "直腸がん"
3409
+ },
3410
+ "sample_ids": [
3411
+ "606"
3412
+ ],
3413
+ "sentence_ids": [
3414
+ "199"
3415
+ ],
3416
+ "hard_langs": [
3417
+ "zh"
3418
+ ],
3419
+ "raw_sources": [
3420
+ "rectal cancer"
3421
+ ]
3422
+ },
3423
+ {
3424
+ "term": "rectum preservation",
3425
+ "source": "medicine_hard_llm_judge_manual",
3426
+ "target_translations": {
3427
+ "zh": "直肠保留",
3428
+ "de": "Rektumerhaltung",
3429
+ "ja": "直腸温存"
3430
+ },
3431
+ "sample_ids": [
3432
+ "606"
3433
+ ],
3434
+ "sentence_ids": [
3435
+ "73"
3436
+ ],
3437
+ "hard_langs": [
3438
+ "zh"
3439
+ ],
3440
+ "raw_sources": [
3441
+ "rectum preservation"
3442
+ ]
3443
+ },
3444
+ {
3445
+ "term": "regionalization of cancer therapy",
3446
+ "source": "medicine_hard_llm_judge_manual",
3447
+ "target_translations": {
3448
+ "zh": "癌症治疗区域化",
3449
+ "de": "Regionalisierung der Krebstherapie",
3450
+ "ja": "がん治療の地域集約化"
3451
+ },
3452
+ "sample_ids": [
3453
+ "404"
3454
+ ],
3455
+ "sentence_ids": [
3456
+ "113"
3457
+ ],
3458
+ "hard_langs": [
3459
+ "zh"
3460
+ ],
3461
+ "raw_sources": [
3462
+ "regionalization of cancer therapy"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "term": "registration surrogates",
3467
+ "source": "medicine_hard_llm_judge_manual",
3468
+ "target_translations": {
3469
+ "zh": "配准替代标志",
3470
+ "de": "Registrierungs-Surrogate",
3471
+ "ja": "位置合わせサロゲート"
3472
+ },
3473
+ "sample_ids": [
3474
+ "596001"
3475
+ ],
3476
+ "sentence_ids": [
3477
+ "143"
3478
+ ],
3479
+ "hard_langs": [
3480
+ "zh"
3481
+ ],
3482
+ "raw_sources": [
3483
+ "registration surrogates"
3484
+ ]
3485
+ },
3486
+ {
3487
+ "term": "resection for lung cancer",
3488
+ "source": "medicine_hard_llm_judge_manual",
3489
+ "target_translations": {
3490
+ "zh": "肺癌切除术",
3491
+ "de": "Resektion für Lungenkrebs",
3492
+ "ja": "肺がん切除"
3493
+ },
3494
+ "sample_ids": [
3495
+ "404"
3496
+ ],
3497
+ "sentence_ids": [
3498
+ "46"
3499
+ ],
3500
+ "hard_langs": [
3501
+ "zh"
3502
+ ],
3503
+ "raw_sources": [
3504
+ "resection for lung cancer"
3505
+ ]
3506
+ },
3507
+ {
3508
+ "term": "response rate",
3509
+ "source": "medicine_hard_llm_judge_manual",
3510
+ "target_translations": {
3511
+ "zh": "应答率",
3512
+ "de": "Ansprechrate",
3513
+ "ja": "奏効率"
3514
+ },
3515
+ "sample_ids": [
3516
+ "605000"
3517
+ ],
3518
+ "sentence_ids": [
3519
+ "265"
3520
+ ],
3521
+ "hard_langs": [
3522
+ "zh"
3523
+ ],
3524
+ "raw_sources": [
3525
+ "response rate"
3526
+ ]
3527
+ },
3528
+ {
3529
+ "term": "risk factors",
3530
+ "source": "medicine_hard_llm_judge_manual",
3531
+ "target_translations": {
3532
+ "zh": "风险因素",
3533
+ "de": "Risikofaktoren",
3534
+ "ja": "リスク因子"
3535
+ },
3536
+ "sample_ids": [
3537
+ "606"
3538
+ ],
3539
+ "sentence_ids": [
3540
+ "82"
3541
+ ],
3542
+ "hard_langs": [
3543
+ "zh"
3544
+ ],
3545
+ "raw_sources": [
3546
+ "risk factors"
3547
+ ]
3548
+ },
3549
+ {
3550
+ "term": "RTTs",
3551
+ "source": "medicine_hard_llm_judge_manual",
3552
+ "target_translations": {
3553
+ "zh": "放射治疗技师",
3554
+ "de": "Radiologietechnologen",
3555
+ "ja": "放射線治療技師"
3556
+ },
3557
+ "sample_ids": [
3558
+ "596001"
3559
+ ],
3560
+ "sentence_ids": [
3561
+ "145"
3562
+ ],
3563
+ "hard_langs": [
3564
+ "zh"
3565
+ ],
3566
+ "raw_sources": [
3567
+ "RTTs"
3568
+ ]
3569
+ },
3570
+ {
3571
+ "term": "sacituzumab",
3572
+ "source": "medicine_hard_llm_judge_manual",
3573
+ "target_translations": {
3574
+ "zh": "戈沙妥珠单抗",
3575
+ "de": "Sacituzumab",
3576
+ "ja": "サシツズマブ"
3577
+ },
3578
+ "sample_ids": [
3579
+ "605000"
3580
+ ],
3581
+ "sentence_ids": [
3582
+ "163",
3583
+ "192",
3584
+ "197",
3585
+ "214",
3586
+ "341"
3587
+ ],
3588
+ "hard_langs": [
3589
+ "zh"
3590
+ ],
3591
+ "raw_sources": [
3592
+ "sacituzumab"
3593
+ ]
3594
+ },
3595
+ {
3596
+ "term": "SBRT treatments",
3597
+ "source": "medicine_hard_llm_judge_manual",
3598
+ "target_translations": {
3599
+ "zh": "立体定向体部放疗",
3600
+ "de": "stereotaktischer Körperbestrahlung",
3601
+ "ja": "体幹部定位放射線治療"
3602
+ },
3603
+ "sample_ids": [
3604
+ "596001"
3605
+ ],
3606
+ "sentence_ids": [
3607
+ "97"
3608
+ ],
3609
+ "hard_langs": [
3610
+ "zh"
3611
+ ],
3612
+ "raw_sources": [
3613
+ "SBRT treatments"
3614
+ ]
3615
+ },
3616
+ {
3617
+ "term": "screen detected malignancy",
3618
+ "source": "medicine_hard_llm_judge_manual",
3619
+ "target_translations": {
3620
+ "zh": "筛查发现的恶性病变",
3621
+ "de": "durch Screening entdeckten Malignität",
3622
+ "ja": "スクリーニングで見つかった悪性病変"
3623
+ },
3624
+ "sample_ids": [
3625
+ "545006"
3626
+ ],
3627
+ "sentence_ids": [
3628
+ "47"
3629
+ ],
3630
+ "hard_langs": [
3631
+ "zh"
3632
+ ],
3633
+ "raw_sources": [
3634
+ "screen detected malignancy"
3635
+ ]
3636
+ },
3637
+ {
3638
+ "term": "sentinel node",
3639
+ "source": "medicine_hard_llm_judge_manual",
3640
+ "target_translations": {
3641
+ "zh": "前哨淋巴结",
3642
+ "de": "Wächterknoten",
3643
+ "ja": "センチネルリンパ節"
3644
+ },
3645
+ "sample_ids": [
3646
+ "404"
3647
+ ],
3648
+ "sentence_ids": [
3649
+ "70"
3650
+ ],
3651
+ "hard_langs": [
3652
+ "zh"
3653
+ ],
3654
+ "raw_sources": [
3655
+ "sentinel node"
3656
+ ]
3657
+ },
3658
+ {
3659
+ "term": "short-course of chemo-radiotherapy",
3660
+ "source": "medicine_hard_llm_judge_manual",
3661
+ "target_translations": {
3662
+ "zh": "短程放化疗",
3663
+ "de": "Kurze Radiochemotherapie",
3664
+ "ja": "短期化学放射線療法"
3665
+ },
3666
+ "sample_ids": [
3667
+ "606"
3668
+ ],
3669
+ "sentence_ids": [
3670
+ "29"
3671
+ ],
3672
+ "hard_langs": [
3673
+ "zh"
3674
+ ],
3675
+ "raw_sources": [
3676
+ "short-course of chemo-radiotherapy"
3677
+ ]
3678
+ },
3679
+ {
3680
+ "term": "single agent",
3681
+ "source": "medicine_hard_llm_judge_manual",
3682
+ "target_translations": {
3683
+ "zh": "单药治疗",
3684
+ "de": "Einzelwirkstoff",
3685
+ "ja": "単剤治療"
3686
+ },
3687
+ "sample_ids": [
3688
+ "605000"
3689
+ ],
3690
+ "sentence_ids": [
3691
+ "159"
3692
+ ],
3693
+ "hard_langs": [
3694
+ "zh"
3695
+ ],
3696
+ "raw_sources": [
3697
+ "single agent"
3698
+ ]
3699
+ },
3700
+ {
3701
+ "term": "somatic mutations in BRCA",
3702
+ "source": "medicine_hard_llm_judge_manual",
3703
+ "target_translations": {
3704
+ "zh": "BRCA体细胞突变",
3705
+ "de": "somatische BRCA-Mutationen",
3706
+ "ja": "体細胞BRCA変異"
3707
+ },
3708
+ "sample_ids": [
3709
+ "605000"
3710
+ ],
3711
+ "sentence_ids": [
3712
+ "340"
3713
+ ],
3714
+ "hard_langs": [
3715
+ "zh"
3716
+ ],
3717
+ "raw_sources": [
3718
+ "somatic mutations in BRCA"
3719
+ ]
3720
+ },
3721
+ {
3722
+ "term": "sphincter-preserving treatment",
3723
+ "source": "medicine_hard_llm_judge_manual",
3724
+ "target_translations": {
3725
+ "zh": "保留括约肌治疗",
3726
+ "de": "sphinktererhaltende Behandlung",
3727
+ "ja": "括約筋温存治療"
3728
+ },
3729
+ "sample_ids": [
3730
+ "606"
3731
+ ],
3732
+ "sentence_ids": [
3733
+ "37"
3734
+ ],
3735
+ "hard_langs": [
3736
+ "zh"
3737
+ ],
3738
+ "raw_sources": [
3739
+ "sphincter-preserving treatment"
3740
+ ]
3741
+ },
3742
+ {
3743
+ "term": "stage three disease",
3744
+ "source": "medicine_hard_llm_judge_manual",
3745
+ "target_translations": {
3746
+ "zh": "III期疾病",
3747
+ "de": "dritten Stadium",
3748
+ "ja": "ステージIII"
3749
+ },
3750
+ "sample_ids": [
3751
+ "404"
3752
+ ],
3753
+ "sentence_ids": [
3754
+ "69"
3755
+ ],
3756
+ "hard_langs": [
3757
+ "zh"
3758
+ ],
3759
+ "raw_sources": [
3760
+ "stage three disease"
3761
+ ]
3762
+ },
3763
+ {
3764
+ "term": "stent strictures",
3765
+ "source": "medicine_hard_llm_judge_manual",
3766
+ "target_translations": {
3767
+ "zh": "支架狭窄",
3768
+ "de": "Stentstenosen",
3769
+ "ja": "ステント狭窄"
3770
+ },
3771
+ "sample_ids": [
3772
+ "404"
3773
+ ],
3774
+ "sentence_ids": [
3775
+ "146"
3776
+ ],
3777
+ "hard_langs": [
3778
+ "zh"
3779
+ ],
3780
+ "raw_sources": [
3781
+ "stent strictures"
3782
+ ]
3783
+ },
3784
+ {
3785
+ "term": "surgical NP",
3786
+ "source": "medicine_hard_llm_judge_manual",
3787
+ "target_translations": {
3788
+ "zh": "外科执业护士",
3789
+ "de": "chirurgischen Pflegefachkraft",
3790
+ "ja": "外科ナースプラクティショナー"
3791
+ },
3792
+ "sample_ids": [
3793
+ "545006"
3794
+ ],
3795
+ "sentence_ids": [
3796
+ "81"
3797
+ ],
3798
+ "hard_langs": [
3799
+ "zh"
3800
+ ],
3801
+ "raw_sources": [
3802
+ "surgical NP"
3803
+ ]
3804
+ },
3805
+ {
3806
+ "term": "surgical oncologist",
3807
+ "source": "medicine_hard_llm_judge_manual",
3808
+ "target_translations": {
3809
+ "zh": "外科肿瘤学家",
3810
+ "de": "chirurgischer Onkologe",
3811
+ "ja": "外科腫瘍医"
3812
+ },
3813
+ "sample_ids": [
3814
+ "404"
3815
+ ],
3816
+ "sentence_ids": [
3817
+ "116",
3818
+ "149"
3819
+ ],
3820
+ "hard_langs": [
3821
+ "zh"
3822
+ ],
3823
+ "raw_sources": [
3824
+ "surgical oncologist"
3825
+ ]
3826
+ },
3827
+ {
3828
+ "term": "systemic recurrence",
3829
+ "source": "medicine_hard_llm_judge_manual",
3830
+ "target_translations": {
3831
+ "zh": "系统性复发",
3832
+ "de": "systemischen Rezidivs",
3833
+ "ja": "全身再発"
3834
+ },
3835
+ "sample_ids": [
3836
+ "606"
3837
+ ],
3838
+ "sentence_ids": [
3839
+ "66"
3840
+ ],
3841
+ "hard_langs": [
3842
+ "zh"
3843
+ ],
3844
+ "raw_sources": [
3845
+ "systemic recurrence"
3846
+ ]
3847
+ },
3848
+ {
3849
+ "term": "T-DM1",
3850
+ "source": "medicine_hard_llm_judge_manual",
3851
+ "target_translations": {
3852
+ "zh": "恩美曲妥珠单抗",
3853
+ "de": "Trastuzumab-Emtansin",
3854
+ "ja": "トラスツズマブ エムタンシン"
3855
+ },
3856
+ "sample_ids": [
3857
+ "605000"
3858
+ ],
3859
+ "sentence_ids": [
3860
+ "259",
3861
+ "260",
3862
+ "265",
3863
+ "419"
3864
+ ],
3865
+ "hard_langs": [
3866
+ "zh"
3867
+ ],
3868
+ "raw_sources": [
3869
+ "T-DM1"
3870
+ ]
3871
+ },
3872
+ {
3873
+ "term": "T2 N1",
3874
+ "source": "medicine_hard_llm_judge_manual",
3875
+ "target_translations": {
3876
+ "zh": "T2N1",
3877
+ "de": "T2 N1",
3878
+ "ja": "T2N1"
3879
+ },
3880
+ "sample_ids": [
3881
+ "606"
3882
+ ],
3883
+ "sentence_ids": [
3884
+ "212"
3885
+ ],
3886
+ "hard_langs": [
3887
+ "zh"
3888
+ ],
3889
+ "raw_sources": [
3890
+ "T2 N1"
3891
+ ]
3892
+ },
3893
+ {
3894
+ "term": "T3 N0",
3895
+ "source": "medicine_hard_llm_judge_manual",
3896
+ "target_translations": {
3897
+ "zh": "T3N0",
3898
+ "de": "T3 N0",
3899
+ "ja": "T3N0"
3900
+ },
3901
+ "sample_ids": [
3902
+ "606"
3903
+ ],
3904
+ "sentence_ids": [
3905
+ "212"
3906
+ ],
3907
+ "hard_langs": [
3908
+ "zh"
3909
+ ],
3910
+ "raw_sources": [
3911
+ "T3 N0"
3912
+ ]
3913
+ },
3914
+ {
3915
+ "term": "T3 tumours",
3916
+ "source": "medicine_hard_llm_judge_manual",
3917
+ "target_translations": {
3918
+ "zh": "T3肿瘤",
3919
+ "de": "T3-Tumoren",
3920
+ "ja": "T3腫瘍"
3921
+ },
3922
+ "sample_ids": [
3923
+ "606"
3924
+ ],
3925
+ "sentence_ids": [
3926
+ "18"
3927
+ ],
3928
+ "hard_langs": [
3929
+ "zh"
3930
+ ],
3931
+ "raw_sources": [
3932
+ "T3 tumours"
3933
+ ]
3934
+ },
3935
+ {
3936
+ "term": "target volume",
3937
+ "source": "medicine_hard_llm_judge_manual",
3938
+ "target_translations": {
3939
+ "zh": "靶体积",
3940
+ "de": "Zielvolumen",
3941
+ "ja": "標的体積"
3942
+ },
3943
+ "sample_ids": [
3944
+ "606"
3945
+ ],
3946
+ "sentence_ids": [
3947
+ "166"
3948
+ ],
3949
+ "hard_langs": [
3950
+ "zh"
3951
+ ],
3952
+ "raw_sources": [
3953
+ "target volume"
3954
+ ]
3955
+ },
3956
+ {
3957
+ "term": "taxane",
3958
+ "source": "medicine_hard_llm_judge_manual",
3959
+ "target_translations": {
3960
+ "zh": "紫杉烷",
3961
+ "de": "Taxan",
3962
+ "ja": "タキサン"
3963
+ },
3964
+ "sample_ids": [
3965
+ "545006",
3966
+ "605000"
3967
+ ],
3968
+ "sentence_ids": [
3969
+ "62",
3970
+ "64",
3971
+ "120",
3972
+ "397",
3973
+ "399"
3974
+ ],
3975
+ "hard_langs": [
3976
+ "zh"
3977
+ ],
3978
+ "raw_sources": [
3979
+ "taxane"
3980
+ ]
3981
+ },
3982
+ {
3983
+ "term": "THP",
3984
+ "source": "medicine_hard_llm_judge_manual",
3985
+ "target_translations": {
3986
+ "zh": "紫杉醇、赫赛汀和帕妥珠单抗",
3987
+ "de": "Paclitaxel, Trastuzumab und Pertuzumab",
3988
+ "ja": "パクリタキセル、トラスツズマブ、ペルツズマブ"
3989
+ },
3990
+ "sample_ids": [
3991
+ "545006"
3992
+ ],
3993
+ "sentence_ids": [
3994
+ "112"
3995
+ ],
3996
+ "hard_langs": [
3997
+ "zh"
3998
+ ],
3999
+ "raw_sources": [
4000
+ "THP"
4001
+ ]
4002
+ },
4003
+ {
4004
+ "term": "TME",
4005
+ "source": "medicine_hard_llm_judge_manual",
4006
+ "target_translations": {
4007
+ "zh": "全直肠系膜切除术",
4008
+ "de": "totale mesorektale Exzision",
4009
+ "ja": "全直腸間膜切除術"
4010
+ },
4011
+ "sample_ids": [
4012
+ "606"
4013
+ ],
4014
+ "sentence_ids": [
4015
+ "71",
4016
+ "211",
4017
+ "212",
4018
+ "224",
4019
+ "225",
4020
+ "230",
4021
+ "232"
4022
+ ],
4023
+ "hard_langs": [
4024
+ "zh"
4025
+ ],
4026
+ "raw_sources": [
4027
+ "TME"
4028
+ ]
4029
+ },
4030
+ {
4031
+ "term": "TNT",
4032
+ "source": "medicine_hard_llm_judge_manual",
4033
+ "target_translations": {
4034
+ "zh": "全程新辅助治疗",
4035
+ "de": "totale neoadjuvante Therapie",
4036
+ "ja": "全術前治療"
4037
+ },
4038
+ "sample_ids": [
4039
+ "606"
4040
+ ],
4041
+ "sentence_ids": [
4042
+ "195",
4043
+ "209"
4044
+ ],
4045
+ "hard_langs": [
4046
+ "zh"
4047
+ ],
4048
+ "raw_sources": [
4049
+ "TNT"
4050
+ ]
4051
+ },
4052
+ {
4053
+ "term": "TNT protocols",
4054
+ "source": "medicine_hard_llm_judge_manual",
4055
+ "target_translations": {
4056
+ "zh": "全程新辅助治疗方案",
4057
+ "de": "Protokollen der totalen neoadjuvanten Therapie",
4058
+ "ja": "全術前治療プロトコール"
4059
+ },
4060
+ "sample_ids": [
4061
+ "606"
4062
+ ],
4063
+ "sentence_ids": [
4064
+ "212"
4065
+ ],
4066
+ "hard_langs": [
4067
+ "zh"
4068
+ ],
4069
+ "raw_sources": [
4070
+ "TNT protocols"
4071
+ ]
4072
+ },
4073
+ {
4074
+ "term": "TNT strategies",
4075
+ "source": "medicine_hard_llm_judge_manual",
4076
+ "target_translations": {
4077
+ "zh": "全程新辅助治疗策略",
4078
+ "de": "Strategien der totalen neoadjuvanten Therapie",
4079
+ "ja": "全術前治療戦略"
4080
+ },
4081
+ "sample_ids": [
4082
+ "606"
4083
+ ],
4084
+ "sentence_ids": [
4085
+ "201"
4086
+ ],
4087
+ "hard_langs": [
4088
+ "zh"
4089
+ ],
4090
+ "raw_sources": [
4091
+ "TNT strategies"
4092
+ ]
4093
+ },
4094
+ {
4095
+ "term": "tongue-and-groove",
4096
+ "source": "medicine_hard_llm_judge_manual",
4097
+ "target_translations": {
4098
+ "zh": "舌槽结构",
4099
+ "de": "Nut und Feder",
4100
+ "ja": "タン・アンド・グルーブ"
4101
+ },
4102
+ "sample_ids": [
4103
+ "596001"
4104
+ ],
4105
+ "sentence_ids": [
4106
+ "177",
4107
+ "179"
4108
+ ],
4109
+ "hard_langs": [
4110
+ "zh"
4111
+ ],
4112
+ "raw_sources": [
4113
+ "tongue-and-groove"
4114
+ ]
4115
+ },
4116
+ {
4117
+ "term": "topoisomerase I inhibitor-based ADC",
4118
+ "source": "medicine_hard_llm_judge_manual",
4119
+ "target_translations": {
4120
+ "zh": "基于拓扑异构酶I抑制剂的抗体药物偶联物",
4121
+ "de": "Antikörper-Wirkstoff-Konjugat auf Basis eines Topoisomerase-I-Inhibitors",
4122
+ "ja": "トポイソメラーゼI阻害薬ベースの抗体薬物複合体"
4123
+ },
4124
+ "sample_ids": [
4125
+ "605000"
4126
+ ],
4127
+ "sentence_ids": [
4128
+ "211"
4129
+ ],
4130
+ "hard_langs": [
4131
+ "zh"
4132
+ ],
4133
+ "raw_sources": [
4134
+ "topoisomerase I inhibitor-based ADC"
4135
+ ]
4136
+ },
4137
+ {
4138
+ "term": "total neoadjuvant",
4139
+ "source": "medicine_hard_llm_judge_manual",
4140
+ "target_translations": {
4141
+ "zh": "总新辅助治疗",
4142
+ "de": "totalen neoadjuvanten Therapie",
4143
+ "ja": "総術前補助療法"
4144
+ },
4145
+ "sample_ids": [
4146
+ "606"
4147
+ ],
4148
+ "sentence_ids": [
4149
+ "218"
4150
+ ],
4151
+ "hard_langs": [
4152
+ "zh"
4153
+ ],
4154
+ "raw_sources": [
4155
+ "total neoadjuvant"
4156
+ ]
4157
+ },
4158
+ {
4159
+ "term": "trastuzumab deruxtecan",
4160
+ "source": "medicine_hard_llm_judge_manual",
4161
+ "target_translations": {
4162
+ "zh": "德曲妥珠单抗",
4163
+ "de": "Trastuzumab-Deruxtecan",
4164
+ "ja": "トラスツズマブ デルクステカン"
4165
+ },
4166
+ "sample_ids": [
4167
+ "605000"
4168
+ ],
4169
+ "sentence_ids": [
4170
+ "300",
4171
+ "342",
4172
+ "352",
4173
+ "353",
4174
+ "412",
4175
+ "418"
4176
+ ],
4177
+ "hard_langs": [
4178
+ "zh"
4179
+ ],
4180
+ "raw_sources": [
4181
+ "trastuzumab deruxtecan"
4182
+ ]
4183
+ },
4184
+ {
4185
+ "term": "trastuzumab emtansine",
4186
+ "source": "medicine_hard_llm_judge_manual",
4187
+ "target_translations": {
4188
+ "zh": "曲妥珠单抗恩美坦辛",
4189
+ "de": "Trastuzumab Emtansin",
4190
+ "ja": "トラスツズマブ エムタンシン"
4191
+ },
4192
+ "sample_ids": [
4193
+ "605000"
4194
+ ],
4195
+ "sentence_ids": [
4196
+ "191",
4197
+ "265"
4198
+ ],
4199
+ "hard_langs": [
4200
+ "zh"
4201
+ ],
4202
+ "raw_sources": [
4203
+ "trastuzumab emtansine"
4204
+ ]
4205
+ },
4206
+ {
4207
+ "term": "treatment delivery",
4208
+ "source": "medicine_hard_llm_judge_manual",
4209
+ "target_translations": {
4210
+ "zh": "治疗实施",
4211
+ "de": "Verabreichung der Behandlung",
4212
+ "ja": "治療実施"
4213
+ },
4214
+ "sample_ids": [
4215
+ "596001"
4216
+ ],
4217
+ "sentence_ids": [
4218
+ "54"
4219
+ ],
4220
+ "hard_langs": [
4221
+ "zh"
4222
+ ],
4223
+ "raw_sources": [
4224
+ "treatment delivery"
4225
+ ]
4226
+ },
4227
+ {
4228
+ "term": "treatment unit",
4229
+ "source": "medicine_hard_llm_judge_manual",
4230
+ "target_translations": {
4231
+ "zh": "治疗机",
4232
+ "de": "Behandlungseinheit",
4233
+ "ja": "治療装置"
4234
+ },
4235
+ "sample_ids": [
4236
+ "596001"
4237
+ ],
4238
+ "sentence_ids": [
4239
+ "13",
4240
+ "54"
4241
+ ],
4242
+ "hard_langs": [
4243
+ "zh"
4244
+ ],
4245
+ "raw_sources": [
4246
+ "treatment unit"
4247
+ ]
4248
+ },
4249
+ {
4250
+ "term": "triple-negative disease",
4251
+ "source": "medicine_hard_llm_judge_manual",
4252
+ "target_translations": {
4253
+ "zh": "三阴性疾病",
4254
+ "de": "dreifach-negative Erkrankung",
4255
+ "ja": "トリプルネガティブ疾患"
4256
+ },
4257
+ "sample_ids": [
4258
+ "605000"
4259
+ ],
4260
+ "sentence_ids": [
4261
+ "196",
4262
+ "326",
4263
+ "449",
4264
+ "458"
4265
+ ],
4266
+ "hard_langs": [
4267
+ "zh"
4268
+ ],
4269
+ "raw_sources": [
4270
+ "triple-negative disease"
4271
+ ]
4272
+ },
4273
+ {
4274
+ "term": "Trop-2 ADC",
4275
+ "source": "medicine_hard_llm_judge_manual",
4276
+ "target_translations": {
4277
+ "zh": "Trop-2抗体药物偶联物",
4278
+ "de": "Trop-2-Antikörper-Wirkstoff-Konjugat",
4279
+ "ja": "Trop-2抗体薬物複合体"
4280
+ },
4281
+ "sample_ids": [
4282
+ "605000"
4283
+ ],
4284
+ "sentence_ids": [
4285
+ "201"
4286
+ ],
4287
+ "hard_langs": [
4288
+ "zh"
4289
+ ],
4290
+ "raw_sources": [
4291
+ "Trop-2 ADC"
4292
+ ]
4293
+ },
4294
+ {
4295
+ "term": "tucatinib",
4296
+ "source": "medicine_hard_llm_judge_manual",
4297
+ "target_translations": {
4298
+ "zh": "图卡替尼",
4299
+ "de": "Tucatinib",
4300
+ "ja": "ツカチニブ"
4301
+ },
4302
+ "sample_ids": [
4303
+ "605000"
4304
+ ],
4305
+ "sentence_ids": [
4306
+ "284",
4307
+ "290"
4308
+ ],
4309
+ "hard_langs": [
4310
+ "zh"
4311
+ ],
4312
+ "raw_sources": [
4313
+ "tucatinib"
4314
+ ]
4315
+ },
4316
+ {
4317
+ "term": "tucatinib HER2CLIMB regimen",
4318
+ "source": "medicine_hard_llm_judge_manual",
4319
+ "target_translations": {
4320
+ "zh": "图卡替尼HER2CLIMB方案",
4321
+ "de": "HER2CLIMB-Schema für Tucatinib",
4322
+ "ja": "ツカチニブのHER2CLIMBレジメン"
4323
+ },
4324
+ "sample_ids": [
4325
+ "605000"
4326
+ ],
4327
+ "sentence_ids": [
4328
+ "352"
4329
+ ],
4330
+ "hard_langs": [
4331
+ "zh"
4332
+ ],
4333
+ "raw_sources": [
4334
+ "tucatinib HER2CLIMB regimen"
4335
+ ]
4336
+ },
4337
+ {
4338
+ "term": "tumour burden",
4339
+ "source": "medicine_hard_llm_judge_manual",
4340
+ "target_translations": {
4341
+ "zh": "肿瘤负荷",
4342
+ "de": "Tumorlast",
4343
+ "ja": "腫瘍負荷"
4344
+ },
4345
+ "sample_ids": [
4346
+ "606"
4347
+ ],
4348
+ "sentence_ids": [
4349
+ "149"
4350
+ ],
4351
+ "hard_langs": [
4352
+ "zh"
4353
+ ],
4354
+ "raw_sources": [
4355
+ "tumour burden"
4356
+ ]
4357
+ },
4358
+ {
4359
+ "term": "tumour response",
4360
+ "source": "medicine_hard_llm_judge_manual",
4361
+ "target_translations": {
4362
+ "zh": "肿瘤反应",
4363
+ "de": "Ansprechen des Tumors",
4364
+ "ja": "腫瘍反応"
4365
+ },
4366
+ "sample_ids": [
4367
+ "606"
4368
+ ],
4369
+ "sentence_ids": [
4370
+ "191"
4371
+ ],
4372
+ "hard_langs": [
4373
+ "zh"
4374
+ ],
4375
+ "raw_sources": [
4376
+ "tumour response"
4377
+ ]
4378
+ },
4379
+ {
4380
+ "term": "USFDA",
4381
+ "source": "medicine_hard_llm_judge_manual",
4382
+ "target_translations": {
4383
+ "zh": "美国食品药品监督管理局",
4384
+ "de": "US-amerikanischen Food and Drug Administration",
4385
+ "ja": "米国食品医薬品局"
4386
+ },
4387
+ "sample_ids": [
4388
+ "605000"
4389
+ ],
4390
+ "sentence_ids": [
4391
+ "206"
4392
+ ],
4393
+ "hard_langs": [
4394
+ "zh"
4395
+ ],
4396
+ "raw_sources": [
4397
+ "USFDA"
4398
+ ]
4399
+ },
4400
+ {
4401
+ "term": "virtual bolus",
4402
+ "source": "medicine_hard_llm_judge_manual",
4403
+ "target_translations": {
4404
+ "zh": "虚拟补偿体",
4405
+ "de": "virtuellen Bolus",
4406
+ "ja": "仮想ボーラス"
4407
+ },
4408
+ "sample_ids": [
4409
+ "596001"
4410
+ ],
4411
+ "sentence_ids": [
4412
+ "163"
4413
+ ],
4414
+ "hard_langs": [
4415
+ "zh"
4416
+ ],
4417
+ "raw_sources": [
4418
+ "virtual bolus"
4419
+ ]
4420
+ },
4421
+ {
4422
+ "term": "visceral surgery",
4423
+ "source": "medicine_hard_llm_judge_manual",
4424
+ "target_translations": {
4425
+ "zh": "内脏外科",
4426
+ "de": "Viszeralchirurgie",
4427
+ "ja": "内臓外科"
4428
+ },
4429
+ "sample_ids": [
4430
+ "404"
4431
+ ],
4432
+ "sentence_ids": [
4433
+ "156"
4434
+ ],
4435
+ "hard_langs": [
4436
+ "zh"
4437
+ ],
4438
+ "raw_sources": [
4439
+ "visceral surgery"
4440
+ ]
4441
+ },
4442
+ {
4443
+ "term": "VMAT",
4444
+ "source": "medicine_hard_llm_judge_manual",
4445
+ "target_translations": {
4446
+ "zh": "容积旋转调强放疗",
4447
+ "de": "volumetrisch modulierte Rotationsbestrahlung",
4448
+ "ja": "強度変調回転放射線治療"
4449
+ },
4450
+ "sample_ids": [
4451
+ "596001"
4452
+ ],
4453
+ "sentence_ids": [
4454
+ "110",
4455
+ "165",
4456
+ "193"
4457
+ ],
4458
+ "hard_langs": [
4459
+ "zh"
4460
+ ],
4461
+ "raw_sources": [
4462
+ "VMAT"
4463
+ ]
4464
+ },
4465
+ {
4466
+ "term": "VMAT planning",
4467
+ "source": "medicine_hard_llm_judge_manual",
4468
+ "target_translations": {
4469
+ "zh": "容积旋转调强放疗计划",
4470
+ "de": "Planung der volumetrisch modulierten Rotationsbestrahlung",
4471
+ "ja": "強度変調回転放射線治療計画"
4472
+ },
4473
+ "sample_ids": [
4474
+ "596001"
4475
+ ],
4476
+ "sentence_ids": [
4477
+ "169"
4478
+ ],
4479
+ "hard_langs": [
4480
+ "zh"
4481
+ ],
4482
+ "raw_sources": [
4483
+ "VMAT planning"
4484
+ ]
4485
+ },
4486
+ {
4487
+ "term": "Watch-and-Wait",
4488
+ "source": "medicine_hard_llm_judge_manual",
4489
+ "target_translations": {
4490
+ "zh": "观察等待",
4491
+ "de": "Watch-and-Wait",
4492
+ "ja": "Watch-and-Wait"
4493
+ },
4494
+ "sample_ids": [
4495
+ "606"
4496
+ ],
4497
+ "sentence_ids": [
4498
+ "69"
4499
+ ],
4500
+ "hard_langs": [
4501
+ "zh"
4502
+ ],
4503
+ "raw_sources": [
4504
+ "Watch-and-Wait"
4505
+ ]
4506
+ },
4507
+ {
4508
+ "term": "Watch-and-Wait approach",
4509
+ "source": "medicine_hard_llm_judge_manual",
4510
+ "target_translations": {
4511
+ "zh": "观察等待",
4512
+ "de": "Watch-and-Wait-Ansatz",
4513
+ "ja": "Watch-and-Waitアプローチ"
4514
+ },
4515
+ "sample_ids": [
4516
+ "606"
4517
+ ],
4518
+ "sentence_ids": [
4519
+ "74"
4520
+ ],
4521
+ "hard_langs": [
4522
+ "zh"
4523
+ ],
4524
+ "raw_sources": [
4525
+ "Watch-and-Wait approach"
4526
+ ]
4527
+ }
4528
+ ]