Update README.md
Browse files
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 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 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 |
|