← Search

Franck Dernoncourt

79 accepted papers

2026

Charts Are Not Images: On the Challenges of Scientific Chart Editing

ICLR 2026poster

Generative models, such as diffusion and autoregressive approaches, have demonstrated impressive capabilities in editing natural images. However, applying these tools to scientific charts rests on a flawed assumption: a chart is not merely an arrangement of pixels but a visual representation of stru…

Cited by 0SourcecodeScholar
2026

Steering MoE LLMs via Expert (De)Activation

ICLR 2026poster

Mixture-of-Experts (MoE) in Large Language Models (LLMs) routes each token through a subset of specialized Feed-Forward Networks (FFN), known as experts. We present SteerMoE, a framework to steer MoE models by detecting and controlling behavior-associated experts. We detect key experts by comparing…

Cited by 0SourcecodeScholar
2026

VipAct: Visual-Perception Enhancement via Specialized VLM Agent Collaboration and Tool-use

AAAI 2026technical

While vision-language models (VLMs) have demonstrated remarkable performance across various tasks combining textual and visual information, they continue to struggle with fine-grained visual perception tasks that require detailed pixel-level analysis. Effectively eliciting comprehensive reasoning fr

Cited by 0SourcePDFScholar
2025

A Large-scale Training Paradigm for Graph Generative Models

ICLR 2025poster

Large Generative Models (LGMs) such as GPT, Stable Diffusion, Sora, and Suno are trained on a huge amount of texts, images, videos, and audio that are extremely diverse from numerous domains. This large-scale training paradigm on diverse well-curated data enhances the creativity and diversity of the…

2025

CORG: Generating Answers from Complex, Interrelated Contexts

NAACL 2025long

In a real-world corpus, knowledge frequently recurs across documents but often contains inconsistencies due to ambiguous naming, outdated information, or errors, leading to complex interrelationships between contexts. Previous research has shown that language models struggle with these complexities,…

Cited by 0SourcePDFScholar
2025

ChartLens: Fine-grained Visual Attribution in Charts

ACL 2025long

The growing capabilities of multimodal large language models (MLLMs) have advanced tasks like chart understanding. However, these models often suffer from hallucinations, where generated text sequences conflict with the provided visual data. To address this, we introduce Post-Hoc Visual Attribution…

Cited by 0SourcePDFScholar
2025

Demystifying the Power of Large Language Models in Graph Generation

NAACL 2025findings

Despite the unprecedented success of applying Large Language Models (LLMs) to graph discriminative tasks such as node classification and link prediction, its potential for graph structure generation remains largely unexplored. To fill this crucial gap, this paper presents a systematic investigation…

2025

Follow the Flow: Fine-grained Flowchart Attribution with Neurosymbolic Agents

EMNLP 2025

Flowcharts are a critical tool for visualizing decision-making processes. However, their non-linear structure and complex visual-textual relationships make it challenging to interpret them using LLMs, as vision-language models frequently hallucinate nonexistent connections and decision paths when an

2025

From Selection to Generation: A Survey of LLM-based Active Learning

ACL 2025long

Active Learning (AL) has been a powerful paradigm for improving model efficiency and performance by selecting the most informative data points for labeling and training. In recent active learning frameworks, Large Language Models (LLMs) have been employed not only for selection but also for generati…

Cited by 0SourcePDFScholar
2025

LaMP-Cap: Personalized Figure Caption Generation With Multimodal Figure Profiles

EMNLP 2025

Figure captions are crucial for helping readers understand and remember a figure’s key message. Many models have been developed to generate these captions, helping authors compose better quality captions more easily. Yet, authors almost always need to revise generic AI-generated captions to match th

2025

Mixture of Structural-and-Textual Retrieval over Text-rich Graph Knowledge Bases

ACL 2025finding

Text-rich Graph Knowledge Bases (TG-KBs) have become increasingly crucial for answering queries by providing textual and structural knowledge. However, current retrieval methods often retrieve these two types of knowledge in isolation without considering their mutual reinforcement and existing hybri…

2025

MoDS: Moderating a Mixture of Document Speakers to Summarize Debatable Queries in Document Collections

NAACL 2025long

Query-focused summarization (QFS) gives a summary of documents to answer a query.Past QFS work assumes queries have one answer, ignoring debatable ones (*Is law school worth it?*).We introduce **Debatable QFS (DQFS)**, a task to create summaries that answer debatable queries via documents with oppos…

Cited by 0SourcePDFScholar
2025

NoLiMa: Long-Context Evaluation Beyond Literal Matching

ICML 2025poster

Recent large language models (LLMs) support long contexts ranging from 128K to 1M tokens. A popular method for evaluating these capabilities is the needle-in-a-haystack (NIAH) test, which involves retrieving a "needle" (relevant information) from a "haystack" (long irrelevant context). Extensions of…

2025

SV-RAG: LoRA-Contextualizing Adaptation of MLLMs for Long Document Understanding

ICLR 2025poster

Multimodal large language models (MLLMs) have recently shown great progress in text-rich image understanding, yet they still struggle with complex, multi-page visually-rich documents. Traditional methods using document parsers for retrieval-augmented generation suffer from performance and efficiency…

Cited by 0SourcePDFScholar
2025

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

NAACL 2025short

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance of bias mitigation techniques, most require modifications to the training data,…

2025

The Photographer's Eye: Teaching Multimodal Large Language Models to See, and Critique Like Photographers

CVPR 2025poster

Photographer, curator, and former director of photography at the Museum of Modern Art (MoMA), John Szarkowski remarked in *William Eggleston's Guide*, "While editing directly from life, photographers have found it too difficult to see simultaneously both the blue and the sky." Szarkowski insightfull…

Cited by 0SourcePDFScholar
2025

VisDoM: Multi-Document QA with Visually Rich Elements Using Multimodal Retrieval-Augmented Generation

NAACL 2025long

Understanding information from a collection of multiple documents, particularly those with visually rich elements, is important for document-grounded question answering. This paper introduces VisDoMBench, the first comprehensive benchmark designed to evaluate QA systems in multi-document settings wi…

2024

An Analysis of Multilingual FActScore

EMNLP 2024main

FActScore has gained popularity as a metric to estimate the factuality of long-form texts generated by Large Language Models (LLMs) in English. However, there has not been any work in studying the behavior of FActScore in other languages. This paper studies the limitations of each component in the f…

Cited by 1SourcePDFScholar
2024

CulturaX: A Cleaned, Enormous, and Multilingual Dataset for Large Language Models in 167 Languages

COLING 2024main

Extensive training datasets represent one of the important factors for the impressive learning capabilities of large language models (LLMs). However, these training datasets for current LLMs, especially the recent state-of-the-art models, are often not fully disclosed. Creating training data for hig…

2024

DocEdit-v2: Document Structure Editing Via Multimodal LLM Grounding

EMNLP 2024main

Document structure editing involves manipulating localized textual, visual, and layout components in document images based on the user’s requests. Past works have shown that multimodal grounding of user requests in the document image and identifying the accurate structural components and their assoc…

Cited by 2SourcePDFScholar
2024

DocScript: Document-level Script Event Prediction

COLING 2024main

We present a novel task of document-level script event prediction, which aims to predict the next event given a candidate list of narrative events in long-form documents. To enable this, we introduce DocSEP, a challenging dataset in two new domains - contractual documents and Wikipedia articles, whe…

Cited by 1SourcePDFScholar
2024

Editing Partially Observable Networks via Graph Diffusion Models

ICML 2024poster

Most real-world networks are noisy and incomplete samples from an unknown target distribution. Refining them by correcting corruptions or inferring unobserved regions typically improves downstream performance. Inspired by the impressive generative capabilities that have been used to correct corrupti…

Cited by 1SourcePDFScholar
2024

Hierarchical Selection of Important Context for Generative Event Causality Identification with Optimal Transports

COLING 2024main

We study the problem of Event Causality Identification (ECI) that seeks to predict causal relation between event mentions in the text. In contrast to previous classification-based models, a few recent ECI methods have explored generative models to deliver state-of-the-art performance. However, such…

Cited by 3SourcePDFScholar
2024

MCECR: A Novel Dataset for Multilingual Cross-Document Event Coreference Resolution

NAACL 2024findings

Event coreference resolution (ECR) is a critical task in information extraction of natural language processing, aiming to identify and link event mentions across multiple documents. Despite recent progress, existing datasets for ECR primarily focus on within-document event coreference and English te…

Cited by 0SourcePDFScholar
2024

Mastering Context-to-Label Representation Transformation for Event Causality Identification with Diffusion Models

AAAI 2024technical

To understand event structures of documents, event causality identification (ECI) emerges as a crucial task, aiming to discern causal relationships among event mentions. The latest approach for ECI has introduced advanced deep learning models where transformer-based encoding models, complemented by…

Cited by 6SourcePDFScholar
2024

OATS: A Challenge Dataset for Opinion Aspect Target Sentiment Joint Detection for Aspect-Based Sentiment Analysis

COLING 2024main

Aspect-based sentiment analysis (ABSA) delves into understanding sentiments specific to distinct elements within a user-generated review. It aims to analyze user-generated reviews to determine a) the target entity being reviewed, b) the high-level aspect to which it belongs, c) the sentiment words u…

2024

PDFTriage: Question Answering over Long, Structured Documents

EMNLP 2024industry

Large Language Models (LLMs) have issues with document question answering (QA) in situations where the document is unable to fit in the small context length of an LLM. To overcome this issue, most existing works focus on retrieving the relevant context from the document, representing them as plain t…

Cited by 28SourcePDFScholar
2024

Scaling Up Video Summarization Pretraining with Large Language Models

CVPR 2024poster

Long-form video content constitutes a significant portion of internet traffic making automated video summarization an essential research problem. However existing video summarization datasets are notably limited in their size constraining the effectiveness of state-of-the-art methods for generalizat…

Cited by 13SourcePDFScholar
2024

Towards Enhancing Coherence in Extractive Summarization: Dataset and Experiments with LLMs

EMNLP 2024main

Extractive summarization plays a pivotal role in natural language processing due to its wide-range applications in summarizing diverse content efficiently, while also being faithful to the original content. Despite significant advancement achieved in extractive summarization by Large Language Models…

2024

ULLME: A Unified Framework for Large Language Model Embeddings with Generation-Augmented Learning

EMNLP 2024system demonstrations

Large Language Models (LLMs) excel in various natural language processing tasks, but leveraging them for dense passage embedding remains challenging. This is due to their causal attention mechanism and the misalignment between their pre-training objectives and the text ranking tasks. Despite some re…

2023

ChatGPT Beyond English: Towards a Comprehensive Evaluation of Large Language Models in Multilingual Learning

EMNLP 2023long findings

Over the last few years, large language models (LLMs) have emerged as the most important breakthroughs in natural language processing (NLP) that fundamentally transform research and developments in the field. ChatGPT represents one of the most exciting LLM systems developed recently to showcase impr…

Cited by 0SourceScholar
2023

DocEdit: Language-Guided Document Editing

AAAI 2023technical

Professional document editing tools require a certain level of expertise to perform complex edit operations. To make editing tools accessible to increasingly novice users, we investigate intelligent document assistant systems that can make or suggest edits based on a user's natural language request.…

Cited by 5SourcePDFScholar
2023

Generating Labeled Data for Relation Extraction: A Meta Learning Approach with Joint GPT-2 Training

ACL 2023findings

Relation Extraction (RE) is the task of identifying semantic relation between real-world entities mentioned in text. Despite significant progress in RE research, a remaining challenge for RE concerns the lack of training data for data-hungry deep learning models. Cost of annotation and difficulty of…

Cited by 5SourcePDFScholar
2023

Hybrid Knowledge Transfer for Improved Cross-Lingual Event Detection via Hierarchical Sample Selection

ACL 2023long

In this paper, we address the Event Detection task under a zero-shot cross-lingual setting where a model is trained on a source language but evaluated on a distinct target language for which there is no labeled data available. Most recent efforts in this field follow a direct transfer approach in wh…

Cited by 13SourcePDFScholar
2023

Improving Visual Grounding by Encouraging Consistent Gradient-Based Explanations

CVPR 2023poster

We propose a margin-based loss for tuning joint vision-language models so that their gradient-based explanations are consistent with region-level annotations provided by humans for relatively smaller grounding datasets. We refer to this objective as Attention Mask Consistency (AMC) and demonstrate t…

2023

Learning Navigational Visual Representations with Semantic Map Supervision

ICCV 2023poster

Being able to perceive the semantics and the spatial structure of the environment is essential for visual navigation of a household robot. However, most existing works only employ visual backbones pre-trained either with independent images for classification or with self-supervised learning methods…

Cited by 31PDFcodeScholar
2023

MeetingBank: A Benchmark Dataset for Meeting Summarization

ACL 2023long

As the number of recorded meetings increases, it becomes increasingly important to utilize summarization technology to create useful summaries of these recordings. However, there is a crucial lack of annotated meeting corpora for developing this technology, as it can be hard to collect meetings, esp…

2023

MeetingQA: Extractive Question-Answering on Meeting Transcripts

ACL 2023long

With the ubiquitous use of online meeting platforms and robust automatic speech recognition systems, meeting transcripts have emerged as a promising domain for natural language tasks. Most recent works on meeting transcripts primarily focus on summarization and extraction of action items. However, m…

Cited by 10SourcePDFScholar
2023

Moment Detection in Long Tutorial Videos

ICCV 2023poster

Tutorial videos play an increasingly important role in professional development and self-directed education. For users to realise the full benefits of this medium, tutorial videos must be efficiently searchable. In this work, we focus on the task of moment detection, in which the goal is to localise…

Cited by 4PDFcodeScholar
2023

SCCS: Semantics-Consistent Cross-domain Summarization via Optimal Transport Alignment

ACL 2023findings

Multimedia summarization with multimodal output (MSMO) is a recently explored application in language grounding. It plays an essential role in real-world applications, i.e., automatically generating cover images and titles for news articles or providing introductions to online videos. However, exist…

Cited by 9SourcePDFScholar
2023

Transitioning Representations between Languages for Cross-lingual Event Detection via Langevin Dynamics

EMNLP 2023short findings

Cross-lingual transfer learning (CLTL) for event detection (ED) aims to develop models in high-resource source languages that can be directly applied to produce effective performance for lower-resource target languages. Previous research in this area has focused on representation matching methods to…

Cited by 0SourceScholar
2022

BehancePR: A Punctuation Restoration Dataset for Livestreaming Video Transcript

NAACL 2022findings

Given the increasing number of livestreaming videos, automatic speech recognition and post-processing for livestreaming video transcripts are crucial for efficient data management as well as knowledge mining. A key step in this process is punctuation restoration which restores fundamental text struc…

2022

CAISE: Conversational Agent for Image Search and Editing

AAAI 2022technical

Demand for image editing has been increasing as users' desire for expression is also increasing. However, for most users, image editing tools are not easy to use since the tools require certain expertise in photo effects and have complex interfaces. Hence, users might need someone to help edit their…

2022

DocFin: Multimodal Financial Prediction and Bias Mitigation using Semi-structured Documents

EMNLP 2022finding

Financial prediction is complex due to the stochastic nature of the stock market. Semi-structured financial documents present comprehensive financial data in tabular formats, such as earnings, profit-loss statements, and balance sheets, and can often contain rich technical analysis along with a text…

2022

DocTime: A Document-level Temporal Dependency Graph Parser

NAACL 2022long

We introduce DocTime - a novel temporal dependency graph (TDG) parser that takes as input a text document and produces a temporal dependency graph. It outperforms previous BERT-based solutions by a relative 4-8% on three datasets from modeling the problem as a graph network with path-prediction loss…

2022

Document-Level Event Argument Extraction via Optimal Transport

ACL 2022findings

Event Argument Extraction (EAE) is one of the sub-tasks of event extraction, aiming to recognize the role of each entity mention toward a specific event trigger. Despite the success of prior works in sentence-level EAE, the document-level setting is less explored. In particular, whereas syntactic st…

Cited by 17SourcePDFScholar
2022

Event Detection for Suicide Understanding

NAACL 2022findings

Suicide is a serious problem in every society. Understanding life events of a potential patient is essential for successful suicide-risk assessment and prevention. In this work, we focus on the Event Detection (ED) task to identify event trigger words of suicide-related events in public posts of dis…

2022

Fine-grained Image Captioning with CLIP Reward

NAACL 2022findings

Modern image captioning models are usually trained with text similarity objectives. However, since reference captions in public datasets often describe the most salient common objects, models trained with the text similarity objectives tend to ignore specific and detailed aspects of an image that di…

2022

Joint Extraction of Entities, Relations, and Events via Modeling Inter-Instance and Inter-Label Dependencies

NAACL 2022long

Event trigger detection, entity mention recognition, event argument extraction, and relation extraction are the four important tasks in information extraction that have been performed jointly (Joint Information Extraction - JointIE) to avoid error propagation and leverage dependencies between the ta…

Cited by 46SourcePDFScholar
2022

Keyphrase Prediction from Video Transcripts: New Dataset and Directions

COLING 2022main

Keyphrase Prediction (KP) is an established NLP task, aiming to yield representative phrases to summarize the main content of a given document. Despite major progress in recent years, existing works on KP have mainly focused on formal texts such as scientific papers or weblogs. The challenges of KP…

Cited by 0SourcePDFScholar
2022

Learning Cross-Task Dependencies for Joint Extraction of Entities, Events, Event Arguments, and Relations

EMNLP 2022main

Extracting entities, events, event arguments, and relations (i.e., task instances) from text represents four main challenging tasks in information extraction (IE), which have been solved jointly (JointIE) to boost the overall performance for IE. As such, previous work often leverages two types of de…

Cited by 12SourcePDFScholar
2022

MACRONYM: A Large-Scale Dataset for Multilingual and Multi-Domain Acronym Extraction

COLING 2022main

Acronym extraction is the task of identifying acronyms and their expanded forms in texts that is necessary for various NLP applications. Despite major progress for this task in recent years, one limitation of existing AE research is that they are limited to the English language and certain domains (…

Cited by 22SourcePDFScholar
2022

MECI: A Multilingual Dataset for Event Causality Identification

COLING 2022main

Event Causality Identification (ECI) is the task of detecting causal relations between events mentioned in the text. Although this task has been extensively studied for English materials, it is under-explored for many other languages. A major reason for this issue is the lack of multilingual dataset…

2022

MEE: A Novel Multilingual Event Extraction Dataset

EMNLP 2022main

Event Extraction (EE) is one of the fundamental tasks in Information Extraction (IE) that aims to recognize event mentions and their arguments (i.e., participants) from text. Due to its importance, extensive methods and resources have been developed for Event Extraction. However, one limitation of c…

2022

MINION: a Large-Scale and Diverse Dataset for Multilingual Event Detection

NAACL 2022long

Event Detection (ED) is the task of identifying and classifying trigger words of event mentions in text. Despite considerable research efforts in recent years for English text, the task of ED in other languages has been significantly less explored. Switching to non-English languages, important resea…

2022

Medical Question Understanding and Answering with Knowledge Grounding and Semantic Self-Supervision

COLING 2022main

Current medical question answering systems have difficulty processing long, detailed and informally worded questions submitted by patients, called Consumer Health Questions (CHQs). To address this issue, we introduce a medical question understanding and answering system with knowledge grounding and…

2022

Multilingual SubEvent Relation Extraction: A Novel Dataset and Structure Induction Method

EMNLP 2022finding

Subevent Relation Extraction (SRE) is a task in Information Extraction that aims to recognize spatial and temporal containment relations between event mentions in text. Recent methods have utilized pre-trained language models to represent input texts for SRE. However, a key issue in existing SRE met…

Cited by 10SourcePDFScholar
2022

Multimodal Intent Discovery from Livestream Videos

NAACL 2022findings

Individuals, educational institutions, and businesses are prolific at generating instructional video content such as “how-to” and tutorial guides. While significant progress has been made in basic video understanding tasks, identifying procedural intent within these instructional videos is a challen…

2022

Offensive Content Detection via Synthetic Code-Switched Text

COLING 2022main

The prevalent use of offensive content in social media has become an important reason for concern for online platforms (customer service chat-boxes, social media platforms, etc). Classifying offensive and hate-speech content in online settings is an essential task in many applications that needs to…

Cited by 9SourcePDFScholar
2022

Transfer Learning and Prediction Consistency for Detecting Offensive Spans of Text

ACL 2022findings

Toxic span detection is the task of recognizing offensive spans in a text snippet. Although there has been prior work on classifying text snippets as offensive or not, the task of recognizing spans responsible for the toxicity of a text is not explored yet. In this work, we introduce a novel multi-t…

Cited by 5SourcePDFScholar
2022

Virtual Knowledge Graph Construction for Zero-Shot Domain-Specific Document Retrieval

COLING 2022main

Domain-specific documents cover terminologies and specialized knowledge. This has been the main challenge of domain-specific document retrieval systems. Previous approaches propose domain-adaptation and transfer learning methods to alleviate this problem. However, these approaches still follow the s…

2021

A Context-Dependent Gated Module for Incorporating Symbolic Semantics into Event Coreference Resolution

NAACL 2021long

Event coreference resolution is an important research problem with many applications. Despite the recent remarkable success of pre-trained language models, we argue that it is still highly beneficial to utilize symbolic features for the task. However, as the input for coreference resolution typicall…

2021

A Gradually Soft Multi-Task and Data-Augmented Approach to Medical Question Understanding

ACL 2021long

Users of medical question answering systems often submit long and detailed questions, making it hard to achieve high recall in answer retrieval. To alleviate this problem, we propose a novel Multi-Task Learning (MTL) method with data augmentation for medical question understanding. We first establis…

2021

IGA: An Intent-Guided Authoring Assistant

EMNLP 2021main

While large-scale pretrained language models have significantly improved writing assistance functionalities such as autocomplete, more complex and controllable writing assistants have yet to be explored. We leverage advances in language modeling to build an interactive writing assistant that generat…

2021

KPQA: A Metric for Generative Question Answering Using Keyphrase Weights

NAACL 2021long

In the automatic evaluation of generative question answering (GenQA) systems, it is difficult to assess the correctness of generated answers due to the free-form of the answer. Especially, widely used n-gram similarity metrics often fail to discriminate the incorrect answers since they equally consi…

2021

Learning Prototype Representations Across Few-Shot Tasks for Event Detection

EMNLP 2021main

We address the sampling bias and outlier issues in few-shot learning for event detection, a subtask of information extraction. We propose to model the relations between training tasks in episodic few-shot learning by introducing cross-task prototypes. We further propose to enforce prediction consist…

2021

Learning by Planning: Language-Guided Global Image Editing

CVPR 2021poster

Recently, language-guided global image editing draws increasing attention with growing application potentials. However, previous GAN-based methods are not only confined to domain-specific, low-resolution data but also lacking in interpretability. To overcome the collective difficulties, we develop a…

Cited by 40PDFcodeScholar
2021

QACE: Asking Questions to Evaluate an Image Caption

EMNLP 2021finding

In this paper we propose QACE, a new metric based on Question Answering for Caption Evaluation to evaluate image captioning based on Question Generation(QG) and Question Answering(QA) systems. QACE generates questions on the evaluated caption and check its content by asking the questions on either t…

2021

StreamHover: Livestream Transcript Summarization and Annotation

EMNLP 2021main

With the explosive growth of livestream broadcasting, there is an urgent need for new summarization technology that enables us to create a preview of streamed content and tap into this wealth of knowledge. However, the problem is nontrivial due to the informal nature of spoken language. Further, the…

2021

Syntopical Graphs for Computational Argumentation Tasks

ACL 2021long

Approaches to computational argumentation tasks such as stance detection and aspect detection have largely focused on the text of independent claims, losing out on potentially valuable context provided by the rest of the collection. We introduce a general approach to these tasks motivated by syntopi…

Cited by 5SourcePDFScholar
2021

TIMERS: Document-level Temporal Relation Extraction

ACL 2021short

We present TIMERS - a TIME, Rhetorical and Syntactic-aware model for document-level temporal relation classification in the English language. Our proposed method leverages rhetorical discourse features and temporal arguments from semantic role labels, in addition to traditional local syntactic featu…

2021

Towards Interpreting and Mitigating Shortcut Learning Behavior of NLU models

NAACL 2021long

Recent studies indicate that NLU models are prone to rely on shortcut features for prediction, without achieving true language understanding. As a result, these models fail to generalize to real-world out-of-distribution data. In this work, we show that the words in the NLU training set can be model…

Cited by 107SourcePDFScholar
2021

UMIC: An Unreferenced Metric for Image Captioning via Contrastive Learning

ACL 2021short

Despite the success of various text generation metrics such as BERTScore, it is still difficult to evaluate the image captions without enough reference captions due to the diversity of the descriptions. In this paper, we introduce a new metric UMIC, an Unreferenced Metric for Image Captioning which…

2021

X-METRA-ADA: Cross-lingual Meta-Transfer learning Adaptation to Natural Language Understanding and Question Answering

NAACL 2021long

Multilingual models, such as M-BERT and XLM-R, have gained increasing popularity, due to their zero-shot cross-lingual transfer learning capabilities. However, their generalization ability is still inconsistent for typologically diverse languages and across different benchmarks. Recently, meta-learn…

2020

Explain by Evidence: An Explainable Memory-based Neural Network for Question Answering

COLING 2020main

Interpretability and explainability of deep neural net models are always challenging due to their size and complexity. Many previous works focused on visualizing internal components of neural networks to represent them through human-friendly concepts. On the other hand, in real life, when making a d…

Cited by 7SourcePDFScholar
2020

What Does This Acronym Mean? Introducing a New Dataset for Acronym Identification and Disambiguation

COLING 2020main

Acronyms are the short forms of phrases that facilitate conveying lengthy sentences in documents and serve as one of the mainstays of writing. Due to their importance, identifying acronyms and corresponding phrases (i.e., acronym identification (AI)) and finding the correct meaning of each acronym (…