GithubHelp home page GithubHelp logo

Comments (2)

vene avatar vene commented on May 31, 2024 1

Hi @AruniRC (replying here instead of to the email you sent me)

In short, we did not experiment with tuning the temperature. Below, I argue why, even with adjusting the temperature, softmax is qualitatively different from sparse mappings.

You're right that all generalized attention mappings (as defined in our paper), including softmax, indeed support a "temperature" parameter which can be seen as adjusting the strength of the regularizer Omega.

I disagree that T<1 results in a "sparser" softmax output. By sparse I mean with many values EXACTLY zero, and the output of softmax is never sparse! This is because e^t / Z is never zero no matter how low (but finite) you make t.

But in general it is true that decreasing the regularization strength (for any mapping: including softmax, sparsemax, fusedmax etc) makes it approach an argmax. With softmax, this happens only in the limit, but with sparse mappings (sparsemax, fusedmax etc) there is always a finite temperature for which this happens.

We studied the properties of such sparse mappings in more detail in this extended preprint: https://arxiv.org/abs/1901.02324

HTH

from sparse-structured-attention.

AruniRC avatar AruniRC commented on May 31, 2024

Thanks for the prompt response.

from sparse-structured-attention.

Related Issues (8)

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.