stackoverflow_QAs / README.md
Yashodhr's picture
Update README.md
b7e6dcf verified
|
raw
history blame contribute delete
997 Bytes
---
license: mit
language:
- en
---
# StackOverflow Q&A Dataset for Various Projects
## Description
This dataset consists of Q&A data extracted from StackOverflow, related to different projects of CNCF (Cloud Native Computing Foundation) landscape. It includes the following three columns:
1. **Question**: The question asked on StackOverflow.
2. **Answer**: The corresponding answer to the question.
3. **Tag**: The name of the project to which the question and answer are related.
The data was collected using the Git Exchange API to extract Q&A pairs from StackOverflow based on different projects of CNCF (Cloud Native Computing Foundation) landscape. This process involved using project-specific tags to scrape StackOverflow for questions and their accepted answers, then categorizing them under the relevant project name (tag).
## License
This dataset is available under the MIT license.
## Links
- [GitHub Repository](https://github.com/amosproj/amos2024ss08-cloud-native-llm)