CoolFace
Datasetpublic

eshangj/stackoverflow_q_and_a_sample

Description GitHub repository: https://github.com/EshanJayasundara/Stackoverflow-Python-Q-and-A-Extractor. GitHub repository contains the automated workflow for extracting the question and answer pairs from Stackoverflow. This dataset contains the question-answer pairs extracted from Stackoverflow using Stack Exchange API v2.3 and used following endpoints, /answers/{ids} GET /questions GET From 2020 January 1 to Today 1. Dataset description, Contains only… See the full description on the dataset page: https://huggingface.co/datasets/eshangj/stackoverflow_q_and_a_sample.

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes47downloads
Dataset Card

Description

  • GitHub repository: https://github.com/EshanJayasundara/Stackoverflow-Python-Q-and-A-Extractor.
  • GitHub repository contains the automated workflow for extracting the question and answer pairs from Stackoverflow.
  • This dataset contains the question-answer pairs extracted from Stackoverflow using Stack Exchange API v2.3 and used following endpoints,
  • /answers/{ids} GET
  • /questions GET
  • From 2020 January 1 to Today ### 1. Dataset description,
  • Contains only python tagged question-answer pairs.
  • Each question has a vote greater tan or equal to 1.
  • Only contains the questions that have accepted answers and the corresponding accepted answers.
  • Can contain accepted answers(~30) with negative votes. ### 2. Column description,
  • question_id : id came from Stackoverflow.
  • creation_date : the date when the question was created.
  • link : link to the Stackoverflow page corresponding to that question-answer pair.
  • question : question text
  • accepted_answer : accepted answer text
  • question_vote : score/vote given for the question by the Stackoverflow community.
  • answer_vote : score/vote given for the accepted_answer by the Stackoverflow community.