← Search

Nguyen Bach

9 accepted papers

2022

ITA: Image-Text Alignments for Multi-Modal Named Entity Recognition

NAACL 2022long

Recently, Multi-modal Named Entity Recognition (MNER) has attracted a lot of attention. Most of the work utilizes image information through region-level visual representations obtained from a pretrained object detector and relies on an attention mechanism to model the interactions between image and…

2022

Visual Clues: Bridging Vision and Language Foundations for Image Paragraph Captioning

NeurIPS 2022accept

People say, "A picture is worth a thousand words". Then how can we get the rich information out of the image? We argue that by using visual clues to bridge large pretrained vision foundation models and language models, we can do so without any extra cross-modal training. Thanks to the strong zero-sh…

Cited by 28SourcePDFScholar
2021

Automated Concatenation of Embeddings for Structured Prediction

ACL 2021long

Pretrained contextualized embeddings are powerful word representations for structured prediction tasks. Recent work found that better word representations can be obtained by concatenating different types of embeddings. However, the selection of embeddings to form the best concatenated representation…

2021

Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning

ACL 2021long

Recent advances in Named Entity Recognition (NER) show that document-level contexts can significantly improve model performance. In many application scenarios, however, such contexts are not available. In this paper, we propose to find external contexts of a sentence by retrieving and selecting a se…

2021

MuVER: Improving First-Stage Entity Retrieval with Multi-View Entity Representations

EMNLP 2021main

Entity retrieval, which aims at disambiguating mentions to canonical entities from massive KBs, is essential for many tasks in natural language processing. Recent progress in entity retrieval shows that the dual-encoder structure is a powerful and efficient framework to nominate candidates if entiti…

2021

Multi-View Cross-Lingual Structured Prediction with Minimum Supervision

ACL 2021long

In structured prediction problems, cross-lingual transfer learning is an efficient way to train quality models for low-resource languages, and further improvement can be obtained by learning from multiple source languages. However, not all source models are created equal and some may hurt performanc…

Cited by 7SourcePDFScholar
2021

Risk Minimization for Zero-shot Sequence Labeling

ACL 2021long

Zero-shot sequence labeling aims to build a sequence labeler without human-annotated datasets. One straightforward approach is utilizing existing systems (source models) to generate pseudo-labeled datasets and train a target sequence labeler accordingly. However, due to the gap between the source an…

Cited by 3SourcePDFScholar
2021

Structural Knowledge Distillation: Tractably Distilling Information for Structured Predictor

ACL 2021long

Knowledge distillation is a critical technique to transfer knowledge between models, typically from a large model (the teacher) to a more fine-grained one (the student). The objective function of knowledge distillation is typically the cross-entropy between the teacher and the student’s output distr…