Skip to content
/ MESS Public

the code for our paper submitted to ECML-PKDD-2024.

Notifications You must be signed in to change notification settings

gobs-code/MESS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

the code for our paper submitted to ECML-PKDD-2024.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published