<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>IndicBERTv2-MLM-only for Fine-Grained Misinformation Analysis in South Indian Languages</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>N.V. Gokul</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J. JeswinJoel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>S. Gautham</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>J. Rajeswari</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science and Engineering, Sri Sivasubramaniya Nadar College of Engineering</institution>
          ,
          <addr-line>Tamil Nadu</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2026</year>
      </pub-date>
      <abstract>
        <p>This work addresses the challenge of fine-grained misinformation detection in Large Language Model (LLM) generated summaries for Indian languages. We focus on Subtask 2: Detect Misinformation in LLM Output, which requires classifying LLM-generated summaries into specific categories of factual incorrectness. The task is particularly dificult for regional languages like Tamil, Telugu, Malayalam, and Kannada due to limited annotated resources. To tackle this, we fine-tune IndicBERTv2-MLM-only, a multilingual transformer model pre-trained on Indian languages. Our methodology uses article-summary pairs with stratified sampling and optimizes for macro-F1 score across four distinct classes: misrepresentation, fabrication, false attribution and incorrect quantities. We fine-tune separate IndicBERTv2-MLM-only models for each target language using identical architectures and hyperparameters. The models achieve competitive results given the complexity of the fine-grained classification task, with cross-lingual averages of 71.69% accuracy and 46.69% macro-F1, demonstrating better handling of multilingual complexity.</p>
      </abstract>
      <kwd-group>
        <kwd>Misinformation detection</kwd>
        <kwd>Indian languages</kwd>
        <kwd>Transformers</kwd>
        <kwd>IndicBERTv2-MLM-only</kwd>
        <kwd>Multilingual NLP</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>Information plays a crucial role in shaping public opinion, especially during sensitive periods such as
elections, conflicts, and pandemics. When false or misleading content spreads unchecked, it can amplify
misunderstandings, trigger public panic, and drive impulsive decisions that may escalate civil unrest or
threaten national stability. Efectively identifying and managing misinformation is therefore essential,
both to enable targeted remediation and to protect the credibility of news outlets and online platforms.</p>
      <p>
        This work is part of the PROMID Shared Task at FIRE 2025, which focuses on Misinformation
Detection and Prompt Recovery [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1, 2, 3</xref>
        ]. Specifically, we address Subtask 2: Misinformation Detection
in LLM-generated text. This subtask targets the problem of fine-grained misinformation detection in
summaries produced by large language models (LLMs). Given a news article and its LLM-generated
summary, the goal is to classify each instance into one of four categories: misrepresentation, fabrication,
false attribution, or incorrect quantities. We focus on four South Indian languages—Tamil, Telugu,
Kannada, and Malayalam—where high-quality resources and tools for misinformation detection
remain limited. The model receives the article–summary pair as input and learns to detect contextual
mismatches, factual errors, and inconsistencies indicative of misinformation.
      </p>
      <p>
        Previous approaches have largely relied on traditional machine learning models such as Support
Vector Machines and Logistic Regression trained on English datasets, which do not generalize well
to multilingual or low-resource settings. More recent multilingual transformer-based models (e.g.,
BERT variants) [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] typically frame misinformation detection as a binary task (misinformation vs.
non-misinformation) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and often depend on class-weighting schemes, but they rarely consider the
combined efect of original articles and LLM-generated summaries, nor do they adequately cover Indian
regional languages.
      </p>
      <p>
        The key gap we address is the lack of multilingual support for South Indian (Dravidian) languages
in fine-grained misinformation detection. In particular, existing systems rarely (i) target regional
languages such as Tamil, Telugu, Kannada, and Malayalam, and (ii) jointly use both the news article and
its LLM-generated summary for multi-class classification across distinct misinformation categories. To
bridge this gap, we fine-tune IndicBERTv2-MLM-only [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], a transformer model pre-trained on multiple
Indian languages, for four-way misinformation classification. The four misinformation categories are
label-encoded for multi-class prediction. To handle class imbalance, we use stratified splits and evaluate
primarily with macro-averaged F1, which gives equal importance to all classes. We implement this
approach through language-specific fine-tuning, creating separate IndicBERTv2 model instances for
each target language.
      </p>
      <p>Our experimental results show that the proposed language-specific approach achieves promising
performance across the four languages: Kannada (F1: 52.75%, Accuracy: 75%), Telugu (F1: 48.00%,
Accuracy: 72.25%), Malayalam (F1: 47.00%, Accuracy: 71.50%), and Tamil (F1: 39.00%, Accuracy: 68.00%).
On average, the models attain 71.69% accuracy and 46.69% macro-F1 across languages, demonstrating
the efectiveness of our language-isolated fine-tuning strategy in handling multilingual complexity and
LLM-induced summarization errors in low-resource South Indian language settings.</p>
    </sec>
    <sec id="sec-2">
      <title>2. State of the Art</title>
      <p>Raja et al. introduce one of the first systematic frameworks for fake news detection in Dravidian
languages using transfer learning, fine-tuning multilingual encoders such as mBERT and XLM-R on Tamil,
Malayalam, and Kannada news datasets [7]. Their work clearly demonstrates that transformer-based
models substantially outperform classical baselines and confirms the value of pre-trained multilingual
representations for low-resource Indian languages. However, the task formulation is binary (fake vs.
real) and each instance is treated as a single news headline or article. The models do not consider the
interaction between an original article and a derived text (e.g., a summary), nor do they distinguish
between diferent types of factual errors such as misrepresentation or incorrect quantities. As a result,
they cannot explain how a piece of content is wrong, only that it is likely fake.</p>
      <p>Subsequent shared-task systems at DravidianLangTech extend this line of work by exploring a broader
set of architectures, including monolingual BERT variants (e.g., Malayalam-BERT) [8] and ensembles
that combine multiple multilingual transformers in shared-task systems at DravidianLangTech [9] and
team reports such as CIC-NLP [10]. These systems achieve strong accuracy on fake-news benchmarks,
but they inherit similar conceptual limitations: they focus on binary or coarse multi-class labels,
and their inputs are almost always standalone texts (tweets, posts, headlines, or full articles). As a
consequence, they are not exposed to paired inputs where one text (an LLM-generated summary) may
selectively distort another (the source article), and they are not designed to detect hallucinations or
summarisation-specific distortions introduced by LLMs.</p>
      <p>Most misinformation detection systems are built for English or high-resource languages, often using
machine translation for others [11], which introduces noise and fails to capture language-specific
phenomena in South Indian languages [12]. These systems also typically treat misinformation as
binary, lacking fine-grained categories. In contrast, we target four South Indian languages—Tamil,
Telugu, Kannada, and Malayalam—using article-summary pairs to detect inconsistencies in
LLMgenerated summaries. We fine-tune separate IndicBERTv2-MLM-only models for each language
with identical training protocols, performing four-way classification across misrepresentation,
fabrication, false attribution, and incorrect quantities, evaluated with macro-F1 for
consistent multilingual comparison.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <sec id="sec-3-1">
        <title>3.1. Task Objective</title>
        <p>Given a piece of LLM-generated text containing misinformation, the objective is to categorize each
datapoint into one of four specific categories—Misrepresentation, Fabrication, False Attribution, and
Incorrect Quantities—based on the nature and type of factual incorrectness present in the summaries.
This task addresses the growing challenge of detecting nuanced factual errors in LLM outputs, where
traditional binary classification fails to capture the diverse ways large language models can introduce
inaccuracies.</p>
        <p>The PROMID dataset reflects the current scenario in LLM-generated misinformation research, where
models increasingly produce plausible but factually flawed content across low-resource South Indian
languages (Tamil, Telugu, Kannada, Malayalam). With 989 samples per language showing moderate class
imbalance, the dataset captures real-world distribution patterns while enabling fine-grained analysis of
diferent error types prevalent in LLM summaries</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Dataset</title>
        <p>The dataset for Subtask 2 on misinformation detection in LLM-generated text [13], provided by the task
organizers, contains 989 paired samples for each of the four South Indian languages—Tamil, Telugu,
Kannada, and Malayalam—where each sample pairs a large language model-generated summary with its
corresponding original article, meticulously annotated into four specific misinformation categories:
Misrepresentation, Fabrication, False Attribution, and Incorrect Quantities.Table 1 presents the distribution
of samples across these categories.</p>
        <p>Misinformation Category</p>
        <p>Samples</p>
        <p>Percentage
Misrepresentation
Fabrication
False Attribution
Incorrect Quantities
Total</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Data Preprocessing</title>
        <p>Prior to model training, the dataset was loaded and preprocessed to ensure consistency and reliability.
Column names were standardized, and samples with missing summaries or misinformation labels were
removed. The incorrect summaries and their corresponding misinformation categories were retained
for further analysis. Each category—Misrepresentation, False Attribution, Incorrect Quantities, and
Fabrication—was encoded into numerical labels using a fixed and reproducible label mapping.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Model Architecture</title>
        <p>For Subtask 2: Misinformation Detection in LLM-Generated Text, our approach fine-tunes
separate IndicBERTv2-MLM-only models for each target language (Tamil, Telugu, Kannada, Malayalam)
using the HuggingFace Transformers library. Each model follows the standard BERT-base configuration
with 12 transformer layers, 12 attention heads, and 768-dimensional embeddings. For classification,
we use the [CLS] token representation passed through a linear projection layer to produce four
output units corresponding to the misinformation categories. Input text is formatted as “Article: {text}
Summary: {text}”, tokenized with a maximum length of 384 tokens. We implement an 80/20 stratified
train-validation split to preserve class distribution and use macro-F1 scoring for model selection to
address class imbalance. The training hyperparameters are shown in Table 2.</p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Training Pipeline Architecture</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results</title>
      <p>The IndicBERTv2-MLM-only model shows consistent convergence with training loss dropping steadily
from ∼ 1.39 (Epoch 1) to &lt; 0.80 (Epoch 8). Validation F1 peaks mid-training (Epochs 4-6) before
stabilizing.</p>
      <sec id="sec-4-1">
        <title>4.1. Training Progression Summary</title>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Class-wise Performance Analysis (Kannada)</title>
        <p>Overall performance (macro-averaged) shows precision of 0.80, recall of 0.49, F1-score of 0.53, and
accuracy of 0.75, reflecting a model that is generally precise in its predictions but still tends to
underrecall certain under-represented classes.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Class-wise Performance Analysis (Malayalam)</title>
        <p>Overall, the model achieves a macro-averaged precision of 0.6725, recall of 0.4275, F1-score of 0.47,
and accuracy of 0.715. These results show that the classifier is relatively precise in its predictions but
still under-recognizes several true positive instances, especially for the fabrication class.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Class-wise Performance Analysis (Tamil)</title>
        <p>Overall, the model achieves a macro-averaged precision of 0.5225, recall of 0.3625, F1-score of 0.39,
and accuracy of 0.68. These results suggest that while predictions are moderately precise, the model
still under-detects several true positives, particularly in the less frequent misinformation categories.</p>
      </sec>
      <sec id="sec-4-5">
        <title>4.5. Class-wise Performance Analysis (Telugu)</title>
        <p>Overall, the Telugu model attains a macro-averaged precision of 0.63, recall of 0.4325, F1-score of 0.48,
and accuracy of 0.7225. This indicates reasonably precise predictions, but with room for improvement
in recall, especially for fabrication and incorrect_quantities, where many true instances are still missed.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion</title>
      <p>This research presents a comprehensive framework for fine-grained misinformation detection in South
Indian languages. Our approach leverages IndicBERTv2, a transformer model pre-trained on major
Indian languages, adapting it through transfer learning to distinguish between four distinct categories
of misinformation: fabrication,false attribution,incorrect quantities,misrepresentation.</p>
      <p>We address several critical challenges in multilingual misinformation analysis. First, we implement
a training strategy with macro-F1 optimization to mitigate class imbalance, ensuring balanced
performance across all categories regardless of their frequency in the dataset. Second, we establish an
evaluation framework that prioritizes macro-F1 scores alongside accuracy, providing a more
comprehensive assessment of model performance. Third, we design a practical two-stage inference pipeline
that filters pre-verified content to optimize computational eficiency during deployment, making the
system suitable for real-world applications.</p>
      <p>The technical implementation involves fine-tuning for eight epochs with a learning rate of 1 × 10 −5 ,
AdamW optimization with weight decay, linear warmup scheduling, and automatic selection of the
best model checkpoint based on validation performance. Our methodology demonstrates that transfer
learning from multilingual pre-trained models efectively addresses the linguistic diversity and data
scarcity challenges inherent in South Indian language processing.</p>
      <p>This work contributes to the field of computational linguistics for social good by providing a scalable,
nuanced approach to misinformation detection that moves beyond binary classification. The system
ofers practical utility for content moderation, fact-checking organizations, and platform operators
working with South Indian language content, while establishing methodological foundations for future
research in low-resource multilingual NLP applications.</p>
    </sec>
    <sec id="sec-6">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, we used OpenAI’s ChatGPT model for language fluency
improvement and technical documentation assistance. All experimental work, data analysis, results, and
scientific conclusions are our own. We have reviewed and refined all AI-assisted content and take full
responsibility for the published work.
[7] E. Raja, B. Soni, S. Bhat, Fake news detection in dravidian languages using transfer learning,</p>
      <p>Engineering Applications of Artificial Intelligence 121 (2023) 106877.
[8] F. Chakraborty, Others, Malayalam-bert based transformer models for fake news detection, in:</p>
      <p>Proceedings of DravidianLangTech 2025, Association for Computational Linguistics, 2025.
[9] F. Shanmugavadivel, Others, Overview of the shared task on fake news detection in dravidian
languages, in: Proceedings of the Workshop on Speech and Language Technologies for Dravidian
Languages (DravidianLangTech 2025), Association for Computational Linguistics, Turin, Italy,
2025.
[10] CIC-NLP, Cic-nlp@dravidianlangtech 2025: Fake news detection in dravidian languages using
multilingual transformers, in: Proceedings of DravidianLangTech 2025, Association for Computational
Linguistics, 2025.
[11] X. Wang, Others, Monolingual and multilingual misinformation detection for low-resource
languages: A comprehensive survey, arXiv preprint arXiv:2410.18390 (2024).
[12] A. Goyal, A. Basu, D. Sharma, Challenges in neural machine translation for dravidian languages:
Morphology, script variation, and data noise, in: Proceedings of the Workshop on Indian Language
Data: Resources and Evaluation (WILDRE), Association for Computational Linguistics, European
Language Resources Association (ELRA), Dublin, Ireland, 2022. URL: https://aclanthology.org/
2022.wildre-1.8.
[13] S. Satapara, P. Mehta, D. Ganguly, S. Modha, Fighting fire with fire: Adversarial prompting to
generate a misinformation detection dataset, CoRR abs/2401.04481 (2024). URL: https://doi.org/10.
48550/arXiv.2401.04481. doi:10.48550/ARXIV.2401.04481. arXiv:2401.04481.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ganguly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shasirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          , G. Pasi, T. Mandl,
          <article-title>Prompt recovery for misinformation detection at fire 2025, in: Proceedings of the 17th Annual Meeting of the Forum for Information Retrieval Evaluation</article-title>
          , FIRE '25,
          <string-name>
            <surname>Association</surname>
          </string-name>
          for Computing Machinery,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Hegde</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ganguly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. L.</given-names>
            <surname>Shasirekha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          , G. Pasi, T. Mandl,
          <article-title>Overview of the first shared task on prompt recovery for misinformation detection</article-title>
          (promid
          <year>2025</year>
          ), in: K. Ghosh,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Majumdar</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Chakraborty (Eds.), Working Notes of FIRE 2025 -
          <article-title>Forum for Information Retrieval Evaluation, Varanasi, India</article-title>
          .
          <source>December 17-20</source>
          ,
          <year>2025</year>
          , CEUR Workshop Proceedings, CEUR-WS.org,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ganguly</surname>
          </string-name>
          ,
          <article-title>Key takeaways from the second shared task on indian language summarization (ILSUM 2023)</article-title>
          , in: K. Ghosh,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          , M. Mitra (Eds.), Working Notes of FIRE 2023 -
          <article-title>Forum for Information Retrieval Evaluation (FIRE-WN</article-title>
          <year>2023</year>
          ), Goa, India,
          <source>December 15-18</source>
          ,
          <year>2023</year>
          , volume
          <volume>3681</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>724</fpage>
          -
          <lpage>733</lpage>
          . URL: https://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3681</volume>
          /
          <fpage>T8</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bala</surname>
          </string-name>
          , P. Krishnamurthy, Abhipaw@dravidianlangtech:
          <article-title>Fake news detection in dravidian languages using multilingual bert</article-title>
          ,
          <source>in: Proceedings of the Third Workshop on Speech and Language Technologies for Dravidian Languages (DravidianLangTech</source>
          <year>2023</year>
          ), INCOMA Ltd.,
          <year>2023</year>
          , pp.
          <fpage>235</fpage>
          -
          <lpage>238</lpage>
          . URL: https://aclanthology.org/
          <year>2023</year>
          .dravidianlangtech-
          <volume>1</volume>
          .34/.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>N.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          , et al.,
          <article-title>Overview of the shared task on fake news detection in dravidian languages - dravidianlangtech@naacl 2025</article-title>
          ,
          <source>in: Proceedings of the Fifth Workshop on Speech, Vision</source>
          , and
          <article-title>Language Technologies for Dravidian Languages (DravidianLangTech@NAACL</article-title>
          <year>2025</year>
          ), Association for Computational Linguistics,
          <year>2025</year>
          , pp.
          <fpage>759</fpage>
          -
          <lpage>767</lpage>
          . URL: https://aclanthology.org/
          <year>2025</year>
          .dravidianlangtech-
          <volume>1</volume>
          .128/.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Kakwani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kunchukuttan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Golla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Nivash</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Pinnis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kaur</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Khapra</surname>
          </string-name>
          , Indicnlpsuite:
          <article-title>Monolingual corpora, evaluation benchmarks and pre-trained multilingual language models for indian languages, in: Findings of the Association for Computational Linguistics: EMNLP 2020, Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>