CoolFace
Datasetpublic

sentence-transformers/askubuntu-questions

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… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/askubuntu-questions.

sourceHugging Faceupdated 8mo agoView on Hugging Face
1likes34downloads
Dataset Card

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:
python
    {
      "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