paper-with-me

Papers

Citations as Queries: Source Attribution Using Language Models as Rerankers

2023-06-29 · Ryan Muther, David Smith

This paper explores new methods for locating the sources used to write a text, by fine-tuning a variety of language models to rerank candidate sources. After retrieving candidates sources using a baseline BM25 retrieval model, a variety of reranking methods are tested to see how effective they are at the task of source attribution. We conduct experiments on two datasets, English Wikipedia and medieval Arabic historical writing, and employ a variety of retrieval and generation based reranking models. In particular, we seek to understand how the degree of supervision required affects the performance of various reranking models. We find that semisupervised methods can be nearly as effective as fully supervised methods while avoiding potentially costly span-level annotation of the target and source documents.

📄 PDF Abstract BibTeX arXiv:2306.17322

Code (0)

등록된 구현이 없습니다.

Tasks

RerankingRetrieval

Similar Papers 제목 키워드 기반

WebCiteS: Attributed Query-Focused Summarization on Chinese Web Search Results with Citations

2024-03-04 · Haolin Deng, Chang Wang, Xin Li, Dezhang Yuan 외

Enhancing the attribution in large language models (LLMs) is a crucial task. One feasible approach is to enable LLMs to cite external sources that support their generations. However, existing datasets and evaluation meth…

Query-focused Summarization

Rank-K: Test-Time Reasoning for Listwise Reranking

2025-05-20 · Eugene Yang, Andrew Yates, Kathryn Ricci, Orion Weller 외

Retrieve-and-rerank is a popular retrieval pipeline because of its ability to make slow but effective rerankers efficient enough at query time by reducing the number of comparisons. Recent works in neural rerankers take …

Language ModelingLanguage ModellingPassage RerankingReranking+1

Neurosymbolic AI approach to Attribution in Large Language Models

2024-09-30 · Deepa Tilwani, Revathy Venkataramanan, Amit P. Sheth

Attribution in large language models (LLMs) remains a significant challenge, particularly in ensuring the factual accuracy and reliability of the generated outputs. Current methods for citation or attribution, such as th…

Learning to Plan and Generate Text with Citations

2024-04-04 · Constanza Fierro, Reinald Kim Amplayo, Fantine Huot, Nicola De Cao 외

The increasing demand for the deployment of LLMs in information-seeking scenarios has spurred efforts in creating verifiable systems, which generate responses to queries along with supporting evidence. In this paper, we …

Long Form Question AnsweringQuestion Answering

Hallucination Augmented Recitations for Language Models

2023-11-13 · Abdullatif Köksal, Renat Aksitov, Chung-Ching Chang

Attribution is a key concept in large language models (LLMs) as it enables control over information sources and enhances the factuality of LLMs. While existing approaches utilize open book question answering to improve a…

counterfactualHallucinationQuestion Answering