Releases: DAI-Lab/fibber
Releases · DAI-Lab/fibber
v0.4.0
v0.3.1
v0.3.0
Version 0.3.0 - 2021-06-05
This release includes the following updates
New Features
- Rename BertSamplingStrategy model as ASRSStrategy.
- Update ASRS to use Cross Encoder as default similarity metric.
- Add timeout feature to TextAttackStrategy.
- Update benchmark results.
- Add paper reference.
v0.2.4
v0.2.3
v0.2.2
v0.2.1
Version 0.2.1 - 2021-01-20
This release improves documentation and unit tests.
New Features
- Add integrity test for IdentityStrategy, TextAttackStrategy, and BertSamplingStrategy.
- For IdentityStrategy and TextAttackStrategy, accuracy is verified.
- Improve documentation, separate data format from benchmark.
v0.2.0
Version 0.2.0 - 2021-01-06
This release updates the structure of the project and improves documentation.
New Features
- Metric module is redesigned to have a consistant API. (Issue #12)
- More unit tests are added. Slow unit tests are skipped in CI. (Issue #11)
- Benchmark table is updated. (Issue #10)
- Better support to
TextAttack
. Users can choose any implemented attacking method inTextAttack
using theta_recipe
arg. (Issue #9)
v0.1.3
Version 0.1.3
This release includes the following updates:
- Add a benchmark class. Users can integrate fibber benchmark to other projects. The class supports customized datasets, target classifier and attacking method.
- Migrate from Travis CI to Github Action.
- Move adversarial-attack-related aggragation functions from benchmark module to metric module.