← Search

Junmo Kang

15 accepted papers

2025

Balancing the Budget: Understanding Trade-offs Between Supervised and Preference-Based Finetuning

ACL 2025long

Post-training of Large Language Models often involves a pipeline of Supervised Finetuning (SFT) followed by Preference Finetuning (PFT) using methods like Direct Preference Optimization. Both stages require annotated data that are very different in structure and costs. We study how to optimally allo…

2025

CROSSNEWS: A Cross-Genre Authorship Verification and Attribution Benchmark

AAAI 2025technical

Authorship models have historically generalized poorly to new domains because of the wide distribution of author-identifying signals across domains. In particular, the effects of topic and genre are highly domain-dependent and impact authorship analysis performance greatly. This paper addresses the…

2025

Can LLMs Help Uncover Insights about LLMs? A Large-Scale, Evolving Literature Analysis of Frontier LLMs

ACL 2025long

The surge of LLM studies makes synthesizing their findings challenging. Analysis of experimental results from literature can uncover important trends across studies, but the time-consuming nature of manual data extraction limits its use.Our study presents a semi-automated approach for literature ana…

2025

Self-MoE: Towards Compositional Large Language Models with Self-Specialized Experts

ICLR 2025poster

We present Self-MoE, an approach that transforms a monolithic LLM into a compositional, modular system of self-specialized experts, named MiXSE (MiXture of Self-specialized Experts). Our approach leverages self-specialization, which constructs expert modules using self-generated synthetic data, each…

Cited by 10SourcePDFScholar
2024

MATE: Meet At The Embedding - Connecting Images with Long Texts

EMNLP 2024finding

While advancements in Vision Language Models (VLMs) have significantly improved the alignment of visual and textual data, these models primarily focus on aligning images with short descriptive captions. This focus limits their ability to handle complex text interactions, particularly with longer tex…

Cited by 6SourcePDFScholar
2024

Schema-Driven Information Extraction from Heterogeneous Tables

EMNLP 2024finding

In this paper, we explore the question of whether large language models can support cost-efficient information extraction from tables. We introduce schema-driven information extraction, a new task that transforms tabular data into structured records following a human-authored schema. To assess vario…

2024

Self-Specialization: Uncovering Latent Expertise within Large Language Models

ACL 2024findings

Recent works have demonstrated the effectiveness of self-alignment in which a large language model is aligned to follow general instructions using instructional data generated from the model itself starting from a handful of human-written seeds. Instead of general alignment, in this work, we focus o…

2024

Why So Gullible? Enhancing the Robustness of Retrieval-Augmented Models against Counterfactual Noise

NAACL 2024findings

Most existing retrieval-augmented language models (LMs) assume a naive dichotomy within a retrieved document set: query-relevance and irrelevance. Our work investigates a more challenging scenario in which even the “relevant” documents may contain misleading or incorrect information, causing conflic…

2022

Exploiting Numerical-Contextual Knowledge to Improve Numerical Reasoning in Question Answering

NAACL 2022findings

Numerical reasoning over text is a challenging subtask in question answering (QA) that requires both the understanding of texts and numbers. However, existing language models in these numerical reasoning QA models tend to overly rely on the pre-existing parametric knowledge at inference time, which…

Cited by 8SourcePDFScholar
2022

Graph-Induced Transformers for Efficient Multi-Hop Question Answering

EMNLP 2022main

A graph is a suitable data structure to represent the structural information of text. Recently, multi-hop question answering (MHQA) tasks, which require inter-paragraph/sentence linkages, have come to exploit such properties of a graph. Previous approaches to MHQA relied on leveraging the graph info…

2021

Have You Seen That Number? Investigating Extrapolation in Question Answering Models

EMNLP 2021main

Numerical reasoning in machine reading comprehension (MRC) has shown drastic improvements over the past few years. While the previous models for numerical MRC are able to interpolate the learned numerical reasoning capabilities, it is not clear whether they can perform just as well on numbers unseen…

Cited by 27SourcePDFScholar
2021

Leveraging Order-Free Tag Relations for Context-Aware Recommendation

EMNLP 2021main

Tag recommendation relies on either a ranking function for top-k tags or an autoregressive generation method. However, the previous methods neglect one of two seemingly conflicting yet desirable characteristics of a tag set: orderlessness and inter-dependency. While the ranking approach fails to add…

Cited by 1SourcePDFScholar
2021

Ultra-High Dimensional Sparse Representations with Binarization for Efficient Text Retrieval

EMNLP 2021main

The semantic matching capabilities of neural information retrieval can ameliorate synonymy and polysemy problems of symbolic approaches. However, neural models’ dense representations are more suitable for re-ranking, due to their inefficiency. Sparse representations, either in symbolic or latent for…

2020

Handling Anomalies of Synthetic Questions in Unsupervised Question Answering

COLING 2020main

Advances in Question Answering (QA) research require additional datasets for new domains, languages, and types of questions, as well as for performance increases. Human creation of a QA dataset like SQuAD, however, is expensive. As an alternative, an unsupervised QA approach has been proposed so tha…

Cited by 9SourcePDFScholar