paper-with-me

Papers

A Quest for Structure: Jointly Learning the Graph Structure and Semi-Supervised Classification

2019-09-26 · Xuan Wu, Lingxiao Zhao, Leman Akoglu

Semi-supervised learning (SSL) is effectively used for numerous classification problems, thanks to its ability to make use of abundant unlabeled data. The main assumption of various SSL algorithms is that the nearby points on the data manifold are likely to share a label. Graph-based SSL constructs a graph from point-cloud data as an approximation to the underlying manifold, followed by label inference. It is no surprise that the quality of the constructed graph in capturing the essential structure of the data is critical to the accuracy of the subsequent inference step [6]. How should one construct a graph from the input point-cloud data for graph-based SSL? In this work we introduce a new, parallel graph learning framework (called PG-learn) for the graph construction step of SSL. Our solution has two main ingredients: (1) a gradient-based optimization of the edge weights (more specifically, different kernel bandwidths in each dimension) based on a validation loss function, and (2) a parallel hyperparameter search algorithm with an adaptive resource allocation scheme. In essence, (1) allows us to search around a (random) initial hyperparameter configuration for a better one with lower validation loss. Since the search space of hyperparameters is huge for high-dimensional problems, (2) empowers our gradient-based search to go through as many different initial configurations as possible, where runs for relatively unpromising starting configurations are terminated early to allocate the time for others. As such, PG-learn is a carefully-designed hybrid of random and adaptive search. Through experiments on multi-class classification problems, we show that PG-learn significantly outperforms a variety of existing graph construction schemes in accuracy (per fixed time budget for hyperparameter tuning), and scales more effectively to high dimensional problems.

📄 PDF Abstract BibTeX arXiv:1909.12385

Code (1)

LingxiaoShawn/PG-Learn 공식 구현

Tasks

General Classificationgraph constructionGraph LearningMulti-class Classification

Similar Papers 제목 키워드 기반

A Neural Question Answering Model Based on Semi-Structured Tables

2018-08-01 · COLING 2018 8 · Hao Wang, Xiaodong Zhang, Shuming Ma, Xu sun 외

Most question answering (QA) systems are based on raw text and structured knowledge graph. However, raw text corpora are hard for QA system to understand, and structured knowledge graph needs intensive manual work, while…

Knowledge GraphsMultiple-choiceQuestion Answering

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

2022-01-16 · ACL ARR January 2022 1 · Anonymous

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search

CERES: Pretraining of Graph-Conditioned Transformer for Semi-Structured Session Data

2022-04-08 · NAACL 2022 7 · Rui Feng, Chen Luo, Qingyu Yin, Bing Yin 외

User sessions empower many search and recommendation tasks on a daily basis. Such session data are semi-structured, which encode heterogeneous relations between queries and products, and each item is described by the uns…

Entity LinkingSelf-Supervised LearningSession Search

Query Symbolically or Retrieve Semantically? A Dataset and Method for Semi-Structured Question Answering

2026-05-26 · Mateusz Czyżnikiewicz, Ryszard Tuora, Adam Kozakiewicz, Tomasz Ziętkiewicz 외 arxiv

Retrieval-Augmented Generation (RAG) systems for question answering typically retrieve evidence by semantic similarity between the query and document chunks. While effective for unstructured text, this approach is less r…

Semantic SimilaritySemantic RetrievalQuestion Answering

Structured Graph Learning for Clustering and Semi-supervised Classification

2020-08-31 · Zhao Kang, Chong Peng, Qiang Cheng, Xinwang Liu 외

Graphs have become increasingly popular in modeling structures and interactions in a wide variety of problems during the last decade. Graph-based clustering and semi-supervised classification techniques have shown impres…

ClassificationClusteringGeneral ClassificationGraph Learning