Skip to main content

Showing 1–44 of 44 results for author: Surdeanu, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.17415  [pdf, other

    cs.CL cs.AI cs.LG

    Layer-Wise Quantization: A Pragmatic and Effective Method for Quantizing LLMs Beyond Integer Bit-Levels

    Authors: Razvan-Gabriel Dumitru, Vikas Yadav, Rishabh Maheshwary, Paul-Ioan Clotan, Sathwik Tejaswi Madhusudhan, Mihai Surdeanu

    Abstract: We present a simple variable quantization approach that quantizes different layers of a large language model (LLM) at different bit levels. Specifically, we quantize the most important layers to higher bit precision and less important layers to lower bits to achieve floating point quantization levels. We propose two effective strategies to measure the importance of layers within LLMs: the first me… ▽ More

    Submitted 26 June, 2024; v1 submitted 25 June, 2024; originally announced June 2024.

    Comments: submitted to EMNLP, 15 pages, 10 figures, 4 tables

    ACM Class: I.2.7; I.2.0

  2. arXiv:2404.07544  [pdf, other

    cs.CL cs.AI

    From Words to Numbers: Your Large Language Model Is Secretly A Capable Regressor When Given In-Context Examples

    Authors: Robert Vacareanu, Vlad-Andrei Negru, Vasile Suciu, Mihai Surdeanu

    Abstract: We analyze how well pre-trained large language models (e.g., Llama2, GPT-4, Claude 3, etc) can do linear and non-linear regression when given in-context examples, without any additional training or gradient updates. Our findings reveal that several large language models (e.g., GPT-4, Claude 3) are able to perform regression tasks with a performance rivaling (or even outperforming) that of traditio… ▽ More

    Submitted 30 April, 2024; v1 submitted 11 April, 2024; originally announced April 2024.

    Comments: 50 pages, 48 figures, preprint; Fixed typos

  3. arXiv:2404.04445  [pdf, ps, other

    cs.CL cs.IR

    Towards Realistic Few-Shot Relation Extraction: A New Meta Dataset and Evaluation

    Authors: Fahmida Alam, Md Asiful Islam, Robert Vacareanu, Mihai Surdeanu

    Abstract: We introduce a meta dataset for few-shot relation extraction, which includes two datasets derived from existing supervised relation extraction datasets NYT29 (Takanobu et al., 2019; Nayak and Ng, 2020) and WIKIDATA (Sorokin and Gurevych, 2017) as well as a few-shot form of the TACRED dataset (Sabo et al., 2021). Importantly, all these few-shot datasets were generated under realistic assumptions su… ▽ More

    Submitted 5 April, 2024; originally announced April 2024.

  4. arXiv:2403.17385  [pdf, other

    cs.CL cs.AI

    ELLEN: Extremely Lightly Supervised Learning For Efficient Named Entity Recognition

    Authors: Haris Riaz, Razvan-Gabriel Dumitru, Mihai Surdeanu

    Abstract: In this work, we revisit the problem of semi-supervised named entity recognition (NER) focusing on extremely light supervision, consisting of a lexicon containing only 10 examples per class. We introduce ELLEN, a simple, fully modular, neuro-symbolic method that blends fine-tuned language models with linguistic rules. These rules include insights such as ''One Sense Per Discourse'', using a Masked… ▽ More

    Submitted 26 March, 2024; originally announced March 2024.

    Comments: Accepted to LREC-COLING 2024

  5. arXiv:2403.03305  [pdf, other

    cs.CL cs.AI

    Best of Both Worlds: A Pliable and Generalizable Neuro-Symbolic Approach for Relation Classification

    Authors: Robert Vacareanu, Fahmida Alam, Md Asiful Islam, Haris Riaz, Mihai Surdeanu

    Abstract: This paper introduces a novel neuro-symbolic architecture for relation classification (RC) that combines rule-based methods with contemporary deep learning techniques. This approach capitalizes on the strengths of both paradigms: the adaptability of rule-based systems and the generalization power of neural networks. Our architecture consists of two components: a declarative rule-based model for tr… ▽ More

    Submitted 5 March, 2024; originally announced March 2024.

  6. arXiv:2402.02625  [pdf, other

    cs.LG cs.AI cs.CL

    Enhancing Transformer RNNs with Multiple Temporal Perspectives

    Authors: Razvan-Gabriel Dumitru, Darius Peteleaza, Mihai Surdeanu

    Abstract: We introduce the concept of multiple temporal perspectives, a novel approach applicable to Recurrent Neural Network (RNN) architectures for enhancing their understanding of sequential data. This method involves maintaining diverse temporal views of previously encountered text, significantly enriching the language models' capacity to interpret context. To show the efficacy of this approach, we inco… ▽ More

    Submitted 4 February, 2024; originally announced February 2024.

    Comments: 11 pages, 8 figures, 4 tables, in review for ICML 2024

    ACM Class: I.2.0; I.2.7

  7. arXiv:2311.06233  [pdf, ps, other

    cs.CL cs.AI cs.LG

    Data Contamination Quiz: A Tool to Detect and Estimate Contamination in Large Language Models

    Authors: Shahriar Golchin, Mihai Surdeanu

    Abstract: We propose the Data Contamination Quiz (DCQ), a simple and effective approach to detect data contamination in large language models (LLMs) and estimate the amount of it. Specifically, we frame data contamination detection as a series of multiple-choice questions and devise a quiz format wherein three perturbed versions of each subsampled instance from a specific dataset partition (e.g., GSM8k test… ▽ More

    Submitted 24 May, 2024; v1 submitted 10 November, 2023; originally announced November 2023.

    Comments: v3 preprint

  8. arXiv:2311.02616  [pdf, other

    cs.CL cs.IR

    Divide & Conquer for Entailment-aware Multi-hop Evidence Retrieval

    Authors: Fan Luo, Mihai Surdeanu

    Abstract: Lexical and semantic matches are commonly used as relevance measurements for information retrieval. Together they estimate the semantic equivalence between the query and the candidates. However, semantic equivalence is not the only relevance signal that needs to be considered when retrieving evidences for multi-hop questions. In this work, we demonstrate that textual entailment relation is another… ▽ More

    Submitted 5 November, 2023; originally announced November 2023.

    Comments: Accepted by NAACL-HLT SRW 2022

  9. arXiv:2311.02345  [pdf, other

    cs.CL cs.AI cs.LG

    Perturbation-based Active Learning for Question Answering

    Authors: Fan Luo, Mihai Surdeanu

    Abstract: Building a question answering (QA) model with less annotation costs can be achieved by utilizing active learning (AL) training strategy. It selects the most informative unlabeled training data to update the model effectively. Acquisition functions for AL are used to determine how informative each training example is, such as uncertainty or diversity based sampling. In this work, we propose a pertu… ▽ More

    Submitted 4 November, 2023; originally announced November 2023.

    Comments: Accepted by 2023 Widening Natural Language Processing

  10. arXiv:2308.08493  [pdf, ps, other

    cs.CL cs.AI cs.CR cs.LG

    Time Travel in LLMs: Tracing Data Contamination in Large Language Models

    Authors: Shahriar Golchin, Mihai Surdeanu

    Abstract: Data contamination, i.e., the presence of test data from downstream tasks in the training data of large language models (LLMs), is a potential major issue in measuring LLMs' real effectiveness on other tasks. We propose a straightforward yet effective method for identifying data contamination within LLMs. At its core, our approach starts by identifying potential contamination at the instance level… ▽ More

    Submitted 21 February, 2024; v1 submitted 16 August, 2023; originally announced August 2023.

    Comments: Published at ICLR 2024 as a Spotlight paper (notable top 5%)

  11. arXiv:2307.07160  [pdf, other

    cs.CL cs.LG

    Do not Mask Randomly: Effective Domain-adaptive Pre-training by Masking In-domain Keywords

    Authors: Shahriar Golchin, Mihai Surdeanu, Nazgol Tavabi, Ata Kiapour

    Abstract: We propose a novel task-agnostic in-domain pre-training method that sits between generic pre-training and fine-tuning. Our approach selectively masks in-domain keywords, i.e., words that provide a compact representation of the target domain. We identify such keywords using KeyBERT (Grootendorst, 2020). We evaluate our approach using six different settings: three datasets combined with two distinct… ▽ More

    Submitted 14 July, 2023; originally announced July 2023.

    Comments: final version: accepted at ACL'23 RepL4NLP. arXiv admin note: text overlap with arXiv:2208.12367

  12. arXiv:2307.05034  [pdf, other

    cs.CL

    Synthetic Dataset for Evaluating Complex Compositional Knowledge for Natural Language Inference

    Authors: Sushma Anand Akoju, Robert Vacareanu, Haris Riaz, Eduardo Blanco, Mihai Surdeanu

    Abstract: We introduce a synthetic dataset called Sentences Involving Complex Compositional Knowledge (SICCK) and a novel analysis that investigates the performance of Natural Language Inference (NLI) models to understand compositionality in logic. We produce 1,304 sentence pairs by modifying 15 examples from the SICK dataset (Marelli et al., 2014). To this end, we modify the original texts using a set of p… ▽ More

    Submitted 11 July, 2023; v1 submitted 11 July, 2023; originally announced July 2023.

    Comments: Accepted to Natural Language Reasoning and Structured Explanations (NLRSE) Workshop, ACL 2023. For dataset, please refer https://github.com/clulab/releases/tree/master/acl2023-nlrse-sicck and https://github.com/sushmaakoju/natural-logic

  13. arXiv:2307.03274  [pdf, other

    cs.CV cs.AI cs.CL

    It is not Sexually Suggestive, It is Educative. Separating Sex Education from Suggestive Content on TikTok Videos

    Authors: Enfa George, Mihai Surdeanu

    Abstract: We introduce SexTok, a multi-modal dataset composed of TikTok videos labeled as sexually suggestive (from the annotator's point of view), sex-educational content, or neither. Such a dataset is necessary to address the challenge of distinguishing between sexually suggestive content and virtual sex education videos on TikTok. Children's exposure to sexually suggestive videos has been shown to have a… ▽ More

    Submitted 6 July, 2023; originally announced July 2023.

    Comments: Accepted to ACL Findings 2023. 10 pages, 3 figures, 5 tables . Please refer to https://github.com/enfageorge/SexTok for dataset and related details

    ACM Class: I.2.10; I.4.9; I.2.7; I.5.4

  14. arXiv:2305.00061  [pdf, other

    cs.CL cs.AI

    Explainable Verbal Reasoner Plus (EVR+): A Natural Language Reasoning Framework that Supports Diverse Compositional Reasoning

    Authors: Zhengzhong Liang, Zeyu Zhang, Steven Bethard, Mihai Surdeanu

    Abstract: Languages models have been successfully applied to a variety of reasoning tasks in NLP, yet the language models still suffer from compositional generalization. In this paper we present Explainable Verbal Reasoner Plus (EVR+), a reasoning framework that enhances language models' compositional reasoning ability by (1) allowing the model to explicitly generate and execute symbolic operators, and (2)… ▽ More

    Submitted 28 April, 2023; originally announced May 2023.

  15. arXiv:2210.16989  [pdf, other

    cs.CL

    Validity Assessment of Legal Will Statements as Natural Language Inference

    Authors: Alice Saebom Kwak, Jacob O. Israelsen, Clayton T. Morrison, Derek E. Bambauer, Mihai Surdeanu

    Abstract: This work introduces a natural language inference (NLI) dataset that focuses on the validity of statements in legal wills. This dataset is unique because: (a) each entailment decision requires three inputs: the statement from the will, the law, and the conditions that hold at the time of the testator's death; and (b) the included texts are longer than the ones in current NLI datasets. We trained e… ▽ More

    Submitted 30 October, 2022; originally announced October 2022.

    Comments: 10 pages, 4 figures; To be published in the Findings of the Association for Computational Linguistics: EMNLP 2022

  16. arXiv:2210.14814  [pdf, other

    cs.CL cs.IR cs.LG

    BioNLI: Generating a Biomedical NLI Dataset Using Lexico-semantic Constraints for Adversarial Examples

    Authors: Mohaddeseh Bastan, Mihai Surdeanu, Niranjan Balasubramanian

    Abstract: Natural language inference (NLI) is critical for complex decision-making in biomedical domain. One key question, for example, is whether a given biomedical mechanism is supported by experimental evidence. This can be seen as an NLI problem but there are no directly usable datasets to address this. The main challenge is that manually creating informative negative examples for this task is difficult… ▽ More

    Submitted 26 October, 2022; originally announced October 2022.

    Comments: Accepted to Findings of EMNLP 2022, Data and evaluation suite available at https://stonybrooknlp.github.io/BioNLI/

  17. arXiv:2208.12367  [pdf, other

    cs.CL cs.LG

    A Compact Pretraining Approach for Neural Language Models

    Authors: Shahriar Golchin, Mihai Surdeanu, Nazgol Tavabi, Ata Kiapour

    Abstract: Domain adaptation for large neural language models (NLMs) is coupled with massive amounts of unstructured data in the pretraining phase. In this study, however, we show that pretrained NLMs learn in-domain information more effectively and faster from a compact subset of the data that focuses on the key information in the domain. We construct these compact subsets from the unstructured data using a… ▽ More

    Submitted 28 August, 2022; v1 submitted 25 August, 2022; originally announced August 2022.

    Comments: First Version

  18. arXiv:2205.15281  [pdf, other

    cs.CL cs.AI

    Learning Open Domain Multi-hop Search Using Reinforcement Learning

    Authors: Enrique Noriega-Atala, Mihai Surdeanu, Clayton T. Morrison

    Abstract: We propose a method to teach an automated agent to learn how to search for multi-hop paths of relations between entities in an open domain. The method learns a policy for directing existing information retrieval and machine reading resources to focus on relevant regions of a corpus. The approach formulates the learning problem as a Markov decision process with a state representation that encodes t… ▽ More

    Submitted 30 May, 2022; originally announced May 2022.

    Comments: Accepted for publication at the Structured and Unstructured Knowledge Integration (SUKI) workshop, held at NAACL-HLT 2022

  19. arXiv:2205.04652  [pdf, other

    cs.CL cs.AI cs.IR cs.LG

    SuMe: A Dataset Towards Summarizing Biomedical Mechanisms

    Authors: Mohaddeseh Bastan, Nishant Shankar, Mihai Surdeanu, Niranjan Balasubramanian

    Abstract: Can language models read biomedical texts and explain the biomedical mechanisms discussed? In this work we introduce a biomedical mechanism summarization task. Biomedical studies often investigate the mechanisms behind how one entity (e.g., a protein or a chemical) affects another in a biological context. The abstracts of these publications often include a focused set of sentences that present rel… ▽ More

    Submitted 9 May, 2022; originally announced May 2022.

    Comments: Accepter at LREC2022

  20. arXiv:2205.03685  [pdf, other

    cs.CL

    Better Retrieval May Not Lead to Better Question Answering

    Authors: Zhengzhong Liang, Tushar Khot, Steven Bethard, Mihai Surdeanu, Ashish Sabharwal

    Abstract: Considerable progress has been made recently in open-domain question answering (QA) problems, which require Information Retrieval (IR) and Reading Comprehension (RC). A popular approach to improve the system's performance is to improve the quality of the retrieved context from the IR stage. In this work we show that for StrategyQA, a challenging open-domain QA dataset that requires multi-hop reaso… ▽ More

    Submitted 7 May, 2022; originally announced May 2022.

    Comments: 10 pages

  21. It Takes Two Flints to Make a Fire: Multitask Learning of Neural Relation and Explanation Classifiers

    Authors: Zheng Tang, Mihai Surdeanu

    Abstract: We propose an explainable approach for relation extraction that mitigates the tension between generalization and explainability by jointly training for the two goals. Our approach uses a multi-task learning architecture, which jointly trains a classifier for relation extraction, and a sequence model that labels words in the context of the relation that explain the decisions of the relation classif… ▽ More

    Submitted 25 October, 2022; v1 submitted 24 April, 2022; originally announced April 2022.

    Journal ref: Computational Linguistics 2022

  22. arXiv:2202.00475  [pdf, ps, other

    cs.CL cs.IR cs.LG

    From Examples to Rules: Neural Guided Rule Synthesis for Information Extraction

    Authors: Robert Vacareanu, Marco A. Valenzuela-Escarcega, George C. G. Barbosa, Rebecca Sharp, Mihai Surdeanu

    Abstract: While deep learning approaches to information extraction have had many successes, they can be difficult to augment or maintain as needs shift. Rule-based methods, on the other hand, can be more easily modified. However, crafting rules requires expertise in linguistics and the domain of interest, making it infeasible for most users. Here we attempt to combine the advantages of these two directions… ▽ More

    Submitted 16 January, 2022; originally announced February 2022.

  23. arXiv:2201.05891  [pdf, ps, other

    cs.CL

    Automatic Correction of Syntactic Dependency Annotation Differences

    Authors: Andrew Zupon, Andrew Carnie, Michael Hammond, Mihai Surdeanu

    Abstract: Annotation inconsistencies between data sets can cause problems for low-resource NLP, where noisy or inconsistent data cannot be as easily replaced compared with resource-rich languages. In this paper, we propose a method for automatically detecting annotation mismatches between dependency parsing corpora, as well as three related methods for automatically converting the mismatches. All three meth… ▽ More

    Submitted 15 January, 2022; originally announced January 2022.

  24. arXiv:2201.03679  [pdf

    cs.CL

    Informal Persian Universal Dependency Treebank

    Authors: Roya Kabiri, Simin Karimi, Mihai Surdeanu

    Abstract: This paper presents the phonological, morphological, and syntactic distinctions between formal and informal Persian, showing that these two variants have fundamental differences that cannot be attributed solely to pronunciation discrepancies. Given that informal Persian exhibits particular characteristics, any computational model trained on formal Persian is unlikely to transfer well to informal P… ▽ More

    Submitted 10 January, 2022; originally announced January 2022.

  25. arXiv:2112.09288  [pdf, other

    cs.CL cs.AI

    Neural Architectures for Biological Inter-Sentence Relation Extraction

    Authors: Enrique Noriega-Atala, Peter M. Lovett, Clayton T. Morrison, Mihai Surdeanu

    Abstract: We introduce a family of deep-learning architectures for inter-sentence relation extraction, i.e., relations where the participants are not necessarily in the same sentence. We apply these architectures to an important use case in the biomedical domain: assigning biological context to biochemical events. In this work, biological context is defined as the type of biological system within which the… ▽ More

    Submitted 16 December, 2021; originally announced December 2021.

    Comments: Accepted at the Scientific Document Understanding workshop at AAAI'22

  26. arXiv:2109.04604  [pdf, other

    cs.CL

    How May I Help You? Using Neural Text Simplification to Improve Downstream NLP Tasks

    Authors: Hoang Van, Zheng Tang, Mihai Surdeanu

    Abstract: The general goal of text simplification (TS) is to reduce text complexity for human consumption. This paper investigates another potential use of neural TS: assisting machines performing natural language processing (NLP) tasks. We evaluate the use of neural TS in two ways: simplifying input texts at prediction time and augmenting data to provide machines with additional information during training… ▽ More

    Submitted 14 September, 2021; v1 submitted 9 September, 2021; originally announced September 2021.

    Comments: 7 pages, 7 tables, accepted to Empirical Methods for Natural Language Processing 2021, Punta Cana, Dominican Republic

  27. arXiv:2106.04134  [pdf, other

    cs.CL cs.AI cs.LG

    Cheap and Good? Simple and Effective Data Augmentation for Low Resource Machine Reading

    Authors: Hoang Van, Vikas Yadav, Mihai Surdeanu

    Abstract: We propose a simple and effective strategy for data augmentation for low-resource machine reading comprehension (MRC). Our approach first pretrains the answer extraction components of a MRC system on the augmented data that contains approximate context of the correct answers, before training it on the exact answer spans. The approximate context helps the QA method components in narrowing the locat… ▽ More

    Submitted 8 June, 2021; originally announced June 2021.

    Comments: 5 pages, 1 figure, SIGIR 2021

  28. arXiv:2010.07466  [pdf, other

    cs.CL cs.SI

    The Language of Food during the Pandemic: Hints about the Dietary Effects of Covid-19

    Authors: Hoang Van, Ahmad Musa, Mihai Surdeanu, Stephen Kobourov

    Abstract: We study the language of food on Twitter during the pandemic lockdown in the United States, focusing on the two month period of March 15 to May 15, 2020. Specifically, we analyze over770,000 tweets published during the lockdown and the equivalent period in the five previous years and highlight several worrying trends. First, we observe that during the lockdown there was a notable shift from mentio… ▽ More

    Submitted 14 October, 2020; originally announced October 2020.

    Comments: 9 page of main contents plus 1 page of references. 4 figures and 9 tables

  29. arXiv:2009.10791  [pdf, other

    cs.IR

    Using the Hammer Only on Nails: A Hybrid Method for Evidence Retrieval for Question Answering

    Authors: Zhengzhong Liang, Yiyun Zhao, Mihai Surdeanu

    Abstract: Evidence retrieval is a key component of explainable question answering (QA). We argue that, despite recent progress, transformer network-based approaches such as universal sentence encoder (USE-QA) do not always outperform traditional information retrieval (IR) methods such as BM25 for evidence retrieval for QA. We introduce a lexical probing task that validates this observation: we demonstrate t… ▽ More

    Submitted 22 September, 2020; originally announced September 2020.

  30. arXiv:2005.01218  [pdf, other

    cs.CL cs.IR

    Unsupervised Alignment-based Iterative Evidence Retrieval for Multi-hop Question Answering

    Authors: Vikas Yadav, Steven Bethard, Mihai Surdeanu

    Abstract: Evidence retrieval is a critical stage of question answering (QA), necessary not only to improve performance, but also to explain the decisions of the corresponding QA method. We introduce a simple, fast, and unsupervised iterative evidence retrieval method, which relies on three ideas: (a) an unsupervised alignment approach to soft-align questions and answers with justification sentences using on… ▽ More

    Submitted 3 May, 2020; originally announced May 2020.

    Comments: Accepted at ACL 2020 as a long conference paper

  31. Quick and (not so) Dirty: Unsupervised Selection of Justification Sentences for Multi-hop Question Answering

    Authors: Vikas Yadav, Steven Bethard, Mihai Surdeanu

    Abstract: We propose an unsupervised strategy for the selection of justification sentences for multi-hop question answering (QA) that (a) maximizes the relevance of the selected sentences, (b) minimizes the overlap between the selected facts, and (c) maximizes the coverage of both question and answer. This unsupervised sentence selection method can be coupled with any supervised QA approach. We show that th… ▽ More

    Submitted 2 May, 2020; v1 submitted 17 November, 2019; originally announced November 2019.

    Comments: Published at EMNLP-IJCNLP 2019 as long conference paper. Corrected the name reference for Speer et.al, 2017

    Journal ref: EMNLP-IJCNLP, 2578--2589 (2019)

  32. On the Importance of Delexicalization for Fact Verification

    Authors: Sandeep Suntwal, Mithun Paul, Rebecca Sharp, Mihai Surdeanu

    Abstract: In this work we aim to understand and estimate the importance that a neural network assigns to various aspects of the data while learning and making predictions. Here we focus on the recognizing textual entailment (RTE) task and its application to fact verification. In this context, the contributions of this work are as follows. We investigate the attention weights a state of the art RTE method as… ▽ More

    Submitted 23 April, 2020; v1 submitted 21 September, 2019; originally announced September 2019.

    Comments: published in the proceedings at EMNLP2019

  33. arXiv:1807.01836  [pdf, other

    cs.IR cs.CL

    Sanity Check: A Strong Alignment and Information Retrieval Baseline for Question Answering

    Authors: Vikas Yadav, Rebecca Sharp, Mihai Surdeanu

    Abstract: While increasingly complex approaches to question answering (QA) have been proposed, the true gain of these systems, particularly with respect to their expensive training requirements, can be inflated when they are not compared to adequate baselines. Here we propose an unsupervised, simple, and fast alignment and information retrieval baseline that incorporates two novel contributions: a \textit{o… ▽ More

    Submitted 4 July, 2018; originally announced July 2018.

    Comments: SIGIR 2018

  34. arXiv:1805.11545  [pdf, other

    cs.CL

    Lightly-supervised Representation Learning with Global Interpretability

    Authors: Marco A. Valenzuela-Escárcega, Ajay Nagesh, Mihai Surdeanu

    Abstract: We propose a lightly-supervised approach for information extraction, in particular named entity classification, which combines the benefits of traditional bootstrap**, i.e., use of limited annotations and interpretability of extraction patterns, with the robust learning approaches proposed in representation learning. Our algorithm iteratively learns custom embeddings for both the multi-word enti… ▽ More

    Submitted 29 May, 2018; originally announced May 2018.

  35. arXiv:1711.00529  [pdf, other

    cs.CL

    Text Annotation Graphs: Annotating Complex Natural Language Phenomena

    Authors: Angus G. Forbes, Kristine Lee, Gus Hahn-Powell, Marco A. Valenzuela-Escárcega, Mihai Surdeanu

    Abstract: This paper introduces a new web-based software tool for annotating text, Text Annotation Graphs, or TAG. It provides functionality for representing complex relationships between words and word phrases that are not available in other software tools, including the ability to define and visualize relationships between the relationships themselves (semantic hypergraphs). Additionally, we include an ap… ▽ More

    Submitted 1 March, 2018; v1 submitted 1 November, 2017; originally announced November 2017.

    Comments: Accepted to LREC'18, http://lrec2018.lrec-conf.org/en/conference-programme/accepted-papers/

  36. arXiv:1709.00149  [pdf, other

    cs.AI cs.CL cs.IR cs.LG

    Learning what to read: Focused machine reading

    Authors: Enrique Noriega-Atala, Marco A. Valenzuela-Escarcega, Clayton T. Morrison, Mihai Surdeanu

    Abstract: Recent efforts in bioinformatics have achieved tremendous progress in the machine reading of biomedical literature, and the assembly of the extracted biochemical interactions into large-scale models such as protein signaling pathways. However, batch machine reading of literature at today's scale (PubMed alone indexes over 1 million papers per year) is unfeasible due to both cost and processing ove… ▽ More

    Submitted 1 September, 2017; originally announced September 2017.

    Comments: 6 pages, 1 figure, 1 algorithm, 2 tables, accepted to EMNLP 2017

    ACM Class: H.3.3; I.2.6; I.2.7

  37. arXiv:1609.08097  [pdf, other

    cs.CL

    Creating Causal Embeddings for Question Answering with Minimal Supervision

    Authors: Rebecca Sharp, Mihai Surdeanu, Peter Jansen, Peter Clark, Michael Hammond

    Abstract: A common model for question answering (QA) is that a good answer is one that is closely related to the question, where relatedness is often determined using general-purpose lexical models such as word embeddings. We argue that a better approach is to look for answers that are related to the question in a relevant way, according to the information need of the question, which may be determined throu… ▽ More

    Submitted 26 September, 2016; originally announced September 2016.

    Comments: To appear in EMNLP 2016

  38. arXiv:1606.09604  [pdf, other

    cs.CL

    SnapToGrid: From Statistical to Interpretable Models for Biomedical Information Extraction

    Authors: Marco A. Valenzuela-Escarcega, Gus Hahn-Powell, Dane Bell, Mihai Surdeanu

    Abstract: We propose an approach for biomedical information extraction that marries the advantages of machine learning models, e.g., learning directly from data, with the benefits of rule-based approaches, e.g., interpretability. Our approach starts by training a feature-based statistical model, then converts this model to a rule-based variant by converting its features to rules, and "snap** to grid" the… ▽ More

    Submitted 30 June, 2016; originally announced June 2016.

  39. arXiv:1606.08089  [pdf, other

    cs.CL

    This before That: Causal Precedence in the Biomedical Domain

    Authors: Gus Hahn-Powell, Dane Bell, Marco A. Valenzuela-Escárcega, Mihai Surdeanu

    Abstract: Causal precedence between biochemical interactions is crucial in the biomedical domain, because it transforms collections of individual interactions, e.g., bindings and phosphorylations, into the causal mechanisms needed to inform meaningful search and inference. Here, we analyze causal precedence in the biomedical domain as distinct from open-domain, temporal precedence. First, we describe a nove… ▽ More

    Submitted 26 June, 2016; originally announced June 2016.

    Comments: To appear in the proceedings of the 2016 Workshop on Biomedical Natural Language Processing (BioNLP 2016)

  40. arXiv:1603.03784  [pdf, other

    cs.CL cs.CY cs.SI

    Towards using social media to identify individuals at risk for preventable chronic illness

    Authors: Dane Bell, Daniel Fried, Luwen Huangfu, Mihai Surdeanu, Stephen Kobourov

    Abstract: We describe a strategy for the acquisition of training data necessary to build a social-media-driven early detection system for individuals at risk for (preventable) type 2 diabetes mellitus (T2DM). The strategy uses a game-like quiz with data and questions acquired semi-automatically from Twitter. The questions are designed to inspire participant engagement and collect relevant data to train a pu… ▽ More

    Submitted 11 March, 2016; originally announced March 2016.

    Comments: This paper will appear in LREC 2016

  41. arXiv:1603.03758  [pdf, other

    cs.CL

    Sieve-based Coreference Resolution in the Biomedical Domain

    Authors: Dane Bell, Gus Hahn-Powell, Marco A. Valenzuela-Escárcega, Mihai Surdeanu

    Abstract: We describe challenges and advantages unique to coreference resolution in the biomedical domain, and a sieve-based architecture that leverages domain knowledge for both entity and event coreference resolution. Domain-general coreference resolution algorithms perform poorly on biomedical documents, because the cues they rely on such as gender are largely absent in this domain, and because they do n… ▽ More

    Submitted 2 September, 2016; v1 submitted 11 March, 2016; originally announced March 2016.

    Comments: This paper appears in LREC 2016

  42. arXiv:1509.07513  [pdf, other

    cs.CL

    Description of the Odin Event Extraction Framework and Rule Language

    Authors: Marco A. Valenzuela-Escárcega, Gus Hahn-Powell, Mihai Surdeanu

    Abstract: This document describes the Odin framework, which is a domain-independent platform for develo** rule-based event extraction models. Odin aims to be powerful (the rule language allows the modeling of complex syntactic structures) and robust (to recover from syntactic parsing errors, syntactic patterns can be freely mixed with surface, token-based patterns), while remaining simple (some domain gra… ▽ More

    Submitted 24 September, 2015; originally announced September 2015.

  43. Analyzing the Language of Food on Social Media

    Authors: Daniel Fried, Mihai Surdeanu, Stephen Kobourov, Melanie Hingle, Dane Bell

    Abstract: We investigate the predictive power behind the language of food on social media. We collect a corpus of over three million food-related posts from Twitter and demonstrate that many latent population characteristics can be directly predicted from this data: overweight rate, diabetes rate, political leaning, and home geographical location of authors. For all tasks, our language-based models signific… ▽ More

    Submitted 11 September, 2014; v1 submitted 7 September, 2014; originally announced September 2014.

    Comments: An extended abstract of this paper will appear in IEEE Big Data 2014

  44. Combination Strategies for Semantic Role Labeling

    Authors: M. Surdeanu, L. Marquez, X. Carreras, P. R. Comas

    Abstract: This paper introduces and analyzes a battery of inference models for the problem of semantic role labeling: one based on constraint satisfaction, and several strategies that model the inference as a meta-learning problem using discriminative classifiers. These classifiers are developed with a rich set of novel features that encode proposition and sentence-level information. To our knowledge, this… ▽ More

    Submitted 4 October, 2011; v1 submitted 30 September, 2011; originally announced October 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 29, pages 105-151, 2007