A Technical Report on the Second Place Solution for the CIKM 2025 AnalytiCup Competition
Haotao Xie, Ruilin Chen, Yicheng Wu, Zhan Zhao, Yuanyuan Liu

TL;DR
This paper presents a simplified, interpretable, and efficient single-model framework using prompt engineering and fine-tuning for multilingual relevance judgment in e-commerce, achieving competitive accuracy and high inference speed.
Contribution
The work introduces a novel approach combining structured prompting with lightweight fine-tuning to outperform ensemble systems in relevance judgment tasks.
Findings
Achieved 0.8902 accuracy on public leaderboard
Processed 20 samples per second on a single GPU
Outperformed complex ensemble systems in accuracy and efficiency
Abstract
In this work, we address the challenge of multilingual category relevance judgment in e-commerce search, where traditional ensemble-based systems improve accuracy but at the cost of heavy training, inference, and maintenance complexity. To overcome this limitation, we propose a simplified yet effective framework that leverages prompt engineering with Chain-of-Thought task decomposition to guide reasoning within a single large language model. Specifically, our approach decomposes the relevance judgment process into four interpretable subtasks: translation, intent understanding, category matching, and relevance judgment -- and fine-tunes a base model (Qwen2.5-14B) using Low-Rank Adaptation (LoRA) for efficient adaptation. This design not only reduces computational and storage overhead but also enhances interpretability by explicitly structuring the model's reasoning path. Experimental…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Information Retrieval and Search Behavior · Topic Modeling
