When Should LLMs Be Less Specific? Selective Abstraction for Reliable Long-Form Text Generation
Researchers have proposed a framework called Selective Abstraction to improve the reliability of long-form text generation by large language models (LLMs) by trading specificity for reliability.
LLMs are prone to factual errors that erode user trust and limit adoption in high-risk settings[1]. To mitigate this risk, the Selective Abstraction framework enables LLMs to selectively reduce the detail of uncertain content. The framework decomposes responses into atomic claims and replaces uncertain atoms with higher confidence, less specific abstractions[1]. Researchers evaluated the framework on six open-source models using the FactScore and LongFact-Objects benchmarks, finding that it improved the area under the risk-coverage curve (AURC) by up to 27.73% over claim removal[1]. Meanwhile, a separate study introduced PersistBench to measure safety risks of long-term memories in LLMs, revealing a high failure rate among 18 frontier and open-source LLMs tested, with a median failure rate of 53% on cross-domain samples and 97% on sycophancy samples[2]. The integration of long-term memory with LLMs is becoming more prevalent in conversational assistants to enhance personalization, but this persistence can introduce safety risks such as cross-domain leakage and memory-induced sycophancy[2].
tool-releaseresearch-paper
Background sources we checked (3)
- arxiv.org ↗ LLMs are widely used, yet they remain prone to factual errors that erode user trust and limit adoption in high-risk settings. One approach to mitigate this risk is to equip models with uncertainty estimation mechanisms that abstain when confidence is low. However, this binary "al…
- en.wikipedia.org ↗ This glossary of artificial intelligence is a list of definitions of terms and concepts relevant to the study of artificial intelligence (AI), its subdisciplines, and related fields. Related glossaries include Glossary of computer science, Glossary of robotics, Glossary of machin…
- en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…