paper-with-me

홈 › Papers

ARC-NLP at PAN 2023: Hierarchical Long Text Classification for Trigger Detection

2023-07-27 · Umitcan Sahin, Izzet Emre Kucukkaya, Cagri Toraman

Fanfiction, a popular form of creative writing set within established fictional universes, has gained a substantial online following. However, ensuring the well-being and safety of participants has become a critical concern in this community. The detection of triggering content, material that may cause emotional distress or trauma to readers, poses a significant challenge. In this paper, we describe our approach for the Trigger Detection shared task at PAN CLEF 2023, where we want to detect multiple triggering content in a given Fanfiction document. For this, we build a hierarchical model that uses recurrence over Transformer-based language models. In our approach, we first split long documents into smaller sized segments and use them to fine-tune a Transformer model. Then, we extract feature embeddings from the fine-tuned Transformer model, which are used as input in the training of multiple LSTM models for trigger detection in a multi-label setting. Our model achieves an F1-macro score of 0.372 and F1-micro score of 0.736 on the validation set, which are higher than the baseline results shared at PAN CLEF 2023.

📄 PDF Abstract BibTeX arXiv:2307.14912

Code (0)

등록된 구현이 없습니다.

Tasks

ARCtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Tanh Activation 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

RSPC: A Benchmark for Modeling Stress and Psychiatric Conditions in Digitally Mediated Relationships using Psychiatrist Annotations

2026-06-25 · Parmitha Vangapandu, Sai Ganesh Mokkapati, Sathwik Narkedimilli, MSVPJ Sathvik 외 arxiv

In NLP, mental health conditions are often modeled as isolated phenomena, without interpersonal context. We use Reddit posts about long-distance relationships to capture both mental health distress and associated relatio…

Honey or Poison? Solving the Trigger Curse in Few-shot Event Detection via Causal Intervention

2021-09-13 · EMNLP 2021 11 · Jiawei Chen, Hongyu Lin, Xianpei Han, Le Sun

Event detection has long been troubled by the \emph{trigger curse}: overfitting the trigger will harm the generalization ability while underfitting it will hurt the detection performance. This problem is even more severe…

Event Detection

Towards noise robust trigger-word detection with contrastive learning pre-task for fast on-boarding of new trigger-words

2021-11-06 · Sivakumar Balasubramanian, Aditya Jajodia, Gowtham Srinivasan

Trigger-word detection plays an important role as the entry point of user's communication with voice assistants. But supporting a particular word as a trigger-word involves huge amount of data collection, augmentation an…

Contrastive LearningSentence

Enhancing Event Reasoning in Large Language Models through Instruction Fine-Tuning with Semantic Causal Graphs

2024-08-30 · Mazal Bethany, Emet Bethany, Brandon Wherry, Cho-Yu Chiang 외

Event detection and text reasoning have become critical applications across various domains. While LLMs have recently demonstrated impressive progress in reasoning abilities, they often struggle with event detection, par…

Event Detection

Sentence-level Event Detection without Triggers via Prompt Learning and Machine Reading Comprehension

2023-06-25 · Tongtao Ling, Lei Chen, Huangxu Sheng, Zicheng Cai 외

The traditional way of sentence-level event detection involves two important subtasks: trigger identification and trigger classifications, where the identified event trigger words are used to classify event types from se…

Event DetectionMachine Reading ComprehensionPrompt LearningReading Comprehension+1