REVIEW 4 major objections 5 minor 3 cited by
The paper claims Compass-v3, a 245B-parameter mixture-of-experts model with 71B active parameters, is the current best e-commerce LLM for Southeast Asia, beating general frontier models and preserving general ability.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 19:41 UTC pith:MSLSR27S
load-bearing objection Real engineering, overstated claims: the MoE systems work is plausible and useful, but the 'surpassing GPT-4 and DeepSeek' result rests on an in-house benchmark with no error bars, no release, and a competing model as judge. the 4 major comments →
Compass-v3: Scaling Domain-Specific LLMs for Multilingual E-Commerce in Southeast Asia
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, the paper claims that Compass-v3, a mixture-of-experts model with 245B total and 71B active parameters, is currently the best-performing LLM on Southeast Asian e-commerce tasks, surpassing the frontier general models it is compared with (including GPT-4 series, DeepSeek-V3.1, and Qwen3-235B). It reports 86.74% overall accuracy on its in-house e-commerce benchmark spanning seven languages and real business scenarios such as product guidance, after-sales service, and product understanding, and top-three results on open-source e-commerce suites. The paper further claims strong multilingual capability in low-resource Southeast Asian languages and competitive general English per
What carries the argument
The argument rests on three coupled mechanisms. (1) A sparse MoE architecture with 16 large experts, only 4 active per token: fewer-but-larger experts keep grouped GEMMs efficient and give each activated expert high representational capacity under a 71B-active budget. (2) A multi-stage training pipeline—general pretraining, e-commerce/SEA multilingual enhancement, reasoning, long-context extension to 128K tokens—with multi-token prediction (MTP) layers that share the embedding and LM head but update only their own parameters, speeding convergence and later inference. (3) Optimal-Transport Direct Preference Optimization (OTPO), the named alignment mechanism: optimal transport computes a token
Load-bearing premise
The load-bearing premise is that the private, seven-language in-house benchmark—with open-ended outputs scored by GPT-4.1, one of the models being compared, and no reported error bars or human-judge agreement—faithfully measures 'state-of-the-art e-commerce performance.'
What would settle it
Run a blind evaluation of the same e-commerce task families (product guidance, after-sales, attribute extraction, title generation) on a public dataset with human annotators: if GPT-4.1 or DeepSeek-V3.1 ties or beats Compass-v3 beyond inter-annotator variation, the core 'surpassing' claim is falsified.
If this is right
- If Compass-v3's results are correct, a vertical MoE trained on 12T tokens can outperform general-purpose frontier models in its niche, so domain-specific data and alignment can compensate for fewer active parameters.
- The multilingual results imply that low-resource Southeast Asian languages can be served well by a single model without giving up English-language general performance.
- The expert-aware FP8 quantization results imply practical deployment: roughly 2x decode speedup with near-parity accuracy, making the 245B model affordable enough for production.
- The production statistic—over 70% of LLM traffic on the platform now served by Compass-v3—is a direct consequence the paper uses to argue industrial viability.
Where Pith is reading between the lines
- Editorial: The headline 'surpassing' depends on private benchmarks and GPT-4.1 as judge, so the ranking may not survive independent replication; releasing the benchmark or a human-evaluated subset would settle it.
- Editorial: The recipe (fewer-but-larger experts, mixed training stages, OTPO) is portable; applying it to finance, law, or biomedicine with public benchmarks would show whether domain-specific data or the recipe itself does the work.
- Editorial: OTPO's token-level weighting should help any preference learning task with long, noisy contexts, such as multilingual dialogue or summarization alignment; the paper does not test those settings.
- Editorial: The traffic-replacement claim implies an economic advantage over API-based general models, but the paper does not report cost, latency, or service metrics that would quantify that advantage.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper describes Compass-v3, a 245B-parameter (71B active) Mixture-of-Experts LLM for Southeast Asian e-commerce. It combines: (i) large-expert MoE with multi-token prediction; (ii) a multi-stage pretraining pipeline over 12T tokens with data-mixture search; (iii) single-stage SFT with mixed full-sequence/answer-only losses and a closed-loop 'data flywheel'; (iv) mixed-policy RL with Optimal-Transport Direct Preference Optimization (OTPO) and a domain reward model; and (v) expert-aware FP8 quantization for inference. The central claim is that Compass-v3 achieves state-of-the-art e-commerce performance, surpassing DeepSeek-V3.1, GPT-4 series, and Qwen3-235B, while remaining competitive on general benchmarks and strong in low-resource SEA languages. The main supporting evidence is an in-house Shopee benchmark (Sections 6.1.2, 6.2, 6.4), with open-ended outputs judged by GPT-4.1.
Significance. If the SOTA claim could be supported, this would be a notable industrial-scale result: a domain-specific 245B MoE outperforming general-purpose frontier models in e-commerce and several low-resource SEA languages, deployed at Shopee scale. The system-level contributions—intra-node expert parallelism, memcpy kernel optimization, expert-aware FP8, OTPO—are concrete and likely useful. The paper also provides partial external validation on ECInstruct and Shopping MMLU (Section 6.3). However, the manuscript does not release the model, benchmark items, or evaluation code, and the flagship evaluation is private and not statistically grounded; as written, the central 'surpassing' claim is not reproducibly supported.
major comments (4)
- [§6.2, Table 3 (also Tables 5–6)] The central claim that Compass-v3 'surpasses' GPT-4.1, DeepSeek-V3.1, and Qwen3-235B rests on scores from a private in-house benchmark. No sample sizes, per-task confidence intervals, bootstrap errors, or significance tests are reported. Several margins are only a few percentage points (e.g., the reported overall margin over GPT-4.1), which may be within item-sampling or rubric noise. Without uncertainty quantification, the claimed ordering is not established. This is load-bearing for the abstract's SOTA claim.
- [§6.1.2 vs. §2.4 and §3.2] The in-house benchmark is constructed from Shopee business data, the same source as the training corpus and the data-flywheel loop; no contamination/overlap analysis is provided. The independent open-source benchmarks in Section 6.3, however, are only claimed to place Compass-v3 'among the top three' and 'comparable to top-performing systems,' not uniformly ahead of all competitors. Thus the external evidence does not independently substantiate the abstract's 'surpassing DeepSeek-V3.1, GPT-4 series, and Qwen3-235B' claim.
- [§6.1] The manuscript states that for domain-specific open-ended tasks it employs GPT-4.1 as an evaluator, and GPT-4.1 is also a baseline in Table 3. Evaluator self-preference is a known risk; no human-judge agreement (e.g., Cohen's kappa) or comparison with non-competing judges is reported. The open-ended scores in Tables 3 and 5 are therefore not attributable to model quality rather than evaluator bias.
- [§4.3, Table 2] The reward model and OTPO are validated on 'shopee-internal' evaluations with pairwise accuracy only, again without sample sizes or error bars. Since the preference data include deployment feedback from the model itself (Section 3.2.1), the alignment improvement is partly circular. This weakens the OTPO contribution claim, though the main model-level claim is not solely dependent on it.
minor comments (5)
- [Abstract, Section 1] Typos and OCR artifacts: 'Taglog' should be 'Tagalog'; equations in Section 2.3.4 are garbled and should be re-set.
- [§6.1.1] Baselines use 'official api defaults' while Compass-v3 uses custom decoding parameters (max_tokens, top_k, top_p, temperature). Report exact decoding settings for all baselines to ensure a fair comparison.
- [§2.4.2] The claim that proxy validation loss is 'strongly correlated' with benchmark scores is made without reporting correlation coefficients, scatter plots, or the specific validation sets used.
- [§5.3] The speedup numbers ('1.2×', 'up to 1,? tokens/s') are not accompanied by sufficient hardware details (GPU model, batch size, sequence length, number of nodes) for reproduction.
- [Tables 4–6] No uncertainty estimates (standard deviations across seeds or bootstrap) are given, even for the open-source benchmarks, making it difficult to assess the stability of the reported rankings.
Circularity Check
SOTA claim rests on in-house Shopee benchmark built from the same business data used for training, scored by a competing baseline.
specific steps
-
fitted input called prediction
[Section 6.1.2 (In-House Dataset Construction) and Section 3.2.1 (Large-scale E-commerce Instructions)]
"we construct an in-house e-commerce evaluation dataset, primarily sourced from real business scenarios ... real-world business scenarios: developed in close collaboration with shopee business units to guarantee alignment with practical application needs"
The benchmark that supports the abstract's SOTA claim (Table 3: Compass-v3 86.74% vs GPT-4.1 83.71%) is built from the same Shopee business scenarios used to construct the SFT/flywheel training data. The model was fitted to this distribution through pretraining, SFT, and RL; reporting superiority on a test set drawn from that same distribution is a measure of fit to the training input, not an independent prediction. The baselines (DeepSeek, GPT, Qwen) were not trained on this distribution, so the comparison is structurally forced by the choice of test data.
-
other
[Section 6.1 (Evaluation Setting)]
"for domain-specific, open-ended tasks, we employ gpt-4.1 as an evaluator to ensure fairness and consistency"
GPT-4.1 is itself a baseline in the same benchmark (Table 3: 83.71%). Using a competing model as the judge for open-ended outputs means the relative ranking of Compass-v3 and GPT-4.1 is produced by one of the parties being compared. No human-judge agreement or released items are provided, so the 'surpassing GPT-4.1' claim is not an independent measurement; it is GPT-4.1's own scoring of outputs from both systems.
full rationale
The central 'state-of-the-art' claim is not derived from first principles; it is an empirical evaluation. The evaluation's two key components are both closed loops: (1) the in-house benchmark is sourced from the same Shopee business scenarios as the training data (Sections 6.1.2 and 3.2.1), and (2) the open-ended outputs are scored by GPT-4.1, which is itself a compared baseline (Section 6.1). Together these make the flagship claim partially circular: the model is fitted to Shopee business data and then evaluated on Shopee business data using a competitor as judge. The external open-source benchmarks (ECInstruct, Shopping MMLU) provide some independent evidence, but the paper only claims 'top three' on them, not the uniform superiority stated in the abstract. Other self-citations (Compass-v2 taxonomy, OTPO from Li et al.) are not the load-bearing support for the central claim. Therefore the partial circularity score is 6.
Axiom & Free-Parameter Ledger
free parameters (5)
- load-balancing auxiliary loss coefficient beta (Eq. 4) =
not reported
- z-loss coefficient alpha (Eq. 5) =
not reported
- Compass-v3 evaluation decoding parameters =
max_tokens=2048, seed=42, repetition_penalty=1.05, top_k=6, top_p=0.95, temperature=0.4
- FP8 expert calibration oversampling criterion =
not reported
- mixed-loss task split (e-commerce vs general tasks) =
not reported
axioms (6)
- domain assumption 8M-parameter proxies trained on 1B tokens (and a 574M/1.5B-token check) predict the outcome of training a 245B model on 12T tokens; proxy validation loss 'strongly correlates' with benchmark scores.
- domain assumption GPT-4.1-as-judge produces fair and consistent accuracy labels for open-ended e-commerce outputs, while being one of the compared baselines.
- domain assumption Accuracy on the authors' private in-house benchmarks (built from Shopee business scenarios) is a faithful measure of real-world e-commerce quality, with sub-point differences meaningful.
- domain assumption The output-space-size heuristic in Table 1 determines when off-policy vs on-policy preference data is sufficient.
- domain assumption Translated multilingual benchmarks (random subsets of OpenBookQA, XCOPA, MMLU, HellaSwag translated into six languages) are valid instruments across languages.
- standard math Standard ML machinery: cross-entropy SFT loss, auxiliary router-balancing loss, z-loss, and Bradley-Terry objectives are taken as given.
Cite this review
Pith. "Pith review of Compass-v3: Scaling Domain-Specific LLMs for Multilingual E-Commerce in Southeast Asia." pith.science (2026). https://pith.science/paper/MSLSR27S
@misc{pith2026250909121,
author = {Pith},
title = {Pith review of: Compass-v3: Scaling Domain-Specific LLMs for Multilingual E-Commerce in Southeast Asia},
year = {2026},
howpublished = {\url{https://pith.science/paper/MSLSR27S}},
note = {Machine review of arXiv:2509.09121}
}
read the original abstract
Large language models (LLMs) excel in general-domain applications, yet their performance often degrades in specialized tasks requiring domain-specific knowledge. E-commerce is particularly challenging, as its data are noisy, heterogeneous, multilingual, and highly dynamic. We present Compass-v3, a vertical-domain Mixture-of-Experts (MoE) model with 245B total parameters and 71B active per token, designed for Southeast Asian e-commerce. Compass-v3 adopts fewer but larger experts, combined with hardware-efficient optimizations-such as intra-node expert parallelism and a customized memcpy operator-to maximize GPU utilization. The model is trained on 12T tokens of curated multilingual corpora and large-scale synthetic e-commerce instructions using a mixed-training strategy. To enhance alignment, we propose Optimal-Transport Direct Preference Optimization (OTPO), which captures token-level distinctions and improves instruction adherence in commerce-specific scenarios. Extensive evaluations demonstrate that Compass-v3 delivers state-of-the-art e-commerce performance, surpassing DeepSeek-V3.1, GPT-4 series, and Qwen3-235B. Moreover, Compass-v3 demonstrates strong multilingual capability across low-resource Southeast Asian languages (Indonesian, Thai, Filipino, Vietnamese, Malay, Taglog) and Portuguese while sustaining competitive performance on general benchmarks. It has already been widely applied in Shopee's industrial-scale e-commerce platform and is gradually replacing OpenAI's traffic, now accounting for over 70\% of total LLM usage, highlighting its dual strengths in specialized commerce expertise and broad linguistic competence.
Forward citations
Cited by 3 Pith papers
-
Valley3: Scaling Omni Foundation Models for E-commerce
Valley3 is an omni MLLM for e-commerce that uses a four-stage pre-training pipeline plus post-training for controllable reasoning and agentic search, outperforming baselines on e-commerce benchmarks while staying comp...
-
JD Oxygen AI Item Center (Oxygen AIIC) V1: An Industrial-Scale LLM/VLM-Centric Solution for Item Understanding, Management, and Applications
Oxygen AIIC is an industrial platform using LLMs and VLMs for scalable item knowledge production and service at JD.com, reporting 94.2% precision and 82.8% recall along with business metric improvements.
-
JD Oxygen AI Item Center (Oxygen AIIC) V1: An Industrial-Scale LLM/VLM-Centric Solution for Item Understanding, Management, and Applications
JD.com's Oxygen AIIC applies LLMs/VLMs with a Semantic Search then Discrimination architecture and self-evolving models to produce item knowledge at industrial scale, reporting 94.2% precision and 82.8% recall.
Reference graph
Works this paper leans on
-
[1]
jN achiamL sN adler L sN a©arwalL lN ahmadL iN akkayaL fN lN alemanL dN almeidaL jN altenschmidtL sN altmanL sN anadkatL et alN gptMT technical reportNarxiv preprint arxiv:RSPSNPX77TL RPRSN rN aN bradley and mN eN terry N rank analysis of incomplete block desi©nsZ iN the method of paired comparisonsNbiometrikaL SYHSOTIZSRT–STUL QYURN mN chenL jN tworekL h...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.