paper-with-me

Papers

Answering Compositional Queries with Set-Theoretic Embeddings

2023-06-07 · Shib Dasgupta, Andrew McCallum, Steffen Rendle, Li Zhang

The need to compactly and robustly represent item-attribute relations arises in many important tasks, such as faceted browsing and recommendation systems. A popular machine learning approach for this task denotes that an item has an attribute by a high dot-product between vectors for the item and attribute -- a representation that is not only dense, but also tends to correct noisy and incomplete data. While this method works well for queries retrieving items by a single attribute (such as \emph{movies that are comedies}), we find that vector embeddings do not so accurately support compositional queries (such as movies that are comedies and British but not romances). To address these set-theoretic compositions, this paper proposes to replace vectors with box embeddings, a region-based representation that can be thought of as learnable Venn diagrams. We introduce a new benchmark dataset for compositional queries, and present experiments and analysis providing insights into the behavior of both. We find that, while vector and box embeddings are equally suited to single attribute queries, for compositional queries box embeddings provide substantial advantages over vectors, particularly at the moderate and larger retrieval set sizes that are most useful for users' search and browsing.

📄 PDF Abstract BibTeX arXiv:2306.04133

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Functorial Question Answering

2019-05-17 · Giovanni de Felice, Konstantinos Meichanetzidis, Alexis Toumi

Distributional compositional (DisCo) models are functors that compute the meaning of a sentence from the meaning of its words. We show that DisCo models in the category of sets and relations correspond precisely to relat…

Question AnsweringSentence

Efficiency-aware Answering of Compositional Questions using Answer Type Prediction

2017-11-01 · IJCNLP 2017 11 · David Ziegler, Abdalghani Abujabal, Rishiraj Saha Roy, Gerhard Weikum

This paper investigates the problem of answering compositional factoid questions over knowledge bases (KB) under efficiency constraints. The method, called TIPI, (i) decomposes compositional questions, (ii) predicts answ…

Question AnsweringType predictionVocal Bursts Type Prediction

Logical Message Passing Networks with One-hop Inference on Atomic Formulas

2023-01-21 · ZiHao Wang, Yangqiu Song, Ginny Y. Wong, Simon See

Complex Query Answering (CQA) over Knowledge Graphs (KGs) has attracted a lot of attention to potentially support many applications. Given that KGs are usually incomplete, neural models are proposed to answer the logical…

Complex Query AnsweringGraph Representation LearningKnowledge GraphsLogical Reasoning+1

Logic Embeddings for Complex Query Answering

2021-02-28 · Francois Luus, Prithviraj Sen, Pavan Kapanipathi, Ryan Riegel 외

Answering logical queries over incomplete knowledge bases is challenging because: 1) it calls for implicit link prediction, and 2) brute force answering of existential first-order logic queries is exponential in the numb…

Complex Query AnsweringKnowledge GraphsLink PredictionNegation+1

NS3: Neuro-Symbolic Semantic Code Search

2022-05-21 · Shushan Arakelyan, Anna Hakhverdyan, Miltiadis Allamanis, Luis Garcia 외

Semantic code search is the task of retrieving a code snippet given a textual description of its functionality. Recent work has been focused on using similarity metrics between neural embeddings of text and code. However…

Code SearchQuestion AnsweringRetrievalSentence