← Search

Yo-Sub Han

19 accepted papers

2026

ReSyn: A Generalized Recursive Regular Expression Synthesis Framework

IJCAI 2026

Existing Programming-By-Example (PBE) systems often rely on simplified benchmarks that fail to capture the high structural complexity—such as deeper nesting and frequent Unions—of real-world regexes. To overcome the resulting performance drop, we propose ReSyn, a synthesizer-agnostic divide-and-conq

Cited by 0Scholar
2026

WaterMod: Modular Token-Rank Partitioning for Probability-Balanced LLM Watermarking

AAAI 2026technical

Large language models now draft news, legal analyses, and software code with human-level fluency. At the same time, regulations such as the EU AI Act mandate that each synthetic passage carry an imperceptible, machine-verifiable mark for provenance. Conventional logit-based watermarks satisfy this r

Cited by 0SourcePDFScholar
2025

AmpleHate: Amplifying the Attention for Versatile Implicit Hate Detection

EMNLP 2025

Implicit hate speech detection is challenging due to its subtlety and reliance on contextual interpretation rather than explicit offensive words. Current approaches rely on contrastive learning, which are shown to be effective on distinguishing hate and non-hate sentences. Humans, however, detect im

2025

Analyzing Offensive Language Dataset Insights from Training Dynamics and Human Agreement Level

COLING 2025main

Implicit hate speech detection is challenging due to its subjectivity and context dependence, with existing models often struggling in outof-domain scenarios. We propose CONELA, a novel data refinement strategy that enhances model performance and generalization by integrating human annotation agreem…

Cited by 0SourcePDFScholar
2025

CodeComplex: Dataset for Worst-Case Time Complexity Prediction

EMNLP 2025

Reasoning ability of large language models (LLMs) is a crucial ability,especially in complex decision-making tasks. One significant task to show LLMs’reasoning capability is code time complexity prediction, which involves variousintricate factors such as the input range of variables and conditional

2025

KatFishNet: Detecting LLM-Generated Korean Text through Linguistic Feature Analysis

ACL 2025long

The rapid advancement of large language models (LLMs) increases the difficulty of distinguishing between human-written and LLM-generated text. Detecting LLM-generated text is crucial for upholding academic integrity, preventing plagiarism, protecting copyrights, and ensuring ethical research practic…

2025

LogiCase: Effective Test Case Generation from Logical Description in Competitive Programming

IJCAI 2025

Automated Test Case Generation (ATCG) is crucial for evaluating software reliability, particularly in competitive programming where robust algorithm assessments depend on diverse and accurate test cases. However, existing ATCG methods often fail to meet complex specifications or generate effective c

2025

Mondrian: A Framework for Logical Abstract (Re)Structuring

EMNLP 2025

The well-known rhetorical framework, ABT (And, But, Therefore), mirrors natural human cognition in structuring an argument’s logical progression - apropos to academic communication. However, distilling the complexities of research into clear and concise prose requires careful sequencing of ideas and

Cited by 0SourcePDFScholar
2025

TrapDoc: Deceiving LLM Users by Injecting Imperceptible Phantom Tokens into Documents

EMNLP 2025

The reasoning, writing, text-editing, and retrieval capabilities of proprietary large language models (LLMs) have advanced rapidly, providing users with an ever-expanding set of functionalities. However, this growing utility has also led to a serious societal concern: the over-reliance on LLMs. In p

2024

SharedCon: Implicit Hate Speech Detection using Shared Semantics

ACL 2024findings

The ever-growing presence of hate speech on social network services and other online platforms not only fuels online harassment but also presents a growing challenge for hate speech detection. As this task is akin to binary classification, one of the promising approaches for hate speech detection is…

Cited by 6SourcePDFScholar
2024

SuperST: Superficial Self-Training for Few-Shot Text Classification

COLING 2024main

In few-shot text classification, self-training is a popular tool in semi-supervised learning (SSL). It relies on pseudo-labels to expand data, which has demonstrated success. However, these pseudo-labels contain potential noise and provoke a risk of underfitting the decision boundary. While the pseu…

2023

ConPrompt: Pre-training a Language Model with Machine-Generated Data for Implicit Hate Speech Detection

EMNLP 2023long findings

Implicit hate speech detection is a challenging task in text classification since no explicit cues (e.g., swear words) exist in the text. While some pre-trained language models have been developed for hate speech detection, they are not specialized in implicit hate speech. Recently, an implicit hate…

Cited by 0SourceScholar
2023

GDA: Grammar-based Data Augmentation for Text Classification using Slot Information

EMNLP 2023long findings

Recent studies propose various data augmentation approaches to resolve the low-resource problem in natural language processing tasks. Data augmentation is a successful solution to this problem and recent strategies give variation on sentence structures to boost performance. However, these approaches…

Cited by 0SourceScholar
2022

ALP: Data Augmentation Using Lexicalized PCFGs for Few-Shot Text Classification

AAAI 2022technical

Data augmentation has been an important ingredient for boosting performances of learned models. Prior data augmentation methods for few-shot text classification have led to great performance boosts. However, they have not been designed to capture the intricate compositional structure of natural lang…

Cited by 42SourcePDFScholar
2022

Boosting Code Summarization by Embedding Code Structures

COLING 2022main

Recent research on code summarization relies on the structural information from the abstract syntax tree (AST) of source codes. It is, however, questionable whether it is the most effective to use AST for expressing the structural information. We find that a program dependency graph (PDG) can repres…

2022

Generalizable Implicit Hate Speech Detection Using Contrastive Learning

COLING 2022main

Hate speech detection has gained increasing attention with the growing prevalence of hateful contents. When a text contains an obvious hate word or expression, it is fairly easy to detect it. However, it is challenging to identify implicit hate speech in nuance or context when there are insufficient…

2021

MultiFix: Learning to Repair Multiple Errors by Optimal Alignment Learning

EMNLP 2021finding

We consider the problem of learning to repair erroneous C programs by learning optimal alignments with correct programs. Since the previous approaches fix a single error in a line, it is inevitable to iterate the fixing process until no errors remain. In this work, we propose a novel sequence-to-seq…

Cited by 6SourcePDFScholar
2021

SALNet: Semi-supervised Few-Shot Text Classification with Attention-based Lexicon Construction

AAAI 2021technical

We propose a semi-supervised bootstrap learning framework for few-shot text classification. From a small amount of the initial dataset, our framework obtains a larger set of reliable training data by using the attention weights from an LSTM-based trained classifier. We first train an LSTM-based text…

Cited by 26SourcePDFScholar
2021

Self-Training using Rules of Grammar for Few-Shot NLU

EMNLP 2021finding

We tackle the problem of self-training networks for NLU in low-resource environment—few labeled data and lots of unlabeled data. The effectiveness of self-training is a result of increasing the amount of training data while training. Yet it becomes less effective in low-resource settings due to unre…

Cited by 3SourcePDFScholar