Sabine Bergler


2022

pdf
CLaCLab at SocialDisNER: Using Medical Gazetteers for Named-Entity Recognition of Disease Mentions in Spanish Tweets
Harsh Verma | Parsa Bagherzadeh | Sabine Bergler
Proceedings of The Seventh Workshop on Social Media Mining for Health Applications, Workshop & Shared Task

This paper summarizes the CLaC submission for SMM4H 2022 Task 10 which concerns the recognition of diseases mentioned in Spanish tweets. Before classifying each token, we encode each token with a transformer encoder using features from Multilingual RoBERTa Large, UMLS gazetteer, and DISTEMIST gazetteer, among others. We obtain a strict F1 score of 0.869, with competition mean of 0.675, standard deviation of 0.245, and median of 0.761.

pdf
Integration of Heterogeneous Knowledge Sources for Biomedical Text Processing
Parsa Bagherzadeh | Sabine Bergler
Proceedings of the 13th International Workshop on Health Text Mining and Information Analysis (LOUHI)

Recently, research into bringing outside knowledge sources into current neural NLP models has been increasing. Most approaches that leverage external knowledge sources require laborious and non-trivial designs, as well as tailoring the system through intensive ablation of different knowledge sources, an effort that discourages users to use quality ontological resources. In this paper, we show that multiple large heterogeneous KSs can be easily integrated using a decoupled approach, allowing for an automatic ablation of irrelevant KSs, while keeping the overall parameter space tractable. We experiment with BERT and pre-trained graph embeddings, and show that they interoperate well without performance degradation, even when some do not contribute to the task.

2021

pdf
Interacting Knowledge Sources, Inspection and Analysis: Case-studies on Biomedical text processing
Parsa Bagherzadeh | Sabine Bergler
Proceedings of the Fourth BlackboxNLP Workshop on Analyzing and Interpreting Neural Networks for NLP

In this paper we investigate the recently proposed multi-input RIM for inspectability. This framework follows an encapsulation paradigm, where external knowledge sources are encoded as largely independent modules, enabling transparency for model inspection.

pdf
Leveraging knowledge sources for detecting self-reports of particular health issues on social media
Parsa Bagherzadeh | Sabine Bergler
Proceedings of the 12th International Workshop on Health Text Mining and Information Analysis

This paper investigates incorporating quality knowledge sources developed by experts for the medical domain as well as syntactic information for classification of tweets into four different health oriented categories. We claim that resources such as the MeSH hierarchy and currently available parse information are effective extensions of moderately sized training datasets for various fine-grained tweet classification tasks of self-reported health issues.

pdf
Competing Independent Modules for Knowledge Integration and Optimization
Parsa Bagherzadeh | Sabine Bergler
Findings of the Association for Computational Linguistics: EMNLP 2021

This paper presents a neural framework of untied independent modules, used here for integrating off the shelf knowledge sources such as language models, lexica, POS information, and dependency relations. Each knowledge source is implemented as an independent component that can interact and share information with other knowledge sources. We report proof of concept experiments for several standard sentiment analysis tasks and show that the knowledge sources interoperate effectively without interference. As a second use-case, we show that the proposed framework is suitable for optimizing BERT-like language models even without the help of external knowledge sources. We cast each Transformer layer as a separate module and demonstrate performance improvements from this explicit integration of the different information encoded at the different Transformer layers .

pdf
Multi-input Recurrent Independent Mechanisms for leveraging knowledge sources: Case studies on sentiment analysis and health text mining
Parsa Bagherzadeh | Sabine Bergler
Proceedings of Deep Learning Inside Out (DeeLIO): The 2nd Workshop on Knowledge Extraction and Integration for Deep Learning Architectures

This paper presents a way to inject and leverage existing knowledge from external sources in a Deep Learning environment, extending the recently proposed Recurrent Independent Mechnisms (RIMs) architecture, which comprises a set of interacting yet independent modules. We show that this extension of the RIMs architecture is an effective framework with lower parameter implications compared to purely fine-tuned systems.

pdf
CLaC-np at SemEval-2021 Task 8: Dependency DGCNN
Nihatha Lathiff | Pavel PK Khloponin | Sabine Bergler
Proceedings of the 15th International Workshop on Semantic Evaluation (SemEval-2021)

MeasEval aims at identifying quantities along with the entities that are measured with additional properties within English scientific documents. The variety of styles used makes measurements, a most crucial aspect of scientific writing, challenging to extract. This paper presents ablation studies making the case for several preprocessing steps such as specialized tokenization rules. For linguistic structure, we encode dependency trees in a Deep Graph Convolution Network (DGCNN) for multi-task classification.

pdf
CLaC-BP at SemEval-2021 Task 8: SciBERT Plus Rules for MeasEval
Benjamin Therien | Parsa Bagherzadeh | Sabine Bergler
Proceedings of the 15th International Workshop on Semantic Evaluation (SemEval-2021)

This paper explains the design of a heterogeneous system that ranked eighth in competition in SemEval2021 Task 8. We analyze ablation experiments and demonstrate how the system components, namely tokenizer, unit identifier, modifier classifier, and language model, affect the overall score. We compare our results to similar experiments from the literature and introduce a grouping algorithm developed in the post-evaluation phase that increased our system’s overall score, hypothetically elevating our competition rank from eight to six.

2020

pdf
CLaC at SMM4H 2020: Birth Defect Mention Detection
Parsa Bagherzadeh | Sabine Bergler
Proceedings of the Fifth Social Media Mining for Health Applications Workshop & Shared Task

For the detection of personal tweets, where a parent speaks of a child’s birth defect, CLaC combines ELMo word embeddings and gazetteer lists from external resources with a GCNN (for encoding dependencies), in a multi layer, transformer inspired architecture. To address the task, we compile several gazetteer lists from resources such as MeSH and GI. The proposed system obtains .69 for μF1 score in the SMM4H 2020 Task 5 where the competition average is .65.

pdf
CLaC at SemEval-2020 Task 5: Muli-task Stacked Bi-LSTMs
MinGyou Sung | Parsa Bagherzadeh | Sabine Bergler
Proceedings of the Fourteenth Workshop on Semantic Evaluation

We consider detection of the span of antecedents and consequents in argumentative prose a structural, grammatical task. Our system comprises a set of stacked Bi-LSTMs trained on two complementary linguistic annotations. We explore the effectiveness of grammatical features (POS and clause type) through ablation. The reported experiments suggest that a multi-task learning approach using this external, grammatical knowledge is useful for detecting the extent of antecedents and consequents and performs nearly as well without the use of word embeddings.

2019

pdf
Adverse Drug Effect and Personalized Health Mentions, CLaC at SMM4H 2019, Tasks 1 and 4
Parsa Bagherzadeh | Nadia Sheikh | Sabine Bergler
Proceedings of the Fourth Social Media Mining for Health Applications (#SMM4H) Workshop & Shared Task

CLaC labs participated in Task 1 and 4 of SMM4H 2019. We pursed two main objectives in our submission. First we tried to use some textual features in a deep net framework, and second, the potential use of more than one word embedding was tested. The results seem positively affected by the proposed architectures.

2018

pdf
CLaC at SMM4H Task 1, 2, and 4
Parsa Bagherzadeh | Nadia Sheikh | Sabine Bergler
Proceedings of the 2018 EMNLP Workshop SMM4H: The 3rd Social Media Mining for Health Applications Workshop & Shared Task

CLaC Labs participated in Tasks 1, 2, and 4 using the same base architecture for all tasks with various parameter variations. This was our first exploration of this data and the SMM4H Tasks, thus a unified system was useful to compare the behavior of our architecture over the different datasets and how they interact with different linguistic features.

2015

pdf
CLaC-SentiPipe: SemEval2015 Subtasks 10 B,E, and Task 11
Canberk Özdemir | Sabine Bergler
Proceedings of the 9th International Workshop on Semantic Evaluation (SemEval 2015)

pdf
A Comparative Study of Different Sentiment Lexica for Sentiment Analysis of Tweets
Canberk Ozdemir | Sabine Bergler
Proceedings of the International Conference Recent Advances in Natural Language Processing

2013

pdf
CLaC-CORE: Exhaustive Feature Combination for Measuring Textual Similarity
Ehsan Shareghi | Sabine Bergler
Second Joint Conference on Lexical and Computational Semantics (*SEM), Volume 1: Proceedings of the Main Conference and the Shared Task: Semantic Textual Similarity

2012

pdf
UConcordia: CLaC Negation Focus Detection at *Sem 2012
Sabine Rosenberg | Sabine Bergler
*SEM 2012: The First Joint Conference on Lexical and Computational Semantics – Volume 1: Proceedings of the main conference and the shared task, and Volume 2: Proceedings of the Sixth International Workshop on Semantic Evaluation (SemEval 2012)

2011

pdf
Adapting a General Semantic Interpretation Approach to Biological Event Extraction
Halil Kilicoglu | Sabine Bergler
Proceedings of BioNLP Shared Task 2011 Workshop

2010

pdf
A High-Precision Approach to Detecting Hedges and their Scopes
Halil Kilicoglu | Sabine Bergler
Proceedings of the Fourteenth Conference on Computational Natural Language Learning – Shared Task

2009

pdf
Syntactic Dependency Based Heuristics for Biological Event Extraction
Halil Kilicoglu | Sabine Bergler
Proceedings of the BioNLP 2009 Workshop Companion Volume for Shared Task

2008

pdf
When Specialists and Generalists Work Together: Overcoming Domain Dependence in Sentiment Tagging
Alina Andreevskaia | Sabine Bergler
Proceedings of ACL-08: HLT

pdf
Minding the Source: Automatic Tagging of Reported Speech in Newspaper Articles
Ralf Krestel | Sabine Bergler | René Witte
Proceedings of the Sixth International Conference on Language Resources and Evaluation (LREC'08)

Reported speech in the form of direct and indirect reported speech is an important indicator of evidentiality in traditional newspaper texts, but also increasingly in the new media that rely heavily on citation and quotation of previous postings, as for instance in blogs or newsgroups. This paper details the basic processing steps for reported speech analysis and reports on performance of an implementation in form of a GATE resource.

pdf
Recognizing Speculative Language in Biomedical Research Articles: A Linguistically Motivated Perspective
Halil Kilicoglu | Sabine Bergler
Proceedings of the Workshop on Current Trends in Biomedical Natural Language Processing

2007

pdf
CLaC and CLaC-NB: Knowledge-based and corpus-based approaches to sentiment tagging
Alina Andreevskaia | Sabine Bergler
Proceedings of the Fourth International Workshop on Semantic Evaluations (SemEval-2007)

2006

pdf
Semantic Tag Extraction from WordNet Glosses
Alina Andreevskaia | Sabine Bergler
Proceedings of the Fifth International Conference on Language Resources and Evaluation (LREC’06)

We propose a method that uses information from WordNet glosses to assign semantic tags to individual word meanings, rather than to entire words. The produced lists of annotated words will be used in sentiment annotation of texts and phrases and in other NLP tasks. The method was implemented in the Semantic Tag Extraction Program (STEP) and evaluated on the category of sentiment (positive, negative or neutral) using two human-annotated lists. The lists were first compared to each other and then used to assess the accuracy of the proposed system. We argue that significant disagreement on sentiment tags between the two human-annotated lists reflects a naturally occurring ambiguity of words located on the periphery of the category of sentiment. The category of sentiment, thus, is believed to be structured as a fuzzy set. Finally, we evaluate the generalizability of STEP to other semantic categories on the example of the category of words denoting increase/decrease in magnitude, intensity or quality of some state or process. The implications of this study for both semantic tagging system development and for performance evaluation practices are discussed.

pdf
Mining WordNet for a Fuzzy Sentiment: Sentiment Tag Extraction from WordNet Glosses
Alina Andreevskaia | Sabine Bergler
11th Conference of the European Chapter of the Association for Computational Linguistics

pdf
Postnominal Prepositional Phrase Attachment in Proteomics
Jonathan Schuman | Sabine Bergler
Proceedings of the HLT-NAACL BioNLP Workshop on Linking Natural Language and Biology

pdf
BioKI:Enzymes - an adaptable system to locate low-frequency information in full-text proteomics articles
Sabine Bergler | Jonathan Schuman | Julien Dubuc | Alexandr Lebedev
Proceedings of the HLT-NAACL BioNLP Workshop on Linking Natural Language and Biology

1997

pdf
Towards reliable partial anaphora resolution
Sabine Bergler
Operational Factors in Practical, Robust Anaphora Resolution for Unrestricted Texts

1993

pdf
Lexical Semantic Techniques for Corpus Analysis
James Pustejovsky | Sabine Bergler | Peter Anick
Computational Linguistics, Volume 19, Number 2, June 1993, Special Issue on Using Large Corpora: II

1991

pdf
Lexical Structures for Linguistic Inference
Peter Anick | Sabine Bergler
Lexical Semantics and Knowledge Representation

pdf
The Semantics of Collocational Patterns for Reporting Verbs
Sabine Bergler
Fifth Conference of the European Chapter of the Association for Computational Linguistics