← Search

Bing Xiang

35 accepted papers

2025

PHANTOM: A Benchmark for Hallucination Detection in Financial Long-Context QA

NeurIPS 2025poster

While Large Language Models (LLMs) show great promise, their tendencies to hallucinate pose significant risks in high-stakes domains like finance, especially when used for regulatory reporting and decision-making. Existing hallucination detection benchmarks fail to capture the complexities of financ…

Cited by 0SourceScholar
2024

Bifurcated Attention for Single-Context Large-Batch Sampling

ICML 2024poster

In our study, we present bifurcated attention, a method developed for language model inference in single-context batch sampling contexts. This approach aims to reduce redundant memory IO costs, a significant factor in latency for high batch sizes and long context lengths. Bifurcated attention achiev…

Cited by 1SourcePDFScholar
2024

CODE REPRESENTATION LEARNING AT SCALE

ICLR 2024poster

Recent studies have shown that code language model at scale demonstrate significant performance gains on downstream tasks, i.e., code generation. However, most of the existing works on code representation learning train models at a hundred million parameter scale using very limited pretraining corpo…

Cited by 18SourcePDFScholar
2024

CoCoMIC: Code Completion by Jointly Modeling In-file and Cross-file Context

COLING 2024main

While pre-trained language models (LM) for code have achieved great success in code completion, they generate code conditioned only on the contents within the file, i.e., in-file context, but ignore the rich semantics in other files within the same project, i.e., project-level cross-file context, a…

2024

Token Alignment via Character Matching for Subword Completion

ACL 2024findings

Generative models, widely utilized in various applications, can often struggle with prompts corresponding to partial tokens. This struggle stems from tokenization, where partial tokens fall out of distribution during inference, leading to incorrect or nonsensical outputs. This paper examines a techn…

Cited by 1SourcePDFScholar
2023

Benchmarking Diverse-Modal Entity Linking with Generative Models

ACL 2023findings

Entities can be expressed in diverse formats, such as texts, images, or column names and cell values in tables. While existing entity linking (EL) models work well on per modality configuration, such as text-only EL, visual grounding or schema linking, it is more challenging to design a unified mode…

2023

ContraCLM: Contrastive Learning For Causal Language Model

ACL 2023long

Despite exciting progress in causal language models, the expressiveness of their representations is largely limited due to poor discrimination ability. To remedy this issue, we present CONTRACLM, a novel contrastive learning framework at both the token-level and the sequence-level. We assess CONTRAC…

2023

CrossCodeEval: A Diverse and Multilingual Benchmark for Cross-File Code Completion

NeurIPS 2023poster

Code completion models have made significant progress in recent years, yet current popular evaluation datasets, such as HumanEval and MBPP, predominantly focus on code completion tasks within a single file. This over-simplified setting falls short of representing the real-world software development…

Cited by 122SourcePDFScholar
2023

DecAF: Joint Decoding of Answers and Logical Forms for Question Answering over Knowledge Bases

ICLR 2023poster

Question answering over knowledge bases (KBs) aims to answer natural language questions with factual information such as entities and relations in KBs. Previous methods either generate logical forms that can be executed over KBs to obtain final answers or predict answers directly. Empirical results…

2023

Dr.Spider: A Diagnostic Evaluation Benchmark towards Text-to-SQL Robustness

ICLR 2023top-5%

Neural text-to-SQL models have achieved remarkable performance in translating natural language questions into SQL queries. However, recent studies reveal that text-to-SQL models are vulnerable to task-specific perturbations. Previous curated robustness test sets usually focus on individual phenomena…

Cited by 22SourcePDFScholar
2023

Efficient Shapley Values Estimation by Amortization for Text Classification

ACL 2023long

Despite the popularity of Shapley Values in explaining neural text classification models, computing them is prohibitive for large pretrained models due to a large number of model evaluations. In practice, Shapley Values are often estimated with a small number of stochastic model evaluations. However…

2023

Exploring Continual Learning for Code Generation Models

ACL 2023short

Large-scale code generation models such as Copilot and CodeT5 have achieved impressive performance. However, libraries are upgraded or deprecated very frequently and re-training large-scale language models is computationally expensive. Therefore, Continual Learning (CL) is an important aspect that r…

2023

Few-Shot Data-to-Text Generation via Unified Representation and Multi-Source Learning

ACL 2023long

In this paper, we present a novel approach for data-to-text generation that addresses the limitations of current methods that primarily focus on specific types of structured data. Our proposed method aims to improve performance in multi-task training, zero-shot and few-shot scenarios by providing a…

Cited by 1SourcePDFScholar
2023

Generate then Select: Open-ended Visual Question Answering Guided by World Knowledge

ACL 2023findings

The open-ended Visual Question Answering (VQA) task requires AI models to jointly reason over visual and natural language inputs using world knowledge. Recently, pre-trained Language Models (PLM) such as GPT-3 have been applied to the task and shown to be powerful world knowledge sources. However, t…

Cited by 17SourcePDFScholar
2023

Importance of Synthesizing High-quality Data for Text-to-SQL Parsing

ACL 2023findings

There has been increasing interest in synthesizing data to improve downstream text-to-SQL tasks. In this paper, we examined the existing synthesized datasets and discovered that state-of-the-art text-to-SQL algorithms did not further improve on popular benchmarks when trained with augmented syntheti…

2023

Multi-lingual Evaluation of Code Generation Models

ICLR 2023top-25%

We present two new benchmarks, MBXP and Multilingual HumanEval, designed to evaluate code completion models in over 10 programming languages. These datasets are generated using a conversion framework that transpiles prompts and test cases from the original MBPP and HumanEval datasets into the corres…

2023

ReCode: Robustness Evaluation of Code Generation Models

ACL 2023long

Code generation models have achieved impressive performance. However, they tend to be brittle as slight edits to a prompt could lead to very different generations; these robustness properties, critical for user experience when deployed in real-life applications, are not well understood. Most existin…

2023

RobustQA: Benchmarking the Robustness of Domain Adaptation for Open-Domain Question Answering

ACL 2023findings

Open-domain question answering (ODQA) is a crucial task in natural language processing. A typical ODQA system relies on a retriever module to select relevant contexts from a large corpus for a downstream reading comprehension model. Existing ODQA datasets consist mainly of Wikipedia corpus, and are…

2023

STREET: A MULTI-TASK STRUCTURED REASONING AND EXPLANATION BENCHMARK

ICLR 2023top-25%

We introduce STREET, a unified multi-task and multi-domain natural language reasoning and explanation benchmark. Unlike most existing question-answering (QA) datasets, we expect models to not only answer questions, but also produce step-by-step structured explanations describing how premises in the…

Cited by 27SourcePDFScholar
2022

DQ-BART: Efficient Sequence-to-Sequence Model via Joint Distillation and Quantization

ACL 2022short

Large-scale pre-trained sequence-to-sequence models like BART and T5 achieve state-of-the-art performance on many generative NLP tasks. However, such models pose a great challenge in resource-constrained scenarios owing to their large memory requirements and high latency. To alleviate this issue, we…

2022

Generation-Focused Table-Based Intermediate Pre-training for Free-Form Question Answering

AAAI 2022technical

Question answering over semi-structured tables has attracted significant attention in the NLP community. However, most of the existing work focus on questions that can be answered with short-form answer, i.e. the answer is often a table cell or aggregation of multiple cells. This can mismatch wit…

2022

Improving Text-to-SQL Semantic Parsing with Fine-grained Query Understanding

EMNLP 2022industry

Most recent research on Text-to-SQL semantic parsing relies on either parser itself or simple heuristic based approach to understand natural language query (NLQ). When synthesizing a SQL query, there is no explicit semantic information of NLQ available to the parser which leads to undesirable genera…

Cited by 3SourcePDFScholar
2022

Learning Dialogue Representations from Consecutive Utterances

NAACL 2022long

Learning high-quality dialogue representations is essential for solving a variety of dialogue-oriented tasks, especially considering that dialogue systems often suffer from data scarcity. In this paper, we introduce Dialogue Sentence Embedding (DSE), a self-supervised contrastive learning method tha…

2021

Answering Ambiguous Questions through Generative Evidence Fusion and Round-Trip Prediction

ACL 2021long

In open-domain question answering, questions are highly likely to be ambiguous because users may not know the scope of relevant topics when formulating them. Therefore, a system needs to find possible interpretations of the question, and predict one or multiple plausible answers. When multiple plaus…

2021

Contrastive Document Representation Learning with Graph Attention Networks

EMNLP 2021finding

Recent progress in pretrained Transformer-based language models has shown great success in learning contextual representation of text. However, due to the quadratic self-attention complexity, most of the pretrained Transformers models can only handle relatively short text. It is still a challenge wh…

2021

Dual Reader-Parser on Hybrid Textual and Tabular Evidence for Open Domain Question Answering

ACL 2021long

The current state-of-the-art generative models for open-domain question answering (ODQA) have focused on generating direct answers from unstructured textual information. However, a large amount of world’s knowledge is stored in structured databases, and need to be accessed using query languages such…

2021

Generative Context Pair Selection for Multi-hop Question Answering

EMNLP 2021main

Compositional reasoning tasks such as multi-hop question answering require models to learn how to make latent decisions using only weak supervision from the final answer. Crowdsourced datasets gathered for these tasks, however, often contain only a slice of the underlying task distribution, which ca…

2021

Improving Factual Consistency of Abstractive Summarization via Question Answering

ACL 2021long

A commonly observed problem with the state-of-the art abstractive summarization models is that the generated summaries can be factually inconsistent with the input documents. The fact that automatic summarization may produce plausible-sounding yet inaccurate summaries is a major concern that limits…

2021

Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

AAAI 2021technical

Most recently, there has been significant interest in learning contextual representations for various NLP tasks, by leveraging large scale text corpora to train powerful language models with self-supervised learning objectives, such as Masked Language Model (MLM). Based on a pilot study, we observe…

2021

Pairwise Supervised Contrastive Learning of Sentence Representations

EMNLP 2021main

Many recent successes in sentence representation learning have been achieved by simply fine-tuning on the Natural Language Inference (NLI) datasets with triplet loss or siamese loss. Nevertheless, they share a common weakness: sentences in a contradiction pair are not necessarily from different sema…

2021

Structured Prediction as Translation between Augmented Natural Languages

ICLR 2021spotlight

We propose a new framework, Translation between Augmented Natural Languages (TANL), to solve many structured prediction language tasks including joint entity and relation extraction, nested named entity recognition, relation classification, semantic role labeling, event extraction, coreference resol…

2021

Supporting Clustering with Contrastive Learning

NAACL 2021long

Unsupervised clustering aims at discovering the semantic categories of data according to some distance measured in the representation space. However, different categories often overlap with each other in the representation space at the beginning of the learning process, which poses a significant cha…

2019

OCGAN: One-Class Novelty Detection Using GANs With Constrained Latent Representations

CVPR 2019poster

We present a novel model called OCGAN for the classical problem of one-class novelty detection, where, given a set of examples from a particular class, the goal is to determine if a query example is from the same class. Our solution is based on learning latent representations of in-class examples us…

Cited by 708PDFcodeScholar
2017

A STRUCTURED SELF-ATTENTIVE SENTENCE EMBEDDING

ICLR 2017poster

This paper proposes a new model for extracting an interpretable sentence embedding by introducing self-attention. Instead of using a vector, we use a 2-D matrix to represent the embedding, with each row of the matrix attending on a different part of the sentence. We also propose a self-attention mec…

Cited by 2949SourceScholar