Skip to main content

Showing 1–19 of 19 results for author: Garcia-Duran, A

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

    cs.CL cs.AI

    Efficient Entity Candidate Generation for Low-Resource Languages

    Authors: Alberto García-Durán, Akhil Arora, Robert West

    Abstract: Candidate generation is a crucial module in entity linking. It also plays a key role in multiple NLP tasks that have been proven to beneficially leverage knowledge bases. Nevertheless, it has often been overlooked in the monolingual English entity linking literature, as naive approaches obtain very good performance. Unfortunately, the existing approaches for English cannot be successfully transfer… ▽ More

    Submitted 30 June, 2022; originally announced June 2022.

    Comments: LREC 2022

  2. arXiv:2201.00812  [pdf, other

    cs.CY cs.DL cs.SI

    Wikipedia Reader Navigation: When Synthetic Data Is Enough

    Authors: Akhil Arora, Martin Gerlach, Tiziano Piccardi, Alberto García-Durán, Robert West

    Abstract: Every day millions of people read Wikipedia. When navigating the vast space of available topics using hyperlinks, readers describe trajectories on the article network. Understanding these navigation patterns is crucial to better serve readers' needs and address structural biases and knowledge gaps. However, systematic studies of navigation on Wikipedia are hindered by a lack of publicly available… ▽ More

    Submitted 5 January, 2022; v1 submitted 3 January, 2022; originally announced January 2022.

    Comments: WSDM 2022, 11 pages, 16 figures

  3. Low-Rank Subspaces for Unsupervised Entity Linking

    Authors: Akhil Arora, Alberto García-Durán, Robert West

    Abstract: Entity linking is an important problem with many applications. Most previous solutions were designed for settings where annotated training data is available, which is, however, not the case in numerous domains. We propose a light-weight and scalable entity linking method, Eigenthemes, that relies solely on the availability of entity names and a referent knowledge base. Eigenthemes exploits the fac… ▽ More

    Submitted 14 October, 2021; v1 submitted 18 April, 2021; originally announced April 2021.

    Comments: EMNLP 2021, 18 pages, 22 figures

  4. arXiv:2104.08556  [pdf, other

    cs.LG cs.AI stat.ML

    Recursive input and state estimation: A general framework for learning from time series with missing data

    Authors: Alberto García-Durán, Robert West

    Abstract: Time series with missing data are signals encountered in important settings for machine learning. Some of the most successful prior approaches for modeling such time series are based on recurrent neural networks that transform the input and previous state to account for the missing observations, and then treat the transformed signal in a standard manner. In this paper, we introduce a single unif… ▽ More

    Submitted 17 April, 2021; originally announced April 2021.

    Comments: Published at ICASSP 2021

  5. arXiv:2011.05301  [pdf, other

    cs.LG

    Node Attribute Completion in Knowledge Graphs with Multi-Relational Propagation

    Authors: Eda Bayram, Alberto Garcia-Duran, Robert West

    Abstract: The existing literature on knowledge graph completion mostly focuses on the link prediction task. However, knowledge graphs have an additional incompleteness problem: their nodes possess numerical attributes, whose values are often missing. Our approach, denoted as MrAP, imputes the values of missing attributes by propagating information across the multi-relational structure of a knowledge graph.… ▽ More

    Submitted 10 November, 2020; originally announced November 2020.

    Comments: 7 pages

  6. arXiv:1903.05485  [pdf, other

    cs.AI cs.CL

    MMKG: Multi-Modal Knowledge Graphs

    Authors: Ye Liu, Hui Li, Alberto Garcia-Duran, Mathias Niepert, Daniel Onoro-Rubio, David S. Rosenblum

    Abstract: We present MMKG, a collection of three knowledge graphs that contain both numerical features and (links to) images for all entities as well as entity alignments between pairs of KGs. Therefore, multi-relational link prediction and entity matching communities can benefit from this resource. We believe this data set has the potential to facilitate the development of novel multi-modal learning approa… ▽ More

    Submitted 13 March, 2019; originally announced March 2019.

    Comments: ESWC 2019

  7. arXiv:1811.04752  [pdf, other

    cs.LG stat.ML

    Learning Representations of Missing Data for Predicting Patient Outcomes

    Authors: Brandon Malone, Alberto Garcia-Duran, Mathias Niepert

    Abstract: Extracting actionable insight from Electronic Health Records (EHRs) poses several challenges for traditional machine learning approaches. Patients are often missing data relative to each other; the data comes in a variety of modalities, such as multivariate time series, free text, and categorical demographic information; important relationships among patients can be difficult to detect; and many o… ▽ More

    Submitted 12 November, 2018; originally announced November 2018.

  8. arXiv:1810.09227  [pdf, other

    cs.DB cs.LG stat.ML

    Knowledge Graph Completion to Predict Polypharmacy Side Effects

    Authors: Brandon Malone, Alberto García-Durán, Mathias Niepert

    Abstract: The polypharmacy side effect prediction problem considers cases in which two drugs taken individually do not result in a particular side effect; however, when the two drugs are taken in combination, the side effect manifests. In this work, we demonstrate that multi-relational knowledge graph completion achieves state-of-the-art results on the polypharmacy side effect prediction problem. Empirical… ▽ More

    Submitted 22 October, 2018; originally announced October 2018.

    Comments: 13th International Conference on Data Integration in the Life Sciences (DILS2018)

  9. arXiv:1809.03202  [pdf, other

    cs.AI cs.CL

    Learning Sequence Encoders for Temporal Knowledge Graph Completion

    Authors: Alberto García-Durán, Sebastijan Dumančić, Mathias Niepert

    Abstract: Research on link prediction in knowledge graphs has mainly focused on static multi-relational data. In this work we consider temporal knowledge graphs where relations between entities may only hold for a time interval or a specific point in time. In line with previous work on static knowledge graphs, we propose to address this problem by learning latent entity and relation type representations. To… ▽ More

    Submitted 10 September, 2018; originally announced September 2018.

    Comments: EMNLP'18

  10. arXiv:1806.11391  [pdf, other

    cs.AI cs.LG stat.ML

    A Comparative Study of Distributional and Symbolic Paradigms for Relational Learning

    Authors: Sebastijan Dumancic, Alberto Garcia-Duran, Mathias Niepert

    Abstract: Many real-world domains can be expressed as graphs and, more generally, as multi-relational knowledge graphs. Though reasoning and learning with knowledge graphs has traditionally been addressed by symbolic approaches, recent methods in (deep) representation learning has shown promising results for specialized tasks such as knowledge base completion. These approaches abandon the traditional symbol… ▽ More

    Submitted 24 March, 2020; v1 submitted 29 June, 2018; originally announced June 2018.

    Comments: corrected version: incorrect evaluation fixed; IJCAI 2019

  11. arXiv:1805.01837  [pdf, other

    cs.LG cs.AI cs.CV cs.NE stat.ML

    Towards a Spectrum of Graph Convolutional Networks

    Authors: Mathias Niepert, Alberto Garcia-Duran

    Abstract: We present our ongoing work on understanding the limitations of graph convolutional networks (GCNs) as well as our work on generalizations of graph convolutions for representing more complex node attribute dependencies. Based on an analysis of GCNs with the help of the corresponding computation graphs, we propose a generalization of existing GCNs where the aggregation operations are (a) determined… ▽ More

    Submitted 4 May, 2018; originally announced May 2018.

  12. arXiv:1801.10095  [pdf, other

    cs.IR cs.CL

    TransRev: Modeling Reviews as Translations from Users to Items

    Authors: Alberto Garcia-Duran, Roberto Gonzalez, Daniel Onoro-Rubio, Mathias Niepert, Hui Li

    Abstract: The text of a review expresses the sentiment a customer has towards a particular product. This is exploited in sentiment analysis where machine learning models are used to predict the review score from the text of the review. Furthermore, the products costumers have purchased in the past are indicative of the products they will purchase in the future. This is what recommender systems exploit by le… ▽ More

    Submitted 18 April, 2018; v1 submitted 30 January, 2018; originally announced January 2018.

  13. arXiv:1710.03059  [pdf, other

    cs.LG

    Learning Graph Representations with Embedding Propagation

    Authors: Alberto Garcia-Duran, Mathias Niepert

    Abstract: We propose Embedding Propagation (EP), an unsupervised learning framework for graph-structured data. EP learns vector representations of graphs by passing two types of messages between neighboring nodes. Forward messages consist of label representations such as representations of words and other attributes associated with the nodes. Backward messages consist of gradients that result from aggregati… ▽ More

    Submitted 9 October, 2017; originally announced October 2017.

  14. arXiv:1709.04676  [pdf, other

    cs.AI

    KBLRN : End-to-End Learning of Knowledge Base Representations with Latent, Relational, and Numerical Features

    Authors: Alberto Garcia-Duran, Mathias Niepert

    Abstract: We present KBLRN, a framework for end-to-end learning of knowledge base representations from latent, relational, and numerical features. KBLRN integrates feature types with a novel combination of neural representation learning and probabilistic product of experts models. To the best of our knowledge, KBLRN is the first approach that learns representations of knowledge bases by integrating latent,… ▽ More

    Submitted 11 June, 2018; v1 submitted 14 September, 2017; originally announced September 2017.

    Comments: UAI 2018

  15. arXiv:1709.02314  [pdf, other

    cs.LG cs.AI

    Answering Visual-Relational Queries in Web-Extracted Knowledge Graphs

    Authors: Daniel Oñoro-Rubio, Mathias Niepert, Alberto García-Durán, Roberto González, Roberto J. López-Sastre

    Abstract: A visual-relational knowledge graph (KG) is a multi-relational graph whose entities are associated with images. We explore novel machine learning approaches for answering visual-relational queries in web-extracted knowledge graphs. To this end, we have created ImageGraph, a KG with 1,330 relation types, 14,870 entities, and 829,931 images crawled from the web. With visual-relational KGs such as Im… ▽ More

    Submitted 3 May, 2019; v1 submitted 7 September, 2017; originally announced September 2017.

    Journal ref: AKBC2019

  16. arXiv:1705.03881  [pdf, other

    cs.NI cs.LG

    Net2Vec: Deep Learning for the Network

    Authors: Roberto Gonzalez, Filipe Manco, Alberto Garcia-Duran, Jose Mendes, Felipe Huici, Saverio Niccolini, Mathias Niepert

    Abstract: We present Net2Vec, a flexible high-performance platform that allows the execution of deep learning algorithms in the communication network. Net2Vec is able to capture data from the network at more than 60Gbps, transform it into meaningful tuples and apply predictions over the tuples in real time. This platform can be used for different purposes ranging from traffic classification to network perfo… ▽ More

    Submitted 10 May, 2017; originally announced May 2017.

  17. arXiv:1603.06807  [pdf, other

    cs.CL cs.AI cs.LG cs.NE

    Generating Factoid Questions With Recurrent Neural Networks: The 30M Factoid Question-Answer Corpus

    Authors: Iulian Vlad Serban, Alberto García-Durán, Caglar Gulcehre, Sung** Ahn, Sarath Chandar, Aaron Courville, Yoshua Bengio

    Abstract: Over the past decade, large-scale supervised learning corpora have enabled machine learning researchers to make substantial advances. However, to this date, there are no large-scale question-answer corpora available. In this paper we present the 30M Factoid Question-Answer Corpus, an enormous question answer pair corpus produced by applying a novel neural network architecture on the knowledge base… ▽ More

    Submitted 29 May, 2016; v1 submitted 22 March, 2016; originally announced March 2016.

    Comments: 13 pages, 1 figure, 7 tables

    ACM Class: H.3.4; I.5.1; I.2.6; I.2.7

  18. arXiv:1506.00999  [pdf, ps, other

    cs.AI cs.CL cs.LG

    Combining Two And Three-Way Embeddings Models for Link Prediction in Knowledge Bases

    Authors: Alberto Garcia-Duran, Antoine Bordes, Nicolas Usunier, Yves Grandvalet

    Abstract: This paper tackles the problem of endogenous link prediction for Knowledge Base completion. Knowledge Bases can be represented as directed graphs whose nodes correspond to entities and edges to relationships. Previous attempts either consist of powerful systems with high capacity to model complex connectivity patterns, which unfortunately usually end up overfitting on rare relationships, or in app… ▽ More

    Submitted 2 June, 2015; originally announced June 2015.

    Comments: 26 pages

  19. arXiv:1304.7158  [pdf, ps, other

    cs.LG

    Irreflexive and Hierarchical Relations as Translations

    Authors: Antoine Bordes, Nicolas Usunier, Alberto Garcia-Duran, Jason Weston, Oksana Yakhnenko

    Abstract: We consider the problem of embedding entities and relations of knowledge bases in low-dimensional vector spaces. Unlike most existing approaches, which are primarily efficient for modeling equivalence relations, our approach is designed to explicitly model irreflexive relations, such as hierarchies, by interpreting them as translations operating on the low-dimensional embeddings of the entities. P… ▽ More

    Submitted 26 April, 2013; originally announced April 2013.

    Comments: Submitted at the ICML 2013 workshop "Structured Learning: Inferring Graphs from Structured and Unstructured Inputs"