The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 5 new columns ({'permutation_2', 'descending_order', 'permutation_3', 'docs_added', 'permutation_1'}) and 9 missing columns ({'answer_aliases', 'answer', 'answerable', 'question', 'paragraphs', 'p2d_id', 'question_decomposition', 'diameter', '#_support_docs'}). This happened while the json dataset builder was generating data using hf://datasets/Graph-COM/HaystackCraft/data/bm25/128000.jsonl (at revision aa9f8dfe59b82ca632166621bed86434e9ea997b) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast id: string docs_added: struct<570934: string, 1946572: string, 50585: string, 42295470: string, 46209897: string, 63755984: string, 7313457: string, 15523846: string, 31871133: string, 8624187: string, 16886185: string, 24503548: string, 56729261: string, 25479757: string, 8050967: string, 33873596: string, 48667609: string, 60715020: string, 2052512: string, 8727347: string, 19088788: string, 40681638: string, 4242653: string, 468374: string, 10393224: string, 3008377: string, 540802: string, 39210154: string, 285659: string, 52271397: string, 77456377: string, 882152: string, 5992961: string, 3060242: string, 29629383: string, 54140962: string, 106833: string, 73476943: string, 491454: string, 4444074: string, 667941: string, 72796666: string, 55330407: string, 6866348: string, 105236: string, 50675169: string, 2365896: string, 8429996: string, 150184: string, 25507: string, 30570: string, 27928643: string, 22772796: string, 4746031: string, 13277: string, 2287985: string, 62229: string, 47882071: string, 23324680: string, 10902: string, 14627: string, 19694: string, 1784313: string, 11694610: string, 1559901: string, 2748665: string, 19349420: string, 29544: string, 2639335: string, 17553: string, 21869: string, 52713: string, 22498: string, 50650: string, 7290120: string, 27945430: string, 34273: string, 53825: string, 96908: string, 73232240: string, 4894504: string, 16550097: string, 50737859: string, 26418867: string, 50415978: string, 2123156: string, 38567: string, 2 ... d 546, 41192979: string child 547, 41193224: string child 548, 41193220: string child 549, 80898: string child 550, 67416728: string child 551, 75087290: string child 552, 37064359: string child 553, 40794648: string child 554, 40504832: string child 555, 41874673: string child 556, 1477592: string child 557, 73588: string child 558, 166408: string child 559, 68856: string child 560, 67974889: string child 561, 156653: string child 562, 448234: string child 563, 68459869: string child 564, 661551: string child 565, 366845: string child 566, 413754: string child 567, 58052819: string child 568, 3828109: string child 569, 53885684: string child 570, 152333: string child 571, 43797225: string child 572, 18879717: string child 573, 75036214: string child 574, 388025: string child 575, 58433589: string child 576, 3428757: string child 577, 493500: string child 578, 78152535: string child 579, 5043557: string child 580, 202698: string child 581, 355589: string child 582, 85887: string child 583, 83900: string child 584, 70130240: string child 585, 26889: string child 586, 319775: string child 587, 3318388: string child 588, 40825769: string child 589, 4171283: string descending_order: list<item: string> child 0, item: string permutation_1: list<item: string> child 0, item: string permutation_2: list<item: string> child 0, item: string permutation_3: list<item: string> child 0, item: string to {'id': Value('string'), 'paragraphs': List({'idx': Value('int64'), 'title': Value('string'), 'paragraph_text': Value('string'), 'is_supporting': Value('bool')}), 'question': Value('string'), 'question_decomposition': List({'id': Value('int64'), 'question': Value('string'), 'answer': Value('string'), 'paragraph_support_idx': Value('int64'), 'support_sentence': List(Value('string'))}), 'answer': Value('string'), 'answer_aliases': List(Value('string')), 'answerable': Value('bool'), 'p2d_id': {'8': Value('string'), '12': Value('string'), '9': Value('string'), '10': Value('string'), '1': Value('string'), '15': Value('string'), '17': Value('string'), '0': Value('string'), '3': Value('string'), '14': Value('string'), '7': Value('string'), '4': Value('string'), '6': Value('string'), '13': Value('string'), '16': Value('string'), '19': Value('string'), '11': Value('string'), '2': Value('string'), '18': Value('string'), '5': Value('string')}, '#_support_docs': Value('int64'), 'diameter': Value('int64')} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1451, in compute_config_parquet_and_info_response parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet( File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 994, in stream_convert_to_parquet builder._prepare_split( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 5 new columns ({'permutation_2', 'descending_order', 'permutation_3', 'docs_added', 'permutation_1'}) and 9 missing columns ({'answer_aliases', 'answer', 'answerable', 'question', 'paragraphs', 'p2d_id', 'question_decomposition', 'diameter', '#_support_docs'}). This happened while the json dataset builder was generating data using hf://datasets/Graph-COM/HaystackCraft/data/bm25/128000.jsonl (at revision aa9f8dfe59b82ca632166621bed86434e9ea997b) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id
string | paragraphs
list | question
string | question_decomposition
list | answer
string | answer_aliases
list | answerable
bool | p2d_id
dict | #_support_docs
int64 | diameter
int64 |
---|---|---|---|---|---|---|---|---|---|
2hop__157766_22384
|
[
{
"idx": 0,
"title": "Netherlands",
"paragraph_text": "The Netherlands has a developed economy and has been playing a special role in the European economy for many centuries. Since the 16th century, shipping, fishing, agriculture, trade, and banking have been leading sectors of the Dutch economy. The Netherlands has a high level of economic freedom. The Netherlands is one of the top countries in the Global Enabling Trade Report (2nd in 2016), and was ranked the fifth most competitive economy in the world by the Swiss International Institute for Management Development in 2017. In addition, the country was ranked the second most innovative nation in the world in the 2018 Global Innovation Index.",
"is_supporting": false
},
{
"idx": 1,
"title": "Economy of Greece",
"paragraph_text": "Greece is classified as an advanced, high-income economy, and was a founding member of the Organisation for Economic Co-operation and Development (OECD) and of the Organization of the Black Sea Economic Cooperation (BSEC). The country joined what is now the European Union in 1981. In 2001 Greece adopted the euro as its currency, replacing the Greek drachma at an exchange rate of 340.75 drachmae per euro. Greece is a member of the International Monetary Fund and of the World Trade Organization, and ranked 34th on Ernst & Young's Globalization Index 2011.",
"is_supporting": false
},
{
"idx": 2,
"title": "Liberia",
"paragraph_text": "Following a peak in growth in 1979, the Liberian economy began a steady decline due to economic mismanagement following the 1980 coup. This decline was accelerated by the outbreak of civil war in 1989; GDP was reduced by an estimated 90% between 1989 and 1995, one of the fastest declines in history. Upon the end of the war in 2003, GDP growth began to accelerate, reaching 9.4% in 2007. The global financial crisis slowed GDP growth to 4.6% in 2009, though a strengthening agricultural sector led by rubber and timber exports increased growth to 5.1% in 2010 and an expected 7.3% in 2011, making the economy one of the 20 fastest growing in the world.",
"is_supporting": false
},
{
"idx": 3,
"title": "Tanzania",
"paragraph_text": "Advanced economies led global economic growth prior to the financial crisis with \"emerging\" and \"developing\" economies lagging behind. The crisis completely overturned this relationship. The International Monetary Fund found that \"advanced\" economies accounted for only 31% of global GDP while emerging and developing economies accounted for 69% of global GDP from 2007 to 2014. In the tables, the names of emergent economies are shown in boldface type, while the names of developed economies are in Roman (regular) type.",
"is_supporting": false
},
{
"idx": 4,
"title": "Tanzania",
"paragraph_text": "Several commentators have suggested that if the liquidity crisis continues, an extended recession or worse could occur. The continuing development of the crisis has prompted fears of a global economic collapse although there are now many cautiously optimistic forecasters in addition to some prominent sources who remain negative. The financial crisis is likely to yield the biggest banking shakeout since the savings-and-loan meltdown. Investment bank UBS stated on October 6 that 2008 would see a clear global recession, with recovery unlikely for at least two years. Three days later UBS economists announced that the \"beginning of the end\" of the crisis had begun, with the world starting to make the necessary actions to fix the crisis: capital injection by governments; injection made systemically; interest rate cuts to help borrowers. The United Kingdom had started systemic injection, and the world's central banks were now cutting interest rates. UBS emphasized the United States needed to implement systemic injection. UBS further emphasized that this fixes only the financial crisis, but that in economic terms \"the worst is still to come\". UBS quantified their expected recession durations on October 16: the Eurozone's would last two quarters, the United States' would last three quarters, and the United Kingdom's would last four quarters. The economic crisis in Iceland involved all three of the country's major banks. Relative to the size of its economy, Iceland’s banking collapse is the largest suffered by any country in economic history.",
"is_supporting": false
},
{
"idx": 5,
"title": "Tanzania",
"paragraph_text": "Falling prices also resulted in homes worth less than the mortgage loan, providing a financial incentive to enter foreclosure. The ongoing foreclosure epidemic that began in late 2006 in the U.S. continues to drain wealth from consumers and erodes the financial strength of banking institutions. Defaults and losses on other loan types also increased significantly as the crisis expanded from the housing market to other parts of the economy. Total losses are estimated in the trillions of U.S. dollars globally.",
"is_supporting": false
},
{
"idx": 6,
"title": "Estonia",
"paragraph_text": "In 1999, Estonia experienced its worst year economically since it regained independence in 1991, largely because of the impact of the 1998 Russian financial crisis.[citation needed] Estonia joined the WTO in November 1999. With assistance from the European Union, the World Bank and the Nordic Investment Bank, Estonia completed most of its preparations for European Union membership by the end of 2002 and now has one of the strongest economies of the new member states of the European Union.[citation needed] Estonia joined the OECD in 2010.",
"is_supporting": false
},
{
"idx": 7,
"title": "Climate Challenge",
"paragraph_text": "Climate Challenge is a Flash-based global warming game produced by the BBC and developed by Red Redemption. Players manage the economy and resources of the 'European Nations' as its president, while reducing emissions of to combat climate change and managing crises. \"Climate Challenge\" is an environmental serious game, designed to give players an understanding of the science behind climate change, as well as the options available to policy makers and the difficulties in their implementation.",
"is_supporting": false
},
{
"idx": 8,
"title": "Switzerland",
"paragraph_text": "The World Economic Forum's Global Competitiveness Report currently ranks Switzerland's economy as the most competitive in the world, while ranked by the European Union as Europe's most innovative country. For much of the 20th century, Switzerland was the wealthiest country in Europe by a considerable margin (by GDP – per capita). In 2007 the gross median household income in Switzerland was an estimated 137,094 USD at Purchasing power parity while the median income was 95,824 USD. Switzerland also has one of the world's largest account balances as a percentage of GDP.",
"is_supporting": true
},
{
"idx": 9,
"title": "Greece",
"paragraph_text": "The Greek economy is classified as advanced and high-income. Greece was a founding member of the Organisation for Economic Co-operation and Development (OECD) and the Organization of the Black Sea Economic Cooperation (BSEC). In 1979 the accession of the country in the European Communities and the single market was signed, and the process was completed in 1982. Greece was accepted into the Economic and Monetary Union of the European Union on 19 June 2000, and in January 2001 adopted the Euro as its currency, replacing the Greek drachma at an exchange rate of 340.75 drachma to the Euro. Greece is also a member of the International Monetary Fund and the World Trade Organization, and is ranked 24th on the KOF Globalization Index for 2013.",
"is_supporting": false
},
{
"idx": 10,
"title": "Economy of Greece",
"paragraph_text": "After fourteen consecutive years of economic growth, Greece went into recession in 2008. By the end of 2009, the Greek economy faced the highest budget deficit and government debt-to-GDP ratios in the EU. After several upward revisions, the 2009 budget deficit is now estimated at 15.7% of GDP. This, combined with rapidly rising debt levels (127.9% of GDP in 2009) led to a precipitous increase in borrowing costs, effectively shutting Greece out of the global financial markets and resulting in a severe economic crisis.",
"is_supporting": false
},
{
"idx": 11,
"title": "Combat Hospital",
"paragraph_text": "Combat Hospital is a Canadian medical drama television series, filmed in Toronto, that debuted on Global in Canada on June 21, 2011. In the United States, it aired on ABC. Its final episode was broadcast on September 6, 2011. The series was known for a time by the working title \"The Hot Zone\" before reverting to the original title, \"Combat Hospital\".",
"is_supporting": false
},
{
"idx": 12,
"title": "Bear Stearns",
"paragraph_text": "The Bear Stearns Companies, Inc. was a New York-based global investment bank, securities trading and brokerage firm that failed in 2008 as part of the global financial crisis and recession, and was subsequently sold to JPMorgan Chase. Its main business areas before its failure were capital markets, investment banking, wealth management, and global clearing services, and it was heavily involved in the subprime mortgage crisis.",
"is_supporting": false
},
{
"idx": 13,
"title": "Food and Agriculture Organization",
"paragraph_text": "In December 2007, FAO launched its Initiative on Soaring Food Prices to help small producers raise their output and earn more. Under the initiative, FAO contributed to the work of the UN High-Level Task Force on the Global Food Crisis, which produced the Comprehensive Framework for Action. FAO has carried out projects in over 25 countries and inter-agency missions in nearly 60, scaled up its monitoring through the Global Information and Early Warning System on Food and Agriculture, provided policy advice to governments while supporting their efforts to increase food production, and advocated for more investment in agriculture. s also worked hand-in-hand with the European Union. One example of its work is a US$10.2 million, €7.5 billion scheme to distribute and multiply quality seeds in Haiti, which has significantly increased food production, thereby providing cheaper food and boosting",
"is_supporting": true
},
{
"idx": 14,
"title": "Ukraine",
"paragraph_text": "In Soviet times, the economy of Ukraine was the second largest in the Soviet Union, being an important industrial and agricultural component of the country's planned economy. With the dissolution of the Soviet system, the country moved from a planned economy to a market economy. The transition was difficult for the majority of the population which plunged into poverty. Ukraine's economy contracted severely in the years after the Soviet dissolution. Day-to-day life for the average person living in Ukraine was a struggle. A significant number of citizens in rural Ukraine survived by growing their own food, often working two or more jobs and buying the basic necessities through the barter economy.In 1991, the government liberalised most prices to combat widespread product shortages, and was successful in overcoming the problem. At the same time, the government continued to subsidise state-run industries and agriculture by uncovered monetary emission. The loose monetary policies of the early 1990s pushed inflation to hyperinflationary levels. For the year 1993, Ukraine holds the world record for inflation in one calendar year. Those living on fixed incomes suffered the most. Prices stabilised only after the introduction of new currency, the hryvnia, in 1996. The country was also slow in implementing structural reforms. Following independence, the government formed a legal framework for privatisation. However, widespread resistance to reforms within the government and from a significant part of the population soon stalled the reform efforts. A large number of state-owned enterprises were exempt from privatisation.",
"is_supporting": false
},
{
"idx": 15,
"title": "Shark finning",
"paragraph_text": "Some studies suggest 26 to 73 million sharks are harvested annually for fins. The annual median for the period from 1996 to 2000 was 38 million, which is nearly four times the number recorded by the Food and Agriculture Organization (FAO) of the United Nations, but considerably lower than the estimates of many conservationists.",
"is_supporting": false
},
{
"idx": 16,
"title": "Economy of India",
"paragraph_text": "The economy of India is an underdeveloped mixed economy. It is the world's seventh - largest economy by nominal GDP and the third - largest by purchasing power parity (PPP). The country ranks 141st in per capita GDP (nominal) with $1723 and 123rd in per capita GDP (PPP) with $6,616 as of 2016. After 1991 economic liberalisation, India achieved 6 - 7% average GDP growth annually. In FY 2015 India's economy became the world's fastest growing major economy surpassing China. The long - term growth prospective of the Indian economy is positive due to its young population, corresponding low dependency ratio, healthy savings and investment rates, and increasing integration into the global economy.",
"is_supporting": false
},
{
"idx": 17,
"title": "Warsaw",
"paragraph_text": "In 2012 the Economist Intelligence Unit ranked Warsaw as the 32nd most liveable city in the world. It was also ranked as one of the most liveable cities in Central Europe. Today Warsaw is considered an \"Alpha–\" global city, a major international tourist destination and a significant cultural, political and economic hub. Warsaw's economy, by a wide variety of industries, is characterised by FMCG manufacturing, metal processing, steel and electronic manufacturing and food processing. The city is a significant centre of research and development, BPO, ITO, as well as of the Polish media industry. The Warsaw Stock Exchange is one of the largest and most important in Central and Eastern Europe. Frontex, the European Union agency for external border security, has its headquarters in Warsaw. It has been said that Warsaw, together with Frankfurt, London, Paris and Barcelona is one of the cities with the highest number of skyscrapers in the European Union. Warsaw has also been called \"Eastern Europe’s chic cultural capital with thriving art and club scenes and serious restaurants\".",
"is_supporting": false
},
{
"idx": 18,
"title": "Switzerland",
"paragraph_text": "Switzerland has one of the best environmental records among nations in the developed world; it was one of the countries to sign the Kyoto Protocol in 1998 and ratified it in 2003. With Mexico and the Republic of Korea it forms the Environmental Integrity Group (EIG). The country is heavily active in recycling and anti-littering regulations and is one of the top recyclers in the world, with 66% to 96% of recyclable materials being recycled, depending on the area of the country. The 2014 Global Green Economy Index ranked Switzerland among the top 10 green economies in the world.",
"is_supporting": false
},
{
"idx": 19,
"title": "Switzerland",
"paragraph_text": "Switzerland has an overwhelmingly private sector economy and low tax rates by Western World standards; overall taxation is one of the smallest of developed countries. Switzerland is a relatively easy place to do business, currently ranking 20th of 189 countries in the Ease of Doing Business Index. The slow growth Switzerland experienced in the 1990s and the early 2000s has brought greater support for economic reforms and harmonization with the European Union. According to Credit Suisse, only about 37% of residents own their own homes, one of the lowest rates of home ownership in Europe. Housing and food price levels were 171% and 145% of the EU-25 index in 2007, compared to 113% and 104% in Germany.",
"is_supporting": false
}
] |
How did the Union that worked closely with FAO to combat the Global Food Crisis rank Switzerland's economy?
|
[
{
"id": 157766,
"question": "Which Union worked closely with FAO to combat the Global Food Crisis?",
"answer": "European Union",
"paragraph_support_idx": 13,
"support_sentence": [
"In May 2009, FAO and the European Union signed an initial aid package worth €125 million to support small farmers in countries hit hard by rising food prices. The aid package falls under the EU's €1 billion Food Facility, set up with the UN Secretary-General's High-Level Task Force on the Global Food Crisis and FAO to focus on programmes that will have a quick but lasting impact on food security. FAO is receiving around €200 million for work in 25 countries, of which €15.4 million goes to Zimbabwe."
]
},
{
"id": 22384,
"question": "How did #1 rank Switzerland's economy?",
"answer": "Europe's most innovative country",
"paragraph_support_idx": 8,
"support_sentence": [
"The 2016 World Economic Forum's Global Competitiveness Report ranked Switzerland's economy as the world's most competitive; as of 2019, it ranks fifth globally. The European Union labeled it Europe's most innovative country. Switzerland has been ranked the most innovative country in the Global Innovation Index in 2024, as it had done in 2023, 2022, 2021, 2020 and 2019. It ranked 20th of 189 countries in the Ease of Doing Business Index. Switzerland's slow growth in the 1990s and the early 2000s increased support for economic reforms and harmonisation with the European Union. In 2020, IMD placed Switzerland first in attracting skilled workers."
]
}
] |
Europe's most innovative country
|
[
"Europe"
] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": "26748",
"9": null,
"10": null,
"11": null,
"12": null,
"13": "11107",
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 2 | 1 |
3hop1__625370_367503_126099
|
[
{
"idx": 0,
"title": "Symphony No. 34 (Michael Haydn)",
"paragraph_text": "Michael Haydn's Symphony No. 34 in E-flat major, Perger 26, Sherman 34, MH 473, written in Salzburg in 1788, is the last E-flat major symphony he wrote, the first of his final set of six symphonies.",
"is_supporting": false
},
{
"idx": 1,
"title": "Symphony No. 41 (Mozart)",
"paragraph_text": "Wolfgang Amadeus Mozart completed his Symphony No. 41 in C major, K. 551, on 10 August 1788. The longest and last symphony that he composed, it is regarded by many critics as among the greatest symphonies in classical music.",
"is_supporting": false
},
{
"idx": 2,
"title": "Harold Van Heuvelen",
"paragraph_text": "Harold Van Heuvelen (March 30, 1919 – April 26, 2017) was an American composer and musician known principally for his Symphony No. 1 (opus 7), which was composed during World War II and which premiered 67 years later in 2012.",
"is_supporting": false
},
{
"idx": 3,
"title": "Symphony No. 2 (Berkeley)",
"paragraph_text": "Lennox Berkeley composed his Symphony No. 2 in 1958. The work was commissioned by the City of Birmingham Symphony, who premiered it under Andrzej Panufnik in February 1959. Berkeley revised the symphony in 1976 for its first recording, by the London Philharmonic under Nicholas Braithwaite.",
"is_supporting": false
},
{
"idx": 4,
"title": "Konstantin Lapshin",
"paragraph_text": "His other engagements include performances with the Dortmunder Philharmoniker (conductor Dirk Kaftan), the Timisoara Philharmonic Orchestra (conductor Radu Popu), Novosibirsk Symphony Orchestra under V. Bushkov, Saratov Symphony Orchestra and Volgograd Symphony under the baton of E. Serov, and de Havilland Philharmonic under Robin Browning (UK). Performances of Lapshin were broadcast on the Orpheus Radio (Moscow) as well as national radio in Serbia and Poland.",
"is_supporting": false
},
{
"idx": 5,
"title": "Symphony No. 3 (Schuman)",
"paragraph_text": "American composer William Schuman's Symphony No. 3 was completed on January 11, 1941, and premiered on October 17 of that year by the Boston Symphony Orchestra conducted by Serge Koussevitsky, to whom it is dedicated.",
"is_supporting": false
},
{
"idx": 6,
"title": "Symphony No. 5 (Michael Haydn)",
"paragraph_text": "Michael Haydn's Symphony No. 5 in A major, Perger 3, Sherman 5, MH 63, written in Salzburg in 1763, is the third of twelve symphonies in the key to be mistaken for a symphony by Joseph Haydn (Hob. I:A3).",
"is_supporting": false
},
{
"idx": 7,
"title": "Margaret Ruthven Lang",
"paragraph_text": "Margaret Ruthven Lang (November 27, 1867 – May 29, 1972) was an American composer, affiliated with the Second New England School. Lang was also one of the first two women composers (along with Amy Beach) to have compositions performed by American symphony orchestras: Lang's \"Dramatic Overture\", by the Boston Symphony Orchestra, 1893; Beach's Grand Mass in E-flat, 1892, by the Handel and Haydn Society; and Beach's Gaelic Symphony, 1896, by the Boston Symphony..",
"is_supporting": false
},
{
"idx": 8,
"title": "John Relyea",
"paragraph_text": "John Relyea is a 1998 graduate of the Curtis Institute of Music in Philadelphia. He studied with his father, with renowned opera bass Jerome Hines, and with bass-baritone Edward Zambara. John Relyea has performed with major symphony companies across the country, such as the New York Philharmonic, Santa Fe Opera, Seattle Opera and the Metropolitan Opera in addition to the Swedish Radio Symphony Orchestra.",
"is_supporting": false
},
{
"idx": 9,
"title": "Adolph Weiss",
"paragraph_text": "Adolph Weiss (Baltimore, Maryland, November 12, 1891 – Van Nuys, California, February 21, 1971) was an American composer. A modernist, he was a pupil of Arnold Schoenberg in Berlin; his father was a pupil of Ferruccio Busoni. He also served as a professional bassoonist in a number of orchestras, including the New York Philharmonic, the New York Symphony Society, the Rochester Symphony, the Los Angeles Philharmonic, the San Francisco Symphony, and the Chicago Symphony. His music was once described as being \"fuller of crabs than Chesapeake Bay\".",
"is_supporting": false
},
{
"idx": 10,
"title": "Belyayev circle",
"paragraph_text": "The Belyayev circle () was a society of Russian musicians who met in Saint Petersburg, Russia between 1885 and 1908, and whose members included Nikolai Rimsky-Korsakov, Alexander Glazunov, Vladimir Stasov, Anatoly Lyadov, Alexander Ossovsky, Witold Maliszewski, Nikolai Tcherepnin, Nikolay Sokolov, Alexander Winkler among others. The circle was named after Mitrofan Belyayev, a timber merchant and amateur musician who became a music philanthropist and publisher after hearing the music of the teenage Glazunov.",
"is_supporting": true
},
{
"idx": 11,
"title": "Shostakovich (1969–1981)",
"paragraph_text": "\"Shostakovich\" (1969–1981) is a series of thirty oil paintings by Aubrey Williams. Each painting in the series is based on a particular symphony or quartet by the Russian composer Dmitri Shostakovich, whom Williams regarded as \"the greatest composer of [his] time\".",
"is_supporting": false
},
{
"idx": 12,
"title": "Symphony No. 6 (Vaughan Williams)",
"paragraph_text": "Ralph Vaughan Williams's Symphony in E minor, published as Symphony No. 6, was composed in 1944–47, during and immediately after World War II and revised in 1950. Dedicated to Michael Mullinar, it was first performed, in its original version, by Sir Adrian Boult and the BBC Symphony Orchestra on 21 April 1948. Within a year it had received some 100 performances, including the U.S. premiere by the Boston Symphony Orchestra under Serge Koussevitzky on 7 August 1948. Leopold Stokowski gave the first New York performances the following January with the New York Philharmonic and immediately recorded it, declaring that \"this is music that will take its place with the greatest creations of the masters.\" However, Vaughan Williams, very nervous about this symphony, threatened several times to tear up the draft. At the same time, his programme note for the first performance took a defiantly flippant tone.",
"is_supporting": false
},
{
"idx": 13,
"title": "La Symphonie fantastique",
"paragraph_text": "La Symphonie fantastique is a 1942 French drama film by Christian-Jaque and produced by the German-controlled French film production company Continental Films. The film is based upon the life of the French composer Hector Berlioz. The title is taken from the five-movement programmatic \"Symphonie fantastique\" of 1830. The film lasts around 90 minutes and was first shown at the 'Normandie' cinema in Paris on 1 April 1942. The posters at the premiere contained the sub-title 'La Vie passionnée et glorieuse d'un génie' (which links with the quote from Hugo at the very end of the film).",
"is_supporting": false
},
{
"idx": 14,
"title": "Symphony No. 4 (Mendelssohn)",
"paragraph_text": "The Symphony No. 4 in A major, Op. 90, commonly known as the Italian, is an orchestral symphony written by German composer Felix Mendelssohn.",
"is_supporting": false
},
{
"idx": 15,
"title": "Symphony No. 18 (Michael Haydn)",
"paragraph_text": "Michael Haydn's Symphony No. 18 in C major, Perger 10, Sherman 18, MH 188, written in Salzburg in 1773, is the fifth of the C major symphonies attributed to Joseph Haydn in Hoboken's catalog.",
"is_supporting": false
},
{
"idx": 16,
"title": "Symphony No. 1 (Glazunov)",
"paragraph_text": "Alexander Glazunov wrote his Symphony No. 1 in E major, Op. 5, in 1881, when he was 16 years old. It was premiered the following year in St. Petersburg. It is known as his Slavonian Symphony.",
"is_supporting": true
},
{
"idx": 17,
"title": "Symphony, K. 95 (Mozart)",
"paragraph_text": "The Alte Mozart-Ausgabe (published 1879–1882) gives the numbering sequence 1–41 for the 41 numbered symphonies. The unnumbered symphonies (some, including K. 95, published in supplements to the Alte-Mozart Ausgabe until 1910) are sometimes given numbers in the range 42 to 56, even though they were written earlier than Mozart's Symphony No. 41 (written in 1788). The symphony K. 95 is given the number 45 in this numbering scheme.",
"is_supporting": false
},
{
"idx": 18,
"title": "Symphony No. 7 (Henze)",
"paragraph_text": "The Seventh Symphony by the German composer Hans Werner Henze was written in 1983-84. It was commissioned by the Berliner Philharmoniker as part of the orchestra's centenary celebrations in 1982.",
"is_supporting": false
},
{
"idx": 19,
"title": "Russia",
"paragraph_text": "In June 1991, Boris Yeltsin became the first directly elected President in Russian history when he was elected President of the Russian Soviet Federative Socialist Republic, which became the independent Russian Federation in December of that year. During and after the disintegration of the Soviet Union, wide-ranging reforms including privatization and market and trade liberalization were undertaken, including radical changes along the lines of \"shock therapy\" as recommended by the United States and the International Monetary Fund. All this resulted in a major economic crisis, characterized by a 50% decline in both GDP and industrial output between 1990 and 1995.",
"is_supporting": true
}
] |
Who was in charge of the country where the Symphony No. 1 in E major composer was a citizen?
|
[
{
"id": 625370,
"question": "Symphony No. 1 in E major >> composer",
"answer": "Alexander Glazunov",
"paragraph_support_idx": 16,
"support_sentence": [
"Alexander Glazunov wrote his Symphony No. 1 in E major, Op. 5, in 1881, when he was 16 years old. It was premiered the following year in St. Petersburg. It is known as his Slavonian Symphony."
]
},
{
"id": 367503,
"question": "#1 >> country of citizenship",
"answer": "Russia",
"paragraph_support_idx": 10,
"support_sentence": [
"The Belyayev circle () was a society of Russian musicians who met in Saint Petersburg, Russia between 1885 and 1908, and whose members included Nikolai Rimsky-Korsakov, Alexander Glazunov, Vladimir Stasov, Anatoly Lyadov, Alexander Ossovsky, Witold Maliszewski, Nikolai Tcherepnin, Nikolay Sokolov, Alexander Winkler among others. The circle was named after Mitrofan Belyayev, a timber merchant and amateur musician who became a music philanthropist and publisher after hearing the music of the teenage Glazunov."
]
},
{
"id": 126099,
"question": "Who was in charge of #2 ?",
"answer": "Boris Yeltsin",
"paragraph_support_idx": 19,
"support_sentence": [
"By 1991, economic and political turmoil began to boil over as the Baltic states chose to secede from the Soviet Union. On 17 March, a referendum was held, in which the vast majority of participating citizens voted in favour of changing the Soviet Union into a renewed federation. In June 1991, Boris Yeltsin became the first directly elected President in Russian history when he was elected President of the Russian SFSR. In August 1991, a coup d'état attempt by members of Gorbachev's government, directed against Gorbachev and aimed at preserving the Soviet Union, instead led to the end of the Communist Party of the Soviet Union. On 25 December 1991, following the dissolution of the Soviet Union, along with contemporary Russia, fourteen other post-Soviet states emerged."
]
}
] |
Boris Yeltsin
|
[] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": "20896854",
"11": null,
"12": null,
"13": null,
"14": null,
"15": null,
"16": "18427784",
"17": null,
"18": null,
"19": "25391"
}
| 3 | 2 |
3hop1__397785_35178_686699
|
[
{
"idx": 0,
"title": "Bogotá",
"paragraph_text": "Bogotá (/ ˈboʊɡətɑː /, / ˌbɒɡəˈtɑː /, / ˌboʊ - /; Spanish pronunciation: (boɣoˈta) (listen)), officially Bogotá, Distrito Capital, abbreviated Bogotá, D.C., and formerly known as Santafé de Bogotá between 1991 and 2000, is the capital and largest city of Colombia, administered as the Capital District, although often thought of as part of Cundinamarca. Bogotá is a territorial entity of the first order, with the same administrative status as the departments of Colombia. It is the political, economic, administrative, industrial, artistic, cultural, and sports center of the country.",
"is_supporting": false
},
{
"idx": 1,
"title": "Iran",
"paragraph_text": "Tehran is the country's capital and largest city, as well as its leading cultural and economic center. Iran is a major regional and middle power, exerting considerable influence in international energy security and the world economy through its large reserves of fossil fuels, which include the largest natural gas supply in the world and the fourth-largest proven oil reserves. Iran's rich cultural legacy is reflected in part by its 19 UNESCO World Heritage Sites, the fourth-largest number in Asia and 12th-largest in the world.",
"is_supporting": true
},
{
"idx": 2,
"title": "Golestan Province",
"paragraph_text": "Golestān Province (Persian: استان گلستان, Ostān-e Golestān) is one of the 31 provinces of Iran, located in the north-east of the country south of the Caspian Sea. Its capital is Gorgan.",
"is_supporting": false
},
{
"idx": 3,
"title": "Qaleh Ganj County",
"paragraph_text": "Qaleh Ganj County () is a county in Kerman Province in Iran. The capital of the county is Qaleh Ganj. It was separated from Kahnuj County in 2005. At the 2006 census, the county's population was 69,008, in 14,649 families. The county is subdivided into two districts (bakhsh): the Central District (محمد آباد) and Chah Dadkhoda District. The county has one city: Qaleh Ganj.",
"is_supporting": false
},
{
"idx": 4,
"title": "Delhi",
"paragraph_text": "Delhi Union territory and Megacity National Capital Territory of Delhi From top clockwise: Lotus temple, Humayun's Tomb, Connaught Place, Akshardham temple and India Gate Location of Delhi in India Coordinates: 28 ° 36 ′ 36 ''N 77 ° 13 ′ 48'' E / 28.61000 ° N 77.23000 ° E / 28.61000; 77.23000 Coordinates: 28 ° 36 ′ 36 ''N 77 ° 13 ′ 48'' E / 28.61000 ° N 77.23000 ° E / 28.61000; 77.23000 Country India Settled 6th century B.C. Incorporated 1857 Capital formation 1911 Formation of Union Territory 1956 Formation of NCT 1 February 1992 Capital New Delhi Districts 11 Government Body Government of Delhi Lt. Governor Anil Baijal, IAS Chief Minister Arvind Kejriwal (AAP) Deputy Chief Minister Manish Sisodia Chief Secretary Anshu Prakash, IAS Commissioner of Police Amulya Patnaik, IPS Area Union territory 1,484.0 km (573.0 sq mi) Water 18 km (6.9 sq mi) Area rank 31st Elevation 200 -- 250 m (650 -- 820 ft) Population (2011) Union territory 16,787,941 Density 11,312 / km (29,298 / sq mi) Urban 16,349,831 (2nd) Megacity 11,034,555 (2nd) Metro (2016) 26,454,000 (1st) Demonym (s) Delhiite Languages Official Hindi English Additional official Punjabi Urdu GDP Nominal (NCT) ₹6.86 lakh crore (US $100 billion) (2017 - 18) Nominal per capita ₹329,093 (US $4,800) (2017 - 18) Metro GDP / PPP $167 -- 370 billion Time zone IST (UTC + 5.30) Pincode (s) 1100XX Area code (s) + 91 11 ISO 3166 code IN - DL Website delhi.gov.in",
"is_supporting": false
},
{
"idx": 5,
"title": "Vilnius County",
"paragraph_text": "Vilnius County () is the largest of the 10 counties of Lithuania, located in the east of the country around the city Vilnius. On 1 July 2010, the county administration was abolished, and since that date, Vilnius County remains as the territorial and statistical unit.",
"is_supporting": false
},
{
"idx": 6,
"title": "Cuscatlán Department",
"paragraph_text": "Cuscatlán is a department of El Salvador, located in the center of the country. With a surface area of , it is El Salvador's smallest department. It is inhabited by over 252,000 people. Cuscatlán or Cuzcatlán was the name the original inhabitants of the Western part of the country gave to most of the territory that is now El Salvador. In their language it means \"land of precious jewels\". It was created on 22 May 1835. Suchitoto was the first capital of the department but on 12 November 1861, Cojutepeque was made the capital. It is known in producing fruits, tobacco, sugar cane, and coffee among other items. The department is famous for its chorizos from the city of Cojutepeque.",
"is_supporting": false
},
{
"idx": 7,
"title": "Kushk-e Khaleseh-ye Bala",
"paragraph_text": "Kushk-e Khaleseh-ye Bala (, also Romanized as Kūshk-e Khāleşeh-ye Bālā and Kūshk-e Khāleseh Bālā; also known as Kūshk-e Bālā) is a village in Lajran Rural District, in the Central District of Garmsar County, Semnan Province, Iran. At the 2006 census, its population was 692, in 200 families.",
"is_supporting": false
},
{
"idx": 8,
"title": "Abuja",
"paragraph_text": "Abuja (/ əˈbuːdʒə /) is the capital city of Nigeria located in the centre of the country within the Federal Capital Territory (FCT). It is a planned city and was built mainly in the 1980s, replacing the country's most populous city of Lagos as the capital on 12 December 1991. Abuja's geography is defined by Aso Rock, a 400 - metre (1,300 ft) monolith left by water erosion. The Presidential Complex, National Assembly, Supreme Court and much of the city extend to the south of the rock. Zuma Rock, a 792 - metre (2,598 ft) monolith, lies just north of the city on the expressway to Kaduna.",
"is_supporting": false
},
{
"idx": 9,
"title": "Ghadames District",
"paragraph_text": "Ghadames or Ghadamis (Arabic: غدامس, Libyan vernacular: ġdāməs) was a district of Libya until 2007. Its territory is now part of Nalut District. It was in the northwest of the country with its capital at Ghadames.",
"is_supporting": false
},
{
"idx": 10,
"title": "Baranya County (former)",
"paragraph_text": "Baranya (, , / \"Baranja\", ) was an administrative county (comitatus) of the Kingdom of Hungary. Its territory is now in southern Hungary (the present county Baranya) and northeastern Croatia (part of the Osijek-Baranja county). The capital of the county was Pécs.",
"is_supporting": false
},
{
"idx": 11,
"title": "Qeshlaq-e Qaleh Now-e Amlak",
"paragraph_text": "Qeshlaq-e Qaleh Now-e Amlak (, also Romanized as Qeshlāq-e Qal‘eh Now-e Amlāk; also known as Qeshlāq-e Qal‘eh Now and Qeshlāq Qal‘eh) is a village in Ferunabad Rural District, in the Central District of Pakdasht County, Tehran Province, Iran. At the 2006 census, its population was 407, in 89 families.",
"is_supporting": false
},
{
"idx": 12,
"title": "Islamic Cultural Center of New York",
"paragraph_text": "The Islamic Cultural Center of New York is a mosque and Islamic cultural center in East Harlem, Manhattan, New York City, United States. It is located at 1711 Third Avenue, between East 96th and 97th Streets. The Islamic Cultural Center was the first mosque built in New York City. The mosque's older dwelling in a townhouse at 1 Riverside Drive, is still in continual prayer use as a satellite location.",
"is_supporting": false
},
{
"idx": 13,
"title": "Qaleh Now-e Khaleseh, Tehran",
"paragraph_text": "Qaleh Now-e Khaleseh (, also Romanized as Qal‘eh Now-e Khāleṣeh; also known as Qal‘eh Now, Qal‘eh Now-e Ghār, and Qal‘eh-ye Nowghār) is a village in Qaleh Now Rural District, Qaleh Now District, Ray County, Tehran Province, Iran. At the 2006 census, its population was 4,718, in 1,195 families. The village is the seat of Qaleh Now District, established on 16 September 2012 and Qaleh Now Rural District.",
"is_supporting": true
},
{
"idx": 14,
"title": "Bagong Silang",
"paragraph_text": "Bagong Silang Barangay Bagong Silang Coordinates: 14 ° 46 ′ 35 ''N 121 ° 2 ′ 42'' E / 14.77639 ° N 121.04500 ° E / 14.77639; 121.04500 Coordinates: 14 ° 46 ′ 35 ''N 121 ° 2 ′ 42'' E / 14.77639 ° N 121.04500 ° E / 14.77639; 121.04500 Country Philippines Region National Capital Region City Caloocan District 1st Legislative district of Caloocan Established 1971 Government Type Barangay Barangay Captain Joel Bacolod Population (2015) Total 246,515 Time zone PST (UTC + 8) Postal Code 1428 Area code (s) 02 - 8082722",
"is_supporting": false
},
{
"idx": 15,
"title": "Meydan Mosque, Kashan",
"paragraph_text": "The Meydan mosque is a historical mosque in Kashan, Iran. It is located in the southern side of the \"Sang-e Ghadimi square\" and beside the Bazaar of Kashan. It is one of the oldest structures in Kashan. The primary structure belonged possibly to the seljuq era, but it was destroyed by the Mongols during their invasions. Later it was rebuilt and repaired by \"Khaje Emad ed-Din\". A quotation for this matter is an inscription in the old mihrab, in which it is mentioned that it is built in 623 Hijri (1226 AD) by \"Hassan ebn-e Arabschah\" in Kashan. The mihrab was in its original place until the last century, but it is kept now in the Museum of Islamic art in Berlin.",
"is_supporting": true
},
{
"idx": 16,
"title": "Meydan, Ilam",
"paragraph_text": "Meydan (, also Romanized as Meydān; also known as Meydān-e Mīsh Khāş) is a village in Mishkhas Rural District, in the Sivan District of Ilam County, Ilam Province, Iran. At the 2006 census, its population was 869, in 172 families. The village became the capital of Mishkhas Rural District after the creation of Sivan District and the assignment of Jafarabad, the previous capital of the rural district as the capital of the newly created district on March 9, 2013.",
"is_supporting": false
},
{
"idx": 17,
"title": "Olsztyn Voivodeship",
"paragraph_text": "Olsztyn Voivodeship () was an administrative division and unit of local government in Poland in the years 1945-75, and a new territorial division between 1975–1998, superseded by Warmian-Masurian Voivodeship. Its capital city was Olsztyn.",
"is_supporting": false
},
{
"idx": 18,
"title": "Torontál County",
"paragraph_text": "Torontál (, , , ) was an administrative county (comitatus) of the Kingdom of Hungary. Its territory is now in northern Serbia (eastern Vojvodina, except the small part near Belgrade, which is part of Belgrade Region), western Romania and southern Hungary. The capital of the county was Nagybecskerek (Serbian: , , ), the current Zrenjanin.",
"is_supporting": false
},
{
"idx": 19,
"title": "Jász-Nagykun-Szolnok County (former)",
"paragraph_text": "Jász-Nagykun-Szolnok was an administrative county (comitatus) in the Kingdom of Hungary. Its territory, which is now in central Hungary, was slightly smaller than that of present Jász-Nagykun-Szolnok county. The capital of the county was Szolnok.",
"is_supporting": false
}
] |
Qaleh Now-e Khaleseh, in the capital of the country Meydan Mosque is located, is part of what district?
|
[
{
"id": 397785,
"question": "Meydan mosque >> country",
"answer": "Iran",
"paragraph_support_idx": 15,
"support_sentence": [
"The Meydan Mosque () is a historical mosque in Kashan, Iran. It is located in the southern side of the \"Sang-e Ghadimi square\" and beside the Bazaar of Kashan. It is one of the oldest structures in Kashan. The primary structure belonged possibly to the seljuq era, but it was destroyed by the Mongols during their invasions. Later it was rebuilt and repaired by \"Khaje Emad ed-Din\". A quotation for this matter is an inscription in the old mihrab, in which it is mentioned that it is built in 623 Hijri (1226 AD) by \"Hassan ebn-e Arabschah\" in Kashan. The mihrab was in its original place until the last century, but it is kept now in the Museum of Islamic art in Berlin."
]
},
{
"id": 35178,
"question": "What city is #1 's capital?",
"answer": "Tehran",
"paragraph_support_idx": 1,
"support_sentence": [
"Tehran, with a population of around 9.4 million, is Iran's capital and largest city. The country's second most populous city, Mashhad, has a population of around 3.4 million, and is capital of the province of Razavi Khorasan. Isfahan has a population of around 2.2 million and is Iran's third most populous city. It is the capital of Isfahan province and was also the third capital of the Safavid Empire."
]
},
{
"id": 686699,
"question": "Qaleh Now-e Khaleseh, #2 >> located in the administrative territorial entity",
"answer": "Qaleh Now Rural District",
"paragraph_support_idx": 13,
"support_sentence": [
"Qaleh Now-e Khaleseh () is a city in, and the capital of, Qaleh Now District of Ray County, Tehran province, Iran. It also serves as the administrative center for Qaleh Now Rural District."
]
}
] |
Qaleh Now Rural District
|
[] | true |
{
"0": null,
"1": "14653",
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": "35522057",
"14": null,
"15": "43077563",
"16": null,
"17": null,
"18": null,
"19": null
}
| 3 | 2 |
4hop1__166346_9522_41885_856982
|
[
{
"idx": 0,
"title": "Margraviate of Austria",
"paragraph_text": "The Margraviate of Austria was a southeastern frontier march of the Holy Roman Empire created in 976 out of the territory on the border with the Principality of Hungary. Originally under the overlordship of the Dukes of Bavaria, it was ruled by margraves of the Franconian Babenberg dynasty. It became an Imperial State in its own right, when the Babenbergs were elevated to Dukes of Austria in 1156.",
"is_supporting": true
},
{
"idx": 1,
"title": "Balsam Lake, Wisconsin",
"paragraph_text": "Balsam Lake is a village in, and the county seat of, Polk County, Wisconsin, United States. The population was 1,009 at the 2010 census. The village is located within the Town of Balsam Lake.",
"is_supporting": false
},
{
"idx": 2,
"title": "Bloomfield, Walworth County, Wisconsin",
"paragraph_text": "Bloomfield is a town in Walworth County, Wisconsin, United States. The population was 5,537 at the 2000 census. The village of Bloomfield was formed from part of the town on December 20, 2011. The census-designated place of Lake Ivanhoe is located in the town. The unincorporated community of North Bloomfield is also located in the town.",
"is_supporting": false
},
{
"idx": 3,
"title": "Wonder Lake (CDP), Illinois",
"paragraph_text": "Wonder Lake is a former census-designated place (CDP) in McHenry County, Illinois, United States. The population was 7,463 at the 2000 census. The CDP has been annexed by the village of Wonder Lake.",
"is_supporting": false
},
{
"idx": 4,
"title": "Benapur",
"paragraph_text": "Benapur is a village in Bagnan-II Block, Howrah District, West Bengal. Its location, beside the Rupnarayana River, has made it to an wonderful place for picnic. Its Geographic location is .",
"is_supporting": false
},
{
"idx": 5,
"title": "Jezioro Bodenskie",
"paragraph_text": "Jezioro Bodenskie (en: Lake of Constance) is a 1986 Polish film directed by Janusz Zaorski. It won the Golden Leopard at the 1986 Locarno International Film Festival.",
"is_supporting": false
},
{
"idx": 6,
"title": "Stinson Lake, New Hampshire",
"paragraph_text": "Stinson Lake is an unincorporated community in the town of Rumney in Grafton County, New Hampshire, United States. It is located at the south end of Stinson Lake, around the lake's outlet. The village is north of the village of Rumney, via Stinson Lake Road.",
"is_supporting": false
},
{
"idx": 7,
"title": "Sandy Lake, Minnesota",
"paragraph_text": "Sandy Lake is an unincorporated community Native American village located in Turner Township, Aitkin County, Minnesota, United States. Its name in the Ojibwe language is \"Gaa-mitaawangaagamaag\", meaning \"Place of the Sandy-shored Lake\". The village is administrative center for the Sandy Lake Band of Mississippi Chippewa, though the administration of the Mille Lacs Indian Reservation, District II, is located in the nearby East Lake.",
"is_supporting": false
},
{
"idx": 8,
"title": "Tarat, Algeria",
"paragraph_text": "Tarat is a village in the commune of Illizi, in Illizi Province, Algeria, located near the border with Libya beside a wadi beneath the eastern edge of the Tassili n'Ajjer mountain range.",
"is_supporting": false
},
{
"idx": 9,
"title": "Rhine",
"paragraph_text": "Lake Constance consists of three bodies of water: the Obersee (\"upper lake\"), the Untersee (\"lower lake\"), and a connecting stretch of the Rhine, called the Seerhein (\"Lake Rhine\"). The lake is situated in Germany, Switzerland and Austria near the Alps. Specifically, its shorelines lie in the German states of Bavaria and Baden-Württemberg, the Austrian state of Vorarlberg, and the Swiss cantons of Thurgau and St. Gallen. The Rhine flows into it from the south following the Swiss-Austrian border. It is located at approximately 47°39′N 9°19′E / 47.650°N 9.317°E / 47.650; 9.317.",
"is_supporting": true
},
{
"idx": 10,
"title": "Säntis",
"paragraph_text": "At 2,501.9 metres above sea level, Säntis is the highest mountain in the Alpstein massif of northeastern Switzerland. It is also the culminating point of the whole Appenzell Alps, between Lake Walen and Lake Constance. Shared by three cantons, the mountain is a highly visible landmark thanks to its exposed northerly position within the Alpstein massif. As a consequence, houses called \"Säntisblick\" (English: \"Säntis view\") can be found in regions as far away as the Black Forest in Germany. Säntis is among the most prominent summits in the Alps and the most prominent summit in Europe with an observation deck on the top. The panorama from the summit is spectacular. Six countries can be seen if the weather allows: Switzerland, Germany, Austria, Liechtenstein, France, and Italy.",
"is_supporting": false
},
{
"idx": 11,
"title": "Straumvatnet",
"paragraph_text": "Straumvatnet is a lake that lies in the municipality of Sørfold in Nordland county, Norway. The lake is located on the southeast side of the village of Straumen. The lake Røyrvatnet lies about south of this lake. Straumvatnet empties into the Sørfolda fjord.",
"is_supporting": false
},
{
"idx": 12,
"title": "Alatna River",
"paragraph_text": "The river is very popular for float trips due to its calm flow and wonderful scenery. Float trips usually take from four to fourteen days, depending on put-in spot and pick-up spot, and also weather/river conditions. One common place to put in is Circle Lake, a small lake which is float plane accessible and is located in a beautiful part of the valley. Another place to put in is Takahula Lake, a larger, float-plane accessible lake, further downstream from Circle Lake. Gaedeke Lake is also a possible put in spot, but according to the \"Alaska River Guide\", this upstream section near the headwaters of the river is shallow and rocky making portaging or lining necessary. Most floaters take out at the village of Allakaket.",
"is_supporting": false
},
{
"idx": 13,
"title": "Württembergischer Yacht Club",
"paragraph_text": "The Württembergischer Yacht-Club (WYC) is a yacht club in Friedrichshafen. It is located on the shores of Lake Constance, Germany. This club was established in January 1911 as the \"Königlich Württembergischer Yacht-Club\" (Royal Yacht Club of Württemberg).",
"is_supporting": false
},
{
"idx": 14,
"title": "Fränzi Aufdenblatten",
"paragraph_text": "Born in Zermatt, Valais, Aufdenblatten made her World Cup debut in March 2000 in a giant slalom at Sestriere. She scored four podium finishes on the World Cup: one win in a super-G in Val-d'Isère in December 2009, and three third places in downhill at Haus im Ennstal (2004), Bad Kleinkirchheim (2006), and Lenzerheide (2014). Aufdenblatten competed in three Winter Olympics (2002, 2006 and 2014) and her best finish was a sixth place in the 2014 super-G at Rosa Khutor.",
"is_supporting": true
},
{
"idx": 15,
"title": "Oconomowoc Lake, Wisconsin",
"paragraph_text": "Oconomowoc Lake is a village in Waukesha County, Wisconsin, United States. Located just outside the City of Oconomowoc, the village includes the residential area encircling Oconomowoc Lake.",
"is_supporting": false
},
{
"idx": 16,
"title": "Columbia Lake Ecological Reserve",
"paragraph_text": "Columbia Lake Ecological Reserve is a nature reserve on Columbia Lake in the East Kootenay region of British Columbia, Canada, located on the east side of Columbia Lake just north of the village of Canal Flats.",
"is_supporting": false
},
{
"idx": 17,
"title": "Alps",
"paragraph_text": "Some high mountain villages, such as Avoriaz (in France), Wengen, and Zermatt (in Switzerland) are accessible only by cable car or cog-rail trains, and are car free. Other villages in the Alps are considering becoming car free zones or limiting the number of cars for reasons of sustainability of the fragile Alpine terrain.",
"is_supporting": true
},
{
"idx": 18,
"title": "Nesselpfuhl",
"paragraph_text": "Nesselpfuhl is a lake in Uckermark, Brandenburg, Germany. Its surface area is 0.2140 km². It is located in the town of Lychen.",
"is_supporting": false
},
{
"idx": 19,
"title": "Karl Kling",
"paragraph_text": "Karl Kling (16 September 1910, Gießen – 18 March 2003, Gaienhofen on Lake Constance, Germany) was a motor racing driver and manager from Germany. He participated in 11 Formula One Grands Prix, debuting on 4 July 1954. He achieved 2 podiums, and scored a total of 17 championship points.",
"is_supporting": false
}
] |
Margraviate of the country having Lake Constance besides Germany and the country having Wengen and the birth village of Fränzi Aufdenblatten is an instance of what?
|
[
{
"id": 166346,
"question": "Fränzi Aufdenblatten >> place of birth",
"answer": "Zermatt",
"paragraph_support_idx": 14,
"support_sentence": [
"Born in Zermatt, Valais, Aufdenblatten made her World Cup debut in March 2000 in a giant slalom at Sestriere. She scored four podium finishes on the World Cup: one win in a super-G in Val-d'Isère in December 2009, and three third places in downhill at Haus im Ennstal (2004), Bad Kleinkirchheim (2006), and Lenzerheide (2014). Aufdenblatten competed in three Winter Olympics (2002, 2006 and 2014) and her best finish was a sixth place in the 2014 super-G at Rosa Khutor."
]
},
{
"id": 9522,
"question": "Where are the villages of Wengen and #1 located?",
"answer": "Switzerland",
"paragraph_support_idx": 17,
"support_sentence": [
"Some high mountain villages are car-free either because of inaccessibility or by choice. Wengen, and Zermatt (in Switzerland) are accessible only by cable car or cog-rail trains. Avoriaz (in France), is car-free, with other Alpine villages considering becoming car-free zones or limiting the number of cars for reasons of sustainability of the fragile Alpine terrain."
]
},
{
"id": 41885,
"question": "Besides Germany and #2 , where else is Lake Constance?",
"answer": "Austria",
"paragraph_support_idx": 9,
"support_sentence": [
"Lake Constance consists of three bodies of water: the Obersee (\"upper lake\"), the Untersee (\"lower lake\"), and a connecting stretch of the Rhine, called the Seerhein (\"Lake Rhine\"). The lake is situated in Germany, Switzerland and Austria near the Alps. Specifically, its shorelines lie in the German states of Bavaria and Baden-Württemberg, the Austrian state of Vorarlberg, and the Swiss cantons of Thurgau and St. Gallen. The Rhine flows into it from the south following the Swiss-Austrian border. It is located at approximately ."
]
},
{
"id": 856982,
"question": "Margraviate of #3 >> instance of",
"answer": "march",
"paragraph_support_idx": 0,
"support_sentence": [
"The Margraviate of Austria (; ) was a medieval frontier march, centered along the river Danube, between the river Enns and the Vienna Woods (), within the territory of the modern Austrian provinces of Upper Austria and Lower Austria. It existed from c. 970 to 1156."
]
}
] |
march
|
[
"Mar",
"March"
] | true |
{
"0": "11421146",
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": "25845",
"10": null,
"11": null,
"12": null,
"13": null,
"14": "4035865",
"15": null,
"16": null,
"17": "981",
"18": null,
"19": null
}
| 4 | null |
2hop__193086_159106
|
[
{
"idx": 0,
"title": "Geomagnetic reversal",
"paragraph_text": "The time spans of chrons are randomly distributed with most being between 0.1 and 1 million years with an average of 450,000 years. Most reversals are estimated to take between 1,000 and 10,000 years. The latest one, the Brunhes -- Matuyama reversal, occurred 780,000 years ago, and may have happened very quickly, within a human lifetime.",
"is_supporting": false
},
{
"idx": 1,
"title": "Giuseppe Sirtori",
"paragraph_text": "Giuseppe Sirtori (17 April 1813 – 18 September 1874) was an Italian soldier, patriot and politician who fought in the unification of Italy.",
"is_supporting": false
},
{
"idx": 2,
"title": "Tug of war at the Summer Olympics",
"paragraph_text": "Tug of war was contested as a team event in the Summer Olympics at every Olympiad from 1900 to 1920. Originally the competition was entered by groups called clubs. A country could enter more than one club in the competition, making it possible for one country to earn multiple medals. This happened in 1904, when the United States won all three medals, and in 1908 when the podium was occupied by three British teams. Sweden was also among the top countries with two medals, one as a member of the mixed team.",
"is_supporting": false
},
{
"idx": 3,
"title": "Dickey Lee",
"paragraph_text": "Royden Dickey Lipscomb (born September 21, 1936), known professionally as Dickey Lee (sometimes misspelled Dickie Lee or Dicky Lee), is an American pop / country singer and songwriter, best known for the 1960s teenage tragedy songs ``Patches ''and`` Laurie (Strange Things Happen).''",
"is_supporting": false
},
{
"idx": 4,
"title": "A Woman in Love (Ronnie Milsap song)",
"paragraph_text": "\"A Woman in Love\" is a song written by Curtis Wright and Doug Millett, and recorded by American country music singer Ronnie Milsap. It was released in September 1989 as the third single from the album \"Stranger Things Have Happened\". It was his last song to reach number one on the U.S. country singles chart.",
"is_supporting": false
},
{
"idx": 5,
"title": "Cross-Country Romance",
"paragraph_text": "Cross-Country Romance is a 1940 American romantic comedy film starring Gene Raymond and Wendy Barrie. With the huge success of \"It Happened One Night\", the 1934 American romantic comedy film directed by Frank Capra and starring Claudette Colbert and Clark Gable, every studio in Hollywood attempted to cash in with a similar storyline. In addition to this film, there was also \"Love on the Run\" (1936) from MGM, \"The Bride Came C.O.D.\" (1941) by Warner Bros.; even Columbia Pictures, which had made \"It Happened One Night\", produced the musical remake \"Eve Knew Her Apples\" (1945).",
"is_supporting": false
},
{
"idx": 6,
"title": "Malaysia",
"paragraph_text": "Malaysia has its origins in the Malay kingdoms which, from the 18th century, became subject to the British Empire, along with the British Straits Settlements protectorate. Peninsular Malaysia was unified as the Malayan Union in 1946. Malaya was restructured as the Federation of Malaya in 1948, and achieved independence on 31 August 1957. Malaya united with North Borneo, Sarawak, and Singapore on 16 September 1963 to become Malaysia. In 1965, Singapore was expelled from the federation.The country is multi-ethnic and multi-cultural, which plays a large role in its politics. About half the population is ethnically Malay, with large minorities of Malaysian Chinese, Malaysian Indians, and indigenous peoples. While recognising Islam as the country's established religion, the constitution grants freedom of religion to non-Muslims. The government system is closely modelled on the Westminster parliamentary system and the legal system is based on common law. The head of state is the king, known as the Yang di-Pertuan Agong. He is an elected monarch chosen from the hereditary rulers of the nine Malay states every five years. The head of government is the Prime Minister. The country's official language is Malaysian, a standard form of the Malay language. English remains an active second language.",
"is_supporting": true
},
{
"idx": 7,
"title": "Kingdom of England",
"paragraph_text": "During the following years Northumbria repeatedly changed hands between the English kings and the Norwegian invaders, but was definitively brought under English control by Eadred in 954, completing the unification of England. At about this time, Lothian, the northern part of Northumbria (Roman Bernicia), was ceded to the Kingdom of Scotland. On 12 July 927 the monarchs of Britain gathered at Eamont in Cumbria to recognise Æthelstan as king of the English. This can be considered England's' foundation date ', although the process of unification had taken almost 100 years.",
"is_supporting": false
},
{
"idx": 8,
"title": "POUM",
"paragraph_text": "The election result led to a crisis for the POUM as well as for most parties to the left of the PCE, from which it was not able to recover. The POUM continued to exist as a small party with an office in Barcelona and a monthly newspaper, \"La Batalla\", calling for cooperation among the various far-left parties, but an attempted merger with Communist Action and the Collective for Marxist Unification failed during a \"Unification Congress\" in 1978. After this setback, the POUM decided not to participate in the 1979 elections. POUM branches in several cities became part of local coalitions and unification attempts with various far-left groups. In 1980, the POUM made its last electoral efforts, supporting Herri Batasuna in the Basque country and participating in the Left Bloc for National Liberation (BEAN - Unitat Popular) coalition in the Catalan parliamentary election, but the party was disintegrating. \"La Batalla\" ceased publication in May 1980, marking the end of the POUM as an organized party, though it was never officially dissolved. As a last remnant, the Valencia branch remained active until 1981.",
"is_supporting": false
},
{
"idx": 9,
"title": "EuroAirport Basel Mulhouse Freiburg",
"paragraph_text": "With Switzerland joining the Schengen Treaty in March 2009, the air side was rearranged to include a Schengen and non-Schengen zone. As border control is staffed by both Swiss and French border officers, passengers departing to or arriving from non-Schengen countries may receive either a Swiss or French passport stamp, depending on which officer they happen to approach.",
"is_supporting": false
},
{
"idx": 10,
"title": "Khalifa Bin Yousef",
"paragraph_text": "Khalifa Bin Yousef was a statesman who played a significant role in the unification of The United Arab Emirates and in the economic and political life of the time in the Persian Gulf.",
"is_supporting": false
},
{
"idx": 11,
"title": "Stadthuys",
"paragraph_text": "The Stadthuys (an old Dutch spelling, meaning city hall) is a historical structure situated in the heart of Malacca City, the administrative capital of the state of Malacca, Malaysia in a place known as the Red Square. The Stadhuys is known for its red exterior and nearby red clocktower. It was built by the Dutch in 1650 as the office of the Dutch Governor and Deputy Governor.",
"is_supporting": true
},
{
"idx": 12,
"title": "What Ever Happened to Baby Toto?",
"paragraph_text": "What Ever Happened to Baby Toto? () is a 1964 Italian black comedy film written and directed by Ottavio Alessi. It is a parody of Robert Aldrich's \"What Ever Happened to Baby Jane?\".",
"is_supporting": false
},
{
"idx": 13,
"title": "Jonathan Wells (intelligent design advocate)",
"paragraph_text": "John Corrigan \"Jonathan\" Wells (born 1942) is an American biologist, author, and advocate of the pseudoscientific argument of intelligent design. Wells joined the Unification Church in 1974, and subsequently wrote that the teachings of church founder Sun Myung Moon, his own studies at the Unification Theological Seminary and his prayers convinced him to devote his life to \"destroying Darwinism.\" The term \"Darwinism\" is often used by intelligent design proponents and other creationists to refer to the scientific consensus on evolution. He gained a PhD in religious studies at Yale University in 1986, then became Director of the Unification Church’s inter-religious outreach organization in New York City. In 1989, he studied at the University of California, Berkeley, where he earned a PhD in molecular and cellular biology in 1994. He became a member of several scientific associations and has published in academic journals.",
"is_supporting": false
},
{
"idx": 14,
"title": "What Happened Don't Lie",
"paragraph_text": "What Happened Don't Lie is the debut album from Melbourne band Offcutts. It is the first full-length release following seven EPs over five years.",
"is_supporting": false
},
{
"idx": 15,
"title": "Netto (film)",
"paragraph_text": "Netto is a 2005 film directed by Robert Thalheim. It is a story of father-son relationship in post-unification Berlin. The song \"Mein bester Kumpel\" by Peter Tschernig is used throughout the film.",
"is_supporting": false
},
{
"idx": 16,
"title": "Mount Rungwe",
"paragraph_text": "Mount Rungwe is a potentially active volcano in the Mbeya Region of the southern highlands of Tanzania. At an altitude of , it is southern Tanzania's second highest peak. Rungwe stands at the junction of the eastern and western arms of the East African Rift. It dominates the mountainous country at the north-west end of the trough that contains Lake Nyasa. The southeastern slopes of these mountains receive up to of rainfall a year, the highest rainfall in Tanzania. The slopes are covered with a belt of tropical montane forest. Above the treeline, at about , there is a belt of heathland. Much of the mountain was listed as a Forest Reserve as early as 1949. The last volcanic eruption probably happened a few hundred years ago.",
"is_supporting": false
},
{
"idx": 17,
"title": "Azem Galica",
"paragraph_text": "Azem Bejta (1889–1924), commonly known as Azem Galica, was an Albanian nationalist and rebel who fought for the unification of Kosovo with Albania.",
"is_supporting": false
},
{
"idx": 18,
"title": "Ducasse de Mons",
"paragraph_text": "The Ducasse de Mons or Doudou is a popular festival that happens every year on Trinity Sunday (57 days after Easter) in the town of Mons in Belgium. It is recognised as one of the Masterpieces of the Oral and Intangible Heritage of Humanity since November 2005.",
"is_supporting": false
},
{
"idx": 19,
"title": "In Jin Moon",
"paragraph_text": "In Jin Moon is the former president of the Unification Church of the United States and a daughter of Unification Church founder Reverend Sun Myung Moon and his wife Hak Ja Han. Moon was born in South Korea in 1965 and moved with her family to the United States in 1973. She studied political science and philosophy at Columbia University and pursued her graduate studies at Harvard Divinity School. In the 1980s, Moon spoke at public rallies in support of her father who was convicted of tax fraud by the United States government.",
"is_supporting": false
}
] |
In what year did the unification of the country where Stadthuys is located happen?
|
[
{
"id": 193086,
"question": "Stadthuys >> country",
"answer": "Malaysia",
"paragraph_support_idx": 11,
"support_sentence": [
"The Stadthuys (an old Dutch spelling, meaning city hall) is a historical structure situated in the heart of Malacca City, the administrative capital of the state of Malacca, Malaysia, in a place known as the Red Square. The Stadthuys is known for its red exterior and nearby red clocktower. It was built by the Dutch in 1650 as the office of the Dutch governor and deputy governor. It continued to be used as the Treasury, Post Office, Government Offices, and suites of apartments for the high officials after the takeover by the British."
]
},
{
"id": 159106,
"question": "In what year did the unification of #1 happen?",
"answer": "1963",
"paragraph_support_idx": 6,
"support_sentence": [
"The country has its origins in the Malay kingdoms, which, from the 18th century on, became subject to the British Empire, along with the British Straits Settlements protectorate. During World War II, British Malaya, along with other nearby British and American colonies, was occupied by the Empire of Japan. Following three years of occupation, Peninsular Malaysia was briefly unified as the Malayan Union in 1946 until 1948 when it was restructured as the Federation of Malaya. The country achieved independence on 31 August 1957. On 16 September 1963, independent Malaya united with the then British crown colonies of North Borneo, Sarawak, and Singapore to become Malaysia. In August 1965, Singapore was expelled from the federation and became a separate, independent country."
]
}
] |
1963
|
[] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": "3607937",
"7": null,
"8": null,
"9": null,
"10": null,
"11": "20132029",
"12": null,
"13": null,
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 2 | 1 |
2hop__20961_85304
|
[
{
"idx": 0,
"title": "Law of the United States",
"paragraph_text": "Federal law originates with the Constitution, which gives Congress the power to enact statutes for certain limited purposes like regulating interstate commerce. The United States Code is the official compilation and codification of the general and permanent federal statutes. Many statutes give executive branch agencies the power to create regulations, which are published in the Federal Register and codified into the Code of Federal Regulations. Regulations generally also carry the force of law under the Chevron doctrine. Many lawsuits turn on the meaning of a federal statute or regulation, and judicial interpretations of such meaning carry legal force under the principle of stare decisis.",
"is_supporting": true
},
{
"idx": 1,
"title": "Enumerated powers (United States)",
"paragraph_text": "The Enumerated powers (also called Expressed powers, Explicit powers or Delegated powers) of the United States Congress are listed in Article I, Section 8 of the United States Constitution. In summary, Congress may exercise the powers that the Constitution grants it, subject to the individual rights listed in the Bill of Rights. Moreover, the Constitution expresses various other limitations on Congress, such as the one expressed by the Tenth Amendment: ``The powers not delegated to the United States by the Constitution, nor prohibited by it to the States, are reserved to the States respectively, or to the people. ''Historically, Congress and the Supreme Court have broadly interpreted the enumerated powers, especially by deriving many implied powers from them. The enumerated powers listed in Article One include both exclusive federal powers, as well as concurrent powers that are shared with the states, and all of those powers are to be contrasted with reserved powers that only the states possess.",
"is_supporting": false
},
{
"idx": 2,
"title": "Constitution of the United States",
"paragraph_text": "The United States Constitution is the supreme law of the United States. The Constitution, originally comprising seven articles, delineates the national frame of government. Its first three articles entrench the doctrine of the separation of powers, whereby the federal government is divided into three branches: the legislative, consisting of the bicameral Congress; the executive, consisting of the President; and the judicial, consisting of the Supreme Court and other federal courts. Articles Four, Five and Six entrench concepts of federalism, describing the rights and responsibilities of state governments and of the states in relationship to the federal government. Article Seven establishes the procedure subsequently used by the thirteen States to ratify it. It is regarded as the oldest written and codified constitution in force of the world.",
"is_supporting": false
},
{
"idx": 3,
"title": "Law of the United States",
"paragraph_text": "After the President signs a bill into law (or Congress enacts it over his veto), it is delivered to the Office of the Federal Register (OFR) of the National Archives and Records Administration (NARA) where it is assigned a law number, and prepared for publication as a slip law. Public laws, but not private laws, are also given legal statutory citation by the OFR. At the end of each session of Congress, the slip laws are compiled into bound volumes called the United States Statutes at Large, and they are known as session laws. The Statutes at Large present a chronological arrangement of the laws in the exact order that they have been enacted.",
"is_supporting": false
},
{
"idx": 4,
"title": "History of the United States Constitution",
"paragraph_text": "Much of the Virginia Plan was adopted. All the powers in the Articles transfer to the new government. Congress has two houses, the 'house' apportioned by population. It can enact laws affecting more than one state and Congress can override a veto. The President can enforce the law. The Supreme Court and inferior courts rule on international, U.S. and state law. The Constitution is the supreme law and all state officers swear to uphold the Constitution. Every state is a republic, and new states can be admitted. The Articles Congress continued until the new system started. Amendments are possible without Congress. The Convention recommendations went to Congress, from them to the states. State legislatures set the election rules for ratification conventions, and the people ``expressly ''chose representatives to consider and decide about the Constitution.",
"is_supporting": false
},
{
"idx": 5,
"title": "United States Congress",
"paragraph_text": "Article I of the Constitution creates and sets forth the structure and most of the powers of Congress. Sections One through Six describe how Congress is elected and gives each House the power to create its own structure. Section Seven lays out the process for creating laws, and Section Eight enumerates numerous powers. Section Nine is a list of powers Congress does not have, and Section Ten enumerates powers of the state, some of which may only be granted by Congress. Constitutional amendments have granted Congress additional powers. Congress also has implied powers derived from the Constitution's Necessary and Proper Clause.",
"is_supporting": false
},
{
"idx": 6,
"title": "Powers of the United States Congress",
"paragraph_text": "Congress also has the power to establish post offices and post roads, issue patents and copyrights, fix standards of weights and measures, establish courts inferior to the Supreme Court, and ``To make all laws which shall be necessary and proper for carrying into execution the foregoing powers, and all other powers vested by this Constitution in the government of the United States, or in any department or officer thereof. ''Article Four gives Congress the power to admit new states into the Union.",
"is_supporting": false
},
{
"idx": 7,
"title": "Federal jurisdiction (United States)",
"paragraph_text": "Article Four of the United States Constitution also states that the Congress has the power to enact laws respecting the Territory or other Property belonging to the United States. Federal jurisdiction exists over any territory thus subject to laws enacted by the Congress.",
"is_supporting": false
},
{
"idx": 8,
"title": "Separation of powers under the United States Constitution",
"paragraph_text": "The power to review the constitutionality of laws may be limited by Congress, which has the power to set the jurisdiction of the courts. The only constitutional limit on Congress' power to set the jurisdiction of the judiciary relates to the Supreme Court; the Supreme Court may exercise only appellate jurisdiction except in cases involving states and cases affecting foreign ambassadors, ministers or consuls.",
"is_supporting": false
},
{
"idx": 9,
"title": "Constitution of the United States",
"paragraph_text": "The United States Constitution is the supreme law of the United States. The Constitution, originally comprising seven articles, delineates the national frame of government. Its first three articles embody the doctrine of the separation of powers, whereby the federal government is divided into three branches: the legislative, consisting of the bicameral Congress; the executive, consisting of the President; and the judicial, consisting of the Supreme Court and other federal courts. Articles Four, Five and Six embody concepts of federalism, describing the rights and responsibilities of state governments and of the states in relationship to the federal government. Article Seven establishes the procedure subsequently used by the thirteen States to ratify it. It is regarded as the oldest written and codified constitution in force of the world.",
"is_supporting": false
},
{
"idx": 10,
"title": "Supreme court",
"paragraph_text": "While the Philippines is generally considered a civil law nation, its Supreme Court is heavily modelled after the American Supreme Court. This can be attributed to the fact that the Philippines was colonized by both Spain and the United States, and the system of laws of both nations strongly influenced the development of Philippine laws and jurisprudence. Even as the body of Philippine laws remain mostly codified, the Philippine Civil Code expressly recognizes that decisions of the Supreme Court \"form part of the law of the land\", belonging to the same class as statutes. The 1987 Philippine Constitution also explicitly grants to the Supreme Court the power of judicial review over laws and executive actions. The Supreme Court is composed of 1 Chief Justice and 14 Associate Justices. The court sits either en banc or in divisions, depending on the nature of the case to be decided.",
"is_supporting": false
},
{
"idx": 11,
"title": "United States nationality law",
"paragraph_text": "The United States nationality law is a uniform rule of naturalization of the United States set out in the Immigration and Nationality Act of 1952, enacted under the power of Article I, section 8, clause 4 of the United States Constitution (also referred to as the Nationality Clause), which reads: Congress shall have Power - ``To establish a uniform Rule of Naturalization... ''The 1952 Act sets forth the legal requirements for the acquisition of, and divestiture from, American nationality. The requirements have become more explicit since the ratification of the Fourteenth Amendment to the Constitution, with the most recent changes to the law having been made by Congress in 2001.",
"is_supporting": false
},
{
"idx": 12,
"title": "Supremacy Clause",
"paragraph_text": "The Supremacy Clause of the United States Constitution (Article VI, Clause 2) establishes that the Constitution, federal laws made pursuant to it, and treaties made under its authority, constitute the supreme law of the land. It provides that state courts are bound by the supreme law; in case of conflict between federal and state law, the federal law must be applied. Even state constitutions are subordinate to federal law. In essence, it is a conflict - of - laws rule specifying that certain national acts take priority over any state acts that conflict with national law. In this respect, the Supremacy Clause follows the lead of Article XIII of the Articles of Confederation, which provided that ``Every State shall abide by the determination of the United States in Congress Assembled, on all questions which by this confederation are submitted to them. ''A constitutional provision announcing the supremacy of federal law, the Supremacy Clause assumes the underlying priority of federal authority, at least when that authority is expressed in the Constitution itself. No matter what the federal government or the states might wish to do, they have to stay within the boundaries of the Constitution. This makes the Supremacy Clause the cornerstone of the whole American political structure.",
"is_supporting": true
},
{
"idx": 13,
"title": "Law of the United States",
"paragraph_text": "New York, Illinois, and California are the most significant states that have not adopted the FRCP. Furthermore, all three states continue to maintain most of their civil procedure laws in the form of codified statutes enacted by the state legislature, as opposed to court rules promulgated by the state supreme court, on the ground that the latter are undemocratic. But certain key portions of their civil procedure laws have been modified by their legislatures to bring them closer to federal civil procedure.",
"is_supporting": false
},
{
"idx": 14,
"title": "Law of the United States",
"paragraph_text": "Congress often enacts statutes that grant broad rulemaking authority to federal agencies. Often, Congress is simply too gridlocked to draft detailed statutes that explain how the agency should react to every possible situation, or Congress believes the agency's technical specialists are best equipped to deal with particular fact situations as they arise. Therefore, federal agencies are authorized to promulgate regulations. Under the principle of Chevron deference, regulations normally carry the force of law as long as they are based on a reasonable interpretation of the relevant statutes.",
"is_supporting": false
},
{
"idx": 15,
"title": "Federalism",
"paragraph_text": "From 1938 until 1995, the U.S. Supreme Court did not invalidate any federal statute as exceeding Congress' power under the Commerce Clause. Most actions by the federal government can find some legal support among the express powers, such as the Commerce Clause, whose applicability has been narrowed by the Supreme Court in recent years. In 1995 the Supreme Court rejected the Gun-Free School Zones Act in the Lopez decision, and also rejected the civil remedy portion of the Violence Against Women Act of 1994 in the United States v. Morrison decision. Recently, the Commerce Clause was interpreted to include marijuana laws in the Gonzales v. Raich decision.",
"is_supporting": false
},
{
"idx": 16,
"title": "Estonia",
"paragraph_text": "According to the Constitution of Estonia (Estonian: Põhiseadus) the supreme power of the state is vested in the people. The people exercise their supreme power of the state on the elections of the Riigikogu through citizens who have the right to vote. The supreme judicial power is vested in the Supreme Court or Riigikohus, with nineteen justices. The Chief Justice is appointed by the parliament for nine years on nomination by the president. The official Head of State is the President of Estonia, who gives assent to the laws passed by Riigikogu, also having the right of sending them back and proposing new laws.",
"is_supporting": false
},
{
"idx": 17,
"title": "Jurisdiction stripping",
"paragraph_text": "Congress may define the jurisdiction of the judiciary through the simultaneous use of two powers. First, Congress holds the power to create (and, implicitly, to define the jurisdiction of) federal courts inferior to the Supreme Court (i.e. Courts of Appeals, District Courts, and various other Article I and Article III tribunals). This court - creating power is granted both in the congressional powers clause (Art. I, § 8, Cl. 9) and in the judicial vesting clause (Art. III, § 1). Second, Congress has the power to make exceptions to and regulations of the appellate jurisdiction of the Supreme Court. This court - limiting power is granted in the Exceptions Clause (Art. III, § 2). By exercising these powers in concert, Congress may effectively eliminate any judicial review of certain federal legislative or executive actions and of certain state actions, or alternatively transfer the judicial review responsibility to state courts by ``knocking (federal courts)... out of the game. ''",
"is_supporting": false
},
{
"idx": 18,
"title": "Law of the United States",
"paragraph_text": "The fifty American states are separate sovereigns, with their own state constitutions, state governments, and state courts. All states have a legislative branch which enacts state statutes, an executive branch that promulgates state regulations pursuant to statutory authorization, and a judicial branch that applies, interprets, and occasionally overturns both state statutes and regulations, as well as local ordinances. They retain plenary power to make laws covering anything not preempted by the federal Constitution, federal statutes, or international treaties ratified by the federal Senate. Normally, state supreme courts are the final interpreters of state constitutions and state law, unless their interpretation itself presents a federal issue, in which case a decision may be appealed to the U.S. Supreme Court by way of a petition for writ of certiorari. State laws have dramatically diverged in the centuries since independence, to the extent that the United States cannot be regarded as one legal system as to the majority of types of law traditionally under state control, but must be regarded as 50 separate systems of tort law, family law, property law, contract law, criminal law, and so on.",
"is_supporting": false
},
{
"idx": 19,
"title": "United States nationality law",
"paragraph_text": "The United States nationality law is a uniform rule of naturalization of the United States set out in the Immigration and Nationality Act of 1952, enacted under the power of Article I, section 8, clause 4 of the United States Constitution (also referred to as the Nationality Clause), which reads: Congress shall power - ``To establish a uniform Rule of Naturalization... ''The 1952 Act sets forth the legal requirements for the acquisition of, and divestiture from, American nationality. The requirements have become more explicit since the ratification of the Fourteenth Amendment to the Constitution, with the most recent changes to the law having been made by Congress in 2001.",
"is_supporting": false
}
] |
Which article of the document giving Congress limited power to enact statutes states it is the supreme law of the land?
|
[
{
"id": 20961,
"question": "What gives Congress limited power to enact statutes?",
"answer": "the Constitution",
"paragraph_support_idx": 0,
"support_sentence": [
"Federal law originates with the Constitution, which gives Congress the power to enact statutes for certain limited purposes like regulating interstate commerce. The United States Code is the official compilation and codification of the general and permanent federal statutes. Many statutes give executive branch agencies the power to create regulations, which are published in the Federal Register and codified into the Code of Federal Regulations. From 1984 to 2024, regulations generally also carried the force of law under the \"Chevron\" doctrine, but are now subject only to a lesser form of judicial deference known as \"Skidmore\" deference. Many lawsuits turn on the meaning of a federal statute or regulation, and judicial interpretations of such meaning carry legal force under the principle of \"stare decisis\"."
]
},
{
"id": 85304,
"question": "which article states the #1 is the supreme law of land",
"answer": "Article VI, Clause 2",
"paragraph_support_idx": 12,
"support_sentence": [
"The Supremacy Clause of the Constitution of the United States (Article VI, Clause 2) establishes that the Constitution, federal laws made pursuant to it, and treaties made under its authority, constitute the \"supreme Law of the Land\", and thus take priority over any conflicting state laws. It provides that state courts are bound by, and state constitutions subordinate to, the supreme law. However, federal statutes and treaties must be within the parameters of the Constitution; that is, they must be pursuant to the federal government's enumerated powers, and not violate other constitutional limits on federal power, such as the Bill of Rights—of particular interest is the Tenth Amendment to the United States Constitution, which states that the federal government has only those powers that are delegated to it by the Constitution. It is the responsibility of the United States Supreme Court in that case to exercise the power of judicial review: the ability to invalidate a statute for violating a provision of the Constitution."
]
}
] |
Article VI, Clause 2
|
[] | true |
{
"0": "27552742",
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": "33730953",
"13": null,
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 2 | 1 |
2hop__132710_120035
|
[
{
"idx": 0,
"title": "Hudson Motor Car Company",
"paragraph_text": "The Hudson Motor Car Company made Hudson and other brand automobiles in Detroit, Michigan, from 1909 to 1954. In 1954, Hudson merged with Nash-Kelvinator to form American Motors Corporation (AMC). The Hudson name was continued through the 1957 model year, after which it was discontinued.",
"is_supporting": true
},
{
"idx": 1,
"title": "WASP-12",
"paragraph_text": "WASP-12 is a magnitude 11 yellow dwarf star located approximately 1300 light-years away in the constellation Auriga. WASP-12 has a mass and radius similar to the Sun. Its planet WASP-12b has a retrograde orbit around WASP-12. Two red dwarf companions have been detected around WASP-12. Both have spectral types of M3V and are only 38% and 37% as massive as the Sun, respectively.",
"is_supporting": false
},
{
"idx": 2,
"title": "Hudson Wasp",
"paragraph_text": "The Hudson Wasp is an automobile that was built and marketed by the Hudson Motor Car Company of Detroit, Michigan, from the 1952 through the 1956 model years. After Hudson merged with Nash Motors, the Wasp was then built by American Motors Corporation in Kenosha, Wisconsin, and marketed under its Hudson marque for model years 1955 and 1956.",
"is_supporting": true
},
{
"idx": 3,
"title": "Hudson Hornet",
"paragraph_text": "The Hudson Hornet is a full-sized automobile which was produced by the Hudson Motor Car Company of Detroit, Michigan, between 1951 and 1954 and then by American Motors Corporation (AMC) in Kenosha, Wisconsin, and marketed under the Hudson brand between 1955 and 1957.",
"is_supporting": false
},
{
"idx": 4,
"title": "Flowering plant",
"paragraph_text": "Island genetics provides one proposed explanation for the sudden, fully developed appearance of flowering plants. Island genetics is believed to be a common source of speciation in general, especially when it comes to radical adaptations that seem to have required inferior transitional forms. Flowering plants may have evolved in an isolated setting like an island or island chain, where the plants bearing them were able to develop a highly specialized relationship with some specific animal (a wasp, for example). Such a relationship, with a hypothetical wasp carrying pollen from one plant to another much the way fig wasps do today, could result in the development of a high degree of specialization in both the plant(s) and their partners. Note that the wasp example is not incidental; bees, which, it is postulated, evolved specifically due to mutualistic plant relationships, are descended from wasps.",
"is_supporting": false
},
{
"idx": 5,
"title": "List of Marvel Cinematic Universe films",
"paragraph_text": "Ant - Man and the Wasp was announced in October 2015. Peyton Reed confirmed that he would return to direct in November 2015, and that Paul Rudd and Evangeline Lilly would reprise their roles as Scott Lang / Ant - Man and Hope van Dyne / Wasp, respectively. In December 2015, Andrew Barrer, Gabriel Ferrari, and Rudd were confirmed to write the screenplay, with Chris McKenna and Erik Sommers revealed to have also contributed to the script in August 2017. In February 2017, Michael Douglas confirmed he would reprise his role as Hank Pym in the film. Filming began in August 2017 in Atlanta with additional filming in San Francisco, and ended in November 2017. Ant - Man and the Wasp is scheduled to be released on July 6, 2018.",
"is_supporting": false
},
{
"idx": 6,
"title": "Basilica Hudson",
"paragraph_text": "Basilica Hudson is an arts and performance venue in Hudson, New York, USA. It was established in 2010 out of a 19th-century factory located near the city's \"South Bay\" riverfront along the Hudson River.",
"is_supporting": false
},
{
"idx": 7,
"title": "ABC Wasp",
"paragraph_text": "The ABC Wasp was an experimental 170 hp (127 kW) seven-cylinder radial engine designed by the noted British engineer Granville Bradshaw, and primarily built by ABC Motors Limited. Twelve experimental ABC Wasp engines were delivered to Guy Motors on 19 April 1918.",
"is_supporting": false
},
{
"idx": 8,
"title": "Kenny Logan",
"paragraph_text": "Kenneth McKerrow \"Kenny\" Logan (born 3 April 1972) is a retired Scottish rugby union player who played wing for Stirling County RFC and Glasgow District at amateur level; Glasgow Warriors, Wasps RFC and London Scottish at professional level; and Scotland at international level. He won three English Premierships with Wasps RFC; and one Scottish Premiership title with Stirling County RFC in 1995, just before the game turned professional.",
"is_supporting": false
},
{
"idx": 9,
"title": "Will Green (rugby union)",
"paragraph_text": "William Robert Green (born 25 October 1973 in Littlehampton) was a rugby union footballer who played at prop for Wasps and Leinster.",
"is_supporting": false
},
{
"idx": 10,
"title": "Hudson Jet",
"paragraph_text": "The Hudson Jet is a compact automobile that was produced by the Hudson Motor Car Company of Detroit, Michigan, during the 1953 and 1954 model years. The Jet was the automaker's response to the popular Nash Rambler and the costs of developing and marketing the Jet ultimately led to Hudson's merger with Nash.",
"is_supporting": false
},
{
"idx": 11,
"title": "David H. DePatie",
"paragraph_text": "David Hudson DePatie (born December 24, 1929) is an American film and television producer. He was the last executive in charge of the original Warner Bros. Cartoons cartoon studio. He also formed DePatie–Freleng Enterprises and was an executive producer at Marvel Productions.",
"is_supporting": false
},
{
"idx": 12,
"title": "Julien Hudson",
"paragraph_text": "Julien Hudson (January 9, 1811 – 1844) was a 19th-century free man of color who lived in New Orleans. He was a successful painter and art teacher. He is known as the first African American or French Creole of Color operating in America by whom a self-portrait has been found.",
"is_supporting": false
},
{
"idx": 13,
"title": "Ant-Man and the Wasp",
"paragraph_text": "Ant - Man and the Wasp is a 2018 American superhero film based on the Marvel Comics characters Scott Lang / Ant - Man and Hope van Dyne / Wasp. Produced by Marvel Studios and distributed by Walt Disney Studios Motion Pictures, it is the sequel to 2015's Ant - Man, and the twentieth film in the Marvel Cinematic Universe (MCU). The film is directed by Peyton Reed and written by the writing teams of Chris McKenna and Erik Sommers, and Paul Rudd, Andrew Barrer, and Gabriel Ferrari. It stars Rudd as Lang and Evangeline Lilly as Van Dyne, alongside Michael Peña, Walton Goggins, Bobby Cannavale, Judy Greer, Tip ``T.I. ''Harris, David Dastmalchian, Hannah John - Kamen, Abby Ryder Fortson, Randall Park, Michelle Pfeiffer, Laurence Fishburne, and Michael Douglas. In Ant - Man and the Wasp, the titular pair work with Hank Pym to retrieve Janet van Dyne from the quantum realm.",
"is_supporting": false
},
{
"idx": 14,
"title": "Hudson County Courthouse",
"paragraph_text": "The courthouse was used as the primary seat of government for Hudson County from its opening on September 20, 1910 until the construction of the Hudson County Administration Building in 1966. The courthouse was vacant for many years and was scheduled for demolition. The building was added to the National Register of Historic Places on August 25, 1970. Restoration began in the mid-1970s, and the building was reopened in 1985. In 1984, the Hudson County Board of Chosen Freeholders renamed the building in honor of Supreme Court Justice William J. Brennan Jr. The restoration of the courthouse was acknowledged by a Victorian Society in America Preservation Award in 1988.",
"is_supporting": false
},
{
"idx": 15,
"title": "Mighty Times: The Legacy of Rosa Parks",
"paragraph_text": "Mighty Times: The Legacy of Rosa Parks is a 2002 American short documentary film directed by Robert Houston and produced by Robert Hudson. It was nominated for an Academy Award for Best Documentary Short.",
"is_supporting": false
},
{
"idx": 16,
"title": "List of the verified oldest people",
"paragraph_text": "There are eight living people on this list, all of whom are women and the oldest of whom is Nabi Tajima of Japan, aged 117 years, 258 days.",
"is_supporting": false
},
{
"idx": 17,
"title": "The Last Boy Scout",
"paragraph_text": "The film's score was composed and conducted by Michael Kamen (who also scored Hudson Hawk that year), his only work for Tony Scott. Bill Medley performed the song ``Friday Night's A Great Night For Football, ''written by Steve Dorff and John Bettis, on screen during the opening credits (the song is also reprised over the end titles); the song was released as a CD single by Curb Records.",
"is_supporting": false
},
{
"idx": 18,
"title": "WASP-18",
"paragraph_text": "WASP-18 is a magnitude 9 star located in the Phoenix constellation of the southern hemisphere. It has a mass of 1.25 solar masses.",
"is_supporting": false
},
{
"idx": 19,
"title": "List of numbered streets in Manhattan",
"paragraph_text": "181st Street is a major thoroughfare running through the Washington Heights neighborhood. It runs from the Washington Bridge in the east, to the Henry Hudson Parkway in the west, near the George Washington Bridge and the Hudson River. The west end is called Plaza Lafayette.",
"is_supporting": false
}
] |
What year was the end of the producer of the Hudson Wasp?
|
[
{
"id": 132710,
"question": "The Hudson Wasp was produced by whom?",
"answer": "Hudson Motor Car Company",
"paragraph_support_idx": 2,
"support_sentence": [
"The Hudson Wasp is an automobile built and marketed by the Hudson Motor Car Company of Detroit, Michigan, from the 1952 through the 1956 model years. After Hudson merged with Nash Motors, the Wasp was then built by American Motors Corporation in Kenosha, Wisconsin, and marketed under its Hudson marque for model years 1955 and 1956."
]
},
{
"id": 120035,
"question": "What year was the end of #1 ?",
"answer": "1954",
"paragraph_support_idx": 0,
"support_sentence": [
"The Hudson Motor Car Company made Hudson and other branded automobiles in Detroit, Michigan, U.S., from 1909 until 1954. In 1954, Hudson merged with Nash-Kelvinator to form American Motors Corporation (AMC). The Hudson name was continued through the 1957 model year, after which it was discontinued."
]
}
] |
1954
|
[] | true |
{
"0": "364596",
"1": null,
"2": "4466614",
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": null,
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 2 | 1 |
3hop1__32903_103178_91941
|
[
{
"idx": 0,
"title": "Bacteria",
"paragraph_text": "In most bacteria, a cell wall is present on the outside of the cell membrane. The cell membrane and cell wall comprise the cell envelope. A common bacterial cell wall material is peptidoglycan (called \"murein\" in older sources), which is made from polysaccharide chains cross-linked by peptides containing D-amino acids. Bacterial cell walls are different from the cell walls of plants and fungi, which are made of cellulose and chitin, respectively. The cell wall of bacteria is also distinct from that of Archaea, which do not contain peptidoglycan. The cell wall is essential to the survival of many bacteria, and the antibiotic penicillin is able to kill bacteria by inhibiting a step in the synthesis of peptidoglycan.",
"is_supporting": false
},
{
"idx": 1,
"title": "History of Jerusalem",
"paragraph_text": "In 66 CE, the Jewish population rebelled against the Roman Empire in what is now known as the First Jewish -- Roman War or Great Revolt. Roman legions under future emperor Titus reconquered and subsequently destroyed much of Jerusalem in 70 CE. Also the Second Temple was burnt and all that remained was the great external (retaining) walls supporting the esplanade on which the Temple had stood, a portion of which has become known as the Western Wall. Titus' victory is commemorated by the Arch of Titus in Rome. Agrippa II died c. 94 CE, which brought the Herodian dynasty to an end almost thirty years after the destruction of the Second Temple. After the end of this revolt, Jews continued to live in Jerusalem in significant numbers, and were allowed to practice their religion, only if they paid the Jewish Tax.",
"is_supporting": false
},
{
"idx": 2,
"title": "Alloy",
"paragraph_text": "With the introduction of the blast furnace to Europe in the Middle Ages, pig iron was able to be produced in much higher volumes than wrought iron. Because pig iron could be melted, people began to develop processes of reducing the carbon in the liquid pig iron to create steel. Puddling was introduced during the 1700s, where molten pig iron was stirred while exposed to the air, to remove the carbon by oxidation. In 1858, Sir Henry Bessemer developed a process of steel-making by blowing hot air through liquid pig iron to reduce the carbon content. The Bessemer process was able to produce the first large scale manufacture of steel. Once the Bessemer process began to gain widespread use, other alloys of steel began to follow. Mangalloy, an alloy of steel and manganese exhibiting extreme hardness and toughness, was one of the first alloy steels, and was created by Robert Hadfield in 1882.",
"is_supporting": false
},
{
"idx": 3,
"title": "Mond process",
"paragraph_text": "The Mond process, sometimes known as the carbonyl process, is a technique created by Ludwig Mond in 1890, to extract and purify nickel. The process was used commercially before the end of the 19th century. This process converts nickel oxides into pure nickel.",
"is_supporting": false
},
{
"idx": 4,
"title": "Circadian rhythm",
"paragraph_text": "The earliest recorded account of a circadian process dates from the 4th century B.C.E., when Androsthenes, a ship captain serving under Alexander the Great, described diurnal leaf movements of the tamarind tree. The observation of a circadian or diurnal process in humans is mentioned in Chinese medical texts dated to around the 13th century, including the Noon and Midnight Manual and the Mnemonic Rhyme to Aid in the Selection of Acu-points According to the Diurnal Cycle, the Day of the Month and the Season of the Year.",
"is_supporting": false
},
{
"idx": 5,
"title": "John Augustus Just",
"paragraph_text": "Dr. John Augustus Just (January 9, 1854 – September 13, 1908) was a German-born chemist and inventor. He is best known for his investigative work into recovery of precious metals from their ores and for completing the process for evaporating milk. For his scientific achievements, he was awarded a medal by the committee celebrating Berthelot's 50th anniversary.",
"is_supporting": false
},
{
"idx": 6,
"title": "Lithium",
"paragraph_text": "As of 2015, most of the world's lithium production is in South America, where lithium - containing brine is extracted from underground pools and concentrated by solar evaporation. The standard extraction technique is to evaporate water from brine. Each batch takes from 18 to 24 months.",
"is_supporting": false
},
{
"idx": 7,
"title": "Solar energy",
"paragraph_text": "Solar concentrating technologies such as parabolic dish, trough and Scheffler reflectors can provide process heat for commercial and industrial applications. The first commercial system was the Solar Total Energy Project (STEP) in Shenandoah, Georgia, USA where a field of 114 parabolic dishes provided 50% of the process heating, air conditioning and electrical requirements for a clothing factory. This grid-connected cogeneration system provided 400 kW of electricity plus thermal energy in the form of 401 kW steam and 468 kW chilled water, and had a one-hour peak load thermal storage. Evaporation ponds are shallow pools that concentrate dissolved solids through evaporation. The use of evaporation ponds to obtain salt from sea water is one of the oldest applications of solar energy. Modern uses include concentrating brine solutions used in leach mining and removing dissolved solids from waste streams. Clothes lines, clotheshorses, and clothes racks dry clothes through evaporation by wind and sunlight without consuming electricity or gas. In some states of the United States legislation protects the \"right to dry\" clothes. Unglazed transpired collectors (UTC) are perforated sun-facing walls used for preheating ventilation air. UTCs can raise the incoming air temperature up to 22 °C (40 °F) and deliver outlet temperatures of 45–60 °C (113–140 °F). The short payback period of transpired collectors (3 to 12 years) makes them a more cost-effective alternative than glazed collection systems. As of 2003, over 80 systems with a combined collector area of 35,000 square metres (380,000 sq ft) had been installed worldwide, including an 860 m2 (9,300 sq ft) collector in Costa Rica used for drying coffee beans and a 1,300 m2 (14,000 sq ft) collector in Coimbatore, India, used for drying marigolds.",
"is_supporting": false
},
{
"idx": 8,
"title": "Siege of Jerusalem (70 CE)",
"paragraph_text": "Overlooking the Temple compound, the fortress provided a perfect point from which to attack the Temple itself. Battering rams made little progress, but the fighting itself eventually set the walls on fire; a Roman soldier threw a burning stick onto one of the Temple's walls. Destroying the Temple was not among Titus' goals, possibly due in large part to the massive expansions done by Herod the Great mere decades earlier. Titus had wanted to seize it and transform it into a temple dedicated to the Roman Emperor and the Roman pantheon. The fire spread quickly and was soon out of control. The Temple was captured and destroyed on 9 / 10 Tisha B'Av, at the end of August, and the flames spread into the residential sections of the city. Josephus described the scene:",
"is_supporting": false
},
{
"idx": 9,
"title": "Great Wall of China",
"paragraph_text": "The Great Wall of China is a series of fortifications made of stone, brick, tamped earth, wood, and other materials, generally built along an east - to - west line across the historical northern borders of China to protect the Chinese states and empires against the raids and invasions of the various nomadic groups of the Eurasian Steppe. Several walls were being built as early as the 7th century BC; these, later joined together and made bigger and stronger, are collectively referred to as the Great Wall. Especially famous is the wall built in 220 -- 206 BC by Qin Shi Huang, the first Emperor of China. Little of that wall remains. The Great Wall has been rebuilt, maintained, and enhanced over various dynasties; the majority of the existing wall is from the Ming Dynasty (1368 -- 1644).",
"is_supporting": false
},
{
"idx": 10,
"title": "Great Wall of China",
"paragraph_text": "Great Wall of China 萬里長城 The Great Wall of China at Jinshanling Map of all the wall constructions General information Type Fortification Country China Coordinates 40 ° 41 ′ N 117 ° 14 ′ E / 40.68 ° N 117.23 ° E / 40.68; 117.23 Coordinates: 40 ° 41 ′ N 117 ° 14 ′ E / 40.68 ° N 117.23 ° E / 40.68; 117.23 Technical details Size 21,196 km (13,171 mi) UNESCO World Heritage Site Criteria Cultural: (i), (ii), (iii), (iv), (vi) Reference 438 Inscription 1987 (11th Session) (edit on Wikidata)",
"is_supporting": false
},
{
"idx": 11,
"title": "Lath and plaster",
"paragraph_text": "Lath and plaster is a building process used to finish mainly interior walls and ceilings in Canada and the United States until the late 1950s. After the 1950s, drywall began to replace the lath and plaster process in the United States.",
"is_supporting": false
},
{
"idx": 12,
"title": "Constitution of Texas",
"paragraph_text": "Article 15 describes the process of impeachment and lists grounds on which to impeach judges. The House of Representatives is granted the power of impeachment.",
"is_supporting": false
},
{
"idx": 13,
"title": "Great Wall of China",
"paragraph_text": "The Great Wall of China is a series of fortifications made of stone, brick, tamped earth, wood, and other materials, generally built along an east - to - west line across the historical northern borders of China to protect the Chinese states and empires against the raids and invasions of the various nomadic groups of the Eurasian Steppe with an eye to expansion. Several walls were being built as early as the 7th century BC; these, later joined together and made bigger and stronger, are collectively referred to as the Great Wall. Especially famous is the wall built in 220 -- 206 BC by Qin Shi Huang, the first Emperor of China. Little of that wall remains. The Great Wall has been rebuilt, maintained, and enhanced over various dynasties; the majority of the existing wall is from the Ming Dynasty (1368 -- 1644).",
"is_supporting": false
},
{
"idx": 14,
"title": "Wall Street Crash of 1929",
"paragraph_text": "The Wall Street Crash of 1929, also known as Black Tuesday (October 29), the Great Crash, or the Stock Market Crash of 1929, began on October 24, 1929 (``Black Thursday ''), and was the most devastating stock market crash in the history of the United States (acting as the most significant predicting indicator of the Great Depression), when taking into consideration the full extent and duration of its after effects. The crash, which followed the London Stock Exchange's crash of September, signalled the beginning of the 12 - year Great Depression that affected all Western industrialized countries.",
"is_supporting": false
},
{
"idx": 15,
"title": "Bessemer process",
"paragraph_text": "A system akin to the Bessemer process has existed since the 11th century in East Asia. Economic historian Robert Hartwell writes that the Chinese of the Song Dynasty innovated a ``partial decarbonization ''method of repeated forging of cast iron under a cold blast. Sinologist Joseph Needham and historian of metallurgy Theodore A. Wertime have described the method as a predecessor to the Bessemer process of making steel. This process was first described by the prolific scholar and polymath government official Shen Kuo (1031 -- 1095) in 1075, when he visited Cizhou. Hartwell states that perhaps the earliest center where this was practiced was the great iron - production district along the Henan -- Hebei border during the 11th century.",
"is_supporting": false
},
{
"idx": 16,
"title": "Han dynasty",
"paragraph_text": "Han-era astronomers adopted a geocentric model of the universe, theorizing that it was shaped like a sphere surrounding the earth in the center. They assumed that the Sun, Moon, and planets were spherical and not disc-shaped. They also thought that the illumination of the Moon and planets was caused by sunlight, that lunar eclipses occurred when the Earth obstructed sunlight falling onto the Moon, and that a solar eclipse occurred when the Moon obstructed sunlight from reaching the Earth. Although others disagreed with his model, Wang Chong accurately described the water cycle of the evaporation of water into clouds.",
"is_supporting": true
},
{
"idx": 17,
"title": "Great Wall of China",
"paragraph_text": "The Great Wall stretches from Dandong in the east to Lop Lake in the west, along an arc that roughly delineates the southern edge of Inner Mongolia. A comprehensive archaeological survey, using advanced technologies, has concluded that the Ming walls measure 8,850 km (5,500 mi). This is made up of 6,259 km (3,889 mi) sections of actual wall, 359 km (223 mi) of trenches and 2,232 km (1,387 mi) of natural defensive barriers such as hills and rivers. Another archaeological survey found that the entire wall with all of its branches measure out to be 21,196 km (13,171 mi). Today, the Great Wall is generally recognized as one of the most impressive architectural feats in history.",
"is_supporting": true
},
{
"idx": 18,
"title": "Wang Chong",
"paragraph_text": "Wang Chong (; 27 – c. 100 AD), courtesy name Zhongren (仲任), was a Chinese meteorologist, astronomer, and philosopher active during the Han Dynasty. He developed a rational, secular, naturalistic and mechanistic account of the world and of human beings and gave a materialistic explanation of the origin of the universe. His main work was the \"Lunheng\" (論衡, \"Critical Essays\"). This book contained many theories involving early sciences of astronomy and meteorology, and Wang Chong was even the first in Chinese history to mention the use of the square-pallet chain pump, which became common in irrigation and public works in China thereafter. Wang also accurately described the process of the water cycle.",
"is_supporting": true
},
{
"idx": 19,
"title": "Capacitor",
"paragraph_text": "The capacitance of certain capacitors decreases as the component ages. In ceramic capacitors, this is caused by degradation of the dielectric. The type of dielectric, ambient operating and storage temperatures are the most significant aging factors, while the operating voltage has a smaller effect. The aging process may be reversed by heating the component above the Curie point. Aging is fastest near the beginning of life of the component, and the device stabilizes over time. Electrolytic capacitors age as the electrolyte evaporates. In contrast with ceramic capacitors, this occurs towards the end of life of the component.",
"is_supporting": false
}
] |
Where does the Great Wall end, in the country where the man who described the process of evaporation once lived?
|
[
{
"id": 32903,
"question": "Who was able to describe the process of evaporation?",
"answer": "Wang Chong",
"paragraph_support_idx": 16,
"support_sentence": [
"Han dynasty astronomers made star catalogues and detailed records of comets that appeared in the night sky, including recording the appearance of the comet now known as Halley's Comet in 12 BC. They adopted a geocentric model of the universe, theorizing that it was a sphere surrounding the Earth in the centre. They assumed that the Sun, Moon, and planets were spherical and not disc-shaped. They also thought that the illumination of the Moon and planets was caused by sunlight, that lunar eclipses occurred when the Earth obstructed sunlight falling onto the Moon, and that a solar eclipse occurred when the Moon obstructed sunlight from reaching the Earth. Although others disagreed with his model, Wang Chong accurately described the water cycle of the evaporation of water into clouds."
]
},
{
"id": 103178,
"question": "What country was #1 in?",
"answer": "China",
"paragraph_support_idx": 18,
"support_sentence": [
"Wang Chong (; 27 – c. 97 AD), courtesy name Zhongren (仲任), was a Chinese astronomer, meteorologist, naturalist, philosopher, and writer active during the Eastern Han dynasty. He developed a rational, secular, naturalistic and mechanistic account of the world and of human beings and gave a materialistic explanation of the origin of the universe. His main work was the \"Lunheng\" (論衡, \"Critical Essays\"). This book contained many theories involving early sciences of astronomy and meteorology, and Wang Chong was even the first in Chinese history to mention the use of the square-pallet chain pump, which became common in irrigation and public works in China thereafter. Wang also accurately described the process of the water cycle."
]
},
{
"id": 91941,
"question": "where does the great wall of #2 end",
"answer": "Lop Lake in the west",
"paragraph_support_idx": 17,
"support_sentence": [
"The collective fortifications constituting the Great Wall stretch from Liaodong in the east to Lop Lake in the west, and from the present-day Sino–Russian border in the north to Tao River in the south: an arc that roughly delineates the edge of the Mongolian steppe, spanning in total. It is a UNESCO World Heritage Site, and was voted one of the New 7 Wonders of the World in 2007. Today, the defensive system of the Great Wall is recognized as one of the most impressive architectural feats in history."
]
}
] |
Lop Lake in the west
|
[] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": null,
"14": null,
"15": null,
"16": "43460",
"17": "5094570",
"18": "1505285",
"19": null
}
| 3 | 2 |
4hop1__32903_103178_77757_384713
|
[
{
"idx": 0,
"title": "Celluloid",
"paragraph_text": "The first celluloid as a bulk material for forming objects was made in 1855 in Birmingham, England, by Alexander Parkes, who was never able to see his invention reach full fruition, after his firm went bankrupt due to scale - up costs. Parkes patented his discovery after realising a solid residue remained after evaporation of the solvent from photographic collodion.",
"is_supporting": false
},
{
"idx": 1,
"title": "Meng Xuanzhe",
"paragraph_text": "Meng Xuanzhe (孟玄喆) (937–991), courtesy name Zunsheng (遵聖), formally the Duke of Teng (滕國公), was a crown prince of the Chinese Five Dynasties and Ten Kingdoms Period state Later Shu under his father Meng Chang, the last emperor of the state. After Later Shu was destroyed by Song Dynasty, Meng Xuanzhe served as a general and official for Song.",
"is_supporting": false
},
{
"idx": 2,
"title": "Indo-Pakistani War of 1965",
"paragraph_text": "India had the upper hand over Pakistan when the ceasefire was declared. Although the two countries fought to a standoff, the conflict is seen as a strategic and political defeat for Pakistan, as it had neither succeeded in fomenting insurrection in Kashmir nor had it been able to gain meaningful support at an international level.",
"is_supporting": false
},
{
"idx": 3,
"title": "Lithium",
"paragraph_text": "As of 2015, most of the world's lithium production is in South America, where lithium - containing brine is extracted from underground pools and concentrated by solar evaporation. The standard extraction technique is to evaporate water from brine. Each batch takes from 18 to 24 months.",
"is_supporting": false
},
{
"idx": 4,
"title": "United States Army",
"paragraph_text": "The War of 1812, the second and last American war against the United Kingdom, was less successful for the U.S. than the Revolution and Northwest Indian War against natives had been, though it ended on a high note for Americans as well. After the taking control of Lake Erie in 1813, the Americans were able to seize parts of western Upper Canada, burn York and defeat Tecumseh, which caused his Indian Confederacy to collapse. Following ending victories in the province of Upper Canada, which dubbed the U.S. Army \"Regulars, by God!\", British troops were able to capture and burn Washington. The regular army, however, proved they were professional and capable of defeating the British army during the invasions of Plattsburgh and Baltimore, prompting British agreement on the previously rejected terms of a status quo ante bellum. Two weeks after a treaty was signed (but not ratified), Andrew Jackson defeated the British in the Battle of New Orleans and became a national hero. Per the treaty both sides returned to the status quo with no victor.",
"is_supporting": false
},
{
"idx": 5,
"title": "Chabi",
"paragraph_text": "According to \"The Secret History of the Mongols\", Chabi was the favorite wife of Kublai and a valued unofficial adviser throughout his reign. She was a patron of the arts and may have played a key role in advancing the interests of the young Venetian traveler, Marco Polo. It is suspected that Chabi herself may have come under Christian influence, like her mother-in-law, Sorghaghtani.",
"is_supporting": true
},
{
"idx": 6,
"title": "Incandescent light bulb",
"paragraph_text": "On 13 December 1904, Hungarian Sándor Just and Croatian Franjo Hanaman were granted a Hungarian patent (No. 34541) for a tungsten filament lamp that lasted longer and gave brighter light than the carbon filament. Tungsten filament lamps were first marketed by the Hungarian company Tungsram in 1904. This type is often called Tungsram-bulbs in many European countries. Filling a bulb with an inert gas such as argon or nitrogen retards the evaporation of the tungsten filament compared to operating it in a vacuum. This allows for greater temperatures and therefore greater efficacy with less reduction in filament life.",
"is_supporting": false
},
{
"idx": 7,
"title": "Xia dynasty",
"paragraph_text": "The Xia dynasty is the legendary, possibly mythical first dynasty in traditional Chinese history. It is described in ancient historical chronicles such as the Bamboo Annals, the Classic of History and the Records of the Grand Historian. According to tradition, the Xia dynasty was established by the legendary Yu the Great after Shun, the last of the Five Emperors gave his throne to him. The Xia was later succeeded by the Shang dynasty.",
"is_supporting": false
},
{
"idx": 8,
"title": "One More Last Chance",
"paragraph_text": "\"One More Last Chance\" is a song recorded by American country music singer Vince Gill. Gill co-wrote the song with Gary Nicholson. It was released in July 1993 as the fourth single from his album, \"I Still Believe in You\". The song reached the top of the \"Billboard\" Hot Country Singles & Tracks (now Hot Country Songs) chart.",
"is_supporting": false
},
{
"idx": 9,
"title": "Wang Chong",
"paragraph_text": "Wang Chong (; 27 – c. 100 AD), courtesy name Zhongren (仲任), was a Chinese meteorologist, astronomer, and philosopher active during the Han Dynasty. He developed a rational, secular, naturalistic and mechanistic account of the world and of human beings and gave a materialistic explanation of the origin of the universe. His main work was the \"Lunheng\" (論衡, \"Critical Essays\"). This book contained many theories involving early sciences of astronomy and meteorology, and Wang Chong was even the first in Chinese history to mention the use of the square-pallet chain pump, which became common in irrigation and public works in China thereafter. Wang also accurately described the process of the water cycle.",
"is_supporting": true
},
{
"idx": 10,
"title": "Bidar Bakht",
"paragraph_text": "Muhammad Bidar Bakht (; 4 August 1670 – 8 June 1707) was a Mughal prince and the eldest son of Muhammad Azam Shah, who briefly became Mughal emperor in 1707. He was noted for being a gallant, skilful and successful general and was regarded as the most able Mughal prince of his time. He was the favourite grandson of Emperor Aurangzeb.",
"is_supporting": false
},
{
"idx": 11,
"title": "Battle of Asseiceira",
"paragraph_text": "The Battle of Asseiceira, fought on 16 May, 1834, was the last and decisive engagement of the Portuguese Civil War, or \"War of the Two Brothers\", between Dom Pedro, ex-Emperor of Brazil (fighting to restore his daughter Dona Maria da Glória as rightful Queen of Portugal) and the usurper Dom Miguel. Dom Miguel's rebel forces were defeated.",
"is_supporting": false
},
{
"idx": 12,
"title": "Ming dynasty",
"paragraph_text": "With the Yuan dynasty crumbling, competing rebel groups began fighting for control of the country and thus the right to establish a new dynasty. In 1363, Zhu Yuanzhang eliminated his archrival and leader of the rebel Han faction, Chen Youliang, in the Battle of Lake Poyang, arguably the largest naval battle in history. Known for its ambitious use of fire ships, Zhu's force of 200,000 Ming sailors were able to defeat a Han rebel force over triple their size, claimed to be 650,000 - strong. The victory destroyed the last opposing rebel faction, leaving Zhu Yuanzhang in uncontested control of the bountiful Yangtze River Valley and cementing his power in the south. After the dynastic head of the Red Turbans suspiciously died in 1367 while a guest of Zhu, there was no one left who was remotely capable of contesting his march to the throne, and he made his imperial ambitions known by sending an army toward the Yuan capital Dadu (present - day Beijing) in 1368. The last Yuan emperor fled north to the upper capital Shangdu, and Zhu declared the founding of the Ming dynasty after razing the Yuan palaces in Dadu to the ground; the city was renamed Beiping in the same year. Zhu Yuanzhang took Hongwu, or ``Vastly Martial '', as his era name.",
"is_supporting": false
},
{
"idx": 13,
"title": "Incandescent light bulb",
"paragraph_text": "To improve the efficiency of the lamp, the filament usually consists of multiple coils of coiled fine wire, also known as a 'coiled coil'. For a 60-watt 120-volt lamp, the uncoiled length of the tungsten filament is usually 22.8 inches (580 mm), and the filament diameter is 0.0018 inches (0.046 mm). The advantage of the coiled coil is that evaporation of the tungsten filament is at the rate of a tungsten cylinder having a diameter equal to that of the coiled coil. The coiled-coil filament evaporates more slowly than a straight filament of the same surface area and light-emitting power. As a result, the filament can then run hotter, which results in a more efficient light source, while reducing the evaporation so that the filament will last longer than a straight filament at the same temperature.",
"is_supporting": false
},
{
"idx": 14,
"title": "Song dynasty",
"paragraph_text": "The Song dynasty is divided into two distinct periods, Northern and Southern. During the Northern Song (Chinese: 北宋; 960 -- 1127), the Song capital was in the northern city of Bianjing (now Kaifeng) and the dynasty controlled most of what is now Eastern China. The Southern Song (Chinese: 南宋; 1127 -- 1279) refers to the period after the Song lost control of its northern half to the Jurchen Jin dynasty in the Jin -- Song Wars. During this time, the Song court retreated south of the Yangtze and established its capital at Lin'an (now Hangzhou). Although the Song dynasty had lost control of the traditional ``birthplace of Chinese civilization ''along the Yellow River, the Song economy was still strong, as the Southern Song Empire contained a large population and productive agricultural land. The Southern Song dynasty considerably bolstered its naval strength to defend its waters and land borders and to conduct maritime missions abroad. To repel the Jin, and later the Mongols, the Song developed revolutionary new military technology augmented by the use of gunpowder. In 1234, the Jin dynasty was conquered by the Mongols, who took control of northern China, maintaining uneasy relations with the Southern Song. Möngke Khan, the fourth Great Khan of the Mongol Empire, died in 1259 while besieging the city of Chongqing. His younger brother Kublai Khan was proclaimed the new Great Khan, though his claim was only partially recognized by the Mongols in the west. In 1271, Kublai Khan was proclaimed the Emperor of China. After two decades of sporadic warfare, Kublai Khan's armies conquered the Song dynasty in 1279. The Mongol invasion led to a reunification under the Yuan dynasty (1271 -- 1368).",
"is_supporting": true
},
{
"idx": 15,
"title": "Large Triumphal Carriage",
"paragraph_text": "The Large Triumphal Carriage or Great Triumphal Car (in German, \"Triumphwagen\") is a large 16th-century woodcut print by Albrecht Dürer, commissioned by the Holy Roman Emperor Maximilian I. The work was originally intended to be the central part of a long print of a \"Triumphal Procession\" or \"Triumph of Maximilian\", depicting Maximilian and his court entourage in a procession. This section shows the emperor in his triumphal car, and was part of a tradition depicting imaginary \"triumphs\" or real processions, such as royal entries.",
"is_supporting": false
},
{
"idx": 16,
"title": "Bessemer process",
"paragraph_text": "A system akin to the Bessemer process has existed since the 11th century in East Asia. Economic historian Robert Hartwell writes that the Chinese of the Song Dynasty innovated a ``partial decarbonization ''method of repeated forging of cast iron under a cold blast. Sinologist Joseph Needham and historian of metallurgy Theodore A. Wertime have described the method as a predecessor to the Bessemer process of making steel. This process was first described by the prolific scholar and polymath government official Shen Kuo (1031 -- 1095) in 1075, when he visited Cizhou. Hartwell states that perhaps the earliest center where this was practiced was the great iron - production district along the Henan -- Hebei border during the 11th century.",
"is_supporting": false
},
{
"idx": 17,
"title": "A Woman in Love (Ronnie Milsap song)",
"paragraph_text": "\"A Woman in Love\" is a song written by Curtis Wright and Doug Millett, and recorded by American country music singer Ronnie Milsap. It was released in September 1989 as the third single from the album \"Stranger Things Have Happened\". It was his last song to reach number one on the U.S. country singles chart.",
"is_supporting": false
},
{
"idx": 18,
"title": "Sino-Tibetan relations during the Ming dynasty",
"paragraph_text": "Chen states that the fourth Dalai Lama Yonten Gyatso was granted the title \"Master of Vajradhara\" and an official seal by the Wanli Emperor in 1616. This was noted in the Biography of the Fourth Dalai Lama, which stated that one Soinam Lozui delivered the seal of the Emperor to the Dalai Lama. The Wanli Emperor had invited Yonten Gyatso to Beijing in 1616, but just like his predecessor he died before being able to make the journey.",
"is_supporting": false
},
{
"idx": 19,
"title": "Han dynasty",
"paragraph_text": "Han-era astronomers adopted a geocentric model of the universe, theorizing that it was shaped like a sphere surrounding the earth in the center. They assumed that the Sun, Moon, and planets were spherical and not disc-shaped. They also thought that the illumination of the Moon and planets was caused by sunlight, that lunar eclipses occurred when the Earth obstructed sunlight falling onto the Moon, and that a solar eclipse occurred when the Moon obstructed sunlight from reaching the Earth. Although others disagreed with his model, Wang Chong accurately described the water cycle of the evaporation of water into clouds.",
"is_supporting": true
}
] |
Who was spouse of the person who defeated the last Song emperor of the country the person who was able to describe the process of evaporation was in?
|
[
{
"id": 32903,
"question": "Who was able to describe the process of evaporation?",
"answer": "Wang Chong",
"paragraph_support_idx": 19,
"support_sentence": [
"Han dynasty astronomers made star catalogues and detailed records of comets that appeared in the night sky, including recording the appearance of the comet now known as Halley's Comet in 12 BC. They adopted a geocentric model of the universe, theorizing that it was a sphere surrounding the Earth in the centre. They assumed that the Sun, Moon, and planets were spherical and not disc-shaped. They also thought that the illumination of the Moon and planets was caused by sunlight, that lunar eclipses occurred when the Earth obstructed sunlight falling onto the Moon, and that a solar eclipse occurred when the Moon obstructed sunlight from reaching the Earth. Although others disagreed with his model, Wang Chong accurately described the water cycle of the evaporation of water into clouds."
]
},
{
"id": 103178,
"question": "What country was #1 in?",
"answer": "China",
"paragraph_support_idx": 9,
"support_sentence": [
"Wang Chong (; 27 – c. 97 AD), courtesy name Zhongren (仲任), was a Chinese astronomer, meteorologist, naturalist, philosopher, and writer active during the Eastern Han dynasty. He developed a rational, secular, naturalistic and mechanistic account of the world and of human beings and gave a materialistic explanation of the origin of the universe. His main work was the \"Lunheng\" (論衡, \"Critical Essays\"). This book contained many theories involving early sciences of astronomy and meteorology, and Wang Chong was even the first in Chinese history to mention the use of the square-pallet chain pump, which became common in irrigation and public works in China thereafter. Wang also accurately described the process of the water cycle."
]
},
{
"id": 77757,
"question": "who defeated the last song emperor of #2",
"answer": "Kublai Khan",
"paragraph_support_idx": 14,
"support_sentence": [
"The dynasty's history is divided into two periods: during the Northern Song (; 960–1127), the capital was in the northern city of Bianjing (now Kaifeng) and the dynasty controlled most of what is now East China. The Southern Song (; 1127–1279) comprise the period following the loss of control over the northern half of Song territory to the Jurchen-led Jin dynasty in the Jin–Song wars. At that time, the Song court retreated south of the Yangtze and established its capital at Lin'an (now Hangzhou). Although the Song dynasty had lost control of the traditional Chinese heartlands around the Yellow River, the Southern Song Empire contained a large population and productive agricultural land, sustaining a robust economy. In 1234, the Jin dynasty was conquered by the Mongols, who took control of northern China, maintaining uneasy relations with the Southern Song. Möngke Khan, the fourth Great Khan of the Mongol Empire, died in 1259 while besieging the mountain castle Diaoyucheng in Chongqing. His younger brother Kublai Khan was proclaimed the new Great Khan and in 1271 founded the Yuan dynasty. After two decades of sporadic warfare, Kublai Khan's armies conquered the Song dynasty in 1279 after defeating the Southern Song in the Battle of Yamen, and reunited China under the Yuan dynasty."
]
},
{
"id": 384713,
"question": "#3 >> spouse",
"answer": "Chabi",
"paragraph_support_idx": 5,
"support_sentence": [
"Chabi (, ᠴᠠᠪᠢ ᠬᠠᠲᠤᠨ; , c. 1216–1281) was a Khongirad empress consort of the Mongol-led Yuan dynasty of China, married to Kublai Khan (Emperor Shizu)."
]
}
] |
Chabi
|
[] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": "24967743",
"6": null,
"7": null,
"8": null,
"9": "1505285",
"10": null,
"11": null,
"12": null,
"13": null,
"14": "56978",
"15": null,
"16": null,
"17": null,
"18": null,
"19": "43460"
}
| 4 | null |
3hop1__119402_102039_158266
|
[
{
"idx": 0,
"title": "Terry Lovejoy",
"paragraph_text": "Terry Lovejoy (born 20 November 1966) is an information technologist from Thornlands, Queensland, Australia, most widely known as an amateur astronomer. He has discovered six comets, including C/2011 W3 (Lovejoy), the first Kreutz Sungrazing comet discovered by ground-based observation in over 40 years. He is also known for popularizing procedures for modifying consumer-grade digital cameras so that they can be used for digital camera astrophotography.",
"is_supporting": true
},
{
"idx": 1,
"title": "History of Liberia",
"paragraph_text": "Liberia is a country in West Africa which was founded, established, colonized, and controlled by citizens of the United States and ex-Caribbean slaves as a colony for former African American slaves and their free black descendants. It is one of only two sovereign countries in the world that were started by citizens and ex-Caribbean slaves of a political power as a colony for former slaves of the same political power, the other being Sierra Leone, established by Great Britain. In 1847, Liberia proclaimed its independence from the American Colonization Society (ACS).",
"is_supporting": false
},
{
"idx": 2,
"title": "Tessa Earl",
"paragraph_text": "Tessa Earl is a ballet dancer who has performed as company dancer for many Christian dance companies including Ballet Rejoice and the United States' most well-known Christian dance company, Ballet Magnificat!.",
"is_supporting": false
},
{
"idx": 3,
"title": "Les Rendezvous",
"paragraph_text": "Les Rendezvous is a plotless one-act ballet created in 1933, with choreography by Frederick Ashton to the music of Daniel Auber (the ballet music from his opera \"L'enfant prodigue\") arranged by Constant Lambert and with designs by William Chappell. It was the first major ballet created by Ashton for the Vic-Wells company.",
"is_supporting": false
},
{
"idx": 4,
"title": "C/2014 Q2 (Lovejoy)",
"paragraph_text": "C/2014 Q2 (Lovejoy) is a long-period comet discovered on 17 August 2014 by Terry Lovejoy using a Schmidt–Cassegrain telescope. It was discovered at apparent magnitude 15 in the southern constellation of Puppis. It is the fifth comet discovered by Terry Lovejoy. Its blue-green glow is the result of organic molecules and water released by the comet fluorescing under the intense UV and optical light of the Sun as it passes through space.",
"is_supporting": true
},
{
"idx": 5,
"title": "Marquise-Thérèse de Gorla",
"paragraph_text": "Marquise-Thérèse de Gorla, also known under her stage name \"Mademoiselle Du Parc\" (1633 – Paris, 11 December 1668), was a French actress and ballet dancer. She was one of the stars of Molière's company. She was also known for her love affairs and as an object of affection for many famous people.",
"is_supporting": false
},
{
"idx": 6,
"title": "Cesare Negri",
"paragraph_text": "Cesare Negri (c. 1535 – c. 1605) was an Italian dancer and choreographer. He was nicknamed \"il Trombone\", an ugly or jocular name for someone \"who likes to blow his own horn\". Born in Milan, he founded a dance academy there in 1554. He was an active court choreographer for the nobility in Milan. He wrote \"Le Grazie d'Amore\", the first text on ballet theory to expound the principle of the five basic positions. It was republished in 1604 as \"Nuove Inventioni di Balli\" (New Inventions of the Dance).",
"is_supporting": false
},
{
"idx": 7,
"title": "Ella Spira",
"paragraph_text": "Ella Spira is a composer based in London, United Kingdom. Spira co-founded the Production Company 'Sisters Grimm', alongside former Royal Ballet ballerina Pietra Mello-Pittman. Spira writes and composes music for ballet and film, and also works as an arranger making dance remixes for popular UK artists. She was born in Gloucester, and was mentored by film composer David Arnold.",
"is_supporting": false
},
{
"idx": 8,
"title": "Nina Ananiashvili",
"paragraph_text": "Nina Ananiashvili (born: \"Nino Ananiashvili\", ; born March 19, 1963) is a Georgian ballerina and artistic director of the State Ballet of Georgia. She has been described by the Daily Telegraph as one of the twelve greatest ballerinas of all time, and in 2002 was named Best Ballerina of the Year by the US \"Dance Magazine\". Ananiashvili has been a prominent fixture of the Soviet, Russian and Georgian ballet scene for decades. Shortly before the fall of the Iron Curtain, in 1987 a New York Magazine critic praised Nina Ananiashvili as \"the best thing about the Bolshoi's Giselle whether she appeared in the title role or as the queen of the wilis.\" In 2014, a film of her 1991 performance in Giselle with the Bolshoi ballet was released.",
"is_supporting": false
},
{
"idx": 9,
"title": "Ballet Theatre of Queensland",
"paragraph_text": "Ballet Theatre of Queensland, founded in 1937 by Phyllis Danaher MBE FRAD, is the oldest continuous dance company in Australia. Ballet Theatre is based in Brisbane in the Australian state of Queensland. It exists to provide professional performance opportunities for young people and to influence and foster dancer for present and future generations.",
"is_supporting": false
},
{
"idx": 10,
"title": "Tulsa Ballet",
"paragraph_text": "Tulsa Ballet is a professional American ballet company located in Tulsa, Oklahoma. The artistic mission of Tulsa Ballet is \"To preserve the tradition of classical ballet, promote the appreciation of contemporary dance, create works of superior and enduring quality, and educate through exemplary performances, training and outreach programs.\" The Company has toured throughout the United States and the world and has received consistent critical acclaim.",
"is_supporting": false
},
{
"idx": 11,
"title": "Misty Copeland",
"paragraph_text": "Misty Danielle Copeland (born September 10, 1982) is an American ballet dancer for American Ballet Theatre (ABT), one of the three leading classical ballet companies in the United States. On June 30, 2015, Copeland became the first African American woman to be promoted to principal dancer in ABT's 75 - year history.",
"is_supporting": false
},
{
"idx": 12,
"title": "Miami City Ballet",
"paragraph_text": "Miami City Ballet is an American ballet company based in Miami Beach, Florida, led by artistic director Lourdes Lopez. MCB was founded in 1985 by Toby Lerner Ansin, a Miami philanthropist. Ansin and the founding board hired Edward Villella, former New York City Ballet principal dancer to be the founding artistic director.",
"is_supporting": false
},
{
"idx": 13,
"title": "Carmen (1949 ballet)",
"paragraph_text": "Carmen is a ballet created by Roland Petit and his company 'Les Ballets de Paris' at the Prince's Theatre in London on 21 February 1949, which has entered the repertory of ballet companies in France and around the world. This version is in five scenes and represents a striking admixture of classical ballet, Spanish-style movement, mime, and freshly invented dramatic dance action.",
"is_supporting": false
},
{
"idx": 14,
"title": "C/2013 R1",
"paragraph_text": "C/2013 R1 (Lovejoy) is a long-period comet discovered on 7 September 2013 by Terry Lovejoy using a Schmidt–Cassegrain telescope. It is the fourth comet discovered by Terry Lovejoy. C/2013 R1 crossed the celestial equator on 14 October 2013, becoming a better Northern Hemisphere object.",
"is_supporting": false
},
{
"idx": 15,
"title": "Australia",
"paragraph_text": "Australian literature grew slowly in the decades following European settlement though Indigenous oral traditions, many of which have since been recorded in writing, are much older. 19th-century writers such as Henry Lawson and Banjo Paterson captured the experience of the bush using a distinctive Australian vocabulary. Their works are still popular; Paterson's bush poem \"Waltzing Matilda\" (1895) is regarded as Australia's unofficial national anthem. Miles Franklin is the namesake of Australia's most prestigious literary prize, awarded annually to the best novel about Australian life. Its first recipient, Patrick White, went on to win the Nobel Prize in Literature in 1973. Australian winners of the Booker Prize include Peter Carey, Thomas Keneally and Richard Flanagan. Author David Malouf, playwright David Williamson and poet Les Murray are also renowned literary figures.Many of Australia's performing arts companies receive funding through the federal government's Australia Council. There is a symphony orchestra in each state, and a national opera company, Opera Australia, well known for its famous soprano Joan Sutherland. At the beginning of the 20th century, Nellie Melba was one of the world's leading opera singers. Ballet and dance are represented by The Australian Ballet and various state companies. Each state has a publicly funded theatre company.",
"is_supporting": true
},
{
"idx": 16,
"title": "C/2007 E2 (Lovejoy)",
"paragraph_text": "C/2007 E2 (Lovejoy) is a non-periodic comet discovered by Terry Lovejoy on 15 March 2007. Its perihelion was 27 March 2007, while its closest approach to Earth was 25 April 2007 in Hercules at a distance of 0.44 AU. Maximum apparent magnitude was approximately +8.",
"is_supporting": false
},
{
"idx": 17,
"title": "Fernando Alonso (dancer)",
"paragraph_text": "He and Alicia joined the American Ballet Theatre in 1940, where they remained until 1948. They returned to Havana and were part of a group called the \"Alicia Alonso Ballet Company,\" where his wife co-founded her own company with him. It later became the Ballet Nacional de Cuba. He separated from Alicia in 1974. In 1975, after he and Alicia divorced. He took control of the Ballet de Camagüey in the city of Camagüey, where he remained until 1992.",
"is_supporting": false
},
{
"idx": 18,
"title": "Ballet (film)",
"paragraph_text": "Ballet is a 1995 American documentary film directed by Frederick Wiseman. It portrays rehearsals, choreography, performances, business transactions, and other day-to-day life of the American Ballet Theatre. Much of the footage dates from the 1992 season. It also includes scenes from the company's European tour, namely in Greece and Copenhagen.",
"is_supporting": false
},
{
"idx": 19,
"title": "Oklahoma",
"paragraph_text": "The state has a rich history in ballet with five Native American ballerinas attaining worldwide fame. These were Yvonne Chouteau, sisters Marjorie and Maria Tallchief, Rosella Hightower and Moscelyne Larkin, known collectively as the Five Moons. The New York Times rates the Tulsa Ballet as one of the top ballet companies in the United States. The Oklahoma City Ballet and University of Oklahoma's dance program were formed by ballerina Yvonne Chouteau and husband Miguel Terekhov. The University program was founded in 1962 and was the first fully accredited program of its kind in the United States.",
"is_supporting": false
}
] |
What is the leading ballet company in the country where the discoverer of C/2014 Q2 (Lovejoy) is a citizen?
|
[
{
"id": 119402,
"question": "Who found C/2014 Q2 (Lovejoy)?",
"answer": "Terry Lovejoy",
"paragraph_support_idx": 4,
"support_sentence": [
"C/2014 Q2 (Lovejoy) is a non-periodic comet discovered on 17 August 2014 by Terry Lovejoy using a Schmidt–Cassegrain telescope. It was discovered as a 15th-magnitude object in the southern constellation of Puppis. It is the fifth comet discovered by Terry Lovejoy."
]
},
{
"id": 102039,
"question": "Of what country is #1 a citizen?",
"answer": "Australia",
"paragraph_support_idx": 0,
"support_sentence": [
"Terry Lovejoy (born 20 November 1966) is an information technologist from Thornlands, Queensland, Australia, most widely known as an amateur astronomer. He has discovered six comets, including C/2011 W3 (Lovejoy), the first Kreutz Sungrazing comet discovered by ground-based observation in over 40 years. He is also known for popularizing procedures for modifying consumer-grade digital cameras so that they can be used for digital camera astrophotography."
]
},
{
"id": 158266,
"question": "Name one ballet company in #2 .",
"answer": "The Australian Ballet",
"paragraph_support_idx": 15,
"support_sentence": [
"In the performing arts, Aboriginal peoples have traditions of religious and secular song, dance and rhythmic music often performed in corroborees. At the beginning of the 20th century, Nellie Melba was one of the world's leading opera singers, and later popular music acts such as the Bee Gees, AC/DC, INXS and Kylie Minogue achieved international recognition. Many of Australia's performing arts companies receive funding through the Australian government's Australia Council. There is a symphony orchestra in each state, and a national opera company, Opera Australia, well known for its famous soprano Joan Sutherland. Ballet and dance are represented by The Australian Ballet and various state companies. Each state has a publicly funded theatre company."
]
}
] |
The Australian Ballet
|
[] | true |
{
"0": "10811164",
"1": null,
"2": null,
"3": null,
"4": "43825857",
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": null,
"14": null,
"15": "4689264",
"16": null,
"17": null,
"18": null,
"19": null
}
| 3 | 2 |
2hop__501254_21587
|
[
{
"idx": 0,
"title": "Zingerman's",
"paragraph_text": "Zingerman's, or Zingerman's Community of Businesses, is a gourmet food business group headquartered in Ann Arbor, Michigan, USA. The original business and current flagship operation is Zingerman's Delicatessen.",
"is_supporting": true
},
{
"idx": 1,
"title": "Tennessee",
"paragraph_text": "Tennessee is home to several Protestant denominations, such as the National Baptist Convention (headquartered in Nashville); the Church of God in Christ and the Cumberland Presbyterian Church (both headquartered in Memphis); the Church of God and The Church of God of Prophecy (both headquartered in Cleveland). The Free Will Baptist denomination is headquartered in Antioch; its main Bible college is in Nashville. The Southern Baptist Convention maintains its general headquarters in Nashville. Publishing houses of several denominations are located in Nashville.",
"is_supporting": false
},
{
"idx": 2,
"title": "Ambit Energy",
"paragraph_text": "Ambit Energy is an International multi-level marketing company that provides electricity and natural gas services in energy markets in the U.S. that have been deregulated.The company's corporate headquarters are located in Dallas, Texas, and its operations/call center headquarters are located in Plano, Texas. Ambit Energy was founded in 2006 in Addison, Texas by Jere Thompson Jr. and Chris Chambless.",
"is_supporting": false
},
{
"idx": 3,
"title": "McDonald's",
"paragraph_text": "McDonald's is an American fast food company, founded in 1940 as a restaurant operated by Richard and Maurice McDonald, in San Bernardino, California, United States. They rechristened their business as a hamburger stand. The first time a McDonald's franchise used the Golden Arches logo was in 1953 at a location in Phoenix, Arizona. In 1955, Ray Kroc, a businessman, joined the company as a franchise agent and proceeded to purchase the chain from the McDonald brothers. McDonald's had its original headquarters in Oak Brook, Illinois, but moved its global headquarters to Chicago in early 2018.",
"is_supporting": false
},
{
"idx": 4,
"title": "Lewis Food Town",
"paragraph_text": "Lewis Food Town, Inc., doing business as Food Town Grocery Stores, is a chain of grocery stores located in Greater Houston, founded in 1994. The headquarters are in South Houston. Ross Lewis founded it as he came out of retirement. He currently has over 40 years of Grocer experience.",
"is_supporting": false
},
{
"idx": 5,
"title": "Museum of Human Anatomy Luigi Rolando",
"paragraph_text": "The Museum of Human Anatomy Luigi Rolando () is a museum of human anatomy that was founded in 1739 with headquarters in Torino, Italy. It is part of the museum network of the University of Turin and moved to its current location in the Building of the Anatomical Institutes () in 1898.",
"is_supporting": false
},
{
"idx": 6,
"title": "Wingstop",
"paragraph_text": "Wingstop Type Public Traded as NASDAQ: WING S&P 600 Component Industry Fast casual restaurant Founded 1994; 24 years ago (1994) Garland, Texas, U.S. Founder Antonio Swad Headquarters Dallas, Texas, U.S. Number of locations 1,000 Key people CEO: Charles R. Morrison Products Chicken Wings Website www.wingstop.com",
"is_supporting": false
},
{
"idx": 7,
"title": "Ann Arbor, Michigan",
"paragraph_text": "Borders Books, started in Ann Arbor, was opened by brothers Tom and Louis Borders in 1971 with a stock of used books. The Borders chain was based in the city, as was its flagship store until it closed in September 2011. Domino's Pizza's headquarters is near Ann Arbor on Domino's Farms, a 271-acre (110 ha) Frank Lloyd Wright-inspired complex just northeast of the city. Another Ann Arbor-based company is Zingerman's Delicatessen, which serves sandwiches and has developed businesses under a variety of brand names. Zingerman's has grown into a family of companies which offers a variety of products (bake shop, mail order, creamery, coffee) and services (business education). Flint Ink Corp., another Ann Arbor-based company, was the world's largest privately held ink manufacturer until it was acquired by Stuttgart-based XSYS Print Solutions in October 2005. Avfuel, a global supplier of aviation fuels and services, is also headquartered in Ann Arbor. Aastrom Biosciences, a publicly traded company that develops stem cell treatments for cardiovascular diseases, is headquartered in Ann Arbor.",
"is_supporting": false
},
{
"idx": 8,
"title": "Logica",
"paragraph_text": "Logica was a multinational IT and management consultancy company headquartered in Reading, United Kingdom. Founded in 1969, the company became a wholly owned subsidiary of CGI Group in 2012.",
"is_supporting": false
},
{
"idx": 9,
"title": "Pipra Nankar",
"paragraph_text": "Pipra Nankar is a village situated in the Damkhauda Mandal of Bareilly District in Uttar Pradesh, India. It is located 2.273 kilometres from the mandal headquarters Damkhoda, and is 36.38 km far from the district headquarters in Bareilly.",
"is_supporting": false
},
{
"idx": 10,
"title": "San Gabriel Mission High School",
"paragraph_text": "San Gabriel Mission High School, the \"School with a Mission,\" is an all-girls Catholic College Preparatory high school located on the grounds of the fourth mission of California, which was founded in 1771 by Franciscan priests and often used by Junipero Serra as his headquarters. It is located in the Roman Catholic Archdiocese of Los Angeles. Their Mission statement is:",
"is_supporting": false
},
{
"idx": 11,
"title": "Meghpar, Anjar",
"paragraph_text": "Meghpar is a village in Anjar Taluka in Kutch District of Gujarat of India. It is located on Anjar to Galpadar Road. About the history of Meghpar it is one of the 18 villages founded by Kutch Gurjar Kshatriyas or Mistris of Kutch. It is located at a distance of about 4 km from Taluka Headquarters Anjar. The famous Malkeshwar Mahadev Temple is located nearby. It is also known as Meghpar-Borichi.",
"is_supporting": false
},
{
"idx": 12,
"title": "Parelli Natural Horsemanship",
"paragraph_text": "Parelli Natural Horsemanship (also known as Parelli or PNH) is a program of natural horsemanship, founded in 1981 by Pat Parelli. The program is headquartered in Pagosa Springs, Colorado.",
"is_supporting": false
},
{
"idx": 13,
"title": "Transportistas Unidos Mexicanos",
"paragraph_text": "Transportistas Unidos Mexicanos otherwise known as TUM or TUM Transportistas, is a Mexican Trucking Company based out of Mexico City founded in 1938. TUM operates 18 terminals all over Mexico, with its corporate headquarters located in Mexico City Mexico, and its international headquarters located across from the U.S.' busiest port of entry in Nuevo Laredo, Tamaulipas. TUM carries a fleet of over 1,800 Trucks, 2,500 trailers, and 1,800 drivers making it the largest trucking company in Mexico.",
"is_supporting": false
},
{
"idx": 14,
"title": "Crowne Plaza",
"paragraph_text": "Crowne Plaza Hotels & Resorts Type Upscale Hotels & Resorts Industry Hotel Founded Headquarters Denham, United Kingdom Number of locations 410 Area served Worldwide Parent InterContinental Hotels Group Website Crown Plaza",
"is_supporting": false
},
{
"idx": 15,
"title": "Member states of the Association of Southeast Asian Nations",
"paragraph_text": "ASEAN was founded on 8 August 1967 with five members: Indonesia, Malaysia, the Philippines, Singapore, and Thailand. It is headquartered in Jakarta.",
"is_supporting": false
},
{
"idx": 16,
"title": "StoryCorps",
"paragraph_text": "StoryCorps is an American non-profit organization whose mission is to record, preserve, and share the stories of Americans from all backgrounds and beliefs. StoryCorps grew out of Sound Portraits Productions as a project founded in 2003 by radio producer David Isay. Its headquarters are located in the Fort Greene neighborhood of Brooklyn, New York.",
"is_supporting": false
},
{
"idx": 17,
"title": "Nela Park",
"paragraph_text": "Nela Park is the headquarters of GE Lighting, and is located in East Cleveland, Ohio, United States. Today, GE Lighting is a part of GE Home & Business Solutions, headquartered in Louisville, Kentucky. Nela Park serves as the operating headquarters of GE Lighting.",
"is_supporting": false
},
{
"idx": 18,
"title": "Touchstone Semiconductor",
"paragraph_text": "Touchstone Semiconductor was founded in 2010 by a group of semiconductor industry experts from Maxim Integrated Products, Linear Technology and Analog Devices. The company received $12M funding in Series A funding from Opus Capital and Khosla Ventures, the headquarters were located in Milpitas, California.",
"is_supporting": false
},
{
"idx": 19,
"title": "Ann Arbor, Michigan",
"paragraph_text": "Ann Arbor was founded in 1824, named for wives of the village's founders and the stands of Bur Oak trees. The University of Michigan moved from Detroit to Ann Arbor in 1837, and the city grew at a rapid rate in the early to mid-20th century. During the 1960s and 1970s, the city gained a reputation as a center for left-wing politics. Ann Arbor became a focal point for political activism and served as a hub for the civil-rights movement and anti-Vietnam War movement, as well as various student movements.",
"is_supporting": true
}
] |
When was the city where Zingerman's is headquartered founded?
|
[
{
"id": 501254,
"question": "Zingerman's >> headquarters location",
"answer": "Ann Arbor",
"paragraph_support_idx": 0,
"support_sentence": [
"Zingerman's, or Zingerman's Community of Businesses, is a gourmet food business group headquartered in Ann Arbor, Michigan. The original business and current flagship operation is Zingerman's Delicatessen."
]
},
{
"id": 21587,
"question": "When was #1 founded?",
"answer": "1824",
"paragraph_support_idx": 19,
"support_sentence": [
"Ann Arbor was founded in 1824 by John Allen and Elisha Rumsey. It was named after the wives of the village's founders, both named Ann, and the stands of bur oak trees they found at the site of the town. The University of Michigan was established in Ann Arbor in 1837, and the city's population grew at a rapid rate in the early to mid-20th century.",
"Ann Arbor was founded in 1824 by land speculators John Allen and Elisha Walker Rumsey. On May 25, 1824, the town plat was registered with Wayne County as the Village of Annarbour, the earliest known use of the town's name. Allen and Rumsey decided to name it for their wives, both named Ann, and for the stands of bur oak in the of land they purchased for $800 () from the federal government at $1.25 per acre. The local Ojibwa named the settlement , after the sound of Allen's sawmill."
]
}
] |
1824
|
[] | true |
{
"0": "3330354",
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": null,
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": "2067"
}
| 2 | 1 |
nq_-8768447023333946855
| null |
when did north vietnam unify with the south
| null |
2 July 1976
|
[] | true |
{
"0": "202354",
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": null,
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 1 | 0 |
nq_-7872371234829639950
| null |
what year saw the formation of the brazilian republic
| null |
1889
|
[] | true |
{
"0": "292416",
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": null,
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 1 | 0 |
2hop__10833_26501
|
[
{
"idx": 0,
"title": "Middle Ages",
"paragraph_text": "Religious beliefs in the Eastern Empire and Iran were in flux during the late sixth and early seventh centuries. Judaism was an active proselytising faith, and at least one Arab political leader converted to it. Christianity had active missions competing with the Persians' Zoroastrianism in seeking converts, especially among residents of the Arabian Peninsula. All these strands came together with the emergence of Islam in Arabia during the lifetime of Muhammad (d. 632). After his death, Islamic forces conquered much of the Eastern Empire and Persia, starting with Syria in 634–635 and reaching Egypt in 640–641, Persia between 637 and 642, North Africa in the later seventh century, and the Iberian Peninsula in 711. By 714, Islamic forces controlled much of the peninsula in a region they called Al-Andalus.The Islamic conquests reached their peak in the mid-eighth century. The defeat of Muslim forces at the Battle of Tours in 732 led to the reconquest of southern France by the Franks, but the main reason for the halt of Islamic growth in Europe was the overthrow of the Umayyad Caliphate and its replacement by the Abbasid Caliphate. The Abbasids moved their capital to Baghdad and were more concerned with the Middle East than Europe, losing control of sections of the Muslim lands. Umayyad descendants took over the Iberian Peninsula, the Aghlabids controlled North Africa, and the Tulunids became rulers of Egypt. By the middle of the 8th century, new trading patterns were emerging in the Mediterranean; trade between the Franks and the Arabs replaced the old Roman economy. Franks traded timber, furs, swords and slaves in return for silks and other fabrics, spices, and precious metals from the Arabs.",
"is_supporting": false
},
{
"idx": 1,
"title": "Ladakh",
"paragraph_text": "Faced with the Muslim conquests in the Indian subcontinent in the 13th century, Ladakh chose to seek and accept guidance in religious matters from Tibet. For nearly two centuries till about 1600, Ladakh was subject to raids and invasions from neighbouring Muslim states. Some of the Ladakhis converted to Islam during this period.",
"is_supporting": false
},
{
"idx": 2,
"title": "Middle Ages",
"paragraph_text": "The Islamic conquests reached their peak in the mid-8th century. The defeat of Muslim forces at the Battle of Poitiers in 732 led to the reconquest of southern France by the Franks, but the main reason for the halt of Islamic growth in Europe was the overthrow of the Umayyad dynasty and its replacement by the Abbasid dynasty. The Abbasids moved their capital to Baghdad and were more concerned with the Middle East than Europe, losing control of sections of the Muslim lands. Umayyad descendants took over the Iberian Peninsula, the Aghlabids controlled North Africa, and the Tulunids became rulers of Egypt. By the middle of the 8th century, new trading patterns were emerging in the Mediterranean; trade between the Franks and the Arabs replaced the old Roman patterns of trade. Franks traded timber, furs, swords and slaves in return for silks and other fabrics, spices, and precious metals from the Arabs.",
"is_supporting": false
},
{
"idx": 3,
"title": "Black people",
"paragraph_text": "Due to the patriarchal nature of Arab society, Arab men, including during the slave trade in North Africa, enslaved more black women than men. They used more black female slaves in domestic service and agriculture than males. The men interpreted the Qur'an to permit sexual relations between a male master and his female slave outside of marriage (see Ma malakat aymanukum and sex), leading to many mixed-race children. When an enslaved woman became pregnant with her Arab master's child, she was considered as umm walad or \"mother of a child\", a status that granted her privileged rights. The child was given rights of inheritance to the father's property, so mixed-race children could share in any wealth of the father. Because the society was patrilineal, the children took their fathers' social status at birth and were born free.",
"is_supporting": false
},
{
"idx": 4,
"title": "Islam in South Asia",
"paragraph_text": "Islam first came to the western coast of India when Arab traders as early as the 7th century AD came to coastal Malabar and Konkan - Gujarat. Cheraman Juma Masjid in Kerala is thought to be the first mosque in India, built in 629 AD by Malik ibn Dinar. Following an expedition by the governor of Bahrain to Bharuch in the 7th century AD, immigrant Arab and Persian trading communities from South Arabia and the Persian Gulf began settling in coastal Gujarat. After the Islamic conquest of Persia was completed, the Muslim Arabs then began to move towards the lands east of Persia and in 652 captured Herat.",
"is_supporting": false
},
{
"idx": 5,
"title": "Somalis",
"paragraph_text": "The birth of Islam on the opposite side of Somalia's Red Sea coast meant that Somali merchants, sailors and expatriates living in the Arabian Peninsula gradually came under the influence of the new religion through their converted Arab Muslim trading partners. With the migration of fleeing Muslim families from the Islamic world to Somalia in the early centuries of Islam and the peaceful conversion of the Somali population by Somali Muslim scholars in the following centuries, the ancient city-states eventually transformed into Islamic Mogadishu, Berbera, Zeila, Barawa and Merca, which were part of the Berberi civilization. The city of Mogadishu came to be known as the City of Islam, and controlled the East African gold trade for several centuries.",
"is_supporting": false
},
{
"idx": 6,
"title": "Slave Trade Act 1807",
"paragraph_text": "The Slave Trade Act 1807, officially An Act for the Abolition of the Slave Trade, was an Act of the Parliament of the United Kingdom prohibiting the slave trade in the British Empire. Although it did not abolish the practice of slavery, it did encourage British action to press other nations states to abolish their own slave trades.",
"is_supporting": false
},
{
"idx": 7,
"title": "Sahara",
"paragraph_text": "The Byzantine Empire ruled the northern shores of the Sahara from the 5th to the 7th centuries. After the Muslim conquest of Arabia (Arabian peninsula) the Muslim conquest of North Africa began in the mid-7th to early 8th centuries, Islamic influence expanded rapidly on the Sahara. By the end of 641 all of Egypt was in Muslim hands. The trade across the desert intensified. A significant slave trade crossed the desert. It has been estimated that from the 10th to 19th centuries some 6,000 to 7,000 slaves were transported north each year.",
"is_supporting": true
},
{
"idx": 8,
"title": "Muslim conquest of the Levant",
"paragraph_text": "The Muslim conquest of the Levant (Arabic: اَلْـفَـتْـحُ الْإٍسْـلَامِيُّ لِـلـشَّـامِ , Al - Faṫṫḥul - Islāmiyyuash - Shām) or Arab conquest of the Levant (Arabic: اَلْـفَـتْـحُ الْـعَـرَبِيُّ لِـلـشَّـامِ , Al - Faṫṫḥul - ʿArabiyyu Lish - Shām) occurred in the first half of the 7th century, and refers to the conquest of the region known as the Levant or Shaam (Arabic: شَـام , 'Syria'), later to become the Islamic Province of Bilad al - Sham, as part of the Islamic conquests. Arab Muslim forces had appeared on the southern borders even before the death of prophet Muhammad in 632, resulting in the Battle of Mu'tah in 629, but the real invasion began in 634 under his successors, the Rashidun Caliphs Abu Bakr and Umar ibn Khattab, with Khalid ibn al - Walid as their most important military leader.",
"is_supporting": false
},
{
"idx": 9,
"title": "This Is Us",
"paragraph_text": "Most episodes feature a storyline taking place in the present (2016 -- 2018, contemporaneous with airing) and a storyline taking place at a set time in the past; but some episodes are set in one time period or use multiple flashback time periods. Flashbacks often focus on Jack and Rebecca c. 1980 both before and after their babies' birth, or on the family when the Big Three are children (at least ages 8 -- 10) or adolescents; these scenes usually take place in Pittsburgh, where the Big Three are born and raised. Various other time periods and locations have also served a settings. As adults, Kate lives in Los Angeles, Randall and his family are in New Jersey, and Kevin relocates from Los Angeles to New York City.",
"is_supporting": false
},
{
"idx": 10,
"title": "History of India",
"paragraph_text": "The early Islamic literature indicates that the conquest of India was one of the very early ambitions of the Muslims, though it was recognized as a particularly difficult one. After conquering Persia, the Arab Umayyad Caliphate incorporated parts of what are now Afghanistan and Pakistan around 720. The book Chach Nama chronicles the Chacha Dynasty's period, following the demise of the Rai Dynasty and the ascent of Chach of Alor to the throne, down to the Arab conquest by Muhammad bin Qasim in the early 8th century AD, by defeating the last Hindu monarch of Sindh, Raja Dahir.",
"is_supporting": false
},
{
"idx": 11,
"title": "British Empire",
"paragraph_text": "Two years later, the Royal African Company was inaugurated, receiving from King Charles a monopoly of the trade to supply slaves to the British colonies of the Caribbean. From the outset, slavery was the basis of the British Empire in the West Indies. Until the abolition of the slave trade in 1807, Britain was responsible for the transportation of 3.5 million African slaves to the Americas, a third of all slaves transported across the Atlantic. To facilitate this trade, forts were established on the coast of West Africa, such as James Island, Accra and Bunce Island. In the British Caribbean, the percentage of the population of African descent rose from 25 percent in 1650 to around 80 percent in 1780, and in the 13 Colonies from 10 percent to 40 percent over the same period (the majority in the southern colonies). For the slave traders, the trade was extremely profitable, and became a major economic mainstay for such western British cities as Bristol and Liverpool, which formed the third corner of the so-called triangular trade with Africa and the Americas. For the transported, harsh and unhygienic conditions on the slaving ships and poor diets meant that the average mortality rate during the Middle Passage was one in seven.",
"is_supporting": false
},
{
"idx": 12,
"title": "History of India",
"paragraph_text": "Romila Thapar notes that the division into Hindu-Muslim-British periods of Indian history gives too much weight to \"ruling dynasties and foreign invasions\", neglecting the social-economic history which often showed a strong continuity. The division into Ancient-Medieval-Modern periods overlooks the fact that the Muslim conquests occurred gradually during which time many things came and went off, while the south was never completely conquered. According to Thapar, a periodisation could also be based on \"significant social and economic changes\", which are not strictly related to a change of ruling powers.[note 1]",
"is_supporting": false
},
{
"idx": 13,
"title": "Black people",
"paragraph_text": "Numerous communities of dark-skinned peoples are present in North Africa, some dating from prehistoric communities. Others are descendants of the historical Trans-Saharan trade in peoples and/or, and after the Arab invasions of North Africa in the 7th century, descendants of slaves from the Arab Slave Trade in North Africa.",
"is_supporting": true
},
{
"idx": 14,
"title": "European exploration of Africa",
"paragraph_text": "European exploration of Sub-Saharan Africa begins with the Age of Discovery in the 15th century, pioneered by Portugal under Henry the Navigator. The Cape of Good Hope was first reached by Bartolomeu Dias on 12 March 1488, opening the important sea route to India and the Far East, but European exploration of Africa itself remained very limited during the 16th and 17th centuries. The European powers were content to establish trading posts along the coast while they were actively exploring and colonizing the New World. Exploration of the interior of Africa was thus mostly left to the Arab slave traders, who in tandem with the Muslim conquest of the Sudan established far - reaching networks and supported the economy of a number of Sahelian kingdoms during the 15th to 18th centuries.",
"is_supporting": false
},
{
"idx": 15,
"title": "British Empire",
"paragraph_text": "With support from the British abolitionist movement, Parliament enacted the Slave Trade Act in 1807, which abolished the slave trade in the empire. In 1808, Sierra Leone was designated an official British colony for freed slaves. The Slavery Abolition Act passed in 1833 abolished slavery in the British Empire on 1 August 1834 (with the exception of St. Helena, Ceylon and the territories administered by the East India Company, though these exclusions were later repealed). Under the Act, slaves were granted full emancipation after a period of 4 to 6 years of \"apprenticeship\".",
"is_supporting": false
},
{
"idx": 16,
"title": "Gold Coast (British colony)",
"paragraph_text": "In 1482, the Portuguese came to the continent for increased trade. They built the Castle of Elmina, the first European settlement on the Gold Coast. From here they acquired slaves and gold in trade for European goods, such as metal knives, beads, mirrors, rum, and guns. News of the successful trading spread quickly, and British, Dutch, Danish, Prussian and Swedish traders arrived as well. The European traders built several forts along the coastline. The Gold Coast had long been a name for the region used by Europeans because of the large gold resources found in the area. The slave trade was the principal exchange and major part of the economy for many years. In this period, European nations began to explore and colonize the Americas. Soon the Portuguese and Spanish began to export African slaves to the Caribbean, and North and South America. The Dutch and British also entered the slave trade, at first supplying markets in the Caribbean and on the Caribbean coast of South America.",
"is_supporting": false
},
{
"idx": 17,
"title": "Israel",
"paragraph_text": "The Jewish Legion, a group primarily of Zionist volunteers, assisted, in 1918, in the British conquest of Palestine. Arab opposition to British rule and Jewish immigration led to the 1920 Palestine riots and the formation of a Jewish militia known as the Haganah (meaning \"The Defense\" in Hebrew), from which the Irgun and Lehi, or Stern Gang, paramilitary groups later split off. In 1922, the League of Nations granted Britain a mandate over Palestine under terms which included the Balfour Declaration with its promise to the Jews, and with similar provisions regarding the Arab Palestinians. The population of the area at this time was predominantly Arab and Muslim, with Jews accounting for about 11%, and Arab Christians at about 9.5% of the population.",
"is_supporting": false
},
{
"idx": 18,
"title": "Nigeria",
"paragraph_text": "For centuries, various peoples in modern-day Nigeria traded overland with traders from North Africa. Cities in the area became regional centres in a broad network of trade routes that spanned western, central and northern Africa. In the 16th century, Spanish and Portuguese explorers were the first Europeans to begin significant, direct trade with peoples of modern-day Nigeria, at the port they named Lagos and in Calabar. Europeans traded goods with peoples at the coast; coastal trade with Europeans also marked the beginnings of the Atlantic slave trade. The port of Calabar on the historical Bight of Biafra (now commonly referred to as the Bight of Bonny) become one of the largest slave trading posts in West Africa in the era of the transatlantic slave trade. Other major slaving ports in Nigeria were located in Badagry, Lagos on the Bight of Benin and on Bonny Island on the Bight of Biafra. The majority of those enslaved and taken to these ports were captured in raids and wars. Usually the captives were taken back to the conquerors' territory as forced labour; after time, they were sometimes acculturated and absorbed into the conquerors' society. A number of slave routes were established throughout Nigeria linking the hinterland areas with the major coastal ports. Some of the more prolific slave traders were linked with the Oyo Empire in the southwest, the Aro Confederacy in the southeast and the Sokoto Caliphate in the north.",
"is_supporting": false
},
{
"idx": 19,
"title": "Muslim world",
"paragraph_text": "Advances were made in irrigation and farming, using new technology such as the windmill. Crops such as almonds and citrus fruit were brought to Europe through al-Andalus, and sugar cultivation was gradually adopted by the Europeans. Arab merchants dominated trade in the Indian Ocean until the arrival of the Portuguese in the 16th century. Hormuz was an important center for this trade. There was also a dense network of trade routes in the Mediterranean, along which Muslim countries traded with each other and with European powers such as Venice, Genoa and Catalonia. The Silk Road crossing Central Asia passed through Muslim states between China and Europe.",
"is_supporting": false
}
] |
In what time period was the Muslim conquest of the region where the Arab slave trade occurred?
|
[
{
"id": 10833,
"question": "Where was the Arab Slave Trade?",
"answer": "North Africa",
"paragraph_support_idx": 13,
"support_sentence": [
"Due to the patriarchal nature of Arab society, Arab men, including during the slave trade in North Africa, enslaved more African women than men. The female slaves were often put to work in domestic service and agriculture. The men interpreted the Quran to permit sexual relations between a male master and his enslaved females outside of marriage (see Ma malakat aymanukum and sex), leading to many mixed-race children. When an enslaved woman became pregnant with her Arab master's child, she was considered as \"umm walad\" or \"mother of a child\", a status that granted her privileged rights. The child was given rights of inheritance to the father's property, so mixed-race children could share in any wealth of the father. Because the society was patrilineal, the children inherited their fathers' social status at birth and were born free."
]
},
{
"id": 26501,
"question": "What time period did the Muslim conquest of #1 take place?",
"answer": "mid-7th to early 8th centuries",
"paragraph_support_idx": 7,
"support_sentence": [
"The Byzantine Empire ruled the northern shores of the Sahara from the 5th to the 7th centuries. After the Muslim conquest of Arabia, specifically the Arabian peninsula, the Muslim conquest of North Africa began in the mid-7th to early 8th centuries and Islamic influence expanded rapidly on the Sahara. By the end of 641 all of Egypt was in Muslim hands. Trade across the desert intensified, and a significant slave trade crossed the desert. It has been estimated that from the 10th to 19th centuries some 6,000 to 7,000 slaves were transported north each year."
]
}
] |
mid-7th to early 8th centuries
|
[
"8th century"
] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": "325363",
"8": null,
"9": null,
"10": null,
"11": null,
"12": null,
"13": "4745",
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 2 | 1 |
3hop1__102694_35178_686699
|
[
{
"idx": 0,
"title": "Vilnius County",
"paragraph_text": "Vilnius County () is the largest of the 10 counties of Lithuania, located in the east of the country around the city Vilnius. On 1 July 2010, the county administration was abolished, and since that date, Vilnius County remains as the territorial and statistical unit.",
"is_supporting": false
},
{
"idx": 1,
"title": "Ngopa",
"paragraph_text": "Ngopa is a town in the Champhai district of Mizoram, India. It is located in the Ngopa R.D. Block, and it serves as headquarters for that block. It is also an important administrative centre containing important government offices. Ngopa is from the district's main city, Champhai, and from the state's capital city, Aizawl.",
"is_supporting": false
},
{
"idx": 2,
"title": "Golestan Province",
"paragraph_text": "Golestān Province (Persian: استان گلستان, Ostān-e Golestān) is one of the 31 provinces of Iran, located in the north-east of the country south of the Caspian Sea. Its capital is Gorgan.",
"is_supporting": false
},
{
"idx": 3,
"title": "Qeshlaq-e Qaleh Now-e Amlak",
"paragraph_text": "Qeshlaq-e Qaleh Now-e Amlak (, also Romanized as Qeshlāq-e Qal‘eh Now-e Amlāk; also known as Qeshlāq-e Qal‘eh Now and Qeshlāq Qal‘eh) is a village in Ferunabad Rural District, in the Central District of Pakdasht County, Tehran Province, Iran. At the 2006 census, its population was 407, in 89 families.",
"is_supporting": false
},
{
"idx": 4,
"title": "History of Australia",
"paragraph_text": "The Federal Capital Territory (FCT) was formed from New South Wales in 1911 to provide a location for the proposed new federal capital of Canberra (Melbourne was the seat of government from 1901 to 1927). The FCT was renamed the Australian Capital Territory (ACT) in 1938. The Northern Territory was transferred from the control of the South Australian government to the Commonwealth in 1911.",
"is_supporting": false
},
{
"idx": 5,
"title": "Eastern Bengal and Assam",
"paragraph_text": "Eastern Bengal and Assam was an administrative subdivision (province) of the British Raj between 1905 and 1912. Headquartered in the city of Dacca, it covered territories in what are now Bangladesh, Northeast India and Northern West Bengal.",
"is_supporting": false
},
{
"idx": 6,
"title": "Bagong Silang",
"paragraph_text": "Bagong Silang Barangay Bagong Silang Coordinates: 14 ° 46 ′ 35 ''N 121 ° 2 ′ 42'' E / 14.77639 ° N 121.04500 ° E / 14.77639; 121.04500 Coordinates: 14 ° 46 ′ 35 ''N 121 ° 2 ′ 42'' E / 14.77639 ° N 121.04500 ° E / 14.77639; 121.04500 Country Philippines Region National Capital Region City Caloocan District 1st Legislative district of Caloocan Established 1971 Government Type Barangay Barangay Captain Joel Bacolod Population (2015) Total 246,515 Time zone PST (UTC + 8) Postal Code 1428 Area code (s) 02 - 8082722",
"is_supporting": false
},
{
"idx": 7,
"title": "Bogotá",
"paragraph_text": "Bogotá (/ ˈboʊɡətɑː /, / ˌbɒɡəˈtɑː /, / ˌboʊ - /; Spanish pronunciation: (boɣoˈta) (listen)), officially Bogotá, Distrito Capital, abbreviated Bogotá, D.C., and formerly known as Santafé de Bogotá between 1991 and 2000, is the capital and largest city of Colombia, administered as the Capital District, although often thought of as part of Cundinamarca. Bogotá is a territorial entity of the first order, with the same administrative status as the departments of Colombia. It is the political, economic, administrative, industrial, artistic, cultural, and sports center of the country.",
"is_supporting": false
},
{
"idx": 8,
"title": "Iran",
"paragraph_text": "Tehran is the country's capital and largest city, as well as its leading cultural and economic center. Iran is a major regional and middle power, exerting considerable influence in international energy security and the world economy through its large reserves of fossil fuels, which include the largest natural gas supply in the world and the fourth-largest proven oil reserves. Iran's rich cultural legacy is reflected in part by its 19 UNESCO World Heritage Sites, the fourth-largest number in Asia and 12th-largest in the world.",
"is_supporting": true
},
{
"idx": 9,
"title": "Torontál County",
"paragraph_text": "Torontál (, , , ) was an administrative county (comitatus) of the Kingdom of Hungary. Its territory is now in northern Serbia (eastern Vojvodina, except the small part near Belgrade, which is part of Belgrade Region), western Romania and southern Hungary. The capital of the county was Nagybecskerek (Serbian: , , ), the current Zrenjanin.",
"is_supporting": false
},
{
"idx": 10,
"title": "Jász-Nagykun-Szolnok County (former)",
"paragraph_text": "Jász-Nagykun-Szolnok was an administrative county (comitatus) in the Kingdom of Hungary. Its territory, which is now in central Hungary, was slightly smaller than that of present Jász-Nagykun-Szolnok county. The capital of the county was Szolnok.",
"is_supporting": false
},
{
"idx": 11,
"title": "Qaleh Ganj County",
"paragraph_text": "Qaleh Ganj County () is a county in Kerman Province in Iran. The capital of the county is Qaleh Ganj. It was separated from Kahnuj County in 2005. At the 2006 census, the county's population was 69,008, in 14,649 families. The county is subdivided into two districts (bakhsh): the Central District (محمد آباد) and Chah Dadkhoda District. The county has one city: Qaleh Ganj.",
"is_supporting": false
},
{
"idx": 12,
"title": "Javad Hardani",
"paragraph_text": "Javad Hardani (22 March 1984) is a Paralympic athlete from Iran. He competes in throwing events, and is classified F38, a class for athletes with cerebral palsy.",
"is_supporting": true
},
{
"idx": 13,
"title": "Qaleh Now-e Khaleseh, Tehran",
"paragraph_text": "Qaleh Now-e Khaleseh (, also Romanized as Qal‘eh Now-e Khāleṣeh; also known as Qal‘eh Now, Qal‘eh Now-e Ghār, and Qal‘eh-ye Nowghār) is a village in Qaleh Now Rural District, Qaleh Now District, Ray County, Tehran Province, Iran. At the 2006 census, its population was 4,718, in 1,195 families. The village is the seat of Qaleh Now District, established on 16 September 2012 and Qaleh Now Rural District.",
"is_supporting": true
},
{
"idx": 14,
"title": "Abuja",
"paragraph_text": "Abuja (/ əˈbuːdʒə /) is the capital city of Nigeria located in the centre of the country within the Federal Capital Territory (FCT). It is a planned city and was built mainly in the 1980s, replacing the country's most populous city of Lagos as the capital on 12 December 1991. Abuja's geography is defined by Aso Rock, a 400 - metre (1,300 ft) monolith left by water erosion. The Presidential Complex, National Assembly, Supreme Court and much of the city extend to the south of the rock. Zuma Rock, a 792 - metre (2,598 ft) monolith, lies just north of the city on the expressway to Kaduna.",
"is_supporting": false
},
{
"idx": 15,
"title": "Delhi",
"paragraph_text": "Delhi Union territory and Megacity National Capital Territory of Delhi From top clockwise: Lotus temple, Humayun's Tomb, Connaught Place, Akshardham temple and India Gate Location of Delhi in India Coordinates: 28 ° 36 ′ 36 ''N 77 ° 13 ′ 48'' E / 28.61000 ° N 77.23000 ° E / 28.61000; 77.23000 Coordinates: 28 ° 36 ′ 36 ''N 77 ° 13 ′ 48'' E / 28.61000 ° N 77.23000 ° E / 28.61000; 77.23000 Country India Settled 6th century B.C. Incorporated 1857 Capital formation 1911 Formation of Union Territory 1956 Formation of NCT 1 February 1992 Capital New Delhi Districts 11 Government Body Government of Delhi Lt. Governor Anil Baijal, IAS Chief Minister Arvind Kejriwal (AAP) Deputy Chief Minister Manish Sisodia Chief Secretary Anshu Prakash, IAS Commissioner of Police Amulya Patnaik, IPS Area Union territory 1,484.0 km (573.0 sq mi) Water 18 km (6.9 sq mi) Area rank 31st Elevation 200 -- 250 m (650 -- 820 ft) Population (2011) Union territory 16,787,941 Density 11,312 / km (29,298 / sq mi) Urban 16,349,831 (2nd) Megacity 11,034,555 (2nd) Metro (2016) 26,454,000 (1st) Demonym (s) Delhiite Languages Official Hindi English Additional official Punjabi Urdu GDP Nominal (NCT) ₹6.86 lakh crore (US $100 billion) (2017 - 18) Nominal per capita ₹329,093 (US $4,800) (2017 - 18) Metro GDP / PPP $167 -- 370 billion Time zone IST (UTC + 5.30) Pincode (s) 1100XX Area code (s) + 91 11 ISO 3166 code IN - DL Website delhi.gov.in",
"is_supporting": false
},
{
"idx": 16,
"title": "Olsztyn Voivodeship",
"paragraph_text": "Olsztyn Voivodeship () was an administrative division and unit of local government in Poland in the years 1945-75, and a new territorial division between 1975–1998, superseded by Warmian-Masurian Voivodeship. Its capital city was Olsztyn.",
"is_supporting": false
},
{
"idx": 17,
"title": "Uluru",
"paragraph_text": "Uluru (Uluṟu) Ayers Rock Aerial view of Uluru Country Australia State Northern Territory Elevation 863 m (2,831 ft) Prominence 348 m (1,142 ft) Coordinates 25 ° 20 ′ 42 ''S 131 ° 02 ′ 10'' E / 25.34500 ° S 131.03611 ° E / - 25.34500; 131.03611 Coordinates: 25 ° 20 ′ 42 ''S 131 ° 02 ′ 10'' E / 25.34500 ° S 131.03611 ° E / - 25.34500; 131.03611 Geology arkose Orogeny Petermann UNESCO World Heritage Site Name Uluṟu -- Kata Tjuṯa National Park Year 1987 (# 11) Number 447 Criteria v, vi, vii, ix Location in Australia Wikimedia Commons: Uluru Website: www.environment.gov.au/",
"is_supporting": false
},
{
"idx": 18,
"title": "Colorado Territory",
"paragraph_text": "Colorado Territory was officially organized by Act of Congress on February 28, 1861, out of lands previously part of the Kansas, Nebraska, Utah, and New Mexico territories. Technically the territory was open to slavery under the Dred Scott Decision of 1857, but the question was rendered moot by the impending American Civil War and the majority pro-Union sentiment in the territory. The name \"Colorado\" was chosen for the territory. It had been previously suggested in 1850 by Senator Henry S. Foote as a name for a state to have been created out of present-day California south of 35° 45'. To the dismay of Denverites, the town of Colorado City was designated the first territorial capital, quickly succeeded by Golden. Denver eventually became the temporary territorial capital, but was not designated the permanent capital until 1881, five years after Colorado became a state.",
"is_supporting": false
},
{
"idx": 19,
"title": "Kushk-e Khaleseh-ye Bala",
"paragraph_text": "Kushk-e Khaleseh-ye Bala (, also Romanized as Kūshk-e Khāleşeh-ye Bālā and Kūshk-e Khāleseh Bālā; also known as Kūshk-e Bālā) is a village in Lajran Rural District, in the Central District of Garmsar County, Semnan Province, Iran. At the 2006 census, its population was 692, in 200 families.",
"is_supporting": false
}
] |
Qaleh Now-e Khaleseh in the the capital of the country Javad Hardani is from is located in what district?
|
[
{
"id": 102694,
"question": "What country is Javad Hardani from?",
"answer": "Iran",
"paragraph_support_idx": 12,
"support_sentence": [
"Javad Hardani (born 22 March 1984) is a Paralympic athlete from Iran. He competes in throwing events, and is classified F38, a class for athletes with cerebral palsy."
]
},
{
"id": 35178,
"question": "What city is #1 's capital?",
"answer": "Tehran",
"paragraph_support_idx": 8,
"support_sentence": [
"Tehran, with a population of around 9.4 million, is Iran's capital and largest city. The country's second most populous city, Mashhad, has a population of around 3.4 million, and is capital of the province of Razavi Khorasan. Isfahan has a population of around 2.2 million and is Iran's third most populous city. It is the capital of Isfahan province and was also the third capital of the Safavid Empire."
]
},
{
"id": 686699,
"question": "Qaleh Now-e Khaleseh, #2 >> located in the administrative territorial entity",
"answer": "Qaleh Now Rural District",
"paragraph_support_idx": 13,
"support_sentence": [
"Qaleh Now-e Khaleseh () is a city in, and the capital of, Qaleh Now District of Ray County, Tehran province, Iran. It also serves as the administrative center for Qaleh Now Rural District."
]
}
] |
Qaleh Now Rural District
|
[] | true |
{
"0": null,
"1": null,
"2": null,
"3": null,
"4": null,
"5": null,
"6": null,
"7": null,
"8": "14653",
"9": null,
"10": null,
"11": null,
"12": "32820034",
"13": "35522057",
"14": null,
"15": null,
"16": null,
"17": null,
"18": null,
"19": null
}
| 3 | 2 |
End of preview.
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.