marcotcr / anchor

Code for "High-Precision Model-Agnostic Explanations" paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples for machine translation and POS tagging

sai-prasanna opened this issue · comments

commented

I was reading through the paper, and found interesting examples for MT and POS.

I am little unclear on whether the current library can be used for it. If so, I would be happy to give a pull request with an example.

If not what changes have to be made ?

MT: yes, it using AnchorText.
POS: not with the code in this repository, I used a slightly different representation there where the prediction of other tokens was also included.