paper-with-me

Papers

Constructing Set-Compositional and Negated Representations for First-Stage Ranking

2025-01-13 · Antonios Minas Krasakis, Andrew Yates, Evangelos Kanoulas

Set compositional and negated queries are crucial for expressing complex information needs and enable the discovery of niche items like Books about non-European monarchs. Despite the recent advances in LLMs, first-stage ranking remains challenging due to the requirement of encoding documents and queries independently from each other. This limitation calls for constructing compositional query representations that encapsulate logical operations or negations, and can be used to match relevant documents effectively. In the first part of this work, we explore constructing such representations in a zero-shot setting using vector operations between lexically grounded Learned Sparse Retrieval (LSR) representations. Specifically, we introduce Disentangled Negation that penalizes only the negated parts of a query, and a Combined Pseudo-Term approach that enhances LSRs ability to handle intersections. We find that our zero-shot approach is competitive and often outperforms retrievers fine-tuned on compositional data, highlighting certain limitations of LSR and Dense Retrievers. Finally, we address some of these limitations and improve LSRs representation power for negation, by allowing them to attribute negative term scores and effectively penalize documents containing the negated terms.

📄 PDF Abstract BibTeX arXiv:2501.07679

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeNegation

Similar Papers 제목 키워드 기반

Modeling Affirmative and Negated Action Processing in the Brain with Lexical and Compositional Semantic Models

2019-07-01 · ACL 2019 7 · Vesna Djokic, Jean Maillard, Luana Bulat, Ekaterina Shutova

Recent work shows that distributional semantic models can be used to decode patterns of brain activity associated with individual words and sentence meanings. However, it is yet unclear to what extent such models can be …

NegationSemantic CompositionSentence

The Impact of Negated Text on Hallucination with Large Language Models

2025-10-23 · Jaehyung Seo, Hyeonseok Moon, Heuiseok Lim arxiv

Recent studies on hallucination in large language models (LLMs) have been actively progressing in natural language processing. However, the impact of negated text on hallucination with LLMs remains largely unexplored. In…

Generating Intermediate Representations for Compositional Text-To-Image Generation

2024-10-13 · Ran Galun, Sagie Benaim

Text-to-image diffusion models have demonstrated an impressive ability to produce high-quality outputs. However, they often struggle to accurately follow fine-grained spatial information in an input text. To this end, we…

Image GenerationText to Image GenerationText-to-Image Generation

Not Just What's There: Enabling CLIP to Comprehend Negated Visual Descriptions Without Fine-tuning

2026-02-24 · Junhao Xiao, Zhiyu Wu, Hao Lin, Yi Chen 외 arxiv

Vision-Language Models (VLMs) like CLIP struggle to understand negation, often embedding affirmatives and negatives similarly (e.g., matching "no dog" with dog images). Existing methods refine negation understanding via …

Domain Generalization

Native Hierarchical and Compositional Representations with Subspace Embeddings

2025-08-21 · Gabriel Moreira, Zita Marinho, Manuel Marques, João Paulo Costeira 외 arxiv

Traditional embeddings represent datapoints as vectors, which makes similarity easy to compute but limits how well they capture hierarchies and compositionality. We propose a fundamentally different approach: representin…

Natural Language Inference