← Search

Yajuan Lyu

16 accepted papers

2023

$k$NN Prompting: Beyond-Context Learning with Calibration-Free Nearest Neighbor Inference

ICLR 2023poster

In-Context Learning (ICL), which formulates target tasks as prompt completion conditioned on in-context demonstrations, has become the prevailing utilization of LLMs. In this paper, we first disclose an actual predicament for this typical usage that it can not scale up with training data due to cont…

2023

Chain-of-Thought Reasoning in Tabular Language Models

EMNLP 2023long findings

Tabular mathematical reasoning task requires models to perform multi-step operations including information look-up and numerical calculation, based on heterogeneous data from tables and questions. Existing solutions tend to extend chain-of-thought (CoT) reasoning into powerful large language models…

Cited by 0SourceScholar
2023

IM-TQA: A Chinese Table Question Answering Dataset with Implicit and Multi-type Table Structures

ACL 2023long

Various datasets have been proposed to promote the development of Table Question Answering (TQA) technique. However, the problem setting of existing TQA benchmarks suffers from two limitations. First, they directly provide models with explicit table structures where row headers and column headers of…

2023

Inferential Knowledge-Enhanced Integrated Reasoning for Video Question Answering

AAAI 2023technical

Recently, video question answering has attracted growing attention. It involves answering a question based on a fine-grained understanding of video multi-modal information. Most existing methods have successfully explored the deep understanding of visual modality. We argue that a deep understanding…

Cited by 1SourcePDFScholar
2023

S2ynRE: Two-stage Self-training with Synthetic data for Low-resource Relation Extraction

ACL 2023long

Current relation extraction methods suffer from the inadequacy of large-scale annotated data. While distant supervision alleviates the problem of data quantities, there still exists domain disparity in data qualities due to its reliance on domain-restrained knowledge bases. In this work, we propose…

2023

WeCheck: Strong Factual Consistency Checker via Weakly Supervised Learning

ACL 2023long

A crucial issue of current text generation models is that they often uncontrollably generate text that is factually inconsistent with inputs. Due to lack of annotated data, existing factual consistency metrics usually train evaluation models on synthetic texts or directly transfer from other related…

Cited by 10SourcePDFScholar
2022

Complex Evolutional Pattern Learning for Temporal Knowledge Graph Reasoning

ACL 2022short

A Temporal Knowledge Graph (TKG) is a sequence of KGs corresponding to different timestamps. TKG reasoning aims to predict potential facts in the future given the historical KG sequences. One key of this task is to mine and understand evolutional patterns of facts from these sequences. The evolution…

2022

Dynamic Multistep Reasoning based on Video Scene Graph for Video Question Answering

NAACL 2022long

Existing video question answering (video QA) models lack the capacity for deep video understanding and flexible multistep reasoning. We propose for video QA a novel model which performs dynamic multistep reasoning between questions and videos. It creates video semantic representation based on the vi…

Cited by 12SourcePDFScholar
2022

EmRel: Joint Representation of Entities and Embedded Relations for Multi-triple Extraction

NAACL 2022long

Multi-triple extraction is a challenging task due to the existence of informative inter-triple correlations, and consequently rich interactions across the constituent entities and relations. While existing works only explore entity representations, we propose to explicitly introduce relation represe…

2022

Explainable Question Answering based on Semantic Graph by Global Differentiable Learning and Dynamic Adaptive Reasoning

EMNLP 2022main

Multi-hop Question Answering is an agent task for testing the reasoning ability. With the development of pre-trained models, the implicit reasoning ability has been surprisingly improved and can even surpass human performance. However, the nature of the black box hinders the construction of explaina…

Cited by 3SourcePDFScholar
2022

HiSMatch: Historical Structure Matching based Temporal Knowledge Graph Reasoning

EMNLP 2022finding

A Temporal Knowledge Graph (TKG) is a sequence of KGs with respective timestamps, which adopts quadruples in the form of (subject, relation, object, timestamp) to describe dynamic facts. TKG reasoning has facilitated many real-world applications via answering such queries as (query entity, query rel…

2022

Hierarchical Representation-based Dynamic Reasoning Network for Biomedical Question Answering

COLING 2022main

Recently, Biomedical Question Answering (BQA) has attracted growing attention due to its application value and technical challenges. Most existing works treat it as a semantic matching task that predicts answers by computing confidence among questions, options and evidence sentences, which is insuff…

2022

Learn and Review: Enhancing Continual Named Entity Recognition via Reviewing Synthetic Samples

ACL 2022findings

Traditional methods for named entity recognition (NER) classify mentions into a fixed set of pre-defined entity types. However, in many real-world scenarios, new entity types are incrementally involved. To investigate this problem, continual learning is introduced for NER. However, the existing meth…

Cited by 35SourcePDFScholar
2022

Precisely the Point: Adversarial Augmentations for Faithful and Informative Text Generation

EMNLP 2022main

Though model robustness has been extensively studied in language understanding, the robustness of Seq2Seq generation remains understudied.In this paper, we conduct the first quantitative analysis on the robustness of pre-trained Seq2Seq models. We find that even current SOTA pre-trained Seq2Seq mode…

Cited by 3SourcePDFScholar
2021

Entity Structure Within and Throughout: Modeling Mention Dependencies for Document-Level Relation Extraction

AAAI 2021technical

Entities, as the essential elements in relation extraction tasks, exhibit certain structure. In this work, we formulate such entity structure as distinctive dependencies between mention pairs. We then propose SSAN, which incorporates these structural dependencies within the standard self-attention m…