← Search

Xiubo Geng

31 accepted papers

2025

WizardMath: Empowering Mathematical Reasoning for Large Language Models via Reinforced Evol-Instruct

ICLR 2025oral

Large language models (LLMs), such as GPT-4, have shown remarkable performance in natural language processing (NLP) tasks, including challenging mathematical reasoning. However, most existing open-source models are only pre-trained on large-scale internet data and without math-related optimization.…

Cited by 414SourcePDFScholar
2024

ADAM: Dense Retrieval Distillation with Adaptive Dark Examples

ACL 2024findings

To improve the performance of the dual-encoder retriever, one effective approach is knowledge distillation from the cross-encoder ranker. Existing works prepare training instances by pairing each query with one positive and a batch of negatives. However, most hard negatives mined by advanced dense r…

Cited by 5SourcePDFScholar
2024

Fine-Grained Distillation for Long Document Retrieval

AAAI 2024technical

Long document retrieval aims to fetch query-relevant documents from a large-scale collection, where knowledge distillation has become de facto to improve a retriever by mimicking a heterogeneous yet powerful cross-encoder. However, in contrast to passages or sentences, retrieval on long documents su…

Cited by 52SourcePDFScholar
2024

Pre-training Cross-Modal Retrieval by Expansive Lexicon-Patch Alignment

COLING 2024main

Recent large-scale vision-language pre-training depends on image-text global alignment by contrastive learning and is further boosted by fine-grained alignment in a weakly contrastive manner for cross-modal retrieval. Nonetheless, besides semantic matching learned by contrastive learning, cross-moda…

2024

Retrieval-Augmented Retrieval: Large Language Models are Strong Zero-Shot Retriever

ACL 2024findings

We propose a simple method that applies a large language model (LLM) to large-scale retrieval in zero-shot scenarios. Our method, the Large language model as Retriever (LameR), is built upon no other neural models but an LLM in a retrieval-augmented retrieval fashion, while breaking brute-force comb…

2024

Synergistic Interplay between Search and Large Language Models for Information Retrieval

ACL 2024long

Information retrieval (IR) plays a crucial role in locating relevant resources from vast amounts of data, and its applications have evolved from traditional knowledge bases to modern retrieval models (RMs). The emergence of large language models (LLMs) has further revolutionized the IR field by enab…

2024

WizardCoder: Empowering Code Large Language Models with Evol-Instruct

ICLR 2024poster

Code Large Language Models (Code LLMs), such as StarCoder, have demonstrated remarkable performance in various code-related tasks. However, different from their counterparts in the general language modeling field, the technique of instruction fine-tuning remains relatively under-researched in this d…

2024

WizardLM: Empowering Large Pre-Trained Language Models to Follow Complex Instructions

ICLR 2024poster

Training large language models (LLMs) with open-domain instruction following data brings colossal success. However, manually creating such instruction data is very time-consuming and labor-intensive. Moreover, humans may struggle to produce high-complexity instructions. In this paper, we show an ave…

Cited by 175SourcePDFScholar
2023

CORE: Cooperative Training of Retriever-Reranker for Effective Dialogue Response Selection

ACL 2023long

Establishing retrieval-based dialogue systems that can select appropriate responses from the pre-built index has gained increasing attention. Recent common practice is to construct a two-stage pipeline with a fast retriever (e.g., bi-encoder) for first-stage recall followed by a smart response reran…

Cited by 5SourcePDFScholar
2023

FAA: Fine-grained Attention Alignment for Cascade Document Ranking

ACL 2023long

Document ranking aims at sorting a collection of documents with their relevance to a query. Contemporary methods explore more efficient transformers or divide long documents into passages to handle the long input. However, intensive query-irrelevant content may lead to harmful distraction and high q…

Cited by 4SourcePDFScholar
2023

HypeR: Multitask Hyper-Prompted Training Enables Large-Scale Retrieval Generalization

ICLR 2023poster

Recently, large-scale text retrieval has made impressive progress, facilitating both information retrieval and downstream knowledge-intensive tasks (e.g., open-domain QA and dialogue). With a moderate amount of data, a neural text retriever can outperform traditional methods such as BM25 by a large…

Cited by 10SourcePDFScholar
2023

Iterative Proposal Refinement for Weakly-Supervised Video Grounding

CVPR 2023poster

Weakly-Supervised Video Grounding (WSVG) aims to localize events of interest in untrimmed videos with only video-level annotations. To date, most of the state-of-the-art WSVG methods follow a two-stage pipeline, i.e., firstly generating potential temporal proposals and then grounding with these prop…

2023

KnowDA: All-in-One Knowledge Mixture Model for Data Augmentation in Low-Resource NLP

ICLR 2023poster

This paper focuses on data augmentation for low-resource NLP tasks where the training set is limited. The existing solutions either leverage task-independent heuristic rules (e.g., Synonym Replacement) or fine-tune general-purpose pre-trained language models (e.g., GPT2) using the limited training i…

Cited by 3SourcePDFScholar
2023

LexLIP: Lexicon-Bottlenecked Language-Image Pre-Training for Large-Scale Image-Text Sparse Retrieval

ICCV 2023poster

Image-text retrieval (ITR) aims to retrieve images or texts that match a query originating from the other modality. The conventional dense retrieval paradigm relies on encoding images and texts into dense representations with dual-stream encoders. However, this approach is limited by slow retrieval…

Cited by 20PDFcodeScholar
2023

LexMAE: Lexicon-Bottlenecked Pretraining for Large-Scale Retrieval

ICLR 2023poster

In large-scale retrieval, the lexicon-weighting paradigm, learning weighted sparse representations in vocabulary space, has shown promising results with high quality and low latency. Despite it deeply exploiting the lexicon-representing capability of pre-trained language models, a crucial gap remain…

2023

Towards Robust Ranker for Text Retrieval

ACL 2023findings

A neural ranker plays an indispensable role in the de facto ‘retrieval & rerank’ pipeline, but its training still lags behind due to the weak negative mining during contrastive learning. Compared to retrievers boosted by self-adversarial (i.e., in-distribution) negative mining, the ranker’s heavy st…

Cited by 53SourcePDFScholar
2022

ClarET: Pre-training a Correlation-Aware Context-To-Event Transformer for Event-Centric Generation and Classification

ACL 2022long

Generating new events given context with correlated ones plays a crucial role in many event-centric reasoning tasks. Existing works either limit their scope to specific scenarios or overlook event-level correlations. In this paper, we propose to pre-train a general Correlation-aware context-to-Event…

2022

HeterMPC: A Heterogeneous Graph Neural Network for Response Generation in Multi-Party Conversations

ACL 2022long

Recently, various response generation models for two-party conversations have achieved impressive improvements, but less effort has been paid to multi-party conversations (MPCs) which are more practical and complicated. Compared with a two-party conversation where a dialogue context is a sequence of…

2022

PCL: Peer-Contrastive Learning with Diverse Augmentations for Unsupervised Sentence Embeddings

EMNLP 2022main

Learning sentence embeddings in an unsupervised manner is fundamental in natural language processing. Recent common practice is to couple pre-trained language models with unsupervised contrastive learning, whose success relies on augmenting a sentence with a semantically-close positive instance to c…

2022

PromDA: Prompt-based Data Augmentation for Low-Resource NLU Tasks

ACL 2022long

This paper focuses on the Data Augmentation for low-resource Natural Language Understanding (NLU) tasks. We propose Prompt-based Data Augmentation model (PromDA) which only trains small-scale Soft Prompt (i.e., a set of trainable vectors) in the frozen Pre-trained Language Models (PLMs). This avoids…

2022

Stylized Knowledge-Grounded Dialogue Generation via Disentangled Template Rewriting

NAACL 2022long

Current Knowledge-Grounded Dialogue Generation (KDG) models specialize in producing rational and factual responses. However, to establish long-term relationships with users, the KDG model needs the capability to generate responses in a desired style or attribute. Thus, we study a new problem: Styliz…

2022

TegTok: Augmenting Text Generation via Task-specific and Open-world Knowledge

ACL 2022findings

Generating natural and informative texts has been a long-standing problem in NLP. Much effort has been dedicated into incorporating pre-trained language models (PLMs) with various open-world knowledge, such as knowledge graphs or wiki pages. However, their ability to access and manipulate the task-s…

2022

Understand before Answer: Improve Temporal Reading Comprehension via Precise Question Understanding

NAACL 2022long

This work studies temporal reading comprehension (TRC), which reads a free-text passage and answers temporal ordering questions. Precise question understanding is critical for temporal reading comprehension. For example, the question “What happened before the victory” and “What happened after the vi…

2021

Improving Zero-Shot Cross-lingual Transfer for Multilingual Question Answering over Knowledge Graph

NAACL 2021long

Multilingual question answering over knowledge graph (KGQA) aims to derive answers from a knowledge graph (KG) for questions in multiple languages. To be widely applicable, we focus on its zero-shot transfer setting. That is, we can only access training data in a high-resource language, while need t…

2021

Learning Neural Templates for Recommender Dialogue System

EMNLP 2021main

The task of Conversational Recommendation System (CRS), i.e., recommender dialog system, aims to recommend precise items to users through natural language interactions. Though recent end-to-end neural models have shown promising progress on this task, two key challenges still remain. First, the reco…

2021

MPC-BERT: A Pre-Trained Language Model for Multi-Party Conversation Understanding

ACL 2021long

Recently, various neural models for multi-party conversation (MPC) have achieved impressive improvements on a variety of tasks such as addressee recognition, speaker identification and response prediction. However, these existing methods on MPC usually represent interlocutors and utterances individu…

2021

Maria: A Visual Experience Powered Conversational Agent

ACL 2021long

Arguably, the visual perception of conversational agents to the physical world is a key way for them to exhibit the human-like intelligence. Image-grounded conversation is thus proposed to address this challenge. Existing works focus on exploring the multimodal dialog models that ground the conversa…

2021

Reasoning over Entity-Action-Location Graph for Procedural Text Understanding

ACL 2021long

Procedural text understanding aims at tracking the states (e.g., create, move, destroy) and locations of the entities mentioned in a given paragraph. To effectively track the states and locations, it is essential to capture the rich semantic relations between entities, actions, and locations in the…

2020

Effective Search of Logical Forms for Weakly Supervised Knowledge-Based Question Answering

IJCAI 2020poster

Many algorithms for Knowledge-Based Question Answering (KBQA) depend on semantic parsing, which translates a question to its logical form. When only weak supervision is provided, it is usually necessary to search valid logical forms for model training. However, a complex question typically involves…

Cited by 0SourcePDFScholar