paper-with-me

홈 › Papers

Don't Just Say "I don't know"! Self-aligning Large Language Models for Responding to Unknown Questions with Explanations

2024-02-23 · Yang Deng, Yong Zhao, Moxin Li, See-Kiong Ng, Tat-Seng Chua

Despite the remarkable abilities of Large Language Models (LLMs) to answer questions, they often display a considerable level of overconfidence even when the question does not have a definitive answer. To avoid providing hallucinated answers to these unknown questions, existing studies typically investigate approaches to refusing to answer these questions. In this work, we propose a novel and scalable self-alignment method to utilize the LLM itself to enhance its response-ability to different types of unknown questions, being capable of not only refusing to answer but also providing explanation to the unanswerability of unknown questions. Specifically, the Self-Align method first employ a two-stage class-aware self-augmentation approach to generate a large amount of unknown question-response data. Then we conduct disparity-driven self-curation to select qualified data for fine-tuning the LLM itself for aligning the responses to unknown questions as desired. Experimental results on two datasets across four types of unknown questions validate the superiority of the Self-Align method over existing baselines in terms of three types of task formulation.

📄 PDF Abstract BibTeX arXiv:2402.15062

Code (1)

zhaoy777/kuqp-dataset 공식 구현

Similar Papers 제목 키워드 기반

Improving Transducer-Based Spoken Language Understanding with Self-Conditioned CTC and Knowledge Transfer

2025-01-03 · Vishal Sunder, Eric Fosler-Lussier

In this paper, we propose to improve end-to-end (E2E) spoken language understand (SLU) in an RNN transducer model (RNN-T) by incorporating a joint self-conditioned CTC automatic speech recognition (ASR) objective. Our pr…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition+2

CALM: Unleashing the Cross-Lingual Self-Aligning Ability of Language Model Question Answering

2025-01-30 · Yumeng Wang, Zhiyuan Fan, Qingyun Wang, May Fung 외

Large Language Models (LLMs) are pretrained on extensive multilingual corpora to acquire both language-specific cultural knowledge and general knowledge. Ideally, while LLMs should provide consistent responses to culture…

General KnowledgeLanguage ModelingLanguage ModellingMedQA+1

Cross-Lingual Consensus: Aligning Multilingual Cultural Knowledge via Multilingual Self-Consistency

2026-05-21 · Andrew Ivan Soegeng, Patrick Sutanto, Tan Sang Nguyen arxiv

Although Large Language Models (LLMs) demonstrate strong capabilities across various tasks, they exhibit significant performance discrepancies across languages. While prompting LLMs in English typically yields the highes…

Do LLMs Need Inherent Reasoning Before Reinforcement Learning? A Study in Korean Self-Correction

2026-01-09 · Hongjin Kim, Jaewook Lee, Kiyoung Lee, Jong-hun Shin 외 arxiv

Large Language Models (LLMs) demonstrate strong reasoning and self-correction abilities in high-resource languages like English, but their performance remains limited in low-resource languages such as Korean. In this stu…

Reinforcement LearningMathematical Reasoning

Reinforcement Learning from Reflective Feedback (RLRF): Aligning and Improving LLMs via Fine-Grained Self-Reflection

2024-03-21 · Kyungjae Lee, Dasol Hwang, Sunghyun Park, Youngsoo Jang 외

Despite the promise of RLHF in aligning LLMs with human preferences, it often leads to superficial alignment, prioritizing stylistic changes over improving downstream performance of LLMs. Underspecified preferences could…

Mathematical Reasoning