paper-with-me

홈 › Papers

Leveraging Event Specific and Chunk Span features to Extract COVID Events from tweets

2020-12-18 · Ayush Kaushal, Tejas Vaidhya

Twitter has acted as an important source of information during disasters and pandemic, especially during the times of COVID-19. In this paper, we describe our system entry for WNUT 2020 Shared Task-3. The task was aimed at automating the extraction of a variety of COVID-19 related events from Twitter, such as individuals who recently contracted the virus, someone with symptoms who were denied testing and believed remedies against the infection. The system consists of separate multi-task models for slot-filling subtasks and sentence-classification subtasks while leveraging the useful sentence-level information for the corresponding event. The system uses COVID-Twitter-Bert with attention-weighted pooling of candidate slot-chunk features to capture the useful information chunks. The system ranks 1st at the leader-board with F1 of 0.6598, without using any ensembles or additional datasets. The code and trained models are available at this https URL.

📄 PDF Abstract BibTeX arXiv:2012.10052

Code (1)

Ayushk4/extract_covid_entity 공식 구현 pytorch

Tasks

Extracting COVID-19 Events from TwitterSentenceslot-filling

Similar Papers 제목 키워드 기반

Winners at W-NUT 2020 Shared Task-3: Leveraging Event Specific and Chunk Span information for Extracting COVID Entities from Tweets

2020-11-01 · EMNLP (WNUT) 2020 11 · Ayush Kaushal, Tejas Vaidhya

Twitter has acted as an important source of information during disasters and pandemic, especially during the times of COVID-19. In this paper, we describe our system entry for WNUT 2020 Shared Task-3. The task was aimed …

SentenceSentence Classificationslot-fillingSlot Filling

Open Information Extraction via Chunks

2023-05-05 · Kuicai Dong, Aixin Sun, Jung-jae Kim, XiaoLi Li

Open Information Extraction (OIE) aims to extract relational tuples from open-domain sentences. Existing OIE systems split a sentence into tokens and recognize token spans as tuple relations and arguments. We instead pro…

ChunkingOpen Information ExtractionSentence

ChunkLLM: A Lightweight Pluggable Framework for Accelerating LLMs Inference

2025-09-28 · Haojie Ouyang, Jianwei Lv, Lei Ren, Chen Wei 외 arxiv

Transformer-based large models excel in natural language processing and computer vision, but face severe computational inefficiencies due to the self-attention's quadratic complexity with input tokens. Recently, research…

UncertaintyRAG: Span-Level Uncertainty Enhanced Long-Context Modeling for Retrieval-Augmented Generation

2024-10-03 · Zixuan Li, Jing Xiong, Fanghua Ye, Chuanyang Zheng 외

We present UncertaintyRAG, a novel approach for long-context Retrieval-Augmented Generation (RAG) that utilizes Signal-to-Noise Ratio (SNR)-based span uncertainty to estimate similarity between text chunks. This span unc…

ChunkingLanguage ModelingLanguage ModellingLarge Language Model+3

ULTRA: Unleash LLMs' Potential for Event Argument Extraction through Hierarchical Modeling and Pair-wise Refinement

2024-01-24 · Xinliang Frederick Zhang, Carter Blum, Temma Choji, Shalin Shah 외

Structural extraction of events within discourse is critical since it avails a deeper understanding of communication patterns and behavior trends. Event argument extraction (EAE), at the core of event-centric understandi…

Event Argument Extraction