query_id stringlengths 4 6 | query stringlengths 75 2.13k | positive_passages listlengths 1 1 | negative_passages listlengths 20 20 |
|---|---|---|---|
247774 | Since Greene, this court has rejected similar charges of misconduct where the government supplied counterfeit credit cards to detect which merchants would accept them. See Citro, 842 F.2d at 1153. In a case where an FBI agent bribed a state senator, we found no misconduct. See United States v. Carpenter, 961 F.2d 824, ... | [
{
"docid": "22437426",
"title": "",
"text": "clear predisposition, his conviction was reversed: This egregious conduct on the part of government agents generated new crimes by the defendant merely for the sake of pressing criminal charges against him when, as far as the record reveals, he was lawfully a... | [
{
"docid": "383845",
"title": "",
"text": "to check for a wire prior to each transaction. Citro engaged in the activity for profit, and the government’s inducement of two expensive dinners and a $200.00 fee for each introduction was not overwhelming. In United States v. Esquer-Gamez, 550 F.2d 1231, 1234... |
736597 | 1015(b), to provide for the joint administration of the respective debtors’ estates. But joint administration should not be confused with consolidation. Consolidation results in the creation of one estate from two or more; joint administration does not, but is rather done for procedural convenience by avoiding the dupl... | [
{
"docid": "195263",
"title": "",
"text": "owner. On the Chapter 7 schedules the Debtors listed the promissory note as a debt and the pickup truck as property of the estate. The Debtors also claimed the truck as an exemption from the estate. The Trustee objected to the claim of exemption, an Objection w... | [
{
"docid": "20239220",
"title": "",
"text": "(Bankr.S.D.N.Y.2007). For the reasons stated by the Eighth Circuit Bankruptcy Appellate Panel in In re Carlson, 394 B.R. 491 (8th Cir.BAP 2008), the Court agrees that relying upon the treatment of a tax refund in the event the debtors divorce is not appropria... |
126954 | F.2d 934, 50 CCPA 1153. Appellant’s reply brief in rebuttal argues that since this is solely a question of law, rather than a question of technical facts, the issue may be raised here for the first time. We do not think the solicitor is correct in his contention. The section 102 (e) question may be properly raised here... | [
{
"docid": "21178393",
"title": "",
"text": "application the art was fully aware of the substitution of Cl and CF3 potentiating groups in phenothiazines analogous to those now claimed by Zenitz. The examiner held, and the board agreed, that the substitution of CF3 for Cl in the phenothiazines disclosed ... | [
{
"docid": "22934601",
"title": "",
"text": "with undeveloped areas is at least partially completed prior to substantial permeation and development of the next inner emulsion layer by said liquid composition. In allowing it, the board pointed out that it is limited to control of diffusibility by layerwi... |
806778 | King, Kamehameha III., to himself and his successors, and not being in the lists of lands specially set apart as Government or Fort lands, must be one of those over which the Land Commission had jurisdiction to award to the claimant.” P.429. Haw. Civil Code, 1859, p. 14 et seq. United States v. Perot, 98 U. S. 428, 430... | [
{
"docid": "22093035",
"title": "",
"text": "This second judgment was affirmed on appeal. In re S. R. A., Inc., 219 Minn. 493, 18 N. W. 2d 442. Certiorari was sought under § 237 (b) of the Judicial Code.- It was granted because of the importance and uncertainty of the question of the right of a State to... | [
{
"docid": "22554184",
"title": "",
"text": "112 N. Y. 310; 19 N. E. 845; Emperor of Brazil v. Robinson, 5 Dowl. Pr. 522; Otho, King of Greece, v. Wright, 6 Dowl. Pr. 12; The Beatrice, 36 L. J. Rep. Adm. (N. S.) 10; Queen of Holland v. Drukker, (1928) Ch. 877, 884, although the local soverign does not p... |
745199 | "amend. . The court has recounted the standards applicable to a motion for summary judgment in more (...TRUNCATED) | [{"docid":"10234535","title":"","text":"1238 (8th Cir.1990). On the other hand, the Federal Rules of(...TRUNCATED) | [{"docid":"3839730","title":"","text":"to lift more than ten pounds, to stand for extended periods o(...TRUNCATED) |
14115 | "\"ERISA preemption, for as we explain, the City does not act as a market participant in offering ta(...TRUNCATED) | [{"docid":"5627904","title":"","text":"Harbor, the state’s actions in Gould could only be understo(...TRUNCATED) | [{"docid":"20734848","title":"","text":"interests of the BCTC and its affiliates, which were politic(...TRUNCATED) |
840906 | "that counsel misjudged the admissibility of the confession. The second claim upon which petitioner (...TRUNCATED) | [{"docid":"12238541","title":"","text":"resulted in the inconsistencies. We are not insensitive to t(...TRUNCATED) | [{"docid":"18001188","title":"","text":"be considered in a federal habeas corpus proceeding by a sta(...TRUNCATED) |
134081 | "not be imposed on a municipality under § 1983. Id. at 691-92, 98 S.Ct. at 2036. The Supreme Court (...TRUNCATED) | [{"docid":"1274457","title":"","text":"were “reasonable grounds to believe” that the offense was(...TRUNCATED) | [{"docid":"23119077","title":"","text":"The initial barrier to appellant’s relief from Charter is (...TRUNCATED) |
647086 | "transmitted forthwith to the clerk of the bankruptcy court. In the interest of justice, the court m(...TRUNCATED) | [{"docid":"22438326","title":"","text":"21,1975. The last day for filing claims was, therefore, Febr(...TRUNCATED) | [{"docid":"18577319","title":"","text":"to protect the bank’s interest in the estate of the debtor(...TRUNCATED) |
369085 | "this fact. Once the plaintiff conclusively proves an inability to perform past jobs due to an impai(...TRUNCATED) | [{"docid":"5011261","title":"","text":"the medical-vocational regulations are reasonably related to (...TRUNCATED) | [{"docid":"22864826","title":"","text":"he must direct interrogatories to each physician to obtain a(...TRUNCATED) |
End of preview. Expand in Data Studio
README in progress
Usage
The dataset is in folder according to the task and type (e.g. generation or collection for IR).
You can load a specific file (say the test set of the generation task) with this command:
from datasets import load_dataset
dataset = load_dataset("jhu-clsp/CLERC", data_files={"data": f"generation/test.jsonl"})["data"]
Change the values in data_files to match the file you want to load.
- Downloads last month
- 633