├── .github └── dco.yml ├── .travis.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── MAINTAINERS.md ├── README.md └── raw_data ├── aitqa_questions.jsonl └── aitqa_tables.jsonl /.github/dco.yml: -------------------------------------------------------------------------------- 1 | # This enables DCO bot for you, please take a look https://github.com/probot/dco 2 | # for more details. 3 | require: 4 | members: false 5 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: python 2 | 3 | before_install: 4 | - echo "#" 5 | - echo "#" 6 | - echo "TravisCI is unbelively powerful, but you need to do your research first." 7 | - echo "#" 8 | - echo "#" 9 | 10 | script: 11 | - echo "#" 12 | - echo "#" 13 | - echo "Please take a look https://docs.travis-ci.com/user/tutorial/ for you options." 14 | - echo "#" 15 | - echo "#" 16 | 17 | 18 | after_success: 19 | - echo "#" 20 | - echo "#" 21 | - echo "Don't forget to enable it in the GitHub repository also.." 22 | - echo "#" 23 | - echo "#" 24 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | All notable changes to this project will be documented in this file. 4 | 5 | ## [0.0.1] - 2021-06-18 6 | 7 | ### Added 8 | - Folder named `raw_data` was added with dev set portion tables and questions. 9 | 10 | 11 | ## [Unreleased] 12 | 13 | ### TBD 14 | - Complete dataset including the official test set 15 | - Cleaned and transformed version of the data as described in the paper. 16 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Contributing In General 2 | Our project welcomes external contributions. If you have an itch, please feel 3 | free to scratch it. 4 | 5 | To contribute code or documentation, please submit a **FIXME** [pull request](https://github.com/ibm/repo-template/pulls). 6 | 7 | A good way to familiarize yourself with the codebase and contribution process is 8 | to look for and tackle low-hanging fruit in the **FIXME** [issue tracker](https://github.com/ibm/repo-template/issues). 9 | Before embarking on a more ambitious contribution, please quickly [get in touch](#communication) with us. 10 | 11 | **Note: We appreciate your effort, and want to avoid a situation where a contribution 12 | requires extensive rework (by you or by us), sits in backlog for a long time, or 13 | cannot be accepted at all!** 14 | 15 | ### Proposing new features 16 | 17 | If you would like to implement a new feature, please **FIXME** [raise an issue](https://github.com/ibm/repo-template/issues) 18 | before sending a pull request so the feature can be discussed. This is to avoid 19 | you wasting your valuable time working on a feature that the project developers 20 | are not interested in accepting into the code base. 21 | 22 | In the context of the dataset, this could mean additional annotation or further improvement to label set. 23 | 24 | ### Fixing bugs 25 | 26 | If you would like to fix a bug, please **FIXME** [raise an issue](https://github.com/ibm/repo-template/issues) before sending a 27 | pull request so it can be tracked. 28 | 29 | In the context of the dataset, this could be any incorrect labels or limitation to the protocol 30 | 31 | ### Merge approval 32 | 33 | The project maintainers use LGTM (Looks Good To Me) in comments on the code 34 | review to indicate acceptance. A change requires LGTMs from two of the 35 | maintainers of each component affected. 36 | 37 | For a list of the maintainers, see the [MAINTAINERS.md](MAINTAINERS.md) page. 38 | 39 | ## Legal 40 | 41 | Each source file must include a license header for the Apache 42 | Software License 2.0. Using the SPDX format is the simplest approach. 43 | e.g. 44 | 45 | ``` 46 | /* 47 | Copyright All Rights Reserved. 48 | 49 | SPDX-License-Identifier: CDLA-Sharing-1.0 50 | */ 51 | ``` 52 | 53 | We have tried to make it as easy as possible to make contributions. This 54 | applies to how we handle the legal aspects of contribution. We use the 55 | same approach - the [Developer's Certificate of Origin 1.1 (DCO)](https://github.com/hyperledger/fabric/blob/master/docs/source/DCO1.1.txt) - that the Linux® Kernel [community](https://elinux.org/Developer_Certificate_Of_Origin) 56 | uses to manage code contributions. 57 | 58 | We simply ask that when submitting a patch for review, the developer 59 | must include a sign-off statement in the commit message. 60 | 61 | Here is an example Signed-off-by line, which indicates that the 62 | submitter accepts the DCO: 63 | 64 | ``` 65 | Signed-off-by: John Doe 66 | ``` 67 | 68 | You can include this automatically when you commit a change to your 69 | local git repository using the following command: 70 | 71 | ``` 72 | git commit -s 73 | ``` 74 | 75 | ## Testing 76 | 77 | A significant change to the annotation must be accompanied with a rerun of benchmark of TaPas, TaBERT or RCI. 78 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | # 2 | # Community Data License Agreement – Sharing – Version 1.0 3 | # SPDX-License-Identifier: CDLA-Sharing-1.0 4 | # 5 | 6 | Community Data License Agreement – Sharing – Version 1.0 7 | SPDX-License-Identifier: CDLA-Sharing-1.0 8 | 9 | This is the Community Data License Agreement – Sharing, Version 1.0 (“Agreement”). Data is provided to You under this Agreement by each of the Data Providers. Your exercise of any of the rights and permissions granted below constitutes Your acceptance and agreement to be bound by the terms and conditions of this Agreement. 10 | 11 | The benefits that each Data Provider receives from making Data available and that You receive from Data or otherwise under these terms and conditions shall be deemed sufficient consideration for the formation of this Agreement. Accordingly, Data Provider(s) and You (the “Parties”) agree as follows: 12 | 13 | Section 1. Definitions 14 | 15 | 1.1 “Add” means to supplement Data with Your own or someone else’s Data, resulting in Your “Additions.” Additions do not include Results. 16 | 17 | 1.2 “Computational Use” means Your analysis (through the use of computational devices or otherwise) or other interpretation of Data. By way of example and not limitation, “Computational Use” includes the application of any computational analytical technique, the purpose of which is the analysis of any Data in digital form to generate information about Data such as patterns, trends, correlations, inferences, insights and attributes. 18 | 19 | 1.3 “Data” means the information (including copyrightable information, such as images or text), collectively or individually, whether created or gathered by a Data Provider or an Entity acting on its behalf, to which rights are granted under this Agreement. 20 | 21 | 1.4 “Data Provider” means any Entity (including any employee or contractor of such Entity authorized to Publish Data on behalf of such Entity) that Publishes Data under this Agreement prior to Your Receiving it. 22 | 23 | 1.5 “Enhanced Data” means the subset of Data that You Publish and that is composed of (a) Your Additions and/or (b) Modifications to Data You have received under this Agreement. 24 | 25 | 1.6 “Entity” means any natural person or organization that exists under the laws of the jurisdiction in which it is organized, together with all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (a) the power, directly or indirectly, to cause the direction or management of such entity, whether by contract or otherwise, (b) the ownership of more than fifty percent (50%) of the outstanding shares or securities, (c) the beneficial ownership of such entity or, (d) the ability to appoint, whether by agreement or right, the majority of directors of an Entity. 26 | 27 | 1.7 “Ledger” means a digital record of Data or grants of rights in Data governed by this Agreement, using any technology having functionality to record and store Data or grants, contributions, or licenses to Data governed by this Agreement. 28 | 29 | 1.8 “Modify” means to delete, erase, correct or re-arrange Data, resulting in “Modifications.” Modifications do not include Results. 30 | 31 | 1.9 “Publish” means to make all or a subset of Data (including Your Enhanced Data) available in any manner which enables its Use, including by providing a copy on physical media or remote access. For any form of Entity, that is to make the Data available to any individual who is not employed by that Entity or engaged as a contractor or agent to perform work on that Entity’s behalf. A “Publication” occurs each time You Publish Data. 32 | 33 | 1.10 “Receive” or “Receives” means to have been given access to Data, locally or remotely. 34 | 35 | 1.11 “Results” means the outcomes or outputs that You obtain from Your Computational Use of Data. Results shall not include more than a de minimis portion of the Data on which the Computational Use is based. 36 | 37 | 1.12 “Sui Generis Database Rights” means rights, other than copyright, resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other equivalent rights anywhere in the world. 38 | 39 | 1.13 “Use” means using Data (including accessing, copying, studying, reviewing, adapting, analyzing, evaluating, or making Computational Use of it), either by machines or humans, or a combination of both. 40 | 41 | 1.14 “You” or “Your” means any Entity that Receives Data under this Agreement. 42 | 43 | Section 2. Right and License to Use and to Publish 44 | 45 | 2.1 Subject to the conditions set forth in Section 3 of this Agreement, Data Provider(s) hereby grant(s) to You a worldwide, non-exclusive, irrevocable (except as provided in Section 5) right to: (a) Use Data; and (b) Publish Data. 46 | 47 | 2.2 To the extent that the Data or the coordination, selection or arrangement of Data is protected or protectable under copyright, Sui Generis Database Rights, or other law, Data Provider(s) further agree(s) that such Data or coordination, selection or arrangement is hereby licensed to You and to anyone else who Receives Data under this Agreement for Use and Publication, subject to the conditions set forth in Section 3 of this Agreement. 48 | 49 | 2.3 Except for these rights and licenses expressly granted, no other intellectual property rights are granted or should be implied. 50 | 51 | Section 3. Conditions on Rights Granted 52 | 53 | 3.1 If You Publish Data You Receive or Enhanced Data: 54 | 55 | (a) The Data (including the Enhanced Data) must be Published under this Agreement in accordance with this Section 3; and 56 | 57 | (b) You must cause any Data files containing Enhanced Data to carry prominent notices that You have changed those files; and 58 | 59 | (c) If You Publish Data You Receive, You must preserve all credit or attribution to the Data Provider(s). Such retained credit or attribution includes any of the following to the extent they exist in Data as You have Received it: legal notices or metadata; identification of the Data Provider(s); or hyperlinks to Data to the extent it is practical to do so. 60 | 61 | 3.2 You may not restrict or deter the ability of anyone who Receives the Data (a) to Publish the Data in a publicly-accessible manner or (b) if the project has designated a Ledger for recording Data or grants of rights in Data for purposes of this Agreement, to record the Data or grants of rights in Data in the Ledger. 62 | 63 | 3.3 If You Publish Data You Receive, You must do so under an unmodified form of this Agreement and include the text of this Agreement, the name of this Agreement and/or a hyperlink or other method reasonably likely to provide a copy of the text of this Agreement. You may not modify this Agreement or impose any further restrictions on the exercise of the rights granted under this Agreement, including by adding any restriction on commercial or non-commercial Use of Data (including Your Enhanced Data) or by limiting permitted Use of such Data to any particular platform, technology or field of endeavor. Notices that purport to modify this Agreement shall be of no effect. 64 | 65 | 3.4 You and each Data Provider agree that Enhanced Data shall not be considered a work of joint authorship by virtue of its relationship to Data licensed under this Agreement and shall not require either any obligation of accounting to or the consent of any Data Provider. 66 | 67 | 3.5 This Agreement imposes no obligations or restrictions on Your Use or Publication of Results. 68 | 69 | Section 4. Data Provider(s)’ Representations 70 | 71 | 4.1 Each Data Provider represents that the Data Provider has exercised reasonable care, to assure that: (a) the Data it Publishes was created or generated by it or was obtained from others with the right to Publish the Data under this Agreement; and (b) Publication of such Data does not violate any privacy or confidentiality obligation undertaken by the Data Provider. 72 | 73 | Section 5. Termination 74 | 75 | 5.1 All of Your rights under this Agreement will terminate, and Your right to Receive, Use or Publish the Data will be revoked or modified if You materially fail to comply with the terms and conditions of this Agreement and You do not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If Your rights under this Agreement terminate, You agree to cease Receipt, Use and Publication of Data. However, Your obligations and any rights and permissions granted by You under this Agreement relating to Data that You Published prior to such termination will continue and survive. 76 | 77 | 5.2 If You institute litigation against a Data Provider or anyone else who Receives the Data (including a cross-claim in a lawsuit) based on the Data, other than a claim asserting breach of this Agreement, then any rights previously granted to You to Receive, Use and Publish Data under this Agreement will terminate as of the date such litigation is filed. 78 | 79 | Section 6. Disclaimer of Warranties and Limitation of Liability 80 | 81 | 6.1 EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE DATA (INCLUDING ENHANCED DATA) IS PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 82 | 83 | 6.2 NEITHER YOU NOR ANY DATA PROVIDERS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE DATA OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 84 | 85 | Section 7. Miscellaneous 86 | 87 | 7.1 You agree that it is solely Your responsibility to comply with all applicable laws with regard to Your Use or Publication of Data, including any applicable privacy, data protection, security and export laws. You agree to take reasonable steps to assist a Data Provider fulfilling responsibilities to comply with applicable laws with regard to Use or Publication of Data Received hereunder. 88 | 89 | 7.2 You and Data Provider(s), collectively and individually, waive and/or agree not to assert, to the extent permitted by law, any moral rights You or they hold in Data. 90 | 91 | 7.3 This Agreement confers no rights or remedies upon any person or entity other than the Parties and their respective heirs, executors, successors and assigns. 92 | 93 | 7.4 The Data Provider(s) reserve no right or expectation of privacy, data protection or confidentiality in any Data that they Publish under this Agreement. If You choose to Publish Data under this Agreement, You similarly do so with no reservation or expectation of any rights of privacy or confidentiality in that Data. 94 | 95 | 7.5 The Community Data License Agreement workgroup under The Linux Foundation is the steward of this Agreement (“Steward”). No one other than the Steward has the right to modify or publish new versions of this Agreement. Each version will be given a distinguishing version number. You may Use and Publish Data Received hereunder under the terms of the version of the Agreement under which You originally Received the Data, or under the terms of any subsequent version published by the Steward. 96 | -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- 1 | # MAINTAINERS 2 | 3 | Yannis Katsis yannis.katsis@ibm.com 4 | 5 | Saneem Chemmengath saneem.cg@in.ibm.com 6 | 7 | Vishwajeet Kumar vishk024@in.ibm.com 8 | 9 | Samarth Bharadwaj samarth.b@in.ibm.com 10 | 11 | Mustafa Canim mustafa@us.ibm.com -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry 3 | 4 | 5 | 6 | 7 | 8 | ## Abstract 9 | 10 | ###### Recent advances in transformers have enabled Table Question Answering (Table QA) systems to achieve high accuracy and SOTA results on open domain datasets like WikiTableQuestions and WikiSQL. Such transformers are frequently pre-trained on open-domain content such as Wikipedia, where they effectively encode questions and corresponding tables from Wikipedia as seen in Table QA dataset. However, web tables in Wikipedia are notably flat in their layout, with the first row as the sole column header. The layout lends to a relational view of tables where each row is a tuple. Whereas, tables in domain-specific business or scientific documents often have a much more complex layout, including hierarchical row and column headers, in addition to having specialized vocabulary terms from that domain. To address this problem, we introduce the domain-specific Table QA dataset AITQA (Airline Industry Table QA). The dataset consists of 515 questions authored by human annotators on 116 tables extracted from public U.S. SEC filings (SEC Filings publicly available at: https://www.sec.gov/edgar.shtml) of major airline companies for the fiscal years 2017-2019. We also provide annotations pertaining to the nature of questions, marking those that require hierarchical headers, domain-specific terminology, and paraphrased forms. Our zero-shot baseline evaluation of three transformer-based SOTA Table QA methods - TaPAS (end-to-end), TaBERT (semantic parsing-based), and RCI (row-column encoding-based) - clearly exposes the limitation of these methods in this practical setting, with the best accuracy at just 51.8% (RCI). We also present pragmatic table pre-processing steps used to pivot and project these complex tables into a layout suitable for the SOTA Table QA models. 11 | 12 | 13 | ## Dataset 14 | 15 | This repository contains the data corresponding to the paper. Please consider refering to the paper draft if you are using them, as below: 16 | 17 | ``` 18 | @misc{katsis2021aitqa, 19 | title={AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry}, 20 | author={Yannis Katsis and Saneem Chemmengath and Vishwajeet Kumar and Samarth Bharadwaj and Mustafa Canim and Michael Glass and Alfio Gliozzo and Feifei Pan and Jaydeep Sen and Karthik Sankaranarayanan and Soumen Chakrabarti}, 21 | year={2021}, 22 | eprint={2106.12944}, 23 | archivePrefix={arXiv}, 24 | primaryClass={cs.CL} 25 | } 26 | ``` 27 | 28 | Detailed information about this dataset and initial experiments can be found here: https://arxiv.org/abs/2106.12944 29 | 30 | 31 | ## Content and format 32 | Inside the `raw_data` folder you will find `aitqa_questions.jsonl` and `aitqa_tables.jsonl`. Both files can be read line by line, where each line is a serialized JSON object. The test questions and tables will be released upon acceptance of the dataset paper in submission (details above). 33 | 34 | ### Question, answers, table_id, and other annotations 35 | The instances in `aitqa_questions.jsonl` looks like the follwing: 36 | ```json 37 | { 38 | "id": "q-0", 39 | "table_id": "tab-0", 40 | "question": "How much money did United spend for aircraft fuel in 2016?", 41 | "answers": ["$5,813"], 42 | "type": "KPI-driven", 43 | "row_hierarchy_needed": "No", 44 | "paraphrase_group": "para-5" 45 | } 46 | ``` 47 | The fields represent the follwing: 48 | - `id`: The ID of this data instance. 49 | - `table_id`: The ID of the table to which questions is addressed. 50 | - `question`: The question string. 51 | - `answers`: A list containing answer(s) to the question. 52 | - `type`: The type of information the question is about. It is either `KPI-driven` (questions that inquiry about Key Performance Indicators (KPIs) in airline industry) or `Table-driven` (questions on other concepts). 53 | - `row_hierarchy_needed`: If finding the answer relies on the row header hierarchy. 54 | - `paraphrase_group`: The ID of paraphrase group. A praphrase group is set of instances with questions which are paraphrases of each other. `''` when the question does not have any paraphrase. 55 | 56 | ### Tables 57 | The instances in `aitqa_tables.jsonl` looks like the follwing: 58 | ```json 59 | { 60 | "id": "tab-5", 61 | "column_header": [ 62 | ["At December 31,", "2018"], 63 | ["At December 31,", "2017 (a)"] 64 | ], 65 | "row_header": [ 66 | ["Current assets:", "Cash and cash equivalents"], 67 | ["Current assets:", "Short-term investments"], 68 | ["Current assets:", "Receivables, less allowance for doubtful accounts 2018—$8; 2017—$7)"], 69 | ["Current assets:", "Aircraft fuel, spare parts and supplies, less obsolescence allowance (2018—$412; 2017—$354)"], 70 | ["Current assets:", "Prepaid expenses and other"], 71 | ["Current assets:", "Total current assets"], 72 | ["Owned-", "Operating property and equipment:", "Flight equipment"], 73 | ["Owned-", "Operating property and equipment:", "Other property and equipment"], 74 | ["Owned-", "Operating property and equipment:", "Total owned property and equipment"], 75 | ["Owned-", "Operating property and equipment:", "Less-Accumulated depreciation and amortization"], 76 | ["Owned-", "Operating property and equipment:", "Total owned property and equipment, net"], 77 | ["Owned-", "Operating property and equipment:", "Purchase deposits for flight equipment"], 78 | ["Capital leases-", "Flight equipment"], 79 | ["Capital leases-", "Other property and equipment"], 80 | ["Capital leases-", "Total capital leases"], 81 | ["Capital leases-", "Less-Accumulated amortization"], 82 | ["Capital leases-", "Total capital leases, net"], 83 | ["Capital leases-", "Total operating property and equipment, net"], 84 | ["Other assets:", "Goodwill"], 85 | ["Other assets:", "Intangibles, less accumulated amortization (2018-$1,380; 2017-$1,313)"], 86 | ["Other assets:", "Restricted cash"], 87 | ["Other assets:", "Notes receivable, net"], 88 | ["Other assets:", "Investments in affiliates and other, net"], 89 | ["Other assets:", "Total other assets"], 90 | ["Total assets"] 91 | ], 92 | "data": [ 93 | ["$1,694", "$1,482"], 94 | ["2,256", "2,316"], 95 | ["1,346", "1,340"], 96 | ["985", "924"], 97 | ["913", "1,071"], 98 | ["7,194", "7,133"], 99 | ["31,607", "28,692"], 100 | ["7,919", "6,946"], 101 | ["39,526", "35,638"], 102 | ["(12,760)", "(11,159)"], 103 | ["26,766", "24,479"], 104 | ["1,177", "1,344"], 105 | ["1,029", "1,151"], 106 | ["11", "11"], 107 | ["1,040", "1,162"], 108 | ["(654)", "(777)"], 109 | ["386", "385"], 110 | ["28,329", "26,208"], 111 | ["4,523", "4,523"], 112 | ["3,159", "3,539"], 113 | ["105", "91"], 114 | ["516", "46"], 115 | ["966", "806"], 116 | ["9,269", "9,005"], 117 | ["$44,792", "$42,346"] 118 | ] 119 | } 120 | ``` 121 | The fields represent the following: 122 | - `id`: The Table ID. 123 | - `column_header`: A list of column names in the table. Column names can be hierarchical and sublist captures the order of hierarchy. 124 | - `row_header`: A list of row headers in the tbale. Row headers can be hierarchical and sublist captures the order of hierarchy. 125 | - `data`: A list of rows. Each row is a list of row entries. 126 | 127 | 128 | ## Notes 129 | 130 | * The current set maintainers are [MAINTAINERS.md](MAINTAINERS.md) 131 | 132 | Any changes or improvement to the dataset is logged in [CHANGELOG.md](CHANGELOG.md) 133 | 134 | 135 | 136 | 137 | If you have any questions please yse tge discussion feature and not issues. Create a new [issue here][issues] to flag dataset inconsistancies or improvements generally after a discussion. 138 | 139 | We will allow Contributions to the repo as per [CONTRIBUTING.md](CONTRIBUTING.md) 140 | -------------------------------------------------------------------------------- /raw_data/aitqa_questions.jsonl: -------------------------------------------------------------------------------- 1 | {"id": "q-0", "table_id": "tab-0", "question": "How much money did United spend for aircraft fuel in 2016?", "answers": ["$5,813"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-5"} 2 | {"id": "q-1", "table_id": "tab-0", "question": "How many gallons of fuel was consumed by United airlines in 2018 ?", "answers": ["4,137"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 3 | {"id": "q-2", "table_id": "tab-0", "question": "How much average price per gallon fuel was paid by United in 2018 ?", "answers": ["$2.25"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 4 | {"id": "q-3", "table_id": "tab-0", "question": "For United in 2018, what percentage of operating expense was on fuel?", "answers": ["24%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 5 | {"id": "q-4", "table_id": "tab-0", "question": "Get me the fuel expenses of United in 2016.", "answers": ["$5,813"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-5"} 6 | {"id": "q-5", "table_id": "tab-0", "question": "How much money was spent by United airlines on fuel in 2016 ?", "answers": ["$5,813"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-5"} 7 | {"id": "q-6", "table_id": "tab-0", "question": "Fuel contributed to what percentage of total operating expense for United in the year 2016 ?", "answers": ["18%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 8 | {"id": "q-7", "table_id": "tab-1", "question": "What was United's total traffic in 2018?", "answers": ["230,155"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-1"} 9 | {"id": "q-8", "table_id": "tab-1", "question": "Show the capacity of United Airlines for 2016.", "answers": ["253,590"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-35"} 10 | {"id": "q-9", "table_id": "tab-1", "question": "List United's yield in 2015.", "answers": ["15.72"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-19"} 11 | {"id": "q-10", "table_id": "tab-1", "question": "What was United's cost per ASM in 2017?", "answers": ["13.00"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 12 | {"id": "q-11", "table_id": "tab-1", "question": "What was total RPMs for United Airlines in the year 2018 ?", "answers": ["230,155"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-1"} 13 | {"id": "q-12", "table_id": "tab-1", "question": "What was ASM for United Airlines in the year 2016 ?", "answers": ["253,590"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-35"} 14 | {"id": "q-13", "table_id": "tab-1", "question": "What was average yield per RPM for United airlines in the year of 2015 ?", "answers": ["15.72"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-19"} 15 | {"id": "q-14", "table_id": "tab-1", "question": "How many passengers used United un year 2017?", "answers": ["148,067"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 16 | {"id": "q-15", "table_id": "tab-1", "question": "What was United's average stage length in 2014?", "answers": ["1,480"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 17 | {"id": "q-16", "table_id": "tab-2", "question": "How much did United Airlines' revenue passenger miles change between 2017 and 2018?", "answers": ["6.4%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-70"} 18 | {"id": "q-17", "table_id": "tab-2", "question": "What percentage increase was there in United's total traffic from 2017 to 2018?", "answers": ["6.4%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-70"} 19 | {"id": "q-18", "table_id": "tab-3", "question": "By how much did United's domestic passenger revenue per available seat mile change between 2016 and 2017?", "answers": ["(0.5)%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 20 | {"id": "q-19", "table_id": "tab-3", "question": "How much increase in domestic passenger revenue was reported by United airlines in 2017 when compared to 2016 ?", "answers": ["$885"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 21 | {"id": "q-20", "table_id": "tab-3", "question": "By what percentage did average fare per passenger increased for United's domestic passengers from 2016 to 2017?", "answers": ["0.2 %"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 22 | {"id": "q-21", "table_id": "tab-3", "question": "By what percentage did number of passengers increase for United's Atlantic operations from 2016 to 2017?", "answers": ["0.5%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 23 | {"id": "q-22", "table_id": "tab-3", "question": "By what percentage did capacity of United airlines changed for domestic operations from 2016 to 2017?", "answers": ["4.9 %"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 24 | {"id": "q-23", "table_id": "tab-3", "question": "By how much domestic passenger load factor changed in 2017 when compared to 2016 for United Airlines ?", "answers": ["(0.2)"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 25 | {"id": "q-24", "table_id": "tab-4", "question": "What was the operating revenue of United Airlines from cargo in 2017?", "answers": ["1,114"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 26 | {"id": "q-25", "table_id": "tab-4", "question": "What was the operating expense of United airlines on aircraft fuel in the year 2018 ?", "answers": ["9,307"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 27 | {"id": "q-26", "table_id": "tab-4", "question": "How much income tax was paid by United airlines in the year 2018 ?", "answers": ["529"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 28 | {"id": "q-27", "table_id": "tab-4", "question": "What was net income of United airlines in the year 2018 ?", "answers": ["$2,129"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 29 | {"id": "q-28", "table_id": "tab-5", "question": "What was the value of the flight equipment owned by United in 2018?", "answers": ["31,607"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 30 | {"id": "q-29", "table_id": "tab-5", "question": "How much was the total current assets of United Holdings in 2018?", "answers": ["7,194"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 31 | {"id": "q-30", "table_id": "tab-6", "question": "How much did United spend on its share repurchase program in 2017?", "answers": ["(1,844)"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 32 | {"id": "q-31", "table_id": "tab-7", "question": "How much did United spend to rent airplanes in 2016?", "answers": ["680"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-22"} 33 | {"id": "q-32", "table_id": "tab-7", "question": "What is the operating revenue of United in 2018?", "answers": ["41,303"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 34 | {"id": "q-33", "table_id": "tab-7", "question": "For the year 2018, how much did United spend on repairs and maintenance?", "answers": ["1,767"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 35 | {"id": "q-34", "table_id": "tab-7", "question": "Find the expense of United on renting aircrafts in 2016.", "answers": ["680"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-22"} 36 | {"id": "q-35", "table_id": "tab-7", "question": "Get me the income tax paid by United on 2017.", "answers": ["$2,163"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 37 | {"id": "q-36", "table_id": "tab-8", "question": "What was the value of United's indefinite-lived intangible assets in 2018?", "answers": ["$2,783"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 38 | {"id": "q-37", "table_id": "tab-8", "question": "What is the goodwill value of United Airlines in 2018?", "answers": ["$4,523"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 39 | {"id": "q-38", "table_id": "tab-9", "question": "What was the cost of restricted stock units awarded by United Airlines in 2017?", "answers": ["$63"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 40 | {"id": "q-39", "table_id": "tab-9", "question": "What was compensation cost of RSUs for United airlines in 2017 ?", "answers": ["$63"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 41 | {"id": "q-40", "table_id": "tab-9", "question": "What was the compensation cost of United airlines as reported in 218?", "answers": ["$101"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 42 | {"id": "q-41", "table_id": "tab-10", "question": "What was the fair value of United Airlines' corporate debt at the end of 2017?", "answers": ["958"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 43 | {"id": "q-42", "table_id": "tab-10", "question": "What was the fair value of United's cash and cash equivalent at the end of 2018?", "answers": ["$1,694"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 44 | {"id": "q-43", "table_id": "tab-10", "question": "How much money was invested by United airlines in equity securities ?", "answers": ["249"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 45 | {"id": "q-44", "table_id": "tab-11", "question": "What was United's net income in the third quarter of 2017?", "answers": ["645"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-46"} 46 | {"id": "q-45", "table_id": "tab-11", "question": "Find the operating revenue of Southwest for the fourth quarter of 2018.", "answers": ["$10,491"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 47 | {"id": "q-46", "table_id": "tab-11", "question": "what was United's total income from operations in the last quarter of 2018 ?", "answers": ["652"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 48 | {"id": "q-47", "table_id": "tab-11", "question": "How much was United's net income in the quarter which ended in September 2017?", "answers": ["645"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-46"} 49 | {"id": "q-48", "table_id": "tab-11", "question": "what was the basic earnings per share for United airlines in the first quarter of 2017 ?", "answers": ["0.32"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 50 | {"id": "q-49", "table_id": "tab-11", "question": "what was the diluted earnings per share for United airlines in the third quarter of 2017 ?", "answers": ["2.15"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 51 | {"id": "q-50", "table_id": "tab-12", "question": "find me Southwest's RPM in 2019", "answers": ["131,345"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 52 | {"id": "q-51", "table_id": "tab-12", "question": "What was Southwest's traffic in millions as reported in 2018?", "answers": ["133,322"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-51"} 53 | {"id": "q-52", "table_id": "tab-12", "question": "what is the Available seat miles reported for Southwest in 2019?", "answers": ["157,254"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 54 | {"id": "q-53", "table_id": "tab-12", "question": "How much was Southwest Airline's capacity as reported in 2018?", "answers": ["159,795"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-42"} 55 | {"id": "q-54", "table_id": "tab-12", "question": "In 2019, what was the passenger load factor for Southwest Airlines?", "answers": ["83.5%"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 56 | {"id": "q-55", "table_id": "tab-12", "question": "show me Southwest's Yield Per Passenger Mile in 2018", "answers": ["15.34"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 57 | {"id": "q-56", "table_id": "tab-12", "question": "In 2019, What was the CASM value for Southwest Airline excluding fuel ?", "answers": ["9.62"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 58 | {"id": "q-57", "table_id": "tab-12", "question": "show me the Fuel Gallons Consumed by Southwest Airlines in 2017", "answers": ["2,045"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 59 | {"id": "q-58", "table_id": "tab-12", "question": "What was average seats per trip for Southwest in 218?", "answers": ["150.7"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 60 | {"id": "q-59", "table_id": "tab-12", "question": "In 2018, what was RPMs of Southewest?", "answers": ["133,322"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-51"} 61 | {"id": "q-60", "table_id": "tab-12", "question": "What total ASMs for Southwest Airlines in the year 2018 ?", "answers": ["159,795"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-42"} 62 | {"id": "q-61", "table_id": "tab-13", "question": "Tell me Southwest Airline's GAAP Operating income in 2018", "answers": ["$3,206"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 63 | {"id": "q-62", "table_id": "tab-13", "question": "how much was the GAAP net income for Southwest Airlines in 2019?", "answers": ["$2,300"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 64 | {"id": "q-63", "table_id": "tab-13", "question": "What was the Non GAAP net income per share for Southwest Airlines in 2019 ?", "answers": ["$2,300"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 65 | {"id": "q-64", "table_id": "tab-13", "question": "What was the percentage change in GAAP operating income of Southwest from 2018 to 219?", "answers": ["(7.8)"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 66 | {"id": "q-65", "table_id": "tab-14", "question": "what was the percentage change for other operating expenses for Southwest in 2019?", "answers": ["7.3"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 67 | {"id": "q-66", "table_id": "tab-14", "question": "How much was the expense per ASM for Southwest on oil and fuel in the year 2019?", "answers": ["2.76"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 68 | {"id": "q-67", "table_id": "tab-15", "question": "How many employees did Southwest have as Dispatchers in June 2019?", "answers": ["400"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 69 | {"id": "q-68", "table_id": "tab-15", "question": "How many flight attendants were employed by Southwest Airlines in November 2018 ?", "answers": ["16,000"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 70 | {"id": "q-69", "table_id": "tab-15", "question": "how many dispatchers are part of the Southwest dispatchers employee group in 2019?", "answers": ["400"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 71 | {"id": "q-70", "table_id": "tab-15", "question": "How many flight crew training instructors Southwest Airlines had in 2019 ?", "answers": ["130"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 72 | {"id": "q-71", "table_id": "tab-15", "question": "How many meteorologists were employed by Southwest Airlines in 2019 ?", "answers": ["10"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 73 | {"id": "q-72", "table_id": "tab-15", "question": "what is the amendable date for the employee group of meteorologists for southwest in 2019?", "answers": ["June 2019"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 74 | {"id": "q-73", "table_id": "tab-16", "question": "how much was the cash paid by Southwest in Q2 2019 Accelerated Share Repurchase Program?", "answers": ["400"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-14"} 75 | {"id": "q-74", "table_id": "tab-16", "question": "what was the open market share repurchases by Southwest Airlines in 2019 ?", "answers": ["0.95"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 76 | {"id": "q-75", "table_id": "tab-16", "question": "how many shares were received in millions in Southwest Airlines first quarter 2019 accelerated share repurchase program?", "answers": ["9.38"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 77 | {"id": "q-76", "table_id": "tab-16", "question": "what is the second quarter 2019 accelerated share program shares received of Southwest Airlines in 2019?", "answers": ["7.82"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 78 | {"id": "q-77", "table_id": "tab-16", "question": "How much money was invested by Southwest in Accelerated Share Repurchase Program in second quarter 2019?", "answers": ["400"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-14"} 79 | {"id": "q-78", "table_id": "tab-16", "question": "How much money was invested by Southwest to buy open market shares in 2019?", "answers": ["50"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 80 | {"id": "q-79", "table_id": "tab-16", "question": "what were the shares received in the share repurchases of Southwest Airlines in 2019?", "answers": ["36.75"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 81 | {"id": "q-80", "table_id": "tab-16", "question": "What was the total share repurchases by Southwest Airlines in 2019?", "answers": ["36.75"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 82 | {"id": "q-81", "table_id": "tab-17", "question": "what was the traffic value for Delta airlines in 2017 ?", "answers": ["217,712"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-36"} 83 | {"id": "q-82", "table_id": "tab-17", "question": "How much was the Revenue Passenger Miles for Delta in 2015?", "answers": ["209,625"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 84 | {"id": "q-83", "table_id": "tab-17", "question": "Show me the average seat miles for Delta in 2016 ", "answers": ["251,867"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-52"} 85 | {"id": "q-84", "table_id": "tab-17", "question": "What was the yield per passenger mile Delta reported in 2017 ?", "answers": ["15.99\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 86 | {"id": "q-85", "table_id": "tab-17", "question": "Tell me Delta Airline's Total Revenue Per Available Seat Mile in 2016", "answers": ["15.74\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-68"} 87 | {"id": "q-86", "table_id": "tab-17", "question": "What was Delta's reported CASM value for the year 2016 ?", "answers": ["12.98\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-25"} 88 | {"id": "q-87", "table_id": "tab-17", "question": "In 2013, Tell me the passenger load factor for Delta Airlines", "answers": ["83.8%"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 89 | {"id": "q-88", "table_id": "tab-17", "question": "What is the Average Price Per Fuel Gallon Delta reported in 2017?", "answers": ["$1.68"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 90 | {"id": "q-89", "table_id": "tab-17", "question": "What was the revenue passenger miles for Delta airlines in 2017?", "answers": ["217,712"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-36"} 91 | {"id": "q-90", "table_id": "tab-17", "question": "what is the consolidate revenue passenger miles of Delta in 2015?", "answers": ["209,625"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 92 | {"id": "q-91", "table_id": "tab-17", "question": "what is the passenger load factor for delta airlines in 2017?", "answers": ["85.6%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 93 | {"id": "q-92", "table_id": "tab-17", "question": "how many gallons of fuel did Delta consume in 2016?", "answers": ["4,016"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 94 | {"id": "q-93", "table_id": "tab-17", "question": "how many full-time employees does Delta have as of 2017?", "answers": ["86,564"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 95 | {"id": "q-94", "table_id": "tab-17", "question": "what is the revenue passenger miles for Delta for 2015?", "answers": ["209,625"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 96 | {"id": "q-95", "table_id": "tab-17", "question": "What was the capacity of Delta in 2016 ?", "answers": ["251,867"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-52"} 97 | {"id": "q-96", "table_id": "tab-17", "question": "what was the percentage passenger load factor in 2016 for Delta?", "answers": ["84.6%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 98 | {"id": "q-97", "table_id": "tab-17", "question": "In consolidation, what is the average price per fuel gallon Delta paid for in 2014?", "answers": ["$3.47"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 99 | {"id": "q-98", "table_id": "tab-17", "question": "what was the total revenue per ASM for Delta airlines in 2016 ?", "answers": ["15.74\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-68"} 100 | {"id": "q-99", "table_id": "tab-17", "question": "what is the consolidated operating cost per seat mile in 2016?", "answers": ["12.98\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-25"} 101 | {"id": "q-100", "table_id": "tab-17", "question": "what is the consolidated operating cost for every available seat mile in 2015?", "answers": ["13.33\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 102 | {"id": "q-101", "table_id": "tab-17", "question": "what is the consolidated revenue generated by Delta airlines in 2014 per available seat?", "answers": ["16.84\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 103 | {"id": "q-102", "table_id": "tab-17", "question": "How many fuel gallons were consumed by Delta airlines in 2017 ?", "answers": ["4,032"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 104 | {"id": "q-103", "table_id": "tab-18", "question": "how much did the operating revenue from passengers increase for Delta airlines in 2017 compared to 2016?", "answers": ["1,042"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 105 | {"id": "q-104", "table_id": "tab-18", "question": "How much was the operating revenue from Cargo for Delta airlines in 2017?", "answers": ["729"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 106 | {"id": "q-105", "table_id": "tab-18", "question": "what is the total operating revenue of Delta airlines in 2017?", "answers": ["$41,244"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 107 | {"id": "q-106", "table_id": "tab-18", "question": "by what value did the total operating revenue increase for Delta?", "answers": ["$1,605"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 108 | {"id": "q-107", "table_id": "tab-18", "question": "what was the total operating revenue for Delta airlines in 2017 ?", "answers": ["$41,244"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 109 | {"id": "q-108", "table_id": "tab-18", "question": "What was the total operating revenue for Delta airlines in 2016 ?", "answers": ["$39,639"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 110 | {"id": "q-109", "table_id": "tab-19", "question": "how much did the revenue from baggage Fees increase for Delta Airlines in 2017", "answers": ["27"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 111 | {"id": "q-110", "table_id": "tab-19", "question": "What was the revenue from loyalty programs for Delta airlines in the year 2016 ?", "answers": ["$1,782"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 112 | {"id": "q-111", "table_id": "tab-19", "question": "what was the increase in revenue from ancillary businesses and refinery of Delta airlines between 2016 to 2017?", "answers": ["283"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 113 | {"id": "q-112", "table_id": "tab-19", "question": "what was the percentage increase in revenue from baggage fees for Delta airlines in 2017 ?", "answers": ["3.1 %"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 114 | {"id": "q-113", "table_id": "tab-19", "question": "How much did the total revenue increase for Delta airlines in 2017 ?", "answers": ["$502"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 115 | {"id": "q-114", "table_id": "tab-20", "question": "What was the operating expense for Contracted services for Delta airlines in 2017 ?", "answers": ["2,184"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 116 | {"id": "q-115", "table_id": "tab-20", "question": "how much revenue did Delta Airlines generate from Loyalty programs in 2016 ?", "answers": ["2,184"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 117 | {"id": "q-116", "table_id": "tab-20", "question": "what is the regional carriers expense in 2017 for delta airlines?", "answers": ["4,503"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 118 | {"id": "q-117", "table_id": "tab-20", "question": "what is the percentage increase in aircraft rent for Delta between 2016 and 2017?", "answers": ["23.2 %"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 119 | {"id": "q-118", "table_id": "tab-21", "question": "how much was the operating expense for regional carriers in 2016?", "answers": ["4,311"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 120 | {"id": "q-119", "table_id": "tab-22", "question": "what was the average repurchase price for Delta Airline shares in 31st December, 2017?", "answers": ["$45.32"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 121 | {"id": "q-120", "table_id": "tab-22", "question": "What was the average repurchase price of Delta airline shares during May 2015 shares repurchase program ?", "answers": ["$45.32"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 122 | {"id": "q-121", "table_id": "tab-23", "question": "How much quantity of fuel was consumed by United in the year of 2019?", "answers": ["4,292"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-37"} 123 | {"id": "q-122", "table_id": "tab-23", "question": "what was total fuel consumption of United airlines in the year 2019 ?", "answers": ["4,292"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-37"} 124 | {"id": "q-123", "table_id": "tab-23", "question": "How many gallons of fuel were consumed by United airlines in the year 2018 ?", "answers": ["4,137"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 125 | {"id": "q-124", "table_id": "tab-23", "question": "what was the average fuel price per gallon paid by United airlines in the year 2017 ?", "answers": ["$1.74"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 126 | {"id": "q-125", "table_id": "tab-24", "question": "What is total income of United Airlines in 2017?", "answers": ["2,143"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 127 | {"id": "q-126", "table_id": "tab-25", "question": "For the year 2015, how much was the traffic for United airlines?", "answers": ["208,611"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 128 | {"id": "q-127", "table_id": "tab-25", "question": "What was the capacity of United Airlines in 2019?", "answers": ["284,999"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 129 | {"id": "q-128", "table_id": "tab-25", "question": "Get me the load factor of United in year 2018.", "answers": ["83.6%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 130 | {"id": "q-129", "table_id": "tab-25", "question": "How much is the PRASM for United Airlines for the year 2018?", "answers": ["13.70"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 131 | {"id": "q-130", "table_id": "tab-25", "question": "What is the CASM for United in year 2016?", "answers": ["12.70"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 132 | {"id": "q-131", "table_id": "tab-25", "question": "What is the average stage length of United Airlines for year 2017?", "answers": ["1,460"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 133 | {"id": "q-132", "table_id": "tab-26", "question": "From year 2018 to 2019, how much did domestic passengers count increase for United Airlines?", "answers": ["2.1%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 134 | {"id": "q-133", "table_id": "tab-26", "question": "What was the percentage increase in average fare per passenger for domestic passengers of United airlines from year 2018 to 2019 ?", "answers": ["3.4%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 135 | {"id": "q-134", "table_id": "tab-27", "question": "Get me the expense on fuel by United in 2018", "answers": ["9,307"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-43"} 136 | {"id": "q-135", "table_id": "tab-27", "question": "How much rise was there in operating expenses for United airlines from 2018 to 2019?", "answers": ["$884"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-21"} 137 | {"id": "q-136", "table_id": "tab-27", "question": "What was the percentage change in the salaries are related costs between 2018 and 2019 by United?", "answers": ["5.3"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 138 | {"id": "q-137", "table_id": "tab-27", "question": "What is the expense incurred on fuel by United in 2018 ", "answers": ["9,307"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-43"} 139 | {"id": "q-138", "table_id": "tab-27", "question": "How much aircraft rent was paid by United in 2019", "answers": ["288"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 140 | {"id": "q-139", "table_id": "tab-27", "question": "how much did the united airlines spend in salary costs in 2019?", "answers": ["$12,071"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 141 | {"id": "q-140", "table_id": "tab-27", "question": "how much was the increase in distribution expenses of United airlines in 2019 from previous year ?", "answers": ["93"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 142 | {"id": "q-141", "table_id": "tab-27", "question": "what is the increase in total operating expenses by United in 2019?", "answers": ["$884"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-21"} 143 | {"id": "q-142", "table_id": "tab-27", "question": "what was the percentage rise in total operating expenses for United airlines from 2018 to 2019?", "answers": ["2.3"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 144 | {"id": "q-143", "table_id": "tab-28", "question": "How much money was spend by United on salaries of employees for the year 2018?", "answers": ["11,458"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-18"} 145 | {"id": "q-144", "table_id": "tab-28", "question": "In year 2019, How many millions were spent by United on renting aircrafts?", "answers": ["288"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-48"} 146 | {"id": "q-145", "table_id": "tab-28", "question": "How much income tax did United Airlines pay in 2017?", "answers": ["$2,143"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 147 | {"id": "q-146", "table_id": "tab-28", "question": "What is the operating revenue on Cargo in the year 2019 for United?", "answers": ["1,179"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 148 | {"id": "q-147", "table_id": "tab-28", "question": "what was the operating revenue of United Airlines for Cargo in 2018 ?", "answers": ["1,237"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 149 | {"id": "q-148", "table_id": "tab-28", "question": "What was the salaries and related costs expense by United in year 2018?", "answers": ["11,458"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-18"} 150 | {"id": "q-149", "table_id": "tab-28", "question": "What was the operating expense incurred due to aircraft rent by United in year 2019?", "answers": ["288"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-48"} 151 | {"id": "q-150", "table_id": "tab-28", "question": "how much was the income tax expense for United Airlines in 2019 ?", "answers": ["905"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 152 | {"id": "q-151", "table_id": "tab-28", "question": "what is the Net income in the year 2019 by United?", "answers": ["$3,009"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 153 | {"id": "q-152", "table_id": "tab-29", "question": "For June quarter, how much was the operations income for United Airlines in 2019?", "answers": ["1,472"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-45"} 154 | {"id": "q-153", "table_id": "tab-29", "question": "What is the Q2 operating revenue of United airlines in 2019?", "answers": ["1,472"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-45"} 155 | {"id": "q-154", "table_id": "tab-29", "question": "what was the basic earnings per share for United Airlines in Q1'19 ?", "answers": ["1.09"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 156 | {"id": "q-155", "table_id": "tab-29", "question": "what was the 2018 net income in March quarter for united airlines?", "answers": ["145"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 157 | {"id": "q-156", "table_id": "tab-29", "question": "how much was the diluted earning per share for United Airlines in Q3 2018 ?", "answers": ["3.05"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 158 | {"id": "q-157", "table_id": "tab-30", "question": "How many Boeing 737 were owned by SouthWest in 2018?", "answers": ["627"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-13"} 159 | {"id": "q-158", "table_id": "tab-30", "question": "among the aircrafts leased by Southwest Airlines in 2018, how many were 737-800?", "answers": ["7"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 160 | {"id": "q-159", "table_id": "tab-30", "question": "What is the total aircraft numbers owned by SouthWest in 2018?", "answers": ["627"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-13"} 161 | {"id": "q-160", "table_id": "tab-30", "question": "how many aircrafts did Southwest Airlines lease in 2018 ?", "answers": ["123"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 162 | {"id": "q-161", "table_id": "tab-31", "question": "As of February 2019, How old was the CEO of Southwest Airlines?", "answers": ["63"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-63"} 163 | {"id": "q-162", "table_id": "tab-31", "question": "Who was the Chief Financial Officer of Southwest Airlines as of Feb 2019?", "answers": ["Tammy Romo"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-20"} 164 | {"id": "q-163", "table_id": "tab-31", "question": "what is age of Gary C Kelly, CEO of Southwest Airlines?", "answers": ["63"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-63"} 165 | {"id": "q-164", "table_id": "tab-31", "question": "How old was Southwest Airlines's president in 2018 ?", "answers": ["57"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 166 | {"id": "q-165", "table_id": "tab-31", "question": "Name a vice president in Southwest Airlines who was younger than 55 years in 2018 ?", "answers": ["Andrew M. Watterson"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 167 | {"id": "q-166", "table_id": "tab-31", "question": "who was the executive VP and CFO of Southwest Airlines as of February 2019 ?", "answers": ["Tammy Romo"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-20"} 168 | {"id": "q-167", "table_id": "tab-32", "question": "How much was the traffic for Southwest Airlines for year 2014?", "answers": ["108,035,133"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-49"} 169 | {"id": "q-168", "table_id": "tab-32", "question": "What was the ASM of Southwest in year 2016?", "answers": ["148,522,051"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-26"} 170 | {"id": "q-169", "table_id": "tab-32", "question": "How much was the capacity of Southwest Airlines in year 2015?", "answers": ["140,501,409"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-54"} 171 | {"id": "q-170", "table_id": "tab-32", "question": "What was the passenger load factor for Southwest in year 2015?", "answers": ["83.6%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 172 | {"id": "q-171", "table_id": "tab-32", "question": "For Southwest, what was the average stage length in year 2018?", "answers": ["757"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 173 | {"id": "q-172", "table_id": "tab-32", "question": "For Southwest Airlines, how much was the passenger revenue per available seat miles in 2018?", "answers": ["12.80"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 174 | {"id": "q-173", "table_id": "tab-32", "question": "How much quantity of fuel was used by SouthWest in year 2017?", "answers": ["2,045"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 175 | {"id": "q-174", "table_id": "tab-32", "question": "what is the RPM of Southwest Airlines in 2014?", "answers": ["108,035,133"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-49"} 176 | {"id": "q-175", "table_id": "tab-32", "question": "how many operational seat miles did Southwest Airlines have in the year 2016?", "answers": ["148,522,051"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-26"} 177 | {"id": "q-176", "table_id": "tab-32", "question": "what is the revenue passenger miles (RPMs) of southwest airlines in year 2015?", "answers": ["140,501,409"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-54"} 178 | {"id": "q-177", "table_id": "tab-32", "question": "what is the seats per trip for Southwest in year 2017?", "answers": ["149.03"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 179 | {"id": "q-178", "table_id": "tab-32", "question": "how many active full-time employees worked at Southwest in 2018?", "answers": ["58,803"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 180 | {"id": "q-179", "table_id": "tab-32", "question": "what is the average passenger fare for SouthWest in 2017?", "answers": ["$151.73"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 181 | {"id": "q-180", "table_id": "tab-33", "question": "How much was change in operating expenses on fuel and oil per ASM for SouthWest in year 2018?", "answers": ["0.24"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-47"} 182 | {"id": "q-181", "table_id": "tab-33", "question": "Per ASM what was the change in fuel and oil expenses for Southwest Airlines in 2018?", "answers": ["0.24"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-47"} 183 | {"id": "q-182", "table_id": "tab-33", "question": "how much was the percentage change in maintenance and repair costs for Southwest Airlines in 2018?", "answers": ["6.2"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 184 | {"id": "q-183", "table_id": "tab-33", "question": "how much depreciation and amortization did southwest take in 2018? ", "answers": ["0.75"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 185 | {"id": "q-184", "table_id": "tab-34", "question": "How much was the current assets of SouthWest worth in 2018?", "answers": ["5,028"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-0"} 186 | {"id": "q-185", "table_id": "tab-34", "question": "what was the total asset value of Southwest Airlines in 2018 ?", "answers": ["5,028"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-0"} 187 | {"id": "q-186", "table_id": "tab-34", "question": "what was the air traffic liability of SouthWest in 2018?", "answers": ["4,134"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 188 | {"id": "q-187", "table_id": "tab-35", "question": "In 2016, How many millions of dollars did SouthWest spend on wages, benefits and salaries?", "answers": ["6,786"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 189 | {"id": "q-188", "table_id": "tab-35", "question": "How much is the total operating expenses of SouthWest in 2017?", "answers": ["17,739"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-7"} 190 | {"id": "q-189", "table_id": "tab-35", "question": "What is the operating revenues of freight in 2018 for Southwest?", "answers": ["175"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-6"} 191 | {"id": "q-190", "table_id": "tab-35", "question": "How much of operating revenue of Southwest Airlines come from Frieght in 2018?", "answers": ["175"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-6"} 192 | {"id": "q-191", "table_id": "tab-35", "question": "what was the operating revenue from passengers in 2018 for Southwest Airlines?", "answers": ["$20,455"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 193 | {"id": "q-192", "table_id": "tab-35", "question": "In total how much was the operating expense incurred by Southwest Airlines in 2018?", "answers": ["17,739"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-7"} 194 | {"id": "q-193", "table_id": "tab-36", "question": "What was the net income of SouthWest in the second quarter of 2018?", "answers": ["733"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-61"} 195 | {"id": "q-194", "table_id": "tab-36", "question": "what is the net income of southwest in the June quarter of 2018?", "answers": ["733"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-61"} 196 | {"id": "q-195", "table_id": "tab-36", "question": "How much net income did Southwest Airlines report in Q2 2018 ?", "answers": ["733"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-61"} 197 | {"id": "q-196", "table_id": "tab-37", "question": "How many pilots does American Airlines have for the mainline with contract amendable date as 2020 ?", "answers": ["13,200"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 198 | {"id": "q-197", "table_id": "tab-37", "question": "How many maintenance and control technicians does American Airlines have for the mainline with contract amendable date as 2018?", "answers": ["200"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 199 | {"id": "q-198", "table_id": "tab-37", "question": "How many pilots does American Airlines have for the Envoy with contract amendable date as 2024 ?", "answers": ["2,200"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 200 | {"id": "q-199", "table_id": "tab-37", "question": "How many flight attendants does American Airlines have for the mainline with contract amendable date as 2019 ?", "answers": ["24,900"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 201 | {"id": "q-200", "table_id": "tab-37", "question": "How many maintenance and Training technicians does American Airlines have for the mainline with contract amendable date as 2018?", "answers": ["50"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 202 | {"id": "q-201", "table_id": "tab-37", "question": "How many Flight attendants does American Airlines have for the Envoy with contract amendable date as 2020 ?", "answers": ["1,300"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 203 | {"id": "q-202", "table_id": "tab-38", "question": "How many pilots does American Airlines have for the Piedmont with contract amendable date as 2024 ?", "answers": ["550"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 204 | {"id": "q-203", "table_id": "tab-38", "question": "How many Fleet and passenger service does American Airlines have for the Piedmont with contract amendable date as 2017?", "answers": ["3,400"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 205 | {"id": "q-204", "table_id": "tab-39", "question": "How many gallons of fuel was consumed by American Airlines in the year 2017 ?", "answers": ["4,352"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-40"} 206 | {"id": "q-205", "table_id": "tab-39", "question": "What was the average price per fuel Gallon in 2017 for American Airlines?", "answers": ["$1.73"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-2"} 207 | {"id": "q-206", "table_id": "tab-39", "question": "American Airline's fuel expenses contributed to what percentage of operating expenses in the year 2017 ?", "answers": ["19.7%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-32"} 208 | {"id": "q-207", "table_id": "tab-39", "question": "In 2017 what was the fuel gallon consumption of American Airlines ?", "answers": ["4,352"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-40"} 209 | {"id": "q-208", "table_id": "tab-39", "question": "Find the average fuel price per gallon for American Airlines in 2017.", "answers": ["$1.73"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-2"} 210 | {"id": "q-209", "table_id": "tab-39", "question": "For American Airlines what percentage of total operating expense was from aircraft fuel expense in 2017 ?", "answers": ["19.7%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-32"} 211 | {"id": "q-210", "table_id": "tab-39", "question": "which year had the lowest aircraft fuel expense for American Airlines between 2015 and 2017", "answers": ["2016"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 212 | {"id": "q-211", "table_id": "tab-39", "question": "What is the percentage of fuel expenses over the total operating expenses for American Airlines in 2015?", "answers": ["21.4%"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 213 | {"id": "q-212", "table_id": "tab-40", "question": "How many Boeing 737-800 aircrafts American Airlines had in 2017?", "answers": ["304"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-24"} 214 | {"id": "q-213", "table_id": "tab-40", "question": " How many Boeing 737-8 MAX aircrafts American Airlines had in 2017 ?", "answers": ["4"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 215 | {"id": "q-214", "table_id": "tab-40", "question": "What was the average seating capacity of American Airline's Boeing 787-9 aircraft in 2017?", "answers": ["285"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-58"} 216 | {"id": "q-215", "table_id": "tab-40", "question": "how many Airbus A320 did American Airlines lease in 2017 ?", "answers": ["38"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-30"} 217 | {"id": "q-216", "table_id": "tab-40", "question": "What was American Airlines' total number of leased Airbus A321 airplanes in 2017?", "answers": ["38"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-30"} 218 | {"id": "q-217", "table_id": "tab-40", "question": "On average how old were the Airbus A321 fleet for American Airlines in 2017?", "answers": ["5.4"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 219 | {"id": "q-218", "table_id": "tab-40", "question": "In total what was the count of Boeing 737-800 aircrafts in American Airlines in 2017?", "answers": ["304"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-24"} 220 | {"id": "q-219", "table_id": "tab-40", "question": "As of 2017, report the average seating capacity of a Boeing 787-9 airplane of American airlines.", "answers": ["285"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-58"} 221 | {"id": "q-220", "table_id": "tab-40", "question": "How many airplanes did American Airlines have in total as of 2017?", "answers": ["948"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 222 | {"id": "q-221", "table_id": "tab-41", "question": "what was American Airline's available seat miles (in millions) in 2017 for the mainline?", "answers": ["243,806"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 223 | {"id": "q-222", "table_id": "tab-41", "question": "What is reported mainline CASM for the American Airlines in 2017 ?", "answers": ["12.96"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 224 | {"id": "q-223", "table_id": "tab-41", "question": "How much was the total operating expenses for American Airlines in 2015 ?", "answers": ["$34,786"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-57"} 225 | {"id": "q-224", "table_id": "tab-41", "question": "What were American airlines' total operating expenses or GAAP by the end of 2015?", "answers": ["$34,786"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-57"} 226 | {"id": "q-225", "table_id": "tab-41", "question": "What was American Airlines' mainline CASM excluding special items and fuel by the end of 2017?", "answers": ["10.16"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 227 | {"id": "q-226", "table_id": "tab-41", "question": "How much was the cost per available seat miles in Mainline for American Airlines in 2017?", "answers": ["12.96"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 228 | {"id": "q-227", "table_id": "tab-42", "question": "What was revenue passenger miles (in millions) for the American Airlines in 2017 for Mainline?", "answers": ["201,351"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 229 | {"id": "q-228", "table_id": "tab-42", "question": "What was total revenue passenger miles for the American Airlines in year 2017 for Mainline and Regional ?", "answers": ["226,346"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 230 | {"id": "q-229", "table_id": "tab-42", "question": "What was passenger revenue per available seat mile(cents) for the American Airlines in 2017 for Mainline ?", "answers": ["13.07"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 231 | {"id": "q-230", "table_id": "tab-42", "question": "what was the reported mainline RPM for American Airlines in 2017 ?", "answers": ["201,351"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 232 | {"id": "q-231", "table_id": "tab-42", "question": "How many full-time equivalent employees did American Airlines have for mainline by the end of 2017?", "answers": ["0.2%"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 233 | {"id": "q-232", "table_id": "tab-42", "question": "How much increase did American Airlines yield within the period of 2016-2015 for revenue passenger miles?", "answers": ["0.2%"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 234 | {"id": "q-233", "table_id": "tab-42", "question": "What was the total revenue per available seat mile for American Airlines in 2016?", "answers": ["14.70"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 235 | {"id": "q-234", "table_id": "tab-43", "question": "What is the Mainline average stage length in 2018 for Alaska Airline?", "answers": ["1,298"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-62"} 236 | {"id": "q-235", "table_id": "tab-43", "question": "Find Alaska Airlines' total average stage length for mainline in 2018.", "answers": ["1,298"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-62"} 237 | {"id": "q-236", "table_id": "tab-44", "question": "What is the regional average stage length (miles) in 2018 for Alaska Airline?", "answers": ["468"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 238 | {"id": "q-237", "table_id": "tab-45", "question": "How many IAM employees did the Alaska Airlines have in 2018?", "answers": ["4,506"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 239 | {"id": "q-238", "table_id": "tab-45", "question": "Which employee group does Air Line Pilots Association, International (ALPA) represent for Alaska airlines in 2018?", "answers": ["Pilots"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 240 | {"id": "q-239", "table_id": "tab-45", "question": "How many employees are under the AFA union for Alaska airlines in 2018?", "answers": ["5,815"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 241 | {"id": "q-240", "table_id": "tab-46", "question": "How old is the Executive Vice President/Finance and Chief Financial officer of Alaska Air Group in 2018?", "answers": ["52"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 242 | {"id": "q-241", "table_id": "tab-46", "question": "What was the age of Alaska Air Group's CEO and Chairman in 2018 ?", "answers": ["58"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 243 | {"id": "q-242", "table_id": "tab-46", "question": "When did Benito Minicucci become the President and Chief Operating Officer of Alaska Airlines?", "answers": ["2004"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 244 | {"id": "q-243", "table_id": "tab-46", "question": "What was the position of Andrew R. Harrison for Alaska Air Group in 2018?", "answers": ["Executive Vice President and Chief Commercial Officer of Alaska Airlines, Inc."], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 245 | {"id": "q-244", "table_id": "tab-47", "question": "What is the total number of leased aircrafts for Alaska Airline in 2018?", "answers": ["112"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 246 | {"id": "q-245", "table_id": "tab-47", "question": "What was the total count of owned aircrafts for Alaska Airlines in 2018 in regional fleet?", "answers": ["56"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 247 | {"id": "q-246", "table_id": "tab-48", "question": "What is the average price paid per share for the Alaska Airline in the last 3 months of 2018?", "answers": ["$65.21"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 248 | {"id": "q-247", "table_id": "tab-48", "question": "What was the average price per share paid by Alaska Airlines in October 2018?", "answers": ["$63.48"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 249 | {"id": "q-248", "table_id": "tab-49", "question": "What is Alaska Airline's Available Seat Miles for the Mainline in 2018?", "answers": ["65,335"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 250 | {"id": "q-249", "table_id": "tab-49", "question": "What is Alaska Airline's Revenue Passenger Miles or 'traffic' for the Mainline in 2018?", "answers": ["49,781"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 251 | {"id": "q-250", "table_id": "tab-49", "question": "What were Alaska airlines' consolidated operating revenues for 2017?", "answers": ["$7,894"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 252 | {"id": "q-251", "table_id": "tab-50", "question": "What is the consolidated CASM Excluding Fuel for Alaska Air in 2018?", "answers": ["8.50\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 253 | {"id": "q-252", "table_id": "tab-50", "question": "What is the CASM Excluding Fuel for mainline for Alaska Air in 2018?", "answers": ["7.73\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 254 | {"id": "q-253", "table_id": "tab-50", "question": "What was the consolidated aircraft fuel expense, including hedging gains and losses for Alaska airlines in 2017?", "answers": ["2.33"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 255 | {"id": "q-254", "table_id": "tab-51", "question": "What is the percentage of consolidated load factor for the Alaska Airline in 2018? ", "answers": ["83.7%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 256 | {"id": "q-255", "table_id": "tab-51", "question": "What was the change in yield value for Alaska Airlines between 2017 and 2018 based on consolidated operating statistics?", "answers": ["0.1%"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 257 | {"id": "q-256", "table_id": "tab-51", "question": "What was the ASMs capacity of Alaska Airlines in 2018 ?", "answers": ["59,187"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 258 | {"id": "q-257", "table_id": "tab-52", "question": "What is the cost of Raw or \"into-plane\" fuel in Dollars for the Alaska Airline in 2018?", "answers": ["$1,938"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 259 | {"id": "q-258", "table_id": "tab-52", "question": "How many gallons of Fuel (in millions) were consumed by Alaska Airline in 2018?", "answers": ["839"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 260 | {"id": "q-259", "table_id": "tab-52", "question": "How much was Alaska Airlines' consolidated economic fuel expense in 2018?", "answers": ["$1,914"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 261 | {"id": "q-260", "table_id": "tab-52", "question": "What was the GAAP fuel expense per gallon in 2018 for Alaska Airlines ?", "answers": ["$2.31"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 262 | {"id": "q-261", "table_id": "tab-53", "question": "What is the change of pension cost (in millions) for Alaska airline in 2018 comparing to the previous year?", "answers": ["23.1%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 263 | {"id": "q-262", "table_id": "tab-53", "question": "How much did the wages increase in 2018 for Alaska Airlines compared to 2017 ?", "answers": ["12.9%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 264 | {"id": "q-263", "table_id": "tab-53", "question": "How much did Alaska Airlines pay for the payroll taxes by the end of 2018?", "answers": ["113"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 265 | {"id": "q-264", "table_id": "tab-53", "question": "How much was the payroll taxes for Alaska Airlines in 2017 ?", "answers": ["105"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 266 | {"id": "q-265", "table_id": "tab-54", "question": "What is the amount of long-term debt (in millions) for Alaska Airline by the end of 2018?", "answers": ["$1,617"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 267 | {"id": "q-266", "table_id": "tab-54", "question": "What was the change in stockholders' equity from 2017 to 2018 for Alaska Airlines ?", "answers": ["$291"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 268 | {"id": "q-267", "table_id": "tab-55", "question": "How much gallon of fuel has been consumed by United Airlines in 2016?", "answers": ["3,904"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 269 | {"id": "q-268", "table_id": "tab-55", "question": "How much was the percentage of fuel expense in total operating expense of Alaska Airlines in 2017?", "answers": ["20%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 270 | {"id": "q-269", "table_id": "tab-55", "question": "What was the cheapest average price per gallon value for Alaska Airlines between 2015 and 2017?", "answers": ["$1.49"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 271 | {"id": "q-270", "table_id": "tab-55", "question": "Between 2015 to 2017 which year had the highest fuel expense for Alaska Airlines ?", "answers": ["2015"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 272 | {"id": "q-271", "table_id": "tab-56", "question": "As of December 2017, how many people worked for United Airlines as security officers?", "answers": ["51"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 273 | {"id": "q-272", "table_id": "tab-57", "question": "What is the average age of 787-9 airplanes used by United Airlines as of 2017?", "answers": ["2.1"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 274 | {"id": "q-273", "table_id": "tab-57", "question": "As of 2017, how many Boeing 737-800 airplanes were leased by United Airlines?", "answers": ["64"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 275 | {"id": "q-274", "table_id": "tab-57", "question": "How many 777-200ER are leased by United airlines by the end of 2017?", "answers": ["15"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 276 | {"id": "q-275", "table_id": "tab-57", "question": "What is the total number of leased airplanes by United airlines as of the year 2017?", "answers": ["186"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 277 | {"id": "q-276", "table_id": "tab-57", "question": "What is the total number of 737-800 airplanes leased by United Airlines by the end of 2017?", "answers": ["64"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 278 | {"id": "q-277", "table_id": "tab-58", "question": "As of 2017, how many Airbus A350 passenger airplanes were ordered by United Airlines?", "answers": ["45"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-9"} 279 | {"id": "q-278", "table_id": "tab-58", "question": "What is the number of Airbus A350 ordered by United Airlines in the year 2017?", "answers": ["45"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-9"} 280 | {"id": "q-279", "table_id": "tab-59", "question": "What is the highest stock rate of UAL in the second quarter of 2016?", "answers": ["58.90"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 281 | {"id": "q-280", "table_id": "tab-59", "question": "What is the lowest stock rate of UAL in the 4th Quarter of 2017?", "answers": ["56.51"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 282 | {"id": "q-281", "table_id": "tab-60", "question": "As of December 2017, how many shares of United Airlines have been purchased?", "answers": ["1,084,498"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-34"} 283 | {"id": "q-282", "table_id": "tab-60", "question": "What are the total shares of United Airlines' stock purchased by December 2017?", "answers": ["1,084,498"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-34"} 284 | {"id": "q-283", "table_id": "tab-60", "question": "What is the average price paid per share for United Airlines' stock as of December 2017?", "answers": ["63.06"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 285 | {"id": "q-284", "table_id": "tab-61", "question": "Find mainline RPM for United Airlines in 2017.", "answers": ["193,444"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-8"} 286 | {"id": "q-285", "table_id": "tab-61", "question": "What is the Mainline ASM for United Airlines in 2016?", "answers": ["224,692"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 287 | {"id": "q-286", "table_id": "tab-61", "question": "What is the mainline passenger load factor of United Airlines in 2017?", "answers": ["82.5%"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-71"} 288 | {"id": "q-287", "table_id": "tab-61", "question": "What is the mainline average stage length of United Airlines in 2015?", "answers": ["1,922"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 289 | {"id": "q-288", "table_id": "tab-61", "question": "What is the consolidated Passenger Revenue Per Available Seat Mile for United Airlines in 2016?", "answers": ["12.40"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 290 | {"id": "q-289", "table_id": "tab-61", "question": "Find consolidated CASM for United Airlines in the year of 2014", "answers": ["14.85"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 291 | {"id": "q-290", "table_id": "tab-61", "question": "Find the consolidated amount of fuel consumed for United Airlines in 2013.", "answers": ["3,947"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 292 | {"id": "q-291", "table_id": "tab-61", "question": "What is the revenue passenger miles or RPMs for mainline of United Airlines in the year 2017? ", "answers": ["193,444"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-8"} 293 | {"id": "q-292", "table_id": "tab-61", "question": "How much gallon of fuel has been consumed for the mainline of United Airlines in 2016?", "answers": ["3,261"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 294 | {"id": "q-293", "table_id": "tab-61", "question": "Please report the consolidated total revenue per available seat miles for United Airlines in 2015.", "answers": ["15.15"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 295 | {"id": "q-294", "table_id": "tab-61", "question": "Please locate and report United Airlines' passenger load factor in 2017.", "answers": ["82.5%"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-71"} 296 | {"id": "q-295", "table_id": "tab-61", "question": "What is the total number of consolidated passengers in 2016 for United Airlines?", "answers": ["143,177"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 297 | {"id": "q-296", "table_id": "tab-62", "question": "Find the operating expense of Aircraft rental fees for United Airlines in 2016", "answers": ["680"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 298 | {"id": "q-297", "table_id": "tab-62", "question": "How much is United airlines' expense on salaries and related costs in 2017?", "answers": ["$11,045"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 299 | {"id": "q-298", "table_id": "tab-62", "question": "What is the increase in expense for aircraft fuel from the year 2016 to the year 2017 for United airlines?", "answers": ["1,100"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 300 | {"id": "q-299", "table_id": "tab-63", "question": "What was American's annual aircraft fuel consumption in 2019?", "answers": ["4,537"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 301 | {"id": "q-300", "table_id": "tab-63", "question": "What was American Airlines' average fuel price per gallon in 2018?", "answers": ["2.23"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 302 | {"id": "q-301", "table_id": "tab-64", "question": "How many aircraft had American Airlines agreed to purchase as of the end of 2019?", "answers": ["248"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 303 | {"id": "q-302", "table_id": "tab-64", "question": "How many Airbus planes does American Airlines plan to purchase after 2025 as of 2019?", "answers": ["20"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 304 | {"id": "q-303", "table_id": "tab-65", "question": "What were the available seat miles of American Airlines in 2018?", "answers": ["282,054"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 305 | {"id": "q-304", "table_id": "tab-65", "question": "What was American's regional cost of fuel per ASM in 2019?", "answers": ["(0.66)"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 306 | {"id": "q-305", "table_id": "tab-65", "question": "What were the total operating expenses in 2018 for American Airlines?", "answers": ["$41,885"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 307 | {"id": "q-306", "table_id": "tab-65", "question": "What was the total available seat miles or ASM for American Airlines in 2019?", "answers": ["285,088"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 308 | {"id": "q-307", "table_id": "tab-66", "question": "What were the RPMs of American in 2019?", "answers": ["241,252"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 309 | {"id": "q-308", "table_id": "tab-66", "question": "How much did American's yield per passenger mile change in 2019 compared to 2018?", "answers": ["(1.0)%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 310 | {"id": "q-309", "table_id": "tab-66", "question": "Show the total revenue per ASM of American Airlines in 2018.", "answers": ["15.79"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 311 | {"id": "q-310", "table_id": "tab-66", "question": "Return the number of aircraft available to American Airlines at the end of 2018.", "answers": ["1,551"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 312 | {"id": "q-311", "table_id": "tab-66", "question": "Show American's CASM for 2019.", "answers": ["14.98"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 313 | {"id": "q-312", "table_id": "tab-67", "question": "How much did the cost of maintenance and repairs for American Airlines change between 2018 and 2019?", "answers": ["330"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 314 | {"id": "q-313", "table_id": "tab-68", "question": "What was the liquidity of the American Airlines Group at the end of 2019?", "answers": ["$7,069"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 315 | {"id": "q-314", "table_id": "tab-68", "question": "What was the value of American Airlines' short-term investments by the end of 2019?", "answers": ["3,543"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 316 | {"id": "q-315", "table_id": "tab-69", "question": "What was American Airlines' total cash payment for dividends during 2019?", "answers": ["$178"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 317 | {"id": "q-316", "table_id": "tab-70", "question": "What amount of loyalty revenue did American recognize as part of the passenger revenue in 2019?", "answers": ["3,179"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 318 | {"id": "q-317", "table_id": "tab-70", "question": "How much did American Airlines report as the total amount of passenger revenue in 2018?", "answers": ["$38,831"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 319 | {"id": "q-318", "table_id": "tab-70", "question": "How much cargo revenue has been made by American Airlines as of 2017?", "answers": ["40,676"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 320 | {"id": "q-319", "table_id": "tab-70", "question": "What is the loyalty revenue for marketing services as of 2018 for American Airlines?", "answers": ["890"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 321 | {"id": "q-320", "table_id": "tab-70", "question": "What was American Airlines' total amount of passenger revenue from passenger travel in the year 2019?", "answers": ["2,352"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 322 | {"id": "q-321", "table_id": "tab-71", "question": "How much did American pay for benefits in 2019?", "answers": ["( 689 )"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-53"} 323 | {"id": "q-322", "table_id": "tab-71", "question": "As of 2018, how much employer contribution has been made by American Airlines for pension benefits?", "answers": ["475"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 324 | {"id": "q-323", "table_id": "tab-71", "question": "What was the total amount of pension benefit payments for American Airlines in 2019?", "answers": ["( 689 )"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-53"} 325 | {"id": "q-324", "table_id": "tab-72", "question": "What was the value of American Airlines' total investments at the end of 2018?", "answers": ["$4,825"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 326 | {"id": "q-325", "table_id": "tab-72", "question": "As of 2018, how much was invested on level 2 short term repurchase agreements by American Airlines?", "answers": ["375"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-27"} 327 | {"id": "q-326", "table_id": "tab-72", "question": "What was the amount of level 2 repurchase agreements for short term investments by American Airlines in 2018?", "answers": ["375"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-27"} 328 | {"id": "q-327", "table_id": "tab-72", "question": "In 2018, how much were the Level 1 long-term investments for American Airlines? ", "answers": ["189"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 329 | {"id": "q-328", "table_id": "tab-73", "question": "what is the average price per gallon for Delta airlines aircrafts in 2018?", "answers": ["$2.20"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 330 | {"id": "q-329", "table_id": "tab-73", "question": "how much was the Delta airlines aircraft fuel price in 2017?", "answers": ["$1.68"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-56"} 331 | {"id": "q-330", "table_id": "tab-73", "question": "how many millions of gallons were consumed by Delta in 2016?", "answers": ["4,016"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 332 | {"id": "q-331", "table_id": "tab-73", "question": "What were the total gallons of fuel consumed (in millions) for Delta airlines in 2018? ", "answers": ["4,113"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-55"} 333 | {"id": "q-332", "table_id": "tab-73", "question": "As of 2018, how much gallons of fuel were consumed by Delta Airlines?", "answers": ["4,113"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-55"} 334 | {"id": "q-333", "table_id": "tab-73", "question": "What was the average price of the fuel per gallon consumed by Delta Airlines as of 2016?", "answers": ["$1.49"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 335 | {"id": "q-334", "table_id": "tab-73", "question": "What percentage did the fuel expense take out of the total operating cost for Delta airlines in the year 2018? ", "answers": ["23.0%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 336 | {"id": "q-335", "table_id": "tab-73", "question": "What is the average fuel price per gallon for Delta airlines in 2017? ", "answers": ["$1.68"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-56"} 337 | {"id": "q-336", "table_id": "tab-73", "question": "What was Delta airlines' total cost for fuel (in millions) in 2018? ", "answers": ["$9,020"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 338 | {"id": "q-337", "table_id": "tab-73", "question": "As of 2017, what was the average price of fuel consumed by Delta airlines?", "answers": ["$1.68"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-56"} 339 | {"id": "q-338", "table_id": "tab-74", "question": "how many active Delta Flight Superintendents are represented by PAFCA in 2018?", "answers": ["432"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-17"} 340 | {"id": "q-339", "table_id": "tab-74", "question": "which union represents the Endeavor air flight attendants of Delta in 2018?", "answers": ["AFA"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 341 | {"id": "q-340", "table_id": "tab-74", "question": "How many active employees are represented by PAFCA for Delta Airlines in 2018?", "answers": ["60"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 342 | {"id": "q-341", "table_id": "tab-74", "question": "In 2018, what was the number of Delta Flight Superintendents represented by PAFCA?", "answers": ["432"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-17"} 343 | {"id": "q-342", "table_id": "tab-74", "question": "For Delta airlines, what was the approximate number of active Delta Pilots represented by ALPA in 2018?", "answers": ["13,203"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 344 | {"id": "q-343", "table_id": "tab-74", "question": "What employee group of Delta airlines was represented by AFA in 2018? ", "answers": ["Endeavor Air Flight Attendants (1)"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 345 | {"id": "q-344", "table_id": "tab-75", "question": "How many B-717-200 are owned by Delta airlines in the current fleet for the year 2018?", "answers": ["3"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 346 | {"id": "q-345", "table_id": "tab-75", "question": "How many total aircrafts are on finance lease in the current fleet for Delta airlines in the year 2018?", "answers": ["46"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-4"} 347 | {"id": "q-346", "table_id": "tab-75", "question": "In 2018, what is the average age of all the current fleet in Delta airlines?", "answers": ["16.0"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 348 | {"id": "q-347", "table_id": "tab-75", "question": "How many B-757-200 do Delta airlines have in 2018, including owned, on finance lease, and on operating lease?", "answers": ["100"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 349 | {"id": "q-348", "table_id": "tab-75", "question": "In 2018, what is the total number of aircraft in the current fleet of Delta airlines on finance lease?", "answers": ["46"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-4"} 350 | {"id": "q-349", "table_id": "tab-75", "question": "How many A321-200 neo aircraft did Delta airlines commit to purchase as of the end of 2018? ", "answers": ["100"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 351 | {"id": "q-350", "table_id": "tab-76", "question": "how many Endeavor Air flights are operating under Delta in 2018?", "answers": ["154"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 352 | {"id": "q-351", "table_id": "tab-76", "question": "How many SkyWest Airlines flights of fleet type CRJ-200 are operational in 2018?", "answers": ["77"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 353 | {"id": "q-352", "table_id": "tab-77", "question": "How many A220-100 aircraft are committed for delivery in calendar year ending 2019 for Delta Airlines?", "answers": ["24"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 354 | {"id": "q-353", "table_id": "tab-77", "question": "What are the aircraft purchase commitments after 2021 for Delta?", "answers": ["108"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-65"} 355 | {"id": "q-354", "table_id": "tab-77", "question": "What is the total number of aircraft on Delta airlines' purchase commitments as of the end of 2018? ", "answers": ["330"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 356 | {"id": "q-355", "table_id": "tab-77", "question": "How many A350-900 has Delta commited to purchase in total as of December 31, 2018?", "answers": ["14"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 357 | {"id": "q-356", "table_id": "tab-77", "question": "How many aircraft do Delta airlines plan to purchase after 2021 as of 2018? ", "answers": ["108"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-65"} 358 | {"id": "q-357", "table_id": "tab-78", "question": "What are the total number of shares purchased in the period of October 2018 for Delta Airlines?", "answers": ["1,538,432"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 359 | {"id": "q-358", "table_id": "tab-78", "question": "What is the average price paid per share for Delta Airlines in the period of November 2018?", "answers": ["$56.38"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-15"} 360 | {"id": "q-359", "table_id": "tab-78", "question": "What is the total number of shares purchased for Delta Airlines in 2018?", "answers": ["5,947,915"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 361 | {"id": "q-360", "table_id": "tab-78", "question": "As of November 2018, how many shares have been purchased by Delta as part of publicly announced plans or programs?", "answers": ["2,188,178"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 362 | {"id": "q-361", "table_id": "tab-78", "question": "In December 2018, what was the average price paid per share for Delta airlines? ", "answers": ["$54.22"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 363 | {"id": "q-362", "table_id": "tab-78", "question": "For the Publicly Announced Plans or Programs, how many shares are purchased by Delta airlines in October 2018?", "answers": ["1,538,432"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 364 | {"id": "q-363", "table_id": "tab-78", "question": "What was the average price per share as of November 2018 for Delta Airlines?", "answers": ["$56.38"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-15"} 365 | {"id": "q-364", "table_id": "tab-78", "question": "For the period of November 2018, how much was paid for the shares of Delta Airlines?", "answers": ["$56.38"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-15"} 366 | {"id": "q-365", "table_id": "tab-79", "question": "what is the operating revenue in 2018 for Delta airlines?", "answers": ["$44,438"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 367 | {"id": "q-366", "table_id": "tab-79", "question": "what is the operating expense in 2018 for Delta airlines?", "answers": ["39,174"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 368 | {"id": "q-367", "table_id": "tab-79", "question": "what is the income before income taxes for Delta Airlines in 2018?", "answers": ["5,151"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 369 | {"id": "q-368", "table_id": "tab-79", "question": "what is the basic earnings per share for Delta Airlines in 2018?", "answers": ["$5.69"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 370 | {"id": "q-369", "table_id": "tab-79", "question": "what is the basic earnings per share for Delta airlines for 2016?", "answers": ["$5.59"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 371 | {"id": "q-370", "table_id": "tab-79", "question": "what is the cash dividends declared per share in 2017 for Delta Airlines?", "answers": ["$1.02"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 372 | {"id": "q-371", "table_id": "tab-79", "question": "What was the operating revenue for Delta airlines in the year 2016?", "answers": ["$39,450"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 373 | {"id": "q-372", "table_id": "tab-79", "question": "How much net income was made as of 2015 by Delta Airlines?", "answers": ["$4,526"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-50"} 374 | {"id": "q-373", "table_id": "tab-79", "question": "What was the net income of Delta Airlines for the period of 2015?", "answers": ["$4,526"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-50"} 375 | {"id": "q-374", "table_id": "tab-79", "question": "What are the diluted earnings per share for Delta airlines in the year 2016?", "answers": ["$5.55"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 376 | {"id": "q-375", "table_id": "tab-79", "question": "What was the operating revenue of Delta Airlines as of 2015?", "answers": ["$40,704"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 377 | {"id": "q-376", "table_id": "tab-79", "question": "How much is the net income for Delta airlines in 2014? ", "answers": ["$659"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 378 | {"id": "q-377", "table_id": "tab-79", "question": "How much was the operating revenue for Delta airlines as of 2017?", "answers": ["$41,138"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-16"} 379 | {"id": "q-378", "table_id": "tab-79", "question": "What was the operating revenue of Delta Airlines as of 2017?", "answers": ["$41,138"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-16"} 380 | {"id": "q-379", "table_id": "tab-79", "question": "How much net income has been made by Delta as of 2018?", "answers": ["$3,935"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 381 | {"id": "q-380", "table_id": "tab-79", "question": "What is the operating expense amount for Delta Airlines as of 2017?", "answers": ["35,172"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 382 | {"id": "q-381", "table_id": "tab-79", "question": "How much was the basic earnings per share for Delta Airlines as of 2018?", "answers": ["$5.69"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 383 | {"id": "q-382", "table_id": "tab-80", "question": "how many consolidated seat miles are available for Delta Airlines in 2018?", "answers": ["263,365"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-59"} 384 | {"id": "q-383", "table_id": "tab-80", "question": "what are the available seat miles in 2016 for Delta Airlines?", "answers": ["251,867"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 385 | {"id": "q-384", "table_id": "tab-80", "question": "how many seat miles are available in 2015 in Delta airlines?", "answers": ["246,764"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 386 | {"id": "q-385", "table_id": "tab-80", "question": "what is the passenger load factor in 2018 for Delta Airlines?", "answers": ["85.5%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 387 | {"id": "q-386", "table_id": "tab-80", "question": "what is the average price per fuel gallon in 2018 in Delta airlines?", "answers": ["$2.20"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 388 | {"id": "q-387", "table_id": "tab-80", "question": "what is the consolidated average price per fuel gallon in 2017 for Delta Airlines?", "answers": ["$1.68"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 389 | {"id": "q-388", "table_id": "tab-80", "question": "what is the average price in 2016 in Delta airlines?", "answers": ["$1.49"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 390 | {"id": "q-389", "table_id": "tab-80", "question": "what is the average price per fuel gallon in 2014 for Delta airlines?", "answers": ["$3.47"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 391 | {"id": "q-390", "table_id": "tab-80", "question": "What were Delta's ASM in 2018?", "answers": ["263,365"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-59"} 392 | {"id": "q-391", "table_id": "tab-80", "question": "How much revenue has been made per available seat mile for Delta Airlines in 2016?", "answers": ["14.22\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 393 | {"id": "q-392", "table_id": "tab-80", "question": "What is the operating cost per available seat mile in 2015 for Delta Airlines?", "answers": ["13.33\u00a2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 394 | {"id": "q-393", "table_id": "tab-80", "question": "How many people were employed by Delta Airlines by the end of 2017?", "answers": ["86,564"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-3"} 395 | {"id": "q-394", "table_id": "tab-80", "question": "How many full time equivalent employees were working for Delta Airlines by the end of 2017?", "answers": ["86,564"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-3"} 396 | {"id": "q-395", "table_id": "tab-80", "question": "What was the passenger load factor for Delta Airlines in 2014?", "answers": ["84.7%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 397 | {"id": "q-396", "table_id": "tab-80", "question": "How much fuel has been consumed by Delta Airlines in 2018?", "answers": ["4,113"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-64"} 398 | {"id": "q-397", "table_id": "tab-80", "question": "What is the fuel consumption of Delta Airlines in 2018?", "answers": ["4,113"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-64"} 399 | {"id": "q-398", "table_id": "tab-80", "question": "What is the load factor of passengers for Delta Airlines in 2016?", "answers": ["84.6%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 400 | {"id": "q-399", "table_id": "tab-81", "question": "How many gallons (in millions) of fuel were consumed in 2018 by American Airlines?", "answers": ["4,447"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-23"} 401 | {"id": "q-400", "table_id": "tab-81", "question": "How much fuel did American Airlines use in 2018?", "answers": ["4,447"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-23"} 402 | {"id": "q-401", "table_id": "tab-81", "question": "How much did American Airlines pay for fuel in 2016?", "answers": ["6,180"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 403 | {"id": "q-402", "table_id": "tab-82", "question": "What is the total available seat miles for American Airlines in 2018?", "answers": ["282,054"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-31"} 404 | {"id": "q-403", "table_id": "tab-82", "question": "What were American Airlines' regional fuel expenses in 2017?", "answers": ["(1,382)"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 405 | {"id": "q-404", "table_id": "tab-82", "question": "List American Airlines' capacity in 2018.", "answers": ["282,054"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-31"} 406 | {"id": "q-405", "table_id": "tab-82", "question": "Return American Airlines' mainline fuel cost per available seat mile in 2016.", "answers": ["(1.85)"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 407 | {"id": "q-406", "table_id": "tab-83", "question": "What is the percentage of passenger load factor for American Airlines in 2018?", "answers": ["82.0"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 408 | {"id": "q-407", "table_id": "tab-83", "question": "For what percentage did the operating cost per available seat mile increase from 2017 to 2018 for American Airlines?", "answers": ["6.9%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 409 | {"id": "q-408", "table_id": "tab-83", "question": "By how much did the ASM of American Airlines grow in 2017 compared to the year before?", "answers": ["1.1%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 410 | {"id": "q-409", "table_id": "tab-83", "question": "What was the size of American Airlines fleet in 2017?", "answers": ["1,545"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 411 | {"id": "q-410", "table_id": "tab-84", "question": "What is the total CASM excluding special items and fuel for American Airlines in 2018?", "answers": ["11.06"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 412 | {"id": "q-411", "table_id": "tab-84", "question": "What is the percentage change on total CASM excluding special items and fuel for American Airlines from 2017 to 2018?", "answers": ["1.4"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 413 | {"id": "q-412", "table_id": "tab-84", "question": "How much increase is observed for selling expenses on total CASM for American Airlines from 2017 to 2018? ", "answers": ["0.9"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 414 | {"id": "q-413", "table_id": "tab-85", "question": "What are American Airlines' current loyalty program liabilities in 2018 (in millions)?", "answers": ["3,267"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 415 | {"id": "q-414", "table_id": "tab-85", "question": "How much cash asset American Airlines had as of 2018?", "answers": ["$275"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 416 | {"id": "q-415", "table_id": "tab-85", "question": "What was the value of American Airlines' current assets in 2017?", "answers": ["9,146"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 417 | {"id": "q-416", "table_id": "tab-86", "question": "What is the total passenger revenue by the end of 2018 for American Airlines?", "answers": ["40,676"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 418 | {"id": "q-417", "table_id": "tab-86", "question": "What is the cargo revenue of American Airlines in 2017?", "answers": ["890"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-28"} 419 | {"id": "q-418", "table_id": "tab-86", "question": "How much cargo renevue has been made by American Airlines in 2017?", "answers": ["890"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-28"} 420 | {"id": "q-419", "table_id": "tab-87", "question": "How much are American Airlines' total lease obligations in 2018 (in millions)?", "answers": ["9,556"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 421 | {"id": "q-420", "table_id": "tab-87", "question": "As of the end of 2018, what is the value of American Airlines' finance lease liabilities that mature within a year?", "answers": ["$124"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 422 | {"id": "q-421", "table_id": "tab-88", "question": "What is the total income tax provision for American Airlines in 2018?", "answers": ["$472"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 423 | {"id": "q-422", "table_id": "tab-88", "question": "What is the total deferred income tax provision for American Airlines in 2018?", "answers": ["2,089"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 424 | {"id": "q-423", "table_id": "tab-89", "question": "What is the total amount of short-term investments (in millions) American Airlines made in 2018?", "answers": ["4,485"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 425 | {"id": "q-424", "table_id": "tab-89", "question": "What was the value of American Airlines' level 2 short-term investments in 2018?", "answers": ["4,469"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 426 | {"id": "q-425", "table_id": "tab-89", "question": "What was the overall value of American Airlines' investments in 2018?", "answers": ["$4,828"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 427 | {"id": "q-426", "table_id": "tab-90", "question": "What are the operating revenues for American Airlines in the second quarter of 2018?", "answers": ["$11,643"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-41"} 428 | {"id": "q-427", "table_id": "tab-90", "question": "Return the operating revenues of AAL in Q2 2018.", "answers": ["$11,643"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-41"} 429 | {"id": "q-428", "table_id": "tab-90", "question": "What was American Airlines' operating income in the last quarter of 2017?", "answers": ["638"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 430 | {"id": "q-429", "table_id": "tab-90", "question": "Show me American Airlines' diluted EPS for Q3 2017.", "answers": ["$1.36"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 431 | {"id": "q-430", "table_id": "tab-91", "question": "How much did American Airlines spend on salaries, wages and benefits in 2018?", "answers": ["12,240"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 432 | {"id": "q-431", "table_id": "tab-91", "question": "What is the cargo based operating revenues of American Airlines in 2016?", "answers": ["785"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-69"} 433 | {"id": "q-432", "table_id": "tab-91", "question": "How much revenue has been made out of carrying cargo by American Airlines in 2016?", "answers": ["785"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-69"} 434 | {"id": "q-433", "table_id": "tab-91", "question": "How much did American Airlines earn from interest in 2017?", "answers": ["215"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 435 | {"id": "q-434", "table_id": "tab-92", "question": "What is American Airlines' labor contract expense in 2018?", "answers": ["13"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 436 | {"id": "q-435", "table_id": "tab-92", "question": "What is the severance expenses for American Airlines in 2018?", "answers": ["58"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 437 | {"id": "q-436", "table_id": "tab-93", "question": "What's the total amount of Corporate debt of American Airlines in 2018?", "answers": ["2,116"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 438 | {"id": "q-437", "table_id": "tab-93", "question": "How much fixed income corporate debt did American Airlines have in 2018 for significant observable inputs?", "answers": ["2,116"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 439 | {"id": "q-438", "table_id": "tab-94", "question": "What was the mainline passenger revenue share in 2014 for Alaska? ", "answers": ["70%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-60"} 440 | {"id": "q-439", "table_id": "tab-94", "question": "What fraction of Alaska's revenue was from mail and freight in 2017?", "answers": ["1%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 441 | {"id": "q-440", "table_id": "tab-94", "question": "What percentage of Alaska's revenues in 2014 can be attributed to transporting passengers on mainline flights?", "answers": ["70%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-60"} 442 | {"id": "q-441", "table_id": "tab-94", "question": " What percentage of Alaska's 2013 revenue came from sources other than passenger transportation and freight?", "answers": ["12%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 443 | {"id": "q-442", "table_id": "tab-94", "question": "What is the share of regional revenue of passengers for Alaska Airlines in 2014?", "answers": ["15%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 444 | {"id": "q-443", "table_id": "tab-95", "question": "What was the stage length for Alaska's mainline operations in 2017?", "answers": ["1,301"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 445 | {"id": "q-444", "table_id": "tab-95", "question": "What percentage of Alaska's mainline passenger capacity in 2014 came from Hawaii?", "answers": ["20%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 446 | {"id": "q-445", "table_id": "tab-96", "question": "Which of Alaska Air Group's regions had the largest regional passenger capacity for 2016?", "answers": ["West Coast"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 447 | {"id": "q-446", "table_id": "tab-96", "question": "What is the average stage length of Alaska in 2014?", "answers": ["339"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 448 | {"id": "q-447", "table_id": "tab-97", "question": "Does Alaska have a frequent flyer agreement with American Airlines?", "answers": ["Yes"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 449 | {"id": "q-448", "table_id": "tab-97", "question": "Did Alaska have codeshare agreements on flights operated by Emirates in 2017? ", "answers": ["No"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 450 | {"id": "q-449", "table_id": "tab-97", "question": "Does Qantas have frequent flyer agreement with Alaska Airlines?", "answers": ["Yes"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 451 | {"id": "q-450", "table_id": "tab-98", "question": "What 2017 revenue share for Alaska comes from international interline agreements?", "answers": ["2%"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 452 | {"id": "q-451", "table_id": "tab-98", "question": "What percentage of Alaska's 2017 operating revenue is due to interline agreements with other airlines in the US?", "answers": ["2%"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 453 | {"id": "q-452", "table_id": "tab-99", "question": "In 2015, what was Alaska airlines largest expense category?", "answers": ["Crude oil"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 454 | {"id": "q-453", "table_id": "tab-99", "question": "Get the percentage of Alaska's fuel expense spent on buying crude oil in 2014?", "answers": ["72%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 455 | {"id": "q-454", "table_id": "tab-99", "question": "What percentage of Alaska's fuel expenses in 2014 is attributed to refining crude oil into aircraft fuel?", "answers": ["18%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 456 | {"id": "q-455", "table_id": "tab-100", "question": "Online travel agencies accounted for what share of Alaska's 2017 revenue?", "answers": ["11%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-38"} 457 | {"id": "q-456", "table_id": "tab-100", "question": "What percentage of Alaska Air tickets were sold through brick-and-mortar travel agencies in 2015?", "answers": ["23%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 458 | {"id": "q-457", "table_id": "tab-100", "question": "For Alaska in 2017, what percentage of tickets were booked through online agencies?", "answers": ["11%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-38"} 459 | {"id": "q-458", "table_id": "tab-101", "question": "How many of Alaska's employees are covered by AFA contracts in 2017?", "answers": ["4,392"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 460 | {"id": "q-459", "table_id": "tab-101", "question": "Which union represented Alaska's dispatchers in 2017?", "answers": ["Transport Workers Union of America (TWU)"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 461 | {"id": "q-460", "table_id": "tab-102", "question": "When was Peter Hunt made COO for Virgin America?", "answers": ["2017"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-39"} 462 | {"id": "q-461", "table_id": "tab-102", "question": "Who was Alaska's CEO in 2017?", "answers": ["Bradley D. Tilden"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 463 | {"id": "q-462", "table_id": "tab-102", "question": "What is the age of Chief Operating Officer of Alaska?", "answers": ["51"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 464 | {"id": "q-463", "table_id": "tab-102", "question": "Since when was Mr. Hunt the Chief Operating Officer of Virgin America?", "answers": ["2017"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-39"} 465 | {"id": "q-464", "table_id": "tab-103", "question": "How many planes does Alaska operate as of 2017?", "answers": ["304"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 466 | {"id": "q-465", "table_id": "tab-103", "question": "How many seats did Alaska's Bombardier planes have in 2017?", "answers": ["76"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 467 | {"id": "q-466", "table_id": "tab-103", "question": "How many Q400 did Alaska airlines own in 2017?", "answers": ["35"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 468 | {"id": "q-467", "table_id": "tab-103", "question": "How old were Alaska's aircraft in 2017?", "answers": ["7.4"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 469 | {"id": "q-468", "table_id": "tab-104", "question": "What was the peak share price for ALK in 2016?", "answers": ["91.88"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-29"} 470 | {"id": "q-469", "table_id": "tab-104", "question": "What was the lowest price of Alaska's shares in Q3 of 2017?", "answers": ["71.17"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 471 | {"id": "q-470", "table_id": "tab-104", "question": "What was the maximum amount Alaska's common stock traded for during 2016?", "answers": ["91.88"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-29"} 472 | {"id": "q-471", "table_id": "tab-105", "question": "What did Alaska airlines pay for medical coverage in 2017?", "answers": ["216"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-67"} 473 | {"id": "q-472", "table_id": "tab-105", "question": "How much did Alaska's wage expenses grow in 2017 compared to the previous year?", "answers": ["17.8%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 474 | {"id": "q-473", "table_id": "tab-105", "question": "How much money did Alaska airlines spend on medical benefits of its employees in 2017 ?", "answers": ["216"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-67"} 475 | {"id": "q-474", "table_id": "tab-105", "question": "How much did Alaska spend on payroll taxes in year 2017?", "answers": ["105"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 476 | {"id": "q-475", "table_id": "tab-106", "question": "How much did Alaska Airlines grow its freight revenue in 2016?", "answers": ["\u2014%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-10"} 477 | {"id": "q-476", "table_id": "tab-106", "question": "By how much did Alaska's mainline passenger revenue increase from 2015 to 2016?", "answers": ["4.0%"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 478 | {"id": "q-477", "table_id": "tab-106", "question": "What was Alaska's regional passenger revenue in 2016?", "answers": ["908"], "type": "Table-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 479 | {"id": "q-478", "table_id": "tab-106", "question": "How much did Alaska's operating revenues from freight and mail change between 2015 and 2016?", "answers": ["\u2014%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-10"} 480 | {"id": "q-479", "table_id": "tab-107", "question": "How much long term debt did Alaska airlines have in 2017?", "answers": ["$2,262"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 481 | {"id": "q-480", "table_id": "tab-108", "question": "What was the average cost of fuel per gallon in 2009 for Southwest Airlines ?", "answers": ["$2.12"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 482 | {"id": "q-481", "table_id": "tab-108", "question": "How much money was spent by Southwest on fuel in year in 2004?", "answers": ["$1,470"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 483 | {"id": "q-482", "table_id": "tab-108", "question": "In 2010, what percentage of operating expenses of Southwest was spent on fuel?", "answers": ["32.6%"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 484 | {"id": "q-483", "table_id": "tab-108", "question": "Show Southwest's fuel expenses in Q2 2017.", "answers": ["$990"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 485 | {"id": "q-484", "table_id": "tab-109", "question": " What was Southwest's available seat miles per fuel gallon consumed for the year 2017 ?", "answers": ["75.2"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 486 | {"id": "q-485", "table_id": "tab-110", "question": "what is the total number of pilots working for Southwest Airlines in 2017 ? ", "answers": ["8,600"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 487 | {"id": "q-486", "table_id": "tab-110", "question": "What is the total number of flight attendants working for Southwest airline in 2017 ?", "answers": ["14,500"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-44"} 488 | {"id": "q-487", "table_id": "tab-110", "question": "What is the total number of mechanics working for Southwest Airlines in 2017 ?", "answers": ["2,400"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 489 | {"id": "q-488", "table_id": "tab-110", "question": "What is the total number of flight simulator technicians working for Southwest Airlines in 2017 ?", "answers": ["50"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 490 | {"id": "q-489", "table_id": "tab-110", "question": "What is the total number Meteorologists working for Southwest Airlines in 2017 ?", "answers": ["10"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-33"} 491 | {"id": "q-490", "table_id": "tab-110", "question": "Which labour union represents Dispatchers of Southwest airlines?", "answers": ["Transportation Workers of America, AFL-CIO, Local 550 (\"TWU 550\")"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 492 | {"id": "q-491", "table_id": "tab-110", "question": "In 2017, how many employees of Southwest were flight attendants?", "answers": ["14,500"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-44"} 493 | {"id": "q-492", "table_id": "tab-110", "question": "When will the contract of Southwest with the labor union representing flight attendants become amendable as of December 31, 2017?", "answers": ["Amendable November 2018"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 494 | {"id": "q-493", "table_id": "tab-110", "question": "Which employees of Southwest airlines does IBT represent?", "answers": ["Southwest Flight Simulator Technicians"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 495 | {"id": "q-494", "table_id": "tab-110", "question": "How many Southwest employees specialized in weather forecast in 2017?", "answers": ["10"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-33"} 496 | {"id": "q-495", "table_id": "tab-111", "question": "Question: How many seats do Boeing 737-800 plane of Southwest Airlines had in 2017 ?", "answers": ["175"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 497 | {"id": "q-496", "table_id": "tab-111", "question": "How many 737 MAX 8 planes Southwest Airlines had in 2017 ?", "answers": ["13"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 498 | {"id": "q-497", "table_id": "tab-111", "question": "What is the total number of aircrafts operated by Southwest Airlines as of December 2017 ?", "answers": ["706"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-11"} 499 | {"id": "q-498", "table_id": "tab-111", "question": "How many seats are there in Boeing 737-700 plane in southwest airlines?", "answers": ["143"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 500 | {"id": "q-499", "table_id": "tab-111", "question": "What was the number of aircraft Southwest leased in 2017?", "answers": ["122"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 501 | {"id": "q-500", "table_id": "tab-111", "question": "What is the average age of planes used by Southwest in 2017?", "answers": ["11"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 502 | {"id": "q-501", "table_id": "tab-111", "question": "How many planes did Southwest operate at the end of 2017?", "answers": ["706"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-11"} 503 | {"id": "q-502", "table_id": "tab-112", "question": "what was Southwest's RPMs(in millions) for the year 2017 ? ", "answers": ["129,041,420"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-12"} 504 | {"id": "q-503", "table_id": "tab-112", "question": "What was Southwest's available seat miles (in millions) in the year 2017 ?", "answers": ["153,811,072"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 505 | {"id": "q-504", "table_id": "tab-112", "question": "what was Southwest operating revenue per available ASM in the year 2017 ?", "answers": ["13.76"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 506 | {"id": "q-505", "table_id": "tab-112", "question": "What was southwest's operating expenses (in millions) per ASM, excluding fuel in the year 2017 ?", "answers": ["8.92"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": ""} 507 | {"id": "q-506", "table_id": "tab-112", "question": "What is Southwest's reported fuel consumed, in gallons (in millions) for the year 2017 ?", "answers": ["2,045"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-66"} 508 | {"id": "q-507", "table_id": "tab-112", "question": "Return Southwest's 2017 traffic.", "answers": ["129,041,420"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": "para-12"} 509 | {"id": "q-508", "table_id": "tab-112", "question": "How many planes did Southwest own in 2013?", "answers": ["681"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 510 | {"id": "q-509", "table_id": "tab-112", "question": "What was Southwest's net income in 2015?", "answers": ["$2,181"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 511 | {"id": "q-510", "table_id": "tab-112", "question": "How much was the income of Southwest from operations, in 2015?", "answers": ["4,116"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 512 | {"id": "q-511", "table_id": "tab-112", "question": "Show the number of enplaned passengers of Southwest in 2016.", "answers": ["151,740,357"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 513 | {"id": "q-512", "table_id": "tab-112", "question": "What percentage of Southwest's available seating capacity was filled with passengers in 2016?", "answers": ["84.0%"], "type": "KPI-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 514 | {"id": "q-513", "table_id": "tab-112", "question": "What was the number of trips flown by Southwest airlines in 2014?", "answers": ["1,255,502"], "type": "Table-driven", "row_hierarchy_needed": "No", "paraphrase_group": ""} 515 | {"id": "q-514", "table_id": "tab-112", "question": "Get the quantity of fuel consumed by Southwest in 2017.", "answers": ["2,045"], "type": "KPI-driven", "row_hierarchy_needed": "Yes", "paraphrase_group": "para-66"} --------------------------------------------------------------------------------