Datasets:

Modalities:
Text
Formats:
csv
Size:
< 1K
Libraries:
Datasets
Dask
License:
NiravBhan91 commited on
Commit
6830a01
1 Parent(s): e534568

Readme updated with info about queries.

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ I have uploaded the 2 sets of queries used in our Benchmark. These are 2 files containing 200 total queries:
5
+ 1) 142 single-API queries
6
+ 2) 58 double-API queries
7
+
8
+ Note that most queries (all single API queries and many double API queries) contain local IDs which will not work directly on a new dataset. The IDs must point to real objects for the API calls to execute.
9
+
10
+ However, it is not essential for an API call to fully execute to judge its correctness, unless it is the first step of a two-part query.