HannaAbiAkl commited on
Commit
237a6c7
1 Parent(s): 4187394

update README with example use case

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -35,6 +35,17 @@ This model is intended to be used with a question-context pair to determine the
35
 
36
  The DBLP-QuAD dataset is used for training and evaluation.
37
 
 
 
 
 
 
 
 
 
 
 
 
38
  ## Training procedure
39
 
40
  ### Training hyperparameters
 
35
 
36
  The DBLP-QuAD dataset is used for training and evaluation.
37
 
38
+ ## Example
39
+
40
+ Here's an example of the model capabilities:
41
+
42
+ - **input:**
43
+ - *question:* "Was the paper 'Stabilizing Client/Server Protocols without the Tears' not not published by Mohamed G. Gouda?"
44
+ - *context:* "[CLS] " + "DOUBLE_NEGATION" + " [SEP] " + "TC51" + " [SEP] " + "sparql": "ASK { <https://dblp.org/rec/conf/forte/Gouda95> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/g/MohamedGGouda> }" + " [SEP] " + ["<https://dblp.org/pid/g/MohamedGGouda>", "<https://dblp.org/rec/conf/forte/Gouda95>"]
45
+
46
+ - **output:**
47
+ "sparql": "ASK { <https://dblp.org/rec/conf/forte/Gouda95> <https://dblp.org/rdf/schema#authoredBy> <https://dblp.org/pid/g/MohamedGGouda> }" + " [SEP] " + ["<https://dblp.org/pid/g/MohamedGGouda>", "<https://dblp.org/rec/conf/forte/Gouda95>"]
48
+
49
  ## Training procedure
50
 
51
  ### Training hyperparameters