Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
GoloMarcos commited on
Commit
dac812f
·
verified ·
1 Parent(s): a31d217

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -54,14 +54,14 @@ Each data instance contains:
54
  This dataset is the result of a **comprehensive curation pipeline**:
55
 
56
  1. **Aggregation** of four public datasets into a unified structure.
57
- * **QALD 1-9**: https://github.com/ag-sc/QALD
58
- * **LC-QuAD 1.0**: https://github.com/AskNowQA/LC-QuAD
59
- * **Paraqa-SparqlToText**: https://huggingface.co/datasets/Orange/paraqa-sparqltotext
60
- * **Question-Sparql**: https://huggingface.co/datasets/julioc-p/Question-Sparql
61
- 3. **Normalization** of query formats and syntax, resulting in all queries with PREFIX.
62
- 4. **Insertion of missing PREFIX declarations** to ensure compliance with DBpedia standards.
63
- 5. **Execution validation**: All queries were tested against a DBpedia SPARQL endpoint. Queries that failed were either corrected (if trivial) or removed.
64
- 6. **Language consistency checks** for both English and Spanish questions.
65
 
66
  ---
67
 
 
54
  This dataset is the result of a **comprehensive curation pipeline**:
55
 
56
  1. **Aggregation** of four public datasets into a unified structure.
57
+ * **QALD 1-9**: https://github.com/ag-sc/QALD
58
+ * **LC-QuAD 1.0**: https://github.com/AskNowQA/LC-QuAD
59
+ * **Paraqa-SparqlToText**: https://huggingface.co/datasets/Orange/paraqa-sparqltotext
60
+ * **Question-Sparql**: https://huggingface.co/datasets/julioc-p/Question-Sparql
61
+ 2. **Normalization** of query formats and syntax, resulting in all queries with PREFIX.
62
+ 3. **Insertion of missing PREFIX declarations** to ensure compliance with DBpedia standards.
63
+ 4. **Execution validation**: All queries were tested against a DBpedia SPARQL endpoint. Queries that failed were either corrected (if trivial) or removed.
64
+ 5. **Language consistency checks** for both English and Spanish questions.
65
 
66
  ---
67