← Search

Jianfeng Du

9 accepted papers

2024

End-to-End Learning of LTLf Formulae by Faithful LTLf Encoding

AAAI 2024technical

It is important to automatically discover the underlying tree-structured formulae from large amounts of data. In this paper, we examine learning linear temporal logic on finite traces (LTLf) formulae, which is a tree structure syntactically and characterizes temporal properties semantically. Its cor…

2024

End-to-end Learning of Logical Rules for Enhancing Document-level Relation Extraction

ACL 2024long

Document-level relation extraction (DocRE) aims to extract relations between entities in a whole document. One of the pivotal challenges of DocRE is to capture the intricate interdependencies between relations of entity pairs. Previous methods have shown that logical rules can explicitly help captur…

2023

A Noise-Tolerant Differentiable Learning Approach for Single Occurrence Regular Expression with Interleaving

AAAI 2023technical

We study the problem of learning a single occurrence regular expression with interleaving (SOIRE) from a set of text strings possibly with noise. SOIRE fully supports interleaving and covers a large portion of regular expressions used in practice. Learning SOIREs is challenging because it requires h…

Cited by 2SourcePDFScholar
2023

Learning from Both Structural and Textual Knowledge for Inductive Knowledge Graph Completion

NeurIPS 2023poster

Learning rule-based systems plays a pivotal role in knowledge graph completion (KGC). Existing rule-based systems restrict the input of the system to structural knowledge only, which may omit some useful knowledge for reasoning, e.g., textual knowledge. In this paper, we propose a two-stage framewor…

2022

Bridging LTLf Inference to GNN Inference for Learning LTLf Formulae

AAAI 2022technical

Learning linear temporal logic on finite traces (LTLf) formulae aims to learn a target formula that characterizes the high-level behavior of a system from observation traces in planning. Existing approaches to learning LTLf formulae, however, can hardly learn accurate LTLf formulae from noisy data.…

2022

Enhancing Cross-lingual Natural Language Inference by Prompt-learning from Cross-lingual Templates

ACL 2022long

Cross-lingual natural language inference (XNLI) is a fundamental task in cross-lingual natural language understanding. Recently this task is commonly addressed by pre-trained cross-lingual language models. Existing methods usually enhance pre-trained language models with additional data, such as ann…

2022

Teaching LTLf Satisfiability Checking to Neural Networks

IJCAI 2022poster

Linear temporal logic over finite traces (LTLf) satisfiability checking is a fundamental and hard (PSPACE-complete) problem in the artificial intelligence community. We explore teaching end-to-end neural networks to check satisfiability in polynomial time. It is a challenge to characterize the synta…

2021

A DQN-based Approach to Finding Precise Evidences for Fact Verification

ACL 2021long

Computing precise evidences, namely minimal sets of sentences that support or refute a given claim, rather than larger evidences is crucial in fact verification (FV), since larger evidences may contain conflicting pieces some of which support the claim while the other refute, thereby misleading FV.…

2021

FL-MSRE: A Few-Shot Learning based Approach to Multimodal Social Relation Extraction

AAAI 2021technical

Social relation extraction (SRE for short), which aims to infer the social relation between two people in daily life, has been demonstrated to be of great value in reality. Existing methods for SRE consider extracting social relation only from unimodal information such as text or image, ignoring the…