paper-with-me

Papers

Time-Aware Representation Learning for Time-Sensitive Question Answering

2023-10-19 · Jungbin Son, Alice Oh

Time is one of the crucial factors in real-world question answering (QA) problems. However, language models have difficulty understanding the relationships between time specifiers, such as 'after' and 'before', and numbers, since existing QA datasets do not include sufficient time expressions. To address this issue, we propose a Time-Context aware Question Answering (TCQA) framework. We suggest a Time-Context dependent Span Extraction (TCSE) task, and build a time-context dependent data generation framework for model training. Moreover, we present a metric to evaluate the time awareness of the QA model using TCSE. The TCSE task consists of a question and four sentence candidates classified as correct or incorrect based on time and context. The model is trained to extract the answer span from the sentence that is both correct in time and context. The model trained with TCQA outperforms baseline models up to 8.5 of the F1-score in the TimeQA dataset. Our dataset and code are available at https://github.com/sonjbin/TCQA

📄 PDF Abstract BibTeX arXiv:2310.12585

Code (1)

sonjbin/tcqa 공식 구현 pytorch

Tasks

Question AnsweringRepresentation LearningSentence

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Temporal-Aware Heterogeneous Graph Reasoning with Multi-View Fusion for Temporal Question Answering

2026-02-23 · Wuzhenghong Wen, Bowen Zhou, Jinwen Huang, Xianjie Wu 외 arxiv

Question Answering over Temporal Knowledge Graphs (TKGQA) has attracted growing interest for handling time-sensitive queries. However, existing methods still struggle with: 1) weak incorporation of temporal constraints i…

Graph Neural NetworkQuestion AnsweringKnowledge Graphs

Enhancing Temporal Sensitivity and Reasoning for Time-Sensitive Question Answering

2024-09-25 · Wanqi Yang, Yanda Li, Meng Fang, Ling Chen

Time-Sensitive Question Answering (TSQA) demands the effective utilization of specific temporal contexts, encompassing multiple time-evolving facts, to address time-sensitive questions. This necessitates not only the par…

Question AnsweringSensitivity

Learning Domain-Sensitive and Sentiment-Aware Word Embeddings

2018-05-10 · ACL 2018 7 · Bei Shi, Zihao Fu, Lidong Bing, Wai Lam

Word embeddings have been widely used in sentiment classification because of their efficacy for semantic representations of words. Given reviews from different domains, some existing methods for word embeddings exploit s…

Data AugmentationGeneral ClassificationSentenceSentiment Analysis+2

Brain representation of perceptual stimuli at different levels of awareness

2022-02-22 · Birgitta Dresp-Langley

This article questions the widespread assumption that there are brain representations that will always remain unconscious in the sense of being inaccessible to individual awareness under any circumstances. This implies t…

SABET-QA: Temporal Knowledge Graph Question Answering

2026-08-20 · Brahim Touayouch, Mirette Moawad, Dmitry Akulov arxiv

Question Answering over Temporal Knowledge Graphs (TKGQA) requires reasoning over time-sensitive facts, yet existing embedding-based methods struggle with multi-step queries due to single-pass reasoning pipelines. We pro…

Graph Question AnsweringKnowledge Graphs