paper-with-me

홈 › Papers

Structure and Semantics Preserving Document Representations

2022-01-11 · Natraj Raman, Sameena Shah, Manuela Veloso

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.

📄 PDF Abstract BibTeX arXiv:2201.03720

Code (0)

등록된 구현이 없습니다.

Tasks

Metric LearningRetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

KeyVec: Key-semantics Preserving Document Representations

2017-09-27 · Bin Bi, Hao Ma

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 Embeddings

An End-to-End Document-Level Neural Discourse Parser Exploiting Multi-Granularity Representations

2020-12-21 · Ke Shi, Zhengyuan Liu, Nancy F. Chen

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 Modelling

Structure-Preserving Document Translation via Multi-Stage LLM Pipeline: A Case Study in Marathi

2026-06-27 · Manasi Waghe, Danish Chandargi, Mohammad Aamir Rayyan, Raviraj Joshi 외 arxiv

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 Translation

Top2Vec: Distributed Representations of Topics

2020-08-19 · Dimo Angelov

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 Models

Dense Hierarchical Retrieval for Open-Domain Question Answering

2021-10-28 · Findings (EMNLP) 2021 11 · Ye Liu, Kazuma Hashimoto, Yingbo Zhou, Semih Yavuz 외

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