All Projects → cvangysel → Sert

cvangysel / Sert

Licence: mit
Semantic Entity Retrieval Toolkit

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sert

query completion
Personalized Query Completion
Stars: ✭ 24 (-76%)
Mutual labels:  information-retrieval, deeplearning
Paddlehelix
Bio-Computing Platform featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
Stars: ✭ 213 (+113%)
Mutual labels:  deeplearning, representation-learning
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+745%)
Mutual labels:  information-retrieval, representation-learning
Invoicenet
Deep neural network to extract intelligent information from invoice documents.
Stars: ✭ 1,886 (+1786%)
Mutual labels:  information-retrieval, deeplearning
learning2hash.github.io
Website for "A survey of learning to hash for Computer Vision" https://learning2hash.github.io
Stars: ✭ 14 (-86%)
Mutual labels:  information-retrieval, deeplearning
Deberta
The implementation of DeBERTa
Stars: ✭ 541 (+441%)
Mutual labels:  deeplearning, representation-learning
Usss iccv19
Code for Universal Semi-Supervised Semantic Segmentation models paper accepted in ICCV 2019
Stars: ✭ 57 (-43%)
Mutual labels:  deeplearning, representation-learning
Forte
Forte is a flexible and powerful NLP builder FOR TExt. This is part of the CASL project: http://casl-project.ai/
Stars: ✭ 89 (-11%)
Mutual labels:  information-retrieval
Ngsim env
Learning human driver models from NGSIM data with imitation learning.
Stars: ✭ 96 (-4%)
Mutual labels:  deeplearning
Wb color augmenter
WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].
Stars: ✭ 89 (-11%)
Mutual labels:  deeplearning
Novel Deep Learning Model For Traffic Sign Detection Using Capsule Networks
capsule networks that achieves outstanding performance on the German traffic sign dataset
Stars: ✭ 88 (-12%)
Mutual labels:  deeplearning
Lipreading Densenet3d
DenseNet3D Model In "LRW-1000: A Naturally-Distributed Large-Scale Benchmark for Lip Reading in the Wild", https://arxiv.org/abs/1810.06990
Stars: ✭ 91 (-9%)
Mutual labels:  deeplearning
The Nlp Pandect
A comprehensive reference for all topics related to Natural Language Processing
Stars: ✭ 1,349 (+1249%)
Mutual labels:  deeplearning
Pytorch Seq2seq
An open source framework for seq2seq models in PyTorch.
Stars: ✭ 1,297 (+1197%)
Mutual labels:  deeplearning
Mad Twinnet
The code for the MaD TwinNet. Demo page:
Stars: ✭ 99 (-1%)
Mutual labels:  deeplearning
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (-12%)
Mutual labels:  deeplearning
Flexneuart
Flexible classic and NeurAl Retrieval Toolkit
Stars: ✭ 99 (-1%)
Mutual labels:  information-retrieval
Har Keras Cnn
Human Activity Recognition (HAR) with 1D Convolutional Neural Network in Python and Keras
Stars: ✭ 97 (-3%)
Mutual labels:  deeplearning
360sd Net
Pytorch implementation of ICRA 2020 paper "360° Stereo Depth Estimation with Learnable Cost Volume"
Stars: ✭ 94 (-6%)
Mutual labels:  deeplearning
Classification Of Hyperspectral Image
Classification of the Hyperspectral Image Indian Pines with Convolutional Neural Network
Stars: ✭ 93 (-7%)
Mutual labels:  deeplearning

Semantic Entity Retrieval Toolkit

The Semantic Entity Retrieval Toolkit (SERT) is a collection of neural entity retrieval algorithms.

Currently, it hosts an implementation of the following models:

Prerequisites

SERT requires Python 3.5 and assorted modules. The trec_eval utility is required for evaluation and the end-to-end scripts. If you wish to train your models on GPGPUs, you will need a GPU compatible with Theano.

Getting started

To begin, create a virtual Python environment and install dependencies:

[[email protected] cvangysel] git clone [email protected]:cvangysel/SERT.git
[[email protected] cvangysel] cd SERT

[[email protected] SERT] virtualenv SERT-dev
Using base prefix '/Users/cvangysel/anaconda3'
New python executable in /home/cvangysel/SERT/SERT-dev/bin/python
Installing setuptools, pip, wheel...done.

[[email protected] SERT] source SERT-dev/bin/activate

(SERT-dev) [[email protected] SERT] pip install -r requirements.txt

Afterwards, follow the examples for expertise retrieval or product search.

Citation

If you use SERT to produce results for your scientific publication, please refer to our WWW 2016, CIKM 2016, ICTIR 2017 and software overview papers:

@inproceedings{VanGysel2016experts,
  title={Unsupervised, Efficient and Semantic Expertise Retrieval},
  author={Van Gysel, Christophe and de Rijke, Maarten and Worring, Marcel},
  booktitle={WWW},
  volume={2016},
  pages={1069--1079},
  year={2016},
  organization={The International World Wide Web Conferences Steering Committee}
}

@inproceedings{VanGysel2016products,
  title={Learning Latent Vector Spaces for Product Search},
  author={Van Gysel, Christophe and de Rijke, Maarten and Kanoulas, Evangelos},
  booktitle={CIKM},
  volume={2016},
  pages={165--174},
  year={2016},
  organization={ACM}
}

@inproceedings{VanGysel2017entityregularities,
  title={Structural Regularities in Text-based Entity Vector Spaces},
  author={Van Gysel, Christophe and de Rijke, Maarten and Kanoulas, Evangelos},
  booktitle={ICTIR},
  volume={2017},
  year={2017},
  organization={ACM}
}

@inproceedings{VanGysel2017sert,
  title={Semantic Entity Retrieval Toolkit},
  author={Van Gysel, Christophe and de Rijke, Maarten and Kanoulas, Evangelos},
  booktitle={SIGIR 2017 Workshop on Neural Information Retrieval (Neu-IR'17)},
  year={2017},
}

License

SERT is licensed under the MIT license. If you modify SERT in any way, please link back to this repository.

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].