Dataset Viewer
Auto-converted to Parquet Duplicate
paraphrased
stringlengths
15
103
source
stringclasses
396 values
target
stringclasses
396 values
qid
stringlengths
20
24
anonymized_target
stringclasses
70 values
what employee was hired last
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_70
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who was the first person to start working
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_151
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee quit first
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_219
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee quit recently
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_250
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what students have the earliest start date
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_254
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee starting the soonest
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_367
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee quit their job first
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_395
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employees starting the latest
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_402
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee with largest end date
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_452
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employee started the earliest
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_514
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find student who started first
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_562
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what student started earliest
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_579
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person who first quit hisher job
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_589
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who finished school the earliest
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_613
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employees has the least recent start date
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_783
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find employee with latest last day
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_913
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student left most recently
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_990
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find student with earliest last day
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1031
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employeess last day was least recently
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1099
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employees with the latest start date
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1190
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student has the greatest end date
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1199
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what student graduates the earliest
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1202
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employees last day was most recently
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1215
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who quit working most recently
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1241
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employee has the latest start date
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1244
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employee has the latest start date
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1297
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student started earliest
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1393
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person that stopped school most recently
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1472
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee with smallest end date
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1546
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee quit most recently
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1589
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee has the earliest start date
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1636
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who is the newest employee
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1638
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who left their job the longest time ago
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1651
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person who completed the education first
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1653
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student was the last to finish
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1659
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which students have the earliest start date
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1732
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student whose start date is the smallest
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1738
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find employees with the latest end dates
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1777
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student who ended last
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1800
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employee has the longest employment
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1805
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what student started last
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1854
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student left first
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_1993
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find student with the latest starting date
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2029
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what student hast the earliest start date
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2083
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student started earliest
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2110
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find students that have the latest start date
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2124
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student started school the earliest
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2315
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student whose start date is the largest
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2321
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee with largest start date
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_2438
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find students whom have the earliest end date
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2456
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person who first joined his study
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2637
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which students started school latest
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2689
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student has the earliest start date
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2724
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person who last joined the study
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_2749
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee started earliest
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_2886
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee who started earliest
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3006
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee was the first to be hired
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3008
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person that started working most recently
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3040
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which student left most recently
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_train_3055
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who started first
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_3082
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who was the last employee to quit
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3090
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employees have the earliest end date
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3199
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee has the largest end date
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3280
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who started school the earliest
student that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_3348
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
an employee with the longest start date
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_train_3418
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
who started school most recently
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_train_3447
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what student has the latest start date
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_test_4
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employees with the soonest finish date
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_test_116
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student whose start date is largest
student that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_start_date)))) (call domain (string student))) (string student)))
socialnetwork_test_132
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find employee with the earliest start date
employee that has the smallest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_test_133
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what students have the latest end date
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_test_148
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee was most recently hired
employee that has the largest start date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_start_date)))) (call domain (string employee))) (string employee)))
socialnetwork_test_167
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
students who finish the latest
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_test_282
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person who completed the education latest
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_test_532
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student who started earliest
student that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_test_615
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee who resigned recently
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_test_630
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employee quit their job last
employee that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_test_707
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
a student with the most recent end date
student that has the largest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string max) (call ensureNumericProperty (string education_end_date)))) (call domain (string student))) (string student)))
socialnetwork_test_750
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee has the earliest end date
employee that has the smallest end date
(call listValue (call getProperty ((lambda s (call superlative (var s) (string min) (call ensureNumericProperty (string employment_end_date)))) (call domain (string employee))) (string employee)))
socialnetwork_test_796
(call listValue (call getProperty ((lambda s (call superlative (var s) (ANON_STRING) (call ensureNumericProperty (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find employees who have a start day at the same time as alices birthdate
employee whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_78
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
students finishing on alices birthday
student whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_158
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student who started the same day as alices birthday
student whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_161
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employee whose start date is birth date of alice
employee whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_604
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employees who finish on alices birthday
employee whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_645
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employees last day is the same as alices birth date
employee whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_661
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee ended their job on the same day as alices brithday
employee whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_663
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find the employee whose last day was on alices birthdate
employee whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_695
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
student who started on birthdate of alice
student whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_747
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
person who joined study on the day alice was born
student whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_893
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employees that are starting their new job on alices birthday
employee whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1096
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
people that stopped school the day alice was born
student whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_1133
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find a student who left on alices birthday
student whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_1230
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
what employee has a start date that is the birthdate of alice
employee whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1420
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
students who started on alices birthday
student whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_1772
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find me the student who graduated on alices birthdate
student whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_1852
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which employee has a start date on alices birthdate
employee whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_1914
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find students whos end date is equal to alices birthday
student whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_1920
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
find the student who graduated on alices birthday
student whose end date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_2090
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
employees starting on alices birthday
employee whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string employee))) (string employee)))
socialnetwork_train_2141
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
which students started on alices birthdate
student whose start date is birthdate of alice
(call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty en.person.alice (string birthdate)))) (call domain (string student))) (string student)))
socialnetwork_train_2270
(call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING)))
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
13