paper-with-me

Papers

WIKIR: A Python toolkit for building a large-scale Wikipedia-based English Information Retrieval Dataset

2019-12-04 · LREC 2020 5 · Jibril Frej, Didier Schwab, Jean-Pierre Chevallet

Over the past years, deep learning methods allowed for new state-of-the-art results in ad-hoc information retrieval. However such methods usually require large amounts of annotated data to be effective. Since most standard ad-hoc information retrieval datasets publicly available for academic research (e.g. Robust04, ClueWeb09) have at most 250 annotated queries, the recent deep learning models for information retrieval perform poorly on these datasets. These models (e.g. DUET, Conv-KNRM) are trained and evaluated on data collected from commercial search engines not publicly available for academic research which is a problem for reproducibility and the advancement of research. In this paper, we propose WIKIR: an open-source toolkit to automatically build large-scale English information retrieval datasets based on Wikipedia. WIKIR is publicly available on GitHub. We also provide wikIR78k and wikIRS78k: two large-scale publicly available datasets that both contain 78,628 queries and 3,060,191 (query, relevant documents) pairs.

📄 PDF Abstract BibTeX arXiv:1912.01901

Code (1)

getalp/wikIR 공식 구현

Tasks

Ad-Hoc Information RetrievalInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

ExKaldi-RT: A Real-Time Automatic Speech Recognition Extension Toolkit of Kaldi

2021-04-03 · Yu Wang, Chee Siang Leow, Akio Kobayashi, Takehito Utsuro 외

This paper describes the ExKaldi-RT online automatic speech recognition (ASR) toolkit that is implemented based on the Kaldi ASR toolkit and Python language. ExKaldi-RT provides tools for building online recognition pipe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

SCALE: A Scalable Language Engineering Toolkit

2016-05-01 · LREC 2016 5 · Joris Pelemans, Lyan Verwimp, Kris Demuynck, Hugo Van hamme 외

In this paper we present SCALE, a new Python toolkit that contains two extensions to n-gram language models. The first extension is a novel technique to model compound words called Semantic Head Mapping (SHM). The second…

Language ModelingLanguage Modelling

Function Assistant: A Tool for NL Querying of APIs

2017-06-01 · EMNLP 2017 9 · Kyle Richardson, Jonas Kuhn

In this paper, we describe Function Assistant, a lightweight Python-based toolkit for querying and exploring source code repositories using natural language. The toolkit is designed to help end-users of a target API quic…

Natural Language QueriesSemantic ParsingTranslation

SDialog: A Python Toolkit for End-to-End Agent Building, User Simulation, Dialog Generation, and Evaluation

2025-12-09 · Sergio Burdisso, Séverin Baroudi, Yanis Labrak, David Grunert 외 arxiv

We present SDialog, an MIT-licensed open-source Python toolkit that unifies dialog generation, evaluation and mechanistic interpretability into a single end-to-end framework for building and analyzing LLM-based conversat…

Audio Generation

LensKit for Python: Next-Generation Software for Recommender System Experiments

2018-09-10 · Michael D. Ekstrand

LensKit is an open-source toolkit for building, researching, and learning about recommender systems. First released in 2010 as a Java framework, it has supported diverse published research, small-scale production deploym…

Collaborative FilteringRecommendation Systems