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

Showing 1–8 of 8 results for author: Guzman, P

Searching in archive cs. Search in all archives.
.
  1. Stalnaker's Epistemic Logic in Isabelle/HOL

    Authors: Laura P. Gamboa Guzman, Kristin Y. Rozier

    Abstract: The foundations of formal models for epistemic and doxastic logics often rely on certain logical aspects of modal logics such as S4 and S4.2 and their semantics; however, the corresponding mathematical results are often stated in papers or books without including a detailed proof, or a reference to it, that allows the reader to convince themselves about them. We reinforce the foundations of the ep… ▽ More

    Submitted 23 April, 2024; originally announced April 2024.

    Comments: In Proceedings LSFA/HCVS 2023, arXiv:2404.13672

    ACM Class: I.2.3

    Journal ref: EPTCS 402, 2024, pp. 4-17

  2. arXiv:2203.13916  [pdf, other

    cs.SI physics.soc-ph

    Intermunicipal Travel Networks of Mexico (2020-2021)

    Authors: Oscar Fontanelli, Plinio Guzmán, Amílcar Meneses, Alfredo Hernández, Marisol Flores-Garrido, Maribel Hernández-Rosales, Guillermo de Anda-Jáuregui

    Abstract: We present a collection of networks that describe the travel patterns between municipalities in Mexico between 2020 and 2021. Using anonymized mobile device geo-location data we constructed directed, weighted networks representing the (normalized) volume of travels between municipalities. We analysed changes in global (graph total weight sum), local (centrality measures), and mesoscale (community… ▽ More

    Submitted 25 March, 2022; originally announced March 2022.

    Comments: 13 pages, 8 figures

  3. arXiv:2011.02593  [pdf, other

    cs.CL cs.AI

    Detecting Hallucinated Content in Conditional Neural Sequence Generation

    Authors: Chunting Zhou, Graham Neubig, Jiatao Gu, Mona Diab, Paco Guzman, Luke Zettlemoyer, Marjan Ghazvininejad

    Abstract: Neural sequence models can generate highly fluent sentences, but recent studies have also shown that they are also prone to hallucinate additional content not supported by the input. These variety of fluent but wrong outputs are particularly problematic, as it will not be possible for users to tell they are being presented incorrect content. To detect these errors, we propose a task to predict whe… ▽ More

    Submitted 2 June, 2021; v1 submitted 4 November, 2020; originally announced November 2020.

    Comments: Accepted by ACL-Finding 2021

  4. arXiv:2007.14596  [pdf, other

    physics.soc-ph cs.SI

    The Contact and Mobility Networks of Mexico City

    Authors: Guillermo de Anda-Jáuregui, Plinio Guzmán, Oscar Fontanelli, Amilcar Meneses, Alfredo Hernández, Janeth de Anda-Gil, Marisol Flores Garrido, Maribel Hernández-Rosales

    Abstract: Mexico City, the largest city in Mexico, is also one of the largest cities in the world. It has over 9 million inhabitants and concentrates the vast majority of government and business centers. In this work we describe algorithms that use anonymized location data from mobile devices to construct Mexico City's contact and mobility networks aiming to help the analysis of the city's complexity by und… ▽ More

    Submitted 22 August, 2022; v1 submitted 29 July, 2020; originally announced July 2020.

  5. arXiv:1802.10375  [pdf, other

    cs.DC cs.SE

    i2kit: A Tool for Immutable Infrastructure Deployments based on Lightweight Virtual Machines specialized to run Containers

    Authors: Pablo Chico de Guzman, Felipe Gorostiaga, Cesar Sanchez

    Abstract: Container technologies, like Docker, are becoming increasingly popular. Containers provide exceptional developer experience because containers offer lightweight isolation and ease of software distribution. Containers are also widely used in production environments, where a different set of challenges arise such as security, networking, service discovery and load balancing. Container cluster manage… ▽ More

    Submitted 28 February, 2018; originally announced February 2018.

    Comments: 8 pages, 3 figures

  6. arXiv:1107.4724  [pdf, ps, other

    cs.PL cs.DC

    Parallel Backtracking with Answer Memoing for Independent And-Parallelism

    Authors: Pablo Chico de Guzmán, Amadeo Casas, Manuel Carro, Manuel V. Hermenegildo

    Abstract: Goal-level Independent and-parallelism (IAP) is exploited by scheduling for simultaneous execution two or more goals which will not interfere with each other at run time. This can be done safely even if such goals can produce multiple answers. The most successful IAP implementations to date have used recomputation of answers and sequentially ordered backtracking. While in principle simplifying the… ▽ More

    Submitted 24 July, 2011; originally announced July 2011.

    Comments: 19 pages, 15 figures, uses tlp style

    Journal ref: Theory and Practice of Logic Programming (2011) volume 11, issue 4-5, pages 555-574

  7. arXiv:1007.3961  [pdf, ps, other

    cs.PL

    Swapping Evaluation: A Memory-Scalable Solution for Answer-On-Demand Tabling

    Authors: Pablo Chico de Guzman, Manuel Carro, David S. Warren

    Abstract: One of the differences among the various approaches to suspension-based tabled evaluation is the scheduling strategy. The two most popular strategies are local and batched evaluation. The former collects all the solutions to a tabled predicate before making any one of them available outside the tabled computation. The latter returns answers one by one before computing them all, which in principl… ▽ More

    Submitted 22 July, 2010; originally announced July 2010.

    Comments: 16 pages, 5 figures, published in TPLP 2010

    Journal ref: Swapping Evaluation in TPLP, volume 10, number 4-6, year 2010, pages 401-416

  8. arXiv:0901.3906  [pdf, other

    cs.PL

    A Program Transformation for Continuation Call-Based Tabled Execution

    Authors: Pablo Chico de Guzman, Manuel Carro, Manuel V. Hermenegildo

    Abstract: The advantages of tabled evaluation regarding program termination and reduction of complexity are well known --as are the significant implementation, portability, and maintenance efforts that some proposals (especially those based on suspension) require. This implementation effort is reduced by program transformation-based continuation call techniques, at some efficiency cost. However, the tradi… ▽ More

    Submitted 25 January, 2009; originally announced January 2009.

    Comments: Part of the proceedings of CICLOPS 2008

    ACM Class: D.1.6, D.3.3