Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'what flight go from ci0 to ci1', '( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )'}) and 2 missing columns ({'( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( city $1 ) ( from $0 $1 ) ) ) ) )', 'list all the flight that arriv at ap0 from various citi'}).

This happened while the csv dataset builder was generating data using

hf://datasets/MahsaGRBNL/ATISsemanticparsing/atis_test.tsv (at revision 73e824a6e7a77e1fb031e68f7d104ee80714927e)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              what flight go from ci0 to ci1: string
              ( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ): string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 655
              to
              {'list all the flight that arriv at ap0 from various citi': Value(dtype='string', id=None), '( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( city $1 ) ( from $0 $1 ) ) ) ) )': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1396, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1045, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1029, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1124, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1884, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2015, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'what flight go from ci0 to ci1', '( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )'}) and 2 missing columns ({'( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( city $1 ) ( from $0 $1 ) ) ) ) )', 'list all the flight that arriv at ap0 from various citi'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/MahsaGRBNL/ATISsemanticparsing/atis_test.tsv (at revision 73e824a6e7a77e1fb031e68f7d104ee80714927e)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

list all the flight that arriv at ap0 from various citi
string
( lambda $0 e ( and ( flight $0 ) ( to $0 ap0 ) ( exists $1 ( and ( city $1 ) ( from $0 $1 ) ) ) ) )
string
give me the flight leav ci0 mn0 dn0 come back to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
what flight from ci0 to ci1 on da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what is the most expens one way fare from ci0 to ci1 on al0
( max $0 ( exists $1 ( and ( oneway $1 ) ( airline $1 al0 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
what flight return from ci0 to ci1 on a da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
can you list all flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me the flight from ci0 that go to ci1 and then ci2
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci2 ) ( stop $0 ci1 ) ) )
i'd like to see flight from ci0 to ci1 that arriv befor ti0 and i'd like to see flight from ci2 to ci1 that arriv befor ti0
( lambda $0 e ( or ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci2 ) ( to $0 ci1 ) ) ) )
can you list all round trip flight from ci1 to ci0 and then to ci2
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
show me the al0 from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i would like a al0 flight from ci1 to ci0 with a stopov in ci2 pleas
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) )
are there ani nonstop flight leav from ci0 arriv in ci1 on mn0 dn0
( lambda $0 e ( and ( month_arrival $0 mn0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( day_number_arrival $0 dn0 ) ( nonstop $0 ) ) )
how can i get from ci0 to ci1 and back in the same day and have the most hour on the ground in ci1
( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci0 ) ( from $0 ci1 ) ) ( departure_time $2 ) ) ) ) ) )
are there ani flight between ci0 and ci1 use a ac0 aircraft
( lambda $0 e ( and ( flight $0 ) ( aircraft_code $0 ac0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what doe rc0 stand for for meal
rc0
ci0 to ci1 da0
( lambda $0 e ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what are the flight from ci0 to ci1 return on da0 mn0 dn0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_return $0 da0 ) ( day_number_return $0 dn0 ) ( month_return $0 mn0 ) ) )
i need the cost of a ticket go from ci0 to ci1 a first class ticket on al0
( lambda $0 e ( exists $1 ( and ( airline $1 al0 ) ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
is there a flight between ci1 and ci2 with a stopov at ci0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci2 ) ( stop $0 ci0 ) ) )
list the takeoff and land at ap0
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) )
what flight are there from ci0 to ci1 on al0
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
is there limo servic at ap0
( lambda $0 e ( and ( limousine $0 ) ( from_airport $0 ap0 ) ) )
i need a 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 ) ) )
how much is a first class ticket from ci1 to ci0
( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci1 ) ( to $1 ci0 ) ( = ( fare $1 ) $0 ) ) ) )
in ci0 i would like inform on ground transport
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
what flight go from ci1 to ci0 via ci2
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) )
i'd like flight on al0 from ci0 to ci1 arriv befor ti0
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what airlin from ci0 to ci1
( lambda $0 e ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( airline:e $1 ) $0 ) ) ) )
what flight do you have in the morn of mn0 dn0 on al0 from ci1 to ci0 and a stopov in ci2
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 morning:pd ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
what is the cost of a round trip flight from ci0 to ci1 begin on mn0 dn0 and return on mn1 dn1
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( round_trip $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) )
i would like a flight from ci0 to ci1 leav at ti0 on mn0 dn0
( lambda $0 e ( and ( month $0 mn0 ) ( departure_time $0 ti0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ( day_number $0 dn0 ) ) )
are there ani nonstop flight from ci0 to ci1 that arriv befor ti0
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need a flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i'd like to fli nonstop from ci0 to ci1 and get there at ti0
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( arrival_time $0 ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
give me da0 nonstop flight from ci1 to ci0
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
what is the type of aircraft for al0 fn0
( lambda $0 e ( exists $1 ( and ( flight $1 ) ( airline $1 al0 ) ( flight_number $1 fn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
can you give me inform on transport from the ap0 to downtown ci0
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ( to_city $0 ci0 ) ) )
list flight from ci0 to ci1 on da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what is the fare go from ci0 to ci1 one way on mn0 dn0
( lambda $0 e ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( fare $1 ) $0 ) ) ) )
i would like to see the flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
on al0 how mani flight leav ci0 on mn0 dn0 to ci1 nonstop
( count $0 ( and ( flight $0 ) ( nonstop $0 ) ( airline $0 al0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
what is the earliest flight from ci0 to ci1
( argmin $0 ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( departure_time $0 ) )
all flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
flight from ci1 to ci0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show me first class fare from ci0 to ci1
( lambda $0 e ( exists $1 ( and ( class_type $1 first:cl ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
find travel arrang for a round trip flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( round_trip $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me flight from ci1 to ci0 on da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
show me flight between ci0 citi and ci1 on da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what flight do you have from ci0 to ci1 washington
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me airlin abbrevi
( lambda $0 e ( airline $0 ) )
show me all the avail flight from ci0 to ci1 with economi fare
( lambda $0 e ( and ( flight $0 ) ( economy $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
is fare code fb0 the same al0 busi class
( lambda $0 e ( and ( fare_basis_code $0 fb0 ) ( booking_class $0 business:cl ) ) )
all flight and fare from ci0 to ci1 round trip after ti0 less than do0
( lambda $0 e ( exists $1 ( and ( flight $0 ) ( > ( departure_time $0 ) ti0 ) ( < ( fare $0 ) do0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( = ( fare $0 ) $1 ) ) ) )
show me all flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
i need flight inform leav ci0 and arriv in ci1 for da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need to spend much of a day on the ground in ci0 find me an earli flight from ci1 and the lastest possibl flight back from ci0
( lambda $0 e ( exists $1 ( and ( = $0 ( argmin $2 ( and ( flight $2 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( arrival_time $2 ) ) ) ( = $1 ( argmax $2 ( and ( flight $2 ) ( to $0 ci1 ) ( from $0 ci0 ) ) ( departure_time $2 ) ) ) ) ) )
show me all flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list all flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all al0 first class flight
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( class_type $0 first:cl ) ) )
latest flight from ci1 to ci0
( argmax $0 ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( departure_time $0 ) )
what ground transport is avail at the ap0
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
i need a flight tonight from ci2 to ci0 with a stop in ci1 and i want dinner
( lambda $0 e ( and ( flight $0 ) ( meal $0 dinner:me ) ( tonight $0 ) ( from $0 ci2 ) ( to $0 ci0 ) ( stop $0 ci1 ) ) )
show me one way flight from ci1 to ci0 with the highest fare
( argmax $0 ( and ( flight $0 ) ( oneway $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) ( fare $0 ) )
which al0 and al1 go through ci0 befor ti0
( lambda $0 e ( and ( flight $0 ) ( or ( airline $0 al1 ) ( airline $0 al0 ) ) ( < ( arrival_time $0 ) ti0 ) ( stop $0 ci0 ) ) )
what are the most expens first class ticket between ci0 and ci1
( argmax $0 ( and ( class_type $0 first:cl ) ( from $0 ci0 ) ( to $0 ci1 ) ) ( fare $0 ) )
i'd like to book a flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight between ci1 and ci0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
show all da0 morn flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
what are the earli weekday flight from ci0 to ci1
( lambda $0 e ( and ( during_day $0 early:pd ) ( weekday $0 ) ( to $0 ci1 ) ( from $0 ci0 ) ( flight $0 ) ) )
i would like to know what type of aircraft will be use on the morn of mn0 dn0 from ci0 to ci1
( lambda $0 e ( exists $1 ( and ( during_day $1 morning:pd ) ( from $1 ci0 ) ( to $1 ci1 ) ( day_number $1 dn0 ) ( month $1 mn0 ) ( = ( aircraft_code $1 ) $0 ) ) ) )
show flight from ci0 to ci1 that arriv befor ti0
( lambda $0 e ( and ( flight $0 ) ( < ( arrival_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
list flight from ci1 to ci0 da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( day $0 da0 ) ) )
how mani passeng can a boe ac0 hold
( capacity boeing:mf )
list all flight from ci0 to ci1 late da0
( lambda $0 e ( and ( flight $0 ) ( during_day $0 late:pd ) ( to $0 ci1 ) ( from $0 ci0 ) ( day $0 da0 ) ) )
ground transport ci0
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
list all flight depart from ap0
( lambda $0 e ( and ( flight $0 ) ( from $0 ap0 ) ) )
i would like to find a flight that goe from ap0 to ci0 i would like the flight to be on al0 and arriv in ci0 around ti0
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( approx_arrival_time $0 ti0 ) ( from $0 ap0 ) ( to $0 ci0 ) ) )
i would like a flight leav from ci1 arriv in ci0 with a stopov in ci2
( lambda $0 e ( and ( flight $0 ) ( from $0 ci1 ) ( to $0 ci0 ) ( stop $0 ci2 ) ) )
pleas list all the takeoff and land for ap0
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) )
first class from ci1 to ci0
( lambda $0 e ( and ( class_type $0 first:cl ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
what is the distanc from ap0 ci0 intern airport to ap0 ci0
( lambda $0 e ( and ( miles_distant $0 ) ( to_city $0 ci0 ) ( from_airport $0 ap0 ) ) )
all flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me all the flight from ci1 to ci0 on al0
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( from $0 ci1 ) ( to $0 ci0 ) ) )
okay i want a flight origin in ci0 go to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what is the minimum connect time for ap0
( lambda $0 e ( minimum_connection_time ap0 $0 ) )
i'd like a ticket on a plane from ci0 to ci1 i would like a coach class or lowest fare ticket
( lambda $0 e ( and ( flight $0 ) ( or ( class_type $0 coach:cl ) ( = $0 ( argmin $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ) ( fare $1 ) ) ) ) ) )
could you pleas tell me the cheapest fare from ci0 to ci1
( min $0 ( exists $1 ( and ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
i would like an earli morn flight from ci0 into ci1 on mn0 dn0 on al0
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( during_day $0 early:pd ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) )
list all flight arriv and depart at ap0
( lambda $0 e ( and ( flight $0 ) ( or ( from $0 ap0 ) ( to $0 ap0 ) ) ) )
show me all flight on al0 from ci0 to ci1 california which leav after ti0 o'clock am
( lambda $0 e ( and ( flight $0 ) ( airline $0 al0 ) ( > ( departure_time $0 ) ti0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
show me ground transport in ci0
( lambda $0 e ( and ( ground_transport $0 ) ( to_city $0 ci0 ) ) )
flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
which airlin has the smallest plane leav ci0 and arriv in ci1 on mn0 dn0
( airline:e ( argmin $0 ( and ( from $0 ci0 ) ( to $0 ci1 ) ( day_number $0 dn0 ) ( month $0 mn0 ) ) ( capacity $0 ) ) )
flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what is the cheapest one way fare between ci0 and ci1
( min $0 ( exists $1 ( and ( oneway $1 ) ( from $1 ci0 ) ( to $1 ci1 ) ( = ( fare $1 ) $0 ) ) ) )
pleas give ground transport at ap0
( lambda $0 e ( and ( ground_transport $0 ) ( from_airport $0 ap0 ) ) )
nonstop flight from ci0 citi to ci1 on da0
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a nonstop flight from ci0 to ci1
( lambda $0 e ( and ( flight $0 ) ( nonstop $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ) )
what are the flight from ci0 to ci1 on da0
( lambda $0 e ( and ( flight $0 ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
i need a flight from ci0 to ci1 next da0 in the morn
( lambda $0 e ( and ( flight $0 ) ( during_day $0 morning:pd ) ( from $0 ci0 ) ( to $0 ci1 ) ( day $0 da0 ) ) )
End of preview.

No dataset card yet

New: Create and edit this dataset card directly on the website!

Contribute a Dataset Card
Downloads last month
2