Goto

Collaborating Authors

 Manipur


Nearly one in two Ebola patients dying in DR Congo outbreak

Al Jazeera

Almost one in two people infected with Ebola are dying, Democratic Republic of the Congo government figures show. The outbreak is now the deadliest in the country's history. Nathan Cofnas on whether he feels responsible for Jason Arday's death Are humanoid robots the future of warfare? Houses set on fire as fresh violence erupts in India's Manipur'Barrel bomb mufti' sentenced to life in Syria


Nathan Cofnas on whether he feels responsible for Jason Arday's death

Al Jazeera

Nathan Cofnas on whether he feels responsible for Jason Arday's death Nathan Cofnas on whether he feels responsible for Jason Arday's death Nathan Cofnas, the academic who accused Cambridge University's youngest Black professor, Jason Arday, of plagiarism, was asked if he felt responsible for Arday's death in his first interview since the professor's passing. Share Nathan Cofnas on whether he feels responsible for Jason Arday's death on social media Are humanoid robots the future of warfare? Houses set on fire as fresh violence erupts in India's Manipur'Barrel bomb mufti' sentenced to life in Syria


Are humanoid robots the future of warfare?

Al Jazeera

Are humanoid robots the future of warfare? Are humanoid robots the future of warfare? Humanoid robots are breaking world records in sports, and are increasingly being developed and tested for military use. Al Jazeera's Ava Warriner looks at who's investing in them, what armies want them for and whether they are a new frontier in the global tech race. Share Are humanoid robots the future of warfare? on social media Houses set on fire as fresh violence erupts in India's Manipur'Barrel bomb mufti' sentenced to life in Syria


Video: Russia launches rocket into space with military satellite

Al Jazeera

Russia says it has successfully launched a military satellite into space on the back of a Soyuz-2.1 rocket from the Arkhangelsk region. Experts believe its purpose is to aid Russia's war on Ukraine by increasing coverage over the country. Are humanoid robots the future of warfare? Houses set on fire as fresh violence erupts in India's Manipur'Barrel bomb mufti' sentenced to life in Syria


New eye scan detects diseases years before symptoms appear

Al Jazeera

A Qatar-based professor has pioneered a non-invasive eye scan to detect neurodegenerative diseases years before symptoms appear. The technology uses AI to analyse the eye and can identify early signs of dementia, Parkinson's disease, and other diseases within minutes. Church leaders killed in latest ethnic violence in India's Manipur


FairI Tales: Evaluation of Fairness in Indian Contexts with a Focus on Bias and Stereotypes

arXiv.org Artificial Intelligence

Existing studies on fairness are largely Western-focused, making them inadequate for culturally diverse countries such as India. To address this gap, we introduce INDIC-BIAS, a comprehensive India-centric benchmark designed to evaluate fairness of LLMs across 85 identity groups encompassing diverse castes, religions, regions, and tribes. We first consult domain experts to curate over 1,800 socio-cultural topics spanning behaviors and situations, where biases and stereotypes are likely to emerge. Grounded in these topics, we generate and manually validate 20,000 real-world scenario templates to probe LLMs for fairness. We structure these templates into three evaluation tasks: plausibility, judgment, and generation. Our evaluation of 14 popular LLMs on these tasks reveals strong negative biases against marginalized identities, with models frequently reinforcing common stereotypes. Additionally, we find that models struggle to mitigate bias even when explicitly asked to rationalize their decision. Our evaluation provides evidence of both allocative and representational harms that current LLMs could cause towards Indian identities, calling for a more cautious usage in practical applications. We release INDIC-BIAS as an open-source benchmark to advance research on benchmarking and mitigating biases and stereotypes in the Indian context.


Deceptive Humor: A Synthetic Multilingual Benchmark Dataset for Bridging Fabricated Claims with Humorous Content

arXiv.org Artificial Intelligence

This paper presents the Deceptive Humor Dataset (DHD), a novel resource for studying humor derived from fabricated claims and misinformation. In an era of rampant misinformation, understanding how humor intertwines with deception is essential. DHD consists of humor-infused comments generated from false narratives, incorporating fabricated claims and manipulated information using the ChatGPT-4o model. Each instance is labeled with a Satire Level, ranging from 1 for subtle satire to 3 for high-level satire and classified into five distinct Humor Categories: Dark Humor, Irony, Social Commentary, Wordplay, and Absurdity. The dataset spans multiple languages including English, Telugu, Hindi, Kannada, Tamil, and their code-mixed variants (Te-En, Hi-En, Ka-En, Ta-En), making it a valuable multilingual benchmark. By introducing DHD, we establish a structured foundation for analyzing humor in deceptive contexts, paving the way for a new research direction that explores how humor not only interacts with misinformation but also influences its perception and spread. We establish strong baselines for the proposed dataset, providing a foundation for future research to benchmark and advance deceptive humor detection models.


Parallel Corpora for Machine Translation in Low-resource Indic Languages: A Comprehensive Review

arXiv.org Artificial Intelligence

Parallel corpora play an important role in training machine translation (MT) models, particularly for low-resource languages where high-quality bilingual data is scarce. This review provides a comprehensive overview of available parallel corpora for Indic languages, which span diverse linguistic families, scripts, and regional variations. We categorize these corpora into text-to-text, code-switched, and various categories of multimodal datasets, highlighting their significance in the development of robust multilingual MT systems. Beyond resource enumeration, we critically examine the challenges faced in corpus creation, including linguistic diversity, script variation, data scarcity, and the prevalence of informal textual content.We also discuss and evaluate these corpora in various terms such as alignment quality and domain representativeness. Furthermore, we address open challenges such as data imbalance across Indic languages, the trade-off between quality and quantity, and the impact of noisy, informal, and dialectal data on MT performance. Finally, we outline future directions, including leveraging cross-lingual transfer learning, expanding multilingual datasets, and integrating multimodal resources to enhance translation quality. To the best of our knowledge, this paper presents the first comprehensive review of parallel corpora specifically tailored for low-resource Indic languages in the context of machine translation.


A Breadth-First Catalog of Text Processing, Speech Processing and Multimodal Research in South Asian Languages

arXiv.org Artificial Intelligence

We review the recent literature (January 2022- October 2024) in South Asian languages on text-based language processing, multimodal models, and speech processing, and provide a spotlight analysis focused on 21 low-resource South Asian languages, namely Saraiki, Assamese, Balochi, Bhojpuri, Bodo, Burmese, Chhattisgarhi, Dhivehi, Gujarati, Kannada, Kashmiri, Konkani, Khasi, Malayalam, Meitei, Nepali, Odia, Pashto, Rajasthani, Sindhi, and Telugu. We identify trends, challenges, and future research directions, using a step-wise approach that incorporates relevance classification and clustering based on large language models (LLMs). Our goal is to provide a breadth-first overview of the recent developments in South Asian language technologies to NLP researchers interested in working with South Asian languages.


EzSQL: An SQL intermediate representation for improving SQL-to-text Generation

arXiv.org Artificial Intelligence

The SQL-to-text generation task traditionally uses template base, Seq2Seq, tree-to-sequence, and graph-to-sequence models. Recent models take advantage of pre-trained generative language models for this task in the Seq2Seq framework. However, treating SQL as a sequence of inputs to the pre-trained models is not optimal. In this work, we put forward a new SQL intermediate representation called EzSQL to align SQL with the natural language text sequence. EzSQL simplifies the SQL queries and brings them closer to natural language text by modifying operators and keywords, which can usually be described in natural language. EzSQL also removes the need for set operators. Our proposed SQL-to-text generation model uses EzSQL as the input to a pre-trained generative language model for generating the text descriptions. We demonstrate that our model is an effective state-of-the-art method to generate text narrations from SQL queries on the WikiSQL and Spider datasets. We also show that by generating pretraining data using our SQL-to-text generation model, we can enhance the performance of Text-to-SQL parsers.