# DSRIM: A Deep Neural Information Retrieval Model Enhanced by a Knowledge   Resource Driven Representation of Documents

**Authors:** Gia-Hung Nguyen, Laure Soulier, Lynda Tamine, Nathalie Bricon-Souf

arXiv: 1706.04922 · 2017-07-28

## TL;DR

The paper introduces DSRIM, a deep neural IR model that enhances document representations with relational semantics from knowledge resources, improving retrieval effectiveness over existing models.

## Contribution

It proposes a novel neural IR model that integrates relational semantics from external knowledge resources into deep learning for improved document relevance estimation.

## Key findings

- DSRIM outperforms state-of-the-art IR models on TREC datasets.
- Incorporating relational semantics improves retrieval accuracy.
- The model effectively combines distributional and relational semantics.

## Abstract

The state-of-the-art solutions to the vocabulary mismatch in information retrieval (IR) mainly aim at leveraging either the relational semantics provided by external resources or the distributional semantics, recently investigated by deep neural approaches. Guided by the intuition that the relational semantics might improve the effectiveness of deep neural approaches, we propose the Deep Semantic Resource Inference Model (DSRIM) that relies on: 1) a representation of raw-data that models the relational semantics of text by jointly considering objects and relations expressed in a knowledge resource, and 2) an end-to-end neural architecture that learns the query-document relevance by leveraging the distributional and relational semantics of documents and queries. The experimental evaluation carried out on two TREC datasets from TREC Terabyte and TREC CDS tracks relying respectively on WordNet and MeSH resources, indicates that our model outperforms state-of-the-art semantic and deep neural IR models.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.04922/full.md

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1706.04922/full.md

## References

42 references — full list in the complete paper: https://tomesphere.com/paper/1706.04922/full.md

---
Source: https://tomesphere.com/paper/1706.04922