Mercari fine-tunes a 2B-parameter LLM with QLoRA to extract listing attributes, outperforming GPT-3.5 Turbo at 14× lower cost
Extracting structured attributes from Mercari's diverse user-generated listing descriptions was difficult due to wide seller variability, category-specific attribute definitions, and continuously evolving content. Commercial LLM APIs were prohibitively expensive at production scale, and conventional ML models required continuous retraining as attribute definitions changed.
The QLoRA-fine-tuned gemma-2b-it model is approximately 95% smaller than the original base model, achieves a BLEU score slightly more than five percentage points higher than GPT-3.5 turbo, and is estimated to cost more than 14 times less to run in production.
Frequently asked questions
What did this team achieve with this AI workflow?
The QLoRA-fine-tuned gemma-2b-it model is approximately 95% smaller than the original base model, achieves a BLEU score slightly more than five percentage points higher than GPT-3.5 turbo, and is estimated to cost mor…
What tools did this team use?
QLoRA, gemma-2b-it, GPT-3.5 turbo, llama.cpp, HuggingFace, W&B, SFTTrainer, GCP.
What results were reported?
Model size reduction vs base model: approximately 95% smaller; BLEU score improvement over GPT-3.5 turbo: slightly more than five percentage points higher; cost reduction vs GPT-3.5 turbo: more than 14 times (source-reported, not independently verified).
How is this ecommerce ops AI workflow structured?
Listing description input → Historical dataset collection → QLoRA fine-tuning → Post-training quantization → BLEU score evaluation → Attribute values extracted.