veggiebird commited on
Commit
9f1ed88
·
1 Parent(s): fa4dac0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -26,4 +26,11 @@ dataset_info:
26
  ---
27
  # Dataset Card for "sparql-correctonly"
28
 
 
 
 
 
 
 
 
29
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
26
  ---
27
  # Dataset Card for "sparql-correctonly"
28
 
29
+ ## Example:
30
+ **instruction:** Generate a SPARQL query that returns the answer of the following question.
31
+
32
+ **input:** What periodical literature does Delta Air Lines use as a moutpiece?
33
+
34
+ **output:** select distinct ?obj where { wd:/Delta Air Lines/ wdt:/house publication/ ?obj . ?obj wdt:/instance of/ wd:/periodical/ }
35
+
36
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)