minor adjustment
Browse files
README.md
CHANGED
@@ -57,9 +57,9 @@ Each instance in the dataset consists of:
|
|
57 |
|
58 |
This dataset is intended for research in semantic parsing and related tasks within the context of lexicographic data in the Wikidata Knowledge Graph. It can be used to train and evaluate models that convert natural language to SPARQL queries.
|
59 |
|
60 |
-
## Load Dataset
|
61 |
|
62 |
-
Use the following commands to load the dataset as a pandas DataFrame:
|
63 |
|
64 |
#### Install datasets Library
|
65 |
```
|
|
|
57 |
|
58 |
This dataset is intended for research in semantic parsing and related tasks within the context of lexicographic data in the Wikidata Knowledge Graph. It can be used to train and evaluate models that convert natural language to SPARQL queries.
|
59 |
|
60 |
+
## Load the Dataset in Python
|
61 |
|
62 |
+
Use the following commands to load the dataset as a pandas DataFrame in Python:
|
63 |
|
64 |
#### Install datasets Library
|
65 |
```
|