SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 1902.09492 · 2019

Cross-Lingual Alignment of Contextual Word Embeddings, with Applications to Zero-shot Dependency Parsing

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 2 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
TalSchuster/CrossLingualELMo canonical 1 of 2
TalSchuster/CrossLingualContextualEmb canonical 1 of 1
FunctionStatusWhere it lives
parse_config Ran TalSchuster/CrossLingualContextualEmb/gen_anchors.py
code served (permissive licence) · get_code("bb82d774315a83d6")
read_examples Ran TalSchuster/CrossLingualELMo/gen_anchors_bert.py
code served (permissive licence) · get_code("6d45258b5c56fb25")
convert_examples_to_features Not yet run TalSchuster/CrossLingualELMo/gen_anchors_bert.py
code served (permissive licence) · get_code("782d3e4b79c2b168")

Repositories linked to this paper

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

Abstract

We introduce a novel method for multilingual transfer that utilizes deep contextual embeddings, pretrained in an unsupervised fashion. While contextual embeddings have been shown to yield richer representations of meaning compared to their static counterparts, aligning them poses a challenge due to their dynamic nature. To this end, we construct context-independent variants of the original monolingual spaces and utilize their mapping to derive an alignment for the context-dependent spaces. This mapping readily supports processing of a target language, improving transfer by context-aware embeddings. Our experimental results demonstrate the effectiveness of this approach for zero-shot and few-shot learning of dependency parsing. Specifically, our method consistently outperforms the previous state-of-the-art on 6 tested languages, yielding an improvement of 6.8 LAS points on average.

For agents

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

get_harvested_code_for_paper("1902.09492")
get_code_for_paper("1902.09492")
have("1902.09492")

Connect an agent — have() is free.