{
  "dataset": "DeliData",
  "source": "https://paperswithcode.com/dataset/delidata",
  "description": "Multi-party deliberation conversations annotated for deliberative moves",
  "conversations": [
    {
      "room_id": "d27d5b32-27d9-40a2-881b-5f64a8cd1c2f",
      "task": "Find a number between 1-10 that satisfies all participants",
      "messages": [
        {
          "message_id": "42279c2c-e046-47b9-8947-15ed2dd4620b",
          "author": "Leopard",
          "content": "hi",
          "type": "None",
          "target": null
        },
        {
          "message_id": "f807479c-c17a-4086-bdb1-791895394a01",
          "author": "Chipmunk",
          "content": "Hello",
          "type": "None",
          "target": null
        },
        {
          "message_id": "7c50f9af-2f23-462b-8ce0-12a97a04f71a",
          "author": "Alpaca",
          "content": "hiya",
          "type": "None",
          "target": null
        },
        {
          "message_id": "819bd7d8-252d-4cd3-a812-e82c01a50ddc",
          "author": "Leopard",
          "content": "is it 4 and u?",
          "type": "Non-probing-deliberation",
          "target": "Solution",
          "additional": "complete_solution"
        }
      ]
    }
  ],
  "annotation_schema": {
    "types": ["None", "Non-probing-deliberation", "Probing-deliberation", "Non-deliberation"],
    "targets": ["Solution", "Partial-solution", "Clarification", "Agreement", "Disagreement"]
  }
}
