← Search

Fukun Ma

9 accepted papers

2025

Improving Preference Alignment of LLM with Inference-Free Self-Refinement

EMNLP 2025

Large language models (LLMs) develop the in-context learning capability through pretraining and instruction tuning, enabling task adaptation without parameter updates. Self-refinement is a manifestation of this capability, which allows LLMs to iteratively refine the output using self-generated feedb

2024

On the Robustness of Document-Level Relation Extraction Models to Entity Name Variations

ACL 2024findings

Driven by the demand for cross-sentence and large-scale relation extraction, document-level relation extraction (DocRE) has attracted increasing research interest. Despite the continuous improvement in performance, we find that existing DocRE models which initially perform well may make more mistake…

2023

AMR-based Network for Aspect-based Sentiment Analysis

ACL 2023long

Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment classification task. Many recent works have used dependency trees to extract the relation between aspects and contexts and have achieved significant improvements. However, further improvement is limited due to the potential mismatch…

Cited by 0SourcePDFScholar
2023

Enhancing Cross-lingual Natural Language Inference by Soft Prompting with Multilingual Verbalizer

ACL 2023findings

Cross-lingual natural language inference is a fundamental problem in cross-lingual language understanding. Many recent works have used prompt learning to address the lack of annotated parallel corpora in XNLI.However, these methods adopt discrete prompting by simply translating the templates to the…

2023

Exploring the Compositional Generalization in Context Dependent Text-to-SQL Parsing

ACL 2023findings

In the context-dependent Text-to-SQL task, the generated SQL statements are refined iteratively based on the user input utterance from each interaction. The input text from each interaction can be viewed as component modifications to the previous SQL statements, which could be further extracted as t…

2023

Gaussian Prior Reinforcement Learning for Nested Named Entity Recognition

ICASSP 2023accepted

Named Entity Recognition (NER) is a well and widely studied task in natural language processing. Recently, the nested NER has attracted more attention since its practicality and difficulty. Existing works for nested NER ignore the recognition order and boundary position relation of nested entities.…

Cited by 0SourceScholar
2023

RAPL: A Relation-Aware Prototype Learning Approach for Few-Shot Document-Level Relation Extraction

EMNLP 2023long main

How to identify semantic relations among entities in a document when only a few labeled documents are available? Few-shot document-level relation extraction (FSDLRE) is crucial for addressing the pervasive data scarcity problem in real-world scenarios. Metric-based meta-learning is an effective fram…

Cited by 0SourcecodeScholar
2022

Character-level White-Box Adversarial Attacks against Transformers via Attachable Subwords Substitution

EMNLP 2022main

We propose the first character-level white-box adversarial attack method against transformer models. The intuition of our method comes from the observation that words are split into subtokens before being fed into the transformer models and the substitution between two close subtokens has a similar…

2021

Semi-supervised Relation Extraction via Incremental Meta Self-Training

EMNLP 2021finding

To alleviate human efforts from obtaining large-scale annotations, Semi-Supervised Relation Extraction methods aim to leverage unlabeled data in addition to learning from limited samples. Existing self-training methods suffer from the gradual drift problem, where noisy pseudo labels on unlabeled dat…