← Search

Zeqi Tan

19 accepted papers

2025

G2LDetect: A Global-to-Local Approach for Hallucination Detection

AAAI 2025technical

Hallucination detection has attracted considerable interest due to the tendency of language models to generate texts that contain hallucinations. Most existing methods start with specific local details directly extracted from text, then aggregate to form the final conclusion. However, this direct ex…

2024

Advancing Process Verification for Large Language Models via Tree-Based Preference Learning

EMNLP 2024main

Large Language Models (LLMs) have demonstrated remarkable potential in handling complex reasoning tasks by generating step-by-step rationales. Some methods have proven effective in boosting accuracy by introducing extra verifiers to assess these paths. However, existing verifiers, typically trained…

Cited by 6SourcePDFScholar
2024

Agent-Pro: Learning to Evolve via Policy-Level Reflection and Optimization

ACL 2024long

Large Language Models (LLMs) exhibit robust problem-solving capabilities for diverse tasks. However, most LLM-based agents are designed as specific task solvers with sophisticated prompt engineering, rather than agents capable of learning and evolving through interactions. These task solvers necessi…

2024

Information Re-Organization Improves Reasoning in Large Language Models

NeurIPS 2024poster

Improving the reasoning capabilities of large language models (LLMs) has attracted considerable interest. Recent approaches primarily focus on improving the reasoning process to yield a more precise final answer. However, in scenarios involving contextually aware reasoning, these methods neglect the…

Cited by 3SourcePDFScholar
2024

Learning Global Controller in Latent Space for Parameter-Efficient Fine-Tuning

ACL 2024long

While large language models (LLMs) have showcased remarkable prowess in various natural language processing tasks, their training costs are exorbitant. Consequently, a plethora of parameter-efficient fine-tuning methods have emerged to tailor large models for downstream tasks, including low-rank tra…

Cited by 2SourcePDFScholar
2024

Multimodal Self-Instruct: Synthetic Abstract Image and Visual Reasoning Instruction Using Language Model

EMNLP 2024main

Although most current large multimodal models (LMMs) can already understand photos of natural scenes and portraits, their understanding of abstract images, e.g., charts, maps, or layouts, and visual reasoning capabilities remains quite rudimentary. They often struggle with simple daily tasks, such a…

2023

An Expression Tree Decoding Strategy for Mathematical Equation Generation

EMNLP 2023long main

Generating mathematical equations from natural language requires an accurate understanding of the relations among math expressions. Existing approaches can be broadly categorized into token-level and expression-level generation. The former treats equations as a mathematical language, sequentially ge…

Cited by 0SourceScholar
2023

GDA: Generative Data Augmentation Techniques for Relation Extraction Tasks

ACL 2023findings

Relation extraction (RE) tasks show promising performance in extracting relations from two entities mentioned in sentences, given sufficient annotations available during training. Such annotations would be labor-intensive to obtain in practice. Existing work adopts data augmentation techniques to ge…

2023

Improving Low-resource Named Entity Recognition with Graph Propagated Data Augmentation

ACL 2023short

Data augmentation is an effective solution to improve model performance and robustness for low-resource named entity recognition (NER). However, synthetic data often suffer from poor diversity, which leads to performance limitations. In this paper, we propose a novel Graph Propagated Data Augmentati…

Cited by 8SourcePDFScholar
2023

MProto: Multi-Prototype Network with Denoised Optimal Transport for Distantly Supervised Named Entity Recognition

EMNLP 2023long main

Distantly supervised named entity recognition (DS-NER) aims to locate entity mentions and classify their types with only knowledge bases or gazetteers and unlabeled corpus. However, distant annotations are noisy and degrade the performance of NER models. In this paper, we propose a noise-robust prot…

Cited by 0SourcecodeScholar
2023

PromptNER: Prompt Locating and Typing for Named Entity Recognition

ACL 2023long

Prompt learning is a new paradigm for utilizing pre-trained language models and has achieved great success in many tasks. To adopt prompt learning in the NER task, two kinds of methods have been explored from a pair of symmetric perspectives, populating the template by enumerating spans to predict t…

2022

Multi-View Reasoning: Consistent Contrastive Learning for Math Word Problem

EMNLP 2022finding

Math word problem solver requires both precise relation reasoning about quantities in the text and reliable generation for the diverse equation. Current sequence-to-tree or relation extraction methods regard this only from a fixed view, struggling to simultaneously handle complex semantics and diver…

2022

Parallel Instance Query Network for Named Entity Recognition

ACL 2022long

Named entity recognition (NER) is a fundamental task in natural language processing. Recent works treat named entity recognition as a reading comprehension task, constructing type-specific queries manually to extract entities. This paradigm suffers from three issues. First, type-specific queries can…

2022

Propose-and-Refine: A Two-Stage Set Prediction Network for Nested Named Entity Recognition

IJCAI 2022poster

Nested named entity recognition (nested NER) is a fundamental task in natural language processing. Various span-based methods have been proposed to detect nested entities with span representations. However, span-based methods do not consider the relationship between a span and other entities or phra…

2022

Query-based Instance Discrimination Network for Relational Triple Extraction

EMNLP 2022main

Joint entity and relation extraction has been a core task in the field of information extraction. Recent approaches usually consider the extraction of relational triples from a stereoscopic perspective, either learning a relation-specific tagger or separate classifiers for each relation type. Howeve…

Cited by 10SourcePDFScholar
2021

A Sequence-to-Set Network for Nested Named Entity Recognition

IJCAI 2021poster

Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span classification task, can deal with nested entities naturally. But they su…

2021

Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition

ACL 2021long

Named entity recognition (NER) is a well-studied task in natural language processing. Traditional NER research only deals with flat entities and ignores nested entities. The span-based methods treat entity recognition as a span classification task. Although these methods have the innate ability to h…