← Search

Zhaohui Yan

4 accepted papers

2023

Joint Entity and Relation Extraction with Span Pruning and Hypergraph Neural Networks

EMNLP 2023long main

Entity and Relation Extraction (ERE) is an important task in information extraction. Recent marker-based pipeline models achieve state-of-the-art performance, but still suffer from the error propagation issue. Also, most of current ERE models do not take into account higher-order interactions betwee…

Cited by 0SourcecodeScholar
2023

Modeling Instance Interactions for Joint Information Extraction with Neural High-Order Conditional Random Field

ACL 2023long

Prior works on joint Information Extraction (IE) typically model instance (e.g., event triggers, entities, roles, relations) interactions by representation enhancement, type dependencies scoring, or global decoding. We find that the previous models generally consider binary type dependency scoring o…

2022

Span-Based Semantic Role Labeling with Argument Pruning and Second-Order Inference

AAAI 2022technical

We study graph-based approaches to span-based semantic role labeling. This task is difficult due to the need to enumerate all possible predicate-argument pairs and the high degree of imbalance between positive and negative samples. Based on these difficulties, high-order inference that considers int…

2021

Structural Knowledge Distillation: Tractably Distilling Information for Structured Predictor

ACL 2021long

Knowledge distillation is a critical technique to transfer knowledge between models, typically from a large model (the teacher) to a more fine-grained one (the student). The objective function of knowledge distillation is typically the cross-entropy between the teacher and the student’s output distr…