IRJan 30, 2021

OpenMatch: An Open Source Library for Neu-IR Research

arXiv:2102.00166v326 citationsHas Code
AI Analysis

This library facilitates Neu-IR research by reducing reimplementation effort, but it is incremental as it builds on existing models and benchmarks.

The authors introduced OpenMatch, an open-source Python library for Neural Information Retrieval (Neu-IR) research, which provides modules and implementations to build customized IR systems and achieved top-ranked results on various ranking tasks.

OpenMatch is a Python-based library that serves for Neural Information Retrieval (Neu-IR) research. It provides self-contained neural and traditional IR modules, making it easy to build customized and higher-capacity IR systems. In order to develop the advantages of Neu-IR models for users, OpenMatch provides implementations of recent neural IR models, complicated experiment instructions, and advanced few-shot training methods. OpenMatch reproduces corresponding ranking results of previous work on widely-used IR benchmarks, liberating users from surplus labor in baseline reimplementation. Our OpenMatch-based solutions conduct top-ranked empirical results on various ranking tasks, such as ad hoc retrieval and conversational retrieval, illustrating the convenience of OpenMatch to facilitate building an effective IR system. The library, experimental methodologies and results of OpenMatch are all publicly available at https://github.com/thunlp/OpenMatch.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes