Skip to main content

Showing 1–12 of 12 results for author: Peña, L

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.20174  [pdf

    cs.OH

    A Novel Multilevel Taxonomical Approach for Describing High-Dimensional Unlabeled Movement Data

    Authors: Yashat Tavakoli, Amilcar Soares, Lourdes Pena

    Abstract: Movement data is prevalent across various applications and scientific fields, often characterized by its massive scale and complexity. Exploratory Data Analysis (EDA) plays a crucial role in summarizing and describing such data, enabling researchers to generate insights and support scientific hypotheses. Despite its importance, traditional EDA practices face limitations when applied to high-dimens… ▽ More

    Submitted 28 April, 2025; originally announced April 2025.

  2. arXiv:2310.11266  [pdf

    cs.CL cs.AI cs.NE

    Emulating Human Cognitive Processes for Expert-Level Medical Question-Answering with Large Language Models

    Authors: Khushboo Verma, Marina Moore, Stephanie Wottrich, Karla Robles López, Nishant Aggarwal, Zeel Bhatt, Aagamjit Singh, Bradford Unroe, Salah Basheer, Nitish Sachdeva, Prinka Arora, Harmanjeet Kaur, Tanupreet Kaur, Tevon Hood, Anahi Marquez, Tushar Varshney, Nanfu Deng, Azaan Ramani, Pawanraj Ishwara, Maimoona Saeed, Tatiana López Velarde Peña, Bryan Barksdale, Sushovan Guha, Satwant Kumar

    Abstract: In response to the pressing need for advanced clinical problem-solving tools in healthcare, we introduce BooksMed, a novel framework based on a Large Language Model (LLM). BooksMed uniquely emulates human cognitive processes to deliver evidence-based and reliable responses, utilizing the GRADE (Grading of Recommendations, Assessment, Development, and Evaluations) framework to effectively quantify… ▽ More

    Submitted 17 October, 2023; originally announced October 2023.

  3. Bring the BitCODE -- Moving Compute and Data in Distributed Heterogeneous Systems

    Authors: Wenbin Lu, Luis E. Peña, Pavel Shamis, Valentin Churavy, Barbara Chapman, Steve Poole

    Abstract: In this paper, we present a framework for moving compute and data between processing elements in a distributed heterogeneous system. The implementation of the framework is based on the LLVM compiler toolchain combined with the UCX communication framework. The framework can generate binary machine code or LLVM bitcode for multiple CPU architectures and move the code to remote machines while dynamic… ▽ More

    Submitted 1 August, 2022; originally announced August 2022.

    Comments: 11 pages, 12 figures, to be published in IEEE CLUSTER 2022

  4. Mechanizing Matching Logic In Coq

    Authors: Péter Bereczky, Xiaohong Chen, Dániel Horpácsi, Lucas Peña, Jan Tušil

    Abstract: Matching logic is a formalism for specifying, and reasoning about, mathematical structures, using patterns and pattern matching. Growing in popularity, it has been used to define many logical systems such as separation logic with recursive definitions and linear temporal logic. In addition, it serves as the logical foundation of the K semantic framework, which was used to build practical verifiers… ▽ More

    Submitted 21 September, 2022; v1 submitted 14 January, 2022; originally announced January 2022.

    Comments: In Proceedings FROM 2022, arXiv:2209.09208

    Journal ref: EPTCS 369, 2022, pp. 17-36

  5. UCX Programming Interface for Remote Function Injection and Invocation

    Authors: Luis E. Peña, Wenbin Lu, Pavel Shamis, Steve Poole

    Abstract: Network library APIs have historically been developed with the emphasis on data movement, placement, and communication semantics. Many communication semantics are available across a large variety of network libraries, such as send-receive, data streaming, put/get/atomic, RPC, active messages, collective communication, etc. In this work we introduce new compute and data movement APIs that overcome… ▽ More

    Submitted 12 October, 2021; originally announced October 2021.

    Comments: 16 pages, 4 figures, to be published in OpenSHMEM Workshop 2021

  6. Two-Chains: High Performance Framework for Function Injection and Execution

    Authors: Megan Grodowitz, Luis E. Peña, Curtis Dunham, Dong Zhong, Pavel Shamis, Steve Poole

    Abstract: Some important problems, such as semantic graph analysis, require large-scale irregular applications composed of many coordinating tasks that operate on a shared data set so big it has to be stored on many physical devices. In these cases, it may be more efficient to dynamically choose where code runs as the applications progresses. Many programming environments provide task migration or remote fu… ▽ More

    Submitted 4 August, 2021; originally announced August 2021.

    Comments: 11 pages, 14 figures, to be published in IEEE CLUSTER 2021

  7. arXiv:2009.10207  [pdf, other

    cs.LO cs.PL

    Model-Guided Synthesis of Inductive Lemmas for FOL with Least Fixpoints

    Authors: Adithya Murali, Lucas Peña, Eion Blanchard, Christof Löding, P. Madhusudan

    Abstract: Recursively defined linked data structures embedded in a pointer-based heap and their properties are naturally expressed in pure first-order logic with least fixpoint definitions (FO+lfp) with background theories. Such logics, unlike pure first-order logic, do not admit even complete procedures. In this paper, we undertake a novel approach for synthesizing inductive hypotheses to prove validity in… ▽ More

    Submitted 26 September, 2022; v1 submitted 21 September, 2020; originally announced September 2020.

    Comments: Published at OOPSLA 2022

  8. arXiv:2005.14630  [pdf

    cs.IR

    Los perfiles de investigación y su implantación en la Universidad Publica de Navarra

    Authors: Manuel Ruiz de Luzuriaga Peña, Isabel Muñoz Mouriño, Mercedes Bogino Larrambebere

    Abstract: This work aims to monitor and control the presence of UPNA research staff in the main research profiles platforms, not only in the most obvious ones such as Google Scholar Citation, Researcher ID, Scopus ID and ORCID, but also in other services that, in practice, they function as research profiles, such as Mendeley, Linkedin, ResearchGate, Academia.edu and Academica-e. We also find it interesting… ▽ More

    Submitted 29 May, 2020; originally announced May 2020.

    Comments: in Spanish

  9. Towards a Verified Model of the Algorand Consensus Protocol in Coq

    Authors: Musab A. Alturki, Jing Chen, Victor Luchangco, Brandon Moore, Karl Palmskog, Lucas Peña, Grigore Roşu

    Abstract: The Algorand blockchain is a secure and decentralized public ledger based on pure proof of stake rather than proof of work. At its core it is a novel consensus protocol with exactly one block certified in each round: that is, the protocol guarantees that the blockchain does not fork. In this paper, we report on our effort to model and formally verify the Algorand consensus protocol in the Coq proo… ▽ More

    Submitted 25 August, 2020; v1 submitted 11 July, 2019; originally announced July 2019.

    Comments: 6 pages; updated to correspond to version in FMBC 2019 proceedings

    ACM Class: F.3.1; C.2.4; K.6.5

    Journal ref: Formal Methods. FM 2019 International Workshops. Lecture Notes in Computer Science, vol 12232, pp. 362-367

  10. arXiv:1901.09089  [pdf, ps, other

    cs.LO

    A First-Order Logic with Frames

    Authors: Adithya Murali, Lucas Peña, Christof Löding, P. Madhusudan

    Abstract: We propose a novel logic, called Frame Logic (FL), that extends first-order logic (with recursive definitions) using a construct Sp(.) that captures the implicit supports of formulas -- the precise subset of the universe upon which their meaning depends. Using such supports, we formulate proof rules that facilitate frame reasoning elegantly when the underlying model undergoes change. We show that… ▽ More

    Submitted 26 September, 2022; v1 submitted 25 January, 2019; originally announced January 2019.

    Comments: This manuscript is an extended and revised version of the publication with the same title that appeared at ESOP 2022 (https://doi.org/10.1007/978-3-030-44914-8_19). It is currently under review

  11. arXiv:1612.00881  [pdf, other

    cs.CV

    Procedural Generation of Videos to Train Deep Action Recognition Networks

    Authors: César Roberto de Souza, Adrien Gaidon, Yohann Cabon, Antonio Manuel López Peña

    Abstract: Deep learning for human action recognition in videos is making significant progress, but is slowed down by its dependency on expensive manual labeling of large video collections. In this work, we investigate the generation of synthetic training data for action recognition, as it has recently shown promising results for a variety of other computer vision tasks. We propose an interpretable parametri… ▽ More

    Submitted 19 July, 2017; v1 submitted 2 December, 2016; originally announced December 2016.

    Comments: Accepted for publication at CVPR 2017. http://adas.cvc.uab.es/phav/

  12. arXiv:1506.07768  [pdf, other

    physics.soc-ph cs.SI

    Who can replace Xavi? A passing motif analysis of football players

    Authors: Javier López Peña, Raúl Sánchez Navarro

    Abstract: Traditionally, most of football statistical and media coverage has been focused almost exclusively on goals and (ocassionally) shots. However, most of the duration of a football game is spent away from the boxes, passing the ball around. The way teams pass the ball around is the most characteristic measurement of what a team's "unique style" is. In the present work we analyse passing sequences a… ▽ More

    Submitted 23 June, 2015; originally announced June 2015.

    Comments: 9 pages, 8 tables, 3 figures