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



