paper-with-me

홈 › Papers

SERC: Syntactic and Semantic Sequence based Event Relation Classification

2021-11-03 · Kritika Venkatachalam, Raghava Mutharaju, Sumit Bhatia

Temporal and causal relations play an important role in determining the dependencies between events. Classifying the temporal and causal relations between events has many applications, such as generating event timelines, event summarization, textual entailment and question answering. Temporal and causal relations are closely related and influence each other. So we propose a joint model that incorporates both temporal and causal features to perform causal relation classification. We use the syntactic structure of the text for identifying temporal and causal relations between two events from the text. We extract parts-of-speech tag sequence, dependency tag sequence and word sequence from the text. We propose an LSTM based model for temporal and causal relation classification that captures the interrelations between the three encoded features. Evaluation of our model on four popular datasets yields promising results for temporal and causal relation classification.

📄 PDF Abstract BibTeX arXiv:2111.02265

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationNatural Language InferenceQuestion AnsweringRelationRelation ClassificationTAG

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

SERRANT: a syntactic classifier for English Grammatical Error Types

2021-04-06 · Leshem Choshen, Matanel Oren, Dmitry Nikolaev, Omri Abend

SERRANT is a system and code for automatic classification of English grammatical errors that combines SErCl and ERRANT. SERRANT uses ERRANT's annotations when they are informative and those provided by SErCl otherwise.

General Classification

A Sequential Model for Classifying Temporal Relations between Intra-Sentence Events

2017-07-23 · EMNLP 2017 9 · Prafulla Kumar Choubey, Ruihong Huang

We present a sequential model for temporal relation classification between intra-sentence events. The key observation is that the overall syntactic structure and compositional meanings of the multi-word context between e…

RelationRelation ClassificationSentenceTAG+1

Event Detection with Dual Relational Graph Attention Networks

2022-10-01 · COLING 2022 10 · Jiaxin Mi, Po Hu, Peng Li

Event detection, which aims to identify instances of specific event types from pieces of text, is a fundamental task in information extraction. Most existing approaches leverage syntactic knowledge with a set of syntacti…

Event DetectionGraph Attention

Learning the Wrong Lessons: Syntactic-Domain Spurious Correlations in Language Models

2025-09-25 · Chantal Shaib, Vinith M. Suriyakumar, Levent Sagun, Byron C. Wallace 외 arxiv

For an LLM to correctly respond to an instruction it must understand both the semantics and the domain (i.e., subject area) of a given task-instruction pair. However, syntax can also convey implicit information Recent wo…

SERC: LDPC-Inspired Semantic Error Correction for Retrieval-Augmented Generation

2026-04-12 · Gyumin Kim, Juhwan Park, Jaeha Kim, Seunggyun Han 외 arxiv

While Large Language Models (LLMs) have demonstrated remarkable capabilities, their reliability is significantly compromised by hallucinations. Existing intrinsic self-correction methods attempt to address this, but ofte…

Text Generation