paper-with-me

Papers

Learning-Augmented Hierarchical Clustering

2025-06-05 · Vladimir Braverman, Jon C. Ergun, Chen Wang, Samson Zhou

Hierarchical clustering (HC) is an important data analysis technique in which the goal is to recursively partition a dataset into a tree-like structure while grouping together similar data points at each level of granularity. Unfortunately, for many of the proposed HC objectives, there exist strong barriers to approximation algorithms with the hardness of approximation. Thus, we consider the problem of hierarchical clustering given auxiliary information from natural oracles. Specifically, we focus on a *splitting oracle* which, when provided with a triplet of vertices $(u,v,w)$, answers (possibly erroneously) the pairs of vertices whose lowest common ancestor includes all three vertices in an optimal tree, i.e., identifying which vertex ``splits away'' from the others. Using such an oracle, we obtain the following results: - A polynomial-time algorithm that outputs a hierarchical clustering tree with $O(1)$-approximation to the Dasgupta objective (Dasgupta [STOC'16]). - A near-linear time algorithm that outputs a hierarchical clustering tree with $(1-o(1))$-approximation to the Moseley-Wang objective (Moseley and Wang [NeurIPS'17]). Under the plausible Small Set Expansion Hypothesis, no polynomial-time algorithm can achieve any constant approximation for Dasgupta's objective or $(1-C)$-approximation for the Moseley-Wang objective for some constant $C>0$. As such, our results demonstrate that the splitting oracle enables algorithms to outperform standard HC approaches and overcome hardness constraints. Furthermore, our approaches extend to sublinear settings, in which we show new streaming and PRAM algorithms for HC with improved guarantees.

📄 PDF Abstract BibTeX arXiv:2506.05495

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringTriplet

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ArchRAG: Attributed Community-based Hierarchical Retrieval-Augmented Generation

2025-02-14 · Shu Wang, Yixiang Fang, Yingli Zhou, Xilin Liu 외

Retrieval-Augmented Generation (RAG) has proven effective in integrating external knowledge into large language models (LLMs) for question-answer (QA) tasks. The state-of-the-art RAG approaches often use the graph data a…

RAGRetrievalRetrieval-augmented Generation

HiReview: Hierarchical Taxonomy-Driven Automatic Literature Review Generation

2024-10-02 · Yuntong Hu, Zhuofeng Li, Zheng Zhang, Chen Ling 외

In this work, we present HiReview, a novel framework for hierarchical taxonomy-driven automatic literature review generation. With the exponential growth of academic documents, manual literature reviews have become incre…

ClusteringReview Generation

An Efficient Semismooth Newton Based Algorithm for Convex Clustering

2018-02-20 · ICML 2018 7 · Yancheng Yuan, Defeng Sun, Kim-Chuan Toh

Clustering may be the most fundamental problem in unsupervised learning which is still active in machine learning research because its importance in many applications. Popular methods like K-means, may suffer from instab…

Clustering

Enhancing Retrieval Augmented Generation with Hierarchical Text Segmentation Chunking

2025-07-14 · Hai Toan Nguyen, Tien Dat Nguyen, Viet Ha Nguyen arxiv

Retrieval-Augmented Generation (RAG) systems commonly use chunking strategies for retrieval, which enhance large language models (LLMs) by enabling them to access external knowledge, ensuring that the retrieved informati…

Hierarchical Text Segmentation

Learning Hierarchical Knowledge in Text-Rich Networks with Taxonomy-Informed Representation Learning

2026-03-09 · Yunhui Liu, Yongchao Liu, Yinfeng Chen, Chuntao Hong 외 arxiv

Hierarchical knowledge structures are ubiquitous across real-world domains and play a vital role in organizing information from coarse to fine semantic levels. While such structures have been widely used in taxonomy syst…

Representation LearningContrastive Learning