Skip to main content

Showing 1–13 of 13 results for author: Schubert, A

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

    cs.AI cs.CL cs.CV cs.LG

    Dr-LLaVA: Visual Instruction Tuning with Symbolic Clinical Grounding

    Authors: Shenghuan Sun, Gregory M. Goldgof, Alexander Schubert, Zhiqing Sun, Thomas Hartvigsen, Atul J. Butte, Ahmed Alaa

    Abstract: Vision-Language Models (VLM) can support clinicians by analyzing medical images and engaging in natural language interactions to assist in diagnostic and treatment tasks. However, VLMs often exhibit "hallucinogenic" behavior, generating textual outputs not grounded in contextual multimodal information. This challenge is particularly pronounced in the medical domain, where we do not only require VL… ▽ More

    Submitted 29 May, 2024; originally announced May 2024.

    Comments: Code available at: https://github.com/AlaaLab/Dr-LLaVA

  2. arXiv:2405.05670  [pdf, ps, other

    cs.LO

    Between proof construction and SAT-solving

    Authors: Aleksy Schubert, Paweł Urzyczyn, Konrad Zdanowski

    Abstract: The classical satisfiability problem (SAT) is used as a natural and general tool to express and solve combinatorial problems that are in NP. We postulate that provability for implicational intuitionistic propositional logic (IIPC) can serve as a similar natural tool to express problems in Pspace. This approach can be particularly convenient for two reasons. One is that provability in full IPC (wit… ▽ More

    Submitted 13 May, 2024; v1 submitted 9 May, 2024; originally announced May 2024.

  3. arXiv:2402.03969  [pdf, other

    cs.LG

    In-context learning agents are asymmetric belief updaters

    Authors: Johannes A. Schubert, Akshay K. Jagadish, Marcel Binz, Eric Schulz

    Abstract: We study the in-context learning dynamics of large language models (LLMs) using three instrumental learning tasks adapted from cognitive psychology. We find that LLMs update their beliefs in an asymmetric manner and learn more from better-than-expected outcomes than from worse-than-expected ones. Furthermore, we show that this effect reverses when learning about counterfactual feedback and disappe… ▽ More

    Submitted 6 February, 2024; originally announced February 2024.

  4. arXiv:2310.00390  [pdf, other

    cs.CV

    InstructCV: Instruction-Tuned Text-to-Image Diffusion Models as Vision Generalists

    Authors: Yulu Gan, Sungwoo Park, Alexander Schubert, Anthony Philippakis, Ahmed M. Alaa

    Abstract: Recent advances in generative diffusion models have enabled text-controlled synthesis of realistic and diverse images with impressive quality. Despite these remarkable advances, the application of text-to-image generative models in computer vision for standard visual recognition tasks remains limited. The current de facto approach for these tasks is to design model architectures and loss functions… ▽ More

    Submitted 16 March, 2024; v1 submitted 30 September, 2023; originally announced October 2023.

    Comments: ICLR 2024; Code is available at https://github.com/AlaaLab/InstructCV

  5. arXiv:2306.08044  [pdf, other

    cs.LG cs.AI

    Pruning the Way to Reliable Policies: A Multi-Objective Deep Q-Learning Approach to Critical Care

    Authors: Ali Shirali, Alexander Schubert, Ahmed Alaa

    Abstract: Most medical treatment decisions are sequential in nature. Hence, there is substantial hope that reinforcement learning may make it possible to formulate precise data-driven treatment plans. However, a key challenge for most applications in this field is the sparse nature of primarily mortality-based reward functions, leading to decreased stability of offline estimates. In this work, we introduce… ▽ More

    Submitted 13 July, 2023; v1 submitted 13 June, 2023; originally announced June 2023.

    Comments: IEEE copyright notice added

  6. arXiv:2109.02458   

    cs.PL

    On non-structural subtype entailment

    Authors: Aleksy Schubert

    Abstract: We prove that the non-structural subtype entailment problem for finite and regular type expressions is in PSPACE. In this way we close a decidability and complexity gap pending since 1996.

    Submitted 20 December, 2021; v1 submitted 6 September, 2021; originally announced September 2021.

    Comments: The paper contains error in formulation of Lemma 5.5, which invalidates the further construction

  7. arXiv:1808.05342  [pdf, other

    cs.LO

    Formalisation of a frame stack semantics for a Java-like language

    Authors: Aleksy Schubert, Jacek Chrząszcz

    Abstract: We present a Coq formalisation of the small-step operational semantics of Jafun, a small Java-like language with classes. This format of semantics makes it possible to naturally specify and prove invariants that should hold at each computation step. In contrast to the Featherweight Java approach the semantics explicitly manipulates frame stack of method calls. Thanks to that one can express proper… ▽ More

    Submitted 16 August, 2018; originally announced August 2018.

    Comments: Pre-proceedings paper presented at the 28th International Symposium on Logic-Based Program Synthesis and Transformation (LOPSTR 2018), Frankfurt am Main, Germany, 4-6 September 2018 (arXiv:1808.03326)

    Report number: LOPSTR/2018/25 ACM Class: D.3.2; D.3.3; D.1.1; D.1.5; F.3.2

  8. arXiv:1804.10004  [pdf, other

    cs.LO

    First-order answer set programming as constructive proof search

    Authors: Aleksy Schubert, Paweł Urzyczyn

    Abstract: We propose an interpretation of the first-order answer set programming (FOASP) in terms of intuitionistic proof theory. It is obtained by two polynomial translations between FOASP and the bounded-arity fragment of the Sigma_1 level of the Mints hierarchy in first-order intuitionistic logic. It follows that Sigma_1 formulas using predicates of fixed arity (in particular unary) is of the same streng… ▽ More

    Submitted 30 April, 2018; v1 submitted 26 April, 2018; originally announced April 2018.

    Comments: Paper presented at the 34nd International Conference on Logic Programming (ICLP 2018), Oxford, UK, July 14 to July 17, 2018 18 pages, LaTeX (arXiv:1804.10004)

  9. On the Mints Hierarchy in First-Order Intuitionistic Logic

    Authors: Aleksy Schubert, Paweł Urzyczyn, Konrad Zdanowski

    Abstract: We stratify intuitionistic first-order logic over $(\forall,\to)$ into fragments determined by the alternation of positive and negative occurrences of quantifiers (Mints hierarchy). We study the decidability and complexity of these fragments. We prove that even the $Δ_2$ level is undecidable and that $Σ_1$ is Expspace-complete. We also prove that the arity-bounded fragment of $Σ_1$ is complete f… ▽ More

    Submitted 27 December, 2016; v1 submitted 9 October, 2016; originally announced October 2016.

    Journal ref: Logical Methods in Computer Science, Volume 12, Issue 4 (April 27, 2017) lmcs:2623

  10. arXiv:1608.05698  [pdf, other

    cs.LO

    Automata Theory Approach to Predicate Intuitionistic Logic

    Authors: Maciej Zielenkiewicz, Aleksy Schubert

    Abstract: Predicate intuitionistic logic is a well established fragment of dependent types. According to the Curry-Howard isomorphism proof construction in the logic corresponds well to synthesis of a program the type of which is a given formula. We present a model of automata that can handle proof construction in full intuitionistic first-order logic. The automata are constructed in such a way that any suc… ▽ More

    Submitted 19 August, 2016; originally announced August 2016.

    Comments: Pre-proceedings paper presented at the 26th International Symposium on Logic-Based Program Synthesis and Transformation (LOPSTR 2016), Edinburgh, Scotland UK, 6-8 September 2016 (arXiv:1608.02534)

    Report number: LOPSTR/2016/32 ACM Class: F.1.1; F.4.3

  11. Lucretia - intersection type polymorphism for scripting languages

    Authors: Marcin Benke, Viviana Bono, Aleksy Schubert

    Abstract: Scripting code may present maintenance problems in the long run. There is, then, the call for methodologies that make it possible to control the properties of programs written in dynamic languages in an automatic fashion. We introduce Lucretia, a core language with an introspection primitive. Lucretia is equipped with a (retrofitted) static type system based on local updates of types that describe… ▽ More

    Submitted 17 March, 2015; originally announced March 2015.

    Comments: In Proceedings ITRS 2014, arXiv:1503.04377

    ACM Class: F.3.3; F.4.1

    Journal ref: EPTCS 177, 2015, pp. 65-78

  12. arXiv:1407.7592  [pdf, other

    cs.CC cs.FL

    On multiply-exponential write-once Turing machines

    Authors: Maciej Zielenkiewicz, Aleksy Schubert, Jacek Chrząszcz

    Abstract: In this work we analyze the multiply-exponential complexity classes for write-once Turing machines, i.e. machines that can write to a given tape cell at most once. We show that $k$-DExpWOSpace = $k$-DExpWOTime = $k$-ExpTime and the nondeterministic counterpart. For alternating machines we show that $k$-AExpWOTime = $k$-AExpTime = $k-1$-ExpSpace.

    Submitted 28 October, 2014; v1 submitted 28 July, 2014; originally announced July 2014.

    ACM Class: F.1.1; F.1.3

  13. arXiv:1206.5112  [pdf, other

    cs.PL cs.LO

    Lucretia - a type system for objects in languages with reflection

    Authors: Viviana Bono, Marcin Benke, Aleksy Schubert

    Abstract: Object-oriented scripting languages such as JavaScript or Python gain in popularity due to their flexibility. Still, the growing code bases written in the languages call for methods that make possible to automatically control the properties of the programs that ensure their stability in the running time. We propose a type system, called Lucretia, that makes possible to control the object structure… ▽ More

    Submitted 22 June, 2012; originally announced June 2012.

    Comments: 21 pages

    ACM Class: F.3.3; F.4.1