← Search

Long Jin

11 accepted papers

2026

Self-Correction Distillation for Structured Data Question Answering

AAAI 2026technical

Structured data question answering (QA), including table QA, Knowledge Graph (KG) QA, and temporal KG QA, is a pivotal research area. Advances in large language models (LLMs) have driven significant progress in unified structural QA frameworks like TrustUQA. However, these frameworks face

Cited by 0SourcePDFScholar
2025

A Method for Enhancing Generalization of Adam by Multiple Integrations

AAAI 2025technical

The insufficient generalization of adaptive moment estimation (Adam) has hindered its broader application. Recent studies have shown that flat minima in loss landscapes are highly associated with improved generalization. Inspired by the filtering effect of integration operations on high-frequency s…

2025

DRAE: Dynamic Retrieval-Augmented Expert Networks for Lifelong Learning and Task Adaptation in Robotics

ACL 2025long

We introduce Dynamic Retrieval-Augmented Expert Networks (DRAE), a groundbreaking architecture that addresses the challenges of lifelong learning, catastrophic forgetting, and task adaptation by combining the dynamic routing capabilities of Mixture-of-Experts (MoE); leveraging the knowledge-enhancem…

Cited by 0SourcePDFScholar
2025

TrustUQA: A Trustful Framework for Unified Structured Data Question Answering

AAAI 2025technical

Natural language question answering (QA) over structured data sources such as tables and knowledge graphs have been widely investigated, especially with Large Language Models (LLMs) in recent years. The main solutions include question to formal query parsing and retrieval-based answer generation. Ho…

2024

NodeMixup: Tackling Under-Reaching for Graph Neural Networks

AAAI 2024technical

Graph Neural Networks (GNNs) have become mainstream methods for solving the semi-supervised node classification problem. However, due to the uneven location distribution of labeled nodes in the graph, labeled nodes are only accessible to a small portion of unlabeled nodes, leading to the under-reach…

2024

Robust and Remote Center of Cyclic Motion Control for Redundant Robots with Partially Unknown Structure

ICRA 2024poster

Remote center of motion (RCM) describes a robot with a rod-like end-effector operating through a hole in the interface separating the internal space from the external space. Considering that the control of RCM may be influenced by perturbations (noises) and that the end-effector is frequently replac…

Cited by 1SourcecodeScholar
2022

Zero Stability Well Predicts Performance of Convolutional Neural Networks

AAAI 2022technical

The question of what kind of convolutional neural network (CNN) structure performs well is fascinating. In this work, we move toward the answer with one more step by connecting zero stability and model performance. Specifically, we found that if a discrete solver of an ordinary differential equation…

2021

Decoupling the Depth and Scope of Graph Neural Networks

NeurIPS 2021poster

State-of-the-art Graph Neural Networks (GNNs) have limited scalability with respect to the graph and model sizes. On large graphs, increasing the model depth often means exponential expansion of the scope (i.e., receptive field). Beyond just a few layers, two fundamental challenges emerge: 1. degra…

2021

Labeling Trick: A Theory of Using Graph Neural Networks for Multi-Node Representation Learning

NeurIPS 2021poster

In this paper, we provide a theory of using graph neural networks (GNNs) for multi-node representation learning (where we are interested in learning a representation for a set of more than one node, such as link). We know that GNN is designed to learn single-node representations. When we want to lea…