← Search

Jianhao Shen

8 accepted papers

2025

Cluster-guided Contrastive Class-imbalanced Graph Classification

AAAI 2025technical

This paper studies the problem of class-imbalanced graph classification, which aims at effectively classifying the graph categories in scenarios with imbalanced class distributions. While graph neural networks (GNNs) have achieved remarkable success, their modeling ability on imbalanced graph-struct…

Cited by 1SourcePDFScholar
2024

Measuring Vision-Language STEM Skills of Neural Models

ICLR 2024poster

We introduce a new challenge to test the STEM skills of neural models. The problems in the real world often require solutions, combining knowledge from STEM (science, technology, engineering, and math). Unlike existing datasets, our dataset requires the understanding of multimodal vision-language in…

2023

DT-Solver: Automated Theorem Proving with Dynamic-Tree Sampling Guided by Proof-level Value Function

ACL 2023long

Recent advances in neural theorem-proving resort to large language models and tree searches. When proving a theorem, a language model advises single-step actions based on the current proving state and the tree search finds a sequence of correct steps using actions given by the language model. Howeve…

Cited by 35SourcePDFScholar
2023

TRIGO: Benchmarking Formal Mathematical Proof Reduction for Generative Language Models

EMNLP 2023long main

Automated theorem proving (ATP) has become an appealing domain for exploring the reasoning ability of the recent successful generative language models. However, current ATP benchmarks are mainly focus on symbolic inference, but rarely involve the understanding of complex number combination reasoni…

Cited by 0SourcecodeScholar
2022

Joint Language Semantic and Structure Embedding for Knowledge Graph Completion

COLING 2022main

The task of completing knowledge triplets has broad downstream applications. Both structural and semantic information plays an important role in knowledge graph completion. Unlike previous approaches that rely on either the structures or semantics of the knowledge graphs, we propose to jointly embed…

2022

PALT: Parameter-Lite Transfer of Language Models for Knowledge Graph Completion

EMNLP 2022finding

This paper presents a parameter-lite transfer learning approach of pretrained language models (LM) for knowledge graph (KG) completion. Instead of finetuning, which modifies all LM parameters, we only tune a few new parameters while keeping the original LM parameters fixed. We establish this via ref…

2021

Generate & Rank: A Multi-task Framework for Math Word Problems

EMNLP 2021finding

Math word problem (MWP) is a challenging and critical task in natural language processing. Many recent studies formalize MWP as a generation task and have adopted sequence-to-sequence models to transform problem descriptions to mathematical expressions. However, mathematical expressions are prone to…