paper-with-me

Papers

Evidence-Aware Inferential Text Generation with Vector Quantised Variational AutoEncoder

2020-06-15 · ACL 2020 6 · Daya Guo, Duyu Tang, Nan Duan, Jian Yin, Daxin Jiang, Ming Zhou

Generating inferential texts about an event in different perspectives requires reasoning over different contexts that the event occurs. Existing works usually ignore the context that is not explicitly provided, resulting in a context-independent semantic representation that struggles to support the generation. To address this, we propose an approach that automatically finds evidence for an event from a large text corpus, and leverages the evidence to guide the generation of inferential texts. Our approach works in an encoder-decoder manner and is equipped with a Vector Quantised-Variational Autoencoder, where the encoder outputs representations from a distribution over discrete variables. Such discrete representations enable automatically selecting relevant evidence, which not only facilitates evidence-aware generation, but also provides a natural way to uncover rationales behind the generation. Our approach provides state-of-the-art performance on both Event2Mind and ATOMIC datasets. More importantly, we find that with discrete representations, our model selectively uses evidence to generate different inferential texts.

📄 PDF Abstract BibTeX arXiv:2006.08101

Code (1)

microsoft/EA-VQ-VAE 공식 구현 pytorch

Tasks

Common Sense ReasoningDecoderText Generation

Similar Papers 제목 키워드 기반

Inferential Machine Comprehension: Answering Questions by Recursively Deducing the Evidence Chain from Text

2019-07-01 · ACL 2019 7 · Jianxing Yu, Zheng-Jun Zha, Jian Yin

This paper focuses on the topic of inferential machine comprehension, which aims to fully understand the meanings of given text to answer generic questions, especially the ones needed reasoning skills. In particular, we …

Reading ComprehensionReinforcement Learning

Inferential Text Generation with Multiple Knowledge Sources and Meta-Learning

2020-04-07 · Daya Guo, Akari Asai, Duyu Tang, Nan Duan 외

We study the problem of generating inferential texts of events for a variety of commonsense like \textit{if-else} relations. Existing approaches typically use limited evidence from training examples and learn for each re…

Meta-LearningMulti-Task LearningRelationText Generation

Semantics-Aware Inferential Network for Natural Language Understanding

2020-04-28 · Shuailiang Zhang, Hai Zhao, Junru Zhou

For natural language understanding tasks, either machine reading comprehension or natural language inference, both semantics-aware and inference are favorable features of the concerned modeling for better understanding p…

Machine Reading ComprehensionNatural Language InferenceNatural Language UnderstandingReading Comprehension

TRACE: State-Aware Query Processing over Temporal Evidence Graphs for Conversational Data

2026-07-01 · Maolin Wang, Yu Wang, Zichun Liu, Baiyuan Qiu 외 arxiv

Conversational data is increasingly used as a persistent source of user state for long-running assistants and AI agents. However, querying this data remains challenging because conversations naturally evolve: plans are r…

Answer Generation

From Exposure to Internalization: Dual-Stream Calibration for In-context Clinical Reasoning

2026-04-07 · Chuang Zhao, Hongke Zhao, Xiaofang Zhou, Xiaomeng Li arxiv

Contextual clinical reasoning demands robust inference grounded in complex, heterogeneous clinical records. While state-of-the-art fine-tuning, in-context learning (ICL), and retrieval-augmented generation (RAG) enable k…