File size: 997 Bytes
82bbcaa
 
 
 
 
 
 
 
b7e6dcf
82bbcaa
 
fb8971f
 
b7e6dcf
fb8971f
82bbcaa
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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)