Does Jev understand Chinese?
Every JevBench record so far was in English. This one takes 2,974 short virtual-assistant commands from Amazon’s MASSIVE test set — each in English and in a professionally localized Chinese version, with the same human intent label — and asks jev-1.13.0 to pick one of 60 intents, three ways. The questions and how each answer would be read were committed before the first request.
- ENGLISH INPUT
- 81.7%
- CHINESE INPUT
- 79.3%
- DIFFERENCE
- −2.4 pp
- CHINESE-WRITTEN QUESTION
- −0.1 pp
| ARM | ACCURACY | 95% INTERVAL | ERROR AUROC | KEPT AT 0.90 | ACCURACY KEPT | P50 | TOKENS / REQ | $ / 1K |
|---|---|---|---|---|---|---|---|---|
| A · English input · English question | 81.7% | 80.3%–83.1% | 0.856 | 71.0% | 93.9% | 113 ms | 1,295 | $0.054 |
| B · Chinese input · English question | 79.3% | 77.8%–80.7% | 0.846 | 67.7% | 92.5% | 113 ms | 1,298 | $0.055 |
| C · Chinese input · Chinese question | 79.2% | 77.7%–80.6% | 0.849 | 69.2% | 92.5% | 113 ms | 1,502 | $0.063 |
Error AUROC is how well confidence separates right answers from wrong ones (0.5 is chance). Confidence flagged errors about as well in Chinese as in English. Absolute accuracy is a floor: the options are the bare intent names, deliberately unedited.
| COMPARISON | ITEMS | DIFFERENCE | 95% BOOTSTRAP | McNEMAR p | ONLY FIRST RIGHT | ONLY SECOND RIGHT | VERDICT |
|---|---|---|---|---|---|---|---|
| A → B | 2,974 | −2.4 pp | −3.5 pp to −1.3 pp | < 0.001 | 169 | 98 | lower |
| B → C | 2,974 | −0.1 pp | −0.6 pp to +0.4 pp | 0.813 | 37 | 34 | no measurable difference |
| A → C | 2,974 | −2.5 pp | −3.6 pp to −1.3 pp | < 0.001 | 181 | 107 | lower |
| A → B · confirmed only | 2,944 | −1.9 pp | −3.0 pp to −0.9 pp | < 0.001 | 153 | 96 | lower |
| B → C · confirmed only | 2,944 | −0.1 pp | −0.6 pp to +0.5 pp | 0.813 | 37 | 34 | no measurable difference |
| A → C · confirmed only | 2,944 | −2.0 pp | −3.2 pp to −1.0 pp | < 0.001 | 165 | 105 | lower |
Rules fixed before the run: a difference counts only if its interval excludes zero; “no measurable difference” only if the interval sits within ±2 pp. “Confirmed only” drops the 30 items where at least two of MASSIVE’s reviewers said the Chinese sentence did not match the intent.
The gap is not spread evenly. Per-scenario figures are descriptive — the protocol tests only the overall difference — and small scenarios move a lot with a few items.
calendar lost most (72.1% → 64.7%). The first 8 items there that Jev got right in English and wrong in Chinese, under the identical English question:
| ENGLISH | CHINESE | LABEL | ENGLISH ANSWER | CHINESE ANSWER |
|---|---|---|---|---|
| what's my upcoming week look like | 我下周会是什么样子 | calendar_query | calendar_query 1.00 | general_quirky 0.52 |
| mark today as the start of my diet | 把今天作为我节食的开始 | calendar_set | calendar_set 0.91 | lists_createoradd 0.38 |
| is there anything i should be reminded about | 有什么事情是我需要做的吗 | calendar_query | calendar_query 0.43 | general_greet 0.55 |
| cancel the breakfast at tiffany's house | 取消在一点利的早饭 | calendar_remove | calendar_remove 1.00 | alarm_remove 0.46 |
| erase all the events | 清除所有事项 | calendar_remove | calendar_remove 1.00 | lists_remove 0.95 |
| set reminder for noon to get lunch with boss | 设置一个提醒中午跟老板吃午餐 | calendar_set | calendar_set 0.51 | alarm_set 0.66 |
| make sure there is no events on my calendar | 确保我的日历上没有事项 | calendar_remove | calendar_remove 0.88 | calendar_query 0.72 |
| can you remind my next meeting with my boss one hour before it will happen | 你能在下一个和我老板的会议发生一小时前提醒我吗 | calendar_set | calendar_set 0.65 | alarm_set 0.62 |
Pre-registered before any request. Every MASSIVE test item was sent once under three arms, interleaved: A English utterance with an English question; B the professionally localized Chinese utterance with the identical English question; C the Chinese utterance with the question written in Chinese. One Choice over all 60 MASSIVE intents, option descriptions produced mechanically from the intent names, no examples. Paired comparisons use a 10,000-resample bootstrap and an exact McNemar test. 8,922 requests, $0.51 at list price, all resolved to jev-1.13.0.
- Option descriptions are the intent names with underscores replaced by spaces, deliberately plain and identical across arms A and B; absolute accuracy is therefore a floor for this task rather than a ceiling.
- The Chinese question in arm C was written by Claude, which also writes this project's code. Some intent names are opaque, so translating them meant choosing a meaning; C versus B measures a Chinese-written question as a whole, not language alone.
- MASSIVE's own reviewers doubted that 30 of the Chinese utterances kept their intent; they are included in the headline figures and removed in a pre-registered sensitivity analysis.
- Utterances are short, spoken-style virtual-assistant commands in Mainland Simplified Chinese. Written, domain-specific or longer Chinese text may behave differently.
- Each arm ran once. A repeat of a different task (RUN 004) found about 1% of labels change between identical runs.
- Latency is client-observed round-trip time from a cloud runner whose region was not recorded; all three arms were interleaved, so they are comparable with each other but not with other runs.
- Cost is derived from recorded input tokens at list price, not reconciled to an invoice.
- It does not show how Jev compares with any other model on Chinese. No other model was run.
- It does not show how Jev handles Chinese beyond short virtual-assistant commands, or other Chinese varieties such as Traditional Chinese.
- It does not show that MASSIVE's labels are correct; its label noise is shared by every arm.
- It is not an independent result: JevBench chose the dataset, wrote the protocol, ran Jev and wrote the analysis.
MASSIVE is © Amazon.com, Inc. or its affiliates, released under CC BY 4.0 and localized from SLURP (CC BY 4.0). FitzGerald et al. (2023), MASSIVE: A 1M-Example Multilingual Natural Language Understanding Dataset with 51 Typologically-Diverse Languages, ACL 2023, doi:10.18653/v1/2023.acl-long.235. JevBench paired the en-US and zh-CN test split by id and added a flag from MASSIVE’s own reviewer scores; text and labels are unchanged.