HassanSamo commited on
Commit
4bf6107
·
1 Parent(s): ff409fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +147 -0
README.md CHANGED
@@ -1,3 +1,150 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ - text-generation
6
+ - conversational
7
+ language:
8
+ - en
9
+ tags:
10
+ - python
11
+ pretty_name: StackOverflow's Python Question-Answering Pair Dataset
12
+ size_categories:
13
+ - 10K<n<100K
14
  ---
15
+ # Dataset Card for Python Q/A pair
16
+
17
+ <!-- Provide a quick summary of the dataset. -->
18
+
19
+ This dataset card provides information about the Python Q/A pair dataset.
20
+
21
+ ## Dataset Details
22
+
23
+ ### Dataset Description
24
+
25
+ The Python Q/A pair dataset is a preprocessed version of a Python Q/A dataset from StackOverflow, which was originally hosted on Kaggle. The dataset contains high-ranked questions and their corresponding high-ranked answers, sorted from high to low rank.
26
+
27
+
28
+ - **Curated by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+
34
+ ### Dataset Sources [optional]
35
+
36
+ <!-- Provide the basic links for the dataset. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the dataset is intended to be used. -->
45
+
46
+ ### Direct Use
47
+
48
+ This dataset can be used for tasks such as question answering, text generation, and conversational AI research and development.
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ This dataset should not be used for tasks outside of natural language processing, such as image recognition or voice recognition.
55
+
56
+ [More Information Needed]
57
+
58
+ ## Dataset Structure
59
+
60
+ The dataset contains 100k rows of high-ranked questions and their corresponding high-ranked answers from StackOverflow.
61
+
62
+ [More Information Needed]
63
+
64
+ ## Dataset Creation
65
+
66
+ ### Curation Rationale
67
+
68
+ The dataset was curated to provide a resource for developing and testing natural language processing models, particularly in the domain of question answering and text generation.
69
+
70
+ [More Information Needed]
71
+
72
+ ### Source Data
73
+
74
+ The data in this dataset comes from StackOverflow Q/A pairs that were ranked 1 or above. The raw form of this dataset is hosted on Kaggle.
75
+
76
+ #### Data Collection and Processing
77
+
78
+ The data was collected from StackOverflow and preprocessed to include only high-ranked questions and their corresponding high-ranked answers.
79
+
80
+ [More Information Needed]
81
+
82
+ #### Who are the source data producers?
83
+
84
+ The source data was produced by users of StackOverflow.
85
+
86
+ [More Information Needed]
87
+
88
+ ### Annotations [optional]
89
+
90
+ This dataset does not contain any additional annotations.
91
+
92
+ #### Annotation process
93
+
94
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
95
+
96
+ [More Information Needed]
97
+
98
+ #### Who are the annotators?
99
+
100
+ <!-- This section describes the people or systems who created the annotations. -->
101
+
102
+ [More Information Needed]
103
+
104
+ #### Personal and Sensitive Information
105
+
106
+ The dataset does not contain any personal or sensitive information as it was derived from publicly available data on StackOverflow.
107
+
108
+ [More Information Needed]
109
+
110
+ ## Bias, Risks, and Limitations
111
+
112
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
113
+
114
+ [More Information Needed]
115
+
116
+ ### Recommendations
117
+
118
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
119
+
120
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
121
+
122
+ ## Citation [optional]
123
+
124
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
125
+
126
+ **BibTeX:**
127
+
128
+ [More Information Needed]
129
+
130
+ **APA:**
131
+
132
+ [More Information Needed]
133
+
134
+ ## Glossary [optional]
135
+
136
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
137
+
138
+ [More Information Needed]
139
+
140
+ ## More Information [optional]
141
+
142
+ [More Information Needed]
143
+
144
+ ## Dataset Card Authors [optional]
145
+
146
+ [More Information Needed]
147
+
148
+ ## Dataset Card Contact
149
+
150
+ [More Information Needed]