https://github.com/dice-group/gerbil
Raw File
Tip revision: a6cbbdbf2118960fdcc67d2741aba7551c563cce authored by Michael Röder on 31 March 2023, 11:33:46 UTC
Merged changes.
Tip revision: a6cbbdb
README.md
GERBIL
========
<i>General Entity Annotator Benchmark</i>

[![Java CI with Maven](https://github.com/dice-group/gerbil/actions/workflows/maven.yml/badge.svg)](https://github.com/dice-group/gerbil/actions/workflows/maven.yml)
[![Project Stats](https://www.openhub.net/p/GERBIL-Benchmark/widgets/project_thin_badge.gif)](https://www.openhub.net/p/GERBIL-Benchmark)
[![BCH compliance](https://bettercodehub.com/edge/badge/AKSW/gerbil)](https://bettercodehub.com/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5634b1a7508f475886b027feac9da228)](https://www.codacy.com/gh/dice-group/gerbil/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=dice-group/gerbil&amp;utm_campaign=Badge_Grade)

<img style="height: auto; width: auto; max-width: 300px; max-height: 300px;" src="http://139.18.2.164/mroeder/gerbil/gerbil_logo.png">

### General Information

This project is a benchmarking platform for entity annotation and disambiguation tools. It also has been extended for Question Answering (see [`QuestionAnswering` branch](https://github.com/dice-group/gerbil/tree/QuestionAnswering)).

For further information, please take a look into the [wiki](https://github.com/AKSW/gerbil/wiki) or visit the [project home page](http://aksw.org/Projects/GERBIL.html).

### How to cite

If you are using GERBIL for your research, we would be happy to be cited.

For the Knowledge Extraction GERBIL, please cite the journal paper ["GERBIL–Benchmarking Named Entity Recognition and Linking Consistently"](https://dblp.uni-trier.de/rec/html/journals/semweb/RoderUN18)

For the Question Answering GERBIL, please cite the journal paper ["Benchmarking Question Answering Systems"](https://dblp.uni-trier.de/search?q=Benchmarking%20question%20answering%20systems)

Other papers, like the WWW paper can be found at: [http://aksw.org/Projects/GERBIL.html](http://aksw.org/Projects/GERBIL.html)
back to top