← Search

Jongyoon Song

8 accepted papers

2025

Correcting Negative Bias in Large Language Models through Negative Attention Score Alignment

NAACL 2025long

A binary decision task, like yes-no questions or answer verification, reflects a significant real-world scenario such as where users look for confirmation about the correctness of their decisions on specific issues. In this work, we observe that language models exhibit a negative bias in the binary…

2025

Know "No" Better: A Data-Driven Approach for Enhancing Negation Awareness in CLIP

ICCV 2025poster

While CLIP has significantly advanced multimodal understanding by bridging vision and language, the inability to grasp negation -- such as failing to differentiate concepts like "parking" from "no parking" -- poses substantial challenges.By analyzing the data used in the public CLIP model's pre-trai…

Cited by 0SourcePDFScholar
2025

TRUEBench: Can LLM Response Meet Real-world Constraints as Productivity Assistant?

EMNLP 2025

Large language models (LLMs) are increasingly integral as productivity assistants, but existing benchmarks fall short in rigorously evaluating their real-world instruction-following capabilities. Current benchmarks often (i) lack sufficient multilinguality, (ii) fail to capture the implicit constrai

Cited by 0SourcePDFScholar
2025

Unleashing Multi-Hop Reasoning Potential in Large Language Models through Repetition of Misordered Context

NAACL 2025findings

Multi-hop reasoning, which requires multi-step reasoning based on the supporting documents within a given context, remains challenging for large language models (LLMs). LLMs often struggle to filter out irrelevant documents within the context, and their performance is sensitive to the absolute posit…

Cited by 0SourcePDFScholar
2023

Model Intrinsic Features of Fine-tuning based Text Summarization Models for Factual Consistency

ACL 2023findings

In this study, we analyze the model intrinsic features of a summarization model by varying the fine-tuning objectives and datasets. We fine-tune BART models combining three fine-tuning objectives (negative log-likelihood, unlikelihood, and contrastive loss) and two datasets (CNN/DailyMail and XSum)…

2022

Rare Tokens Degenerate All Tokens: Improving Neural Text Generation via Adaptive Gradient Gating for Rare Token Embeddings

ACL 2022long

Recent studies have determined that the learned token embeddings of large-scale neural language models are degenerated to be anisotropic with a narrow-cone shape. This phenomenon, called the representation degeneration problem, facilitates an increase in the overall similarity between token embeddin…

Cited by 35SourcePDFScholar
2021

AligNART: Non-autoregressive Neural Machine Translation by Jointly Learning to Estimate Alignment and Translate

EMNLP 2021main

Non-autoregressive neural machine translation (NART) models suffer from the multi-modality problem which causes translation inconsistency such as token repetition. Most recent approaches have attempted to solve this problem by implicitly modeling dependencies between outputs. In this paper, we intro…

2019

FloWaveNet : A Generative Flow for Raw Audio

ICML 2019oral

Most modern text-to-speech architectures use a WaveNet vocoder for synthesizing high-fidelity waveform audio, but there have been limitations, such as high inference time, in practical applications due to its ancestral sampling scheme. The recently suggested Parallel WaveNet and ClariNet has achieve…