← Search

Partha Talukdar

17 accepted papers

2024

IndicGenBench: A Multilingual Benchmark to Evaluate Generation Capabilities of LLMs on Indic Languages

ACL 2024long

As large language models (LLMs) see increasing adoption across the globe, it is imperative for LLMs to be representative of the linguistic diversity of the world. India is a linguistically diverse country of 1.4 Billion people. To facilitate research on multilingual LLM evaluation, we release IndicG…

2024

LLM Augmented LLMs: Expanding Capabilities through Composition

ICLR 2024poster

Foundational models with billions of parameters which have been trained on large corpus of data have demonstrated non-trivial skills in a variety of domains. However, due to their monolithic structure, it is challenging and expensive to augment them or impart new skills. On the other hand, due to th…

Cited by 44SourcePDFScholar
2024

Multimodal Modeling for Spoken Language Identification

ICASSP 2024accepted

Spoken language identification refers to the task of automatically predicting the spoken language in a given utterance. Conventionally, it is modeled as a speech-based language identification task. Prior techniques have been constrained to a single modality; however in the case of video data there i…

Cited by 0SourceScholar
2024

UGIF-DataSet: A New Dataset for Cross-lingual, Cross-modal Sequential actions on the UI

NAACL 2024findings

Help documents are supposed to aid smartphone users in resolving queries such as “How to block calls from unknown numbers?”. However, given a query, identifying the right help document, understanding instructions from the document, and using them to resolve the issue at hand is challenging. The user…

Cited by 2SourcePDFScholar
2023

Parameter-Efficient Finetuning for Robust Continual Multilingual Learning

ACL 2023findings

We introduce and study the problem of Continual Multilingual Learning (CML) where a previously trained multilingual model is periodically updated using new data arriving in stages. If the new data is present only in a subset of languages, we find that the resulting model shows improved performance o…

2023

Self-Influence Guided Data Reweighting for Language Model Pre-training

EMNLP 2023long main

Language Models (LMs) pre-trained with selfsupervision on large text corpora have become the default starting point for developing models for various NLP tasks. Once the pre-training corpus has been assembled, all data samples in the corpus are treated with equal importance during LM pre-training. H…

Cited by 0SourceScholar
2023

XTREME-UP: A User-Centric Scarce-Data Benchmark for Under-Represented Languages

EMNLP 2023long findings

Data scarcity is a crucial issue for the development of highly multilingual NLP systems. Yet for many under-represented languages (ULs) --- languages for which NLP research is particularly far behind in meeting user needs --- it is feasible to annotate small amounts of data. Motivated by this, we pr…

Cited by 0SourcecodeScholar
2022

Few-shot Controllable Style Transfer for Low-Resource Multilingual Settings

ACL 2022long

Style transfer is the task of rewriting a sentence into a target style while approximately preserving content. While most prior literature assumes access to a large style-labelled corpus, recent work (Riley et al. 2021) has attempted “few-shot” style transfer using only 3-10 sentences at inference f…

Cited by 26SourcePDFScholar
2022

Overlap-based Vocabulary Generation Improves Cross-lingual Transfer Among Related Languages

ACL 2022long

Pre-trained multilingual language models such as mBERT and XLM-R have demonstrated great potential for zero-shot cross-lingual transfer to low web-resource languages (LRL). However, due to limited model capacity, the large difference in the sizes of available monolingual corpora between high web-res…

2022

When is BERT Multilingual? Isolating Crucial Ingredients for Cross-lingual Transfer

NAACL 2022long

While recent work on multilingual language models has demonstrated their capacity for cross-lingual zero-shot transfer on downstream tasks, there is a lack of consensus in the community as to what shared properties between languages enable such transfer. Analyses involving pairs of natural languages…

2021

Exploiting Language Relatedness for Low Web-Resource Language Model Adaptation: An Indic Languages Study

ACL 2021long

Recent research in multilingual language models (LM) has demonstrated their ability to effectively handle multiple languages in a single model. This holds promise for low web-resource languages (LRL) as multilingual models can enable transfer of supervision from high resource languages to LRLs. Howe…

2021

Spatial Reasoning from Natural Language Instructions for Robot Manipulation

ICRA 2021poster

Robots that can manipulate objects in unstructured environments and collaborate with humans can benefit immensely by understanding natural language. We propose a pipelined architecture of two stages to perform spatial reasoning on the text input. All the objects in the scene are first localized, and…

Cited by 40SourceScholar
2020

Composition-based Multi-Relational Graph Convolutional Networks

ICLR 2020poster

Graph Convolutional Networks (GCNs) have recently been shown to be quite successful in modeling graph-structured data. However, the primary focus has been on handling simple undirected graphs. Multi-relational graphs are a more general and prevalent form of graphs where each edge has a label and dir…

Cited by 1247SourcecodeScholar
2019

Confidence-based Graph Convolutional Networks for Semi-Supervised Learning

AISTATS 2019poster

Predicting properties of nodes in a graph is an important problem with applications in a variety of domains. Graph-based Semi Supervised Learning (SSL) methods aim to address this problem by labeling a small subset of the nodes as seeds, and then utilizing the graph structure to predict label scores…

2019

HyperGCN: A New Method For Training Graph Convolutional Networks on Hypergraphs

NeurIPS 2019poster

In many real-world network datasets such as co-authorship, co-citation, email communication, etc., relationships are complex and go beyond pairwise. Hypergraphs provide a flexible and natural modeling tool to model such complex relationships. The obvious existence of such complex relationships in ma…

2019

Lovasz Convolutional Networks

AISTATS 2019poster

Semi-supervised learning on graph structured data has received significant attention with the recent introduction of Graph Convolution Networks (GCN). While traditional methods have focused on optimizing a loss augmented with Laplacian regularization framework, GCNs perform an implicit Laplacian typ…