Baselight

Mintaka By AmazonScience (Multilingual Q&A)

8 Language Variations with Complex Question Types

@kaggle.thedevastator_multilingual_question_answering_dataset

Test
@kaggle.thedevastator_multilingual_question_answering_dataset.test

  • 483.52 KB
  • 4000 rows
  • 8 columns
id

Id

lang

Lang

question

Question

answertext

AnswerText

category

Category

complexitytype

ComplexityType

questionentity

QuestionEntity

answerentity

AnswerEntity

fae46b21enWhat man was a famous American author and also a steamboat pilot on the Mississippi River?Mark Twainhistoryintersection[{'name': 'Q1497', 'entityType': 'entity', 'label': 'Mississippi River', 'mention': 'Mississippi River', 'span': array([72, 89], dtype=int32)} {'name': 'Q846570', 'entityType': 'entity', 'label': 'Americans', 'mention': 'American', 'span': array([22, 30], dtype=int32)}][{'name': 'Q7245', 'label': 'Mark Twain'}]
bc8713ccenHow many Academy Awards has Jake Gyllenhaal been nominated for?1moviescount[{'name': 'Q133313', 'entityType': 'entity', 'label': 'Jake Gyllenhaal', 'mention': 'Jake Gyllenhaal', 'span': array([28, 43], dtype=int32)} {'name': 'Q19020', 'entityType': 'entity', 'label': 'Academy Awards', 'mention': 'Academy Awards', 'span': array([ 9, 23], dtype=int32)}][{'name': 'Q106291', 'label': 'Academy Award for Best Supporting Actor'}]
d2a03f72enWho is older, The Weeknd or Drake?Drakemusiccomparative[{'name': 'Q2121062', 'entityType': 'entity', 'label': 'The Weeknd', 'mention': 'The Weeknd', 'span': array([14, 24], dtype=int32)} {'name': 'Q33240', 'entityType': 'entity', 'label': 'Drake', 'mention': 'Drake', 'span': array([28, 33], dtype=int32)}][{'name': 'Q33240', 'label': 'Drake'}]
9a296167enHow many children did Donald Trump have?5historycount[{'name': 'Q22686', 'entityType': 'entity', 'label': 'Donald Trump', 'mention': 'Donald Trump', 'span': array([22, 34], dtype=int32)}][{'name': 'Q3713655', 'label': 'Donald Trump Jr.'} {'name': 'Q239411', 'label': 'Ivanka Trump'} {'name': 'Q3731533', 'label': 'Eric Trump'} {'name': 'Q12071552', 'label': 'Tiffany Trump'} {'name': 'Q23000814', 'label': 'Barron Trump'}]
e343ad26enIs the main hero in Final Fantasy IX named Kuja?Novideogamesyesno[{'name': 'Q474573', 'entityType': 'entity', 'label': 'Final Fantasy IX', 'mention': 'Final Fantasy IX', 'span': array([20, 36], dtype=int32)} {'name': 'Q1060306', 'entityType': 'entity', 'label': 'Kuja', 'mention': 'Kuja', 'span': array([43, 47], dtype=int32)}][]
b41ae115enWho performed at the Super Bowl XXIII halftime show?Elvis Prestosportsgeneric[{'name': 'Q1307150', 'entityType': 'entity', 'label': 'Super Bowl XXIII', 'mention': 'Super Bowl XXIII', 'span': array([21, 37], dtype=int32)}][]
12d6de02enDid Free Guy come out in 2021?Yesmoviescomparative[{'name': 'Q38685497', 'entityType': 'entity', 'label': 'Free Guy', 'mention': 'Free Guy', 'span': array([ 4, 12], dtype=int32)} {'name': '2021', 'entityType': 'date', 'label': '', 'mention': '2021', 'span': array([25, 29], dtype=int32)}][]
f0423028enHow many countries were in the Central Powers alliance in World War I?4historycount[{'name': 'Q152283', 'entityType': 'entity', 'label': 'Central Powers', 'mention': 'Central Powers', 'span': array([31, 45], dtype=int32)} {'name': 'Q361', 'entityType': 'entity', 'label': 'World War I', 'mention': 'World War I', 'span': array([58, 69], dtype=int32)}][{'name': 'Q43287', 'label': 'German Empire'} {'name': 'Q28513', 'label': 'Austria-Hungary'} {'name': 'Q12560', 'label': 'Ottoman Empire'} {'name': 'Q147909', 'label': 'Kingdom of Bulgaria'}]
c48ba300enWhen was the first Donkey Kong arcade game released?1981videogamesgeneric[{'name': 'Q662004', 'entityType': 'entity', 'label': 'Donkey Kong', 'mention': 'Donkey Kong', 'span': array([19, 30], dtype=int32)} {'name': '1', 'entityType': 'ordinal', 'label': '', 'mention': 'first', 'span': array([13, 18], dtype=int32)}][]
7ed1858cenWhich movie, starring Al Jolson, is generally considered to be the first talking picture?The Jazz Singermoviesordinal[{'name': 'Q128532', 'entityType': 'entity', 'label': 'Al Jolson', 'mention': 'Al Jolson,', 'span': array([22, 32], dtype=int32)} {'name': 'Q848512', 'entityType': 'entity', 'label': 'sound film', 'mention': 'talking picture', 'span': array([73, 88], dtype=int32)} {'name': '1', 'entityType': 'ordi…[{'name': 'Q465087', 'label': 'The Jazz Singer'}]

CREATE TABLE test (
  "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.