{ "doc_id": 0, "id": "finerord0", "query": "In the list of tokens, identify 'Person', 'Location', and 'Organisation' and label each accordingly. If the entity spans multiple tokens, use the prefix B-PER, B-LOC, or B-ORG for the first token, and I-PER, I-LOC, or I-ORG for the subsequent tokens of that entity. The beginning of each separate entity should always be labeled with a B-PER, B-LOC, or B-ORG prefix. If the token does not fit into any of the three named categories, or is not a named entity, label it as 'O'. Each line should contain one token and its corresponding label, separated by a colon. Do not combine tokens on your own. The format for each line should be: 'token:label'.\nText: H\nave\nyou\never\nfelt\nthat\nsudden\n,\nintense\ndread\nthat\nyou\n’re\nabout\nto\ndie\n?\nAnswer: ", "answer": "H:O\nave:O\nyou:O\never:O\nfelt:O\nthat:O\nsudden:O\n,:O\nintense:O\ndread:O\nthat:O\nyou:O\n’re:O\nabout:O\nto:O\ndie:O\n?:O", "label": [ "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O", "O" ], "token": [ "H", "ave", "you", "ever", "felt", "that", "sudden", ",", "intense", "dread", "that", "you", "’re", "about", "to", "die", "?" ], "target": "H:O\nave:O\nyou:O\never:O\nfelt:O\nthat:O\nsudden:O\n,:O\nintense:O\ndread:O\nthat:O\nyou:O\n’re:O\nabout:O\nto:O\ndie:O\n?:O" }