← Search

Haitian Sun

11 accepted papers

2024

SEMQA: Semi-Extractive Multi-Source Question Answering

NAACL 2024long

Recently proposed long-form question answering (QA) systems, supported by large language models (LLMs), have shown promising capabilities. Yet, attributing and verifying their generated abstractive answers can be difficult, and automatically evaluating their accuracy remains an ongoing challenge.In…

2023

Can Pre-trained Vision and Language Models Answer Visual Information-Seeking Questions?

EMNLP 2023long main

Pre-trained vision and language models have demonstrated state-of-the-art capabilities over existing tasks involving images and texts, including visual question answering. However, it remains unclear whether these models possess the capability to answer questions that are not only querying visual co…

Cited by 0SourcecodeScholar
2023

Scenario-based Question Answering with Interacting Contextual Properties

ICLR 2023poster

In the scenario-based Question Answering (QA) task, models are asked to find answers that are appropriate to the user scenarios associated with the question and identify information that is missing from the scenarios but is necessary for the answers to hold. Scenarios commonly include multiple prope…

Cited by 0SourcePDFScholar
2022

ConditionalQA: A Complex Reading Comprehension Dataset with Conditional Answers

ACL 2022long

We describe a Question Answering (QA) dataset that contains complex questions with conditional answers, i.e. the answers are only applicable when certain conditions apply. We call this dataset ConditionalQA. In addition to conditional answers, the dataset also features:(1) long context documents wit…

2021

Adaptable and Interpretable Neural MemoryOver Symbolic Knowledge

NAACL 2021long

Past research has demonstrated that large neural language models (LMs) encode surprising amounts of factual information: however, augmenting or modifying this information requires modifying a corpus and retraining, which is computationally expensive. To address this problem, we develop a neural LM t…

Cited by 72SourcePDFScholar
2021

Differentiable Open-Ended Commonsense Reasoning

NAACL 2021long

Current commonsense reasoning research focuses on developing models that use commonsense knowledge to answer multiple-choice questions. However, systems designed to answer multiple-choice questions may not be useful in applications that do not provide a small list of candidate answers to choose from…

Cited by 44SourcePDFScholar
2021

LEGO: Latent Execution-Guided Reasoning for Multi-Hop Question Answering on Knowledge Graphs

ICML 2021spotlight

Answering complex natural language questions on knowledge graphs (KGQA) is a challenging task. It requires reasoning with the input natural language questions as well as a massive, incomplete heterogeneous KG. Prior methods obtain an abstract structured query graph/tree from the input question and t…

2021

Reasoning Over Virtual Knowledge Bases With Open Predicate Relations

ICML 2021spotlight

We present the Open Predicate Query Language (OPQL); a method for constructing a virtual KB (VKB) trained entirely from text. Large Knowledge Bases (KBs) are indispensable for a wide-range of industry applications such as question answering and recommendation. Typically, KBs encode world knowledge i…

Cited by 29SourcePDFScholar
2020

Faithful Embeddings for Knowledge Base Queries

NeurIPS 2020poster

The deductive closure of an ideal knowledge base (KB) contains exactly the logical queries that the KB can answer. However, in practice KBs are both incomplete and over-specified, failing to answer some queries that have real-world answers. \emph{Query embedding} (QE) techniques have been recently p…

2020

Scalable Neural Methods for Reasoning With a Symbolic Knowledge Base

ICLR 2020poster

We describe a novel way of representing a symbolic knowledge base (KB) called a sparse-matrix reified KB. This representation enables neural modules that are fully differentiable, faithful to the original semantics of the KB, expressive enough to model multi-hop inferences, and scalable enough to u…

Cited by 81SourceScholar
2018

Semi-Supervised Learning with Declaratively Specified Entropy Constraints

NeurIPS 2018poster

We propose a technique for declaratively specifying strategies for semi-supervised learning (SSL). SSL methods based on different assumptions perform differently on different tasks, which leads to difficulties applying them in practice. In this paper, we propose to use entropy to unify many types of…