← Search

Mingming Sun

20 accepted papers

2025

Investigating the Overlooked Hessian Structure: From CNNs to LLMs

ICML 2025poster

It is well-known that the Hessian of deep loss landscape matters to optimization and generalization of deep learning. Previous studies reported a rough Hessian structure in deep learning, which consists of two components, a small number of large eigenvalues and a large number of nearly-zero eigenval…

Cited by 0SourcePDFScholar
2025

RD-MCSA: A Multi-Class Sentiment Analysis Approach Integrating In-Context Classification Rationales and Demonstrations

EMNLP 2025

This paper addresses the important yet underexplored task of **multi-class sentiment analysis (MCSA)**, which remains challenging due to the subtle semantic differences between adjacent sentiment categories and the scarcity of high-quality annotated data. To tackle these challenges, we propose **RD-

Cited by 0SourcePDFScholar
2024

Neural Field Classifiers via Target Encoding and Classification Loss

ICLR 2024poster

Neural field methods have seen great progress in various long-standing tasks in computer vision and computer graphics, including novel view synthesis and geometry reconstruction. As existing neural field methods try to predict some coordinate-based continuous target values, such as RGB for Neural Ra…

Cited by 0SourcePDFScholar
2024

One2Set + Large Language Model: Best Partners for Keyphrase Generation

EMNLP 2024main

Keyphrase generation (KPG) aims to automatically generate a collection of phrases representing the core concepts of a given document. The dominant paradigms in KPG include one2seq and one2set. Recently, there has been increasing interest in applying large language models (LLMs) to KPG. Our prelimina…

2023

Actively Supervised Clustering for Open Relation Extraction

ACL 2023long

Current clustering-based Open Relation Extraction (OpenRE) methods usually adopt a two-stage pipeline, which simultaneously learns relation representations and assignments in the first stage, then manually labels relation for each cluster. However, unsupervised objectives struggle to explicitly opti…

Cited by 10SourcePDFScholar
2023

Connectivity Patterns are Task Embeddings

ACL 2023findings

Task embeddings are task-specific vectors designed to construct a semantic space of tasks, which can be used to predict the most transferable source task for a given target task via the similarity between task embeddings. However, existing methods use optimized parameters and representations as task…

2023

Dataset Pruning: Reducing Training Data by Examining Generalization Influence

ICLR 2023poster

The great success of deep learning heavily relies on increasingly larger training data, which comes at a price of huge computational and infrastructural costs. This poses crucial questions that, do all training data contribute to model's performance? How much does each individual training sample or…

Cited by 135SourcePDFScholar
2023

Differentiable Neuro-Symbolic Reasoning on Large-Scale Knowledge Graphs

NeurIPS 2023poster

Knowledge graph (KG) reasoning utilizes two primary techniques, i.e., rule-based and KG-embedding based. The former provides precise inferences, but inferring via concrete rules is not scalable. The latter enables efficient reasoning at the cost of ambiguous inference accuracy. Neuro-symbolic reason…

Cited by 25SourcePDFScholar
2023

RE-Matching: A Fine-Grained Semantic Matching Method for Zero-Shot Relation Extraction

ACL 2023long

Semantic matching is a mainstream paradigm of zero-shot relation extraction, which matches a given input with a corresponding label description. The entities in the input should exactly match their hypernyms in the description, while the irrelevant contexts should be ignored when matching. However,…

2023

S3IM: Stochastic Structural SIMilarity and Its Unreasonable Effectiveness for Neural Fields

ICCV 2023poster

Recently, Neural Radiance Field (NeRF) has shown great success in rendering novel-view images of a given scene by learning an implicit representation with only posed RGB images. NeRF and relevant neural field methods (e.g., neural surface representation) typically optimize a point-wise loss and make…

Cited by 37PDFScholar
2022

Cross-Lingual Cross-Modal Consolidation for Effective Multilingual Video Corpus Moment Retrieval

NAACL 2022findings

Existing multilingual video corpus moment retrieval (mVCMR) methods are mainly based on a two-stream structure. The visual stream utilizes the visual content in the video to estimate the query-visual similarity, and the subtitle stream exploits the query-subtitle similarity. The final query-video si…

Cited by 23SourcePDFScholar
2022

Multi-Hop Open-Domain Question Answering over Structured and Unstructured Knowledge

NAACL 2022findings

Open-domain question answering systems need to answer question of our interests with structured and unstructured information. However, existing approaches only select one source to generate answer or only conduct reasoning on structured information. In this paper, we pro- pose a Document-Entity Hete…

Cited by 23SourcePDFScholar
2022

OIE@OIA: an Adaptable and Efficient Open Information Extraction Framework

ACL 2022long

Different Open Information Extraction (OIE) tasks require different types of information, so the OIE field requires strong adaptability of OIE algorithms to meet different task requirements. This paper discusses the adaptability problem in existing OIE systems and designs a new adaptable and efficie…