sv-task / sample_input.json
lamossta's picture
env config files
4820148
raw
history blame contribute delete
546 Bytes
[
{
"id": 0,
"text": "Google had solid Q4 2025 earnings but Microsoft's were not great.",
"entities": [
{
"entity_id": 0,
"entity_text": "Google",
"entity_type": "company",
"positions": [
{"position_text": "Google", "length": 6, "offset": 0}
]
},
{
"entity_id": 1,
"entity_text": "Microsoft",
"entity_type": "company",
"positions": [
{"position_text": "Microsoft", "length": 9, "offset": 40}
]
}
]
}
]