paper-with-me

홈 › Papers

Extracting Document Relations from Search Corpus by Marginalizing over User Queries

2025-07-14 · Yuki Iwamoto, Kaoru Tsunoda, Ken Kaneiwa arxiv

Understanding relationships between documents in large-scale corpora is essential for knowledge discovery and information organization. However, existing approaches rely heavily on manual annotation or predefined relationship taxonomies. We propose EDR-MQ (Extracting Document Relations by Marginalizing over User Queries), a novel framework that discovers document relationships through query marginalization. EDR-MQ is based on the insight that strongly related documents often co-occur in results across diverse user queries, enabling us to estimate joint probabilities between document pairs by marginalizing over a collection of queries. To enable this query marginalization approach, we develop Multiply Conditioned Retrieval-Augmented Generation (MC-RAG), which employs conditional retrieval where subsequent document retrievals depend on previously retrieved content. By observing co-occurrence patterns across diverse queries, EDR-MQ estimates joint probabilities between document pairs without requiring labeled training data or predefined taxonomies. Experimental results show that our query marginalization approach successfully identifies meaningful document relationships, revealing topical clusters, evidence chains, and cross-domain connections that are not apparent through traditional similarity-based methods. Our query-driven framework offers a practical approach to document organization that adapts to different user perspectives and information needs.

📄 PDF Abstract BibTeX arXiv:2507.10726

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Extracting Sentiment Attitudes From Analytical Texts

2018-08-27 · Natalia Loukachevitch, Nicolay Rusnachenko

In this paper we present the RuSentRel corpus including analytical texts in the sphere of international relations. For each document we annotated sentiments from the author to mentioned named entities, and sentiments of …

BIG-bench Machine Learning

Learning Open Domain Multi-hop Search Using Reinforcement Learning

2022-05-30 · NAACL (SUKI) 2022 7 · Enrique Noriega-Atala, Mihai Surdeanu, Clayton T. Morrison

We propose a method to teach an automated agent to learn how to search for multi-hop paths of relations between entities in an open domain. The method learns a policy for directing existing information retrieval and mach…

Information RetrievalReading Comprehensionreinforcement-learningReinforcement Learning+2

TagNText: A parallel corpus for the induction of resource-specific non-taxonomical relations from tagged images

2014-05-01 · LREC 2014 5 · Theodosia Togia, Ann Copestake

When producing textual descriptions, humans express propositions regarding an object; but what do they express when annotating a document with simple tags? To answer this question, we have studied what users of tagging s…

Relation ExtractionTAG

Extracting N-ary Cross-sentence Relations using Constrained Subsequence Kernel

2020-06-15 · Sachin Pawar, Pushpak Bhattacharyya, Girish K. Palshikar

Most of the past work in relation extraction deals with relations occurring within a sentence and having only two entity arguments. We propose a new formulation of the relation extraction task where the relations are mor…

RelationRelation ExtractionSentencevalid

Neural Topic Modeling by Incorporating Document Relationship Graph

2020-09-29 · EMNLP 2020 11 · Deyu Zhou, Xuemeng Hu, Rui Wang

Graph Neural Networks (GNNs) that capture the relationships between graph nodes via message passing have been a hot research direction in the natural language processing community. In this paper, we propose Graph Topic M…