paper-with-me

Papers

From Pivots to Graphs: Augmented CycleDensity as a Generalization to One Time InverseConsultation

2021-08-27 · Shashwat Goel, Kunwar Shaanjeet Singh Grover

This paper describes an approach used to generate new translations using raw bilingual dictionaries as part of the 4th Task Inference Across Dictionaries (TIAD 2021) shared task. We propose Augmented Cycle Density (ACD) as a framework that combines insights from two state of the art methods that require no sense information and parallel corpora: Cycle Density (CD) and One Time Inverse Consultation (OTIC). The task results show that across 3 unseen language pairs, ACD's predictions, has more than double (74%) the coverage of OTIC at almost the same precision (76%). ACD combines CD's scalability - leveraging rich multilingual graphs for better predictions, and OTIC's data efficiency - producing good results with the minimum possible resource of one pivot language.

📄 PDF Abstract BibTeX arXiv:2108.12459

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Attention Transfer Network for Cross-Domain Sentiment Classification

2018-04-26 · Thirty-Second AAAI Conference on Artificial Intelligence 2018 4 · Zheng Li, Ying WEI, Yu Zhang, Qiang Yang

Cross-domain sentiment classification aims to leverage useful information in a source domain to help do sentiment classifi- cation in a target domain that has no or little supervised infor- mation. Existing cross-domain …

ClassificationCross-Domain Text ClassificationDomain AdaptationGeneral Classification+2

Mind the Label Shift of Augmentation-based Graph OOD Generalization

2023-03-27 · CVPR 2023 1 · Junchi Yu, Jian Liang, Ran He

Out-of-distribution (OOD) generalization is an important issue for Graph Neural Networks (GNNs). Recent works employ different graph editions to generate augmented environments and learn an invariant GNN for generalizati…

Domain Adaptation with Category Attention Network for Deep Sentiment Analysis

2021-12-31 · Dongbo Xi, Fuzhen Zhuang, Ganbin Zhou, Xiaohu Cheng 외

Domain adaptation tasks such as cross-domain sentiment classification aim to utilize existing labeled data in the source domain and unlabeled or few labeled data in the target domain to improve the performance in the tar…

AttributeClassificationDomain AdaptationSentiment Analysis+1

Linguistic representations for fewer-shot relation extraction across domains

2023-07-07 · Sireesh Gururaja, Ritam Dutt, Tinglong Liao, Carolyn Rose

Recent work has demonstrated the positive impact of incorporating linguistic representations as additional context and scaffolding on the in-domain performance of several NLP tasks. We extend this work by exploring the i…

RelationRelation Extraction

Good pivots for small sparse matrices

2020-06-02 · Manuel Kauers, Jakob Moosbauer

For sparse matrices up to size $8 \times 8$, we determine optimal choices for pivot selection in Gaussian elimination. It turns out that they are slightly better than the pivots chosen by a popular pivot selection strate…

BIG-bench Machine Learning