--- dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 9150388 num_examples: 167765 download_size: 5511680 dataset_size: 9150388 configs: - config_name: default data_files: - split: train path: data/train-* language: - en tags: - sentence-transformers pretty_name: 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](https://github.com/taolei87/askubuntu). This dataset contains all questions from the original source, i.e. the `text_tokenized.txt.gz` data. See also [sentence-transformers/askubuntu](https://huggingface.co/datasets/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