Gaole He (何高乐)

Results 14 comments of Gaole He (何高乐)

Okay, I will try it again later/ Besides, I also get a bug for polyjuice: ``` Traceback (most recent call last): File "/opt/conda/envs/OmniXAI/lib/python3.8/site-packages/omnixai/explainers/base.py", line 215, in explain explanations[name] = self.explainers[name].explain(X=X,...

I try to separately run explainer: ["shap"], ["lime"] and ["polyjuice"]. Shap is much faster while lime seems to cost much more time in running the above example. (polyjuice still show...

polyjuice-nlp 0.1.5

I just found the solution from https://github.com/tongshuangwu/polyjuice/issues/10

请贴出详细的错误报告

你是否用了我给出的样例命令?你可以尝试对比一下model_name?这个问题其他人应该没有碰到 Did you use the example command (e.g., run_CWQ.sh) I provide? especially model name

Did you modify any parameters? Such as graph size. I think it won't be so slow. When I processed the data, I just keep it run in the backend and...

Okay, I'll check this problem next month. You can also try to look into ppr_util.py, I think the majority of time is spent on the calculation of ppr for every...

The preprocessed datasets can be found in Readme of this repo. If you find any possible ways to improve the efficiency of preprocessing, please kindly let me know.

应该是无影响的, 你可以尝试将两者输出到文件进行对比,看看是否标点符号处理不同之类