Papers by Tahira Naseem

18 papers
X-FACTOR: A Cross-metric Evaluation of Factual Correctness in Abstractive Summarization (2022.emnlp-main)

Copied to clipboard

Challenge: Abstractive summarization models produce factually inconsistent summaries that are not supported by the original article.
Approach: They propose a fact-aware filtering mechanism that improves the factuality of abstractive summarization models.
Outcome: The proposed method improves the quality of training data and the factuality of generated summaries.
Leveraging Abstract Meaning Representation for Knowledge Base Question Answering (2021.findings-acl)

Copied to clipboard

Challenge: Existing approaches face challenges including complex question understanding and lack of large end-to-end training datasets.
Approach: They propose a modular knowledge base question answering system that leverages AMR parses for task-independent question understanding.
Outcome: The proposed system achieves state-of-the-art performance on two prominent KBQA datasets based on DBpedia.
Bootstrapping Multilingual AMR with Contextual Word Alignments (2021.eacl-main)

Copied to clipboard

Challenge: Abstract Meaning Representation (AMR) is a sentence-level graph that is biased towards English.
Approach: They propose a technique for foreign-text-to-English AMR alignment using contextual word alignment between English and foreign language tokens.
Outcome: The proposed technique outperforms the best results for German, Italian, Spanish and Chinese.
Rewarding Smatch: Transition-Based AMR Parsing with Reinforcement Learning (P19-1)

Copied to clipboard

Challenge: Abstract meaning representations (AMRs) are labeled directed acyclic graphs that represent a non intersentential abstraction of natural language with broad-coverage semantic representations.
Approach: They build upon a transition-based AMR parser that uses Stack-LSTMs and augment training with policy learning.
Outcome: The proposed parser performs comparable to the best published parsers.
Pushing the Limits of AMR Parsing with Self-Learning (2020.findings-emnlp)

Copied to clipboard

Challenge: Abstract Meaning Representation (AMR) parsing has experienced a notable growth in performance in the last two years due to the impact of transfer learning and the development of novel architectures specific to AMR.
Approach: They propose to use AMR annotations to generate synthetic text and refine actions oracle without additional human annotations for AMR parsing.
Outcome: The proposed models improve on AMR 1.0 and 2.0 without human annotations.
Ensemble-Instruct: Instruction Tuning Data Generation with a Heterogeneous Mixture of LMs (2023.findings-emnlp)

Copied to clipboard

Challenge: Empirical studies with different instruction-tuned LMs show that our proposed method yields higher-quality instruction tuning data than Self-Instruct.
Approach: They propose to use in-context learning techniques to train strong conversational agents . they propose to categorize and simplify ICL templates to make prompt learning easier .
Outcome: Empirical results show that the proposed method yields higher-quality instruction tuning data than Self-Instruct and improves performance of both vanilla and instruction-tuned LMs.
A Semantics-aware Transformer Model of Relation Linking for Knowledge Base Question Answering (2021.acl-short)

Copied to clipboard

Challenge: Existing knowledge base question answering systems do not leverage the explicit semantic parse of the question text.
Approach: They propose a transformer-based neural model that leverages the AMR semantic parse of a sentence.
Outcome: The proposed model outperforms the state-of-the-art on 4 popular benchmark datasets.
DocAMR: Multi-Sentence AMR Representation and Evaluation (2022.naacl-main)

Copied to clipboard

Challenge: Abstract Meaning Representation (AMR) graphs are compared to gold graphs by the Smatch metric, but lack a well-defined representation and evaluation.
Approach: They propose an algorithm for deriving a unified graph representation using a super-sentential annotation method.
Outcome: The proposed algorithm avoids the pitfalls of over-merging and lacks coherence from under merging.
A Two-Stage Approach towards Generalization in Knowledge Base Question Answering (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches for Knowledge Base Question Answering focus on a specific knowledge base or evaluating it on underlying knowledge base requires non-trivial changes.
Approach: They propose a framework that separates semantic parsing from knowledge base interaction . they propose KBQA framework that allows generalization across knowledge bases .
Outcome: The proposed framework achieves comparable or state-of-the-art performance on datasets with a different knowledge base.
AMR Parsing with Action-Pointer Transformer (2021.naacl-main)

Copied to clipboard

Challenge: Abstract Meaning Representation parsing is a sentence-to-graph prediction task . graph nodes are semantically based on one or more sentence tokens, so implicit alignments can be derived.
Approach: They propose a transition-based system that decouples hard-attention over sentences with a target-side action pointer mechanism to decouple source tokens from node representations and address alignments.
Outcome: The proposed system achieves the second best Smatch score on AMR 2.0 (81.8) it decouples source tokens from node representations and addresses alignments, but lacks expressiveness.
Transition-based Parsing with Stack-Transformers (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing parsing systems use local or global models of the parser state to improve performance.
Approach: They propose to modify the sequence-to-sequence Transformer to model global or local parser states in transition-based parsing.
Outcome: The proposed model significantly improves performance on dependency and Abstract Meaning Representation (AMR) parsing tasks.
Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing (2021.emnlp-main)

Copied to clipboard

Challenge: Recent work shows that pre-trained sequence-to-sequence Transformer models are effective in predicting linearized Abstract Meaning Representation graphs.
Approach: They propose a structure-aware transition-based approach to AMR parsing that integrates general pre-trained sequence-to-sequence language models with a structured transition set.
Outcome: The proposed approach retains the desirable properties of previous approaches while reaching the new parsing state of the art for AMR 2.0.
Structural Guidance for Transformer Language Models (2021.acl-long)

Copied to clipboard

Challenge: Pre-trained Transformer language models have proven remarkably successful in learning generic transferable linguistic representations without resorting to data intensive pre-training.
Approach: They propose to combine a generative parsing and a structural scaffolding idea to guide the model's representation via additional structure loss that separates the incremental constituency parse.
Outcome: The proposed models achieve impressive perplexity results on language modelling datasets, perform well on grammatical judgments, and provide useful linguistic representations that benefit a wide range of downstream tasks.
GPT-too: A Language-Model-First Approach for AMR-to-Text Generation (2020.acl-main)

Copied to clipboard

Challenge: Existing approaches to generating text from AMRs focus on training sequence-to-sequence or graph-tosequent models on annotated data.
Approach: They propose a strong pre-trained language model with cycle consistency-based re-scoring to generate AMR text.
Outcome: The proposed model outperforms existing methods on the English LDC2017T10 dataset.
Maximum Bayes Smatch Ensemble Distillation for AMR Parsing (2022.naacl-main)

Copied to clipboard

Challenge: 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.
Approach: They propose to combine Smatch-based ensembling techniques with ensemble distillation to overcome this diminishing returns of silver data.
Outcome: The proposed technique can produce gains rivaling those of human annotated data for QALD-9 and achieve a new state-of-the-art for BioAMR.
A Grounded Preference Model for LLM Alignment (2024.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) suffer from factual inconsistency and hallucination despite recent advances . training a preference model requires substantial human annotation, which is expensive and labor-intensive.
Approach: They propose to generate synthetic grounded preference data and train a Grounded Preference Model to assess the overall quality of grounded responses.
Outcome: The proposed model can generate much better grounded responses as judged by GPT4 and achieves the TRUE faithfulness Benchmark.
Inducing and Using Alignments for Transition-based AMR Parsing (2022.naacl-main)

Copied to clipboard

Challenge: Abstract Meaning Representation parsers rely on node-to-word alignments, but lack the complexity of the pipeline.
Approach: They propose a neural aligner for abstract meaning representation that learns node-to-word alignments without relying on pipelines.
Outcome: The proposed approach improves accuracy and generalization from AMR2.0 to AMR3.0 corpora.
Laziness Is a Virtue When It Comes to Compositionality in Neural Semantic Parsing (2023.acl-long)

Copied to clipboard

Challenge: Compositional generalization is a key feature of human intelligence and has been identified as a major point of weakness in neural methods for semantic parsing.
Approach: They propose a neural parsing generation method that constructs logical forms from the bottom up, beginning from the logical form’s leaves.
Outcome: The proposed method outperforms general-purpose parsers on a CFQ dataset and two other Text-to-SQL datasets while also being competitive with parser that have been tailored to each task.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations