← Search

Prafulla Kumar Choubey

16 accepted papers

2026

Distill-SynthKG: Distilling Knowledge Graph Synthesis Workflow for Improved Coverage and Efficiency

ICLR 2026poster

Document-level knowledge graph (KG) construction faces a fundamental scaling challenge: existing methods either rely on expensive large language models (LLMs), making them economically unviable for large-scale corpora, or employ smaller models that produce incomplete and inconsistent graphs. We iden…

Cited by 0SourceScholar
2026

Nudging the Boundaries of LLM Reasoning

ICLR 2026poster

Current online reinforcement learning (RL) algorithms like GRPO share a key limitation in LLM reasoning: they cannot learn from problems that are "unsolvable" to the model. In other words, they can only improve performance on problems where the model is capable of exploring the correct answer. If a…

Cited by 0SourcecodeScholar
2025

Do RAG Systems Cover What Matters? Evaluating and Optimizing Responses with Sub-Question Coverage

NAACL 2025long

Evaluating retrieval-augmented generation (RAG) systems remains challenging, particularly for open-ended questions that lack definitive answers and require coverage of multiple sub-topics. In this paper, we introduce a novel evaluation framework based on sub-question coverage, which measures how wel…

Cited by 1SourcePDFScholar
2025

SiReRAG: Indexing Similar and Related Information for Multihop Reasoning

ICLR 2025poster

Indexing is an important step towards strong performance in retrieval-augmented generation (RAG) systems. However, existing methods organize data based on either semantic similarity (similarity) or related information (relatedness), but do not cover both perspectives comprehensively. Our analysis re…

2025

Turning Conversations into Workflows: A Framework to Extract and Evaluate Dialog Workflows for Service AI Agents

ACL 2025finding

Automated service agents require well-structured workflows to deliver consistent and accurate responses to customer queries. However, such workflows are often undocumented, and their automatic extraction from conversations remains largely unexplored. In this work, we present a novel framework for ex…

Cited by 0SourcePDFScholar
2025

Unanswerability Evaluation for Retrieval Augmented Generation

ACL 2025long

Existing evaluation frameworks for retrieval-augmented generation (RAG) systems focus on answerable queries, but they overlook the importance of appropriately rejecting unanswerable requests. In this paper, we introduce UAEval4RAG, a comprehensive evaluation framework designed to evaluate whether RA…

Cited by 0SourcePDFScholar
2024

Embrace Divergence for Richer Insights: A Multi-document Summarization Benchmark and a Case Study on Summarizing Diverse Information from News Articles

NAACL 2024long

Previous research in multi-document news summarization has typically concentrated on collating information that all sources agree upon. However, the summarization of diverse information dispersed across multiple articles about an event remains underexplored. In this paper, we propose a new task of s…

2023

CaPE: Contrastive Parameter Ensembling for Reducing Hallucination in Abstractive Summarization

ACL 2023findings

Hallucination is a known issue for neural abstractive summarization models. Recent work suggests that the degree of hallucination may depend on factual errors in the training data. In this work, we propose a new method called Contrastive Parameter Ensembling (CaPE) to use training data more effectiv…

Cited by 20SourcePDFScholar
2023

Lexical Repetitions Lead to Rote Learning: Unveiling the Impact of Lexical Overlap in Train and Test Reference Summaries

EMNLP 2023long findings

Ideal summarization models should generalize to novel summary-worthy content without remembering reference training summaries by rote. However, a single average performance score on the entire test set is inadequate in determining such model competencies. We propose a fine-grained evaluation protoco…

Cited by 0SourceScholar
2023

Model ensemble instead of prompt fusion: a sample-specific knowledge transfer method for few-shot prompt tuning

ICLR 2023poster

Prompt tuning approaches, which learn task-specific soft prompts for a downstream task conditioning on frozen pre-trained models, have attracted growing interest due to its parameter efficiency. With large language models and sufficient training data, prompt tuning performs comparably to full-model…

Cited by 16SourcePDFScholar
2022

Conformal Predictor for Improving Zero-Shot Text Classification Efficiency

EMNLP 2022main

Pre-trained language models (PLMs) have been shown effective for zero-shot (0shot) text classification. 0shot models based on natural language inference (NLI) and next sentence prediction (NSP) employ cross-encoder architecture and infer by making a forward pass through the model for each label-text…

Cited by 3SourcePDFScholar
2022

Improving Factual Consistency in Summarization with Compression-Based Post-Editing

EMNLP 2022main

State-of-the-art summarization models still struggle to be factually consistent with the input text. A model-agnostic way to address this problem is post-editing the generated summaries. However, existing approaches typically fail to remove entity errors if a suitable input entity replacement is not…

2022

P-Adapters: Robustly Extracting Factual Information from Language Models with Diverse Prompts

ICLR 2022poster

Recent work (e.g. LAMA (Petroni et al., 2019)) has found that the quality of the factual information extracted from Large Language Models (LLMs) depends on the prompts used to query them. This inconsistency is problematic because different users will query LLMs for the same information using differe…

2022

Predicting Sentence Deletions for Text Simplification Using a Functional Discourse Structure

ACL 2022short

Document-level text simplification often deletes some sentences besides performing lexical, grammatical or structural simplification to reduce text complexity. In this work, we focus on sentence deletions for text simplification and use a news genre-specific functional discourse structure, which cat…

2021

GFST: Gender-Filtered Self-Training for More Accurate Gender in Translation

EMNLP 2021main

Targeted evaluations have found that machine translation systems often output incorrect gender in translations, even when the gender is clear from context. Furthermore, these incorrectly gendered translations have the potential to reflect or amplify social biases. We propose gender-filtered self-tra…

2021

Profiling News Discourse Structure Using Explicit Subtopic Structures Guided Critics

EMNLP 2021finding

We present an actor-critic framework to induce subtopical structures in a news article for news discourse profiling. The model uses multiple critics that act according to known subtopic structures while the actor aims to outperform them. The content structures constitute sentences that represent lat…

Cited by 11SourcePDFScholar