Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TO DO: Adversarial Attacks #5

Open
thomas-ferraz opened this issue Mar 23, 2023 · 1 comment
Open

TO DO: Adversarial Attacks #5

thomas-ferraz opened this issue Mar 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@thomas-ferraz
Copy link
Owner

thomas-ferraz commented Mar 23, 2023

  • Change code for the whole dataset
  • Spanish English, French, Galego
  • See the reference: https://arxiv.org/pdf/2210.17316.pdf
  • Maybe later do later iterative noise addition + eps as SNR parameter
  • out = model.forward(input_features=data, labels=predicted_ids) change this labels to be the ground truth.
@thomas-ferraz thomas-ferraz added the enhancement New feature or request label Mar 24, 2023
@thomas-ferraz
Copy link
Owner Author

thomas-ferraz commented Apr 23, 2023

This week tasks

  • Label: Tokenize and use the original output- @thomas-ferraz
  • 1st approach: SNR and one iteration only per attack - @israfelsr
    • Convert eps to SNR
    • Make evaluation w/ WER
      • en-us
      • fr-fr
      • es-419
      • gl-es
  • 2nd approach: iterations - @thomas-ferraz
    • do several iterations, and number of iterations
  • Experiments: English, French, Galego, Spanish - @thomas-ferraz prepare the code and @israfelsr run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants