--- dataset_info: - config_name: default features: - name: question struct: - name: accepted_answer_id dtype: string - name: answer_count dtype: int64 - name: body dtype: string - name: comment_count dtype: int64 - name: content_license dtype: string - name: creation_date dtype: string - name: favorite_count dtype: int64 - name: id dtype: string - name: last_activity_date dtype: string - name: last_edit_date dtype: string - name: last_editor_user_id dtype: string - name: owner_user_id dtype: string - name: post_type dtype: string - name: score dtype: int64 - name: tags sequence: string - name: title dtype: string - name: view_count dtype: int64 - name: answers list: - name: body dtype: string - name: comment_count dtype: int64 - name: content_license dtype: string - name: creation_date dtype: string - name: id dtype: string - name: last_activity_date dtype: string - name: last_edit_date dtype: string - name: last_editor_user_id dtype: string - name: owner_user_id dtype: string - name: parent_id dtype: string - name: post_type dtype: string - name: score dtype: int64 - name: id dtype: string - name: accepted_answer_id dtype: string - name: popular_answer_id dtype: string splits: - name: train num_bytes: 112596554 num_examples: 30551 download_size: 54805530 dataset_size: 112596554 - config_name: simple features: - name: id dtype: string - name: accepted_answer_id dtype: string - name: popular_answer_id dtype: string - name: title dtype: string - name: question_body dtype: string - name: question_score dtype: int64 - name: accepted_answer_body dtype: string - name: accepted_answer_score dtype: int64 - name: popular_answer_body dtype: string - name: popular_answer_score dtype: int64 - name: tags sequence: string splits: - name: train num_bytes: 113051344 num_examples: 30551 download_size: 56632072 dataset_size: 113051344 configs: - config_name: default data_files: - split: train path: data/train-* - config_name: simple data_files: - split: train path: simple/train-* license: cc-by-sa-4.0 task_categories: - text-generation - question-answering language: - ja tags: - stackoverflow - programming pretty_name: Japanese StackOverflow size_categories: - 10K