All Projects → NTMC-Community → Awesome Neural Models For Semantic Match

NTMC-Community / Awesome Neural Models For Semantic Match

Licence: mit
A curated list of papers dedicated to neural text (semantic) matching.

Projects that are alternatives of or similar to Awesome Neural Models For Semantic Match

Bert Vietnamese Question Answering
Vietnamese question answering system with BERT
Stars: ✭ 57 (-91.48%)
Mutual labels:  question-answering, information-retrieval
FinBERT-QA
Financial Domain Question Answering with pre-trained BERT Language Model
Stars: ✭ 70 (-89.54%)
Mutual labels:  information-retrieval, question-answering
Flexneuart
Flexible classic and NeurAl Retrieval Toolkit
Stars: ✭ 99 (-85.2%)
Mutual labels:  question-answering, information-retrieval
Knowledge Graphs
A collection of research on knowledge graphs
Stars: ✭ 845 (+26.31%)
Mutual labels:  question-answering, information-retrieval
cherche
📑 Neural Search
Stars: ✭ 196 (-70.7%)
Mutual labels:  information-retrieval, question-answering
Haystack
🔍 Haystack is an open source NLP framework that leverages Transformer models. It enables developers to implement production-ready neural search, question answering, semantic document search and summarization for a wide range of applications.
Stars: ✭ 3,409 (+409.57%)
Mutual labels:  question-answering, information-retrieval
Dan Jurafsky Chris Manning Nlp
My solution to the Natural Language Processing course made by Dan Jurafsky, Chris Manning in Winter 2012.
Stars: ✭ 124 (-81.46%)
Mutual labels:  question-answering, information-retrieval
COVID19-IRQA
No description or website provided.
Stars: ✭ 32 (-95.22%)
Mutual labels:  information-retrieval, question-answering
HAR
Code for WWW2019 paper "A Hierarchical Attention Retrieval Model for Healthcare Question Answering"
Stars: ✭ 22 (-96.71%)
Mutual labels:  information-retrieval, question-answering
ProQA
Progressively Pretrained Dense Corpus Index for Open-Domain QA and Information Retrieval
Stars: ✭ 44 (-93.42%)
Mutual labels:  information-retrieval, question-answering
Cdqa
⛔ [NOT MAINTAINED] An End-To-End Closed Domain Question Answering System.
Stars: ✭ 500 (-25.26%)
Mutual labels:  question-answering, information-retrieval
text2text
Text2Text: Cross-lingual natural language processing and generation toolkit
Stars: ✭ 188 (-71.9%)
Mutual labels:  information-retrieval, question-answering
cdQA-ui
⛔ [NOT MAINTAINED] A web interface for cdQA and other question answering systems.
Stars: ✭ 19 (-97.16%)
Mutual labels:  information-retrieval, question-answering
Awesome Persian Nlp Ir
Curated List of Persian Natural Language Processing and Information Retrieval Tools and Resources
Stars: ✭ 460 (-31.24%)
Mutual labels:  information-retrieval
Resin
Hardware-accelerated vector-based search engine. Available as a HTTP service or as an embedded library.
Stars: ✭ 529 (-20.93%)
Mutual labels:  information-retrieval
Telegram Scraper
telegram group scraper tool. fetch all information about group members
Stars: ✭ 450 (-32.74%)
Mutual labels:  information-retrieval
Mac Network
Implementation for the paper "Compositional Attention Networks for Machine Reasoning" (Hudson and Manning, ICLR 2018)
Stars: ✭ 444 (-33.63%)
Mutual labels:  question-answering
Talisman
Straightforward fuzzy matching, information retrieval and NLP building blocks for JavaScript.
Stars: ✭ 584 (-12.71%)
Mutual labels:  information-retrieval
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-22.87%)
Mutual labels:  question-answering
Lucene Solr
Apache Lucene and Solr open-source search software
Stars: ✭ 4,217 (+530.34%)
Mutual labels:  information-retrieval
Awesome

Awesome Neural Models for Semantic Match


A collection of papers maintained by MatchZoo Team.
Checkout our open source toolkit MatchZoo for more information!


Text matching is a core component in many natural language processing tasks, where many task can be viewed as a matching between two texts input.

equation

Where s and t are source text input and target text input, respectively. The psi and phi are representation function for input s and t, respectively. The f is the interaction function, and g is the aggregation function. More detailed explaination about this formula can be found on A Deep Look into Neural Ranking Models for Information Retrieval. The representative matching tasks are as follows:

Tasks Source Text Target Text
Ad-hoc Information Retrieval query document (title/content)
Community Question Answering question question/answer
Paraphrase Identification string1 string2
Natural Language Inference premise hypothesis
Response Retrieval context/utterances response

Healthcheck

pip3 install -r requirements.txt
python3 healthcheck.py
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].