Skip to main content

Showing 1–10 of 10 results for author: Boschee, E

.
  1. arXiv:2406.16672  [pdf, other

    cs.CL cs.AI

    CAVE: Controllable Authorship Verification Explanations

    Authors: Sahana Ramnath, Kartik Pandey, Elizabeth Boschee, Xiang Ren

    Abstract: Authorship Verification (AV) (do two documents have the same author?) is essential for many sensitive real-life applications. AV is often used in proprietary domains that require a private, offline model, making SOTA online models like ChatGPT undesirable. Other SOTA systems use methods, e.g. Siamese Networks, that are uninterpretable, and hence cannot be trusted in high-stakes applications. In th… ▽ More

    Submitted 24 June, 2024; originally announced June 2024.

  2. arXiv:2305.10561  [pdf, other

    cs.CL

    Massively Multi-Lingual Event Understanding: Extraction, Visualization, and Search

    Authors: Chris Jenkins, Shantanu Agarwal, Joel Barry, Steven Fincke, Elizabeth Boschee

    Abstract: In this paper, we present ISI-Clear, a state-of-the-art, cross-lingual, zero-shot event extraction system and accompanying user interface for event visualization & search. Using only English training data, ISI-Clear makes global events available on-demand, processing user-supplied text in 100 languages ranging from Afrikaans to Yiddish. We provide multiple event-centric views of extracted events,… ▽ More

    Submitted 17 May, 2023; originally announced May 2023.

    Comments: Accepted for ACL 2023

  3. arXiv:2302.11365  [pdf, ps, other

    cs.CL cs.LG

    Impact of Subword Pooling Strategy on Cross-lingual Event Detection

    Authors: Shantanu Agarwal, Steven Fincke, Chris Jenkins, Scott Miller, Elizabeth Boschee

    Abstract: Pre-trained multilingual language models (e.g., mBERT, XLM-RoBERTa) have significantly advanced the state-of-the-art for zero-shot cross-lingual information extraction. These language models ubiquitously rely on word segmentation techniques that break a word into smaller constituent subwords. Therefore, all word labeling tasks (e.g. named entity recognition, event detection, etc.), necessitate a p… ▽ More

    Submitted 22 February, 2023; v1 submitted 22 February, 2023; originally announced February 2023.

  4. arXiv:2109.12383  [pdf, other

    cs.CL

    Language Model Priming for Cross-Lingual Event Extraction

    Authors: Steven Fincke, Shantanu Agarwal, Scott Miller, Elizabeth Boschee

    Abstract: We present a novel, language-agnostic approach to "priming" language models for the task of event extraction, providing particularly effective performance in low-resource and zero-shot cross-lingual settings. With priming, we augment the input to the transformer stack's language model differently depending on the question(s) being asked of the model at runtime. For instance, if the model is being… ▽ More

    Submitted 25 September, 2021; originally announced September 2021.

  5. arXiv:2109.04726  [pdf, other

    cs.CL cs.IR

    AutoTriggER: Label-Efficient and Robust Named Entity Recognition with Auxiliary Trigger Extraction

    Authors: Dong-Ho Lee, Ravi Kiran Selvam, Sheikh Muhammad Sarwar, Bill Yuchen Lin, Fred Morstatter, Jay Pujara, Elizabeth Boschee, James Allan, Xiang Ren

    Abstract: Deep neural models for named entity recognition (NER) have shown impressive results in overcoming label scarcity and generalizing to unseen entities by leveraging distant supervision and auxiliary information such as explanations. However, the costs of acquiring such additional information are generally prohibitive. In this paper, we present a novel two-stage framework (AutoTriggER) to improve NER… ▽ More

    Submitted 18 May, 2023; v1 submitted 10 September, 2021; originally announced September 2021.

    Comments: 15 pages, 13 figures, EACL 2023

  6. arXiv:2108.12724  [pdf, other

    cs.CL cs.AI

    DEGREE: A Data-Efficient Generation-Based Event Extraction Model

    Authors: I-Hung Hsu, Kuan-Hao Huang, Elizabeth Boschee, Scott Miller, Prem Natarajan, Kai-Wei Chang, Nanyun Peng

    Abstract: Event extraction requires high-quality expert human annotations, which are usually expensive. Therefore, learning a data-efficient event extraction model that can be trained with only a few labeled examples has become a crucial challenge. In this paper, we focus on low-resource end-to-end event extraction and propose DEGREE, a data-efficient model that formulates event extraction as a conditional… ▽ More

    Submitted 3 May, 2022; v1 submitted 28 August, 2021; originally announced August 2021.

    Comments: Paper accepted by NAACL 2022. The first two authors contribute equally. Our code and models can be found at https://github.com/PlusLabNLP/DEGREE

  7. arXiv:2005.00806  [pdf, other

    cs.CL cs.LG

    Teaching Machine Comprehension with Compositional Explanations

    Authors: Qinyuan Ye, Xiao Huang, Elizabeth Boschee, Xiang Ren

    Abstract: Advances in machine reading comprehension (MRC) rely heavily on the collection of large scale human-annotated examples in the form of (question, paragraph, answer) triples. In contrast, humans are typically able to generalize with only a few examples, relying on deeper underlying world knowledge, linguistic sophistication, and/or simply superior deductive powers. In this paper, we focus on "teachi… ▽ More

    Submitted 13 October, 2020; v1 submitted 2 May, 2020; originally announced May 2020.

    Comments: Accepted to EMNLP 2020 Findings. Camera-ready version. Project page: http://inklab.usc.edu/mrc-explanation-project/

  8. arXiv:2004.07499  [pdf, other

    cs.CL cs.AI cs.LG

    LEAN-LIFE: A Label-Efficient Annotation Framework Towards Learning from Explanation

    Authors: Dong-Ho Lee, Rahul Khanna, Bill Yuchen Lin, Jamin Chen, Seyeon Lee, Qinyuan Ye, Elizabeth Boschee, Leonardo Neves, Xiang Ren

    Abstract: Successfully training a deep neural network demands a huge corpus of labeled data. However, each label only provides limited information to learn from and collecting the requisite number of labels involves massive human effort. In this work, we introduce LEAN-LIFE, a web-based, Label-Efficient AnnotatioN framework for sequence labeling and classification tasks, with an easy-to-use UI that not only… ▽ More

    Submitted 16 April, 2020; originally announced April 2020.

    Comments: Accepted to the ACL 2020 (demo). The first two authors contributed equally. Project page: http://inklab.usc.edu/leanlife/

  9. arXiv:1909.11535  [pdf, other

    cs.CL

    Learning A Unified Named Entity Tagger From Multiple Partially Annotated Corpora For Efficient Adaptation

    Authors: Xiao Huang, Li Dong, Elizabeth Boschee, Nanyun Peng

    Abstract: Named entity recognition (NER) identifies typed entity mentions in raw text. While the task is well-established, there is no universally used tagset: often, datasets are annotated for use in downstream applications and accordingly only cover a small set of entity types relevant to a particular task. For instance, in the biomedical domain, one corpus might annotate genes, another chemicals, and ano… ▽ More

    Submitted 4 October, 2019; v1 submitted 25 September, 2019; originally announced September 2019.

    Comments: 9 pages of main content + 4 pages of references and appendix. 4 figures and 2 tables in the main content. Accepted by CoNLL 2019

  10. arXiv:1609.08210  [pdf, other

    cs.CL cs.AI

    Learning to Translate for Multilingual Question Answering

    Authors: Ferhan Ture, Elizabeth Boschee

    Abstract: In multilingual question answering, either the question needs to be translated into the document language, or vice versa. In addition to direction, there are multiple methods to perform the translation, four of which we explore in this paper: word-based, 10-best, context-based, and grammar-based. We build a feature for each combination of translation direction and method, and train a model that le… ▽ More

    Submitted 26 September, 2016; originally announced September 2016.

    Comments: 12 pages. To appear in EMNLP'16