Giter Club home page Giter Club logo

Comments (4)

aconneau avatar aconneau commented on July 20, 2024 2

@fallingstar621 We used a pivot (which was the English embedding space in this case) and mapped all the other languages to that space. Note that we only lost ~4 points of word translation accuracy (e.g for German-French) by using a pivot, compared to aligning directly German-French for instance. Also, we only kept the languages for which we had good translation accuracy to English (> ~40/50%).

from muse.

aconneau avatar aconneau commented on July 20, 2024 1

@fallingstar621

  1. The normalization of the target embeddings (say English) is the same if you translate from French to English or from German to English etc. So we just aligned all the languages to the target language. Since we are using the cosine similarity for NN/CSLS the normalization does not change the translation accuracy. In the near future, we will remove this normalization when saving the output src/tgt embeddings to avoid confusion.

  2. iterative Procrustes refinement can have a large effect on translation accuracy, as shown in Table 1: https://arxiv.org/pdf/1710.04087.pdf . We will set the default argument back to True. Thanks for your remark!

from muse.

fallingstar621 avatar fallingstar621 commented on July 20, 2024 1

@aconneau Thank you for the clarification! Cheers and Keep up the good work!

from muse.

fallingstar621 avatar fallingstar621 commented on July 20, 2024

@aconneau Thanks for the prompt response. I notice that by default the input and output embeddings of the target language (say English) will be different. I checked the other issues and it seems that this is because of normalization. So to map all the other languages to the pivot language, we should avoid using normalization just to keep the embedding of the pivot language the same across all the other languages. Is that true? Will the normalization affect the translation accuracy?

Another question I have is, when using unsupervised adversarial training, I notice that by default "Use iterative Procrustes refinement" is set to false. How much will this affect the alignment of the embeddings? And how much more time it would take when applying the refinement?

Thanks in advance!

from muse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.