Baselight

Mintaka By AmazonScience (Multilingual Q&A)

8 Language Variations with Complex Question Types

@kaggle.thedevastator_multilingual_question_answering_dataset

Validation
@kaggle.thedevastator_multilingual_question_answering_dataset.validation

  • 263.44 KB
  • 2000 rows
  • 8 columns
id

Id

lang

Lang

question

Question

answertext

AnswerText

category

Category

complexitytype

ComplexityType

questionentity

QuestionEntity

answerentity

AnswerEntity

9ace9041enWhat is the fourth book in the Twilight series?Breaking Dawnbooksordinal[{'name': 'Q44523', 'entityType': 'entity', 'label': 'Twilight', 'mention': 'Twilight', 'span': array([31, 39], dtype=int32)} {'name': '4', 'entityType': 'ordinal', 'label': '', 'mention': 'fourth', 'span': array([12, 18], dtype=int32)}][{'name': 'Q53945', 'label': 'Breaking Dawn'}]
88bdb808enHow many games are in the Uncharted series?6videogamescount[{'name': 'Q1064135', 'entityType': 'entity', 'label': 'Uncharted', 'mention': 'Uncharted', 'span': array([26, 35], dtype=int32)}][{'name': 'Q17150', 'label': "Uncharted: Drake's Fortune"} {'name': 'Q17146', 'label': 'Uncharted 2: Among Thieves'} {'name': 'Q17138', 'label': "Uncharted 3: Drake's Deception"} {'name': 'Q1156718', 'label': 'Uncharted: Golden Abyss'} {'name': 'Q16681843', 'label': "Uncharted 4: A Thief's End"}…
ecfd471denAs of 2015, which group held the record for the most Grammy Awards of any group in history?U2musicgeneric[{'name': 'Q41254', 'entityType': 'entity', 'label': 'Grammy Award', 'mention': 'Grammy Awards', 'span': array([53, 66], dtype=int32)} {'name': '2015', 'entityType': 'date', 'label': '', 'mention': '2015', 'span': array([ 6, 10], dtype=int32)}][{'name': 'Q396', 'label': 'U2'}]
5d8dc3ffenWho is the oldest person to ever win an Academy Award in any category?James Ivorymoviessuperlative[{'name': 'Q19020', 'entityType': 'entity', 'label': 'Academy Awards', 'mention': 'Academy Award', 'span': array([40, 53], dtype=int32)}][{'name': 'Q51577', 'label': 'James Ivory'}]
118daa85enWhich Mario Kart games do not feature Link as a playable character?Super Mario Kart, Mario Kart 64, Mario Kart: Super Circuit, Mario Kart: Double Dash!!, Mario Kart DS, Mario Kart Wii, Mario Kart 7, Mario Kart Arcade, Mario Kart Home Circuitvideogamesdifference[{'name': 'Q188196', 'entityType': 'entity', 'label': 'Mario Kart', 'mention': 'Mario Kart', 'span': array([ 6, 16], dtype=int32)} {'name': 'Q568553', 'entityType': 'entity', 'label': 'Link', 'mention': 'Link', 'span': array([38, 42], dtype=int32)}][{'name': 'Q1061560', 'label': 'Super Mario Kart'} {'name': 'Q1046604', 'label': 'Mario Kart 64'} {'name': 'Q2068675', 'label': 'Mario Kart: Super Circuit'} {'name': 'Q5721431', 'label': 'Mario Kart: Double Dash'} {'name': 'Q858564', 'label': 'Mario Kart DS'} {'name': 'Q838707', 'label': 'Mario…
bcb4e4d7enWhich book in A Song of Ice and Fire also shares the name of a popular TV series?A Game of Thronesbooksintersection[{'name': 'Q45875', 'entityType': 'entity', 'label': 'A Song of Ice and Fire', 'mention': 'A Song of Ice and Fire', 'span': array([14, 36], dtype=int32)}][{'name': 'Q1751870', 'label': 'A Game of Thrones'}]
d2a31098enWhich Super Bowls have the Seahawks played in but not won?Super Bowl XL, Super Bowl XLIXsportsdifference[{'name': 'Q32096', 'entityType': 'entity', 'label': 'Super Bowl', 'mention': 'Super Bowls', 'span': array([ 6, 17], dtype=int32)} {'name': 'Q221878', 'entityType': 'entity', 'label': 'Seattle Seahawks', 'mention': 'Seahawks', 'span': array([27, 35], dtype=int32)}][{'name': 'Q904928', 'label': 'Super Bowl XL'} {'name': 'Q1710023', 'label': 'Super Bowl XLIX'}]
a7b5322fenWhich finalist gymnast did not win first place in the 2021 Olympic games?Simone Bilessportsdifference[{'name': 'Q181278', 'entityType': 'entity', 'label': '2020 Summer Olympics', 'mention': '2021 Olympic games', 'span': array([54, 72], dtype=int32)} {'name': '1', 'entityType': 'ordinal', 'label': '', 'mention': 'first', 'span': array([35, 40], dtype=int32)}][{'name': 'Q7520267', 'label': 'Simone Biles'}]
26ebd827enDid Risky Business come out before Top Gun?Yesmoviescomparative[{'name': 'Q1325589', 'entityType': 'entity', 'label': 'Risky Business', 'mention': 'Risky Business', 'span': array([ 4, 18], dtype=int32)} {'name': 'Q110138', 'entityType': 'entity', 'label': 'Top Gun', 'mention': 'Top Gun', 'span': array([35, 42], dtype=int32)}][]
7f368fa5enWhich singer has earned more Academy Awards, Lady Gaga or Beyoncé?Lady Gagamoviescomparative[{'name': 'Q19848', 'entityType': 'entity', 'label': 'Lady Gaga', 'mention': 'Lady Gaga', 'span': array([45, 54], dtype=int32)} {'name': 'Q36153', 'entityType': 'entity', 'label': 'Beyoncé', 'mention': 'Beyoncé', 'span': array([58, 65], dtype=int32)} {'name': 'Q19020', 'entityType': 'entity', 'lab…[{'name': 'Q19848', 'label': 'Lady Gaga'}]

CREATE TABLE validation (
  "id" VARCHAR,
  "lang" VARCHAR,
  "question" VARCHAR,
  "answertext" VARCHAR,
  "category" VARCHAR,
  "complexitytype" VARCHAR,
  "questionentity" VARCHAR,
  "answerentity" VARCHAR
);

Share link

Anyone who has the link will be able to view this.