paper-with-me

Papers

DAMP: Doubly Aligned Multilingual Parser for Task-Oriented Dialogue

2022-12-15 · William Held, Christopher Hidey, Fei Liu, Eric Zhu, Rahul Goel, Diyi Yang, Rushin Shah

Modern virtual assistants use internal semantic parsing engines to convert user utterances to actionable commands. However, prior work has demonstrated that semantic parsing is a difficult multilingual transfer task with low transfer efficiency compared to other tasks. In global markets such as India and Latin America, this is a critical issue as switching between languages is prevalent for bilingual users. In this work we dramatically improve the zero-shot performance of a multilingual and codeswitched semantic parsing system using two stages of multilingual alignment. First, we show that constrastive alignment pretraining improves both English performance and transfer efficiency. We then introduce a constrained optimization approach for hyperparameter-free adversarial alignment during finetuning. Our Doubly Aligned Multilingual Parser (DAMP) improves mBERT transfer performance by 3x, 6x, and 81x on the Spanglish, Hinglish and Multilingual Task Oriented Parsing benchmarks respectively and outperforms XLM-R and mT5-Large using 3.2x fewer parameters.

📄 PDF Abstract BibTeX arXiv:2212.08054

Code (1)

salt-nlp/damp 공식 구현 pytorch

Tasks

Semantic ParsingXLM-R

Methods 이 논문이 사용한 방법론

mBERT mBERT
XLM-R XLM-R

Similar Papers 제목 키워드 기반

Computational Guarantees for Doubly Entropic Wasserstein Barycenters via Damped Sinkhorn Iterations

2023-07-25 · Lénaïc Chizat, Tomas Vaškevičius

We study the computation of doubly regularized Wasserstein barycenters, a recently introduced family of entropic barycenters governed by inner and outer regularization strengths. Previous research has demonstrated that v…

A System for Multilingual Dependency Parsing based on Bidirectional LSTM Feature Representations

2017-08-01 · CONLL 2017 8 · KyungTae Lim, Thierry Poibeau

In this paper, we present our multilingual dependency parser developed for the CoNLL 2017 UD Shared Task dealing with {``}Multilingual Parsing from Raw Text to Universal Dependencies{''}. Our parser extends the monolingu…

Dependency ParsingMultilingual Word EmbeddingsWord Embeddings

Aligning Multilingual News for Stock Return Prediction

2025-10-22 · Yuntao Wu, Lynn Tao, Ing-Haw Cheng, Charles Martineau 외 arxiv

News spreads rapidly across languages and regions, but translations may lose subtle nuances. We propose a method to align sentences in multilingual news articles using optimal transport, identifying semantically similar …

Semantic Similarity

A Fast and Lightweight System for Multilingual Dependency Parsing

2017-08-01 · CONLL 2017 8 · Tao Ji, Yuanbin Wu, Man Lan

We present a multilingual dependency parser with a bidirectional-LSTM (BiLSTM) feature extractor and a multi-layer perceptron (MLP) classifier. We trained our transition-based projective parser in UD version 2.0 datasets…

Dependency Parsing

XFormParser: A Simple and Effective Multimodal Multilingual Semi-structured Form Parser

2024-05-27 · Xianfu Cheng, Hang Zhang, Jian Yang, Xiang Li 외

In the domain of Document AI, parsing semi-structured image form is a crucial Key Information Extraction (KIE) task. The advent of pre-trained multimodal models significantly empowers Document AI frameworks to extract ke…

Document AIFormKey Information ExtractionLanguage Modelling+1