Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Dataset Card for AskUbuntu Questions

The AskUbuntu dataset (Lei et al., 2016) is a collection of preprocessed questions taken from AskUbuntu.com 2014 corpus dump. It also comes with 400*20 mannual annotations, marking pairs of questions as "similar" or "non-similar". The dataset is sourced from the original GitHub repository.

This dataset contains all questions from the original source, i.e. the text_tokenized.txt.gz data.

See also sentence-transformers/askubuntu for the a dataset with duplicate questions in train, dev, and test splits.

Dataset Details

  • Columns: "text"
  • Column types: str
  • Examples:
    {
      "text": "how to get the `` your battery is broken '' message to go away ?",
    }
    
  • Collection strategy: Downloading the text_tokenized.txt.gz file from the original source and uploading the queries only.
  • Deduplicated: No
Downloads last month
75

Models trained or fine-tuned on sentence-transformers/askubuntu-questions