question_id
int64
1
160
category
stringclasses
16 values
reference
listlengths
1
21
prompt
stringlengths
5.07k
206k
1
longbench_repobench-p
[ " instance, (int, float, Decimal, AbstractDateTime, Duration, UntypedAtomic)" ]
Please complete the code given below. elementpath/helpers.py NUMERIC_INF_OR_NAN = frozenset(('INF', '-INF', 'NaN')) elementpath/helpers.py BOOLEAN_VALUES = frozenset(('true', 'false', '1', '0')) elementpath/datatypes/datetime.py class AbstractDateTime(metaclass=AtomicTypeMeta): """ A class for representing XSD...
2
longbench_multi_news
[ "Kim Jong Nam's assassins killed him with a banned chemical weapon, Malaysian police revealed Friday. The country's police chief said toxicology reports on swabs from the face and eyes of the exiled North Korean found VX nerve agent, which the BBC notes is classed as a weapon of mass destruction by the United Natio...
You are given several news passages. Write a one-page summary of all news. News: Passage 1: In 1994 and 1995, the Japanese cult Aum Shinrikyo used homemade VX to attack three people, one of whom died. NEWLINE_CHAR NEWLINE_CHAR North Korea is estimated to have a chemical weapons production capability of up to 4,500 me...
3
longbench_lcc
[ " object obj = this.ViewState[\"SubmitText\"];" ]
Please complete the code given below. /******** * This file is part of Ext.NET. * * Ext.NET is free software: you can redistribute it and/or modify * it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as * published by the Free Software Foundation, either version 3 of the * License, or (at your o...
4
longbench_repobench-p
[ " CloseHandle(handle) # will raise exception if the handle is invalid" ]
Please complete the code given below. pywincffi/dev/testutil.py class TestCase(_TestCase): # pylint: disable=too-many-public-methods """ A base class for all test cases. By default the core test case just provides some extra functionality. """ # A list of hosts and port to check for internet acce...
5
longbench_lcc
[ " new[] {new object[] {10L, \"E1\"}});" ]
Please complete the code given below. /////////////////////////////////////////////////////////////////////////////////////// // Copyright (C) 2006-2015 Esper Team. All rights reserved. / // http://esper.codehaus.org / // --------------...
6
longbench_lcc
[ "\t\t\t\tIList list = session.CreateCriteria(typeof(Item))" ]
Please complete the code given below. using System.Data.Common; using System.Collections; using NHibernate.Cache; using NHibernate.Cfg; using NHibernate.Engine; using NUnit.Framework; namespace NHibernate.Test.SecondLevelCacheTests { using Criterion; [TestFixture] public class SecondLevelCacheTest : TestCase { p...
7
longbench_multi_news
[ "The White House on Friday declassified a partisan and bitterly disputed memo on the Russia investigation, and a House committee immediately made it public. Media outlets were just beginning to assess it. You can read the document here, via the Washington Post. The White House move came over the fierce objections o...
You are given several news passages. Write a one-page summary of all news. News: Passage 1: The Nunes memo is a document created by the staff of House Intelligence Committee Chairman Devin Nunes (R-Calif.) that alleges the FBI abused its surveillance authority, particularly when it sought a secret court order to moni...
8
longbench_lcc
[ " String[] sTDocUrls = m_oInspector.getTDocUrls();" ]
Please complete the code given below. /************************************************************************* * * The Contents of this file are made available subject to the terms of * the BSD license. * * Copyright 2000, 2010 Oracle and/or its affiliates. * All rights reserved. * * Redistribution and ...
9
longbench_lcc
[ "\tm_maxSlopeCosine = btCos(slopeRadians);" ]
Please complete the code given below. /* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2008 Erwin Coumans http://bulletphysics.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use...
10
longbench_trec
[ "City" ]
Please determine the type of the question below. Here are some examples of questions. Question: What was the first video ever made ? Type: Invention, book and other creative piece Question: What people make up half the Soviet Union 's population ? Type: Group or organization of person Question: How can you become an F...
11
longbench_samsum
[ "Jim tracks Finn's package number 45678 which will be delivered to him tomorrow. " ]
Summarize the dialogue into a few short sentences. The following are some examples. Dialogue: Madeline: How are you doing guys? any news? Harrison: I'm fine, but super busy at work these days Robert: I'm ok! you? Madeline: Not bad, when are we going to see each other again? I miss you guys! Robert: and where? Har...
12
longbench_trec
[ "Definition of something" ]
Please determine the type of the question below. Here are some examples of questions. Question: Why are sometimes your hands cold , but the rest of you isn 't ? Type: Reason Question: What snack food has ridges ? Type: Food Question: Who was the first coach of the Cleveland Browns ? Type: Individual Question: What arc...
13
longbench_lcc
[ " super( source, new Predicate<PatternMatch>()" ]
Please complete the code given below. /** * Copyright (c) 2002-2012 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
14
longbench_lcc
[ "\t\t\tfor (int i = 1; i <= MAX_LOG; ++i) {" ]
Please complete the code given below. /* NFC Reader is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFC Reader is distributed in the hope th...
15
longbench_qasper
[ "Individuals with legal training", "Yes" ]
You are given a scientific article and a question. Answer the question as concisely as you can, using a single phrase or sentence if possible. If the question cannot be answered based on the information in the article, write "unanswerable". If the question is a yes/no question, answer "yes", "no", or "unanswerable". Do...
16
longbench_multi_news
[ "Four years ago, a chemistry professor got a text from her grad student: If I'm not back in a week, cut me from the doctoral program. Charlotta Turner called him right away: \"He was very sad and crying,” the 48-year-old prof at Lund University in Sweden tells NBC News. \"I could hear that the situation was hopeles...
You are given several news passages. Write a one-page summary of all news. News: Passage 1: Charlotta Turner, professor in Analytical Chemistry, received a text message from her student Firas Jumaah in 2014 telling her to to assume he would not finish his thesis if he had not returned within a week. NEWLINE_CHAR NEWL...
17
longbench_repobench-p
[ " contentValues.put(JobStorage.COLUMN_BACKOFF_MS, JobRequest.DEFAULT_BACKOFF_MS);" ]
Please complete the code given below. library/src/main/java/com/evernote/android/job/JobStorage.java public static final String COLUMN_NETWORK_TYPE = "networkType"; library/src/main/java/com/evernote/android/job/JobStorage.java public static final String COLUMN_TRANSIENT = "transient"; library/src/main/java/com/everno...
18
longbench_lcc
[ "\t\tif(player == null)" ]
Please complete the code given below. /** * This class was created by <Vazkii>. It's distributed as * part of the Botania Mod. Get the Source Code in github: * https://github.com/Vazkii/Botania * * Botania is Open Source and distributed under the * Botania License: http://botaniamod.net/license.php * * File Cr...
19
longbench_lcc
[ " device = Device(token=deviceToken)" ]
Please complete the code given below. #!/usr/bin/env python # -*- coding: utf-8 -*- from HttpUtils import App, buildOpener class Device(object): def __init__(self, token): self.token = token self.app = App() def check_inspection(self): data = self.app.check__inspection() return ...
20
longbench_repobench-p
[ " except TextGridParseError as e:" ]
Please complete the code given below. montreal_forced_aligner/exceptions.py class TextParseError(CorpusReadError): """ Class for errors parsing lab and txt files Parameters ---------- file_name: str File name that had the error """ def __init__(self, file_name: str): super...
61
longbench_musique
[ "Svante Stensson Sture" ]
Answer the question based on the given passages. Only give me the answer and do not output any other words. The following are given passages. Passage 1: The Miracle Child The Miracle Child (French: L'enfant du miracle) is a 1932 French science fiction film based on a play of the same name by Robert Charvay and Paul Ga...
62
longbench_gov_report
[ "The Small Business Administration (SBA) administers several programs to support small businesses, including loan guaranty programs designed to encourage lenders to provide loans to small businesses \"that might not otherwise obtain financing on reasonable terms and conditions.\" The SBA's 7(a) loan guaranty progra...
You are given a report by a government agency. Write a one-page summary of the report. Report: The Small Business Administration (SBA) administers programs to support small businesses, including loan guaranty programs to encourage lenders to provide loans to small businesses "that might not otherwise obtain financing ...
63
longbench_passage_count
[ "23" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: In 1982, Holmes placed a want a...
64
longbench_passage_count
[ "27" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: Shaker Heights began operating ...
65
longbench_passage_count
[ "20" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: On 15 September 2012, Walcott c...
66
longbench_narrativeqa
[ "outside town" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Charlene Taylor and the Online Distributed Proofreading Team at http://www.pgdp.net (This file was prod...
67
longbench_passage_count
[ "17" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: A far more rudimentary form of ...
68
longbench_passage_count
[ "23" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: Early on July 28, the JTWC upgr...
69
longbench_qmsum
[ "The participants went over the results of the most recent experiments, discussing future directions to take. Adding in more languages was still decreasing model performance. The best network consisted of the TIMIT and noise. The team thought that they should try to reduce their dependence on noise in the data. The...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Professor D: OK . PhD A: Mike . Mike - one ? PhD B: Ah . Professor D: We 're on ? Yes , please . I mean , we 're testing noise robustness but let 's not get silly . OK , so , uh ,...
70
longbench_qmsum
[ "Huw Irranca-Davies emphasized that the focus was on registered licensed providers, for the childcare offer wanted to have a higher quality and provided wider aspects than single childcare. But some grandparents had been registered, licensed, and inspected and they looked after both their grandchildren and other pe...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Lynne Neagle AM: Good morning, everyone. Welcome to the Children, Young People and Education Committee. We've received apologies for absence from Julie Morgan, and I'm very please...
71
longbench_gov_report
[ "Small business size standards are of congressional interest because they have a pivotal role in determining eligibility for Small Business Administration (SBA) assistance as well as federal contracting and, in some instances, tax preferences. Although there is bipartisan agreement that the nation's small businesse...
You are given a report by a government agency. Write a one-page summary of the report. Report: The Small Business Act of 1953 (P.L. 83-163, as amended) authorized the U.S. Small Business Administration (SBA) and justified the agency's existence on the grounds that small businesses are essential to the maintenance of t...
72
longbench_passage_count
[ "5" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: Josh McGrath alias Max Steel (...
73
longbench_passage_count
[ "3" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: An object's or space's temperat...
74
longbench_hotpotqa
[ "no" ]
Answer the question based on the given passages. Only give me the answer and do not output any other words. The following are given passages. Passage 1: Picardy Spaniel The Picardy Spaniel is a breed of dog developed in France for use as a gundog. It is related to the Blue Picardy Spaniel, and still has many similarit...
75
longbench_passage_count
[ "34" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: On 30 May 2013, Arsenal announc...
76
longbench_passage_count
[ "30" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: The protests, which started on ...
77
longbench_narrativeqa
[ "Her mother." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Transcribed from the 1887 Macmillan and Co. edition by David Price, email ccx074@coventry.ac.uk. Proofing by Andy ...
78
longbench_passage_count
[ "38" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: The rise of the Mataqalikira c...
79
longbench_triviaqa
[ "Basoon", "Bassoonist", "Bassoon", "French bassoon", "Buffet system", "BASSOON", "Fagott", "Bassoons", "Fagotto", "Pancake key (bassoon)", "Heckel system", "Basoonist", "Baßoon", "Fagotte" ]
Answer the question based on the given passage. Only give me the answer and do not output any other words. The following are some examples. Passage: East Coast of the United States The East Coast of the United States is the coastline along which the Eastern United States meets the North Atlantic Ocean. This area is al...
80
longbench_gov_report
[ "Medicare is a federal program that pays for covered health care services of qualified beneficiaries. It was established in 1965 under Title XVIII of the Social Security Act to provide health insurance to individuals 65 and older, and has been expanded over the years to include permanently disabled individuals unde...
You are given a report by a government agency. Write a one-page summary of the report. Report: Medicare is a federal program that pays for covered health care services of qualified beneficiaries. It was established in 1965 under Title XVIII of the Social Security Act to provide health insurance to individuals 65 and o...
81
longbench_gov_report
[ "Recent high-profile data breaches and other concerns about how third parties protect the privacy of individuals in the digital age have raised national concerns over legal protections of Americans' electronic data. Intentional intrusions into government and private computer networks and inadequate corporate privac...
You are given a report by a government agency. Write a one-page summary of the report. Report: R ecent high-profile data breaches and privacy violations have raised national concerns over the legal protections that apply to Americans' electronic data. While some concern over data protection stems from how the governme...
82
longbench_narrativeqa
[ "If Antonius has succeeded in his \"one meaningful deed.\"" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: The Seventh Seal <b> </b>The night had brought little relief from the heat, and at dawn a hot gust of wind blows a...
83
longbench_gov_report
[ "A key U.S. ally in the Latin American region, Colombia endured an internal armed conflict for half a century. Drug trafficking fueled the violence by funding both left-wing and right-wing armed groups. Some analysts feared Colombia would become a failed state in the late 1990s, but the Colombian government devised...
You are given a report by a government agency. Write a one-page summary of the report. Report: Colombia, one of the oldest democracies in the Western Hemisphere and the third most populous Latin American country, has endured a multisided civil conflict for more than five decades until President Juan Ma nuel Santos dec...
84
longbench_passage_count
[ "31" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: In 2010 Staal realized the exhi...
85
longbench_musique
[ "Johanne Luise Heiberg" ]
Answer the question based on the given passages. Only give me the answer and do not output any other words. The following are given passages. Passage 1: Peter Blum Peter Emil Julius Blum (4 May 1925 – 5 December 1990) was an Afrikaans poet. As a child, he emigrated to the Union of South Africa with his family. From an...
86
longbench_repobench-p
[ "\tpublic List<Metadata> listMetadata()" ]
Please complete the code given below. Java/src/model/MetaOn.java public enum MetaOn {GENE, CELL, GLOBAL, EXPRESSION_MATRIX} Java/src/model/Metadata.java public class Metadata { public String path; public Metatype type; public MetaOn on; public long missingValues = 0; public HashSet<String> categories; public Ha...
87
longbench_qmsum
[ "Efforts by speaker mn005 are in progress to detect overlapping speech. For a single transcribed meeting, speaker mn005 reported approximately 300 cases of overlap. Future work will involve manually deriving time marks from sections of overlapping speech for the same meeting, and then experimenting with different m...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Professor E: So . OK . Doesn't look like it crashed . That 's great . Grad G: So I think maybe what 's causing it to crash is I keep starting it and then stopping it to see if it ...
88
longbench_passage_count
[ "44" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: In Irish service, the ship took...
89
longbench_triviaqa
[ "Julian Fellowes, Baron Fellowes of West Stafford", "JULIAN FELLOWES", "Julian Fellowes", "The Lord Fellowes of West Stafford", "Baron Fellowes of West Stafford" ]
Answer the question based on the given passage. Only give me the answer and do not output any other words. The following are some examples. Passage: Styx In Greek mythology, Styx (; ) is a deity and a river that forms the boundary between Earth and the Underworld (the domain often called Hades, which also is the name ...
90
longbench_qmsum
[ "The group discussed topics including a potential collaboration with another ICSI member regarding the analysis of inference structures, efforts by speaker mn005 to detect speaker overlap, the current status of recordings and transcriptions, and future efforts to collect meeting data. In addition to weekly meetings...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Professor E: So . OK . Doesn't look like it crashed . That 's great . Grad G: So I think maybe what 's causing it to crash is I keep starting it and then stopping it to see if it ...
91
longbench_passage_count
[ "14" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: The first gameplay mode is the ...
92
longbench_qmsum
[ "To save time, speaker mn005 will only mark the sample of transcribed data for regions of overlapping speech, as opposed to marking all acoustic events. The digits extraction task will be delegated to whomever is working on acoustics for the Meeting Recorder project." ]
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Professor E: So . OK . Doesn't look like it crashed . That 's great . Grad G: So I think maybe what 's causing it to crash is I keep starting it and then stopping it to see if it ...
93
longbench_narrativeqa
[ "Her face is blurry" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: <b> THE RING </b> Original screenplay by Takahashi Hiroshi Based upon the novel by Suzuki Kouji This manus...
94
longbench_narrativeqa
[ "After her husband calls her" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: <b> THE RING </b> Original screenplay by Takahashi Hiroshi Based upon the novel by Suzuki Kouji This manus...
95
longbench_narrativeqa
[ "a priest" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: The Seventh Seal <b> </b>The night had brought little relief from the heat, and at dawn a hot gust of wind blows a...
96
longbench_narrativeqa
[ "She committed suicide." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: <b> THE RING </b> Original screenplay by Takahashi Hiroshi Based upon the novel by Suzuki Kouji This manus...
97
longbench_passage_count
[ "30" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: Meanwhile, Kigan's pandal attra...
98
longbench_passage_count
[ "44" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: The $10,000 prize winner is cho...
99
longbench_passage_count
[ "26" ]
There are some paragraphs below sourced from Wikipedia. Some of them may be duplicates. Please carefully read these paragraphs and determine how many unique paragraphs there are after removing duplicates. In other words, how many non-repeating paragraphs are there in total? Paragraph 1: Rapid amplification of cDNA end...
100
longbench_narrativeqa
[ "She made a copy of the tape and gives it to her husband to study." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: <b> THE RING </b> Original screenplay by Takahashi Hiroshi Based upon the novel by Suzuki Kouji This manus...
101
longbench_narrativeqa
[ "Because she is in unrequited love with someone else" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: E-text prepared by Jonathan Ingram, Janet Blenkinship, and the Project Gutenberg Online Distributed Proofreading Te...
102
longbench_narrativeqa
[ "He does not work." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Transcribed from the 1915 Martin Secker edition by David Price, email ccx074@pglaf.org [...
103
longbench_narrativeqa
[ "accomplishments" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: E-text prepared by Jonathan Ingram, Janet Blenkinship, and the Project Gutenberg Online Distributed Proofreading Te...
104
longbench_narrativeqa
[ "The duo meet Henry on their travels to Lisbon." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: E-text prepared by Jonathan Ingram, Janet Blenkinship, and the Project Gutenberg Online Distributed Proofreading Te...
105
longbench_qmsum
[ "The opposition party claimed that the seniors care crisis was a national problem, and the federal government was not taking immediate response. The opposition party pointed out that these failures were the product of systemic neglect.The minister replied that they were fully aware that in long-term care facilities...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: The Chair (Hon. Anthony Rota (NipissingTimiskaming, Lib.)): I call this meeting to order. Welcome to the 12th meeting of the House of Commons Special Committee on the COVID-19 Pan...
106
longbench_gov_report
[ "Full implementation of GPRAMA could facilitate efforts to reform the federal government and make it more effective. GPRAMA includes a provision for GAO to review the act's implementation. This report assesses how GPRAMA implementation has affected the federal government's progress in resolving key governance chall...
You are given a report by a government agency. Write a one-page summary of the report. Report: GPRAMA significantly enhances GPRA, the centerpiece of a statutory framework that Congress put in place during the 1990s to help resolve longstanding performance and management problems in the federal government and provide ...
107
longbench_qmsum
[ "The opposition party claimed that the supply chain in Canada amidst the pandemic was not stable enough and the government was not doing anything. The minister explained that they would continue to work with countries around the globe to ensure that Canada's supply chains and those global supply chains, particularl...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: The Chair (Hon. Anthony Rota (NipissingTimiskaming, Lib.)): I call this meeting to order. Welcome to the 12th meeting of the House of Commons Special Committee on the COVID-19 Pan...
108
longbench_narrativeqa
[ "Charles" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: E-text prepared by Jonathan Ingram, Janet Blenkinship, and the Project Gutenberg Online Distributed Proofreading Te...
109
longbench_narrativeqa
[ "Falder" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by David Widger GALSWORTHY PLAYS SECOND SERIES--NO. 1 JUSTICE By John Galsworthy PERSONS OF T...
110
longbench_qmsum
[ "The opposition party claimed that people across Canada were appalled by the situation in care homes which left seniors suffering. The minister explained that the government was fully aware of the situation. The minister promised that they would fully play their role federal level with advice, with guidance, with s...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: The Chair (Hon. Anthony Rota (NipissingTimiskaming, Lib.)): I call this meeting to order. Welcome to the 12th meeting of the House of Commons Special Committee on the COVID-19 Pan...
111
longbench_narrativeqa
[ "He failed to report" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by David Widger GALSWORTHY PLAYS SECOND SERIES--NO. 1 JUSTICE By John Galsworthy PERSONS OF T...
112
longbench_narrativeqa
[ "Ruth Anvoy" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Transcribed from the 1915 Martin Secker edition by David Price, email ccx074@pglaf.org [...
113
longbench_narrativeqa
[ "He throws himself down the stairs" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by David Widger GALSWORTHY PLAYS SECOND SERIES--NO. 1 JUSTICE By John Galsworthy PERSONS OF T...
114
longbench_narrativeqa
[ "Frome" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by David Widger GALSWORTHY PLAYS SECOND SERIES--NO. 1 JUSTICE By John Galsworthy PERSONS OF T...
115
longbench_qmsum
[ "The minister argued that it was very important to be transparent with our investments and the government would look at the investments and the figures every day and be transparent about it. The minister promised that Canada would have a good economy in the future, and the government would not raise taxes after the...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: The Chair (Hon. Anthony Rota (NipissingTimiskaming, Lib.)): I call this meeting to order. Welcome to the 12th meeting of the House of Commons Special Committee on the COVID-19 Pan...
116
longbench_narrativeqa
[ "Her husband abused her" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by David Widger GALSWORTHY PLAYS SECOND SERIES--NO. 1 JUSTICE By John Galsworthy PERSONS OF T...
117
longbench_gov_report
[ "Historically, the United States' leadership of the global trading system has ensured the United States a seat at the table to shape the international trade agenda in ways that both advance and defend U.S. interests. The evolution of U.S. leadership and the global trade agenda remain of interest to Congress, which ...
You are given a report by a government agency. Write a one-page summary of the report. Report: The World Trade Organization (WTO) is an international organization that administers the trade rules and agreements negotiated by its 164 members to eliminate trade barriers and create nondiscriminatory rules to govern trade...
118
longbench_qmsum
[ "The Prime Minister was adamant that fraud was unacceptable and reiterated that fraudsters would have to return the money. Nonetheless, the government's priority remained the speedy disbursement of funds to those that were in need." ]
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: The Chair (Hon. Anthony Rota (NipissingTimiskaming, Lib.)): I call the meeting to order. Welcome to the seventh meeting of the Special Committee on the COVID-19 Pandemic. Please n...
119
longbench_qmsum
[ "The opposition party claimed that the Minister of Digital Government has been promoting a fundraising campaign to sue Global News for their story criticizing the Chinese Communist Party, and the opposition party thought the minister was supporting the Communist Party of China and threatening our media and freedom ...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: The Chair (Hon. Anthony Rota (NipissingTimiskaming, Lib.)): I call this meeting to order. Welcome to the 12th meeting of the House of Commons Special Committee on the COVID-19 Pan...
120
longbench_narrativeqa
[ "Keep the money." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Transcribed from the 1915 Martin Secker edition by David Price, email ccx074@pglaf.org [...
121
longbench_narrativeqa
[ "Auld Lang Syne" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
122
longbench_qmsum
[ "The semantic specification, on the other hand, is split into three levels: \"scenario\" is a list of schemas and bindings between them, which describes the current event in terms of Source-Path-Goal, Container, etc.; \"referent\" is about the entities in the discourse and includes grammatical information and point...
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Grad B: what things to talk about . Grad F: I 'm {disfmarker} What ? Really ? Oh , that 's horrible ! Disincentive ! Grad A: OK , we 're recording . Grad F: Hello ? Grad B: Check ...
123
longbench_narrativeqa
[ "Dana" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
124
longbench_narrativeqa
[ "Baron Frederick" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Angus Christian OTTO OF THE SILVER HAND By Howard Pyle CONTENTS I. The Dragon's Hou...
125
longbench_narrativeqa
[ "Take their clothes off" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
126
longbench_narrativeqa
[ "The nephew of Baron Frederick storms the castle and kidnaps Otto" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Angus Christian OTTO OF THE SILVER HAND By Howard Pyle CONTENTS I. The Dragon's Hou...
127
longbench_qmsum
[ "The revised semantic specification and construction formalism are more stable than the previous versions. In the latter, we find both construction types and meaning types along with formal considerations like verb subcategorization, or the ones a \"directed motion\" construction would dictate." ]
You are given a meeting transcript and a query containing a question or instruction. Answer the query in one or more sentences. Transcript: Grad B: what things to talk about . Grad F: I 'm {disfmarker} What ? Really ? Oh , that 's horrible ! Disincentive ! Grad A: OK , we 're recording . Grad F: Hello ? Grad B: Check ...
128
longbench_narrativeqa
[ "Because she saw her husband's battle wounds" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Angus Christian OTTO OF THE SILVER HAND By Howard Pyle CONTENTS I. The Dragon's Hou...
129
longbench_narrativeqa
[ "Otto was so young." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Angus Christian OTTO OF THE SILVER HAND By Howard Pyle CONTENTS I. The Dragon's Hou...
130
longbench_narrativeqa
[ "2419" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Greg Weeks, Stephen Blundell and the Online Distributed Proofreading Team at http://www.pgdp.net ...
131
longbench_narrativeqa
[ "Radioactive gas" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Greg Weeks, Stephen Blundell and the Online Distributed Proofreading Team at http://www.pgdp.net ...
132
longbench_narrativeqa
[ "Baron Conrad killed his uncle, Baron Frederick." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Angus Christian OTTO OF THE SILVER HAND By Howard Pyle CONTENTS I. The Dragon's Hou...
133
longbench_narrativeqa
[ "Governor" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
134
longbench_narrativeqa
[ "The Hans" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Greg Weeks, Stephen Blundell and the Online Distributed Proofreading Team at http://www.pgdp.net ...
135
longbench_narrativeqa
[ "The slime gets into Dana's apartment from the bathtub." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
136
longbench_narrativeqa
[ "Dr. Janosz Poha" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
137
longbench_narrativeqa
[ "museum" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Ghostbusters II by Harold Ramis and Dan Aykroyd September 29, 1988 Last...
138
longbench_narrativeqa
[ "Radioactive gas" ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Greg Weeks, Stephen Blundell and the Online Distributed Proofreading Team at http://www.pgdp.net ...
139
longbench_narrativeqa
[ "Be responsible,keep your word and be wise and peaceful." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Angus Christian OTTO OF THE SILVER HAND By Howard Pyle CONTENTS I. The Dragon's Hou...
140
longbench_narrativeqa
[ "Because he fought in the first world war." ]
You are given a story, which can be either a novel or a movie script, and a question. Answer the question asconcisely as you can, using a single phrase if possible. Do not provide any explanation. Story: Produced by Greg Weeks, Stephen Blundell and the Online Distributed Proofreading Team at http://www.pgdp.net ...