SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2210.09926 · EMNLP · 2022

RAPO: An Adaptive Ranking Paradigm for Bilingual Lexicon Induction

Qi Zhang, Chaozhuo Li, Xing Xie, Xiao Han, Shuo Ren, Xinyue Hu, Haizhen Huang, Zengxuan Wen, Denvy Deng, Zhoujin Tian, Zhiqiang Zuo

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 6 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
Jlfj345wf/RAPO — 6 of 6
FunctionStatusWhere it lives
AdapterForAdjust Ran Jlfj345wf/RAPO/dssm_trainer.py
pointer only (licence: NONE) · get_code("3a731dff8e024fde")
AdapterForInit Ran Jlfj345wf/RAPO/dssm_trainer.py
pointer only (licence: NONE) · get_code("434f2793311f52b9")
AdapterForRotation Ran Jlfj345wf/RAPO/dssm_trainer.py
pointer only (licence: NONE) · get_code("0fd08e857b72d3f8")
GDSSM Ran Jlfj345wf/RAPO/dssm_trainer.py
pointer only (licence: NONE) · get_code("c5d25e1530d6de0a")
HouseholderTower Ran Jlfj345wf/RAPO/dssm_trainer.py
pointer only (licence: NONE) · get_code("7aa589ec7caf75e0")
l2_penalty Ran Jlfj345wf/RAPO/dssm_trainer.py
pointer only (licence: NONE) · get_code("0ce0a2e331ec143f")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Bilingual lexicon induction induces the word translations by aligning independently trained word embeddings in two languages. Existing approaches generally focus on minimizing the distances between words in the aligned pairs, while suffering from low discriminative capability to distinguish the relative orders between positive and negative candidates. In addition, the mapping function is globally shared by all words, whose performance might be hindered by the deviations in the distributions of different languages. In this work, we propose a novel ranking-oriented induction model RAPO to learn personalized mapping function for each word. RAPO is capable of enjoying the merits from the unique characteristics of a single word and the cross-language isomorphism simultaneously. Extensive experimental results on public datasets including both rich-resource and lowresource languages demonstrate the superiority of our proposal. Our code is publicly available in https://github.com/Jlfj345wf/RAPO.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2210.09926")
get_code_for_paper("2210.09926")
have("2210.09926")

Connect an agent — have() is free.