Baselight

Question-Answer Combination

Contextual Semantic Similarity, Auto generate Text-based answers

@kaggle.veeralakrishna_questionanswer_combination

Sample Submission
@kaggle.veeralakrishna_questionanswer_combination.sample_submission

  • 3.92 KB
  • 3 rows
  • 3 columns
question

Question

answer_text

Answer Text

distractor

Distractor

Which city's landmarks include: The Pantheon, The Spanish Steps and Trevi Fountain?Rome‘Barcelona’,’Athens’,’Istanbul’
What is the color of Donald Duck's bowtie?Red‘Blue’,’Yellow’,’Green’
What’s a web browser?A software program that allows you to access sites on the World Wide Web‘A kind of spider’,’A computer that stores WWW files’,’A person who likes to look at websites’

CREATE TABLE sample_submission (
  "question" VARCHAR,
  "answer_text" VARCHAR,
  "distractor" VARCHAR
);

Share link

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