Giter Site home page Giter Site logo

entitylinkingretrieval-elr's Introduction

Entity Linking integrated Retrieval (ELR)

This repository contains resources developed within the following paper:

F. Hasibi, K. Balog, and S.E. Bratsberg. “Exploiting Entity Linking in Queries for Entity Retrieval”,
In proceedings of ACM SIGIR International Conference on the Theory of Information Retrieval (ICTIR ’16), Newark, DE, USA, Sep 2016.

You can check the paper and presentation for detailed information.

The repository is structured as follows:

  • nordlys/: Code required for running entity retrieval methods.
  • data/: Query set and data required for running the code.
  • qrels/: Qrels files for the DBpedia-entity test collection (version 3.9).
  • runs/: Run files reported in the paper.

Usage

Use the following command to run the code:

python -m nordlys.elr.retrieval_elr <model_name>

Using this command, the retrieval results are produced using the recommended parameters in the paper. For detailed descriptions and setting different parameters read the help using the command python -m nordlys.elr.retrieval_elr -h.

Python v2.7 is required for running the code.

Code

Check the nordlys/elr/scorer_elr.py file for the actual implementation of the ELR framework and the baseline methods.

Data

The indices required for running this code are described in the paper. You can also contact the authors to get the indices. The following files under the data folder are also required for running the code:

  • queries.json: The DBpedia-entity queries, stopped as described in the paper.
  • tagme_annotations.json: Entity annotations of the queries obtained from the TAGME API.

Citation

If you use the resources presented in this repository, please cite:

@inproceedings{Hasibi:2016:ELR, 
   author =    {Hasibi, Faegheh and Balog, Krisztian and Bratsberg, Svein Erik},
   title =     {Exploiting Entity Linking in Queries for Entity Retrieval},
   booktitle = {Proceedings of ACM SIGIR International Conference on the Theory of Information Retrieval},
   series =    {ICTIR '16},
   year =      {2016},
   pages=      {209-218},
   publisher = {ACM},
   DOI =       {ttp://dx.doi.org/10.1145/2970398.2970406}
} 

Contact

If you have any questions, feel free to contact Faegheh Hasibi at [email protected].

entitylinkingretrieval-elr's People

Contributors

hasibi avatar kbalog avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.