VARTA-2026

Viewpoint Analysis and Representation of Targeted Actors in Indian News

A Shared Task at FIRE 2026

About the Track

The 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.

Task Definition

Participants are tasked with evaluating a document and mapping out entity expressions using a structured 5-part architecture framework:

1 Salient Entity: The core person, group, organization, or stakeholder target entity.
2 Opinion BY Entity: Arguments, reactions, quotes, or viewpoints directly put forward or presented by the actor.
3 Opinion Targeted TO Target Entity: Context summaries, framing descriptions, or implicit opinions targeted toward that entity by others or the reporter.
4 Polarity of Opinion Targeted TO Target Entity: The structured tone classification label (Positive or Negative).
5 Intensity of the Opinion: The relative strength or magnitude tier of the expressed polarity (High, Medium, or Low).

Sample Input / Output Format

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.

Sample Input Paragraph:
"The Ministry of Finance confidently announced a new tax exemption policy for tech startups to encourage regional innovation. While a leading startup incubator enthusiastically welcomed the decision, an independent statistical bureau simply updated its quarterly index charts to reflect the policy change without releasing any statement or reaction."
Expected Output JSON (List of 5-tuples):
[
  {
    "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"
  }
]
Null & Empty Value Constraints:
  • If opinion_by_entity or opinion_targeted_to_target_entity is not present, its value must be an empty string "".
  • If 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.

Dataset

Reflecting the linguistic diversity of the Indian news ecosystem, our curated dataset contains source material spanning several languages:

Telugu Hindi Bengali English
📝 Dataset Registration Notice: To participate in the VARTA 2026 Shared Task, teams must register by filling out the registration form. The training dataset will be shared exclusively with registered teams. Participants are therefore encouraged to complete the registration process at the earliest.

Evaluation Metrics

System submissions will be benchmarked using a per-record evaluation strategy that jointly assesses entity recognition, semantic extraction quality, and classification accuracy:

*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.

Track Timeline

Our operation map coordinates with the master schedule outlined by the FIRE 2026 organizing committee:

15th June 2026
Registration Opens
20th June 2026
Release of Training Dataset
20th July 2026
Test Data Release
30th July 2026
System Evaluation Runs Due
10th August 2026
Official Result Leaderboard Released
30th August 2026
Working Notes due
30th September 2026
Camera-Ready Material due
17th - 20th December 2026
FIRE 2026(Kolkata, India)

Track Organizers

For any queries regarding the dataset, task criteria, or evaluation process, please contact the organizers or mail to varta2026.fire@gmail.com