πŸ§‘β€πŸ’» Baselines Published!

Dear Participants,

The Leaderboards for all 3 tasks are seriously heating up :fire: As we gear up for code-based submissions, we’re excited to share that the baselines for all 3 tasks are now published!

:point_right:Get Started With The Baselines Here


:memo: Key Details

  • For Task 1, we fine-tuned 3 models one for each query_locale.
  • For Task 2, we trained a Multilayer perceptron (MLP) classifier whose input is the concatenation of the representations provided by BERT multilingual base for the query and title of the product.
  • For Task 3, we followed the same approach as in task 2.

The following table shows the baseline results obtained through the different public tests of the three tasks.

Task Metric Score
1 nDCG 0.850
2 Micro F1 0.655
3 Micro F1 0.780

Remember, you can get all creative with the baselines now, and share your own versions with the community - To win Drones, VR Sets, and bragging rights!

Not just that, you can share explainers/videos/articles/contribute to discussions - anything that will help the community!

All the best!
Team AIcrowd

3 Likes

Thank you very much for sharing the baseline. The running time for task 1 is about 1 hour on a single V100 GPU.

@vrv The baseline uses a shell script, but the submission is using python file.

I tried to copy over the baseline solution to the starter kit. I am stuck when the code is looking for product_catalogue-v0.3.csv.zip.
Discourse thread detailing the issue here -

Kindly help.
cc: @mohanty

Thanks.