← Search

Jintao Du

7 accepted papers

2025

Gumbel Reranking: Differentiable End-to-End Reranker Optimization

ACL 2025long

RAG systems rely on rerankers to identify relevant documents. However, fine-tuning these models remains challenging due to the scarcity of annotated query-document pairs. Existing distillation-based approaches suffer from training-inference misalignment and fail to capture interdependencies among ca…

Cited by 0SourcePDFScholar
2025

Training LLMs to be Better Text Embedders through Bidirectional Reconstruction

EMNLP 2025

Large language models (LLMs) have increasingly been explored as powerful text embedders. Existing LLM-based text embedding approaches often leverage the embedding of the final token, typically a reserved special token such as ‘[EOS]‘. However, these tokens have not been intentionally trained to capt

2024

Enhancing Distantly Supervised Named Entity Recognition with Strong Label Guided Lottery Training

COLING 2024main

In low-resource Named Entity Recognition (NER) scenarios, only a limited quantity of strongly labeled data is available, while a vast amount of weakly labeled data can be easily acquired through distant supervision. However, weakly labeled data may fail to improve the model performance or even harm…

Cited by 0SourcePDFScholar
2024

Mirror-Consistency: Harnessing Inconsistency in Majority Voting

EMNLP 2024finding

Self-Consistency, a widely-used decoding strategy, significantly boosts the reasoning capabilities of Large Language Models (LLMs). However, it depends on the plurality voting rule, which focuses on the most frequent answer while overlooking all other minority responses. These inconsistent minority…

Cited by 2SourcePDFScholar
2023

Noise-Robust Training with Dynamic Loss and Contrastive Learning for Distantly-Supervised Named Entity Recognition

ACL 2023findings

Distantly-supervised named entity recognition (NER) aims at training networks with distantly-labeled data, which is automatically obtained by matching entity mentions in the raw text with entity types in a knowledge base. Distant supervision may induce incomplete and noisy labels, so recent state-of…

Cited by 6SourcePDFScholar
2022

A Multi-Task Dual-Tree Network for Aspect Sentiment Triplet Extraction

COLING 2022main

Aspect Sentiment Triplet Extraction (ASTE) aims at extracting triplets from a given sentence, where each triplet includes an aspect, its sentiment polarity, and a corresponding opinion explaining the polarity. Existing methods are poor at detecting complicated relations between aspects and opinions…

Cited by 8SourcePDFScholar
2022

TransAdv: A Translation-based Adversarial Learning Framework for Zero-Resource Cross-Lingual Named Entity Recognition

EMNLP 2022finding

Zero-Resource Cross-Lingual Named Entity Recognition aims at training an NER model of the target language using only labeled source language data and unlabeled target language data. Existing methods are mainly divided into three categories: model transfer based, data transfer based and knowledge tra…