Viewpoint Analysis and Representation of Targeted Actors in Indian News
A Shared Task at FIRE 2026The word Varta originates from Indian languages and denotes news, reporting, or public communication. News narratives frequently encompass multiple conflicting viewpoints and frame individual stakeholders in highly disparate ways. Resolving entity-specific sentiment profile tracking is key to structural breakthroughs in fields like computational journalism, media narrative tracking, and subtle media bias observation.
Traditional metrics look blindly at sentence or document levels. VARTA-2026 offers a specialized benchmark designed to extract highly granular, structured annotations centered around key stakeholders directly out of complex, long-context text environments.
Participants are tasked with evaluating a document and mapping out entity expressions using a structured 5-part architecture framework:
To generalize across systems, the input paragraph is shown here in English. Submitted architectures must extract a list of 5-tuple blocks formatted cleanly in JSON.
[
{
"salient_entity": "Ministry of Finance",
"opinion_by_entity": "confidently announced a new tax exemption policy for tech startups to encourage regional innovation",
"opinion_targeted_to_target_entity": "welcomed enthusiastically by leading startup incubator",
"polarity_of_opinion_targeted_to_target_entity": "Positive",
"intensity_of_the_opinion": "High"
},
{
"salient_entity": "Startup incubator",
"opinion_by_entity": "enthusiastically welcomed the decision",
"opinion_targeted_to_target_entity": "",
"polarity_of_opinion_targeted_to_target_entity": null,
"intensity_of_the_opinion": null
},
{
"salient_entity": "Statistical bureau",
"opinion_by_entity": "",
"opinion_targeted_to_target_entity": "updated its quarterly index charts to reflect the policy change",
"polarity_of_opinion_targeted_to_target_entity": "Factual",
"intensity_of_the_opinion": "Low"
}
]
opinion_by_entity or opinion_targeted_to_target_entity is not present, its value must be an empty string "".opinion_targeted_to_target_entity is an empty string "", then both polarity_of_opinion_targeted_to_target_entity and intensity_of_the_opinion must be explicitly set to null.Reflecting the linguistic diversity of the Indian news ecosystem, our curated dataset contains source material spanning several languages:
System submissions will be benchmarked using a per-record evaluation strategy that jointly assesses entity recognition, semantic extraction quality, and classification accuracy:
Positive, Negative, and Factual.
Low = 1, Medium = 2, High = 3), ensuring near-miss predictions are penalized less than complete opposites.
*Note: The evaluation script strictly enforces constraints; if an opinion_targeted_to_target_entity is correctly predicted as an empty string (""), the associated polarity and intensity metrics must match the null ground truth to avoid penalties.
Our operation map coordinates with the master schedule outlined by the FIRE 2026 organizing committee:
For any queries regarding the dataset, task criteria, or evaluation process, please contact the organizers or mail to varta2026.fire@gmail.com