Papers by Kyomin Jung
Copied to clipboard
| Challenge: | Gender bias is a significant issue in machine translation, but most studies focus on debiasing bilingual models without consideration for multilingual systems. |
| Approach: | They propose a method which debiases bilingual models for unambiguous cases where there is a single correct translation. |
| Outcome: | The proposed method improves gender accuracy by a wide margin without hampering translation performance. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have demonstrated remarkable capabilities but their misuse for harmful purposes remains a concern. |
| Approach: | They propose a jailbreaking technique that exploits weaknesses in LLMs' architecture . they propose abductive framing and symbolic encoding to bypass safeguards . |
| Outcome: | The proposed technique achieves over 95% attack success rate on GPT-series models and 70% across all targets. |
Copied to clipboard
| Challenge: | Existing question-answering models do not require reasoning across sentences in the given context (passage). |
| Approach: | They propose a graph neural network that propagates information over sentences to understand information that cannot be inferred when considering sentences in isolation. |
| Outcome: | The proposed approach obtains the best performance compared to the widely used answer-selection models that do not consider the intersentential relationship. |
Copied to clipboard
| Challenge: | Existing methods to train a semantic parser from weak supervision focus on exploiting similarities between examples based on domain-specific knowledge. |
| Approach: | They propose a domain-agnostic filtering mechanism based on program execution results to identify and filter out programs with significantly different semantics from the other programs. |
| Outcome: | The proposed method improves the performance of existing weakly-supervised parsers by incorporating a majority vote on the program search results. |
Copied to clipboard
| Challenge: | Knowledge Distillation (KD) has emerged as a popular method for compressing large language models due to high inference costs and memory requirements. |
| Approach: | They propose a method that integrates the teacher model during the student's sequence generation to reduce misguidance from the teacher. |
| Outcome: | Experiments on three model families and five instruction-following datasets show that SWITCH surpasses traditional methods, especially in the generation of long sequential data. |
Copied to clipboard
| Challenge: | Existing toxicity metrics rely on encoder models trained on specific toxicity datasets, which are susceptible to out-of-distribution (OOD) problems and depend on the dataset’s definition of toxicity. |
| Approach: | They propose a robust metric grounded on LLMs to flexibly measure toxicity according to the given definition by analysing toxicity factors and intrinsic toxic attributes. |
| Outcome: | The proposed metric improves on conventional metrics by 12 points in the F1 score and shows that upstream toxicity significantly influences downstream metrics, suggesting that LLMs are unsuitable for toxicity evaluations within unverified factors. |
Copied to clipboard
| Challenge: | AdvisorQA aims to improve LLMs’ capability to offer advice for deeply subjective concerns, utilizing the LifeProTips Reddit forum. |
| Approach: | They propose a dataset to train LLMs' ability to offer advice for deeply subjective concerns, utilizing the LifeProTips Reddit forum. |
| Outcome: | The proposed model improves usefulness through automatic metric, GPT-4 and human evaluations, and expands independent evaluation axis to include harmlessness. |
Copied to clipboard
| Challenge: | BERTScore and other text generation metrics do not use reference captions to evaluate image captions. |
| Approach: | They propose a new metric which does not require reference captions to evaluate image captions . they train UMIC to discriminate negative captions via contrastive learning . |
| Outcome: | The proposed metric has higher correlation than previous metrics that require multiple references. |
Copied to clipboard
| Challenge: | Recent studies show that using large language models (LLMs) is the most reliable method to evaluate QA models, but suffers from limited interpretability, high cost, and environmental harm. |
| Approach: | They propose to use soft exact match (EM) with entity-driven answer set expansion to expand gold answer set to include diverse surface forms. |
| Outcome: | The proposed method outperforms traditional evaluation methods while offering the benefits of high interpretability and reduced environmental harm. |
Copied to clipboard
| Challenge: | Existing Video-and-Language models do not take into account the different characteristics of video and text representations. |
| Approach: | They propose a method that exploits Centered Kernel Alignment (CKA) to enhance cross-modality attention by combining multiple modalities. |
| Outcome: | The proposed method outperforms conventional multi-modal methods significantly on video QA tasks with +3.57% accuracy increment compared to the baseline in a popular benchmark dataset. |
Copied to clipboard
| Challenge: | Existing image captioning metrics are vulnerable to lexical perturbations, but they are not robust to such perturbations. |
| Approach: | They propose a perturbation-robust multilingual CLIPScore which is a reference-free image captioning metric for multiple languages. |
| Outcome: | The proposed metric outperforms baseline metrics in capturing lexical noise of all various perturbation types in all five languages while maintaining a strong correlation with human judgments. |
Copied to clipboard
| Challenge: | Large language models (LLMs) are increasingly used as evaluators for code evaluation tasks . however, whether they can handle superficial variations remains unclear . |
| Approach: | They define six types of potential biases in code evaluation and reveal their impact on LLM judges. |
| Outcome: | The proposed method can be used to evaluate semantically equivalent code with superficial variations without reference implementations. |
Copied to clipboard
| Challenge: | generative models still lack human-level creativity, especially in multi-branch diversity tasks. |
| Approach: | They propose a model-agnostic and computationally efficient generation strategy that penalizes similarity among previously generated outputs. |
| Outcome: | The proposed method achieves 1.9 times higher diversity, runs 4.4 times faster, and requires only 1/64 of the FLOPs compared to state-of-the-art methods. |
Copied to clipboard
| Challenge: | Existing methods for unlearning undesirable knowledge have overlooked complexity and interconnectedness of knowledge, authors say . previous studies have neglected the complex nature of knowledge and neglected its internal dependencies. |
| Approach: | They propose a new concept called superficial unlearning to evaluate faithfulness of unlearning in knowledge QA settings. |
| Outcome: | The proposed method shows significant effectiveness in real-world knowledge QA settings. |
Copied to clipboard
| Challenge: | a recent study has found that large vision–language models are vulnerable to visual biases that inflate scores without altering semantic content. |
| Approach: | They propose a novel meta-evaluation benchmark that exhibits diverse score distributions. |
| Outcome: | The proposed model exhibits vulnerability across all domains, and combines multiple biases amplifies their effects, and pairwise evaluations are similarly susceptible. |
Copied to clipboard
| Challenge: | Large language models leverage parametric and in-context knowledge in training . however, when these sources conflict, models arbitrate based on their internal confidence . |
| Approach: | They conduct controlled experiments using synthetic corpora to identify data properties that shape knowledge utilization. |
| Outcome: | The results show that the robust use of both knowledge sources is an emergent property . the results provide guidance for designing training data that supports the reliability of parametric and in-context knowledge in language models. |
Copied to clipboard
| Challenge: | Existing n-gram similarity metrics fail to discriminate the incorrect answers due to the free-form of the answer. |
| Approach: | They propose a new metric that assigns different weights to each token via keyphrase prediction to judge the correctness of GenQA. |
| Outcome: | The proposed metric has a significantly higher correlation with human judgments than existing metrics in various datasets. |
Copied to clipboard
| Challenge: | Drift personalizes large language models at decoding time with implicit user preferences . Unlike traditional Reinforcement Learning from Human Feedback, Drift operates in a training-free manner . |
| Approach: | They propose a framework that personalizes large language models at decoding time with implicit user preferences. |
| Outcome: | The proposed framework personalizes large language models at decoding time with implicit user preferences. |
Copied to clipboard
| Challenge: | Existing methods to manage topic shifts within on-topic dialogues are limited in their ability to generate training datasets. |
| Approach: | They propose a data generation framework that automatically generates conversational question-answering datasets with natural topic transitions by leveraging relationships between entities in a knowledge graph. |
| Outcome: | The proposed framework generates conversational question-answering datasets with natural topic transitions and proves its effectiveness in generating dialogues with topic shifts. |
Copied to clipboard
| Challenge: | Existing methods to mitigate undesirable biases in instruction-following language models are not effective in accelerating instruction-based learning. |
| Approach: | They propose a method to eliminate bias neurons of language models in instruction-following settings by defining the bias neuron and prove its existence empirically. |
| Outcome: | The proposed method dramatically increases the task performance of language models under zero-shot instruction-following settings without losing the model’s knowledge. |
Copied to clipboard
| Challenge: | Recent work has demonstrated reinforcement learning and weighted decoding as effective approaches to achieve a higher level of language control and quality with pros and cons. |
| Approach: | They propose a method that combines reinforcement learning and weighted decoding to train a critic from reward models. |
| Outcome: | The proposed method generates more coherent and well-controlled texts than previous methods on three controlled generation tasks, topic control, sentiment control, and detoxification. |
Copied to clipboard
| Challenge: | Existing dialog inpainting methods generate ConvQA datasets with low contextual relevance due to insufficient learning of question-answer alignment. |
| Approach: | They propose a dialog inpainting method that generates ConvQA datasets from documents . they propose re-ranking tasks and a framework that generate contextually relevant questions . |
| Outcome: | The proposed framework generates ConvQA datasets with high contextual relevance from textual sources. |
Copied to clipboard
| Challenge: | Existing narrative generation models lack diversity and character depth, but they are inadequate for human creativity. |
| Approach: | They propose a novel story generation framework called CCI that leverages images to create stories that are diverse and creative in their themes and richer in content. |
| Outcome: | The proposed framework significantly improves various aspects of the stories’ creativity. |
Copied to clipboard
| Challenge: | Large Vision-Language Models suffer from a problem known as language prior . such language priors can lead to undesirable biases and hallucinations when dealing with images that are out of distribution. |
| Approach: | They propose a benchmark to measure the language priors of Large Vision-Language Models. |
| Outcome: | The proposed benchmark is the first specifically designed to measure the language priors, or blindness, of LVLMs. |
Copied to clipboard
| Challenge: | Large Vision-Language Models (LVLMs) generate detailed and coherent responses from visual inputs but are prone to generate hallucinations due to an over-reliance on language priors. |
| Approach: | They propose a method that reduces the text context and controls only the image-related POS tokens to maintain text quality by reducing the text contextualization. |
| Outcome: | The proposed method achieves state-of-the-art performance on object hallucination benchmarks and achieves Pareto optimality among the existing methods. |
Copied to clipboard
| Challenge: | Existing safety benchmarks and red teaming prompts fail to capture implicit toxicity in complex real-life advice-seeking scenarios. |
| Approach: | They propose a dataset designed for identifying implicit toxicity within advice-seeking scenarios. |
| Outcome: | The proposed dataset matches or surpasses the zero-shot performance of large language models in toxicity classification tasks. |
Copied to clipboard
| Challenge: | Recent studies suggest that large language models (LLMs) can engage in inductive reasoning by sampling multiple hypotheses about the rules and selecting the one that best explains the observations. |
| Approach: | They propose to increase the temperature parameter to enhance diversity by sampling multiple hypotheses and selecting the one that best explains the observations. |
| Outcome: | The proposed method improves diversity while maintaining text quality while increasing temperature. |
Copied to clipboard
| Challenge: | In-context learning has shown remarkable performance across tasks without fine-tuning . however, recent studies have highlighted the risk of private data leakage through the prompt in ICL . |
| Approach: | They propose a private in-context learning algorithm that effectively balances privacy protection and model utility. |
| Outcome: | The proposed algorithm is robust against membership inference attacks and is robust to membership infertility attacks. |
Copied to clipboard
| Challenge: | Existing studies show that role-play prompting improves zero-shot reasoning, but these improvements are inconsistent across tasks and instances. |
| Approach: | They propose a method that dynamically combines the benefits of both prompting strategies. |
| Outcome: | The proposed method outperforms baselines and shows that output confidence is an important measure for selecting the more reliable output. |
Copied to clipboard
| Challenge: | Existing compression methods for multi-task language models use large number of parameter parameters even when performing only a specific task. |
| Approach: | They propose a training-free compression method for multi-task language models using pruning method . they use an attribution method to determine which neurons are essential for performing a specific task . |
| Outcome: | The proposed method outperforms baseline pruning methods on six widely-used datasets. |
Copied to clipboard
| Challenge: | Existing deep bidirectional language models are limited by repetitive inferences on unsupervised tasks for the computation of contextual language representations. |
| Approach: | They propose a deep bidirectional language model called a Transformer-based Text Autoencoder (T-TA) it computes contextual language representations without repetition and shows competitive or even better accuracies than BERT . |
| Outcome: | The proposed model performs six times faster on a reranking task and twelve times faster in a semantic similarity task. |
Copied to clipboard
| Challenge: | Self-consistency improves reasoning reliability but incurs substantial inference cost . Adaptive self-consistent methods rely on count-based stopping rules that treat all responses equally . |
| Approach: | They propose a method that reframs adaptive sampling from response counting to evidence sufficiency by leveraging response-level confidence. |
| Outcome: | The proposed method reduces inference cost by up to 70% while preserving accuracy on GSM8K. |
Copied to clipboard
| Challenge: | Ambiguous questions persist in open-domain question answering because formulating a precise question with a unique answer is often challenging. |
| Approach: | They propose to ask a clarification question where the user’s response will help identify the interpretation that best aligns with the user's intention. |
| Outcome: | The proposed approach achieves F1 of 61.3, 25.1, and 40.5 on the three tasks, demonstrating the need for further improvements while providing competitive baselines for future work. |
Copied to clipboard
| Challenge: | Existing studies have attempted to increase the diversity of generated texts through decoding-time methods. |
| Approach: | They propose a decoding strategy that penalizes similarity to previously generated logits to encourage more diverse multi-branch stories. |
| Outcome: | The proposed method achieves up to **2.6** times higher output diversity and reduces repetition by an average of 30% compared to strong baselines, while effectively mitigating text degeneration. |
Copied to clipboard
| Challenge: | Existing methods for dialogue state tracking still have a JGA of 60% on MultiWOZ 2.1 . break framework provides a simple yet effective way to generate dialogue state candidates . |
| Approach: | They propose a framework that generates k-best dialogue state candidates with beam search and re-ranks them to select the correct dialogue state. |
| Outcome: | The proposed framework pushes the joint goal accuracy to 80-90% on MultiWOZ 2.1-2.4. |
Copied to clipboard
| Challenge: | Existing efforts to train large language models to generate outputs containing epistemic markers have been largely overlooked. |
| Approach: | They propose a benchmark to assess the robustness of LLM-judges to epistemic markers. |
| Outcome: | EMBER benchmarks show that LLM-judges lack robustness in presence of epistemic markers . EMber QA (2,000 instances) and IF (2823 instances) are used to evaluate outputs containing epistemological markers. |
Copied to clipboard
| Challenge: | Recent advances in LLMs have significantly enhanced their reasoning capabilities, enabling LLM-based agents to perform complex multi-step decision making beyond static problem solving. |
| Approach: | They propose a novel reasoning backbone that shifts reasoning from merely planning next actions to continuously reflecting on the agent’s state relative to its goal. |
| Outcome: | The proposed model outperforms ReAct by 27.7% on average, achieving a 93.3% success rate in ALFWorld. |
Copied to clipboard
| Challenge: | Existing methods for conversational query reformulation depend on human annotations. |
| Approach: | They propose a method that reformulates context-dependent conversational queries without relying on human rewrites. |
| Outcome: | The proposed method shows state-of-the-art performance on two widely-used datasets. |
Copied to clipboard
| Challenge: | Existing evaluation metrics and datasets often neglect visual continuity and narrative diversity. |
| Approach: | They propose a visual context-aware metric for story visualization that uses large vision-language models to jointly assess caption fidelity and inter-image consistency. |
| Outcome: | The proposed framework achieves a Spearman’s correlation comparable to human agreement on two benchmarks and blends diverse and controlled narrative elements at adjustable ratios, producing challenging evaluation sets. |
Copied to clipboard
| Challenge: | Recent advances in deep generative models have succeeded in synthesizing human-like speech. |
| Approach: | They propose a text-to-speech model with a prosody diversifying module that considers perceptual diversity in each sample and among multiple samples. |
| Outcome: | The proposed model generates speech samples with more diversified prosody than baselines in the side-by-side comparison test considering the naturalness of speech at the same time. |
Copied to clipboard
| Challenge: | Large language models (LLMs) are increasingly used as automated evaluators in practical settings . |
| Approach: | a study by the university of california reveals that persuasive language can bias large language models when scoring mathematical reasoning tasks. |
| Outcome: | The proposed model can bias judges when scoring mathematical reasoning tasks . Consistency causes the most severe distortion, with Consistencies leading to 8% distortion . |
Copied to clipboard
| Challenge: | Abstractive summarization systems generate paraphrases, but they often contain information inconsistent with the source text. |
| Approach: | They propose to generate factually inconsistent summaries using source texts and reference summary with key information masked to train a factual consistency classifier. |
| Outcome: | The proposed method outperforms existing models and shows a competitive correlation with human judgments. |
Copied to clipboard
| Challenge: | Existing models for sentence pair ranking are based on hierarchical recurrent neural network and latent topic clustering module. |
| Approach: | They propose a hierarchical recurrent neural network and latent topic clustering module to adapt a recursive hierarchic neural network to rank candidate answers. |
| Outcome: | The proposed model shows small performance degradations in longer text comprehension compared to current models which suffer from it. |
Copied to clipboard
| Challenge: | Large language models (LLMs) show exceptional skill in instruction following tasks, but can become vulnerable when they are required to disregard instructions. |
| Approach: | They propose a benchmark to assess LLMs' performance under instructional distraction. |
| Outcome: | The proposed benchmark categorizes real-world instances of instructional distraction and evaluates LLMs across four instruction tasks: proofreading, rewriting, translation, and style transfer—alongside five input tasks: reasoning, code generation, mathematical reasoning, bias detection, and question answering. |
Copied to clipboard
| Challenge: | Existing methods for text similarity measurement focus on the semantic dimension, neglecting the unique linguistic attributes found in languages like Korean. |
| Approach: | They propose a Korean text-similarity metric that encompasses the semantic and tonal facets of a given text pair. |
| Outcome: | The proposed method outperforms existing methods in Korean and other languages . it identifies which methods preserve semantics and tone while preserving similarity . |
Copied to clipboard
| Challenge: | Existing work on controlled translation has only considered a simplified setup of one target gender for input. |
| Approach: | They propose a Gender-of-Entity prompting method for machine translation that takes the gender of the ambiguous entity as additional input and propose to use it to translate with correct gender inflections. |
| Outcome: | The proposed method instructs the model with fine-grained entity-level gender information to translate with correct gender inflections. |
Copied to clipboard
| Challenge: | Auto-regressive models excel in natural language processing but struggle to generate diverse text and lack controllability. |
| Approach: | They propose entropy-adaptive Gibbs sampling and entropic-based noise scheduling to counterbalance each model’s shortcomings. |
| Outcome: | The proposed framework outperforms baseline models and achieves the best quality-diversity tradeoff, demonstrating its effectiveness in non-autoregressive text generation. |
Copied to clipboard
| Challenge: | Existing task-oriented dialogue systems handle ambiguity in database search results by randomly selecting one or few results and presenting their names to the user. |
| Approach: | They propose a task that compares properties of multiple database search results . they use a dataset to collect high-quality dialogue data and an augmented version of the SGD dataset . |
| Outcome: | The proposed task compares properties of two entities in a trade-off form based on user preferences . the proposed dataset and code will be publicized . |
Copied to clipboard
| Challenge: | Existing metric for image captioning evaluation is based on n-gram similarity metrics but these fail to capture semantic errors in captions. |
| Approach: | They propose a new metric based on Question Answering for Caption Evaluation to evaluate image captioning based upon Question Generation and Question Answers systems. |
| Outcome: | The proposed metric is multi-modal, reference-less and explainable. |
Copied to clipboard
| Challenge: | Existing methods to remove knowledge from large vision-Language Models often fail to provide quality and informative post-unlearning responses. |
| Approach: | They propose a task that requires models to provide privacy-preserving yet informative responses for LVLMs. |
| Outcome: | The proposed method reduces the risk of unlearning after naive suppression by providing informative and visually grounded responses. |