Danushka Bollegala
We lifted 7 functions out of this paper's own repositories and ran 7 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.
| Repository | Role | Ran |
|---|---|---|
| LivNLP/meta-concat | canonical | 7 of 7 |
| Function | Status | Where it lives |
|---|---|---|
| compute_A | Ran | LivNLP/meta-concat/GlobalME.py code served (permissive licence) · get_code("83d3f793de595b15") |
| concat | Ran | LivNLP/meta-concat/concat.py code served (permissive licence) · get_code("8db0f90df651de66") |
| get_error | Ran | LivNLP/meta-concat/GlobalME.py code served (permissive licence) · get_code("55b475a76b5ea24d") |
| guess_dim | Ran | LivNLP/meta-concat/tsne.py code served (permissive licence) · get_code("99f5db6e11268a58") |
| load_data | Ran | LivNLP/meta-concat/baselines.py code served (permissive licence) · get_code("bba9fd333515bf42") |
| load_source | Ran | LivNLP/meta-concat/baselines.py code served (permissive licence) · get_code("fb45a1d15a95269a") |
| update | Ran | LivNLP/meta-concat/GlobalME.py code served (permissive licence) · get_code("b6fdd29297f200ae") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Given multiple source word embeddings learnt using diverse algorithms and lexical resources, meta word embedding learning methods attempt to learn more accurate and wide-coverage word embeddings. Prior work on meta-embedding has repeatedly discovered that simple vector concatenation of the source embeddings to be a competitive baseline. However, it remains unclear as to why and when simple vector concatenation can produce accurate meta-embeddings. We show that weighted concatenation can be seen as a spectrum matching operation between each source embedding and the meta-embedding, minimising the pairwise innerproduct loss. Following this theoretical analysis, we propose two unsupervised methods to learn the optimal concatenation weights for creating metaembeddings from a given set of source embeddings. Experimental results on multiple benchmark datasets show that the proposed weighted concatenated meta-embedding methods outperform previously proposed meta-embedding learning methods.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2204.12386")
get_code_for_paper("2204.12386")
have("2204.12386")
Connect an agent — have() is free.