paper-with-me

홈 › Papers

D-Coref: A Fast and Lightweight Coreference Resolution Model using DistilBERT

2020-12-01 · ICON 2020 12 · Chanchal Suman, Jeetu Kumar, Sriparna Saha, Pushpak Bhattacharyya

Smart devices are often deployed in some edge-devices, which require quality solutions in limited amount of memory usage. In most of the user-interaction based smart devices, coreference resolution is often required. Keeping this in view, we have developed a fast and lightweight coreference resolution model which meets the minimum memory requirement and converges faster. In order to generate the embeddings for solving the task of coreference resolution, DistilBERT, a light weight BERT module is utilized. DistilBERT consumes less memory (only 60% of memory in comparison to BERT-based heavy model) and it is suitable for deployment in edge devices. DistilBERT embedding helps in 60% faster convergence with an accuracy compromise of 2.59%, and 6.49% with respect to its base model and current state-of-the-art, respectively.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference Resolution

Similar Papers 제목 키워드 기반

F-coref: Fast, Accurate and Easy to Use Coreference Resolution

2022-09-09 · Shon Otmazgin, Arie Cattan, Yoav Goldberg

We introduce fastcoref, a python package for fast, accurate, and easy-to-use English coreference resolution. The package is pip-installable, and allows two modes: an accurate mode based on the LingMess architecture, prov…

coreference-resolutionCoreference ResolutionGPU

Coreference Resolution for Polish: Improvements within the CRAC 2022 Shared Task

2022-10-01 · CRAC (ACL) 2022 10 · Karol Saputa

The paper presents our system for coreference resolution in Polish. We compare the system with previous works for the Polish language as well as with the multilingual approach in the CRAC 2022 Shared Task on Multilingual…

coreference-resolutionCoreference Resolution

Coreference Resolution without Span Representations

2021-01-02 · ACL 2021 5 · Yuval Kirstain, Ori Ram, Omer Levy

The introduction of pretrained language models has reduced many complex task-specific NLP models to simple lightweight layers. An exception to this trend is coreference resolution, where a sophisticated task-specific mod…

coreference-resolutionCoreference Resolution

Active Learning and Multi-label Classification for Ellipsis and Coreference Detection in Conversational Question-Answering

2022-07-07 · Quentin Brabant, Lina Maria Rojas-Barahona, Claire Gardent

In human conversations, ellipsis and coreference are commonly occurring linguistic phenomena. Although these phenomena are a mean of making human-machine conversations more fluent and natural, only few dialogue corpora c…

Active LearningConversational Question AnsweringMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Towards Harnessing Memory Networks for Coreference Resolution

2017-08-01 · WS 2017 8 · Joe Cheri, Pushpak Bhattacharyya

Coreference resolution task demands comprehending a discourse, especially for anaphoric mentions which require semantic information for resolving antecedents. We investigate into how memory networks can be helpful for co…

coreference-resolutionCoreference ResolutionQuestion AnsweringRepresentation Learning