Zum Hauptinhalt springen

Showing 1–20 of 20 results for author: Radinsky, K

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

    q-bio.BM cs.LG

    GOProteinGNN: Leveraging Protein Knowledge Graphs for Protein Representation Learning

    Authors: Dan Kalifa, Uriel Singer, Kira Radinsky

    Abstract: Proteins play a vital role in biological processes and are indispensable for living organisms. Accurate representation of proteins is crucial, especially in drug development. Recently, there has been a notable increase in interest in utilizing machine learning and deep learning techniques for unsupervised learning of protein representations. However, these approaches often focus solely on the amin… ▽ More

    Submitted 31 July, 2024; originally announced August 2024.

    ACM Class: I.2

  2. Leveraging World Events to Predict E-Commerce Consumer Demand under Anomaly

    Authors: Dan Kalifa, Uriel Singer, Ido Guy, Guy D. Rosin, Kira Radinsky

    Abstract: Consumer demand forecasting is of high importance for many e-commerce applications, including supply chain optimization, advertisement placement, and delivery speed optimization. However, reliable time series sales forecasting for e-commerce is difficult, especially during periods with many anomalies, as can often happen during pandemics, abnormal weather, or sports events. Although many time seri… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

    Comments: In Proceedings of the Fifteenth ACM International Conference on Web Search and Data Mining (WSDM 2022), 9 pages

    ACM Class: I.2

  3. arXiv:2405.13812  [pdf, other

    cs.LG

    Interpretable Multivariate Time Series Forecasting Using Neural Fourier Transform

    Authors: Noam Koren, Kira Radinsky

    Abstract: Multivariate time series forecasting is a pivotal task in several domains, including financial planning, medical diagnostics, and climate science. This paper presents the Neural Fourier Transform (NFT) algorithm, which combines multi-dimensional Fourier transforms with Temporal Convolutional Network layers to improve both the accuracy and interpretability of forecasts. The Neural Fourier Transform… ▽ More

    Submitted 22 May, 2024; originally announced May 2024.

  4. arXiv:2403.09516  [pdf, other

    cs.CL cs.CY cs.LG

    Leveraging Prototypical Representations for Mitigating Social Bias without Demographic Information

    Authors: Shadi Iskander, Kira Radinsky, Yonatan Belinkov

    Abstract: Mitigating social biases typically requires identifying the social groups associated with each data sample. In this paper, we present DAFair, a novel approach to address social bias in language models. Unlike traditional methods that rely on explicit demographic labels, our approach does not require any such information. Instead, we leverage predefined prototypical demographic texts and incorporat… ▽ More

    Submitted 5 April, 2024; v1 submitted 14 March, 2024; originally announced March 2024.

  5. arXiv:2305.10204  [pdf, other

    cs.CL cs.AI

    Shielded Representations: Protecting Sensitive Attributes Through Iterative Gradient-Based Projection

    Authors: Shadi Iskander, Kira Radinsky, Yonatan Belinkov

    Abstract: Natural language processing models tend to learn and encode social biases present in the data. One popular approach for addressing such biases is to eliminate encoded information from the model's representations. However, current methods are restricted to removing only linearly encoded information. In this work, we propose Iterative Gradient-Based Projection (IGBP), a novel method for removing non… ▽ More

    Submitted 17 May, 2023; originally announced May 2023.

    Comments: This paper will be published in the proceedings of Findings of ACL 2023

  6. arXiv:2206.05692  [pdf, other

    cs.LG

    tBDFS: Temporal Graph Neural Network Leveraging DFS

    Authors: Uriel Singer, Haggai Roitman, Ido Guy, Kira Radinsky

    Abstract: Temporal graph neural networks (temporal GNNs) have been widely researched, reaching state-of-the-art results on multiple prediction tasks. A common approach employed by most previous works is to apply a layer that aggregates information from the historical neighbors of a node. Taking a different research direction, in this work, we propose tBDFS -- a novel temporal GNN architecture. tBDFS applies… ▽ More

    Submitted 12 June, 2022; originally announced June 2022.

    Comments: 9 pages, 2 figures, 2 tables

  7. arXiv:2204.07835  [pdf, other

    cs.CL cs.LG

    What If: Generating Code to Answer Simulation Questions

    Authors: Gal Peretz, Kira Radinsky

    Abstract: Many texts, especially in chemistry and biology, describe complex processes. We focus on texts that describe a chemical reaction process and questions that ask about the process's outcome under different environmental conditions. To answer questions about such processes, one needs to understand the interactions between the different entities involved in the process and to simulate their state tran… ▽ More

    Submitted 16 April, 2022; originally announced April 2022.

  8. arXiv:2202.02093  [pdf, other

    cs.CL

    Temporal Attention for Language Models

    Authors: Guy D. Rosin, Kira Radinsky

    Abstract: Pretrained language models based on the transformer architecture have shown great success in NLP. Textual training data often comes from the web and is thus tagged with time-specific information, but most language models ignore this information. They are trained on the textual data alone, limiting their ability to generalize temporally. In this work, we extend the key component of the transformer… ▽ More

    Submitted 3 May, 2022; v1 submitted 4 February, 2022; originally announced February 2022.

    Comments: Findings of NAACL 2022. 9 pages

  9. arXiv:2110.06366  [pdf, other

    cs.CL

    Time Masking for Temporal Language Models

    Authors: Guy D. Rosin, Ido Guy, Kira Radinsky

    Abstract: Our world is constantly evolving, and so is the content on the web. Consequently, our languages, often said to mirror the world, are dynamic in nature. However, most current contextual language models are static and cannot adapt to changes over time. In this work, we propose a temporal contextual language model called TempoBERT, which uses time as an additional context of texts. Our technique is b… ▽ More

    Submitted 24 January, 2022; v1 submitted 12 October, 2021; originally announced October 2021.

    Comments: 9 pages, accepted to WSDM 2022

  10. arXiv:2108.08800  [pdf, other

    cs.LG cs.AI

    EqGNN: Equalized Node Opportunity in Graphs

    Authors: Uriel Singer, Kira Radinsky

    Abstract: Graph neural networks (GNNs), has been widely used for supervised learning tasks in graphs reaching state-of-the-art results. However, little work was dedicated to creating unbiased GNNs, i.e., where the classification is uncorrelated with sensitive attributes, such as race or gender. Some ignore the sensitive attributes or optimize for the criteria of statistical parity for fairness. However, it… ▽ More

    Submitted 19 August, 2021; originally announced August 2021.

    Comments: 10 pages, 3 figures, 4 tables, 2 algorithms

  11. arXiv:2012.12065  [pdf, other

    cs.IR cs.CL

    Event-Driven Query Expansion

    Authors: Guy D. Rosin, Ido Guy, Kira Radinsky

    Abstract: A significant number of event-related queries are issued in Web search. In this paper, we seek to improve retrieval performance by leveraging events and specifically target the classic task of query expansion. We propose a method to expand an event-related query by first detecting the events related to it. Then, we derive the candidates for expansion as terms semantically related to both the query… ▽ More

    Submitted 22 December, 2020; originally announced December 2020.

    Comments: 9 pages, WSDM 2021

  12. arXiv:2006.15353  [pdf, other

    eess.SP cs.LG

    SimGANs: Simulator-Based Generative Adversarial Networks for ECG Synthesis to Improve Deep ECG Classification

    Authors: Tomer Golany, Daniel Freedman, Kira Radinsky

    Abstract: Generating training examples for supervised tasks is a long sought after goal in AI. We study the problem of heart signal electrocardiogram (ECG) synthesis for improved heartbeat classification. ECG synthesis is challenging: the generation of training examples for such biological-physiological systems is not straightforward, due to their dynamic nature in which the various parts of the system inte… ▽ More

    Submitted 27 June, 2020; originally announced June 2020.

  13. arXiv:1909.09907  [pdf, other

    cs.CL

    Generating Timelines by Modeling Semantic Change

    Authors: Guy D. Rosin, Kira Radinsky

    Abstract: Though languages can evolve slowly, they can also react strongly to dramatic world events. By studying the connection between words and events, it is possible to identify which events change our vocabulary and in what way. In this work, we tackle the task of creating timelines - records of historical "turning points", represented by either words or events, to understand the dynamics of a target wo… ▽ More

    Submitted 21 September, 2019; originally announced September 2019.

    Comments: 10 pages, CoNLL 2019

  14. Explorations and Lessons Learned in Building an Autonomous Formula SAE Car from Simulations

    Authors: Dean Zadok, Tom Hirshberg, Amir Biran, Kira Radinsky, Ashish Kapoor

    Abstract: This paper describes the exploration and learnings during the process of developing a self-driving algorithm in simulation, followed by deployment on a real car. We specifically concentrate on the Formula Student Driverless competition. In such competitions, a formula race car, designed and built by students, is challenged to drive through previously unseen tracks that are marked by traffic cones.… ▽ More

    Submitted 13 June, 2019; v1 submitted 15 May, 2019; originally announced May 2019.

  15. arXiv:1903.08889  [pdf, other

    cs.LG cs.SI stat.ML

    Node Embedding over Temporal Graphs

    Authors: Uriel Singer, Ido Guy, Kira Radinsky

    Abstract: In this work, we present a method for node embedding in temporal graphs. We propose an algorithm that learns the evolution of a temporal graph's nodes and edges over time and incorporates this dynamics in a temporal node embedding framework for different graph prediction tasks. We present a joint loss function that creates a temporal embedding of a node by learning to combine its historical tempor… ▽ More

    Submitted 19 May, 2021; v1 submitted 21 March, 2019; originally announced March 2019.

    Journal ref: IJCAI 2019 Pages 4605-4612

  16. arXiv:1808.02724  [pdf, other

    cs.CL

    Learning to Focus when Ranking Answers

    Authors: Dana Sagi, Tzoof Avny, Kira Radinsky, Eugene Agichtein

    Abstract: One of the main challenges in ranking is embedding the query and document pairs into a joint feature space, which can then be fed to a learning-to-rank algorithm. To achieve this representation, the conventional state of the art approaches perform extensive feature engineering that encode the similarity of the query-answer pair. Recently, deep-learning solutions have shown that it is possible to a… ▽ More

    Submitted 8 August, 2018; originally announced August 2018.

  17. Accelerating Prototype-Based Drug Discovery using Conditional Diversity Networks

    Authors: Shahar Harel, Kira Radinsky

    Abstract: Designing a new drug is a lengthy and expensive process. As the space of potential molecules is very large (10^23-10^60), a common technique during drug discovery is to start from a molecule which already has some of the desired properties. An interdisciplinary team of scientists generates hypothesis about the required changes to the prototype. In this work, we develop an algorithmic unsupervised-… ▽ More

    Submitted 8 April, 2018; originally announced April 2018.

  18. arXiv:1707.08081  [pdf, other

    cs.CL

    Learning Word Relatedness over Time

    Authors: Guy D. Rosin, Eytan Adar, Kira Radinsky

    Abstract: Search systems are often focused on providing relevant results for the "now", assuming both corpora and user needs that focus on the present. However, many corpora today reflect significant longitudinal collections ranging from 20 years of the Web to hundreds of years of digitized newspapers and books. Understanding the temporal intent of the user and retrieving the most relevant historical conten… ▽ More

    Submitted 30 July, 2017; v1 submitted 25 July, 2017; originally announced July 2017.

    Comments: 11 pages, EMNLP 2017

  19. arXiv:1706.09147  [pdf, other

    cs.CL

    Named Entity Disambiguation for Noisy Text

    Authors: Yotam Eshel, Noam Cohen, Kira Radinsky, Shaul Markovitch, Ikuya Yamada, Omer Levy

    Abstract: We address the task of Named Entity Disambiguation (NED) for noisy text. We present WikilinksNED, a large-scale NED dataset of text fragments from the web, which is significantly noisier and more challenging than existing news-based datasets. To capture the limited and noisy local context surrounding each mention, we design a neural model and train it with a novel method for sampling informative n… ▽ More

    Submitted 1 July, 2017; v1 submitted 28 June, 2017; originally announced June 2017.

    Comments: Accepted to CoNLL 2017

  20. arXiv:1402.0574  [pdf

    cs.CL cs.AI cs.IR

    Learning to Predict from Textual Data

    Authors: Kira Radinsky, Sagie Davidovich, Shaul Markovitch

    Abstract: Given a current news event, we tackle the problem of generating plausible predictions of future events it might cause. We present a new methodology for modeling and predicting such future news events using machine learning and data mining techniques. Our Pundit algorithm generalizes examples of causality pairs to infer a causality predictor. To obtain precisely labeled causality examples, we min… ▽ More

    Submitted 3 February, 2014; originally announced February 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 45, pages 641-684, 2012