← Search

Jinyuan Fang

9 accepted papers

2025

KiRAG: Knowledge-Driven Iterative Retriever for Enhancing Retrieval-Augmented Generation

ACL 2025long

Iterative retrieval-augmented generation (iRAG) models offer an effective approach for multihop question answering (QA). However, their retrieval processes face two key challenges: (1) they can be disrupted by irrelevant documents or factually inaccurate chain-of-thoughts; (2) their retrievers are n…

2024

REANO: Optimising Retrieval-Augmented Reader Models through Knowledge Graph Generation

ACL 2024long

Open domain question answering (ODQA) aims to answer questions with knowledge from an external corpus. Fusion-in-Decoder (FiD) is an effective retrieval-augmented reader model to address this task. Given that FiD independently encodes passages, which overlooks the semantic relationships between pass…

2024

TRACE the Evidence: Constructing Knowledge-Grounded Reasoning Chains for Retrieval-Augmented Generation

EMNLP 2024finding

Retrieval-augmented generation (RAG) offers an effective approach for addressing question answering (QA) tasks. However, the imperfections of the retrievers in RAG models often result in the retrieval of irrelevant information, which could introduce noise and degrade the performance, especially when…

2023

Adaptive Compositional Continual Meta-Learning

ICML 2023poster

This paper focuses on continual meta-learning, where few-shot tasks are heterogeneous and sequentially available. Recent works use a mixture model for meta-knowledge to deal with the heterogeneity. However, these methods suffer from parameter inefficiency caused by two reasons: (1) the underlying as…

Cited by 15SourcePDFScholar
2023

MANNER: A Variational Memory-Augmented Model for Cross Domain Few-Shot Named Entity Recognition

ACL 2023long

This paper focuses on the task of cross domain few-shot named entity recognition (NER), which aims to adapt the knowledge learned from source domain to recognize named entities in target domain with only a few labeled examples. To address this challenging task, we propose MANNER, a variational memor…

2022

Multi-Relational Graph Representation Learning with Bayesian Gaussian Process Network

AAAI 2022technical

Learning effective representations of entities and relations for knowledge graphs (KGs) is critical to the success of many multi-relational learning tasks. Existing methods based on graph neural networks learn a deterministic embedding function, which lacks sufficient flexibility to explore better c…

2021

Variational Continual Bayesian Meta-Learning

NeurIPS 2021poster

Conventional meta-learning considers a set of tasks from a stationary distribution. In contrast, this paper focuses on a more complex online setting, where tasks arrive sequentially and follow a non-stationary distribution. Accordingly, we propose a Variational Continual Bayesian Meta-Learning (VC-B…

Cited by 23SourcePDFScholar
2019

Semi-supervisedly Co-embedding Attributed Networks

NeurIPS 2019poster

Deep generative models (DGMs) have achieved remarkable advances. Semi-supervised variational auto-encoders (SVAE) as a classical DGM offers a principled framework to effective generalize from small labelled data to large unlabelled ones, but it is difficult to incorporate rich unstructured relations…