Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
extractive-qa
Languages:
code
Size:
100K - 1M
License:
thepurpleowl
commited on
Commit
·
6e4338e
1
Parent(s):
1d0b714
Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,8 @@ task_categories:
|
|
20 |
- question-answering
|
21 |
task_ids:
|
22 |
- extractive-qa
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for CodeQueries
|
@@ -109,13 +111,13 @@ In general, data splits in all the proposed settings have examples with the foll
|
|
109 |
|
110 |
## Dataset Creation
|
111 |
|
112 |
-
The dataset is created
|
113 |
|
114 |
|
115 |
## Additional Information
|
116 |
### Licensing Information
|
117 |
|
118 |
-
The CodeQueries dataset
|
119 |
|
120 |
### Citation Information
|
121 |
|
|
|
20 |
- question-answering
|
21 |
task_ids:
|
22 |
- extractive-qa
|
23 |
+
license:
|
24 |
+
- apache-2.0
|
25 |
---
|
26 |
|
27 |
# Dataset Card for CodeQueries
|
|
|
111 |
|
112 |
## Dataset Creation
|
113 |
|
114 |
+
The dataset is created using [ETH Py150 Open dataset](https://github.com/google-research-datasets/eth_py150_open) as source for code contexts. To get semantic queries and corresponding answer/supporting-fact spans in ETH Py150 Open corpus files, CodeQL was used.
|
115 |
|
116 |
|
117 |
## Additional Information
|
118 |
### Licensing Information
|
119 |
|
120 |
+
The source code repositories used for preparing CodeQueries are based on the [ETH Py150 Open dataset](https://github.com/google-research-datasets/eth_py150_open) and are redistributable under the respective licenses. A Huggingface dataset for ETH Py150 Open is available [here](https://huggingface.co/datasets/eth_py150_open). The labeling prepared and provided by us as part of CodeQueries is released under the Apache-2.0 license.
|
121 |
|
122 |
### Citation Information
|
123 |
|