set
dict |
---|
{
"query": "What percentage of movies that came from Japan belong in the 'animation' genre?",
"pos": [
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage"
],
"neg": [
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'",
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'",
"Which movies refers to title; actor refers to person_name",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
]
} |
{
"query": "For movies with the keyword of \"civil war\", calculate the average revenue generated by these movies.",
"pos": [
"keyword of \"civil war\" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)"
],
"neg": [
"Which movies refers to title; actor refers to person_name",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"\"vi\" as their language code refers to language_code = 'vi'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"horror movies refers to genre_name = 'Horror'",
"genre refers to genre_name; lowest revenue refers to min(revenue)",
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)",
"Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)"
]
} |
{
"query": "Give the genre and popularity of movies whose revenue is at least 120,000,000 between 2012 and 2015.",
"pos": [
"genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'"
],
"neg": [
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'",
"released in 1995 refers to release_date LIKE '1995%'",
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'",
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))"
]
} |
{
"query": "What are the genres of Sky Captain and the World of Tomorrow?",
"pos": [
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'"
],
"neg": [
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"release date of the latest movie refers to max(release_date)",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"keyword of \"civil war\" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'"
]
} |
{
"query": "What are the top 5 most popular movie directors?",
"pos": [
"directors refers to job = 'Director'; most popular refers to max(popularity)"
],
"neg": [
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"most-liked by a large number of people refers to max(popularity)",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"most recent movie refers to max(release_date)",
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'",
"director's name refers to person_name where job = 'Director'; released between 1/01/1916 and 12/31/1925 refers to release_date BETWEEN '1916-01-02' AND '1925-12-30'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'"
]
} |
{
"query": "List down the movies produced by Lucasfilm.",
"pos": [
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'"
],
"neg": [
"released in 1995 refers to release_date LIKE '1995%'",
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"horror movies refers to genre_name = 'Horror'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"keyword of \"angel\" refers to keyword_name = 'angel'",
"most-liked by a large number of people refers to max(popularity)"
]
} |
{
"query": "Please list the names of the production company of the movie \"Four Rooms\".",
"pos": [
"names of the production company refers to movie_company; movie \"Four Rooms\" refers to title = 'Four Rooms'"
],
"neg": [
"name of the director of photography refers to person_name where job = 'Director of Photography'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'",
"average number of crews = divide(count(person_id), COUNT(movie_id))",
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"directors refers to job = 'Director'; most popular refers to max(popularity)",
"Which movies refers to title; actor refers to person_name",
"movie \"Four Rooms\" refers to title = 'Four Rooms'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"Indian movies refers to country_name = 'India'; between 1/2/1990 and 12/30/2003 refers to release_date BETWEEN '1990-01-02' AND '2003-12-30'; revenue of more than 75,000,000 refers to revenue > 75000000; popularity of no less than 20 refers to popularity > = 20"
]
} |
{
"query": "What is the most common keyword among all the movies released in 2006?",
"pos": [
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'"
],
"neg": [
"release date of the latest movie refers to max(release_date)",
"genre of thriller refers to genre_name = 'Thriller'",
"characters refers to character_name; gender = 'Unspecified'",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"produced in Canada refers to country_name = 'Canada'"
]
} |
{
"query": "For the movie \"Land of the Dead\", who is its director?",
"pos": [
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'"
],
"neg": [
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)",
"names of the production company refers to movie_company; movie \"Four Rooms\" refers to title = 'Four Rooms'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"released before 2000 refers to release_date < '2000-01-01'",
"Indian movies refers to country_name = 'India'; between 1/2/1990 and 12/30/2003 refers to release_date BETWEEN '1990-01-02' AND '2003-12-30'; revenue of more than 75,000,000 refers to revenue > 75000000; popularity of no less than 20 refers to popularity > = 20",
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"highest popularity refers to max(popularity)",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'"
]
} |
{
"query": "Find the difference in percentage of the movies under keywords of \"woman director\" and \"independent film\".",
"pos": [
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage"
],
"neg": [
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)",
"highest vote count refers to max(vote_count)",
"characters refers to character_name; gender = 'Unspecified'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"produced in Canada refers to country_name = 'Canada'",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"Which movies refers to title; actor refers to person_name",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"movie \"Walk the Line\" refers to title = 'Walk the Line'"
]
} |
{
"query": "List 10 crews alongside their jobs who worked on the movie 'Mad Max: Fury Road.'",
"pos": [
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'"
],
"neg": [
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"highest vote count refers to max(vote_count)",
"average number of crews = divide(count(person_id), COUNT(movie_id))",
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'",
"job titles refers to job",
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'"
]
} |
{
"query": "For all the movies which were produced by Cruel and Unusual Films, which one has the most popularity?",
"pos": [
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)"
],
"neg": [
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"genre of thriller refers to genre_name = 'Thriller'",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"most common first name refers to max(count(person_name))",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)",
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)"
]
} |
{
"query": "What is the gender of the character 'USAF Master Sgt. Epps?'",
"pos": [
"character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'"
],
"neg": [
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"released before 2000 refers to release_date < '2000-01-01'",
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)",
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)",
"released in 1995 refers to release_date LIKE '1995%'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'",
"most common first name refers to max(count(person_name))",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)"
]
} |
{
"query": "Provide the ID and ISO code of Belgium.",
"pos": [
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'"
],
"neg": [
"most-liked by a large number of people refers to max(popularity)",
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"job titles refers to job",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"department refers to department_name; most people refers to max(count(department_id))",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'"
]
} |
{
"query": "What is the most common first name?",
"pos": [
"most common first name refers to max(count(person_name))"
],
"neg": [
"adventure movies refers to genre_name = 'Adventure'; released in 2000 refers to release_date LIKE '2000%'",
"casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"released before 2000 refers to release_date < '2000-01-01'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'"
]
} |
{
"query": "Look for the movie title with the keyword of \"angel\".",
"pos": [
"keyword of \"angel\" refers to keyword_name = 'angel'"
],
"neg": [
"when the first movie refers to release_date where min(release_date)",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"characters refers to character_name; gender = 'Unspecified'",
"release date of the latest movie refers to max(release_date)",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"most-liked by a large number of people refers to max(popularity)",
"first crime movie ever released refers to min(release_date) and genre_name = 'Crime'"
]
} |
{
"query": "Provide the average revenue of all the French movies.",
"pos": [
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)"
],
"neg": [
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"most-liked by a large number of people refers to max(popularity)",
"Which production company refers to company_name; most money at the box office refers to max(revenue)",
"language refers to language_name; original language refers to language_role = 'Original'",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)",
"highest popularity refers to max(popularity)",
"rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'"
]
} |
{
"query": "How many movies have made at least 1 Billion at the box office?",
"pos": [
"have made at least 1 Billion at the box office refers to revenue > 1000000000"
],
"neg": [
"adventure movies refers to genre_name = 'Adventure'; released in 2000 refers to release_date LIKE '2000%'",
"job titles refers to job",
"names of the production company refers to movie_company; movie \"Four Rooms\" refers to title = 'Four Rooms'",
"most common first name refers to max(count(person_name))",
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)",
"director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))"
]
} |
{
"query": "Accumulate the budget of the movie titles with the keyword of \"video game\".",
"pos": [
"keyword of \"video game\" refers to keyword_name = 'video game'"
],
"neg": [
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"directors refers to job = 'Director'; most popular refers to max(popularity)",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"Which movies refers to title; actor refers to person_name",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'",
"genre refers to genre_name; lowest revenue refers to min(revenue)",
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)",
"most-liked by a large number of people refers to max(popularity)"
]
} |
{
"query": "Which department has the most people?",
"pos": [
"department refers to department_name; most people refers to max(count(department_id))"
],
"neg": [
"name of the director of photography refers to person_name where job = 'Director of Photography'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"most recent movie refers to max(release_date)",
"release date of the latest movie refers to max(release_date)",
"horror movies refers to genre_name = 'Horror'"
]
} |
{
"query": "Among the movie in which Dariusz Wolski works as the director of photography, what is the title of the one with the highest average vote?",
"pos": [
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)"
],
"neg": [
"directed by refers to job = 'Director'",
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"release date of the latest movie refers to max(release_date)",
"\"vi\" as their language code refers to language_code = 'vi'",
"genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"movie \"Four Rooms\" refers to title = 'Four Rooms'",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'"
]
} |
{
"query": "How many female characters are there in the movie \"Spider-Man 3\"?",
"pos": [
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'"
],
"neg": [
"\"vi\" as their language code refers to language_code = 'vi'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"genre of thriller refers to genre_name = 'Thriller'",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)",
"Which movies refers to title; actor refers to person_name",
"casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'"
]
} |
{
"query": "What is the average revenue of American movies in 2006?",
"pos": [
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)"
],
"neg": [
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'",
"average number of crews = divide(count(person_id), COUNT(movie_id))",
"income refers to revenue; keyword \"paris\" refers to keyword_name = 'paris'; average income = AVG(revenue)",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'"
]
} |
{
"query": "What keyword can the user use to search for the movie Finding Nemo?",
"pos": [
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'"
],
"neg": [
"\"vi\" as their language code refers to language_code = 'vi'",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"name of the production company refers to company_name; most movies refers to max(count(company_name))",
"department refers to department_name; most people refers to max(count(department_id))",
"most recent movie refers to max(release_date)",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"name of the director of photography refers to person_name where job = 'Director of Photography'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)"
]
} |
{
"query": "How many crew members worked as producer in the movie \"Pirates of the Caribbean: At World's End\"?",
"pos": [
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
],
"neg": [
"casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285",
"keyword of \"angel\" refers to keyword_name = 'angel'",
"Which production company refers to company_name; most money at the box office refers to max(revenue)",
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"\"Open Water\" movie refers to title = 'Open Water'",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
]
} |
{
"query": "When was the release date of the latest movie in which Dariusz Wolski worked as a crew member?",
"pos": [
"release date of the latest movie refers to max(release_date)"
],
"neg": [
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"genre refers to genre_name; lowest revenue refers to min(revenue)",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"most common first name refers to max(count(person_name))",
"Indian movies refers to country_name = 'India'; between 1/2/1990 and 12/30/2003 refers to release_date BETWEEN '1990-01-02' AND '2003-12-30'; revenue of more than 75,000,000 refers to revenue > 75000000; popularity of no less than 20 refers to popularity > = 20",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'"
]
} |
{
"query": "Calculate the revenues made by Fantasy Films and Live Entertainment.",
"pos": [
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'"
],
"neg": [
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'",
"highest vote count refers to max(vote_count)",
"directors refers to job = 'Director'; most popular refers to max(popularity)",
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"highest popularity refers to max(popularity)",
"Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'",
"\"vi\" as their language code refers to language_code = 'vi'",
"names of the production company refers to movie_company; movie \"Four Rooms\" refers to title = 'Four Rooms'",
"income refers to revenue; keyword \"paris\" refers to keyword_name = 'paris'; average income = AVG(revenue)"
]
} |
{
"query": "What is the title of Jamie Foxx's most recent movie?",
"pos": [
"most recent movie refers to max(release_date)"
],
"neg": [
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'",
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"release date of the latest movie refers to max(release_date)",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"Which movies refers to title; actor refers to person_name",
"genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"director's name refers to person_name where job = 'Director'; released between 1/01/1916 and 12/31/1925 refers to release_date BETWEEN '1916-01-02' AND '1925-12-30'",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'"
]
} |
{
"query": "Who is the director for the movie 'Transformers?'",
"pos": [
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'"
],
"neg": [
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'",
"most common first name refers to max(count(person_name))",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"genre refers to genre_name; lowest revenue refers to min(revenue)",
"first crime movie ever released refers to min(release_date) and genre_name = 'Crime'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"male refers to gender = 'Male'; \"Bride Wars\" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage"
]
} |
{
"query": "Which production company produced the movie that made the most money at the box office?",
"pos": [
"Which production company refers to company_name; most money at the box office refers to max(revenue)"
],
"neg": [
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'",
"most recent movie refers to max(release_date)",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"\"vi\" as their language code refers to language_code = 'vi'",
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'"
]
} |
{
"query": "What is the ratio between male and female cast members of the movie 'Iron Man?' Count how many have unspecified genders.",
"pos": [
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))"
],
"neg": [
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"first crime movie ever released refers to min(release_date) and genre_name = 'Crime'",
"released before 2000 refers to release_date < '2000-01-01'",
"most used keyword refers to keyword_name where max(count(keyword_name))",
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"Which production company refers to company_name; most money at the box office refers to max(revenue)",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'"
]
} |
{
"query": "What is the iso code of \"Kyrgyz Republic\"?",
"pos": [
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'"
],
"neg": [
"most used keyword refers to keyword_name where max(count(keyword_name))",
"Which production company refers to company_name; most money at the box office refers to max(revenue)",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"income refers to revenue; keyword \"paris\" refers to keyword_name = 'paris'; average income = AVG(revenue)",
"male refers to gender = 'Male'; \"Bride Wars\" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage",
"release date of the latest movie refers to max(release_date)",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"name of the director of photography refers to person_name where job = 'Director of Photography'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"characters refers to character_name; gender = 'Unspecified'"
]
} |
{
"query": "Tell the language of the movie \"C'era una volta il West\".",
"pos": [
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'"
],
"neg": [
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'",
"produced in Canada refers to country_name = 'Canada'",
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))",
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'",
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"released in 1995 refers to release_date LIKE '1995%'"
]
} |
{
"query": "What is the title of the first crime movie ever released?",
"pos": [
"first crime movie ever released refers to min(release_date) and genre_name = 'Crime'"
],
"neg": [
"\"Open Water\" movie refers to title = 'Open Water'",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"Which movies refers to title; actor refers to person_name",
"character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'",
"language refers to language_name; original language refers to language_role = 'Original'",
"keyword of \"angel\" refers to keyword_name = 'angel'",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"most common first name refers to max(count(person_name))",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)"
]
} |
{
"query": "List the director's name of the movies released between 1/01/1916 and 12/31/1925.",
"pos": [
"director's name refers to person_name where job = 'Director'; released between 1/01/1916 and 12/31/1925 refers to release_date BETWEEN '1916-01-02' AND '1925-12-30'"
],
"neg": [
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"most recent movie refers to max(release_date)",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"highest popularity refers to max(popularity)",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"produced in Canada refers to country_name = 'Canada'"
]
} |
{
"query": "What is the original language of the movie with the tagline \"An offer you can't refuse.\"?",
"pos": [
"language refers to language_name; original language refers to language_role = 'Original'"
],
"neg": [
"keyword of \"video game\" refers to keyword_name = 'video game'",
"\"Open Water\" movie refers to title = 'Open Water'",
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'",
"keyword of \"civil war\" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)",
"most used keyword refers to keyword_name where max(count(keyword_name))",
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"Which movies refers to title; actor refers to person_name",
"income refers to revenue; keyword \"paris\" refers to keyword_name = 'paris'; average income = AVG(revenue)",
"genre of thriller refers to genre_name = 'Thriller'"
]
} |
{
"query": "How many movies were produced in Canada?",
"pos": [
"produced in Canada refers to country_name = 'Canada'"
],
"neg": [
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"when the first movie refers to release_date where min(release_date)",
"most-liked by a large number of people refers to max(popularity)",
"department refers to department_name; most people refers to max(count(department_id))",
"directed by refers to job = 'Director'",
"post-production movies refers to movie_status = 'Post Production'; Nederlands refers to language_name = 'Nederlands';",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'",
"released before 2000 refers to release_date < '2000-01-01'",
"Paramount Animation refers to company_name = 'Paramount Animation'"
]
} |
{
"query": "What is the average number of crews for a movie?",
"pos": [
"average number of crews = divide(count(person_id), COUNT(movie_id))"
],
"neg": [
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"keyword of \"angel\" refers to keyword_name = 'angel'",
"male refers to gender = 'Male'; \"Bride Wars\" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"American movies refers to country_name = 'United States of America'; in 2006 refers to release_date LIKE '2006%'; average revenue = AVG(revenue)",
"characters refers to character_name; gender = 'Unspecified'",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)"
]
} |
{
"query": "Provide the homepage of the Bahasa Indonesia movies.",
"pos": [
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'"
],
"neg": [
"keyword of \"civil war\" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"most recent movie refers to max(release_date)",
"released in 1995 refers to release_date LIKE '1995%'",
"\"Land of the Dead\" refers to title = 'Land of the Dead'; director refers to person_name where job = 'Director'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'"
]
} |
{
"query": "Give the number of movies with \"saving the world\" as the keyword.",
"pos": [
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'"
],
"neg": [
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)",
"highest vote count refers to max(vote_count)",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'",
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'",
"name of the director of photography refers to person_name where job = 'Director of Photography'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"post-production movies refers to movie_status = 'Post Production'; Nederlands refers to language_name = 'Nederlands';"
]
} |
{
"query": "List the job titles of Sally Menke in the crew.",
"pos": [
"job titles refers to job"
],
"neg": [
"highest vote count refers to max(vote_count)",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"directors refers to job = 'Director'; most popular refers to max(popularity)",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"name of the production company refers to company_name; most movies refers to max(count(company_name))",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"genre of thriller refers to genre_name = 'Thriller'",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7"
]
} |
{
"query": "Provide the title of the movie that is most-liked by a large number of people.",
"pos": [
"most-liked by a large number of people refers to max(popularity)"
],
"neg": [
"characters refers to character_name; gender = 'Unspecified'",
"directed by refers to job = 'Director'",
"keyword of \"civil war\" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"male refers to gender = 'Male'; \"Bride Wars\" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"average number of crews = divide(count(person_id), COUNT(movie_id))"
]
} |
{
"query": "Please list the names of all the producers in the movie \"Pirates of the Caribbean: At World's End\".",
"pos": [
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
],
"neg": [
"produced in Canada refers to country_name = 'Canada'",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"most-liked by a large number of people refers to max(popularity)",
"director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"names of the production company refers to movie_company; movie \"Four Rooms\" refers to title = 'Four Rooms'"
]
} |
{
"query": "State the genre of the movie title with a runtime of only 14 minutes.",
"pos": [
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14"
],
"neg": [
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"average number of crews = divide(count(person_id), COUNT(movie_id))",
"Which keywords refers to keyword_name; highest popularity refers to max(popularity)",
"language refers to language_name; original language refers to language_role = 'Original'",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"directed by refers to job = 'Director'",
"name of the production company refers to company_name; most movies refers to max(count(company_name))",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
]
} |
{
"query": "List down the movie titles within the genre of thriller.",
"pos": [
"genre of thriller refers to genre_name = 'Thriller'"
],
"neg": [
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"released in 1995 refers to release_date LIKE '1995%'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"keyword of \"angel\" refers to keyword_name = 'angel'",
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"Which keywords refers to keyword_name; highest popularity refers to max(popularity)",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage"
]
} |
{
"query": "Write down five rumoured movie titles within the genre of Drama.",
"pos": [
"rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'"
],
"neg": [
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"movie \"Four Rooms\" refers to title = 'Four Rooms'",
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'"
]
} |
{
"query": "List down five movie titles that were released before 2000.",
"pos": [
"released before 2000 refers to release_date < '2000-01-01'"
],
"neg": [
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"most used keyword refers to keyword_name where max(count(keyword_name))",
"character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'",
"male refers to gender = 'Male'; \"Bride Wars\" refers to title = 'Bride Wars'; percentage = divide(sum(gender = 'Male'), count(gender)) * 100 as percentage",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"Which production company refers to company_name; most money at the box office refers to max(revenue)",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"highest popularity refers to max(popularity)",
"movie \"Four Rooms\" refers to title = 'Four Rooms'"
]
} |
{
"query": "Show the total number of keywords of the movie \"I Hope They Serve Beer in Hell\".",
"pos": [
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';"
],
"neg": [
"Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'",
"movie \"Walk the Line\" refers to title = 'Walk the Line'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"Which movies refers to title; actor refers to person_name",
"have made at least 1 Billion at the box office refers to revenue > 1000000000",
"Which keywords refers to keyword_name; highest popularity refers to max(popularity)",
"characters refers to character_name; gender = 'Unspecified'",
"rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'",
"highest popularity refers to max(popularity)"
]
} |
{
"query": "List down the IDs of the production companies that released the movies in 1916.",
"pos": [
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'"
],
"neg": [
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"when the first movie refers to release_date where min(release_date)",
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285",
"rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'",
"Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)",
"\"vi\" as their language code refers to language_code = 'vi'",
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"released before 2000 refers to release_date < '2000-01-01'"
]
} |
{
"query": "What is Walt Disney Pictures' most popular movie?",
"pos": [
"Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)"
],
"neg": [
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'",
"language refers to language_name; original language refers to language_role = 'Original'",
"produced by Twentieth Century Fox Film Corporation refers to company_name = 'Twentieth Century Fox Film Corporation'",
"director of photography refers to job = 'Director of Photography'; average revenue = divide(sum(revenue), count(movie_id))",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"genre refers to genre_name; lowest revenue refers to min(revenue)",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"most recent movie refers to max(release_date)"
]
} |
{
"query": "Which keywords belong to the movie titles with the highest popularity?",
"pos": [
"Which keywords refers to keyword_name; highest popularity refers to max(popularity)"
],
"neg": [
"worked as producer refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"keyword of \"civil war\" refers to keyword_name = 'civil war'; average revenue = AVG(revenue)",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7",
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"Walt Disney Pictures refers to company_name = 'Walt Disney Pictures'; most popular movie refers to max(popularity)"
]
} |
{
"query": "Which character did Orlando Bloom play in the movie Pirates of the Caribbean: The Curse of the Black Pearl?",
"pos": [
"Which character refers to character_name; movie Pirates of the Caribbean: The Curse of the Black Pearl refers to title = 'Pirates of the Caribbean: The Curse of the Black Pearl'"
],
"neg": [
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'",
"\"Open Water\" movie refers to title = 'Open Water'",
"keywords with \"christmas\" in them refers to keyword_name LIKE '%christmas%'",
"when the first movie refers to release_date where min(release_date)",
"job titles refers to job",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)",
"Which movies refers to title; company Paramount Pictures refers to company_name = 'Paramount Pictures'; in 2000 refers to release_date LIKE '2000%'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"language refers to language_name; original language refers to language_role = 'Original'"
]
} |
{
"query": "What was David Rubin's job in the movie \"Days of Thunder\"?",
"pos": [
"\"Days of Thunder\" refers to title = 'Days of Thunder'"
],
"neg": [
"movie \"Four Rooms\" refers to title = 'Four Rooms'",
"language refers to language_name; movie \"C'era una volta il West\" refers to title = 'C''era una volta il West'",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'",
"horror movies refers to genre_name = 'Horror'",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"have made at least 1 Billion at the box office refers to revenue > 1000000000",
"rumoured movie refers to movie_status = 'rumoured'; genre of Drama refers to genre_name = 'Drama'",
"most recent movie refers to max(release_date)",
"adventure movies refers to genre_name = 'Adventure'; released in 2000 refers to release_date LIKE '2000%'"
]
} |
{
"query": "Provide the names and departments of the person who worked as a music editor in the \"Pirates of the Caribbean: At World's End\" movie.",
"pos": [
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
],
"neg": [
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"ID refers to country_id; ISO code refers to country_iso_code; Belgium refers to country_name = 'Belgium'",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)",
"horror movies refers to genre_name = 'Horror'",
"movies refers to title; produced by Lucasfil refers to company_name = 'Lucasfilm'",
"produced in Canada refers to country_name = 'Canada'",
"job titles refers to job",
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
]
} |
{
"query": "What was the job of Dariusz Wolski in the movie \"Pirates of the Caribbean: At World's End\"?",
"pos": [
"movie \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
],
"neg": [
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"Which movies refers to title; actor refers to person_name",
"characters refers to character_name; gender = 'Unspecified'",
"movie with the title of \"The Dark Knight\" refers to title = 'The Dark Knight'",
"keyword of \"video game\" refers to keyword_name = 'video game'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"Movie No. 19 refers to movie_id = 19; Department No. 7 refers to department_id = 7",
"Bahasa Indonesia movies refers to language_name = 'Bahasa indonesia'",
"produced by Cruel and Unusual Films refers to company_name = 'Cruel and Unusual Films'; most popularity refers to max(popularity)"
]
} |
{
"query": "Tell the number of movies made by Paramount Animation.",
"pos": [
"Paramount Animation refers to company_name = 'Paramount Animation'"
],
"neg": [
"genre refers to genre_name; revenue is at least 120,000,000 refers to revenue > = 120000000; between 2012 and 2015 refers to release_date BETWEEN '2012-01-01' AND '2015-12-31'",
"the director refers to person_name where job = 'Director'; movie 'Transformers' refers to title = 'Transformers'",
"most recent movie refers to max(release_date)",
"directed by refers to job = 'Director'; average budget = AVG(budget)",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"female characters refer to gender = 'Female'; \"Spider-Man 3\" refers to title = 'Spider-Man 3'",
"Which keywords refers to keyword_name; highest popularity refers to max(popularity)",
"male refers to gender = 'Male'; female refers to gender = 'Female'; movie 'Iron Man' refers to title = 'Iron Man'; ratio = divide(sum(gender = 'Female'), sum(gender = 'Male'))",
"most common first name refers to max(count(person_name))",
"Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'"
]
} |
{
"query": "Calculate the average income made by movies using the keyword \"paris\". List the title of the movies.",
"pos": [
"income refers to revenue; keyword \"paris\" refers to keyword_name = 'paris'; average income = AVG(revenue)"
],
"neg": [
"job titles refers to job",
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"made by Fantasy Films refers to company_name = 'Fantasy Films'; Live Entertainment refers to company_name = 'Live Entertainment'",
"genres refers to genre_name; Sky Captain and the World of Tomorrow refers to title = 'Sky Captain and the World of Tomorrow'",
"under keywords of \"woman director\" and \"independent film\" refers to keyword_name = 'woman director' and keyword_name = 'independent film'; difference in percentage = divide(subtract(count(movie_id) when keyword_name = 'woman director', count(movie_id) when keyword_name = 'independent film'), count(movie_id)) as percentage",
"genre refers to genre_name; runtime of only 14 minutes refers to runtime = 14",
"IDs of the production companies refers to company_id; movies in 1916 refers to release_date LIKE '1916%'",
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'",
"casts between order numbers 1 and 10 refers to cast_order BETWEEN 2 AND 9; Movie No. 285 refers to movie_id = 285"
]
} |
{
"query": "Name the horror movies with positive ratings greater than 7.",
"pos": [
"Name the horror movies refers to title where genre_name = 'horror'; positive ratings greater than 7 refers to vote_average > 7"
],
"neg": [
"What keyword refers to keyword_name; Finding Nemo refers to title = 'Finding Nemo'",
"French movies refers to country_name = 'France'; average revenue = AVG(revenue)",
"Which production company refers to company_name; most money at the box office refers to max(revenue)",
"zero-budget refers to budget = 0; highest revenue refers to max(revenue)",
"names refers to person_name; departments refers to department_name; worked as a music editor refers to job = 'Music Editor'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"Which movie refers to title; company 'Radiant Film GmbH' refers to company_name = 'Radiant Film GmbH'",
"directed by refers to job = 'Director'",
"movie \"Four Rooms\" refers to title = 'Four Rooms'",
"Latin movies refers to language_name = 'Latin'; average revenue = AVG(revenue)",
"main actor refers to person_name where Min(cast_order); \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
]
} |
{
"query": "List all the unspecified gender characters.",
"pos": [
"characters refers to character_name; gender = 'Unspecified'"
],
"neg": [
"highest vote count refers to max(vote_count)",
"released in 1995 refers to release_date LIKE '1995%'",
"most common first name refers to max(count(person_name))",
"highest popularity refers to max(popularity)",
"\"I Hope They Serve Beer in Hell\" refers to title = 'I Hope They Serve Beer in Hell';",
"\"saving the world\" as the keyword refers to keyword_name = 'saving the world'",
"character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'",
"first crime movie ever released refers to min(release_date) and genre_name = 'Crime'",
"Paramount Animation refers to company_name = 'Paramount Animation'",
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'"
]
} |
{
"query": "List all companies who worked in the movie 'Ultramarines: A Warhammer 40,000 Movie.'",
"pos": [
"all companies refers to company_name; movie 'Ultramarines: A Warhammer 40,000 Movie' refers to title = 'Ultramarines: A Warhammer 40,000 Movie'"
],
"neg": [
"character 'USAF Master Sgt. Epps' refers to character_name = 'USAF Master Sgt. Epps'",
"crews refers to person_name; movie 'Mad Max: Fury Road' refers to title = 'Mad Max: Fury Road'",
"have made at least 1 Billion at the box office refers to revenue > 1000000000",
"highest popularity refers to max(popularity)",
"\"Days of Thunder\" refers to title = 'Days of Thunder'",
"names refers to person_name; producers refers to job = 'Producer'; \"Pirates of the Caribbean: At World's End\" refers to title = 'Pirates of the Caribbean: At World''s End'",
"from Japan refers to country_name = 'Japan'; in the 'animation' genre refers to genre_name = 'animation'; percentage = divide(sum(movie_id) when genre_name = 'animation', count(movie_id)) as percentage",
"most common keyword refers to max(count(keyword_name)); movies released in 2006 refers to release_date LIKE '%2006%'",
"iso code refers to country_iso_code; \"Kyrgyz Republic\" refers to country_name = 'Kyrgyz Republic'",
"director of photography refers to job = 'Director of Photography'; highest average vote refers to max(vote_average)"
]
} |
{
"query": "Name all the podcast title and its category with average rating of more than 3.0.",
"pos": [
"average rating of more than 3.0 refers to avg(rating) > 3.0"
],
"neg": [
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"\"Planet Money\" is the title of podcast",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"review refers to content; longest review refers to Max(content)"
]
} |
{
"query": "Of the arts-books and arts-design categories, which one has more podcasts and what is the numerical difference between them?",
"pos": [
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))"
],
"neg": [
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"two-stars review refers to rating = 2"
]
} |
{
"query": "List all reviews created in May 2019. State the title of podcast and review rating.",
"pos": [
"created in May 2019 refers to created_at like '2019-05%'"
],
"neg": [
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'",
"two-stars review refers to rating = 2",
"review refers to content; longest review refers to Max(content)",
"\"Planet Money\" is the title of podcast",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))"
]
} |
{
"query": "Provide the itunes id and url for podcast titled 'Brown Suga Diaries'.",
"pos": [
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast"
],
"neg": [
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"entitled refers to title; 'Sitcomadon' is the title of podcast",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"review refers to content; longest review refers to Max(content)"
]
} |
{
"query": "What is the rating and category of the podcast entitled Sitcomadon?",
"pos": [
"entitled refers to title; 'Sitcomadon' is the title of podcast"
],
"neg": [
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"two-stars review refers to rating = 2",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"\"Inspired & On Fire\" refers to title of review",
"created in May 2019 refers to created_at like '2019-05%'",
"\"Scaling Global\" is the title of podcast",
"\"Planet Money\" is the title of podcast"
]
} |
{
"query": "What is the review with the title \"Hosts bring the show down\" for?",
"pos": [
"\"Hosts bring the show down\" refers to title of review"
],
"neg": [
"\"Inspired & On Fire\" refers to title of review",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))",
"created in May 2019 refers to created_at like '2019-05%'",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"review refers to content; longest review refers to Max(content)"
]
} |
{
"query": "Which titles have the content \"love\" but the category is art produced between 2018 and 2019.",
"pos": [
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019"
],
"neg": [
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"art category refers to category = 'arts'",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))"
]
} |
{
"query": "Indicate the slug and the itunes url of the podcast whose review content was written Can't stop listening.",
"pos": [
"review content was written Can't stop listening refers to content = 'Can't stop listening'"
],
"neg": [
"\"Planet Money\" is the title of podcast",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"\"Scaling Global\" is the title of podcast",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"review refers to content; longest review refers to Max(content)"
]
} |
{
"query": "Please list the titles of all the podcasts under the category \"arts-performing-arts\".",
"pos": [
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';"
],
"neg": [
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"worst rating refers to rating = 1",
"two-stars review refers to rating = 2",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"review content was written Can't stop listening refers to content = 'Can't stop listening'"
]
} |
{
"query": "Among the reviews for the podcast \"Please Excuse My Dead Aunt Sally\", how many of them are made in the year 2019?",
"pos": [
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'"
],
"neg": [
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"review content was written Can't stop listening refers to content = 'Can't stop listening'",
"worst rating refers to rating = 1",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"created in May 2019 refers to created_at like '2019-05%'",
"two-stars review refers to rating = 2",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'"
]
} |
{
"query": "What is the content of the earliest review for the \"Stuff You Should Know\" podcast?",
"pos": [
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)"
],
"neg": [
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"\"Scaling Global\" is the title of podcast",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"\"Inspired & On Fire\" refers to title of review",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"worst rating refers to rating = 1",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id"
]
} |
{
"query": "For all reviews with the worst rating, state the podcast title as well as the review title and content.",
"pos": [
"worst rating refers to rating = 1"
],
"neg": [
"\"Scaling Global\" is the title of podcast",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"review refers to content; longest review refers to Max(content)",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))"
]
} |
{
"query": "How many podcast reviews with a rating of 3 were created during the first quarter of 2015?",
"pos": [
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'"
],
"neg": [
"review content was written Can't stop listening refers to content = 'Can't stop listening'",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"\"Planet Money\" is the title of podcast",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"\"Inspired & On Fire\" refers to title of review",
"entitled refers to title; 'Sitcomadon' is the title of podcast"
]
} |
{
"query": "What is the longest review?",
"pos": [
"review refers to content; longest review refers to Max(content)"
],
"neg": [
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"\"Inspired & On Fire\" refers to title of review",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"worst rating refers to rating = 1",
"\"Planet Money\" is the title of podcast",
"review content was written Can't stop listening refers to content = 'Can't stop listening'",
"art category refers to category = 'arts'",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at"
]
} |
{
"query": "What are the titles and categories of all the podcasts with a review that has \"Absolutely fantastic\" in it?",
"pos": [
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'"
],
"neg": [
"art category refers to category = 'arts'",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"worst rating refers to rating = 1",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"\"Hosts bring the show down\" refers to title of review"
]
} |
{
"query": "Find the author, rating and review creation date of review for podcast title 'In The Thick'.",
"pos": [
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at"
],
"neg": [
"review refers to content; longest review refers to Max(content)",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'",
"review content was written Can't stop listening refers to content = 'Can't stop listening'",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url"
]
} |
{
"query": "What percentage of podcasts are \"technology\" podcasts? List all of them.",
"pos": [
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100"
],
"neg": [
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))",
"\"Scaling Global\" is the title of podcast",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"\"Scaling Global\" is the title of podcast",
"\"Hosts bring the show down\" refers to title of review",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"worst rating refers to rating = 1",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast"
]
} |
{
"query": "List all content reviewed for podcast with the best rating under the 'fiction' category. State the podcast title.",
"pos": [
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content"
],
"neg": [
"art category refers to category = 'arts'",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"\"Scaling Global\" is the title of podcast",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))"
]
} |
{
"query": "What is the average rating of all the podcasts in category art?",
"pos": [
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))"
],
"neg": [
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"entitled refers to title; 'Sitcomadon' is the title of podcast",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"worst rating refers to rating = 1",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))"
]
} |
{
"query": "Write all the review titles and the contents belonging to the podcast 'More Stupider: A 90-Day Fiance Podcast' with a review rating of 1.",
"pos": [
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1"
],
"neg": [
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"\"Scaling Global\" is the title of podcast",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"art category refers to category = 'arts'",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))"
]
} |
{
"query": "To which categories do the podcasts of the reviewer whose id is EFB34EAC8E9397C belong?",
"pos": [
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'"
],
"neg": [
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))",
"\"Hosts bring the show down\" refers to title of review",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url"
]
} |
{
"query": "List the titles of the art category.",
"pos": [
"art category refers to category = 'arts'"
],
"neg": [
"\"Planet Money\" is the title of podcast",
"review refers to content; longest review refers to Max(content)",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"created in May 2019 refers to created_at like '2019-05%'",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'"
]
} |
{
"query": "Write the names of the podcasts in the music category that have a rating greater than 3.",
"pos": [
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title"
],
"neg": [
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url"
]
} |
{
"query": "Which \"music\" podcast has the longest title?",
"pos": [
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))"
],
"neg": [
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"entitled refers to title; 'Sitcomadon' is the title of podcast",
"\"Planet Money\" is the title of podcast",
"worst rating refers to rating = 1",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1"
]
} |
{
"query": "What is the percentage of reviews added each year of the total reviews added?",
"pos": [
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100"
],
"neg": [
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"\"Planet Money\" is the title of podcast",
"\"Scaling Global\" is the title of podcast",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"review refers to content; longest review refers to Max(content)",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))"
]
} |
{
"query": "List all the podcasts reviewed by a reviewer who has a review titled \"Inspired & On Fire!\".",
"pos": [
"\"Inspired & On Fire\" refers to title of review"
],
"neg": [
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"art category refers to category = 'arts'",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'",
"created in May 2019 refers to created_at like '2019-05%'",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))"
]
} |
{
"query": "Calculate the average rating of the true crime category.",
"pos": [
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))"
],
"neg": [
"\"Inspired & On Fire\" refers to title of review",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"art category refers to category = 'arts'",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"\"Hosts bring the show down\" refers to title of review",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'"
]
} |
{
"query": "How many reviews does \"Planet Money\" have?",
"pos": [
"\"Planet Money\" is the title of podcast"
],
"neg": [
"review content was written Can't stop listening refers to content = 'Can't stop listening'",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))",
"\"Inspired & On Fire\" refers to title of review",
"art category refers to category = 'arts'",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"review refers to content; longest review refers to Max(content)"
]
} |
{
"query": "What is the average rating of the podcast \"Please Excuse My Dead Aunt Sally\"?",
"pos": [
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))"
],
"neg": [
"\"Inspired & On Fire\" refers to title of review",
"\"Stuff You Should Know\" is the title of podcast; earliest refers to Min(created_at)",
"entitled refers to title; 'Sitcomadon' is the title of podcast",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"\"Scaling Global\" is the title of podcast",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url"
]
} |
{
"query": "What is the average rating for the \"crime-junkie\" podcast?",
"pos": [
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))"
],
"neg": [
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"\"Scaling Global\" is the title of podcast",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'"
]
} |
{
"query": "What is the average rating of all the podcasts with reviews created in 2019?",
"pos": [
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))"
],
"neg": [
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"\"Inspired & On Fire\" refers to title of review",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"\"Scaling Global\" is the title of podcast",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title"
]
} |
{
"query": "Which category is the podcast \"Scaling Global\" under?",
"pos": [
"\"Scaling Global\" is the title of podcast"
],
"neg": [
"art category refers to category = 'arts'",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"\"Inspired & On Fire\" refers to title of review",
"created in May 2019 refers to created_at like '2019-05%'",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))"
]
} |
{
"query": "List the urls for all the \"fiction-science-fiction\" podcasts.",
"pos": [
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url"
],
"neg": [
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"review content was written Can't stop listening refers to content = 'Can't stop listening'",
"\"Inspired & On Fire\" refers to title of review"
]
} |
{
"query": "List the authors who created review for podcast titled 'Pop Rocket' in 2016 with rating less than 5.",
"pos": [
"Pop Rocket' is the title of podcast; in 2016 refers to created_at like'2016%'; rating less than 5 refers to rating < 5; author refers to author_id"
],
"neg": [
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'",
"\"Scaling Global\" is the title of podcast",
"arts-books' and 'arts-design' are category; numerical difference = Subtract(Count(podcast_id(category = 'arts-books')), Count(podcast_id(category = 'arts-design'))); one has much more podcast refers to Max(Count(podcast_id))",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))",
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"\"Scaling Global\" is the title of podcast",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast"
]
} |
{
"query": "Which category does the podcast titled 'SciFi Tech Talk' belong to?",
"pos": [
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'"
],
"neg": [
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content",
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"\"Scaling Global\" is the title of podcast",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"two-stars review refers to rating = 2",
"reviewer whose id is EFB34EAC8E9397C refers to author_id = 'EFB34EAC8E9397C'",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"content love refers to content = 'love'; 'arts' is the category; produced between 2018 and 2019 refers to year (created_at) BETWEEN 2018 and 2019",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))"
]
} |
{
"query": "How many reviews are created for the podcast \"Scaling Global\" under?",
"pos": [
"\"Scaling Global\" is the title of podcast"
],
"neg": [
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"\"Please Excuse My Dead Aunty Sally\" is the title of podcast; Average rating = Divide (Sum(rating), Count(rating))",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"\"Scaling Global\" is the title of podcast",
"review refers to content; longest review refers to Max(content)",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"'fiction' is the category name; best rating refers to rating = 5; content reviewed refers to content"
]
} |
{
"query": "What is the name of the podcast in which a commentor left a comment with the title 'Long time listener, calling it quits?' Include the URL of the podcast as well.",
"pos": [
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url"
],
"neg": [
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"\"Scaling Global\" is the title of podcast",
"fiction-science-fiction podcasts refers to category = 'fiction-science-fiction'; urls refers to itunes_url",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'",
"\"Inspired & On Fire\" refers to title of review",
"average rating of more than 3.0 refers to avg(rating) > 3.0",
"average rating = Divide (Sum(rating(category = 'true-crime')), Count(podcast_id(category = 'true-crime')))",
"rating of 3 refers to rating = 3; created during the first quarter of 2015 refers to created_at BETWEEN'2015-01-01T00:00:00-07:00' and '2015-03-31T23:59:59-07:00'",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'"
]
} |
{
"query": "List all of the two-star reviews and their categories.",
"pos": [
"two-stars review refers to rating = 2"
],
"neg": [
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'",
"category 'arts-performing-arts' refers to category = 'arts-performing-arts';",
"created in May 2019 refers to created_at like '2019-05%'",
"category art refers to category = 'arts'; average rating = Divide (Sum (rating), Count (podcast_id))",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"\"Scaling Global\" is the title of podcast",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"\"Scaling Global\" is the title of podcast",
"comment refers to review; 'Long time listener, calling it quits' is the title of review; name of the podcast refers to title of podcast; URL refers to itunes_url",
"podcast titled 'SciFi Tech Talk' refers to title = 'SciFi Tech Talk'"
]
} |
{
"query": "What are the titles of the podcasts whose reviews were created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00?",
"pos": [
"created between 2018-08-22T11:53:16-07:00 and 2018-11-20T11:14:20-07:00 refers to created at BETWEEN '2018-08-22T11:53:16-07:00' and '2018-11-20T11:14:20-07:00'"
],
"neg": [
"music category refers to category = 'music'; rating greater than 3 refers to rating > 3; name of the podcast refers to title",
"podcast 'More Stupider: A 90-Day Fiance Podcast' refers to title = 'More Stupider: A 90-Day Fiance Podcast'; rating of 1 refers to rating = 1",
"url refers to itunes_url; 'Brown Suga Diaries' is the title of podcast",
"\"In The Thick\" is the title of podcast; author refers to author_id; creation date refers to created_at",
"music podcasts refers to category = 'music'; longest title refers to title = Max(length(title))",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"art category refers to category = 'arts'",
"\"Hosts bring the show down\" refers to title of review",
"\"technology\" podcast refers to category = 'technology'; percentage = Divide (Count (podcast_id (category = 'technology')), Count (podcast_id)) * 100",
"created in May 2019 refers to created_at like '2019-05%'"
]
} |
{
"query": "In how many categories were podcast reviews created in the last six months of 2016? List them.",
"pos": [
"created in last six months of 2016 refers to created_at BETWEEN '2016-07-01T00:00:00-07:00' and '2016-12-31T23:59:59-07:00'"
],
"neg": [
"\"crime-junkie\" podcast refers to title = 'crime-junkie'; average rating = Divide (Sum(rating), Count(rating))",
"review added each year refers to runs_at like '2021%' and runs_at like '2022%'; percentage for 2021 = Divide (Sum(reviews_added(runs_at like '2021%)), Sum(reviews_added)) * 100; percentage of 2022 = Divide (Sum(reviews_added(runs_at like '2022%')), Sum(reviews_added)) * 100",
"created in 2019 refers to created_at BETWEEN '2019-01-01T00:00:00' and '2019-12-31T23:59:59'; average rating = Divide (Sum(rating), Count(podcast_id))",
"worst rating refers to rating = 1",
"\"Hosts bring the show down\" refers to title of review",
"review refers to content; 'Absolutely fantastic' in it refers to content like '%Absolutely fantastic%'",
"\"Please Excuse My Dead Aunt Sally\" is the title of podcast; made in the year 2019 refers to created_at like '2019%'",
"\"Planet Money\" is the title of podcast",
"\"Inspired & On Fire\" refers to title of review",
"two-stars review refers to rating = 2"
]
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.