Zum Hauptinhalt springen

Showing 1–11 of 11 results for author: Gavenčiak, T

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

    cs.CL cs.AI cs.CY cs.LG

    AI AI Bias: Large Language Models Favor Their Own Generated Content

    Authors: Walter Laurito, Benjamin Davis, Peli Grietzer, Tomáš Gavenčiak, Ada Böhm, Jan Kulveit

    Abstract: Are large language models (LLMs) biased towards text generated by LLMs over text authored by humans, leading to possible anti-human bias? Utilizing a classical experimental design inspired by employment discrimination studies, we tested widely-used LLMs, including GPT-3.5 and GPT4, in binary-choice scenarios. These involved LLM-based agents selecting between products and academic papers described… ▽ More

    Submitted 9 July, 2024; originally announced July 2024.

    Comments: 8 pages, 1 figure

  2. arXiv:2401.17692  [pdf, other

    cs.CL

    Mitigating the Problem of Strong Priors in LMs with Context Extrapolation

    Authors: Raymond Douglas, Andis Draguns, Tomáš Gavenčiak

    Abstract: Language models (LMs) have become important tools in a variety of applications, from data processing to the creation of instruction-following assistants. But despite their advantages, LMs have certain idiosyncratic limitations such as the problem of `strong priors', where a model learns to output typical continuations in response to certain, usually local, portions of the input regardless of any e… ▽ More

    Submitted 31 January, 2024; originally announced January 2024.

    Comments: 12 pages, 4 figures

  3. arXiv:2011.06275  [pdf, other

    cs.AI cs.CY

    Performance of Bounded-Rational Agents With the Ability to Self-Modify

    Authors: Jakub Tětek, Marek Sklenka, Tomáš Gavenčiak

    Abstract: Self-modification of agents embedded in complex environments is hard to avoid, whether it happens via direct means (e.g. own code modification) or indirectly (e.g. influencing the operator, exploiting bugs or the environment). It has been argued that intelligent agents have an incentive to avoid modifying their utility function so that their future instances work towards the same goals. Everitt… ▽ More

    Submitted 18 January, 2021; v1 submitted 12 November, 2020; originally announced November 2020.

    Comments: Fixed minor problems; To appear in SafeAI @ AAAI 2021

  4. arXiv:2007.13454  [pdf, other

    stat.AP cs.LG q-bio.PE q-bio.QM stat.ML

    How Robust are the Estimated Effects of Nonpharmaceutical Interventions against COVID-19?

    Authors: Mrinank Sharma, Sören Mindermann, Jan Markus Brauner, Gavin Leech, Anna B. Stephenson, Tomáš Gavenčiak, Jan Kulveit, Yee Whye Teh, Leonid Chindelevitch, Yarin Gal

    Abstract: To what extent are effectiveness estimates of nonpharmaceutical interventions (NPIs) against COVID-19 influenced by the assumptions our models make? To answer this question, we investigate 2 state-of-the-art NPI effectiveness models and propose 6 variants that make different structural assumptions. In particular, we investigate how well NPI effectiveness estimates generalise to unseen countries, a… ▽ More

    Submitted 20 December, 2020; v1 submitted 27 July, 2020; originally announced July 2020.

    Journal ref: NeurIPS 2020, Advances in Neural Information Processing Systems 33

  5. arXiv:1811.06749  [pdf, other

    cs.DS

    Compact I/O-Efficient Representation of Separable Graphs and Optimal Tree Layouts

    Authors: Tomáš Gavenčiak, Jakub Tětek

    Abstract: Compact and I/O-efficient data representations play an important role in efficient algorithm design, as memory bandwidth and latency can present a significant performance bottleneck, slowing the computation by orders of magnitude. While this problem is very well explored in e.g. uniform numerical data processing, structural data applications (e.g. on huge graphs) require different algorithm-depend… ▽ More

    Submitted 16 November, 2018; originally announced November 2018.

  6. arXiv:1808.03703  [pdf, other

    cs.CL cs.LG cs.NE

    LemmaTag: Jointly Tagging and Lemmatizing for Morphologically-Rich Languages with BRNNs

    Authors: Daniel Kondratyuk, Tomáš Gavenčiak, Milan Straka, Jan Hajič

    Abstract: We present LemmaTag, a featureless neural network architecture that jointly generates part-of-speech tags and lemmas for sentences by using bidirectional RNNs with character-level and word-level embeddings. We demonstrate that both tasks benefit from sharing the encoding part of the network, predicting tag subcategories, and using the tagger output as an input to the lemmatizer. We evaluate our mo… ▽ More

    Submitted 27 August, 2018; v1 submitted 10 August, 2018; originally announced August 2018.

    Comments: 8 pages, 3 figures. Submitted to EMNLP 2018

  7. arXiv:1803.04509  [pdf, other

    cs.NE math.PR

    Sorting by Swaps with Noisy Comparisons

    Authors: Tomáš Gavenčiak, Barbara Geissmann, Johannes Lengler

    Abstract: We study sorting of permutations by random swaps if each comparison gives the wrong result with some fixed probability $p<1/2$. We use this process as prototype for the behaviour of randomized, comparison-based optimization heuristics in the presence of noisy comparisons. As quality measure, we compute the expected fitness of the stationary distribution. To measure the runtime, we compute the mini… ▽ More

    Submitted 12 March, 2018; originally announced March 2018.

    Comments: An extended abstract of this paper has been presented at Genetic and Evolutionary Computation Conference (GECCO 2017)

  8. arXiv:1711.02032  [pdf, other

    cs.DS

    Integer Programming in Parameterized Complexity: Three Miniatures

    Authors: Tomáš Gavenčiak, Dušan Knop, Martin Koutecký

    Abstract: Powerful results from the theory of integer programming have recently led to substantial advances in parameterized complexity. However, our perception is that, except for Lenstra's algorithm for solving integer linear programming in fixed dimension, there is still little understanding in the parameterized complexity community of the strengths and limitations of the available tools. This is underst… ▽ More

    Submitted 25 October, 2018; v1 submitted 6 November, 2017; originally announced November 2017.

    Comments: 27 pages, extended abstract to appear in proceeding of IPEC 2018

    ACM Class: F.2.2; G.2.2

  9. Cops and Robbers on Intersection Graphs

    Authors: Tomáš Gavenčiak, Przemysław Gordinowicz, Vít Jelínek, Pavel Klavík, Jan Kratochvíl

    Abstract: The cop number of a graph $G$ is the smallest $k$ such that $k$ cops win the game of cops and robber on $G$. We investigate the maximum cop number of geometric intersection graphs, which are graphs whose vertices are represented by geometric shapes and edges by their intersections. We establish the following dichotomy for previously studied classes of intersection graphs: The intersection graphs… ▽ More

    Submitted 27 July, 2016; originally announced July 2016.

    Journal ref: European Journal of Combinatorics, 72 (2018), 45-69

  10. arXiv:1507.00640  [pdf, other

    cs.DM

    Fixed parameter complexity of distance constrained labeling and uniform channel assignment problems

    Authors: Jiří Fiala, Tomáš Gavenčiak, Dušan Knop, Martin Koutecký, Jan Kratochvíl

    Abstract: We study computational complexity of the class of distance-constrained graph labeling problems from the fixed parameter tractability point of view. The parameters studied are neighborhood diversity and clique width. We rephrase the distance constrained graph labeling problem as a specific uniform variant of the Channel Assignment problem and show that this problem is fixed parameter tractable wh… ▽ More

    Submitted 3 December, 2015; v1 submitted 2 July, 2015; originally announced July 2015.

    Comments: 14 pages, 4 figers

    MSC Class: 05C78 ACM Class: G.2.2

  11. arXiv:1108.5457  [pdf, ps, other

    cs.DS cs.DM cs.LO

    Deciding first order logic properties of matroids

    Authors: Tomas Gavenciak, Daniel Kral, Sang-il Oum

    Abstract: Frick and Grohe [J. ACM 48 (2006), 1184-1206] introduced a notion of graph classes with locally bounded tree-width and established that every first order logic property can be decided in almost linear time in such a graph class. Here, we introduce an analogous notion for matroids (locally bounded branch-width) and show the existence of a fixed parameter algorithm for first order logic properties i… ▽ More

    Submitted 27 August, 2011; originally announced August 2011.