The AI for Trade Global Challenge

As geopolitical and economic uncertainties reshape international commerce, accurate predictions are crucial for businesses, policymakers, and researchers. The AI for trade global challenge invites data scientists, economists, and AI experts to explore the use of machine learning techniques to improve trade forecasting.

Goal

Teams will have to submit a forecast of the trade flows for the United States and China for the month of October of 2025 for the following list of trade partners and products. The forecast should provide trade values in dollars for the top 20 sources and destinations that trade at least 200 different products with the United States and China (at the HS4 product level). Teams must submit forecasts for exports and imports (see submission formatting details below)

Key Dates

Submissions are due on Oct 15, 2025 and will be evaluated as soon as fine-grained trade data for the US and China for the month of October becomes available (usually about two months after (e.g. during December)).

Eligibility

Open to global participants (academics, industry professionals, students, and independent researchers).

  • Teams of 1-5 members (individual submissions allowed).

  • Multidisciplinary teams encouraged (AI/ML, economics, trade policy, data science).

  • Each participant must belong to a single team.

  • All participants must be able to identify themselves as natural persons (no pseudonyms or “sock puppet” accounts).

  • Teams must register to get access to the training data provided by the OEC.

Open Source

Teams are not required to open source their code, but are encouraged to do so. Teams must provide a two page description of their methods that would allow a person with reasonable technical skills to recreate their forecast. Winning teams must present their results in an online event at the end of the challenge as a condition for claiming their prize.

Resources

The Observatory of Economic Complexity (oec.world) will make available trade data for the United States and China for all months of the year for 2023 and 2024. Teams can use this data, and any additional data, to create and validate their models.

Allowed Methods

Any forecasting method is allowed, general equilibrium models, regressions, neural networks, even tarot cards, etc. Any method is valid as long as it can be translated into a file like the one described in the submission guidelines.

Submission Guidelines

Teams must submit a plain text “.csv” file with their predictions by midnight Oct 15, 2025 (Central European Time). The file must adhere to the following format:

“Country1” , “Country2”, “ProductCode”, “TradeFlow”, “Value”

With countries in ISO 3-letter codes, products in 4 digit HS codes,  and trade flows in USD.

For example:

“USA”, “CHL”, “8404”, “Export”, “1234567”
“USA”, “CHN”, “8405”, “Import”, “1234567”

Together with their submission, teams must include a two-page description of their method. Method descriptions should go to the point, focusing on how the model was created and implemented (math is very much welcome). Ideally, a technical team should be able to reproduce the method using this document. The top three teams will be required to present their methodology in a short presentation during the award ceremony (to be held online).

Evaluation

Predictions of the trade flows for the US and China will be evaluated against data published by these countries (the US and China). We will use the first dataset that becomes available (usually the US publishes its trade data before China).

The winning team will be the one with the best forecast according to sMAPE (symmetric mean absolute percentage error). To be eligible for winning, all forecasts must pass a minimum requirement of having a higher accuracy than a forecast based on simply using the latest raw trade data available at the time of submission (likely to be data for July or August 2025) to predict flows for October 2025.

Prizes

First Prize:
3000 USD
Free OEC Premium accounts for 1 year for all team members.

Second Prize:
2000 USD
Free OEC Premium accounts for 1 year for all team members.

Third Prize:
1000 USD
Free OEC Premium accounts for 1 year for all team members.

Partners

The AI for Trade Global Challenge is organized by the Center for Collective Learning in Partnership with the following organizations:

  1. 🌎​ The Observatory of Economic Complexity (Strategic Data Partner)

  2. 🌎 Trade Practice, The World Bank​

  3. 🌎 Asian Development Bank

  4. 🇪🇺 European Lighthouse of AI for Sustainability (ELIAS)

  5. 🇬🇧 The Supply Chain AI Lab at the University of Cambridge

  6. 🇬🇧 Complexity Economics Group Institute of New Economic Thinking (INET) Oxford University

  7. 🇭🇺 Corvinus Institute of Advanced Studies (CIAS) at Corvinus University of Budapest ​

  8. 🇫🇷 Institute for Advanced Study in Toulouse (IAST) at the Toulouse School of Economics​

  9. 🇪🇸​ Fundación Cotec, Spain

  10. 🇺🇸 Global Opportunity Lab at UC Berkeley

Why is this challenge not in Kaggle?

We looked into that option and even wrote to their customer service team. But unfortunately, Kaggle does not support future out-of-sample evaluations (it needs a solution file). That’s why we decided to run the challenge ourselves.