Skip to Main Content
Table 5: 
Qualitative analysis of programs for different type of question for CIPITR and NSM.
Ques TypeInput
Query( E,R,T)CIPITR ProgramNSM program
Simple Who is associated with Robert Emmett O’Malley ? E0: Robert Emmett O’MalleyR0: associated with T0: person A = gen_set(E0, R0, T0) A = gen_set(E0, R0, T0) 
Verify Is Sergio Mattarella the chief of state of Italy ? E0: Sergio Mattarella, E1: Italy, R0: chief of state A = verify(E0, R0, E1) A = verify(E0, R0, E1) 
Logical Which cities were Animal Kingdom filmed on or share border with Pedralba ? E0: Animal Kingdom, E1: Pedralba, R0: filmed_on, R1: Share_border, T0: cities A = gen_set(E0, R0, T0); B = gen_set(E1, R1, T0); C = set_union(A,B) A = gen_set(E1, R1, T0); B = gen_set(E1, R1, None); C = set_union(A,B) 
Quant Count How many nucleic acid sequences encodes Calreticulin or Neurotensin/neuromedin-N ? E0: Calreticulin, E1: Neurotensin/neuromedin-N, R0: encoded_by, T0: nucleic acid A = gen_set(E0, R0, T0); B = gen_set(E1, R0, T0); C = set_union(A,B); D = set_count(C) A = gen_set(E0, R0, T0); B = set_count(A); C = set_union(A,B) 
Quant What municipal councils are the legislative bodies for max US administrative territories ? T0: muncipal council, T1: US administrative territories R0: legislative_body of A = gen_map_set(T0, R0, T1); B = map_count(A); C = select_max(B) A = gen_map_set(T0, R0, T1); B = gen_map_set(T0, R0, T1); C = map_count(A) 
Comp Which works did less number of people do the dubbing for than Herculesy el rey de Tesalia ? E0: Herculesy el rey de Tesalia, R0: dubbed_by, T0: works, T1: people A = gen_map_set(T0, R0, T1); B = gen_set(E0, R0, T1); C = set_count(B); D= map_count(A); E = select_less(D,C) A = gen_set(E0, R0, T1); B= gen_set(E0, R0, T1); C= gen_map_set(T0, R0, T1); D= set_diff(A,B) 
Ques TypeInput
Query( E,R,T)CIPITR ProgramNSM program
Simple Who is associated with Robert Emmett O’Malley ? E0: Robert Emmett O’MalleyR0: associated with T0: person A = gen_set(E0, R0, T0) A = gen_set(E0, R0, T0) 
Verify Is Sergio Mattarella the chief of state of Italy ? E0: Sergio Mattarella, E1: Italy, R0: chief of state A = verify(E0, R0, E1) A = verify(E0, R0, E1) 
Logical Which cities were Animal Kingdom filmed on or share border with Pedralba ? E0: Animal Kingdom, E1: Pedralba, R0: filmed_on, R1: Share_border, T0: cities A = gen_set(E0, R0, T0); B = gen_set(E1, R1, T0); C = set_union(A,B) A = gen_set(E1, R1, T0); B = gen_set(E1, R1, None); C = set_union(A,B) 
Quant Count How many nucleic acid sequences encodes Calreticulin or Neurotensin/neuromedin-N ? E0: Calreticulin, E1: Neurotensin/neuromedin-N, R0: encoded_by, T0: nucleic acid A = gen_set(E0, R0, T0); B = gen_set(E1, R0, T0); C = set_union(A,B); D = set_count(C) A = gen_set(E0, R0, T0); B = set_count(A); C = set_union(A,B) 
Quant What municipal councils are the legislative bodies for max US administrative territories ? T0: muncipal council, T1: US administrative territories R0: legislative_body of A = gen_map_set(T0, R0, T1); B = map_count(A); C = select_max(B) A = gen_map_set(T0, R0, T1); B = gen_map_set(T0, R0, T1); C = map_count(A) 
Comp Which works did less number of people do the dubbing for than Herculesy el rey de Tesalia ? E0: Herculesy el rey de Tesalia, R0: dubbed_by, T0: works, T1: people A = gen_map_set(T0, R0, T1); B = gen_set(E0, R0, T1); C = set_count(B); D= map_count(A); E = select_less(D,C) A = gen_set(E0, R0, T1); B= gen_set(E0, R0, T1); C= gen_map_set(T0, R0, T1); D= set_diff(A,B) 
Close Modal

or Create an Account

Close Modal
Close Modal