← Search

Shehzaad Dhuliawala

6 accepted papers

2024

Chain-of-Verification Reduces Hallucination in Large Language Models

ACL 2024findings

Generation of plausible yet incorrect factual information, termed hallucination, is an unsolved issue in large language models. We study the ability of language models to deliberate on the responses they give in order to correct their mistakes. We develop the Chain-of-Verification (CoVe) method wher…

Cited by 390SourcePDFScholar
2024

Implicit Personalization in Language Models: A Systematic Study

EMNLP 2024finding

Implicit Personalization (IP) is a phenomenon of language models inferring a user’s background from the implicit cues in the input prompts and tailoring the response based on this inference. While previous work has touched upon various instances of this problem, there lacks a unified framework to st…

2024

Towards Aligning Language Models with Textual Feedback

EMNLP 2024main

We present ALT (ALignment with Textual feedback), an approach that aligns language models with user preferences expressed in text. We argue that text offers greater expressiveness, enabling users to provide richer feedback than simple comparative preferences and this richer feedback can lead to more…

2022

Calibration of Machine Reading Systems at Scale

ACL 2022findings

In typical machine learning systems, an estimate of the probability of the prediction is used to assess the system’s confidence in the prediction. This confidence measure is usually uncalibrated; i.e. the system’s confidence in the prediction does not match the true probability of the predicted outp…

Cited by 9SourcePDFScholar
2019

Multi-step Retriever-Reader Interaction for Scalable Open-domain Question Answering

ICLR 2019poster

This paper introduces a new framework for open-domain question answering in which the retriever and the reader \emph{iteratively interact} with each other. The framework is agnostic to the architecture of the machine reading model provided it has \emph{access} to the token-level hidden representatio…

2018

Go for a Walk and Arrive at the Answer: Reasoning Over Paths in Knowledge Bases using Reinforcement Learning

ICLR 2018poster

Knowledge bases (KB), both automatically and manually constructed, are often incomplete --- many valid facts can be inferred from the KB by synthesizing existing information. A popular approach to KB completion is to infer new relations by combinatory reasoning over the information found along other…