{
  "dataset": "US Supreme Court Oral Arguments",
  "source": "https://www.kaggle.com/datasets/jameslabadorf/us-supreme-court-arguments-20172021",
  "description": "Transcripts of oral arguments before the United States Supreme Court (2017–2021)",
  "arguments_sample": [
    {
      "case": "21-309",
      "case_name": "Southwest Airlines Co. v. Saxon",
      "date": "2022-01-10",
      "term": "October Term 2021",
      "exchanges": [
        {
          "speaker": "CHIEF JUSTICE ROBERTS",
          "role": "Justice",
          "text": "We'll hear argument next in Case 21-309, Southwest Airlines versus Saxon. Mr. Dvoretzky."
        },
        {
          "speaker": "MR. DVORETZKY",
          "role": "Petitioner's counsel",
          "text": "Mr. Chief Justice, and may it please the Court: Section 1 of the FAA exempts only classes of workers that work on an instrumentality of foreign or interstate commerce, like a plane, ship, or train, as it moves goods or people across borders. That rule follows from Circuit City and Section 1's text and structure."
        },
        {
          "speaker": "MR. DVORETZKY",
          "role": "Petitioner's counsel",
          "text": "Saxon is not exempt from the FAA. Cargo loaders don't work on planes, just as stevedores didn't work on ships. They load cargo before other classes of workers, like seamen and pilots, do the foreign or interstate transportation."
        }
      ]
    }
  ],
  "schema": {
    "columns": ["speaker", "text", "case"],
    "description": "Each row is one speaking turn in oral argument"
  }
}
