文件名称:EASY:使它变得容易的源代码
文件大小:17.02MB
文件格式:ZIP
更新时间:2024-05-06 04:24:38
Python
简单的 “轻松实现:有效的端到端实体对齐框架”的源代码。 SIGIR 2021。 安装 要运行我们的代码,请先安装必需的软件包。 然后运行预处理 pip install -r requirements.txt sh preprocess.sh 跑步 使用默认设置在所有数据集上运行 首先获得NEAP结果。 sh neap.sh 然后获得SRS结果。 python main.py --pair all 在特定的数据集/设置上运行 环保计划 SRS流程需要NEAP的结果。 在特定数据集(例如en_fr)上获得NEAP结果 python neap.py --pair en_fr 对于快速文本,请下载wiki.{lang}.align.vec并将其放置在aligned_vectors/文件夹中。 mkdir aligned_vectors cd aligned_vectors wget
【文件预览】:
EASY-master
----.gitignore(10B)
----README.md(2KB)
----easy()
--------preprocess.sh(37B)
--------neap.py(796B)
--------text_utils.py(7KB)
--------dataset.zip(16.79MB)
--------requirements.txt(340B)
--------data_utils.py(618B)
--------bootstrap.py(5KB)
--------neap.sh(236B)
--------eval.py(5KB)
--------models()
--------dists.py(628B)
--------dbp15k.py(10KB)
--------transformer_helper.py(9KB)
--------utils.py(10KB)
--------text_sim.py(2KB)
--------framework.py(11KB)
--------srprs.py(9KB)
--------graph_utils.py(4KB)
--------main.py(4KB)
----figure()
--------overview.png(509KB)