paper-with-me

홈 › Papers

Multi-View Cross-Lingual Structured Prediction with Minimum Supervision

2021-08-01 · ACL 2021 5 · Zechuan Hu, Yong Jiang, Nguyen Bach, Tao Wang, Zhongqiang Huang, Fei Huang, Kewei Tu

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 performance on the target language. Previous work has explored the similarity between source and target sentences as an approximate measure of strength for different source models. In this paper, we propose a multi-view framework, by leveraging a small number of labeled target sentences, to effectively combine multiple source models into an aggregated source view at different granularity levels (language, sentence, or sub-structure), and transfer it to a target view based on a task-specific model. By encouraging the two views to interact with each other, our framework can dynamically adjust the confidence level of each source model and improve the performance of both views during training. Experiments for three structured prediction tasks on sixteen data sets show that our framework achieves significant improvement over all existing approaches, including these with access to additional source language data.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual TransferSentenceStructured PredictionTransfer Learning

Similar Papers 제목 키워드 기반

SenPoi at SemEval-2022 Task 10: Point me to your Opinion, SenPoi

2022-07-01 · SemEval (NAACL) 2022 7 · Jan Pfister, Sebastian Wankerl, Andreas Hotho

Structured Sentiment Analysis is the task of extracting sentiment tuples in a graph structure commonly from review texts. We adapt the Aspect-Based Sentiment Analysis pointer network BARTABSA to model this tuple extracti…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Contextual Label Projection for Cross-Lingual Structured Prediction

2023-09-16 · Tanmay Parekh, I-Hung Hsu, Kuan-Hao Huang, Kai-Wei Chang 외

Label projection, which involves obtaining translated labels and texts jointly, is essential for leveraging machine translation to facilitate cross-lingual transfer in structured prediction tasks. Prior research explorin…

Cross-Lingual TransferEvent Argument ExtractionMachine Translationnamed-entity-recognition+7

EventKG+TL: Creating Cross-Lingual Timelines from an Event-Centric Knowledge Graph

2018-05-03 · Simon Gottschalk, Elena Demidova

The provision of multilingual event-centric temporal knowledge graphs such as EventKG enables structured access to representations of a large number of historical and contemporary events in a variety of language contexts…

Knowledge Graphs

Word Reordering for Zero-shot Cross-lingual Structured Prediction

2021-11-01 · EMNLP 2021 11 · Tao Ji, Yong Jiang, Tao Wang, Zhongqiang Huang 외

Adapting word order from one language to another is a key problem in cross-lingual structured prediction. Current sentence encoders (e.g., RNN, Transformer with position embeddings) are usually word order sensitive. Even…

Dependency ParsingMorphological TaggingPOSPosition+4

ECNU_ICA at SemEval-2022 Task 10: A Simple and Unified Model for Monolingual and Crosslingual Structured Sentiment Analysis

2022-07-01 · SemEval (NAACL) 2022 7 · Qi Zhang, Jie zhou, Qin Chen, Qingchun Bai 외

Sentiment analysis is increasingly viewed as a vital task both from an academic and a commercial standpoint. In this paper, we focus on the structured sentiment analysis task that is released on SemEval-2022 Task 10. The…

Event ExtractionSentiment Analysis