uned-armin / armin

0 stars 1 forks source link

Create JSON document to compare sentences #3

Open alpgarcia opened 10 months ago

alpgarcia commented 10 months ago

Transform the input dataset to a format similar to the following:

{
    target: ( entailment | contradiction | none ),
    sentence1: <text>,
    sentence2: <text>
}

Add any other fields that can help identify the original documents.

alpgarcia commented 10 months ago

First version is committed.

The current output format is:

[
  {
    "uuid": "5bc844fc-e852-4270-bfaf-36ea9eface3d",
    "section_id": "Intervention",
    "type": "Comparison",
    "target": "contradiction",
    "statement": "All the primary trial participants do not receive any oral capecitabine, oral lapatinib ditosylate or cixutumumab IV, in conrast all the secondary trial subjects receive these.",
    "evidence": "INTERVENTION 1: "
  },
...