← Search

Revanth Gangi Reddy

16 accepted papers

2026

SWERank: Software Issue Localization with Code Ranking

ICLR 2026poster

Software issue localization, the task of identifying the precise code locations (files, classes, or functions) relevant to a natural language issue description (e.g., bug report, feature request), is a critical yet time-consuming aspect of software development. While recent LLM-based agentic approac…

Cited by 0SourcecodeScholar
2025

CoRNStack: High-Quality Contrastive Data for Better Code Retrieval and Reranking

ICLR 2025poster

Effective code retrieval plays a crucial role in advancing code generation, bug fixing, and software maintenance, particularly as software systems increase in complexity. While current code embedding models have demonstrated promise in retrieving code snippets for small-scale, well-defined tasks, th…

2025

Infogent: An Agent-Based Framework for Web Information Aggregation

NAACL 2025findings

Despite seemingly performant web agents on the task-completion benchmarks, most existing methods evaluate the agents based on a presupposition: the web navigation task consists of a linear sequence of actions with an end state that marks task completion. In contrast, our work focuses on web navigati…

2025

Persona-DB: Efficient Large Language Model Personalization for Response Prediction with Collaborative Data Refinement

COLING 2025main

The increasing demand for personalized interactions with large language models (LLMs) calls for methodologies capable of accurately and efficiently identifying user opinions and preferences. Retrieval augmentation emerges as an effective strategy, as it can accommodate a vast number of users without…

Cited by 17SourcePDFScholar
2025

Search and Detect: Training-Free Long Tail Object Detection via Web-Image Retrieval

CVPR 2025poster

In this paper, we introduce SearchDet, a training-free long-tail object detection framework that significantly enhances open-vocabulary object detection performance. SearchDet retrieves a set of positive and negative images of an object to ground, embeds these images, and computes an input image--we…

Cited by 1SourcePDFScholar
2024

AGRaME: Any-Granularity Ranking with Multi-Vector Embeddings

EMNLP 2024main

Ranking is a fundamental problem in search, however, existing ranking algorithms usually restrict the granularity of ranking to full passages or require a specific dense index for each desired level of granularity. Such lack of flexibility in granularity negatively affects many applications that can…

Cited by 0SourcePDFScholar
2024

FIRST: Faster Improved Listwise Reranking with Single Token Decoding

EMNLP 2024main

Large Language Models (LLMs) have significantly advanced the field of information retrieval, particularly for reranking. Listwise LLM rerankers have showcased superior performance and generalizability compared to existing supervised approaches. However, conventional listwise LLM reranking methods la…

2024

Factcheck-Bench: Fine-Grained Evaluation Benchmark for Automatic Fact-checkers

EMNLP 2024finding

The increased use of large language models (LLMs) across a variety of real-world applications calls for mechanisms to verify the factual accuracy of their outputs. In this work, we present Factcheck-Bench, a holistic end-to-end framework for annotating and evaluating the factuality of LLM-generated…

2024

Schema-Guided Culture-Aware Complex Event Simulation with Multi-Agent Role-Play

EMNLP 2024system demonstrations

Complex news events, such as natural disasters and socio-political conflicts, require swift responses from the government and society. Relying on historical events to project the future is insufficient as such events are sparse and do not cover all possible conditions and nuanced situations. Simulat…

Cited by 0SourcePDFScholar
2024

Towards Better Generalization in Open-Domain Question Answering by Mitigating Context Memorization

NAACL 2024findings

Open-domain Question Answering (OpenQA) aims at answering factual questions with an external large-scale knowledge corpus. However, real-world knowledge is not static; it updates and evolves continually. Such a dynamic characteristic of knowledge poses a vital challenge for these models, as the trai…

2023

Social Commonsense-Guided Search Query Generation for Open-Domain Knowledge-Powered Conversations

EMNLP 2023short findings

Open-domain dialog involves generating search queries that help obtain relevant knowledge for holding informative conversations. However, it can be challenging to determine what information to retrieve when the user is passive and does not express a clear need or request. To tackle this issue, we pr…

Cited by 0SourceScholar
2023

SumREN: Summarizing Reported Speech about Events in News

AAAI 2023technical

A primary objective of news articles is to establish the factual record for an event, frequently achieved by conveying both the details of the specified event (i.e., the 5 Ws; Who, What, Where, When and Why regarding the event) and how people reacted to it (i.e., reported statements). However, exist…

2022

A Zero-Shot Claim Detection Framework Using Question Answering

COLING 2022main

In recent years, there has been an increasing interest in claim detection as an important building block for misinformation detection. This involves detecting more fine-grained attributes relating to the claim, such as the claimer, claim topic, claim object pertaining to the topic, etc. Yet, a notab…

2022

NewsClaims: A New Benchmark for Claim Detection from News with Attribute Knowledge

EMNLP 2022main

Claim detection and verification are crucial for news understanding and have emerged as promising technologies for mitigating misinformation and disinformation in the news. However, most existing work has focused on claim sentence analysis while overlooking additional crucial attributes (e.g., the c…

2022

Towards Robust Neural Retrieval with Source Domain Synthetic Pre-Finetuning

COLING 2022main

Research on neural IR has so far been focused primarily on standard supervised learning settings, where it outperforms traditional term matching baselines. Many practical use cases of such models, however, may involve previously unseen target domains. In this paper, we propose to improve the out-of-…

2021

InfoSurgeon: Cross-Media Fine-grained Information Consistency Checking for Fake News Detection

ACL 2021long

To defend against machine-generated fake news, an effective mechanism is urgently needed. We contribute a novel benchmark for fake news detection at the knowledge element level, as well as a solution for this task which incorporates cross-media consistency checking to detect the fine-grained knowled…