← Search

Yichong Xu

33 accepted papers

2024

Small Models are Valuable Plug-ins for Large Language Models

ACL 2024findings

Large language models (LLMs) such as GPT-3 and GPT-4 are powerful but their weights are often publicly unavailable and their immense sizes make the models difficult to be tuned with common hardware. As a result, effectively tuning these models with large-scale supervised data can be challenging. As…

2024

i-Code Studio: A Configurable and Composable Framework for Integrative AI

EMNLP 2024system demonstrations

Artificial General Intelligence (AGI) requires comprehensive understanding and generation capabilities for a variety of tasks spanning different modalities and functionalities. Integrative AI is one important direction to approach AGI, through combining multiple models to tackle complex multimodal t…

2024

i-Code V2: An Autoregressive Generation Framework over Vision, Language, and Speech Data

NAACL 2024findings

The convergence of text, visual, and audio data is crucial towards human-like artificial intelligence, however the current Vision-Language-Speech landscape is dominated by encoder-only models that lack generative abilities. We propose closing this gap with i-Code V2, one of the first models capable…

Cited by 3SourcePDFScholar
2023

APOLLO: A Simple Approach for Adaptive Pretraining of Language Models for Logical Reasoning

ACL 2023long

Logical reasoning over text is an important ability that requires understanding the semantics of the text and reasoning through them to arrive at correct inferences. Prior works on pretraining language models to improve the logical reasoning ability require complex processing of training data (e.g.,…

2023

Auto-Instruct: Automatic Instruction Generation and Ranking for Black-Box Language Models

EMNLP 2023long findings

Large language models (LLMs) can perform a wide range of tasks by following natural language instructions, without the necessity of task-specific fine-tuning. Unfortunately, the performance of LLMs is greatly influenced by the quality of these instructions, and manually writing effective instruction…

Cited by 0SourceScholar
2023

G-Eval: NLG Evaluation using Gpt-4 with Better Human Alignment

EMNLP 2023long main

The quality of texts generated by natural language generation (NLG) systems is hard to measure automatically. Conventional reference-based metrics, such as BLEU and ROUGE, have been shown to have relatively low correlation with human judgments, especially for tasks that require creativity and diver…

Cited by 0SourcecodeScholar
2023

Generate rather than Retrieve: Large Language Models are Strong Context Generators

ICLR 2023poster

Knowledge-intensive tasks, such as open-domain question answering (QA), require access to a large amount of world or domain knowledge. A common approach for knowledge-intensive tasks is to employ a retrieve-then-read pipeline that first retrieves a handful of relevant contextual documents from an ex…

2023

Improving Commonsense in Vision-Language Models via Knowledge Graph Riddles

CVPR 2023highlight

This paper focuses on analyzing and improving the commonsense ability of recent popular vision-language (VL) models. Despite the great success, we observe that existing VL-models still lack commonsense knowledge/reasoning ability (e.g., "Lemons are sour"), which is a vital component towards artifici…

2023

In-Context Demonstration Selection with Cross Entropy Difference

EMNLP 2023long findings

Large language models (LLMs) can use in-context demonstrations to improve performance on zero-shot tasks. However, selecting the best in-context examples is challenging because model performance can vary widely depending on the selected examples. We present a cross-entropy difference (CED) method fo…

Cited by 0SourcecodeScholar
2023

InheritSumm: A General, Versatile and Compact Summarizer by Distilling from GPT

EMNLP 2023long findings

While large models such as GPT-3 demonstrate exceptional performance in zeroshot and fewshot summarization tasks, their extensive serving and fine-tuning costs hinder their utilization in various applications. Conversely, previous studies have found that although automatic metrics tend to favor smal…

Cited by 0SourceScholar
2023

LMGQS: A Large-scale Dataset for Query-focused Summarization

EMNLP 2023long findings

Query-focused summarization (QFS) aims to extract or generate a summary of an input document that directly answers or is relevant to a given query. The lack of large-scale datasets in the form of documents, queries, and summaries has hindered model development in this area. In contrast, multiple lar…

Cited by 0SourceScholar
2023

MVP-Tuning: Multi-View Knowledge Retrieval with Prompt Tuning for Commonsense Reasoning

ACL 2023long

Recent advances in pre-trained language models (PLMs) have facilitated the development ofcommonsense reasoning tasks. However, existing methods rely on multi-hop knowledgeretrieval and thus suffer low accuracy due toembedded noise in the acquired knowledge. In addition, these methods often attain hi…

2023

Sparse Modular Activation for Efficient Sequence Modeling

NeurIPS 2023poster

Recent hybrid models combining Linear State Space Models (SSMs) with self-attention mechanisms have demonstrated impressive results across a range of sequence modeling tasks. However, current approaches apply attention modules statically and uniformly to all elements in the input sequences, leading…

2023

i-Code: An Integrative and Composable Multimodal Learning Framework

AAAI 2023technical

Human intelligence is multimodal; we integrate visual, linguistic, and acoustic signals to maintain a holistic worldview. Most current pretraining methods, however, are limited to one or two modalities. We present i-Code, a self-supervised pretraining framework where users may flexibly combine the m…

2022

An Empirical Study of Training End-to-End Vision-and-Language Transformers

CVPR 2022poster

Vision-and-language (VL) pre-training has proven to be highly effective on various VL downstream tasks. While recent work has shown that fully transformer-based VL models can be more efficient than previous region-feature-based methods, their performance on downstream tasks often degrades significan…

Cited by 430PDFcodeScholar
2022

Automatic Rule Induction for Efficient Semi-Supervised Learning

EMNLP 2022finding

Semi-supervised learning has shown promise in allowing NLP models to generalize from small amounts of labeled data. Meanwhile, pretrained transformer models act as black-box correlation engines that are difficult to explain and sometimes behave unreliably. In this paper, we propose tackling both of…

Cited by 0SourcePDFScholar
2022

DialogLM: Pre-trained Model for Long Dialogue Understanding and Summarization

AAAI 2022technical

Dialogue is an essential part of human communication and cooperation. Existing research mainly focuses on short dialogue scenarios in a one-on-one fashion. However, multi-person interactions in the real world, such as meetings or interviews, are frequently over a few thousand words. There is still a…

2022

Dict-BERT: Enhancing Language Model Pre-training with Dictionary

ACL 2022findings

Pre-trained language models (PLMs) aim to learn universal language representations by conducting self-supervised training tasks on large-scale corpora. Since PLMs capture word semantics in different contexts, the quality of word representations highly depends on word frequency, which usually follows…

Cited by 78SourcePDFScholar
2022

Empowering Language Models with Knowledge Graph Reasoning for Open-Domain Question Answering

EMNLP 2022main

Answering open-domain questions requires world knowledge about in-context entities. As pre-trained Language Models (LMs) lack the power to store all required knowledge, external knowledge sources, such as knowledge graphs, are often used to augment LMs. In this work, we propose knOwledge REasOning e…

Cited by 61SourcePDFScholar
2022

Human Parity on CommonsenseQA: Augmenting Self-Attention with External Attention

IJCAI 2022poster

Most of today's AI systems focus on using self-attention mechanisms and transformer architectures on large amounts of diverse data to achieve impressive performance gains. In this paper, we propose to augment the transformer architecture with an external attention mechanism to bring external knowled…

2022

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

ACL 2022long

Current Open-Domain Question Answering (ODQA) models typically include a retrieving module and a reading module, where the retriever selects potentially relevant passages from open-source documents for a given question, and the reader produces an answer based on the retrieved passages. The recently…

Cited by 128SourcePDFScholar
2022

Leveraging Knowledge in Multilingual Commonsense Reasoning

ACL 2022findings

Commonsense reasoning (CSR) requires models to be equipped with general world knowledge. While CSR is a language-agnostic process, most comprehensive knowledge sources are restricted to a small number of languages, especially English. Thus, it remains unclear how to effectively conduct multilingual…

2022

REVIVE: Regional Visual Representation Matters in Knowledge-Based Visual Question Answering

NeurIPS 2022accept

This paper revisits visual representation in knowledge-based visual question answering (VQA) and demonstrates that using regional information in a better way can significantly improve the performance. While visual representation is extensively studied in traditional VQA, it is under-explored in kno…

2022

Task Compass: Scaling Multi-task Pre-training with Task Prefix

EMNLP 2022finding

Leveraging task-aware annotated data as supervised signals to assist with self-supervised learning on large-scale unlabeled data has become a new trend in pre-training language models. Existing studies show that multi-task learning with large-scale supervised tasks suffers from negative effects acro…

2022

Training Data is More Valuable than You Think: A Simple and Effective Method by Retrieving from Training Data

ACL 2022long

Retrieval-based methods have been shown to be effective in NLP tasks via introducing external knowledge. However, the indexing and retrieving of large-scale corpora bring considerable computational cost. Surprisingly, we found that REtrieving from the traINing datA (REINA) only can lead to significa…

2022

Unsupervised Multi-Granularity Summarization

EMNLP 2022finding

Text summarization is a user-preference based task, i.e., for one document, users often have different priorities for the summary. As a key aspect of customization in summarization, granularity is used to measure the semantic coverage between the summary and source document. However, developing syst…

Cited by 14SourcePDFScholar
2020

Preference-based Reinforcement Learning with Finite-Time Guarantees

NeurIPS 2020spotlight

Preference-based Reinforcement Learning (PbRL) replaces reward values in traditional reinforcement learning by preferences to better elicit human opinion on the target objective, especially when numerical reward values are hard to design or interpret. Despite promising results in applications, the…

Cited by 79SourcePDFScholar
2020

Zeroth Order Non-convex optimization with Dueling-Choice Bandits

UAI 2020poster

We consider a novel setting of zeroth order non-convex optimization, where in addition to querying the function value at a given point, we can also duel two points and get the point with the larger function value. We refer to this setting as optimization with dueling-choice bandits, since both direc…

Cited by 18SourcePDFScholar
2018

Nonparametric Regression with Comparisons: Escaping the Curse of Dimensionality with Ordinal Information

ICML 2018oral

In supervised learning, we leverage a labeled dataset to design methods for function estimation. In many practical situations, we are able to obtain alternative feedback, possibly at a low cost. A broad goal is to understand the usefulness of, and to design algorithms to exploit, this alternative fe…

Cited by 8SourcePDFScholar
2017

Noise-Tolerant Interactive Learning Using Pairwise Comparisons

NeurIPS 2017poster

We study the problem of interactively learning a binary classifier using noisy labeling and pairwise comparison oracles, where the comparison oracle answers which one in the given two instances is more likely to be positive. Learning from such oracles has multiple applications where obtaining direct…

Cited by 43SourcePDFScholar
2015

The Application of Two-Level Attention Models in Deep Convolutional Neural Network for Fine-Grained Image Classification

CVPR 2015poster

Fine-grained classification is challenging because categories can only be discriminated by subtle and local differences. Variances in the pose, scale or rotation usually make the problem more difficult. Most fine-grained classification systems follow the pipeline of finding foreground object or obje…

Cited by 1090SourcePDFScholar