I came across the Example-1: Bike Flow Prediction (Zero-shot scenario) in your paper, and I have some concerns regarding the classification of this task as “zero-shot.”
As I understand it, a zero-shot scenario typically involves the model performing a task without being provided any specific prior examples or historical data that directly relate to the task. However, in the provided bike flow prediction example, the model is given 12 time steps of historical inflow and outflow data. This seems to provide the model with concrete examples to base its predictions on, which would generally classify the task as a few-shot or data-driven prediction rather than a zero-shot task.
Could you clarify why this is being labeled as a zero-shot scenario? If it is indeed zero-shot, could you explain the reasoning behind the classification, given that historical data is provided for the prediction task?
Thank you for your time and help in clearing this up!

I came across the Example-1: Bike Flow Prediction (Zero-shot scenario) in your paper, and I have some concerns regarding the classification of this task as “zero-shot.”
As I understand it, a zero-shot scenario typically involves the model performing a task without being provided any specific prior examples or historical data that directly relate to the task. However, in the provided bike flow prediction example, the model is given 12 time steps of historical inflow and outflow data. This seems to provide the model with concrete examples to base its predictions on, which would generally classify the task as a few-shot or data-driven prediction rather than a zero-shot task.
Could you clarify why this is being labeled as a zero-shot scenario? If it is indeed zero-shot, could you explain the reasoning behind the classification, given that historical data is provided for the prediction task?
Thank you for your time and help in clearing this up!