中文
相关论文

相关论文: ALiiCE: Evaluating Positional Fine-grained Citatio…

200 篇论文

Large language models (LLMs) have emerged as a widely-used tool for information seeking, but their generated outputs are prone to hallucination. In this work, our aim is to allow LLMs to generate text with citations, improving their factual…

计算与语言 · 计算机科学 2023-11-01 Tianyu Gao , Howard Yen , Jiatong Yu , Danqi Chen

While large language models (LLMs) have demonstrated remarkable performance across diverse tasks, they fundamentally lack self-awareness and frequently exhibit overconfidence, assigning high confidence scores to incorrect predictions.…

计算与语言 · 计算机科学 2025-08-19 Jinyi Han , Tingyun Li , Shisong Chen , Jie Shi , Xinyi Wang , Guanglei Yue , Jiaqing Liang , Xin Lin , Liqian Wen , Zulong Chen , Yanghua Xiao

Though current long-context large language models (LLMs) have demonstrated impressive capacities in answering user questions based on extensive text, the lack of citations in their responses makes user verification difficult, leading to…

计算与语言 · 计算机科学 2024-09-11 Jiajie Zhang , Yushi Bai , Xin Lv , Wanjun Gu , Danqing Liu , Minhao Zou , Shulin Cao , Lei Hou , Yuxiao Dong , Ling Feng , Juanzi Li

Large language models (LLMs) often produce unsupported or unverifiable content, known as "hallucinations." To mitigate this, retrieval-augmented LLMs incorporate citations, grounding the content in verifiable sources. Despite such…

信息检索 · 计算机科学 2024-08-26 Weijia Zhang , Mohammad Aliannejadi , Yifei Yuan , Jiahuan Pei , Jia-Hong Huang , Evangelos Kanoulas

While recent Large Language Models (LLMs) have proven useful in answering user queries, they are prone to hallucination, and their responses often lack credibility due to missing references to reliable sources. An intuitive solution to…

计算与语言 · 计算机科学 2024-09-04 Chengyu Huang , Zeqiu Wu , Yushi Hu , Wenya Wang

Verifiable generation requires large language models (LLMs) to cite source documents supporting their outputs, thereby improve output transparency and trustworthiness. Yet, previous work mainly targets the generation of sentence-level…

计算与语言 · 计算机科学 2024-06-11 Shuyang Cao , Lu Wang

Despite the impressive performance on information-seeking tasks, large language models (LLMs) still struggle with hallucinations. Attributed LLMs, which augment generated text with in-line citations, have shown potential in mitigating…

计算与语言 · 计算机科学 2024-08-09 Lei Huang , Xiaocheng Feng , Weitao Ma , Yuxuan Gu , Weihong Zhong , Xiachong Feng , Weijiang Yu , Weihua Peng , Duyu Tang , Dandan Tu , Bing Qin

We introduce SelfCite, a novel self-supervised approach that aligns LLMs to generate high-quality, fine-grained, sentence-level citations for the statements in their generated responses. Instead of only relying on costly and labor-intensive…

Large Language Models (LLMs) frequently hallucinate, impeding their reliability in mission-critical situations. One approach to address this issue is to provide citations to relevant sources alongside generated content, enhancing the…

计算与语言 · 计算机科学 2024-07-16 Rami Aly , Zhiqiang Tang , Samson Tan , George Karypis

In retrieval-augmented generation (RAG) question answering systems, generating citations for large language model (LLM) outputs enhances verifiability and helps users identify potential hallucinations. However, we observe two problems in…

计算与语言 · 计算机科学 2025-10-21 Guo Chen , Qiuyuan Li , Qiuxian Li , Hongliang Dai , Xiang Chen , Piji Li

The increasing adoption of large language models (LLMs) has raised serious concerns about their reliability and trustworthiness. As a result, a growing body of research focuses on evidence-based text generation with LLMs, aiming to link…

计算与语言 · 计算机科学 2026-04-17 Tobias Schreieder , Tim Schopf , Michael Färber

Citation granularity - whether to cite individual sentences, paragraphs, or documents - is a critical design choice in attributed generation. While fine-grained citations are often preferred for precise human verification, their impact on…

计算与语言 · 计算机科学 2026-04-06 Hexuan Wang , Jingyu Zhang , Benjamin Van Durme , Daniel Khashabi

Existing LLM-based medical question-answering systems lack citation generation and evaluation capabilities, raising concerns about their adoption in practice. In this work, we introduce \name, the first end-to-end framework that facilitates…

计算与语言 · 计算机科学 2025-06-10 Xiao Wang , Mengjue Tan , Qiao Jin , Guangzhi Xiong , Yu Hu , Aidong Zhang , Zhiyong Lu , Minjia Zhang

Large Language Models (LLMs) have emerged as powerful assistants for scientific writing. However, concerns remain about the quality and reliability of the generated text, including citation accuracy and faithfulness. While most recent work…

数字图书馆 · 计算机科学 2026-04-14 Yee Man Choi , Xuehang Guo , Yi R. Fung , Qingyun Wang

Assessing the reliability of Large Language Models (LLMs) by confidence elicitation is a prominent approach to AI safety in high-stakes applications, such as healthcare and finance. Existing methods either require expensive computational…

计算与语言 · 计算机科学 2026-04-08 Zhaohan Zhang , Ziquan Liu , Ioannis Patras

Retrieval Augmented Generation (RAG) has emerged as a powerful application of Large Language Models (LLMs), revolutionizing information search and consumption. RAG systems combine traditional search capabilities with LLMs to generate…

信息检索 · 计算机科学 2025-06-12 Harsh Maheshwari , Srikanth Tenneti , Alwarappan Nakkiran

Large language models (LLMs) have achieved remarkable advancements in natural language understanding and generation. However, one major issue towards their widespread deployment in the real world is that they can generate "hallucinated"…

计算与语言 · 计算机科学 2024-04-04 Xi Ye , Ruoxi Sun , Sercan Ö. Arik , Tomas Pfister

Large language models (LLMs) bring unprecedented flexibility in defining and executing complex, creative natural language generation (NLG) tasks. Yet, this flexibility brings new challenges, as it introduces new degrees of freedom in…

计算与语言 · 计算机科学 2024-07-08 Furkan Şahinuç , Ilia Kuznetsov , Yufang Hou , Iryna Gurevych

Citation text plays a pivotal role in elucidating the connection between scientific documents, demanding an in-depth comprehension of the cited paper. Constructing citations is often time-consuming, requiring researchers to delve into…

计算与语言 · 计算机科学 2024-04-23 Avinash Anand , Kritarth Prasad , Ujjwal Goel , Mohit Gupta , Naman Lal , Astha Verma , Rajiv Ratn Shah

Large language models (LLMs) often generate content with unsupported or unverifiable content, known as "hallucinations." To address this, retrieval-augmented LLMs are employed to include citations in their content, grounding the content in…

信息检索 · 计算机科学 2024-08-23 Weijia Zhang , Mohammad Aliannejadi , Jiahuan Pei , Yifei Yuan , Jia-Hong Huang , Evangelos Kanoulas
‹ 上一页 1 2 3 10 下一页 ›