paper-with-me

홈 › Papers

Constructing Code-mixed Universal Dependency Forest for Unbiased Cross-lingual Relation Extraction

2023-05-20 · Hao Fei, Meishan Zhang, Min Zhang, Tat-Seng Chua

Latest efforts on cross-lingual relation extraction (XRE) aggressively leverage the language-consistent structural features from the universal dependency (UD) resource, while they may largely suffer from biased transfer (e.g., either target-biased or source-biased) due to the inevitable linguistic disparity between languages. In this work, we investigate an unbiased UD-based XRE transfer by constructing a type of code-mixed UD forest. We first translate the sentence of the source language to the parallel target-side language, for both of which we parse the UD tree respectively. Then, we merge the source-/target-side UD structures as a unified code-mixed UD forest. With such forest features, the gaps of UD-based XRE between the training and predicting phases can be effectively closed. We conduct experiments on the ACE XRE benchmark datasets, where the results demonstrate that the proposed code-mixed UD forests help unbiased UD-based XRE transfer, with which we achieve significant XRE performance gains.

📄 PDF Abstract BibTeX arXiv:2305.12258

Code (0)

등록된 구현이 없습니다.

Tasks

RelationRelation ExtractionSentence

Similar Papers 제목 키워드 기반

Constructing Multilingual CCG Treebanks from Universal Dependencies

2021-09-17 · ACL ARR September 2021 9 · Anonymous

This paper introduces an algorithm to convert Universal Dependencies (UD) treebanks to Combinatory Categorial Grammar (CCG) treebanks. As CCG encodes almost all grammatical information into the lexicon, obtaining a high …

Binarization

Universal Function Approximation on Graphs

2020-03-14 · NeurIPS 2020 12 · Rickard Brüel-Gabrielsson

In this work we produce a framework for constructing universal function approximators on graph isomorphism classes. We prove how this framework comes with a collection of theoretically desirable properties and enables no…

Dependency ParsingGraph ClassificationGraph Learning

Towards the first UD Treebank of Spoken Italian: the KIParla forest

2024-10-06 · Ludovica Pannitto

The present project endeavors to enrich the linguistic resources available for Italian by constructing a Universal Dependencies treebank for the KIParla corpus (Mauri et al., 2019, Ballar\`e et al., 2020), an existing an…

Universal Dependencies Parsing for Colloquial Singaporean English

2017-05-18 · ACL 2017 7 · Hongmin Wang, Yue Zhang, GuangYong Leonard Chan, Jie Yang 외

Singlish can be interesting to the ACL community both linguistically as a major creole based on English, and computationally for information extraction and sentiment analysis of regional social media. We investigate depe…

Dependency ParsingSentiment Analysis

Cross-Lingual Dependency Parsing Using Code-Mixed TreeBank

2019-09-05 · IJCNLP 2019 11 · Zhang Meishan, Zhang Yue, Fu Guohong

Treebank translation is a promising method for cross-lingual transfer of syntactic dependency knowledge. The basic idea is to map dependency arcs from a source treebank to its target translation according to word alignme…

Cross-Lingual TransferCross-Lingual Word EmbeddingsDependency ParsingTranslation+1