paper-with-me

Papers

VISTA: Verification In Sequential Turn-based Assessment

2025-10-30 · Ashley Lewis, Andrew Perrault, Eric Fosler-Lussier, Michael White arxiv

Hallucination--defined here as generating statements unsupported or contradicted by available evidence or conversational context--remains a major obstacle to deploying conversational AI systems in settings that demand factual reliability. Existing metrics either evaluate isolated responses or treat unverifiable content as errors, limiting their use for multi-turn dialogue. We introduce VISTA (Verification In Sequential Turn-based Assessment), a framework for evaluating conversational factuality through claim-level verification and sequential consistency tracking. VISTA decomposes each assistant turn into atomic factual claims, verifies them against trusted sources and dialogue history, and categorizes unverifiable statements (subjective, contradicted, lacking evidence, or abstaining). Across eight large language models and four dialogue factuality benchmarks (AIS, BEGIN, FAITHDIAL, and FADE), VISTA substantially improves hallucination detection over FACTSCORE and LLM-as-Judge baselines. Human evaluation confirms that VISTA's decomposition improves annotator agreement and reveals inconsistencies in existing benchmarks. By modeling factuality as a dynamic property of conversation, VISTA offers a more transparent, human-aligned measure of truthfulness in dialogue systems.

📄 PDF Abstract BibTeX arXiv:2510.27052

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ViSTa Dataset: Do vision-language models understand sequential tasks?

2024-11-20 · Evžen Wybitul, Evan Ryan Gunter, Mikhail Seleznyov, David Lindner

Using vision-language models (VLMs) as reward models in reinforcement learning holds promise for reducing costs and improving safety. So far, VLM reward models have only been used for goal-oriented tasks, where the agent…

MinecraftObject Recognition

Beyond the Black Box: Demystifying Multi-Turn LLM Reasoning with VISTA

2025-11-13 · Yiran Zhang, Mingyang Lin, Mark Dras, Usman Naseem arxiv

Recent research has increasingly focused on the reasoning capabilities of Large Language Models (LLMs) in multi-turn interactions, as these scenarios more closely mirror real-world problem-solving. However, analyzing the…

MM-Verify: Enhancing Multimodal Reasoning with Chain-of-Thought Verification

2025-02-19 · Linzhuang Sun, Hao Liang, Jingxuan Wei, Bihui Yu 외

According to the Test-Time Scaling, the integration of External Slow-Thinking with the Verify mechanism has been demonstrated to enhance multi-round reasoning in large language models (LLMs). However, in the multimodal (…

Multimodal Reasoning

Scaling Agentic Reinforcement Learning for Tool-Integrated Reasoning in VLMs

2025-11-24 · Meng Lu, Ran Xu, Yi Fang, Wenxuan Zhang 외 arxiv

While recent vision-language models (VLMs) demonstrate strong image understanding, their ability to "think with images", i.e., to reason through multi-step visual interactions, remains limited. We introduce VISTA-Gym, a …

Reinforcement LearningMultimodal ReasoningVisual Reasoning

Vista: Scene-Aware Optimization for Streaming Video Question Answering under Post-Hoc Queries

2026-02-09 · Haocheng Lu, Nan Zhang, Wei Tao, Xiaoyang Qu 외 arxiv

Streaming video question answering (Streaming Video QA) poses distinct challenges for multimodal large language models (MLLMs), as video frames arrive sequentially and user queries can be issued at arbitrary time points.…

Video Question Answering