← Search

Weijin Zou

5 accepted papers

2024

OMG-QA: Building Open-Domain Multi-Modal Generative Question Answering Systems

EMNLP 2024industry

We introduce OMG-QA, a new resource for question answering that is designed to evaluate the effectiveness of question answering systems that perform retrieval augmented generation (RAG) in scenarios that demand reasoning on multi-modal, multi-document contexts. These systems, given a user query, mus…

2024

On Evaluating the Integration of Reasoning and Action in LLM Agents with Database Question Answering

NAACL 2024findings

This study introduces a new long-form database question answering dataset designed to evaluate how Large Language Models (LLMs) interact with a SQL interpreter. The task necessitates LLMs to strategically generate multiple SQL queries to retrieve sufficient data from a database, to reason with the a…

Cited by 13SourcePDFScholar
2023

Enhancing Text-to-SQL Capabilities of Large Language Models: A Study on Prompt Design Strategies

EMNLP 2023long findings

In-context learning (ICL) has emerged as a new approach to various natural language processing tasks, utilizing large language models (LLMs) to make predictions based on context that has been supplemented with a few examples or task-specific instructions. In this paper, we aim to extend this method…

Cited by 0SourceScholar
2023

QTSumm: Query-Focused Summarization over Tabular Data

EMNLP 2023long main

People primarily consult tables to conduct data analysis or answer specific questions. Text generation systems that can provide accurate table summaries tailored to users' information needs can facilitate more efficient access to relevant data insights. Motivated by this, we define a new query-focu…

Cited by 0SourcecodeScholar
2022

R2D2: Robust Data-to-Text with Replacement Detection

EMNLP 2022main

Unfaithful text generation is a common problem for text generation systems. In the case of Data-to-Text (D2T) systems, the factuality of the generated text is particularly crucial for any real-world applications. We introduce R2D2, a training framework that addresses unfaithful Data-to-Text generati…