LVSQA Leaderboard

排名 模型 论文 准确率 (%) 提交日期 代码

暂未更新

排行榜数据正在整理中,敬请期待...

提交你的结果

如果需要提交答案,请联系邮箱:xuyi-yang@whu.edu.cn

1

准备JSON文件

在原有JSON文件基础上增加一行属性

2

添加预测结果

在JSON中添加:"pred": your_answer

3

发送邮件

将JSON文件发送到指定邮箱

JSON格式示例

{
"question_id": 50000,
"video_id": "RbpKkvlHYTw",
"question": "The person is holding a large metal bowl in a restaurant with wooden tables and chairs, and there are several other dishes on the table. What is the person doing?",
"candidates": [
    "Taking a photo of the food",
    "Cooking the food",
    "Serving the food",
    "Eating the food"
]
"pred": "A"  // 添加这一行
}
联系邮箱提交