MahsaGRBNL commited on
Commit
73e824a
·
verified ·
1 Parent(s): b4679b4

Upload 2 files

Browse files
Files changed (2) hide show
  1. atis_test.tsv +448 -0
  2. atis_train.tsv +0 -0
atis_test.tsv ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
2
+ what flight go from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
3
+ i need an earli flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
4
+ what type of ground transport are avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
5
+ what flight go from ci1 to ci0 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
6
+ is ground transport avail in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
7
+ i need to fli from ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
8
+ flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
9
+ flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
10
+ flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
11
+ i would like flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
12
+ could i have flight inform on flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
13
+ could i have flight inform on flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
14
+ i would like inform on flight leav from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
15
+ i need inform on flight from ci0 to ci1 that leav on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
16
+ i need the flight from ci0 to ci1 on a da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
17
+ i need the fare on flight from ci0 to ci1 on a da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
18
+ i want to go from ci0 to ci1 on a da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
19
+ i need a flight from ci0 to ci1 that leav befor ti0 see if too much inform ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
20
+ get fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
21
+ get da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
22
+ get fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
23
+ get da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
24
+ get da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
25
+ get the da0 fare from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
26
+ list da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
27
+ list da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
28
+ get flight from ci0 to ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) )
29
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
30
+ get flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
31
+ get flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
32
+ get last flight from ci1 to ci0 on da0 or first flight from ci1 to ci0 on da1 ( lambda $0 e ( or ( = $0 ( argmax $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ) ( departure_time $1 ) ) ) ( = $0 ( argmin $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da1 ) ) ( departure_time $1 ) ) ) ) )
33
+ get first flight from ci1 to ci0 on da0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) )
34
+ get last flight from ci1 to ci0 on da0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) )
35
+ list last da0 flight from ci1 to ci0 ( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) ( departure_time $0 ) )
36
+ get flight from ci1 to ci0 stop at ap0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ap0 ) ) )
37
+ get flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
38
+ i need a flight from ci0 to ci1 leav da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
39
+ i need a flight depart from ci0 to ci1 leav da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
40
+ is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
41
+ i need flight inform for a flight depart from ci0 to ci1 depart da0 at ti0 ( lambda $0 e ( and ( flight $0 ) ( departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
42
+ i need flight inform for a flight depart from ci0 to ci1 da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
43
+ i need flight inform for flight depart from ci0 go back to ci1 da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
44
+ i need flight inform for flight depart from ci0 to ci1 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
45
+ i need flight inform for flight depart from ci0 to ci1 on da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
46
+ i need a flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
47
+ is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
48
+ i need flight and airlin inform for a flight from ci1 to ci0 on da0 depart after ti0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( airline:e $0 ) $1 ) ) ) )
49
+ is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
50
+ i need a flight from ci0 to ci1 depart da0 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
51
+ is there ground transport avail at the ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
52
+ i need a flight from ci1 to ci0 on da0 depart after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
53
+ i need flight and fare inform for da0 depart prior to ti0 from ci1 go to ci0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
54
+ i need flight and fare inform depart from ci1 to ci0 on da0 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
55
+ i need flight number and airlin for flight depart from ci1 to ci0 on da0 depart befor ti0 ( lambda $0 e ( lambda $1 e ( exists $2 ( and ( flight $2 ) ( < ( departure_time $2 ) ti0 ) ( from $2 ci1 ) ( to $2 ci0 ) ( day $2 da0 ) ( = ( flight_number $2 ) $0 ) ( = ( airline:e $2 ) $1 ) ) ) ) )
56
+ i need flight number for those flight depart on da0 befor ti0 from ci1 go to ci0 ( lambda $0 e ( exists $1 ( and ( < ( departure_time $1 ) ti0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( day $1 da0 ) ( = ( flight_number $1 ) $0 ) ) ) )
57
+ list airport in st0 st1 and st2 pleas ( lambda $0 e ( and ( airport $0 ) ( or ( loc:t $0 st0 ) ( loc:t $0 st1 ) ( loc:t $0 st2 ) ) ) )
58
+ list st0 st1 st2 airport ( lambda $0 e ( and ( airport $0 ) ( or ( loc:t $0 st2 ) ( loc:t $0 st1 ) ( loc:t $0 st0 ) ) ) )
59
+ list the st0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 st0 ) ) )
60
+ list st0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 st0 ) ) )
61
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
62
+ list st0 airport ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 st0 ) ) )
63
+ list airport ( lambda $0 e ( airport $0 ) )
64
+ list da0 night flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
65
+ list flight from ci1 to ci0 befor ti0 da0 morn ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( during_day $0 morning:pd ) ) )
66
+ which airlin fli between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) )
67
+ pleas list afternoon flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
68
+ what is ap0 ap0
69
+ what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
70
+ pleas list onli the flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
71
+ what type of aircraft are fli from ci0 to ci1 befor ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( < ( departure_time $1 ) ti0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
72
+ i need inform on flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
73
+ i need a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
74
+ i need a ticket from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
75
+ i need a ticket from ci0 tennesse to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
76
+ i need flight inform from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
77
+ i need to rent a car at ci0 ( lambda $0 e ( and ( rental_car $0 ) ( to_city $0 ci0 ) ) )
78
+ i need a daili flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
79
+ i need flight depart from ci1 and arriv ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
80
+ i need inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
81
+ i need inform on flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
82
+ i want a flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
83
+ i need inform on flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
84
+ i need the flight number of flight leav from ci0 and arriv at ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
85
+ which flight go from ci0 to ci1 and back ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
86
+ what doe fare code fb0 mean fb0
87
+ show me flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
88
+ what the abbrevi al0 stand for al0
89
+ i'd like a one way ticket from ci0 to ci1 either da0 even or da1 morn ( lambda $0 e ( and ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( and ( day $0 da0 ) ( during_day $0 evening:pd ) ) ( and ( day $0 da1 ) ( during_day $0 morning:pd ) ) ) ) )
90
+ show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
91
+ what doe fare code fb0 mean fb0
92
+ what doe fare code fb0 mean fb0
93
+ what doe fare code fb0 mean fb0
94
+ what are restrict rc0 rc0
95
+ pleas show me first class flight from ci0 to ci1 one way leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( class_type $0 first:cl ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
96
+ now show me all round trip flight from ci0 to ci1 that arriv befor ti0 in ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
97
+ round trip flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
98
+ what airlin is al0 al0
99
+ show me all al0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
100
+ show me all flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
101
+ which airlin is al0 al0
102
+ pleas list all flight from ci0 to ci1 ani ani type of class ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
103
+ what doe fare code fb0 mean fb0
104
+ show me a return flight from ci0 to ap0 pleas ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ap0 ) ) )
105
+ what doe fare code fb0 mean fb0
106
+ what doe fare code fb0 mean fb0
107
+ what doe fare code fb0 mean fb0
108
+ what doe fare code fb0 mean fb0
109
+ show me one way flight from ci0 to ci1 after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
110
+ show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
111
+ show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
112
+ show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
113
+ show me nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
114
+ show me round trip between ci0 and ci1 ( lambda $0 e ( and ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
115
+ show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
116
+ show me the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) )
117
+ show me the cheapest one way flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) )
118
+ show me the cheapest economi flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( economy $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) )
119
+ ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
120
+ ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
121
+ what airlin is al0 al0
122
+ ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
123
+ ground transport for ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
124
+ ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
125
+ ci0 to ci1 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
126
+ ci1 to ci0 economi ( lambda $0 e ( and ( economy $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
127
+ what airlin is al0 al0
128
+ which airlin is al0 al0
129
+ which airlin is al0 al0
130
+ which airlin is al0 al0
131
+ which airlin is al0 al0
132
+ ci0 to ci1 one way befor ti0 ( lambda $0 e ( and ( oneway $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
133
+ what airlin is al0 al0
134
+ ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
135
+ from ci0 to ci1 one way after ti0 da0 ( lambda $0 e ( and ( oneway $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
136
+ and from ci0 to ci1 befor ti0 daili ( lambda $0 e ( and ( daily $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
137
+ what airlin is al0 al0
138
+ show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
139
+ show me all flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
140
+ what airlin is al0 al0
141
+ show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
142
+ show me flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
143
+ show me ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
144
+ show me flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
145
+ show me first class flight from ci0 to ci1 round trip ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
146
+ show me first class flight from ci0 to ci1 round trip ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
147
+ show me all round trip flight from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
148
+ show me all round trip flight from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
149
+ show me one way flight from ci0 to ci1 befor ti0 on ani day ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
150
+ what doe fare code fb0 mean fb0
151
+ show me round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
152
+ what doe the restrict rc0 mean rc0
153
+ what doe fare code fb0 mean fb0
154
+ what airlin is al0 al0
155
+ what airlin is al0 al0
156
+ what airlin is al0 al0
157
+ what airlin is al0 in sam al0
158
+ show me nonstop flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
159
+ show me nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
160
+ show me the nonstop flight and fare from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
161
+ show me the nonstop flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
162
+ show me weekday flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) )
163
+ show me weekday flight from ci0 to ci1 one way ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( weekday $0 ) ) )
164
+ what airlin is al0 al0
165
+ list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
166
+ list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
167
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
168
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
169
+ list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
170
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
171
+ list flight from ci1 to ci0 in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
172
+ list flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
173
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
174
+ list flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
175
+ list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
176
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
177
+ list distanc from ap0 airport to ci0 downtown in ci0 ( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
178
+ list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
179
+ list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
180
+ list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
181
+ list airport ( lambda $0 e ( airport $0 ) )
182
+ list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
183
+ list airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
184
+ list the airport in ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
185
+ list ci0 ci0
186
+ list ci0 ci0
187
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
188
+ list flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
189
+ list flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
190
+ list flight from ci0 california to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
191
+ list flight from ci0 california to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
192
+ list flight from ci0 to ci1 with fare on da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
193
+ list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
194
+ list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
195
+ list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
196
+ list flight from ci0 on da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( day $0 da0 ) ) )
197
+ list type of aircraft for all flight from ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci0 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
198
+ list flight and fare from ci0 to ci1 round trip leav da0 return next da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( = ( fare $0 ) $1 ) ) ) )
199
+ what class is fare code fb0 fb0
200
+ list flight from ci0 to ci1 on da0 of fare basi code of fb0 ( lambda $0 e ( and ( flight $0 ) ( fare_basis_code $0 fb0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
201
+ list airfar for first class round trip from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
202
+ list coach round trip airfar from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( round_trip $1 ) ( class_type $1 coach:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
203
+ list flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
204
+ list flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
205
+ list flight befor ti0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
206
+ list flight from ci0 to ci1 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
207
+ list flight from ci0 to ci1 after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
208
+ list airlin that fli from ci1 to ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) )
209
+ list al0 from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
210
+ list seat capac of al0 from ci1 to ci0 ( lambda $0 e ( and ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( capacity $1 ) $0 ) ) ) ) )
211
+ list al0 from ci1 to ci0 with aircraft type ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( aircraft_code $0 $1 ) ) ) )
212
+ what ground transport is there in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
213
+ list ground transport in ci0 ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
214
+ list flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
215
+ give me the flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
216
+ give me the flight from ci1 to ci0 da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
217
+ give me the round trip flight from ci0 to ci1 next da0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
218
+ give me the fare for round trip flight from ci0 to ci1 next da0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
219
+ give me the flight and fare for a trip to ci0 from ci1 on da0 ( lambda $0 e ( exists $1 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ( fare $0 $1 ) ) ) )
220
+ give me the fare from ci0 to ci1 next da0 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day $1 da0 ) ( = ( fare $1 ) $0 ) ) ) )
221
+ give me the flight from ci0 to ci1 on da0 or da1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( or ( day $0 da0 ) ( day $0 da1 ) ) ) )
222
+ give me the flight from ci0 to ci1 on da0 even ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
223
+ give me the flight from ci0 to ci1 on da0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
224
+ give me the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
225
+ give me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
226
+ give me the meal flight depart earli da0 morn from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( has_meal $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
227
+ give me the flight from ci0 to ci1 da0 morn that have meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
228
+ give me flight from ci0 to ci1 that have meal on al0 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
229
+ give me the flight from ci0 to ci1 that have meal on al0 da0 morn ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
230
+ give me the flight from ci0 to ci1 on al0 that have meal earli da0 morn ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
231
+ give me a combin of al0 from ci0 to ci1 that have meal earli da0 morn ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
232
+ give me the da0 morn flight with meal from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
233
+ give me the da0 morn flight on al0 that have meal from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
234
+ give me the da0 morn flight from ci1 to ci0 on al0 that have meal ( lambda $0 e ( and ( flight $0 ) ( has_meal $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
235
+ give me the flight from ci0 to ci1 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
236
+ give me the flight from ci1 to ci0 nonstop ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
237
+ give me the cheapest round trip flight from ci0 to ci1 around mn0 dn0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( round_trip $0 ) ) ( fare $0 ) )
238
+ i need a da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
239
+ i need a da0 flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
240
+ give me a flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
241
+ can i have a morn flight from ci0 to ci1 pleas ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
242
+ cheapest round trip fare from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
243
+ cheapest one way fare from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) )
244
+ flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
245
+ flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
246
+ da0 flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
247
+ flight number on al0 from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
248
+ flight number from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
249
+ flight number from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
250
+ flight number from ci0 to ci1 on al0 ( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( flight_number $1 ) $0 ) ) ) )
251
+ is there a fare from ci0 to ci1 under do0 ( lambda $0 e ( and ( < ( fare $0 ) do0 ) ( exists $1 ( and ( = ( fare $1 ) $0 ) ( from $1 ci0 ) ( to $1 ci1 ) ) ) ) )
252
+ how much is coach flight from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( class_type $1 coach:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
253
+ ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
254
+ ci0 to ci1 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
255
+ ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
256
+ ci0 to ci1 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
257
+ ci0 to ci1 after ti0 ( lambda $0 e ( and ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
258
+ ci0 to ci1 befor ti0 ( lambda $0 e ( and ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
259
+ ci0 to ci1 mn0 dn0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
260
+ cheapest fare from ci0 to ci1 on dn0 of mn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) )
261
+ cheapest fare round trip from ci0 to ci1 on mn0 dn0 ( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( round_trip $1 ) ( = ( fare $1 ) $0 ) ) ) )
262
+ ci0 to ci1 on da0 arriv befor ti0 ( lambda $0 e ( and ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
263
+ ci0 to ci1 da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
264
+ ci0 citi to ci1 and ci2 to ci1 on da0 ( lambda $0 e ( and ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) ( day $0 da0 ) ) )
265
+ ci0 citi to ci1 and ci2 to ci1 on da0 ( lambda $0 e ( and ( or ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( from $0 ci0 ) ( to $0 ci1 ) ) ) ( day $0 da0 ) ) )
266
+ ci0 to ci1 da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
267
+ ci1 to ci0 da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
268
+ ci0 to ci1 on da0 afternoon ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
269
+ ci0 to ci1 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
270
+ ci1 to ci0 da0 morn ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
271
+ ci0 to ci1 afternoon da0 ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
272
+ ci0 to ci1 afternoon on da0 ( lambda $0 e ( and ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
273
+ ci1 to ci0 da0 even ( lambda $0 e ( and ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
274
+ ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
275
+ ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
276
+ ci0 to ci1 on da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
277
+ a flight from ci1 to ci0 arriv between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
278
+ how mani al0 leav ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
279
+ how mani al0 leav ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
280
+ how mani flight doe al0 have leav ap0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ap0 ) ) )
281
+ what citi doe al0 fli out of ( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 $0 ) ) ) ) )
282
+ list the citi from which al0 fli ( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( from $1 $0 ) ) ) ) )
283
+ what citi doe al0 fli to ( lambda $0 e ( and ( city $0 ) ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( to $1 $0 ) ) ) ) )
284
+ i would like a connect flight from ci1 to ci0 leav after ti0 o'clock ( lambda $0 e ( and ( flight $0 ) ( connecting $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
285
+ pleas list all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
286
+ tell me again the morn flight on al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
287
+ tell me the flight that leav ci0 and go to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
288
+ what is a ac0 ac0
289
+ what type of plane is a ac0 ac0
290
+ what is a ac0 ac0
291
+ show me the airport servic by al0 ( lambda $0 e ( and ( airport $0 ) ( services al0 $0 ) ) )
292
+ show me first class and coach flight between ap0 and ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first:cl ) ( class_type $0 coach:cl ) ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
293
+ show me first class and coach flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first:cl ) ( class_type $0 coach:cl ) ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
294
+ show me first class and coach flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 first:cl ) ( class_type $0 coach:cl ) ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
295
+ are meal ever serv on al0 ( lambda $0 e ( and ( airline $0 al0 ) ( meal_code $0 ) ) )
296
+ are snack serv on al0 ( lambda $0 e ( and ( meal $0 snack:me ) ( airline $0 al0 ) ) )
297
+ show al0 flight from ap0 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
298
+ show al0 from ci1 to ci0 ( lambda $0 e ( and ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
299
+ show al0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
300
+ show al0 flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
301
+ what are the fare for flight between ci1 and ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
302
+ what is the least expens fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
303
+ what are the lowest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
304
+ what is the lowest fare from ap0 to ci0 ( min $0 ( exists $1 ( and ( from $1 ap0 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
305
+ show me the cost of a first class ticket from ci1 to ci0 and back ( lambda $0 e ( exists $1 ( and ( = ( fare $1 ) $0 ) ( to $1 ci0 ) ( from $1 ci1 ) ( class_type $1 first:cl ) ) ) )
306
+ what is the earliest arriv flight from ci1 to ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) )
307
+ what is the earliest arriv flight between ci1 and ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) )
308
+ what the earliest arriv flight between ci1 and ci0 ( argmin $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $0 ) )
309
+ what is the earliest arriv flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) )
310
+ what is the earliest arriv flight from ci0 to ci1 ( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $0 ) )
311
+ show me the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
312
+ show me the flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
313
+ show me the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
314
+ list all flight leav ci0 between ti0 and ti1 ( lambda $0 e ( and ( < ( departure_time $0 ) ti1 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( flight $0 ) ) )
315
+ what is the seat capac on the aircraft ac0 ( capacity ac0 )
316
+ what is the seat capac of a ac0 ( capacity ac0 )
317
+ what is the seat capac of the aircraft ac0 ( capacity ac0 )
318
+ what is the seat capac of the aircraft ac0 ( capacity ac0 )
319
+ what is the seat capac of the type of aircraft ac0 ( capacity ac0 )
320
+ what is the seat capac of an ac0 ( capacity ac0 )
321
+ what airlin serv ci0 ( lambda $0 e ( and ( airline $0 ) ( services $0 ci0 ) ) )
322
+ list the airlin with flight to or from ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( from $1 ci0 ) ( to $1 ci0 ) ) ( = ( airline:e $1 ) $0 ) ) ) )
323
+ what airlin fli into ci0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( to $1 ci0 ) ( = ( airline:e $1 ) $0 ) ) ) )
324
+ list all flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
325
+ what is the capac of the ac0 ( capacity ac0 )
326
+ what is ac0 ac0
327
+ what is seat capac on the aircraft ac0 ( capacity ac0 )
328
+ what is the seat capac of a ac0 ( capacity ac0 )
329
+ how mani peopl will a ac0 hold ( capacity ac0 )
330
+ how mani passeng can fli on a ac0 ( capacity ac0 )
331
+ list all of the daili flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
332
+ list all of the daili flight arriv in ci0 from ti0 to ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
333
+ show me all of the daili flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
334
+ what is the seat capac of the ac0 ( capacity ac0 )
335
+ tell me about the ac0 aircraft ac0
336
+ tell me about the ac0 aircraft ac0
337
+ tell me about the type of aircraft call an ac0 ac0
338
+ what is the seat capac of the ac0 ( capacity ac0 )
339
+ what is the seat capac of the ac0 ( capacity ac0 )
340
+ what is the seat capac on the aircraft ac0 ( capacity ac0 )
341
+ list all flight arriv or leav ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( or ( to $0 ci0 ) ( from $0 ci0 ) ) ) )
342
+ list all flight arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
343
+ list all flight on all type of aircraft arriv in ci0 between ti0 and ti1 ( lambda $0 e ( and ( flight $0 ) ( daily $0 ) ( > ( arrival_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( to $0 ci0 ) ) )
344
+ pleas list all flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
345
+ pleas list the flight from ci0 to ci1 on da0 morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
346
+ is there ground transport from the ap0 into ci0 town when if i arriv at ti0 in the morn ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
347
+ pleas list the flight from ci1 to ci0 citi on a da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
348
+ what is ap0 ap0
349
+ what ground transport is avail from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
350
+ is there ground transport from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
351
+ pleas list the ground transport from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
352
+ pleas list ground transport from ap0 into ci0 citi ( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
353
+ show me the morn flight from ci1 to ci0 citi ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
354
+ give me the flight from ci0 citi to ci1 leav after ti0 on da0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
355
+ tell me about the ground transport from ap0 ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
356
+ what are the nonstop flight from ci0 to ci1 leav after ti0 and arriv befor ti1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( arrival_time $0 ) ti1 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
357
+ how mani flight doe al0 have to ci0 ( count $0 ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) )
358
+ list the al0 flight from ci0 to anywher ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
359
+ list the al0 flight from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
360
+ which airlin is al0 al0
361
+ list the al0 flight arriv in ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( to $0 ci0 ) ) )
362
+ list the al0 flight depart from ci0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ) )
363
+ list all al0 flight ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ) )
364
+ list all flight depart from ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ) )
365
+ list the flight from ci0 to ci1 that leav befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
366
+ list the cheapest fare from ci1 to ci0 ( min $0 ( exists $1 ( and ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
367
+ i want a flight from ci0 to ci1 earli in the morn ( lambda $0 e ( and ( flight $0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
368
+ i would like a morn flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
369
+ i'd like a morn flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
370
+ i'd like an even flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 evening:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
371
+ i would like a flight that leav on da0 from ci1 quebec to ci0 california ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
372
+ i would like a flight on da0 which leav from ci0 to ci1 indiana and that leav in the afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
373
+ i would like to leav da0 morn from ci0 to ci1 ( lambda $0 e ( and ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
374
+ i would like a flight on da0 morn from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
375
+ i would like a flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
376
+ what type of aircraft is use for the al0 leav at ti0 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( departure_time $1 ti0 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
377
+ i need a flight leav ci0 to ci1 leav next da0 and return the follow day ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
378
+ what flight go from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
379
+ what are the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
380
+ what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
381
+ what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
382
+ what type of ground transport is there at the ci0 airport ( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 las:ap ) ) )
383
+ is there taxi servic at the ap0 ( lambda $0 e ( and ( taxi $0 ) ( from_airport $0 ap0 ) ) )
384
+ what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
385
+ what are the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
386
+ what are the flight from ap0 to ci0 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
387
+ what are the flight on da0 that travel from ci0 north carolina to ci1 arizona ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
388
+ what are the flight from ci1 arizona to ci0 minnesota on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
389
+ what are the flight on da0 leav from ci0 minnesota to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
390
+ what are the flight from ci0 to ci1 north carolina leav on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
391
+ what are the flight from ci1 to ci2 that stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
392
+ i need a morn flight from ci0 to ci1 on next da0 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
393
+ how about a flight from ci1 to ci0 that leav da0 night ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
394
+ and a flight from ci0 to ci1 that leav da0 afternoon ( lambda $0 e ( and ( flight $0 ) ( during_day $0 afternoon:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
395
+ how about a flight leav da0 night from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
396
+ i need a flight from ci0 to ap0 that arriv on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ap0 ) ( day_arrival $0 da0 ) ) )
397
+ i'd like a flight from ci0 to ap0 that arriv on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ap0 ) ( day_arrival $0 da0 ) ) )
398
+ i need a flight on al0 from ci0 to ci1 that arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
399
+ i need a flight from ci1 to ci2 that goe through ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
400
+ what are the flight between ci1 and ci0 california which leav after ti0 ( lambda $0 e ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
401
+ what are the nonstop flight between ci0 and ci1 texa ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
402
+ what are the nonstop flight between ci0 and ci1 ( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
403
+ what are the flight between ci0 and ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
404
+ what are the al0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
405
+ the flight from ci0 to ci1 that stop in ci2 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ) )
406
+ pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
407
+ pleas list the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
408
+ pleas list the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
409
+ pleas list the flight from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
410
+ pleas give me the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
411
+ pleas give me the flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
412
+ pleas list all the flight from ci0 to ci1 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
413
+ pleas list all the flight from ci1 to ci0 on mn0 dn0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
414
+ i'd like to travel from ci0 to ci1 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ) )
415
+ can you find me a flight from ci0 to ci1 citi next da0 befor arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
416
+ can you find me anoth flight from ci1 to ci0 on da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( departure_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
417
+ can you list all of the al0 from ci0 to ci1 next da0 arriv befor ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
418
+ i'd like to fli from ci0 to ci1 on on al0 arriv around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
419
+ i'd like to travel from ci0 to ci1 next da0 ( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
420
+ i'd like a round trip flight from ci0 to ci1 on da0 mn0 dn0 arriv at ti0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
421
+ yes i'd like to find a flight from ci1 to ci2 stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
422
+ find flight from ci0 to ci1 on da0 am ( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
423
+ find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
424
+ find flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
425
+ find flight from ci1 to ci0 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
426
+ find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
427
+ find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
428
+ find flight from ci0 to ci1 on da0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
429
+ find al0 from ci0 to ci1 around ti0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_departure_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
430
+ pleas find a flight round trip from ci0 to ci2 washington with a stopov in ci1 not exceed the price of do0 for mn0 dn0 yr0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ( < ( cost $0 ) do0 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ( year $0 yr0 ) ) )
431
+ are there ani flight on mn0 dn0 from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
432
+ pleas find a flight from ci0 to ci1 that make a stop in ci2 on mn0 dn0 one way with dinner ( lambda $0 e ( and ( flight $0 ) ( oneway $0 ) ( meal $0 dinner:me ) ( from $0 ci0 ) ( to $0 ci1 ) ( stop $0 ci2 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
433
+ like to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
434
+ show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
435
+ find me all the flight from ci1 to ci0 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
436
+ now show me all the flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
437
+ is there one airlin that fli from ci1 to ci2 to ci0 and from ci0 to ci1 ( lambda $0 e ( exists $1 ( and ( flight $1 ) ( or ( and ( from $1 ci2 ) ( to $1 ci0 ) ) ( and ( from $1 ci2 ) ( to $1 ci0 ) ) ( and ( to $1 ci2 ) ( to $1 ci1 ) ) ( and ( to $1 ci0 ) ( from $1 ci0 ) ) ) ( = ( airline:e $1 ) $0 ) ) ) )
438
+ find me all the round trip flight from ci1 to ci2 stop in ci0 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
439
+ i'd like to book two flight to ci0 ( lambda $0 e ( and ( flight $0 ) ( to $0 ci0 ) ) )
440
+ i want to book a flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
441
+ tell me all the airport near ci0 ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
442
+ i'd like to book a flight from ci1 to ci0 citi on al0 for next da0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
443
+ tell me all the airport in the ci0 citi area ( lambda $0 e ( and ( airport $0 ) ( loc:t $0 ci0 ) ) )
444
+ pleas find all the flight from ci1 to ani airport in the ci0 citi area that arriv next da0 befor ti0 ( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day_arrival $0 da0 ) ) )
445
+ find me a flight from ci1 to ani airport in the ci0 citi area ( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
446
+ i'd like to fli from ci0 to ci1 on al0 ( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
447
+ i would like to book a round trip flight from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
448
+ find me a flight that fli from ci0 to ci1 ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
atis_train.tsv ADDED
The diff for this file is too large to render. See raw diff