Pith

open record

sign in

arxiv: 2409.06601 · v4 · pith:YCBMAKSI · submitted 2024-09-10 · cs.CL · cs.LG

LaMsS: When Large Language Models Meet Self-Skepticism

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:YCBMAKSIrecord.jsonopen to challenge →

classification cs.CL cs.LG
keywords skepticismlamssllmsself-skepticismfurtherlanguagelargemodels
0
0 comments X
read the original abstract

Hallucination is a major challenge for large language models (LLMs), preventing their further application in some fields. The skeptical thinking of humankind could be useful for LLMs to self-cognition, self-reflection and alleviate their hallucinations. Inspired by this consideration, we propose a novel approach called LaMsS, which combines the semantic understanding capability of LLMs with self-skepticism. By introducing a series of skepticism tokens and augmenting them into the vocabulary, we conduct both pertaining and finetuning, which allow the LLM to decode each normal token followed by a skeptical token, representing different skepticism levels. By calculating the response skepticism given a query, one can define a new self-aware LLM which is only willing to answer with relative lower skepticism level than the threshold. By examining the accuracy, AUC and AP of willingly answering questions, we demonstrate that LaMsS achieves better performance than baselines on both multi-choice questions and open-domain question-answering benchmarks, and can generalize to multi-task and out-of-domain settings. Our study sheds some lights on the self-skepticism modeling on further artificial intelligence. Project code and model checkpoints can be found in https://anonymous.4open.science/r/SM-1E76.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. NTS-CoT: Mitigating Hallucinations in LLM-based News Timeline Summarization with Chain-of-Thought Reasoning

    cs.CL 2026-06 unverdicted novelty 5.0

    NTS-CoT applies Element-CoT, Date Selection, and Causal-CoT modules to cut unfaithful content and omissions in LLM-based timeline summarization, outperforming baselines on three benchmarks.