paper-with-me

Papers

KlusTree: Clustering Answer Trees from Keyword Search on Graphs

2017-05-27 · Mohanty Madhulika, Ramanath Maya

Graph structured data on the web is now massive as well as diverse, ranging from social networks, web graphs to knowledge-bases. Effectively querying this graph structured data is non-trivial and has led to research in a variety of directions -- structured queries, keyword and natural language queries, automatic translation of these queries to structured queries, etc. We are concerned with a class of queries called relationship queries, which are usually expressed as a set of keywords (each keyword denoting a named entity). The results returned are a set of ranked trees, each of which denotes relationships among the various keywords. The result list could consist of hundreds of answers. The problem of keyword search on graphs has been explored for over a decade now, but an important aspect that is not as extensively studied is that of user experience. We propose KlusTree, which presents clustered results to the users instead of a list of all the results. In our approach, the result trees are represented using language models and are clustered using JS divergence as a distance measure. We compare KlusTree with the well-known approaches based on isomorphism and tree-edit distance based clustering. The user evaluations show that KlusTree outperforms the other two in providing better clustering, thereby enriching user experience, revealing interesting patterns and improving result interpretation by the user.

📄 PDF Abstract BibTeX arXiv:1705.09808

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringNatural Language Queries

Similar Papers 제목 키워드 기반

KS-GNN: Keywords Search over Incomplete Graphs via Graphs Neural Network

2021-12-01 · NeurIPS 2021 12 · Yu Hao, Xin Cao, Yufan Sheng, Yixiang Fang 외

Keyword search is a fundamental task to retrieve information that is the most relevant to the query keywords. Keyword search over graphs aims to find subtrees or subgraphs containing all query keywords ranked according t…

Graph Neural Network

BET: Bayesian Ensemble Trees for Clustering and Prediction in Heterogeneous Data

2014-08-18 · Leo L. Duan, John P. Clancy, Rhonda D. Szczesniak

We propose a novel "tree-averaging" model that utilizes the ensemble of classification and regression trees (CART). Each constituent tree is estimated with a subset of similar data. We treat this grouping of subsets as B…

ClassificationClusteringGeneral Classificationregression

Text-Guided Image Clustering

2024-02-05 · Andreas Stephan, Lukas Miklautz, Kevin Sidak, Jan Philip Wahle 외

Image clustering divides a collection of images into meaningful groups, typically interpreted post-hoc via human-given annotations. Those are usually in the form of text, begging the question of using text as an abstract…

ClusteringImage CaptioningImage ClusteringQuestion Answering+2

Answering Yes-No Questions by Penalty Scoring in History Subjects of University Entrance Examinations

2016-12-01 · WS 2016 12 · Yoshinobu Kano

Answering yes{--}no questions is more difficult than simply retrieving ranked search results. To answer yes{--}no questions, especially when the correct answer is no, one must find an objectionable keyword that makes the…

Question Answering

Exploiting Rich Syntax for Better Knowledge Base Question Answering

2021-07-16 · Pengju Zhang, Yonghui Jia, Muhua Zhu, Wenliang Chen 외

Recent studies on Knowledge Base Question Answering (KBQA) have shown great progress on this task via better question understanding. Previous works for encoding questions mainly focus on the word sequences, but seldom co…

Knowledge Base Question AnsweringQuestion Answering