paper-with-me

Papers

Temporally Consistent Factuality Probing for Large Language Models

2024-09-21 · Ashutosh Bajpai, Aaryan Goyal, Atif Anwer, Tanmoy Chakraborty

The prolific use of Large Language Models (LLMs) as an alternate knowledge base requires them to be factually consistent, necessitating both correctness and consistency traits for paraphrased queries. Recently, significant attempts have been made to benchmark datasets and metrics to evaluate LLMs for these traits. However, structural simplicity (subject-relation-object) and contemporary association in their query formulation limit the broader definition of factuality and consistency. In this study, we introduce TeCFaP, a novel Temporally Consistent Factuality Probe task to expand the consistent factuality probe in the temporal dimension. To this end, we propose TEMP-COFAC, a high-quality dataset of prefix-style English query paraphrases. Subsequently, we extend the definitions of existing metrics to represent consistent factuality across temporal dimension. We experiment with a diverse set of LLMs and find most of them performing poorly on TeCFaP. Next, we propose a novel solution CoTSeLF (Consistent-Time-Sensitive Learning Framework) combining multi-task instruction tuning (MT-IT) with consistent-time-sensitive reinforcement learning (CTSRL) to improve temporally consistent factuality in LLMs. Our experiments demonstrate the efficacy of CoTSeLF over several baselines.

📄 PDF Abstract BibTeX arXiv:2409.14065

Code (1)

ab-iitd/tecfap 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Features as Rewards: Scalable Supervision for Open-Ended Tasks via Interpretability

2026-02-10 · Aaditya Vikram Prasad, Connor Watts, Jack Merullo, Dhruvil Gala 외 arxiv

Language models trained on large-scale datasets have been shown to learn features that encode abstract concepts such as factuality or intent. Such features are traditionally used for test-time monitoring or steering. We …

Reinforcement Learning

Transferable and Efficient Non-Factual Content Detection via Probe Training with Offline Consistency Checking

2024-04-10 · Xiaokang Zhang, Zijun Yao, Jing Zhang, Kaifeng Yun 외

Detecting non-factual content is a longstanding goal to increase the trustworthiness of large language models (LLMs) generations. Current factuality probes, trained using humanannotated labels, exhibit limited transferab…

Question Answering

Are Large Language Models Reliable Judges? A Study on the Factuality Evaluation Capabilities of LLMs

2023-11-01 · Xue-Yong Fu, Md Tahmid Rahman Laskar, Cheng Chen, Shashi Bhushan TN

In recent years, Large Language Models (LLMs) have gained immense attention due to their notable emergent capabilities, surpassing those seen in earlier language models. A particularly intriguing application of LLMs is t…

BenchmarkingQuestion AnsweringText Generation

Survey on Factuality in Large Language Models: Knowledge, Retrieval and Domain-Specificity

2023-10-11 · Cunxiang Wang, Xiaoze Liu, Yuanhao Yue, Xiangru Tang 외

This survey addresses the crucial issue of factuality in Large Language Models (LLMs). As LLMs find applications across diverse domains, the reliability and accuracy of their outputs become vital. We define the Factualit…

RetrievalSpecificitySurvey

Microsaccade-Inspired Probing: Positional Encoding Perturbations Reveal LLM Misbehaviours

2025-10-01 · Rui Melo, Rui Abreu, Corina S. Pasareanu arxiv

We draw inspiration from microsaccades, tiny involuntary eye movements that reveal hidden dynamics of human perception, to propose an analogous probing method for large language models (LLMs). Just as microsaccades expos…