Skip to main content

Showing 1–41 of 41 results for author: Geva, M

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

    cs.CL

    Hop** Too Late: Exploring the Limitations of Large Language Models on Multi-Hop Queries

    Authors: Eden Biran, Daniela Gottesman, Sohee Yang, Mor Geva, Amir Globerson

    Abstract: Large language models (LLMs) can solve complex multi-step problems, but little is known about how these computations are implemented internally. Motivated by this, we study how LLMs answer multi-hop queries such as "The spouse of the performer of Imagine is". These queries require two information extraction steps: a latent one for resolving the first hop ("the performer of Imagine") into the bridg… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  2. arXiv:2406.12673  [pdf, other

    cs.CL

    Estimating Knowledge in Large Language Models Without Generating a Single Token

    Authors: Daniela Gottesman, Mor Geva

    Abstract: To evaluate knowledge in large language models (LLMs), current methods query the model and then evaluate its generated responses. In this work, we ask whether evaluation can be done $\textit{before}$ the model has generated any text. Concretely, is it possible to estimate how knowledgeable a model is about a certain entity, only from its internal computation? We study this question with two tasks:… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  3. arXiv:2406.12618  [pdf, other

    cs.CL

    From Insights to Actions: The Impact of Interpretability and Analysis Research on NLP

    Authors: Marius Mosbach, Vagrant Gautam, Tomás Vergara-Browne, Dietrich Klakow, Mor Geva

    Abstract: Interpretability and analysis (IA) research is a growing subfield within NLP with the goal of develo** a deeper understanding of the behavior or inner workings of NLP systems and methods. Despite growing interest in the subfield, a commonly voiced criticism is that it lacks actionable insights and therefore has little impact on NLP. In this paper, we seek to quantify the impact of IA research on… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

  4. arXiv:2406.11614  [pdf, other

    cs.CL cs.AI

    Intrinsic Evaluation of Unlearning Using Parametric Knowledge Traces

    Authors: Yihuai Hong, Lei Yu, Shauli Ravfogel, Haiqin Yang, Mor Geva

    Abstract: The task of "unlearning" certain concepts in large language models (LLMs) has attracted immense attention recently, due to its importance for mitigating undesirable model behaviours, such as the generation of harmful, private, or incorrect information. Current protocols to evaluate unlearning methods largely rely on behavioral tests, without monitoring the presence of unlearned knowledge within th… ▽ More

    Submitted 17 June, 2024; originally announced June 2024.

  5. arXiv:2405.16908  [pdf, other

    cs.CL

    Can Large Language Models Faithfully Express Their Intrinsic Uncertainty in Words?

    Authors: Gal Yona, Roee Aharoni, Mor Geva

    Abstract: We posit that large language models (LLMs) should be capable of expressing their intrinsic uncertainty in natural language. For example, if the LLM is equally likely to output two contradicting answers to the same question, then its generated response should reflect this uncertainty by hedging its answer (e.g., "I'm not sure, but I think..."). We formalize faithful response uncertainty based on th… ▽ More

    Submitted 27 May, 2024; originally announced May 2024.

  6. arXiv:2402.17700  [pdf, other

    cs.CL cs.LG

    RAVEL: Evaluating Interpretability Methods on Disentangling Language Model Representations

    Authors: **g Huang, Zhengxuan Wu, Christopher Potts, Mor Geva, Atticus Geiger

    Abstract: Individual neurons participate in the representation of multiple high-level concepts. To what extent can different interpretability methods successfully disentangle these roles? To help address this question, we introduce RAVEL (Resolving Attribute-Value Entanglements in Language Models), a dataset that enables tightly controlled, quantitative comparisons between a variety of existing interpretabi… ▽ More

    Submitted 27 February, 2024; originally announced February 2024.

  7. arXiv:2402.16837  [pdf, other

    cs.CL

    Do Large Language Models Latently Perform Multi-Hop Reasoning?

    Authors: Sohee Yang, Elena Gribovskaya, Nora Kassner, Mor Geva, Sebastian Riedel

    Abstract: We study whether Large Language Models (LLMs) latently perform multi-hop reasoning with complex prompts such as "The mother of the singer of 'Superstition' is". We look for evidence of a latent reasoning pathway where an LLM (1) latently identifies "the singer of 'Superstition'" as Stevie Wonder, the bridge entity, and (2) uses its knowledge of Stevie Wonder's mother to complete the prompt. We ana… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

  8. arXiv:2402.13137  [pdf, other

    cs.CL

    The Hidden Space of Transformer Language Adapters

    Authors: Jesujoba O. Alabi, Marius Mosbach, Matan Eyal, Dietrich Klakow, Mor Geva

    Abstract: We analyze the operation of transformer language adapters, which are small modules trained on top of a frozen language model to adapt its predictions to new target languages. We show that adapted predictions mostly evolve in the source language the model was trained on, while the target language becomes pronounced only in the very last layers of the model. Moreover, the adaptation process is gradu… ▽ More

    Submitted 10 June, 2024; v1 submitted 20 February, 2024; originally announced February 2024.

    Comments: Accepted to ACL 2024 (main conference)

  9. arXiv:2402.12865  [pdf, other

    cs.CL cs.AI cs.LG

    Backward Lens: Projecting Language Model Gradients into the Vocabulary Space

    Authors: Shahar Katz, Yonatan Belinkov, Mor Geva, Lior Wolf

    Abstract: Understanding how Transformer-based Language Models (LMs) learn and recall information is a key goal of the deep learning community. Recent interpretability methods project weights and hidden states obtained from the forward pass to the models' vocabularies, hel** to uncover how information flows within LMs. In this work, we extend this methodology to LMs' backward pass and gradients. We first p… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

  10. arXiv:2402.00559  [pdf, other

    cs.CL

    A Chain-of-Thought Is as Strong as Its Weakest Link: A Benchmark for Verifiers of Reasoning Chains

    Authors: Alon Jacovi, Yonatan Bitton, Bernd Bohnet, Jonathan Herzig, Or Honovich, Michael Tseng, Michael Collins, Roee Aharoni, Mor Geva

    Abstract: Prompting language models to provide step-by-step answers (e.g., "Chain-of-Thought") is the prominent approach for complex reasoning tasks, where more accurate reasoning chains typically improve downstream task performance. Recent literature discusses automatic methods to verify reasoning to evaluate and improve their correctness. However, no fine-grained step-level datasets are available to enabl… ▽ More

    Submitted 21 May, 2024; v1 submitted 1 February, 2024; originally announced February 2024.

    Comments: Accepted to ACL 2024

  11. arXiv:2401.06102  [pdf, other

    cs.CL cs.AI cs.LG

    Patchscopes: A Unifying Framework for Inspecting Hidden Representations of Language Models

    Authors: Asma Ghandeharioun, Avi Caciularu, Adam Pearce, Lucas Dixon, Mor Geva

    Abstract: Understanding the internal representations of large language models (LLMs) can help explain models' behavior and verify their alignment with human values. Given the capabilities of LLMs in generating human-understandable text, we propose leveraging the model itself to explain its internal representations in natural language. We introduce a framework called Patchscopes and show how it can be used t… ▽ More

    Submitted 6 June, 2024; v1 submitted 11 January, 2024; originally announced January 2024.

    Comments: ICML 2024 (to appear)

  12. arXiv:2401.04695  [pdf, other

    cs.CL

    Narrowing the Knowledge Evaluation Gap: Open-Domain Question Answering with Multi-Granularity Answers

    Authors: Gal Yona, Roee Aharoni, Mor Geva

    Abstract: Factual questions typically can be answered correctly at different levels of granularity. For example, both ``August 4, 1961'' and ``1961'' are correct answers to the question ``When was Barack Obama born?''. Standard question answering (QA) evaluation protocols, however, do not explicitly take this into account and compare a predicted answer against answers of a single granularity level. In this… ▽ More

    Submitted 9 January, 2024; originally announced January 2024.

  13. arXiv:2310.15916  [pdf, other

    cs.CL

    In-Context Learning Creates Task Vectors

    Authors: Roee Hendel, Mor Geva, Amir Globerson

    Abstract: In-context learning (ICL) in Large Language Models (LLMs) has emerged as a powerful new learning paradigm. However, its underlying mechanism is still not well understood. In particular, it is challenging to map it to the "standard" machine learning framework, where one uses a training set $S$ to find a best-fitting function $f(x)$ in some hypothesis class. Here we make progress on this problem by… ▽ More

    Submitted 24 October, 2023; originally announced October 2023.

    Comments: Accepted at Findings of EMNLP 2023

  14. arXiv:2310.15239  [pdf, other

    cs.CL cs.AI

    CRoW: Benchmarking Commonsense Reasoning in Real-World Tasks

    Authors: Mete Ismayilzada, Debjit Paul, Syrielle Montariol, Mor Geva, Antoine Bosselut

    Abstract: Recent efforts in natural language processing (NLP) commonsense reasoning research have yielded a considerable number of new datasets and benchmarks. However, most of these datasets formulate commonsense reasoning challenges in artificial scenarios that are not reflective of the tasks which real-world NLP systems are designed to solve. In this work, we present CRoW, a manually-curated, multi-task… ▽ More

    Submitted 23 October, 2023; originally announced October 2023.

    Comments: 37 pages, camera-ready for EMNLP 2023

  15. arXiv:2310.10062  [pdf, other

    cs.CL cs.AI

    A Comprehensive Evaluation of Tool-Assisted Generation Strategies

    Authors: Alon Jacovi, Avi Caciularu, Jonathan Herzig, Roee Aharoni, Bernd Bohnet, Mor Geva

    Abstract: A growing area of research investigates augmenting language models with tools (e.g., search engines, calculators) to overcome their shortcomings (e.g., missing or incorrect knowledge, incorrect logical inferences). Various few-shot tool-usage strategies have been proposed. However, there is no systematic and fair comparison across different strategies, or between these strategies and strong baseli… ▽ More

    Submitted 28 December, 2023; v1 submitted 16 October, 2023; originally announced October 2023.

    Comments: Accepted to EMNLP 2023 Findings

  16. arXiv:2307.12976  [pdf, other

    cs.CL

    Evaluating the Ripple Effects of Knowledge Editing in Language Models

    Authors: Roi Cohen, Eden Biran, Ori Yoran, Amir Globerson, Mor Geva

    Abstract: Modern language models capture a large body of factual knowledge. However, some facts can be incorrectly induced or become obsolete over time, resulting in factually incorrect generations. This has led to the development of various editing methods that allow updating facts encoded by the model. Evaluation of these methods has primarily focused on testing whether an individual fact has been success… ▽ More

    Submitted 20 December, 2023; v1 submitted 24 July, 2023; originally announced July 2023.

    Comments: Accepted for publication in Transactions of the Association for Computational Linguistics (TACL), 2024. Author's final version

  17. arXiv:2306.00966  [pdf, other

    cs.CV

    The Hidden Language of Diffusion Models

    Authors: Hila Chefer, Oran Lang, Mor Geva, Volodymyr Polosukhin, Assaf Shocher, Michal Irani, Inbar Mosseri, Lior Wolf

    Abstract: Text-to-image diffusion models have demonstrated an unparalleled ability to generate high-quality, diverse images from a textual prompt. However, the internal representations learned by these models remain an enigma. In this work, we present Conceptor, a novel method to interpret the internal representation of a textual concept by a diffusion model. This interpretation is obtained by decomposing t… ▽ More

    Submitted 5 October, 2023; v1 submitted 1 June, 2023; originally announced June 2023.

  18. arXiv:2305.13281  [pdf, other

    cs.CL

    LM vs LM: Detecting Factual Errors via Cross Examination

    Authors: Roi Cohen, May Hamri, Mor Geva, Amir Globerson

    Abstract: A prominent weakness of modern language models (LMs) is their tendency to generate factually incorrect text, which hinders their usability. A natural question is whether such factual errors can be detected automatically. Inspired by truth-seeking mechanisms in law, we propose a factuality evaluation framework for LMs that is based on cross-examination. Our key idea is that an incorrect claim is li… ▽ More

    Submitted 22 May, 2023; originally announced May 2023.

  19. arXiv:2304.14767  [pdf, other

    cs.CL

    Dissecting Recall of Factual Associations in Auto-Regressive Language Models

    Authors: Mor Geva, Jasmijn Bastings, Katja Filippova, Amir Globerson

    Abstract: Transformer-based language models (LMs) are known to capture factual knowledge in their parameters. While previous work looked into where factual associations are stored, only little is known about how they are retrieved internally during inference. We investigate this question through the lens of information flow. Given a subject-relation query, we study how the model aggregates information about… ▽ More

    Submitted 13 October, 2023; v1 submitted 28 April, 2023; originally announced April 2023.

    Comments: Accepted at EMNLP 2023

  20. arXiv:2303.09435  [pdf, other

    cs.CL

    Jump to Conclusions: Short-Cutting Transformers With Linear Transformations

    Authors: Alexander Yom Din, Taelin Karidi, Leshem Choshen, Mor Geva

    Abstract: Transformer-based language models create hidden representations of their inputs at every layer, but only use final-layer representations for prediction. This obscures the internal decision-making process of the model and the utility of its intermediate representations. One way to elucidate this is to cast the hidden representations as final representations, bypassing the transformer computation in… ▽ More

    Submitted 18 June, 2024; v1 submitted 16 March, 2023; originally announced March 2023.

    Journal ref: LREC-COLING 2024

  21. arXiv:2301.12810  [pdf, other

    cs.CL cs.AI

    Crawling the Internal Knowledge-Base of Language Models

    Authors: Roi Cohen, Mor Geva, Jonathan Berant, Amir Globerson

    Abstract: Language models are trained on large volumes of text, and as a result their parameters might contain a significant body of factual knowledge. Any downstream task performed by these models implicitly builds on these facts, and thus it is highly desirable to have means for representing this body of knowledge in an interpretable way. However, there is currently no mechanism for such a representation.… ▽ More

    Submitted 30 January, 2023; originally announced January 2023.

    Comments: To be published in EACL 2023 (Findings)

  22. arXiv:2210.03588  [pdf, other

    cs.CL

    Understanding Transformer Memorization Recall Through Idioms

    Authors: Adi Haviv, Ido Cohen, Jacob Gidron, Roei Schuster, Yoav Goldberg, Mor Geva

    Abstract: To produce accurate predictions, language models (LMs) must balance between generalization and memorization. Yet, little is known about the mechanism by which transformer LMs employ their memorization capacity. When does a model decide to output a memorized phrase, and how is this phrase then retrieved from memory? In this work, we offer the first methodological framework for probing and character… ▽ More

    Submitted 13 February, 2023; v1 submitted 7 October, 2022; originally announced October 2022.

  23. arXiv:2209.02535  [pdf, other

    cs.CL cs.LG

    Analyzing Transformers in Embedding Space

    Authors: Guy Dar, Mor Geva, Ankit Gupta, Jonathan Berant

    Abstract: Understanding Transformer-based models has attracted significant attention, as they lie at the heart of recent technological advances across machine learning. While most interpretability methods rely on running models over inputs, recent work has shown that a zero-pass approach, where parameters are interpreted directly without a forward/backward pass is feasible for some Transformer parameters, a… ▽ More

    Submitted 24 December, 2023; v1 submitted 6 September, 2022; originally announced September 2022.

  24. arXiv:2206.04615  [pdf, other

    cs.CL cs.AI cs.CY cs.LG stat.ML

    Beyond the Imitation Game: Quantifying and extrapolating the capabilities of language models

    Authors: Aarohi Srivastava, Abhinav Rastogi, Abhishek Rao, Abu Awal Md Shoeb, Abubakar Abid, Adam Fisch, Adam R. Brown, Adam Santoro, Aditya Gupta, Adrià Garriga-Alonso, Agnieszka Kluska, Aitor Lewkowycz, Akshat Agarwal, Alethea Power, Alex Ray, Alex Warstadt, Alexander W. Kocurek, Ali Safaya, Ali Tazarv, Alice Xiang, Alicia Parrish, Allen Nie, Aman Hussain, Amanda Askell, Amanda Dsouza , et al. (426 additional authors not shown)

    Abstract: Language models demonstrate both quantitative improvement and new qualitative capabilities with increasing scale. Despite their potentially transformative impact, these new capabilities are as yet poorly characterized. In order to inform future research, prepare for disruptive new model capabilities, and ameliorate socially harmful effects, it is vital that we understand the present and near-futur… ▽ More

    Submitted 12 June, 2023; v1 submitted 9 June, 2022; originally announced June 2022.

    Comments: 27 pages, 17 figures + references and appendices, repo: https://github.com/google/BIG-bench

    Journal ref: Transactions on Machine Learning Research, May/2022, https://openreview.net/forum?id=uyTL5Bvosj

  25. arXiv:2205.00415  [pdf, other

    cs.CL cs.AI cs.CV cs.LG

    Don't Blame the Annotator: Bias Already Starts in the Annotation Instructions

    Authors: Mihir Parmar, Swaroop Mishra, Mor Geva, Chitta Baral

    Abstract: In recent years, progress in NLU has been driven by benchmarks. These benchmarks are typically collected by crowdsourcing, where annotators write examples based on annotation instructions crafted by dataset creators. In this work, we hypothesize that annotators pick up on patterns in the crowdsourcing instructions, which bias them to write many similar examples that are then over-represented in th… ▽ More

    Submitted 19 March, 2024; v1 submitted 1 May, 2022; originally announced May 2022.

    Comments: EACL 2023 (Outstanding Paper Award)

  26. arXiv:2204.13778  [pdf, other

    cs.CL

    Inferring Implicit Relations in Complex Questions with Language Models

    Authors: Uri Katz, Mor Geva, Jonathan Berant

    Abstract: A prominent challenge for modern language understanding systems is the ability to answer implicit reasoning questions, where the required reasoning steps for answering the question are not mentioned in the text explicitly. In this work, we investigate why current models struggle with implicit reasoning question answering (QA) tasks, by decoupling inference of reasoning steps from their execution.… ▽ More

    Submitted 20 October, 2022; v1 submitted 28 April, 2022; originally announced April 2022.

    Comments: Findings of EMNLP 2022

  27. arXiv:2204.12130  [pdf, other

    cs.CL

    LM-Debugger: An Interactive Tool for Inspection and Intervention in Transformer-Based Language Models

    Authors: Mor Geva, Avi Caciularu, Guy Dar, Paul Roit, Shoval Sadde, Micah Shlain, Bar Tamir, Yoav Goldberg

    Abstract: The opaque nature and unexplained behavior of transformer-based language models (LMs) have spurred a wide interest in interpreting their predictions. However, current interpretation methods mostly focus on probing models from outside, executing behavioral tests, and analyzing salience input features, while the internal prediction construction process is largely not understood. In this work, we int… ▽ More

    Submitted 12 October, 2022; v1 submitted 26 April, 2022; originally announced April 2022.

    Comments: EMNLP 2022 System Demonstrations

  28. arXiv:2203.14680  [pdf, other

    cs.CL

    Transformer Feed-Forward Layers Build Predictions by Promoting Concepts in the Vocabulary Space

    Authors: Mor Geva, Avi Caciularu, Kevin Ro Wang, Yoav Goldberg

    Abstract: Transformer-based language models (LMs) are at the core of modern NLP, but their internal prediction construction process is opaque and largely not understood. In this work, we make a substantial step towards unveiling this underlying prediction process, by reverse-engineering the operation of the feed-forward network (FFN) layers, one of the building blocks of transformer models. We view the toke… ▽ More

    Submitted 12 October, 2022; v1 submitted 28 March, 2022; originally announced March 2022.

    Comments: EMNLP 2022

  29. arXiv:2201.03533  [pdf, other

    cs.CL cs.AI cs.LG stat.ML

    SCROLLS: Standardized CompaRison Over Long Language Sequences

    Authors: Uri Shaham, Elad Segal, Maor Ivgi, Avia Efrat, Ori Yoran, Adi Haviv, Ankit Gupta, Wenhan Xiong, Mor Geva, Jonathan Berant, Omer Levy

    Abstract: NLP benchmarks have largely focused on short texts, such as sentences and paragraphs, even though long texts comprise a considerable amount of natural language in the wild. We introduce SCROLLS, a suite of tasks that require reasoning over long texts. We examine existing long-text datasets, and handpick ones where the text is naturally long, while prioritizing tasks that involve synthesizing infor… ▽ More

    Submitted 11 October, 2022; v1 submitted 10 January, 2022; originally announced January 2022.

    Comments: EMNLP 2022

  30. arXiv:2107.13935  [pdf, other

    cs.CL

    Break, Perturb, Build: Automatic Perturbation of Reasoning Paths Through Question Decomposition

    Authors: Mor Geva, Tomer Wolfson, Jonathan Berant

    Abstract: Recent efforts to create challenge benchmarks that test the abilities of natural language understanding models have largely depended on human annotations. In this work, we introduce the "Break, Perturb, Build" (BPB) framework for automatic reasoning-oriented perturbation of question-answer pairs. BPB represents a question by decomposing it into the reasoning steps that are required to answer it, s… ▽ More

    Submitted 18 October, 2021; v1 submitted 29 July, 2021; originally announced July 2021.

    Comments: Accepted for publication in Transactions of the Association for Computational Linguistics (TACL), 2021. Author's final version

  31. arXiv:2104.06129  [pdf, other

    cs.CL

    What's in your Head? Emergent Behaviour in Multi-Task Transformer Models

    Authors: Mor Geva, Uri Katz, Aviv Ben-Arie, Jonathan Berant

    Abstract: The primary paradigm for multi-task training in natural language processing is to represent the input with a shared pre-trained language model, and add a small, thin network (head) per task. Given an input, a target head is the head that is selected for outputting the final prediction. In this work, we examine the behaviour of non-target heads, that is, the output of heads when given input that be… ▽ More

    Submitted 5 September, 2021; v1 submitted 13 April, 2021; originally announced April 2021.

    Comments: EMNLP 2021

  32. arXiv:2101.02235  [pdf, other

    cs.CL

    Did Aristotle Use a Laptop? A Question Answering Benchmark with Implicit Reasoning Strategies

    Authors: Mor Geva, Daniel Khashabi, Elad Segal, Tushar Khot, Dan Roth, Jonathan Berant

    Abstract: A key limitation in current datasets for multi-hop reasoning is that the required steps for answering the question are mentioned in it explicitly. In this work, we introduce StrategyQA, a question answering (QA) benchmark where the required reasoning steps are implicit in the question, and should be inferred using a strategy. A fundamental challenge in this setup is how to elicit such creative que… ▽ More

    Submitted 6 January, 2021; originally announced January 2021.

    Comments: Accepted for publication in Transactions of the Association for Computational Linguistics (TACL), 2021. Author's final version

  33. arXiv:2012.14913  [pdf, other

    cs.CL

    Transformer Feed-Forward Layers Are Key-Value Memories

    Authors: Mor Geva, Roei Schuster, Jonathan Berant, Omer Levy

    Abstract: Feed-forward layers constitute two-thirds of a transformer model's parameters, yet their role in the network remains under-explored. We show that feed-forward layers in transformer-based language models operate as key-value memories, where each key correlates with textual patterns in the training examples, and each value induces a distribution over the output vocabulary. Our experiments show that… ▽ More

    Submitted 5 September, 2021; v1 submitted 29 December, 2020; originally announced December 2020.

    Comments: EMNLP 2021

  34. arXiv:2004.04487  [pdf, other

    cs.CL

    Injecting Numerical Reasoning Skills into Language Models

    Authors: Mor Geva, Ankit Gupta, Jonathan Berant

    Abstract: Large pre-trained language models (LMs) are known to encode substantial amounts of linguistic information. However, high-level reasoning skills, such as numerical reasoning, are difficult to learn from a language-modeling objective only. Consequently, existing models for numerical reasoning have used specialized architectures with limited flexibility. In this work, we show that numerical reasoning… ▽ More

    Submitted 9 April, 2020; originally announced April 2020.

    Comments: ACL 2020

  35. arXiv:2001.11770  [pdf, other

    cs.CL

    Break It Down: A Question Understanding Benchmark

    Authors: Tomer Wolfson, Mor Geva, Ankit Gupta, Matt Gardner, Yoav Goldberg, Daniel Deutch, Jonathan Berant

    Abstract: Understanding natural language questions entails the ability to break down a question into the requisite steps for computing its answer. In this work, we introduce a Question Decomposition Meaning Representation (QDMR) for questions. QDMR constitutes the ordered list of steps, expressed through natural language, that are necessary for answering a question. We develop a crowdsourcing pipeline, show… ▽ More

    Submitted 31 January, 2020; originally announced January 2020.

    Comments: Accepted for publication in Transactions of the Association for Computational Linguistics (TACL), 2020. Author's final version

  36. arXiv:1908.07898  [pdf, other

    cs.CL

    Are We Modeling the Task or the Annotator? An Investigation of Annotator Bias in Natural Language Understanding Datasets

    Authors: Mor Geva, Yoav Goldberg, Jonathan Berant

    Abstract: Crowdsourcing has been the prevalent paradigm for creating natural language understanding datasets in recent years. A common crowdsourcing practice is to recruit a small number of high-quality workers, and have them massively generate examples. Having only a few workers generate the majority of examples raises concerns about data diversity, especially when workers freely generate sentences. In thi… ▽ More

    Submitted 28 August, 2019; v1 submitted 21 August, 2019; originally announced August 2019.

    Comments: EMNLP-IJCNLP 2019

  37. arXiv:1906.10928  [pdf, other

    cs.CR

    A wrinkle in time: A case study in DNS poisoning

    Authors: Harel Berger, Amit Z. Dvir, Moti Geva

    Abstract: The Domain Name System (DNS) provides a translation between readable domain names and IP addresses. The DNS is a key infrastructure component of the Internet and a prime target for a variety of attacks. One of the most significant threat to the DNS's wellbeing is a DNS poisoning attack, in which the DNS responses are maliciously replaced, or poisoned, by an attacker. To identify this kind of attac… ▽ More

    Submitted 26 June, 2019; originally announced June 2019.

  38. arXiv:1902.10526  [pdf, other

    cs.CL

    DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion

    Authors: Mor Geva, Eric Malmi, Idan Szpektor, Jonathan Berant

    Abstract: Sentence fusion is the task of joining several independent sentences into a single coherent text. Current datasets for sentence fusion are small and insufficient for training modern neural models. In this paper, we propose a method for automatically-generating fusion examples from raw text and present DiscoFuse, a large scale dataset for discourse-based sentence fusion. We author a set of rules fo… ▽ More

    Submitted 18 March, 2019; v1 submitted 27 February, 2019; originally announced February 2019.

    Comments: NAACL 2019 (camera ready version)

  39. arXiv:1809.00549  [pdf, other

    cs.CL cs.AI

    Emergence of Communication in an Interactive World with Consistent Speakers

    Authors: Ben Bogin, Mor Geva, Jonathan Berant

    Abstract: Training agents to communicate with one another given task-based supervision only has attracted considerable attention recently, due to the growing interest in develo** models for human-agent interaction. Prior work on the topic focused on simple environments, where training using policy gradient was feasible despite the non-stationarity of the agents during training. In this paper, we present a… ▽ More

    Submitted 24 March, 2019; v1 submitted 3 September, 2018; originally announced September 2018.

    Comments: Emergent Communication Workshop @ NeurIPS 2018

  40. arXiv:1806.03529  [pdf, other

    cs.CL cs.IR

    Learning to Search in Long Documents Using Document Structure

    Authors: Mor Geva, Jonathan Berant

    Abstract: Reading comprehension models are based on recurrent neural networks that sequentially process the document tokens. As interest turns to answering more complex questions over longer documents, sequential reading of large portions of text becomes a substantial bottleneck. Inspired by how humans use document structure, we propose a novel framework for reading comprehension. We represent documents as… ▽ More

    Submitted 10 September, 2018; v1 submitted 9 June, 2018; originally announced June 2018.

    Comments: COLING 2018 (camera ready version); v2: added acknowledgments

  41. arXiv:1707.04412  [pdf, other

    cs.CL

    Evaluating Semantic Parsing against a Simple Web-based Question Answering Model

    Authors: Alon Talmor, Mor Geva, Jonathan Berant

    Abstract: Semantic parsing shines at analyzing complex natural language that involves composition and computation over multiple pieces of evidence. However, datasets for semantic parsing contain many factoid questions that can be answered from a single web document. In this paper, we propose to evaluate semantic parsing-based question answering models by comparing them to a question answering baseline that… ▽ More

    Submitted 14 July, 2017; originally announced July 2017.

    Comments: *sem 2017