paper-with-me

Papers

How Can Graph Neural Networks Help Document Retrieval: A Case Study on CORD19 with Concept Map Generation

2022-01-12 · Hejie Cui, Jiaying Lu, Yao Ge, Carl Yang

Graph neural networks (GNNs), as a group of powerful tools for representation learning on irregular data, have manifested superiority in various downstream tasks. With unstructured texts represented as concept maps, GNNs can be exploited for tasks like document retrieval. Intrigued by how can GNNs help document retrieval, we conduct an empirical study on a large-scale multi-discipline dataset CORD-19. Results show that instead of the complex structure-oriented GNNs such as GINs and GATs, our proposed semantics-oriented graph functions achieve better and more stable performance based on the BM25 retrieved candidates. Our insights in this case study can serve as a guideline for future work to develop effective GNNs with appropriate semantics-oriented inductive biases for textual reasoning tasks like document retrieval and classification. All code for this case study is available at https://github.com/HennyJie/GNN-DocRetrieval.

📄 PDF Abstract BibTeX arXiv:2201.04672

Code (1)

hennyjie/gnn-docretrieval 공식 구현 pytorch

Tasks

Representation LearningRetrieval

Similar Papers 제목 키워드 기반

MIRA: Leveraging Multi-Intention Co-click Information in Web-scale Document Retrieval using Deep Neural Networks

2020-07-03 · Yusi Zhang, Chuanjie Liu, Angen Luo, Hui Xue 외

We study the problem of deep recall model in industrial web search, which is, given a user query, retrieve hundreds of most relevance documents from billions of candidates. The common framework is to train two encoding m…

Graph AttentionRetrieval

PARM: A Paragraph Aggregation Retrieval Model for Dense Document-to-Document Retrieval

2022-01-05 · Sophia Althammer, Sebastian Hofstätter, Mete Sertkan, Suzan Verberne 외

Dense passage retrieval (DPR) models show great effectiveness gains in first stage retrieval for the web domain. However in the web domain we are in a setting with large amounts of training data and a query-to-passage or…

Passage RetrievalRetrieval

Exploring Structural Complexity in Normative RAG with Graph-based approaches: A case study on the ETSI Standards

2026-01-31 · Aiman Al Masoud, Marco Arazzi, Simone Germani, Antonino Nocera arxiv

Industrial standards and normative documents exhibit intricate hierarchical structures, domain-specific lexicons, and extensive cross-referential dependencies, which making it challenging to process them directly by Larg…

Semantic Similarity

Cross-domain Retrieval in the Legal and Patent Domains: a Reproducibility Study

2020-12-21 · Sophia Althammer, Sebastian Hofstätter, Allan Hanbury

Domain specific search has always been a challenging information retrieval task due to several challenges such as the domain specific language, the unique task setting, as well as the lack of accessible queries and corre…

Information RetrievalLanguage ModellingRetrieval

DoSSIER@COLIEE 2021: Leveraging dense retrieval and summarization-based re-ranking for case law retrieval

2021-08-09 · Sophia Althammer, Arian Askari, Suzan Verberne, Allan Hanbury

In this paper, we present our approaches for the case law retrieval and the legal case entailment task in the Competition on Legal Information Extraction/Entailment (COLIEE) 2021. As first stage retrieval methods combine…

Information RetrievalPassage RetrievalRe-RankingRetrieval