← Search

Tahira Naseem

15 accepted papers

2026

Insertion Based Sequence Generation with Learnable Order Dynamics

ICML 2026poster

In many domains generating variable length sequences through insertions provides greater flexibility over autoregressive models. However, the action space of insertion models is much larger than that of autoregressive models (ARMs) making the learning challenging. To address this, we incorporate tra…

Cited by 0SourceScholar
2025

Latent Principle Discovery for Language Model Self-Improvement

NeurIPS 2025poster

When language model (LM) users aim to improve the quality of its generations, it is crucial to specify concrete behavioral attributes that the model should strive to reflect. However, curating such principles across many domains, even non-exhaustively, requires a labor-intensive annotation process.…

Cited by 0SourceScholar
2024

A Grounded Preference Model for LLM Alignment

ACL 2024findings

Despite LLMs’ recent advancements, they still suffer from factual inconsistency and hallucination. An often-opted remedy is retrieval-augmented generation – however, there is no guarantee that the model will strictly adhere to retrieved grounding. Fundamentally, LLMs need to be aligned to be more fa…

Cited by 1SourcePDFScholar
2024

BRAIn: Bayesian Reward-conditioned Amortized Inference for natural language generation from feedback

ICML 2024poster

Distribution matching methods for language model alignment such as Generation with Distributional Control (GDC) and Distributional Policy Gradient (DPG) have not received the same level of attention in reinforcement learning from human feedback (RLHF) as contrastive methods such as Sequence Likeliho…

Cited by 3SourcePDFScholar
2023

Ensemble-Instruct: Instruction Tuning Data Generation with a Heterogeneous Mixture of LMs

EMNLP 2023long findings

Using in-context learning (ICL) for data generation, techniques such as Self-Instruct (Wang et al., 2023) or the follow-up Alpaca (Taori et al., 2023) can train strong conversational agents with only a small amount of human supervision. One limitation of these approaches is that they resort to very…

Cited by 0SourceScholar
2023

Laziness Is a Virtue When It Comes to Compositionality in Neural Semantic Parsing

ACL 2023long

Nearly all general-purpose neural semantic parsers generate logical forms in a strictly top-down autoregressive fashion. Though such systems have achieved impressive results across a variety of datasets and domains, recent works have called into question whether they are ultimately limited in their…

Cited by 3SourcePDFScholar
2022

A Two-Stage Approach towards Generalization in Knowledge Base Question Answering

EMNLP 2022finding

Most existing approaches for Knowledge Base Question Answering (KBQA) focus on a specific underlying knowledge base either because of inherent assumptions in the approach, or because evaluating it on a different knowledge base requires non-trivial changes. However, many popular knowledge bases share…

Cited by 16SourcePDFScholar
2022

DocAMR: Multi-Sentence AMR Representation and Evaluation

NAACL 2022long

Despite extensive research on parsing of English sentences into Abstract Meaning Representation (AMR) graphs, which are compared to gold graphs via the Smatch metric, full-document parsing into a unified graph representation lacks well-defined representation and evaluation. Taking advantage of a sup…

2022

Inducing and Using Alignments for Transition-based AMR Parsing

NAACL 2022long

Transition-based parsers for Abstract Meaning Representation (AMR) rely on node-to-word alignments. These alignments are learned separately from parser training and require a complex pipeline of rule-based components, pre-processing, and post-processing to satisfy domain-specific constraints. Parser…

2022

Maximum Bayes Smatch Ensemble Distillation for AMR Parsing

NAACL 2022long

AMR parsing has experienced an unprecendented increase in performance in the last three years, due to a mixture of effects including architecture improvements and transfer learning. Self-learning techniques have also played a role in pushing performance forward. However, for most recent high perform…

2022

X-FACTOR: A Cross-metric Evaluation of Factual Correctness in Abstractive Summarization

EMNLP 2022main

Abstractive summarization models often produce factually inconsistent summaries that are not supported by the original article. Recently, a number of fact-consistent evaluation techniques have been proposed to address this issue; however, a detailed analysis of how these metrics agree with one anoth…

Cited by 12SourcePDFScholar
2021

A Semantics-aware Transformer Model of Relation Linking for Knowledge Base Question Answering

ACL 2021short

Relation linking is a crucial component of Knowledge Base Question Answering systems. Existing systems use a wide variety of heuristics, or ensembles of multiple systems, heavily relying on the surface question text. However, the explicit semantic parse of the question is a rich source of relation i…

Cited by 34SourcePDFScholar
2021

Structural Guidance for Transformer Language Models

ACL 2021long

Transformer-based language models pre-trained on large amounts of text data have proven remarkably successful in learning generic transferable linguistic representations. Here we study whether structural guidance leads to more human-like systematic linguistic generalization in Transformer language m…

2021

Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing

EMNLP 2021main

Predicting linearized Abstract Meaning Representation (AMR) graphs using pre-trained sequence-to-sequence Transformer models has recently led to large improvements on AMR parsing benchmarks. These parsers are simple and avoid explicit modeling of structure but lack desirable properties such as graph…