SweFAQ

The SweFAQ dataset is a collection of frequently asked questions from Swedish authorities' websites with shuffled answers. It was created by Aleksandrs Berdicevskis and is published by Språkbanken Text. The dataset is a part of the SuperLim collection.

Here are some key details about the dataset:

  • It contains 976 question-answer pairs and 100 categories.
  • The number of QA pairs in a category varies.
  • The answers are randomly shuffled within each category.
  • The dataset is in Swedish.
  • The format is JSON Lines, with one item per line. Each item contains a category ID, a question, an array of all answers in this category (this value is the same for all items within a category), and a label index that indicates the correct answer (numbering starts at 0).
  • The dataset is intended for tasks such as Machine Learning, Question Answering, and Evaluation of language models.
  • The task is to match questions and answers.