Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.71 KB

MESS

This repo provides the code for our paper submitted to ECML-PKDD-2024: "MESS: Coarse-grained Modular Two-way Dialogue Entity Linking Framework"

Setup

conda create --name biel python=3.8
conda activate biel
pip install -r requirements.txt
conda install -c pytorch faiss-gpu cudatoolkit=11.0

Datasets

These dataset (except BLINK data) are a pre-processed version of Phong Le and Ivan Titov (2018) data availabe here. BLINK data taken from here.

Entity Disambiguation (train / dev)

Entity Disambiguation (test)

Entity Linking (train)