Structure and Semantics Preserving Document Representations
Retrieving relevant documents from a corpus is typically based on the semantic similarity between the document content and query text. The inclusion of structural relationship between documents can benefit the retrieval mechanism by addressing semantic gaps. However, incorporating these relationships requires tractable mechanisms that balance structure with semantics and take advantage of the prevalent pre-train/fine-tune paradigm. We propose here a holistic approach to learning document representations by integrating intra-document content with inter-document relations. Our deep metric learning solution analyzes the complex neighborhood structure in the relationship network to efficiently sample similar/dissimilar document pairs and defines a novel quintuplet loss function that simultaneously encourages document pairs that are semantically relevant to be closer and structurally unrelated to be far apart in the representation space. Furthermore, the separation margins between the documents are varied flexibly to encode the heterogeneity in relationship strengths. The model is fully fine-tunable and natively supports query projection during inference. We demonstrate that it outperforms competing methods on multiple datasets for document retrieval tasks.
Code (0)
등록된 구현이 없습니다.
Tasks
Metric LearningRetrievalSemantic SimilaritySemantic Textual SimilaritySimilar Papers 제목 키워드 기반
KeyVec: Key-semantics Preserving Document Representations
Previous studies have demonstrated the empirical success of word embeddings in various applications. In this paper, we investigate the problem of learning distributed representations for text documents which many machine…
BIG-bench Machine Learningdocument understandingWord EmbeddingsAn End-to-End Document-Level Neural Discourse Parser Exploiting Multi-Granularity Representations
Document-level discourse parsing, in accordance with the Rhetorical Structure Theory (RST), remains notoriously challenging. Challenges include the deep structure of document-level discourse trees, the requirement of sub…
DecoderDiscourse ParsingLanguage ModelingLanguage ModellingStructure-Preserving Document Translation via Multi-Stage LLM Pipeline: A Case Study in Marathi
Government documents in India are predominantly issued in regional languages such as Marathi, creating substantial accessibility barriers for non-native readers, interstate administrative bodies, and policy analysts. Alt…
Machine TranslationTop2Vec: Distributed Representations of Topics
Topic modeling is used for discovering latent semantic structure, usually referred to as topics, in a large collection of documents. The most widely used methods are Latent Dirichlet Allocation and Probabilistic Latent S…
LemmatizationSemantic SimilaritySemantic Textual SimilarityTopic ModelsDense Hierarchical Retrieval for Open-Domain Question Answering
Dense neural text retrieval has achieved promising results on open-domain Question Answering (QA), where latent representations of questions and passages are exploited for maximum inner product search in the retrieval pr…
Open-Domain Question AnsweringQuestion AnsweringRetrievalText Retrieval