paraphrased stringlengths 15 103 | source stringclasses 618
values | target stringclasses 618
values | qid stringlengths 20 24 | anonymized_target stringclasses 87
values |
|---|---|---|---|---|
birthplace of students who started before 2004 | city that is birthplace of student whose end date is smaller than 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string ... | socialnetwork_test_443 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
is this person single or married | single or married | (call listValue (call concat en.relationship_status.single en.relationship_status.married)) | socialnetwork_train_488 | (call listValue (call concat ANON_ENTITY ANON_ENTITY)) |
people who quit their jobs after alice born | employee whose end date is larger than birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string employee))) (string employee))) | socialnetwork_train_1341 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find someone with the same gender as alice | person whose gender is gender of alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string gender) (string =) (call getProperty en.person.alice (string gender)))) | socialnetwork_test_620 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ANON_ENTITY (ANON_STRING)))) |
sex of students that started school in 2004 or earlier | gender that is gender of student whose start date is at most 2004 | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string... | socialnetwork_train_1791 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
student whose university is either brown university or ucla | student whose university is brown university or ucla | (call listValue (call getProperty ((lambda s (call filter (var s) (string university) (string =) (call concat en.university.brown en.university.ucla))) (call domain (string student))) (string student))) | socialnetwork_train_3194 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call concat ANON_ENTITY ANON_ENTITY))) (call domain (ANON_STRING))) (ANON_STRING))) |
what is alice studying at brown university | field of study of student alice whose university is brown university | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string student))) (string university) (string =) en.university.brown) (string field_of_study))) | socialnetwork_train_1285 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
where are people born who are 180 cm in height | person whose birthplace is person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string birthplace) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_1877 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
which students graduated any year but 2004 | student whose end date is not 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student))) | socialnetwork_train_1503 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING))) |
what students have their field of study in computer science of history | student whose field of study is computer science or history | (call listValue (call getProperty ((lambda s (call filter (var s) (string field_of_study) (string =) (call concat en.field.computer_science en.field.history))) (call domain (string student))) (string student))) | socialnetwork_train_2714 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call concat ANON_ENTITY ANON_ENTITY))) (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))) |
name a person 180 cm tall who is friends with alice | person whose height is 180 cm and that is friends with alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (string friend) (string =) en.person.alice)) | socialnetwork_train_2372 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
what is the relationship status of a person whose height is 180 cm | relationship status that is relationship status of person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_2232 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
who is friends with the person who didnt start in 2004 | person that student whose start date is not 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student)))) | socialnetwork_train_2961 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
which employee started earlier than 2004 or 2010 | employee whose start date is smaller than 2004 or 2010 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string <) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (string employee))) (string employee))) | socialnetwork_train_1157 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (ANON_STRING))) (ANON_STRING))) |
relationship status of student whose end date is after 2004 | relationship status that is relationship status of student whose end date is larger than 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1))... | socialnetwork_train_3195 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
students who left when alice started as a student | student whose end date is start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date)))) (call domain (string student))) (string student))) | socialnetwork_test_366 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
people that stopped working after 2004 | employee whose end date is larger than 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (string employee))) | socialnetwork_train_3411 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING))) |
where wa alice not born | city that is not birthplace of alice | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string !=) en.person.alice)) | socialnetwork_train_2929 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
find me all of alices guy friends | person whose gender is male and that is friends with alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string gender) (string =) en.gender.male) (string friend) (string =) en.person.alice)) | socialnetwork_train_1052 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
people who joined the institution with alice | student whose start date is start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date)))) (call domain (string student))) (string student))) | socialnetwork_test_315 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find employees who have a start date that is the same as employee alice | employee whose start date is start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date)))) (call domain (string employee))) (string employee))) | socialnetwork_train_1174 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find students who have a start date the same as employee alice | student whose start date is start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date)))) (call domain (string student))) (string student))) | socialnetwork_train_2125 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
which employee finished the same time alice started | employee whose end date is at least start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date))))) (call domain (string employee))) (strin... | socialnetwork_train_2473 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
where was the 180 cm tall person born | city that is birthplace of person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_test_461 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
what is alices field of study | field of study of student alice | (call listValue (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string field_of_study))) | socialnetwork_train_1726 | (call listValue (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))) |
people who studied in universities other than brown university | student whose university is not brown university | (call listValue (call getProperty ((lambda s (call filter (var s) (string university) (string !=) en.university.brown)) (call domain (string student))) (string student))) | socialnetwork_train_1225 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING))) |
person born after alice graduated | person whose birthdate is at least end date of student alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call ensureNumericProperty (string birthdate)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) | socialnetwork_train_68 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) |
connections of friends who started dating before 2004 | person that student whose start date is at most 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string... | socialnetwork_test_546 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
how many companies are there | number of company | (call listValue (call .size (call getProperty (call singleton en.company) (string !type)))) | socialnetwork_train_2048 | (call listValue (call .size (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
which student left school before alice left school | student whose start date is smaller than end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string student))) (string s... | socialnetwork_train_1555 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what people are friends of students who have a start date no earlier than 2004 | person that is friends with student whose start date is at most 2004 | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (st... | socialnetwork_train_3517 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
people that stopped working when alice started working | employee whose end date is start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date)))) (call domain (string employee))) (string employee))) | socialnetwork_train_2551 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
who quit at the same time or after alice did | student whose end date is at least end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string student))) (string ... | socialnetwork_train_2072 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
which students start date is on or before alices end date | student whose start date is at most end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string student))) (strin... | socialnetwork_train_1122 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what person is friends with an employee who had an end date no later than 2004 | person that is friends with employee whose end date is at most 2004 | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (st... | socialnetwork_train_880 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
what students have an end date earlier than 2004 or 2010 | student whose end date is smaller than 2004 or 2010 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (string student))) (string student))) | socialnetwork_test_231 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find all people who are friends with less than two other people | person that is friends with less than two person | (call listValue (call countComparative (call getProperty (call singleton en.person) (string !type)) (string friend) (string <) (number 2) (call getProperty (call singleton en.person) (string !type)))) | socialnetwork_train_2887 | (call listValue (call countComparative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER) (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
which city has minimum number of people born in | city that is birthplace of the least number of person | (call listValue (call countSuperlative (call getProperty (call singleton en.city) (string !type)) (string min) (call reverse (string birthplace)) (call getProperty (call singleton en.person) (string !type)))) | socialnetwork_test_571 | (call listValue (call countSuperlative (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (call reverse (ANON_STRING)) (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
start date of alice at mckinsey | start date of employee alice whose employer is mckinsey | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string employee))) (string employer) (string =) en.company.mckinsey) (string employment_start_date))) | socialnetwork_train_1521 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (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))) |
find people who are not male | person whose gender is not male | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string gender) (string !=) en.gender.male)) | socialnetwork_train_2741 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
what is the gender of the student that graduated before 2004 | gender that is gender of student whose end date is at most 2004 | (call listValue (call filter (call getProperty (call singleton en.gender) (string !type)) (call reverse (string gender)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string s... | socialnetwork_test_483 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
what logged in person was born in new york | person whose birthplace is new york and that is logged in | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string birthplace) (string =) en.city.new_york) (string logged_in))) | socialnetwork_test_468 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
person who has male friends | person that is friends with person whose gender is male | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string gender) (string =) en.gender.male))) | socialnetwork_train_3312 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY))) |
what employee has a start date that is the same as the end date of alice | employee whose start date is end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date)))) (call domain (string employee))) (string employee))) | socialnetwork_train_76 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find the relationship status of employees with an end date earlier than 2004 | relationship status that is relationship status of employee whose end date is smaller than 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)... | socialnetwork_train_1878 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
birth city of employee whose employer is not mckinsey | city that is birthplace of employee whose employer is not mckinsey | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (string employer) (string !=) en.company.mckinsey)) (call domain (string employee))) (string employee)))) | socialnetwork_train_1560 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING)))) |
an employee ending in 2004 or 2010 | employee whose end date is at most 2004 or 2010 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <=) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (string employee))) (string employee))) | socialnetwork_train_2523 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find the people who joined studies before alice joined work | student whose start date is smaller than start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date))))) (call domain (string student))) (stri... | socialnetwork_test_598 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find me everyone born in new york who is single | person whose birthplace is new york and whose relationship status is single | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string birthplace) (string =) en.city.new_york) (string relationship_status) (string =) en.relationship_status.single)) | socialnetwork_train_2501 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
find student with last day 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_2918 | (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 whose end date is not after end date of student alice | student whose end date is at most end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string student))) (string st... | socialnetwork_train_2570 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find people who are friend with students that have an end date not of 2004 | person that is friends with student whose end date is not 2004 | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student)))) | socialnetwork_train_2585 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
who is the boss of alice | employee whose employer is employer of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employer) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employer)))) (call domain (string employee))) (string employee))) | socialnetwork_test_566 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
what students have a start date that is after the start date of employee alice | student whose start date is larger than start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date))))) (call domain (string student))) (stri... | socialnetwork_test_359 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
which people are friends with employees how started after 2004 | person that is friends with employee whose start date is larger than 2004 | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string employee))) (s... | socialnetwork_train_1255 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
people that started school after 2004 or after 2010 | student whose start date is larger than 2004 or 2010 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string >) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (string student))) (string student))) | socialnetwork_train_3042 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call concat (date 2004 -1 -1) (date 2010 -1 -1))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find employee with last day before alices start date | employee whose end date is smaller than start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date))))) (call domain (string employee))) (stri... | socialnetwork_test_715 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
which employees start date is the same as alice | employee whose start date is start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date)))) (call domain (string employee))) (string employee))) | socialnetwork_train_9 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
who joined on in 2004 and is 180 cm tall | person whose height is 180 cm and whose start date is 2004 | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (string education_start_date) (string =) (date 2004 -1 -1))) | socialnetwork_train_2815 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) |
people who are single that are currently online | person whose relationship status is single and that is logged in | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) en.relationship_status.single) (string logged_in))) | socialnetwork_train_3064 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
how many males or females are there | number of gender | (call listValue (call .size (call getProperty (call singleton en.gender) (string !type)))) | socialnetwork_train_2574 | (call listValue (call .size (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
people who quit their job before alice joined | employee whose end date is start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string employment_end_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date)))) (call domain (string employee))) (string employee))) | socialnetwork_train_618 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find all people born in 2004 that are friends with alice | person whose birthdate is 2004 and that is friends with alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string birthdate) (string =) (date 2004 -1 -1)) (string friend) (string =) en.person.alice)) | socialnetwork_train_786 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
alices friends who are single | person whose relationship status is single and that is friends with alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) en.relationship_status.single) (string friend) (string =) en.person.alice)) | socialnetwork_train_1310 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
name the student who the quit the job with alice | student whose end date is end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_end_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date)))) (call domain (string student))) (string student))) | socialnetwork_train_3311 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
find all of alices friends who are currently online | person that is logged in and that is friends with alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string logged_in)) (string friend) (string =) en.person.alice)) | socialnetwork_train_69 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
what is the number of the city | number of city | (call listValue (call .size (call getProperty (call singleton en.city) (string !type)))) | socialnetwork_train_1836 | (call listValue (call .size (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)))) |
people that work for less than two employers | employee that has less than two employer | (call listValue (call getProperty ((lambda s (call countComparative (var s) (string employer) (string <) (number 2))) (call domain (string employee))) (string employee))) | socialnetwork_train_29 | (call listValue (call getProperty ((lambda s (call countComparative (var s) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) (call domain (ANON_STRING))) (ANON_STRING))) |
people that stopped school when alice was born or after | student whose end date is at least birthdate of alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >=) (call ensureNumericEntity (call getProperty en.person.alice (string birthdate))))) (call domain (string student))) (string student))) | socialnetwork_train_2566 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what is the field of study for people who are 180 cm tall | field that is field of study of person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.field) (string !type)) (call reverse (string field_of_study)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_1280 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
find students whose fields are computer science or history | student whose field of study is computer science or history | (call listValue (call getProperty ((lambda s (call filter (var s) (string field_of_study) (string =) (call concat en.field.computer_science en.field.history))) (call domain (string student))) (string student))) | socialnetwork_test_788 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call concat ANON_ENTITY ANON_ENTITY))) (call domain (ANON_STRING))) (ANON_STRING))) |
employee whose start date is not after end date of student alice | employee whose start date is at most end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string <=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string employee))) (strin... | socialnetwork_train_846 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
people that are friends with the new emplyee starting before2994 | person that employee whose start date is smaller than 2004 is friends with | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call reverse (string friend)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string... | socialnetwork_train_2485 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
find employees who have a start date later than that of the end date of employee alice | employee whose start date is larger than end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string employee))) (stri... | socialnetwork_train_3406 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
what are the relationships statuses of students who started school before 2004 | relationship status that is relationship status of student whose start date is smaller than 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_start_date)) (string <) (call ensureNumericEntity (date 2004 -1 -1... | socialnetwork_train_300 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
which student 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_2653 | (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 is the relationship status of student who ended in 2004 | relationship status that is relationship status of student whose end date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)... | socialnetwork_train_3297 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
find friends who are 180 cm tall like alice | person whose height is 180 cm and that is height of alice | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)) (call reverse (string height)) (string =) en.person.alice)) | socialnetwork_train_1949 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
employee whose start date is not before start date of student alice | employee whose start date is at least start date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >=) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_start_date))))) (call domain (string employee))) (str... | socialnetwork_train_3276 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
relationship status of employees starting after 2004 | relationship status that is relationship status of employee whose start date is larger than 2004 | (call listValue (call filter (call getProperty (call singleton en.relationship_status) (string !type)) (call reverse (string relationship_status)) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_start_date)) (string >) (call ensureNumericEntity (date 2004 -1 -... | socialnetwork_train_1283 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (AN... |
find people who have a relationship status of single who are also friends with alice | person whose relationship status is single and that alice is friends with | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string relationship_status) (string =) en.relationship_status.single) (call reverse (string friend)) (string =) en.person.alice)) | socialnetwork_test_370 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (call reverse (ANON_STRING)) (ANON_STRING) ANON_ENTITY)) |
which students start school the same day alice starts work | student whose start date is start date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string =) (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_start_date)))) (call domain (string student))) (string student))) | socialnetwork_train_1751 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING)))) (call domain (ANON_STRING))) (ANON_STRING))) |
people who are shorter than 181 cm | person whose height is at most 180 cm | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call ensureNumericProperty (string height)) (string <=) (call ensureNumericEntity (number 180 en.cm)))) | socialnetwork_train_3430 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (ANON_NUMBER)))) |
student whose end date is before end date of student alice | student whose end date is smaller than end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string <) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string student))) (string stu... | socialnetwork_train_1371 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (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))) |
person that is a friend of student who will graduate by 2004 | person that is friends with student whose end date is at least 2004 | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (string friend) (string =) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string education_end_date)) (string >=) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (string student))) (stri... | socialnetwork_train_874 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (date 2004 -1 -1)))) (call domain (ANON_STRING))) (ANON_STRING)))) |
which employee quit working before alice graduated from school | employee whose end date is smaller than end date of student alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string <) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) (call domain (string employee))) (string e... | socialnetwork_test_670 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find the birthplace cities of employees whom have a start date not equal to 2004 | city that is birthplace of employee whose start date is not 2004 | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call getProperty ((lambda s (call filter (var s) (string employment_start_date) (string !=) (date 2004 -1 -1))) (call domain (string employee))) (string employee)))) | socialnetwork_train_2730 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING)))) |
people who joined study in years other than 2004 | student whose start date is not 2004 | (call listValue (call getProperty ((lambda s (call filter (var s) (string education_start_date) (string !=) (date 2004 -1 -1))) (call domain (string student))) (string student))) | socialnetwork_train_3304 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1))) (call domain (ANON_STRING))) (ANON_STRING))) |
the university of someone 180 cm tall | university that is university of person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.university) (string !type)) (call reverse (string university)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_1618 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
find me all end dates of all employees named alice who studied at brown university | end date of student alice whose university is brown university | (call listValue (call getProperty (call filter (call getProperty en.person.alice (call reverse (string student))) (string university) (string =) en.university.brown) (string education_end_date))) | socialnetwork_train_2782 | (call listValue (call getProperty (call filter (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING) (ANON_STRING) ANON_ENTITY) (ANON_STRING))) |
what cities are the birthplaces of people who have a height of 180 cm | city that is birthplace of person whose height is 180 cm | (call listValue (call filter (call getProperty (call singleton en.city) (string !type)) (call reverse (string birthplace)) (string =) (call filter (call getProperty (call singleton en.person) (string !type)) (string height) (string =) (number 180 en.cm)))) | socialnetwork_train_3497 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call reverse (ANON_STRING)) (ANON_STRING) (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (ANON_NUMBER)))) |
employees whose end date is after alices end date | employee whose end date is larger than end date of employee alice | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (string employment_end_date)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string employee))) (string employment_end_date))))) (call domain (string employee))) (string... | socialnetwork_train_3034 | (call listValue (call getProperty ((lambda s (call filter (var s) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) (call domain (ANON_STRING))) (ANON_STRING))) |
find someone who is as tall or shorter than alice | person whose height is at most height of alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call ensureNumericProperty (string height)) (string <=) (call ensureNumericEntity (call getProperty en.person.alice (string height))))) | socialnetwork_train_2439 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty ANON_ENTITY (ANON_STRING))))) |
which employee is not the software engineer | employee whose job title is not software engineer | (call listValue (call getProperty ((lambda s (call filter (var s) (string job_title) (string !=) en.job_title.software_engineer)) (call domain (string employee))) (string employee))) | socialnetwork_train_2254 | (call listValue (call getProperty ((lambda s (call filter (var s) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) (call domain (ANON_STRING))) (ANON_STRING))) |
find someone born after alices graduation date | person whose birthdate is larger than end date of student alice | (call listValue (call filter (call getProperty (call singleton en.person) (string !type)) (call ensureNumericProperty (string birthdate)) (string >) (call ensureNumericEntity (call getProperty (call getProperty en.person.alice (call reverse (string student))) (string education_end_date))))) | socialnetwork_test_21 | (call listValue (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (call ensureNumericProperty (ANON_STRING)) (ANON_STRING) (call ensureNumericEntity (call getProperty (call getProperty ANON_ENTITY (call reverse (ANON_STRING))) (ANON_STRING))))) |
find all people who are not in a relationship and were born in 2004 | person whose birthdate is 2004 and whose relationship status is single | (call listValue (call filter (call filter (call getProperty (call singleton en.person) (string !type)) (string birthdate) (string =) (date 2004 -1 -1)) (string relationship_status) (string =) en.relationship_status.single)) | socialnetwork_train_349 | (call listValue (call filter (call filter (call getProperty (call singleton ANON_ENTITY) (ANON_STRING)) (ANON_STRING) (ANON_STRING) (date 2004 -1 -1)) (ANON_STRING) (ANON_STRING) ANON_ENTITY)) |
employee with one employer | employee that has less than two employer | (call listValue (call getProperty ((lambda s (call countComparative (var s) (string employer) (string <) (number 2))) (call domain (string employee))) (string employee))) | socialnetwork_test_833 | (call listValue (call getProperty ((lambda s (call countComparative (var s) (ANON_STRING) (ANON_STRING) (ANON_NUMBER))) (call domain (ANON_STRING))) (ANON_STRING))) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.