SetRank icon indicating copy to clipboard operation
SetRank copied to clipboard

The source code, dataset, and evaluation scripts used for SetRank, published in SIGIR 2018

Results 5 SetRank issues
Sort by recently updated
recently updated
newest added

I couldn't locate any resource or link to entity linker that was used in the publication. @mickeystroller can you provide the link for it ?

afert i run the command as README.md instructed, error occured: === Arguments === Input Query: ../../data/S2-CS/s2_query.json Output Run: ../../results/s2/setRank.run Parameters: title:20.0,abstract:5.0,title_ana:20.0,abstract_ana:5.0,title_mu:1000.0,abstract_mu:1000.0,title_ana_mu:1000.0,abstract_ana_mu:1000.0,entity_lambda:0.5,type_interaction:1.0,consider_entity_set:1.0,consider_word_set:1.0,consider_type:1.0,word_dependency:1.0 GET http://**localhost:9200**/trec/_search [status:N/A request:0.001s] Traceback (most recent call last):...

in line 385: "../../data/TREC_BIO/trec_entity_type.tsv" should be "../../data/TREC-BIO/trec_entity_type.tsv"

Hi, your project SetRank(commit id: 9821514dea469a8db26ce45c1de1410577324b60) requires "textblob==0.13.0" in its dependency. After analyzing the source code, we found that the following versions of textblob can also be suitable, i.e., textblob...