Skip to main content

Showing 1–7 of 7 results for author: Brinkmann, A

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

    cs.CL

    Using LLMs for the Extraction and Normalization of Product Attribute Values

    Authors: Alexander Brinkmann, Nick Baumann, Christian Bizer

    Abstract: Product offers on e-commerce websites often consist of a product title and a textual product description. In order to enable features such as faceted product search or to generate product comparison tables, it is necessary to extract structured attribute-value pairs from the unstructured product titles and descriptions and to normalize the extracted values to a single, unified scale for each attri… ▽ More

    Submitted 15 July, 2024; v1 submitted 4 March, 2024; originally announced March 2024.

    Comments: The paper has been accepted at ADBIS2024

  2. arXiv:2310.12537  [pdf, other

    cs.CL

    Product Attribute Value Extraction using Large Language Models

    Authors: Alexander Brinkmann, Roee Shraga, Christian Bizer

    Abstract: E-commerce platforms rely on structured product descriptions, in the form of attribute/value pairs to enable features such as faceted product search and product comparison. However, vendors on these platforms often provide unstructured product descriptions consisting of a title and a textual description. To process such offers, e-commerce platforms must extract attribute/value pairs from the unstr… ▽ More

    Submitted 26 January, 2024; v1 submitted 19 October, 2023; originally announced October 2023.

  3. arXiv:2306.14921  [pdf, other

    cs.CL cs.IR

    Product Information Extraction using ChatGPT

    Authors: Alexander Brinkmann, Roee Shraga, Reng Chiz Der, Christian Bizer

    Abstract: Structured product data in the form of attribute/value pairs is the foundation of many e-commerce applications such as faceted product search, product comparison, and product recommendation. Product offers often only contain textual descriptions of the product attributes in the form of titles or free text. Hence, extracting attribute/value pairs from textual product descriptions is an essential en… ▽ More

    Submitted 23 June, 2023; originally announced June 2023.

  4. arXiv:2303.03132  [pdf, other

    cs.DB cs.LG

    SC-Block: Supervised Contrastive Blocking within Entity Resolution Pipelines

    Authors: Alexander Brinkmann, Roee Shraga, Christian Bizer

    Abstract: The goal of entity resolution is to identify records in multiple datasets that represent the same real-world entity. However, comparing all records across datasets can be computationally intensive, leading to long runtimes. To reduce these runtimes, entity resolution pipelines are constructed of two parts: a blocker that applies a computationally cheap method to select candidate record pairs, and… ▽ More

    Submitted 23 June, 2023; v1 submitted 6 March, 2023; originally announced March 2023.

  5. arXiv:2207.01964  [pdf, other

    quant-ph cs.CL cs.ET

    Quantum Circuit Compiler for a Shuttling-Based Trapped-Ion Quantum Computer

    Authors: Fabian Kreppel, Christian Melzer, Diego Olvera Millán, Janis Wagner, Janine Hilder, Ulrich Poschinger, Ferdinand Schmidt-Kaler, André Brinkmann

    Abstract: The increasing capabilities of quantum computing hardware and the challenge of realizing deep quantum circuits require fully automated and efficient tools for compiling quantum circuits. To express arbitrary circuits in a sequence of native gates specific to the quantum computer architecture, it is necessary to make algorithms portable across the landscape of quantum hardware providers. In this wo… ▽ More

    Submitted 2 November, 2023; v1 submitted 5 July, 2022; originally announced July 2022.

    Comments: 35 pages, 25 figures, 4 tables, accepted in Quantum

    MSC Class: 81P65; 81P68; 68Q09 ACM Class: D.3.4

    Journal ref: Quantum 7, 1176 (2023)

  6. arXiv:2109.10876  [pdf, other

    cs.DC physics.comp-ph

    Code modernization strategies for short-range non-bonded molecular dynamics simulations

    Authors: James Vance, Zhen-Hao Xu, Nikita Tretyakov, Torsten Stuehn, Markus Rampp, Sebastian Eibl, Christoph Junghans, André Brinkmann

    Abstract: Modern HPC systems are increasingly relying on greater core counts and wider vector registers. Thus, applications need to be adapted to fully utilize these hardware capabilities. One class of applications that can benefit from this increase in parallelism are molecular dynamics simulations. In this paper, we describe our efforts at modernizing the ESPResSo++ molecular dynamics simulation package b… ▽ More

    Submitted 15 June, 2023; v1 submitted 22 September, 2021; originally announced September 2021.

    Comments: 42 pages, 9 figures, SI

    Journal ref: Comp. Phys. Comm. 290, 108760 (2023)

  7. arXiv:1807.09313  [pdf, other

    cs.PF cs.DS

    Time-efficient Garbage Collection in SSDs

    Authors: Lars Nagel, Tim Süß, Kevin Kremer, M. Umar Hameed, Lingfang Zeng, André Brinkmann

    Abstract: SSDs are currently replacing magnetic disks in many application areas. A challenge of the underlying flash technology is that data cannot be updated in-place. A block consisting of many pages must be completely erased before a single page can be rewritten. This victim block can still contain valid pages which need to be copied to other blocks before erasure. The objective of garbage collection str… ▽ More

    Submitted 24 July, 2018; originally announced July 2018.

    Comments: 12 pages (excluding references), 13 pages (including references), 13 figures, 1 algorithm