<!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>
      <journal-title-group>
        <journal-title>Forum for Information Retrieval Evaluation, December</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Key Takeaways from the Second Shared Task on Indian Language Summarization (ILSUM 2023)</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Shrey Satapara</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Parth Mehta</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sandip Modha</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Debasis Ganguly</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Parmonic</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Indian Institute of Technology Hyderabad</institution>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>LDRP-ITR</institution>
          ,
          <addr-line>Gandhinagar</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>University of Glasgow</institution>
          ,
          <addr-line>Scotland</addr-line>
          ,
          <country country="UK">UK</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <volume>1</volume>
      <fpage>5</fpage>
      <lpage>18</lpage>
      <abstract>
        <p>This paper provides an overview of the second edition of the shared task on Indian Language Summarization (ILSUM) organized at the 15th Forum for Information Retrieval Evaluation (FIRE 2023). This edition builds upon ILSUM 2022 by creating additional benchmark data for text summarization in Indian languages. Apart from expanding the datasets of the three languages from the previous edition, namely Hindi, Gujarati and Indian English, a new Bengali dataset was introduced this year. In addition to this, a new misinformation detection subtask was introduced. ILSUM 2023 saw an enthusiastic response, with registrations from over 35 teams. A total of 6 teams submitted runs across both subtasks and 4 teams submitted working notes. Standard ROUGE metrics as well as Bert-score were used as the evaluation metric for the summarization subtask, while macro-F1 score was used for the misinformation detection subtask.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Automatic Text Summarization</kwd>
        <kwd>Indian Languages</kwd>
        <kwd>Headline Generation</kwd>
        <kwd>Misinformation Detection</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The second shared task on Indian Language Summarization was continuation of the eforts
for bridging the gap in progress of NLP research between resource-rich languages like English,
Spanish, Chinese, etc as opposed to more resource-constrained Indian languages. Platforms
like the Forum for Information Retrieval Evaluation (FIRE)[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] has been consistently trying
to bridge this gap by building reusable and open source test collections. The progress has
been noteworthy in several language-dependent tasks like hate speech detection[
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5 ref6">2, 3, 4, 5,
6</xref>
        ], Sentiment analysis[
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], mixed script IR[
        <xref ref-type="bibr" rid="ref10 ref9">9, 10</xref>
        ], Fake news detection[
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ], authorship
attribution[
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ] as well as language independent tasks like Indian legal document retrieval
and summarization[
        <xref ref-type="bibr" rid="ref15 ref16 ref17 ref18 ref19 ref20">15, 16, 17, 18, 19, 20</xref>
        ], IR from microblogs[
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], IR for software engineering[
        <xref ref-type="bibr" rid="ref22">22</xref>
        ],
etc. Several large-scale datasets and pre-trained models have become publicly available.
AI4BHARAT1 is another initiative that is playing a pivotal role in bridging this gap, especially in
machine translation and Indian language LLMs.
      </p>
      <p>
        With the series of ILSUM tasks[
        <xref ref-type="bibr" rid="ref23 ref24">23, 24, 25</xref>
        ] we aim to replicate this for Automatic text
summarization where research is skewed towards English[26, 27, 28] and other resource-rich
languages, while the focus on other resource-poor languages is almost negligible[29]. Previous
attempts at building test collections for Indian language summarization were limited in scope
with at most a few dozen documents[30, 31, 32, 33, 34, 35]. Moreover, most of these datasets
are either not public or are too small to be useful. In contrast, ILSUM 2023 dataset consists
of 20,000 article-summary pairs for Hindi, Gujarati, Bengali and Indian Languages. Table 1
presents the details of the ILSUM dataset. The task is to generate a meaningful summary,
either extractive or abstractive, for each article.
      </p>
      <p>We also introduce a new subtask on misinformation detection in LLM generated summaries.
This subtask was limited to Indian English in the current edition. The recent success in
language generation capabilities of large language models (LLMs) [36], such as GPT [37], Llama
[38] etc., has raised concerns about their possible misuse for generating fake news and
spreading misinformation. This problem can easily extend to summaries where instead of fabricating
an entire story, miscreants can use a real new article and generate a summary tailored to suit
their purpose. In this subtask participants are given a machine generated summary and the
task is to identify if the content in the summary are correct, or if they fall into one of four
categories of misinformation namely incorrect numerical quantities, fabrication, false attribution
or misrepresentation. Both subtasks are explained in detail in the next section, followed by a
description of the approaches used by the participating teams.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Task Definition</title>
      <p>The second shared task on Indian Language Summarization continued the efort of creating
benchmark datasets for text summarization in Indian languages. The current edition saw the
inclusion of Bengali alongside Hindi, Gujarati and Indian English. Bengali is one of the most
widely spoken languages in the world with over 250 million speakers, the majority of them from
India and Bangladesh. Datasets for all languages in ILSUM 2022[cite ilsum] were extended to
include more articles and summaries. Apart from this we also introduced a new subtask on
misinformation detection in machine-generated summaries. In the following subsections, we
discuss in detail both tasks and the corresponding datasets.</p>
      <sec id="sec-2-1">
        <title>2.1. Task 1 Text Summarization For Indian Languages</title>
        <p>The objective of this task is the same as the first edition of ILSUM, which follows the standard
definition of text summarization task (Given an article, participants are asked to generate a
ifxed-length summary in either an abstractive or extractive way). This year, we extended by
adding approximately 15000 more articles on top of the previous edition’s dataset and
introduced one more language. As introduced in the previous edition, the current dataset poses
a unique challenge of code-mixing and script mixing. It is very common for news articles to
borrow phrases from English, even if the article itself is written in an Indian Language.</p>
        <p>Examples like these are a common occurrence both in the headlines as well as in the articles.
• Gujarati: ”IND vs SA, 5મી T20 તસવીરોમાં: વરસાદે િવલન બની મજા બગાડી ” (India vs SA,
5th T20 in pictures: rain spoils the match)
• Hindi: ”LIC के IPO में पसैा लगाने वालों का ट ू टा िदल, आई एक और नुकसानदेह खबर” (Investors
of LIC IPO left broken hearted, yet another bad news)</p>
        <p>Language</p>
        <p>Hindi
Gujarati
Bengali
English</p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2. Task 2 Detecting Factual Incorrectness in Machine-Generated</title>
      </sec>
      <sec id="sec-2-3">
        <title>Summaries</title>
        <p>This task aims to identify incorrectness in machine-generated summaries, which is an
important step in ensuring the reliability and accuracy of information. While evaluating these
summaries against the original article, the key focus is to detect and classify diferent types of
incorrectness. In this task, we provided the dataset with four diferent types of inaccuracies
along with a fith class containing correct summaries. We use the GPT-4 model to generate
incorrect summaries of each class, and the GPT-3.5 model to produce the correct summaries
using carefully crafted prompts to generate automatic summaries for each type of
incorrectness without any manual intervention. Following are the types of incorrectness present in the
dataset. Detailed description of how the dataset was created is available in [39].
• Misrepresentation: This involves presenting information in a way that is misleading
or that gives a false impression. This could be done by exaggerating certain aspects,
understating others, or twisting facts to fit a particular narrative.
• Inaccurate Quantities or Measurements: Factual incorrectness can occur when
precise quantities, measurements, or statistics are misrepresented, whether through error
or intent.
• False Attribution: Incorrectly attributing a statement, idea, or action to a person or
group is another form of factual incorrectness.
• Fabrication: Making up data, sources, or events is a severe form of factual incorrectness.</p>
        <p>This involves creating ”facts” that have no basis in reality.</p>
        <p>For this task, text articles and generated summaries are provided with one associated
label of the type of incorrectness in training data. Still, participants are asked to predict all
possible labels associated with text summaries in test data, as one summary can have
multiple types of incorrectness. Example Article with all types of incorrectness is available at
https://ilsum.github.io/ilsum/2023/index.html. Table 2 contains dataset statistics for Task 2
dataset. The class predictions on test data are evaluated using Macro F1 score.</p>
        <p>Class
Misrepresentation
Inaccurate Quantities
False Attribution
Fabrication
Correct</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Results and Disussion</title>
      <p>In this section, we discuss results of the participating teams. Compared to the last edition,
where we only used the ROUGE score for evaluation, we added another ranking based on the
BERT Score for a fair evaluation of abstractive summaries. However, we observe very high
co-relation between the BERT score and ROUGE. Especially the rankings of the system are
exactly same irrespective of the choice of metric. Below we report the results and approaches
used for each of the task and language.</p>
      <sec id="sec-3-1">
        <title>3.1. Task 1 Hindi</title>
        <p>For text summarization in Hindi two teams submitted a total of 6 runs. Team Irlab-IITBHU
utilized name entity-aware text summarization, NER emerges as important factor to extract
in-depth information and prioritising key entities for the summary by utilizing a pre-trained
Muril-based HindiNER model and fine-tuning MBART-50(rank 1), mT5 with name entities(rank
2), IndicBART(rank 3), IndicBARTSS(rank 4) and indicBART with name entities(rank 6). Table 3
contains results of all submissions for text summarization in Hindi.</p>
        <p>rank</p>
        <p>Team Name</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Task 1 Gujarati and Bengali</title>
        <p>For Gujarati and Bengali text summarisation, only one team submitted only one submission.
Team BITS Pilani fine-tuned mT5(mT5-multilingual-XLSum) model on the ILSUM dataset for
all four languages. Results for text summarization in Gujarati and Bengali are available in
Table 4 and Table 5
rank
1</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Task 1 English</title>
        <p>For English, four teams submitted one run each. Team NITK - AI outperformed other teams
where they fine-tuned T5-base on ILSUM English dataset. Team Eclipse also fine-tuned
T5base model standing second on the leaderboard. Results of all four submissions by all teams
are available in Table 6.</p>
        <p>rank</p>
        <p>Team Name</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Task 2 Detecting Factual Incorrectness in Machine-Generated</title>
      </sec>
      <sec id="sec-3-5">
        <title>Summaries</title>
        <p>In this subtask, only one team submitted five runs, exploring zero-shot prompting using
GPT3.5 Turbo. Where they explored zero-shot prompting to identify if an article and summary pair
belong to a particular class or not with diferent order of classes. The best result they obtained
was by using an ensemble of predictions from all four diferent class orders they explored. The
results obtained on this task are available in Table 7</p>
        <p>F1 Score</p>
        <p>Fabrication</p>
        <p>False Attribution
Incorrect Quantities
Misrepresentation</p>
        <p>MACRO F1</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion and Future Work</title>
      <p>The  Indian Language Summarization (ILSUM) track at FIRE 2023 continued the eforts to
create benchmark corpora for text summarization in Indian languages. Two major updates from
last year were inclusion of Bengali in the summarization task, and inclusion of a new subtask
on misinformation detection in machine generated summaries. Like previous edition
majority of the summarization systems for task 1 were based on pre-trained large language models
like MT5, MBart, and IndicBART. A notable exception was the approach proposed by IIT-BHU
who used a combination of NER and pretrained language models. It was also the best
performing approach for Hindi, highlighting scope for improvements over pre-trained LLMs. In the
next edition of the ILSUM we plan to extend the summarization subtask to new languages,
especially Dravidian languages. For the misinformation detection subtask we aim at providing
ifne-grain annotations about the part of summaries which are factually incorrect instead of
simply labelling the entire summary as incorrect.
in: Proceedings of the 15th Annual Meeting of the Forum for Information Retrieval
Evaluation, FIRE 2023, Goa, India. December 15-18, 2023, ACM, 2023.
[25] S. Satapara, B. Modha, S. Modha, P. Mehta, Findings of the first shared task on
indian language summarization (ILSUM): approaches challenges and the path ahead, in:
K. Ghosh, T. Mandl, P. Majumder, M. Mitra (Eds.), Working Notes of FIRE 2022 -
Forum for Information Retrieval Evaluation, Kolkata, India, December 9-13, 2022,
volume 3395 of CEUR Workshop Proceedings, CEUR-WS.org, 2022, pp. 369–382. URL: https:
//ceur-ws.org/Vol-3395/T6-1.pdf.
[26] P. Mehta, From extractive to abstractive summarization: A journey, in: H. He, T. Lei,
W. Roberts (Eds.), Proceedings of the ACL 2016 Student Research Workshop, Berlin,
Germany, August 7-12, 2016, Association for Computational Linguistics, 2016, pp. 100–106.</p>
      <p>URL: https://doi.org/10.18653/v1/P16-3015. doi:10.18653/v1/P16- 3015.
[27] P. Mehta, P. Majumder, Efective aggregation of various summarization techniques, Inf.</p>
      <p>Process. Manag. 54 (2018) 145–158. URL: https://doi.org/10.1016/j.ipm.2017.11.002. doi:10.
1016/j.ipm.2017.11.002.
[28] S. Modha, P. Majumder, T. Mandl, R. Singla, Design and analysis of microblog-based
summarization system, Social Network Analysis and Mining 11 (2021) 1–16. URL: https:
//doi.org/10.1007/s13278-021-00830-3.
[29] S. Sinha, G. N. Jha, An overview of indian language datasets used for text
summarization, CoRR abs/2203.16127 (2022). URL: https://doi.org/10.48550/arXiv.2203.16127.
doi:10.48550/arXiv.2203.16127. arXiv:2203.16127.
[30] S. Barve, S. Desai, R. Sardinha, Query-based extractive text summarization for
sanskrit, in: S. Das, T. Pal, S. Kar, S. C. Satapathy, J. K. Mandal (Eds.), Proceedings of
the 4th International Conference on Frontiers in Intelligent Computing: Theory and
Applications, FICTA 2015, Durgapur, India, 16-18 November 2015, volume 404 of
Advances in Intelligent Systems and Computing, Springer, 2015, pp. 559–568. URL: https:
//doi.org/10.1007/978-81-322-2695-6_47. doi:10.1007/978- 81- 322- 2695- 6\_47.
[31] R. R. Chowdhury, M. T. Nayeem, T. T. Mim, M. S. R. Chowdhury, T. Jannat,
Unsupervised abstractive summarization of bengali text documents, in: P. Merlo, J. Tiedemann,
R. Tsarfaty (Eds.), Proceedings of the 16th Conference of the European Chapter of the
Association for Computational Linguistics: Main Volume, EACL 2021, Online, April 19
- 23, 2021, Association for Computational Linguistics, 2021, pp. 2612–2619. URL: https:
//doi.org/10.18653/v1/2021.eacl-main.224. doi:10.18653/v1/2021.eacl- main.224.
[32] J. D’Silva, U. Sharma, Development of a konkani language dataset for automatic text
summarization and its challenges, International Journal of Engineering Research and
Technology. International Research Publication House. ISSN (2019) 0974–3154.
[33] V. R. Embar, S. R. Deshpande, A. Vaishnavi, V. Jain, J. S. Kallimani, saramsha-a kannada
abstractive summarizer, in: 2013 International Conference on Advances in Computing,
Communications and Informatics (ICACCI), IEEE, 2013, pp. 540–544.
[34] S. Gandotra, B. Arora, Feature selection and extraction for dogri text summarization, in:</p>
      <p>Rising Threats in Expert Applications and Solutions, Springer, 2021, pp. 549–556.
[35] R. Kabeer, S. M. Idicula, Text summarization for malayalam documents - an experience,
in: International Conference on Data Science &amp; Engineering, ICDSE 2014, Kochi, India,
August 26-28, 2014, IEEE, 2014, pp. 145–150. URL: https://doi.org/10.1109/ICDSE.2014.
6974627. doi:10.1109/ICDSE.2014.6974627.
[36] A. Radford, K. Narasimhan, T. Salimans, I. Sutskever, Improving language
understanding with unsupervised learning, 2018. URL: https://openai.com/research/
language-unsupervised.
[37] OpenAI, Gpt-4 technical report, 2023. arXiv:2303.08774.
[38] R. Taori, I. Gulrajani, T. Zhang, Y. Dubois, X. Li, C. Guestrin, P. Liang, T. B. Hashimoto,
Stanford Alpaca: An Instruction-following LLaMA model, 2023. URL: https://github.com/
tatsu-lab/stanford_alpaca, publication Title: GitHub repository.
[39] S. Satapara, P. Mehta, D. Ganguly, S. Modha, Fighting fire with fire: Adversarial prompting
to generate a misinformation detection dataset, 2024. arXiv:arXiv:2401.04481.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <surname>S. Gangopadhyay,</surname>
          </string-name>
          <article-title>Report on the FIRE 2020 evaluation initiative</article-title>
          ,
          <source>SIGIR Forum 55</source>
          (
          <year>2021</year>
          ) 3:
          <fpage>1</fpage>
          -
          <lpage>3</lpage>
          :
          <fpage>11</fpage>
          . URL: https://doi.org/10.1145/3476415.3476418. doi:
          <volume>10</volume>
          .1145/3476415.3476418.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Madhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schäfer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Ranasinghe</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zampieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          ,
          <article-title>Overview of the HASOC subtrack at FIRE 2021: Hatespeech and ofensive content identification in english and indo-aryan languages</article-title>
          , in: P. Mehta,
          <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 2021 -
          <article-title>Forum for Information Retrieval Evaluation, Gandhinagar</article-title>
          , India,
          <source>December 13-17</source>
          ,
          <year>2021</year>
          , volume
          <volume>3159</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>19</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3159</volume>
          /
          <fpage>T1</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shahi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Nandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Schäfer</surname>
          </string-name>
          ,
          <source>Overview of the HASOC track at FIRE</source>
          <year>2020</year>
          :
          <article-title>Hate speech and ofensive content identification in indo-european languages</article-title>
          , in: P. Mehta,
          <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 2020 -
          <article-title>Forum for Information Retrieval Evaluation, Hyderabad</article-title>
          , India,
          <source>December 16-20</source>
          ,
          <year>2020</year>
          , volume
          <volume>2826</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>87</fpage>
          -
          <lpage>111</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2826</volume>
          /
          <fpage>T2</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Patel</surname>
          </string-name>
          ,
          <source>Overview of the HASOC track at FIRE</source>
          <year>2019</year>
          :
          <article-title>Hate speech and ofensive content identification in indo-european languages</article-title>
          , in: P. Mehta,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          , M. Mitra (Eds.), Working Notes of FIRE 2019 -
          <article-title>Forum for Information Retrieval Evaluation, Kolkata</article-title>
          , India,
          <source>December 12-15</source>
          ,
          <year>2019</year>
          , volume
          <volume>2517</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>167</fpage>
          -
          <lpage>190</lpage>
          . URL: http: //ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2517</volume>
          /
          <fpage>T3</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>H.</given-names>
            <surname>Madhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <article-title>Detecting ofensive speech in conversational code-mixed dialogue on social media: A contextual dataset and benchmark experiments</article-title>
          ,
          <source>Expert Systems with Applications</source>
          (
          <year>2022</year>
          )
          <fpage>119342</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Mandalia</surname>
          </string-name>
          ,
          <article-title>Detecting and visualizing hate speech in social media: A cyber watchdog for surveillance</article-title>
          ,
          <source>Expert Syst. Appl</source>
          .
          <volume>161</volume>
          (
          <year>2020</year>
          )
          <article-title>113725</article-title>
          . URL: https://doi.org/10.1016/j.eswa.
          <year>2020</year>
          .
          <volume>113725</volume>
          . doi:
          <volume>10</volume>
          .1016/j.eswa.
          <year>2020</year>
          .
          <volume>113725</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>M.</given-names>
            <surname>Subramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ponnusamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Benhur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Shanmugavadivel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Ganesan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Ravi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Shanmugasundaram</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Priyadharshini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <article-title>Ofensive language detection in tamil youtube comments by adapters and cross-domain knowledge transfer</article-title>
          ,
          <source>Comput. Speech Lang</source>
          .
          <volume>76</volume>
          (
          <year>2022</year>
          )
          <article-title>101404</article-title>
          . URL: https://doi.org/10.1016/j.csl.
          <year>2022</year>
          .
          <volume>101404</volume>
          . doi:
          <volume>10</volume>
          .1016/j.csl.
          <year>2022</year>
          .
          <volume>101404</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>B. R.</given-names>
            <surname>Chakravarthi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Kumaresan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Sakuntharaj</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Madasamy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Thavareesan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Premjith</surname>
          </string-name>
          , S. K,
          <string-name>
            <given-names>S. C.</given-names>
            <surname>Navaneethakrishnan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>McCrae</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Mandl</surname>
          </string-name>
          ,
          <article-title>Overview of the hasoc-dravidiancodemix shared task on ofensive language detection in tamil and malayalam</article-title>
          , in: P. Mehta,
          <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 2021 -
          <article-title>Forum for Information Retrieval Evaluation, Gandhinagar</article-title>
          , India,
          <source>December 13-17</source>
          ,
          <year>2021</year>
          , volume
          <volume>3159</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>589</fpage>
          -
          <lpage>602</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3159</volume>
          /
          <fpage>T3</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>S.</given-names>
            <surname>Banerjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chakma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Naskar</surname>
          </string-name>
          ,
          <string-name>
            <surname>A. Das</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Bandyopadhyay</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>Choudhury, Overview of the mixed script information retrieval (MSIR) at FIRE-2016</article-title>
          , in: P. Majumder,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sankhavara</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          Ghosh (Eds.),
          <source>Working notes of FIRE 2016 - Forum for Information Retrieval Evaluation</source>
          , Kolkata, India, December 7-
          <issue>10</issue>
          ,
          <year>2016</year>
          , volume
          <volume>1737</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2016</year>
          , pp.
          <fpage>94</fpage>
          -
          <lpage>99</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>1737</volume>
          /
          <fpage>T3</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Gupta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Bali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. E.</given-names>
            <surname>Banchs</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Choudhury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <article-title>Query expansion for mixedscript information retrieval</article-title>
          , in: S. Geva,
          <string-name>
            <given-names>A.</given-names>
            <surname>Trotman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bruza</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. L. A.</given-names>
            <surname>Clarke</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.</surname>
          </string-name>
          Järvelin (Eds.),
          <source>The 37th International ACM SIGIR Conference on Research and Development in Information Retrieval</source>
          , SIGIR '14,
          <string-name>
            <surname>Gold</surname>
            <given-names>Coast</given-names>
          </string-name>
          ,
          <string-name>
            <surname>QLD</surname>
          </string-name>
          ,
          <source>Australia - July 06 - 11</source>
          ,
          <year>2014</year>
          , ACM,
          <year>2014</year>
          , pp.
          <fpage>677</fpage>
          -
          <lpage>686</lpage>
          . URL: https://doi.org/10.1145/2600428.2609622. doi:
          <volume>10</volume>
          .1145/ 2600428.2609622.
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhila</surname>
          </string-name>
          ,
          <article-title>Data augmentation using machine translation for fake news detection in the urdu language</article-title>
          , in: N.
          <string-name>
            <surname>Calzolari</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Béchet</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Blache</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          <string-name>
            <surname>Choukri</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Cieri</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Declerck</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Goggi</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Isahara</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          <string-name>
            <surname>Maegaard</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mariani</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Mazo</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Moreno</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Odijk</surname>
          </string-name>
          , S. Piperidis (Eds.),
          <source>Proceedings of The 12th Language Resources and Evaluation Conference</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2020</year>
          , Marseille, France, May
          <volume>11</volume>
          -16,
          <year>2020</year>
          ,
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association</surname>
          </string-name>
          ,
          <year>2020</year>
          , pp.
          <fpage>2537</fpage>
          -
          <lpage>2542</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .lrec-
          <volume>1</volume>
          .309/.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Amjad</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ashraf</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zhila</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sidorov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zubiaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. F.</given-names>
            <surname>Gelbukh</surname>
          </string-name>
          ,
          <article-title>Threatening language detection and target identification in urdu tweets</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          )
          <fpage>128302</fpage>
          -
          <lpage>128313</lpage>
          . URL: https://doi.org/10.1109/ACCESS.
          <year>2021</year>
          .
          <volume>3112500</volume>
          . doi:
          <volume>10</volume>
          . 1109/ACCESS.
          <year>2021</year>
          .
          <volume>3112500</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <article-title>Optimum parameter selection for K.L.D. based authorship attribution in gujarati</article-title>
          ,
          <source>in: Sixth International Joint Conference on Natural Language Processing, IJCNLP</source>
          <year>2013</year>
          , Nagoya, Japan,
          <source>October 14-18</source>
          ,
          <year>2013</year>
          , Asian Federation of Natural Language Processing / ACL,
          <year>2013</year>
          , pp.
          <fpage>1102</fpage>
          -
          <lpage>1106</lpage>
          . URL: https://aclanthology.org/I13-1155/.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <article-title>Large scale quantitative analysis of three indo-aryan languages</article-title>
          ,
          <source>J. Quant. Linguistics</source>
          <volume>23</volume>
          (
          <year>2016</year>
          )
          <fpage>109</fpage>
          -
          <lpage>132</lpage>
          . URL: https://doi.org/10.1080/09296174.
          <year>2015</year>
          .
          <volume>1071151</volume>
          . doi:
          <volume>10</volume>
          .1080/09296174.
          <year>2015</year>
          .
          <volume>1071151</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <article-title>Overview of the FIRE 2019 AILA track: Artificial intelligence for legal assistance</article-title>
          , in: P. Mehta,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          , M. Mitra (Eds.), Working Notes of FIRE 2019 -
          <article-title>Forum for Information Retrieval Evaluation, Kolkata</article-title>
          , India,
          <source>December 12-15</source>
          ,
          <year>2019</year>
          , volume
          <volume>2517</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2517</volume>
          /
          <fpage>T1</fpage>
          -1.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          , P. Majumder,
          <article-title>FIRE 2020 AILA track: Artificial intelligence for legal assistance</article-title>
          , in: P. Majumder,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gangopadhyay</surname>
          </string-name>
          , P. Mehta (Eds.), FIRE 2020:
          <article-title>Forum for Information Retrieval Evaluation, Hyderabad</article-title>
          , India,
          <source>December 16-20</source>
          ,
          <year>2020</year>
          , ACM,
          <year>2020</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>3</lpage>
          . URL: https://doi.org/10. 1145/3441501.3441510. doi:
          <volume>10</volume>
          .1145/3441501.3441510.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>V.</given-names>
            <surname>Parikh</surname>
          </string-name>
          , U. Bhattacharya,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bandyopadhyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Pal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          , P. Majumder,
          <string-name>
            <surname>AILA</surname>
          </string-name>
          <year>2021</year>
          :
          <article-title>Shared task on artificial intelligence for legal assistance</article-title>
          , in: D.
          <string-name>
            <surname>Ganguly</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Gangopadhyay</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <string-name>
            <surname>Mitra</surname>
          </string-name>
          , P. Majumder (Eds.), FIRE 2021:
          <article-title>Forum for Information Retrieval Evaluation, Virtual Event</article-title>
          , India,
          <source>December 13 - 17</source>
          ,
          <year>2021</year>
          , ACM,
          <year>2021</year>
          , pp.
          <fpage>12</fpage>
          -
          <lpage>15</lpage>
          . URL: https://doi.org/10.1145/3503162.3506571. doi:
          <volume>10</volume>
          .1145/3503162.3506571.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>V.</given-names>
            <surname>Parikh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Mathur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Mittal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Majumder</surname>
          </string-name>
          ,
          <article-title>Lawsum: A weakly supervised approach for indian legal document summarization</article-title>
          ,
          <source>CoRR abs/2110</source>
          .01188 (
          <year>2021</year>
          ). URL: https://arxiv.org/abs/2110.01188. arXiv:
          <volume>2110</volume>
          .
          <fpage>01188</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Wyner</surname>
          </string-name>
          ,
          <article-title>Identification of rhetorical roles of sentences in indian legal judgments</article-title>
          ,
          <source>in: Legal Knowledge and Information Systems: JURIX</source>
          <year>2019</year>
          :
          <article-title>The Thirty-second Annual Conference</article-title>
          , volume
          <volume>322</volume>
          , IOS Press,
          <year>2019</year>
          , p.
          <fpage>3</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>S.</given-names>
            <surname>Parashar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Mittal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <article-title>Casrank: A ranking algorithm for legal statute retrieval</article-title>
          ,
          <source>Multimedia Tools and Applications</source>
          (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>M.</given-names>
            <surname>Basu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <article-title>Overview of the fire 2018 track: Information retrieval from microblogs during disasters (irmidis)</article-title>
          ,
          <source>in: Proceedings of the 10th annual meeting of the Forum for Information Retrieval Evaluation</source>
          ,
          <year>2018</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>S.</given-names>
            <surname>Majumdar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bandyopadhyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chattopadhyay</surname>
          </string-name>
          ,
          <string-name>
            <surname>P. P. Das</surname>
            ,
            <given-names>P. D.</given-names>
          </string-name>
          <string-name>
            <surname>Clough</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Majumder</surname>
          </string-name>
          ,
          <article-title>Overview of the irse track at fire 2022: Information retrieval in software engineering, in: Forum for Information Retrieval Evaluation</article-title>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>S.</given-names>
            <surname>Satapara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Modha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Mehta</surname>
          </string-name>
          ,
          <article-title>Fire 2022 ilsum track: Indian language summarization</article-title>
          ,
          <source>in: Proceedings of the 14th Forum for Information Retrieval Evaluation</source>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <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>
          ,
          <source>Indian language summarization at fire</source>
          <year>2023</year>
          ,
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>