Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Showing 1–9 of 9 results for author: Lev, G

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

    cs.CL

    Heuristic-based Inter-training to Improve Few-shot Multi-perspective Dialog Summarization

    Authors: Benjamin Sznajder, Chulaka Gunasekara, Guy Lev, Sachin Joshi, Eyal Shnarch, Noam Slonim

    Abstract: Many organizations require their customer-care agents to manually summarize their conversations with customers. These summaries are vital for decision making purposes of the organizations. The perspective of the summary that is required to be created depends on the application of the summaries. With this work, we study the multi-perspective summarization of customer-care conversations between supp… ▽ More

    Submitted 30 March, 2022; v1 submitted 29 March, 2022; originally announced March 2022.

    ACM Class: I.2.7

  2. arXiv:2110.03179  [pdf, other

    cs.CL

    HowSumm: A Multi-Document Summarization Dataset Derived from WikiHow Articles

    Authors: Odellia Boni, Guy Feigenblat, Guy Lev, Michal Shmueli-Scheuer, Benjamin Sznajder, David Konopnicki

    Abstract: We present HowSumm, a novel large-scale dataset for the task of query-focused multi-document summarization (qMDS), which targets the use-case of generating actionable instructions from a set of sources. This use-case is different from the use-cases covered in existing multi-document summarization (MDS) datasets and is applicable to educational and industrial scenarios. We employed automatic method… ▽ More

    Submitted 8 October, 2021; v1 submitted 7 October, 2021; originally announced October 2021.

    Comments: 8 pages, 4 figures, 5 tables. HowSumm dataset is publicly available at \url{https://ibm.biz/BdfhzH}

  3. arXiv:2104.09829  [pdf, other

    cs.CV

    Detector-Free Weakly Supervised Grounding by Separation

    Authors: Assaf Arbelle, Sivan Doveh, Amit Alfassy, Joseph Shtok, Guy Lev, Eli Schwartz, Hilde Kuehne, Hila Barak Levi, Prasanna Sattigeri, Rameswar Panda, Chun-Fu Chen, Alex Bronstein, Kate Saenko, Shimon Ullman, Raja Giryes, Rogerio Feris, Leonid Karlinsky

    Abstract: Nowadays, there is an abundance of data involving images and surrounding free-form text weakly corresponding to those images. Weakly Supervised phrase-Grounding (WSG) deals with the task of using this data to learn to localize (or to ground) arbitrary text phrases in images without any additional annotations. However, most recent SotA methods for WSG assume the existence of a pre-trained object de… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

  4. arXiv:2009.01460  [pdf, ps, other

    cs.CL

    orgFAQ: A New Dataset and Analysis on Organizational FAQs and User Questions

    Authors: Guy Lev, Michal Shmueli-Scheuer, Achiya Jerbi, David Konopnicki

    Abstract: Frequently Asked Questions (FAQ) webpages are created by organizations for their users. FAQs are used in several scenarios, e.g., to answer user questions. On the other hand, the content of FAQs is affected by user questions by definition. In order to promote research in this field, several FAQ datasets exist. However, we claim that being collected from community websites, they do not correctly re… ▽ More

    Submitted 3 September, 2020; originally announced September 2020.

  5. arXiv:1908.11152  [pdf, other

    cs.CL

    A Summarization System for Scientific Documents

    Authors: Shai Erera, Michal Shmueli-Scheuer, Guy Feigenblat, Ora Peled Nakash, Odellia Boni, Haggai Roitman, Doron Cohen, Bar Weiner, Yosi Mass, Or Rivlin, Guy Lev, Achiya Jerbi, Jonathan Herzig, Yufang Hou, Charles Jochim, Martin Gleize, Francesca Bonin, David Konopnicki

    Abstract: We present a novel system providing summaries for Computer Science publications. Through a qualitative user study, we identified the most valuable scenarios for discovery, exploration and understanding of scientific documents. Based on these findings, we built a system that retrieves and summarizes scientific documents for a given information need, either in form of a free-text query or by choosin… ▽ More

    Submitted 29 August, 2019; originally announced August 2019.

    Comments: Accepted to EMNLP 2019

  6. arXiv:1906.01351  [pdf, ps, other

    cs.CL

    TalkSumm: A Dataset and Scalable Annotation Method for Scientific Paper Summarization Based on Conference Talks

    Authors: Guy Lev, Michal Shmueli-Scheuer, Jonathan Herzig, Achiya Jerbi, David Konopnicki

    Abstract: Currently, no large-scale training data is available for the task of scientific paper summarization. In this paper, we propose a novel method that automatically generates summaries for scientific papers, by utilizing videos of talks at scientific conferences. We hypothesize that such talks constitute a coherent and concise description of the papers' content, and can form the basis for good summari… ▽ More

    Submitted 13 June, 2019; v1 submitted 4 June, 2019; originally announced June 2019.

    Comments: Accepted to ACL 2019

  7. arXiv:1703.04650  [pdf, other

    cs.CL

    Joint Learning of Correlated Sequence Labelling Tasks Using Bidirectional Recurrent Neural Networks

    Authors: Vardaan Pahuja, Anirban Laha, Shachar Mirkin, Vikas Raykar, Lili Kotlerman, Guy Lev

    Abstract: The stream of words produced by Automatic Speech Recognition (ASR) systems is typically devoid of punctuations and formatting. Most natural language processing applications expect segmented and well-formatted texts as input, which is not available in ASR output. This paper proposes a novel technique of jointly modeling multiple correlated tasks such as punctuation and capitalization using bidirect… ▽ More

    Submitted 18 July, 2017; v1 submitted 14 March, 2017; originally announced March 2017.

    Comments: Accepted in Interspeech 2017

  8. arXiv:1512.03958  [pdf, ps, other

    cs.CV

    RNN Fisher Vectors for Action Recognition and Image Annotation

    Authors: Guy Lev, Gil Sadeh, Benjamin Klein, Lior Wolf

    Abstract: Recurrent Neural Networks (RNNs) have had considerable success in classifying and predicting sequences. We demonstrate that RNNs can be effectively used in order to encode sequences and provide effective representations. The methodology we use is based on Fisher Vectors, where the RNNs are the generative probabilistic models and the partial derivatives are computed using backpropagation. State of… ▽ More

    Submitted 12 December, 2015; originally announced December 2015.

  9. arXiv:1411.7399  [pdf, other

    cs.CV

    Fisher Vectors Derived from Hybrid Gaussian-Laplacian Mixture Models for Image Annotation

    Authors: Benjamin Klein, Guy Lev, Gil Sadeh, Lior Wolf

    Abstract: In the traditional object recognition pipeline, descriptors are densely sampled over an image, pooled into a high dimensional non-linear representation and then passed to a classifier. In recent years, Fisher Vectors have proven empirically to be the leading representation for a large variety of applications. The Fisher Vector is typically taken as the gradients of the log-likelihood of descriptor… ▽ More

    Submitted 24 January, 2015; v1 submitted 26 November, 2014; originally announced November 2014.

    Comments: new version includes text synthesis by an RNN and experiments with the COCO benchmark