AlibabaResearch / AlibabaResearch/DAMO-ConvAI
Is there an error in train.json?
未關閉
- 主要語言
- Python
- 星號
- 1.6k
- 分支
- 250
- PR 合併指標
- 30 天內沒有已合併 PR
描述
{
"db_id": "movie_platform",
"question": "What is the name of the longest movie title? When was it released?",
"evidence": "longest movie title refers to MAX(LENGTH(movie_title)); when it was released refers to movie_release_year;",
"SQL": "SELECT movie_title, movie_release_year FROM movies ORDER BY LENGTH(movie_popularity) DESC LIMIT 1"
},
SELECT movie_title, movie_release_year FROM movies ORDER BY LENGTH(movie_title) DESC LIMIT 1 ?
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。