Skip to content

lixsh6/TEKM-ranker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEKM-ranker

A pytorch implement for WWW 2021 paper ''Topic-enhanced knowledge-aware retrieval model for diverse relevance estimation'', namely Topic Enhanced Knowledge-aware retrieval model(TEKM).

Requirement

  • Python 2.7
  • Pytorch 0.4.1
  • tqdm

Dataset

We run experiment on the publicly available dataset Tiangong-ST, which is a Chinese search log from Sogou.com.

  • First, edit the settings in config.py.
  • Sampled data files are given in ./data/sample_data/valid(test) folders. Each line consists of qid docid query title TACM PSCM THCM UBM DBN POM HUMAN(Only available in test set), separated by TAB. In particular, TACM PSCM THCM UBM DBN POM are the click labels given in the dataset.

Procedure

  1. All the settings are in config.py.
  2. run python main.py --prototype ierm_config --gpu 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages