inseq-team / inseq

Interpretability for sequence generation models šŸ› šŸ”
https://inseq.org
Apache License 2.0
372 stars 36 forks source link

Add ALTI+ implementation #200

Open gsarti opened 1 year ago

gsarti commented 1 year ago

Description

The ALTI+ method is an extension of ALTI for encoder-decoder (and by extension, decoder-only) models.

Authors: @gegallego @javiferran

Implementation notes:

Refererence implementation mt-upc/transformer-contributions-nmt

frankdarkluo commented 6 months ago

Is this ALTI+ implementation integrated yet?

gsarti commented 6 months ago

Hi @frankdarkluo, sadly not yet! But there is a WIP PR for it here: #217