IRCLOct 23, 2025

Analyticup E-commerce Product Search Competition Technical Report from Team Tredence_AICOE

arXiv:2510.20674v1h-index: 2
Originality Synthesis-oriented
AI Analysis

This addresses the problem of multilingual product search for e-commerce platforms, but it is incremental as it applies existing methods to a competition dataset.

The study tackled multilingual e-commerce search by developing a system for query-category and query-item relevance tasks, achieving 4th place with an average F1-score of 0.8857 on the private test set.

This study presents the multilingual e-commerce search system developed by the Tredence_AICOE team. The competition features two multilingual relevance tasks: Query-Category (QC) Relevance, which evaluates how well a user's search query aligns with a product category, and Query-Item (QI) Relevance, which measures the match between a multilingual search query and an individual product listing. To ensure full language coverage, we performed data augmentation by translating existing datasets into languages missing from the development set, enabling training across all target languages. We fine-tuned Gemma-3 12B and Qwen-2.5 14B model for both tasks using multiple strategies. The Gemma-3 12B (4-bit) model achieved the best QC performance using original and translated data, and the best QI performance using original, translated, and minority class data creation. These approaches secured 4th place on the final leaderboard, with an average F1-score of 0.8857 on the private test set.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes