paper-with-me

홈 › Papers

Learning Representations for Reasoning: Generalizing Across Diverse Structures

2024-10-16 · Zhaocheng Zhu

Reasoning, the ability to logically draw conclusions from existing knowledge, is a hallmark of human. Together with perception, they constitute the two major themes of artificial intelligence. While deep learning has pushed the limit of perception beyond human-level performance, the progress in reasoning domains is way behind. One fundamental reason is that reasoning problems usually have flexible structures for both knowledge and queries, and many existing models only perform well on structures seen during training. Here we aim to push the boundary of reasoning models by devising algorithms that generalize across knowledge and query structures, as well as systems that accelerate development on structured data. This thesis consists of three parts. In Part I, we study models that can inductively generalize to unseen knowledge graphs with new entity and relation vocabularies. For new entities, we propose a framework that learns neural operators in a dynamic programming algorithm computing path representations. For relations, we construct a relation graph to capture the interactions between relations, thereby converting new relations into new entities. In Part II, we propose two solutions for generalizing across multi-step queries on knowledge graphs and text respectively. For knowledge graphs, we show that multi-step queries can be solved by multiple calls of graph neural networks and fuzzy logic operations. For text, we devise an algorithm to learn explicit knowledge as textual rules to improve large language models on multi-step queries. In Part III, we propose two systems to facilitate machine learning development on structured data. Our library treats structured data as first-class citizens and removes the barrier for developing algorithms on structured data. Our node embedding system solves the GPU memory bottleneck of embedding matrices and scales to graphs with billion nodes.

📄 PDF Abstract BibTeX arXiv:2410.13018

Code (0)

등록된 구현이 없습니다.

Tasks

GPUKnowledge Graphs

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Decoupling Skeleton and Flesh: Efficient Multimodal Table Reasoning with Disentangled Alignment and Structure-aware Guidance

2026-02-03 · Yingjie Zhu, Xuefeng Bai, Kehai Chen, Yang Xiang 외 arxiv

Reasoning over table images remains challenging for Large Vision-Language Models (LVLMs) due to complex layouts and tightly coupled structure-content information. Existing solutions often depend on expensive supervised t…

Reinforcement Learning

PALUM: Part-based Attention Learning for Unified Motion Retargeting

2026-01-12 · Siqi Liu, Maoyu Wang, Bo Dai, Cewu Lu arxiv

Retargeting motion between characters with different skeleton structures is a fundamental challenge in computer animation. When source and target characters have vastly different bone arrangements, maintaining the origin…

BioT5+: Towards Generalized Biological Understanding with IUPAC Integration and Multi-task Tuning

2024-02-27 · Qizhi Pei, Lijun Wu, Kaiyuan Gao, Xiaozhuan Liang 외

Recent research trends in computational biology have increasingly focused on integrating text and bio-entity modeling, especially in the context of molecules and proteins. However, previous efforts like BioT5 faced chall…

Drug DiscoveryForward reaction predictionMolecule CaptioningReagent Prediction+2

The role of object-centric representations, guided attention, and external memory on generalizing visual relations

2023-04-14 · Guillermo Puebla, Jeffrey S. Bowers

Visual reasoning is a long-term goal of vision research. In the last decade, several works have attempted to apply deep neural networks (DNNs) to the task of learning visual relations from images, with modest results in …

RelationVisual Reasoning

Reasoning via Video: The First Evaluation of Video Models' Reasoning Abilities through Maze-Solving Tasks

2025-11-19 · Cheng Yang, Haiyuan Wan, Yiran Peng, Xin Cheng 외 arxiv

Video Models have achieved remarkable success in high-fidelity video generation with coherent motion dynamics. Analogous to the development from text generation to text-based reasoning in language modeling, the developme…

Spatial ReasoningVideo GenerationText Generation