← Search

Jishnu Ray Chowdhury

10 accepted papers

2025

Zero-Shot Keyphrase Generation: Investigating Specialized Instructions and Multi-sample Aggregation on Large Language Models

NAACL 2025findings

Keyphrases are the essential topical phrases that summarize a document. Keyphrase generation is a long-standing NLP task for automatically generating keyphrases for a given document. While the task has been comprehensively explored in the past via various models, only a few works perform some prelim…

Cited by 0SourcePDFScholar
2023

Data Augmentation for Low-Resource Keyphrase Generation

ACL 2023findings

Keyphrase generation is the task of summarizing the contents of any given article into a few salient phrases (or keyphrases). Existing works for the task mostly rely on large-scale annotated datasets, which are not easy to acquire. Very few works address the problem of keyphrase generation in low-re…

2023

Recursion in Recursion: Two-Level Nested Recursion for Length Generalization with Scalability

NeurIPS 2023poster

Binary Balanced Tree Recursive Neural Networks (BBT-RvNNs) enforce sequence composition according to a preset balanced binary tree structure. Thus, their non-linear recursion depth (which is the tree depth) is just $\log_2 n$ ($n$ being the sequence length). Such logarithmic scaling makes BBT-RvNNs…

2022

KPDROP: Improving Absent Keyphrase Generation

EMNLP 2022finding

Keyphrase generation is the task of generating phrases (keyphrases) that summarize the main topics of a given document. Keyphrases can be either present or absent from the given document. While the extraction of present keyphrases has received much attention in the past, only recently a stronger foc…

2022

Keyphrase Generation Beyond the Boundaries of Title and Abstract

EMNLP 2022finding

Keyphrase generation aims at generating important phrases (keyphrases) that best describe a given document. In scholarly domains, current approaches have largely used only the title and abstract of the articles to generate keyphrases. In this paper, we comprehensively explore whether the integration…

2022

Novelty Controlled Paraphrase Generation with Retrieval Augmented Conditional Prompt Tuning

AAAI 2022technical

Paraphrase generation is a fundamental and long-standing task in natural language processing. In this paper, we concentrate on two contributions to the task: (1) we propose Retrieval Augmented Prompt Tuning (RAPT) as a parameter-efficient method to adapt large pre-trained language models for paraphr…

2021

Modeling Hierarchical Structures with Continuous Recursive Neural Networks

ICML 2021oral

Recursive Neural Networks (RvNNs), which compose sequences according to their underlying hierarchical syntactic structure, have performed well in several natural language processing tasks compared to similar models without structural biases. However, traditional RvNNs are incapable of inducing the l…