All Projects → teanalab → FieldedSDM

teanalab / FieldedSDM

Licence: Apache-2.0 license
Fielded Sequential Dependence Model (code and runs)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FieldedSDM

cherche
📑 Neural Search
Stars: ✭ 196 (+512.5%)
Mutual labels:  information-retrieval, retrieval
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+2540.63%)
Mutual labels:  information-retrieval, paper
beir
A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
Stars: ✭ 738 (+2206.25%)
Mutual labels:  information-retrieval, retrieval
flPapers
Paper collection of federated learning. Conferences and Journals Collection for Federated Learning from 2019 to 2021, Accepted Papers, Hot topics and good research groups. Paper summary
Stars: ✭ 76 (+137.5%)
Mutual labels:  paper
Neural-Architecture-Search
This repo is about NAS
Stars: ✭ 26 (-18.75%)
Mutual labels:  paper
deeplearning-paper-notes
Reading notes on deep learning papers---深度学习论文阅读笔记
Stars: ✭ 36 (+12.5%)
Mutual labels:  paper
EagerMOT
Official code for "EagerMOT: 3D Multi-Object Tracking via Sensor Fusion" [ICRA 2021]
Stars: ✭ 249 (+678.13%)
Mutual labels:  paper
BM25Transformer
(Python) transform a document-term matrix to an Okapi/BM25 representation
Stars: ✭ 50 (+56.25%)
Mutual labels:  information-retrieval
MoTIS
Mobile(iOS) Text-to-Image search powered by multimodal semantic representation models(e.g., OpenAI's CLIP). Accepted at NAACL 2022.
Stars: ✭ 60 (+87.5%)
Mutual labels:  retrieval
ot-gan
Code for the paper "Improving GANs Using Optimal Transport"
Stars: ✭ 53 (+65.63%)
Mutual labels:  paper
SkyWarsReloaded
The most popular Skywars plugin ever built for Spigot and Bukkit!
Stars: ✭ 34 (+6.25%)
Mutual labels:  paper
NotQuests
Flexible, open & solid paper Quest Plugin [with GUI]
Stars: ✭ 32 (+0%)
Mutual labels:  paper
allsummarizer
Multilingual automatic text summarizer using statistical approach and extraction
Stars: ✭ 28 (-12.5%)
Mutual labels:  information-retrieval
DRhard
SIGIR'21: Optimizing DR with hard negatives and achieving SOTA first-stage retrieval performance on TREC DL Track.
Stars: ✭ 93 (+190.63%)
Mutual labels:  information-retrieval
memex-gate
General Architecture for Text Engineering
Stars: ✭ 47 (+46.88%)
Mutual labels:  information-retrieval
is-cv
Image Segmentation Enhancements and Optimizations: A Stochastic Approach
Stars: ✭ 21 (-34.37%)
Mutual labels:  paper
query completion
Personalized Query Completion
Stars: ✭ 24 (-25%)
Mutual labels:  information-retrieval
nalcos
Search Git commits in natural language
Stars: ✭ 50 (+56.25%)
Mutual labels:  information-retrieval
cs6101
The Web IR / NLP Group (WING)'s public reading group at the National University of Singapore.
Stars: ✭ 17 (-46.87%)
Mutual labels:  information-retrieval
IP-Tracker
Track any ip address with IP-Tracker. IP-Tracker is developed for Linux and Termux. you can retrieve any ip address information using IP-Tracker.
Stars: ✭ 53 (+65.63%)
Mutual labels:  information-retrieval

FieldedSDM

UPDATE: FSDM was included in Galago 3.9 release under contrib module.

Fielded Sequential Dependence Model is a retrieval model for effective search of structured documents. It is a generalization of Sequential Dependence Model (SDM) by Metzler and Croft, and Mixture of Language Models (MLM) by Ogilvie and Callan.

All experiments were performed on a test collection for entity search in DBpedia using Galago. The model is implemented in Java as a Galago traversal. Yet, we provide an implementation of MLM. You can find both implementations in galago directory. Please see documentation to understand how to configure Galago to use them. Or ask the authors if you experience some issues.

We provide retrieval results of our models and baselines we used in the paper in runs directory.

Please see our presentation and paper if you want to understand how models works in more detail.

Authors

Acknowledgment

This project was partially funded by the Kazan Federal University.

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Citation

Please cite the following paper if you use our code or ideas in your work:

N. Zhiltsov, A. Kotov, and F. Nikolaev. Fielded Sequential Dependence Model for Ad-Hoc Entity Retrieval in the Web of Data (ACM SIGIR, 2015).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].