Closed SXxinxiaosong closed 3 months ago
We sample 10 texts from LMs to construct the prefix: five of length 5 and five of length 10. The intention is to ensure that the editor(WISE) accounts for the different contexts. In the paper we also provide this prefix for ROME, MEMIT, and GRACE
We sample 10 texts from LMs to construct the prefix: five of length 5 and five of length 10. The intention is to ensure that the editor(WISE) accounts for the different contexts. In the paper we also provide this prefix for ROME, MEMIT, and GRACE
谢谢~
实验过程中,print(context_templates)得到的prefix如下,这种没有意义的前缀对于WISE的Rel./Gen.有帮助吗?
['{}', 'I\n\n\n\n {}', 'You Are You Ready {}', 'Because\n\n\n {}', 'Yes\n\n
\n {}', 'Q: What is the difference between {}', 'I\n\n\n\n\n\n\n\n\n {}', 'You Are You Ready to Take Your Business to {}', 'Because\n\n\nimport numpy as np\n {}', 'Yes\n\n
\nimport numpy as np\n {}', 'Q: What is the difference between a "salesperson {}']
很确定的说有,后续我会补充paper内容,目前wise还属于preprint版本。你也可以看看rome论文的附录Key Selection有相关讨论。
请问是随机选择的前缀还是实验得到的这几个效果比较好?
没有探索过,根据上下文我应该只尝试过你说的“实验得到的”,实验结果来看有比没有好,但什么形式/规则的前缀好并不清楚,It’s the future work.
好的,谢谢您的解答~
Hello, could you please explain the role of CONTEXT_TEMPLATES_CACHE in the WISE method? Thank you very much!