Michael Färber 0001

dblp:129/9499 · also Michael Faerber 0001, Michael Farber 0001 · DBLP profile ↗
← Back
37ranked-venue papers in the field
17as first author
21since 2021 · last 2026
0000-0001-5458-8645ORCID · verified

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 21 (10 first)Knowledge Engineering, Semantic Web & Information Systems · 10 (6 first)Data Mining & Knowledge Discovery · 4Database Systems & Data Management · 2 (1 first)
YearPublicationVenuePosition
2026 Prompt Compression in the Wild: Measuring Latency, Rate Adherence, and Quality for Faster LLM Inference
Cornelius Kummer, Lena Jurkschat, Michael Färber 0001, Sahar Vahdati
ECIR (1)3
2025 SQuAI: Scientific Question-Answering with Multi-Agent Retrieval-Augmented Generation
abstract
We present SQuAI (https://squai.scads.ai/), a scalable and trustworthy multi-agent retrieval-augmented generation (RAG) framework for scientific question answering (QA) with large language models (LLMs). SQuAI addresses key limitations of existing RAG systems in the scholarly domain, where complex, open-domain questions demand accurate answers, explicit claims with citations, and retrieval across millions of scientific documents. Built on over 2.3 million full-text papers from arXiv.org, SQuAI employs four collaborative agents to decompose complex questions into sub-questions, retrieve targeted evidence via hybrid sparse-dense retrieval, and adaptively filter documents to improve contextual relevance. To ensure faithfulness and traceability, SQuAI integrates in-line citations for each generated claim and provides supporting sentences from the source documents. Our system improves faithfulness, answer relevance, and contextual relevance by up to +0.088 (12%) over a strong RAG baseline. We further release a benchmark of 1,000 scientific question-answer-evidence triplets to support reproducibility. With transparent reasoning, verifiable citations, and domain-wide scalability, SQuAI demonstrates how multi-agent RAG enables more trustworthy scientific QA with LLMs.
Ines Besrour, Jingbo He, Tobias Schreieder, Michael Färber 0001
CIKM4
2025 Real-E: A Foundation Benchmark for Advancing Robust and Generalizable Electricity Forecasting
abstract
Energy forecasting is vital for grid reliability and operational efficiency. Although recent advances in time series forecasting have led to progress, existing benchmarks remain limited in spatial and temporal scope and lack multi-energy features. This raises concerns about their reliability and applicability in real-world deployment. To address this, we present the Real-E dataset, covering over 74 power stations across 30+ European countries over a 10-year span with rich metadata. Using Real- E, we conduct an extensive data analysis and benchmark over 20 baselines across various model types. We introduce a new metric to quantify shifts in correlation structures and show that existing methods struggle on our dataset, which exhibits more complex and non-stationary correlation dynamics. Our findings highlight key limitations of current methods and offer a strong empirical basis for building more robust forecasting models
Chen Shao, Michael Färber 0001, Sebastian Pütz, Benjamin Schäfer 0001, Tobias Käfer, Zhanbo Huang, Zhenyi Zhu
CIKM2
2025 Bridging RDF Knowledge Graphs with Graph Neural Networks for Semantically-Rich Recommender Systems
Michael Färber 0001, David Lamprecht, Yuni Susanti
DASFAA (5)1
2025 SimplifyMyText: An LLM-Based System for Inclusive Plain Language Text Simplification
Michael Färber 0001, Parisa Aghdam, Kyuri Im, Mario Tawfelis, Hardik Ghoshal
ECIR (4)1
2025 Explainable LiDAR 3D Point Cloud Segmentation and Clustering for Detecting Airplane-Generated Wind Turbulence
abstract
Wake vortices-strong, coherent air turbulences created by aircrafts-pose a significant risk to aviation safety and therefore require accurate and reliable detection methods. In this paper, we present an advanced, explainable machine learning method that utilizes Light Detection and Ranging (LiDAR) data for effective wake vortex detection. Our method leverages a dynamic graph CNN (DGCNN) with semantic segmentation to partition a 3D LiDAR point cloud into meaningful segments. Further refinement is achieved through clustering techniques. A novel feature of our research is the use of a perturbation-based explanation technique, which clarifies the model's decision-making processes for air traffic regulators and controllers, increasing transparency and building trust. Our experimental results, based on measured and simulated LiDAR scans compared against four baseline methods, underscore the effectiveness and reliability of our approach. This combination of semantic segmentation and clustering for real-time wake vortex tracking significantly advances aviation safety measures, ensuring that these are both effective and comprehensible.
Shuzhou Yuan, Michael Färber 0001, Marius Brennfleck, Niklas Wartha, Anton Stephan
KDD (1)3
2025 Paths to Causality: Finding Informative Subgraphs Within Knowledge Graphs for Knowledge-Based Causal Discovery
abstract
Inferring causal relationships between variable pairs is crucial for understanding multivariate interactions in complex systems. Knowledge-based causal discovery -which involves inferring causal relationships by reasoning over the metadata of variables (e.g., names or textual context)-offers a compelling alternative to traditional methods that rely on observational data. However, existing methods using Large Language Models (LLMs) often produce unstable and inconsistent results, compromising their reliability for causal inference. To address this, we introduce a novel approach that integrates Knowledge Graphs (KGs) with LLMs to enhance knowledge-based causal discovery. Our approach identifies informative metapath -based subgraphs within KGs and further refines the selection of these subgraphs using Learning-to-Rank-based models. The top-ranked subgraphs are then incorporated into zero-shot prompts, improving the effectiveness of LLMs in inferring the causal relationship. Extensive experiments on biomedical and open-domain datasets demonstrate that our method outperforms most baselines by up to 44.4 points in F1 scores, evaluated across diverse LLMs and KGs. Our code and datasets are available on GitHub. https://github.com/susantiyuni/path-to-causality
Yuni Susanti, Michael Färber 0001
KDD (2)2
2024 HyperPIE: Hyperparameter Information Extraction from Scientific Publications
Tarek Saier, Mayumi Ohta, Takuto Asakura, Michael Färber 0001
ECIR (2)4
2024 KITspotlight: A System for Spotlighting Researchers in the Media
Michael Färber 0001, Benjamin Zagoruiko, Markus Wambach
ICWE1
2024 AutoRDF2GML: Facilitating RDF Integration in Graph Machine Learning
Michael Färber 0001, David Lamprecht, Yuni Susanti
ISWC (3)1
2024 Knowledge Graph Structure as Prompt: Improving Small Language Models Capabilities for Knowledge-Based Causal Discovery
Yuni Susanti, Michael Färber 0001
ISWC (1)2
2024 Future Timelines: Extraction and Visualization of Future-related Content From News Articles
abstract
In today's rapidly evolving world, maintaining a comprehensive overview of the future landscape is essential for staying competitive and making informed decisions. However, given the large volume of daily news, manually obtaining a thorough overview of an entity's future prospects is quite challenging. To address this, we present a system designed to automatically extract and summarize future-related information of a queried entity from news articles. Our approach utilizes a novel and publicly accessible multi-source dataset comprising 6,800 annotated sentences to fine-tune a language model to identify future-related sentences. We then use topic modeling to extract the main topics from the data and rank them by relevance as well as present them on an interactive timeline. User evaluations have shown that the timelines and summaries our system produces are useful. The system is available as a web application at: https://chronicle2050.regevson.com.
Juwal Regev, Adam Jatowt, Michael Färber 0001
WSDM3
2023 Ablesbarkeitsmesser: A System for Assessing the Readability of German Text
Florian Pickelmann, Michael Färber 0001, Adam Jatowt
ECIR (3)2
2023 A Full-Fledged Framework for Combining Entity Linking Systems and Components
abstract
Named entity recognition and disambiguation, often referred to as entity linking systems, refers to the task of automatically identifying knowledge graph entities in text documents. While a variety of entity linking systems based on very different approaches exist, these systems implicitly share certain processing steps in their pipeline. Despite this fact, they have been mainly used as stand-alone solutions. In this paper, we propose a framework for combining entity linking methods. This allows multiple entity linking systems and especially their components to be used in combination to an unlimited extent, thus allowing to achieve the best possible performance. In addition, the framework allows user-developed entity linking systems or components to be easily tested and automatically evaluated against other systems without having to set up other systems first. Essentially, our framework is knowledge graph agnostic and entity linking systems can be compared across knowledge graphs. Furthermore, our framework enables entity linking method or component recommendation, supporting the goal of achieving the best performance in a given context. We demonstrate that non-domain-expert users are able to deploy the framework within minutes and integrate unknown homebrew systems into it in less than an hour. Our framework is fully open source and available on GitHub1 along with Docker containers and tutorials2 (incl. Jupyter Notebooks).
Kristian Noullet, Ayoub Ourgani, Michael Färber 0001
K-CAP3
2023 SemOpenAlex: The Scientific Landscape in 26 Billion RDF Triples
abstract
Abstract We presentSemOpenAlex, an extensive RDF knowledge graph that contains over 26 billion triples about scientific publications and their associated entities, such as authors, institutions, journals, and concepts. SemOpenAlex is licensed under CC0, providing free and open access to the data. We offer the data through multiple channels, including RDF dump files, a SPARQL endpoint, and as a data source in the Linked Open Data cloud, complete with resolvable URIs and links to other data sources. Moreover, we provide embeddings for knowledge graph entities using high-performance computing. SemOpenAlex enables a broad range of use-case scenarios, such as exploratory semantic search via our website, large-scale scientific impact quantification, and other forms of scholarly big data analytics within and across scientific disciplines. Additionally, it enables academic recommender systems, such as recommending collaborators, publications, and venues, including explainability capabilities. Finally, SemOpenAlex can serve for RDF query optimization benchmarks, creating scholarly knowledge-guided language models, and as a hub for semantic scientific publishing. Data and Services: https://semopenalex.org https://w3id.org/SemOpenAlex Code: https://github.com/metaphacts/semopenalex/ Data License: Creative Commons Zero (CC0) Code License: MIT License
Michael Färber 0001, David Lamprecht, Johan Krause, Linn Aung, Peter Haase 0001
ISWC1
2021 Recommending Datasets for Scientific Problem Descriptions
abstract
The steadily rising number of datasets is making it increasingly difficult for researchers and practitioners to be aware of all datasets, particularly of the most relevant datasets for a given research problem. To this end, dataset search engines have been proposed. However, they are based on user's keywords and, thus, have difficulty determining precisely fitting datasets for complex research problems. In this paper, we propose a system that recommends suitable datasets based on a given research problem description. The recommendation task is designed as a domain-specific text classification task. As shown in a comprehensive offline evaluation using various state-of-the-art models, as well as 88,000 paper abstracts and 265,000 citation contexts as research problem descriptions, we obtain an F1-score of 0.75. In an additional user study, we show that users in real-world settings are 88% satisfied in all test cases. We therefore see promising future directions for dataset recommendation.
Michael Färber 0001, Ann-Kathrin Leisinger
CIKM1
2021 Exploding TV Sets and Disappointing Laptops: Suggesting Interesting Content in News Archives Based on Surprise Estimation
Adam Jatowt, I-Chen Hung, Michael Färber 0001, Ricardo Campos 0001, Masatoshi Yoshikawa
ECIR (1)3
2021 Right for the Right Reasons: Making Image Classification Intuitively Explainable
Anna Nguyen, Adrian Oberföll, Michael Färber 0001
ECIR (2)3
2021 Quantifying Explanations of Neural Networks in E-Commerce Based on LRP
Anna Nguyen, Franz Krause, Daniel Hagenmayer, Michael Färber 0001
ECML/PKDD (5)4
2021 DataHunter: A System for Finding Datasets Based on Scientific Problem Descriptions
abstract
The number of datasets is steadily rising, making it increasingly difficult for researchers and practitioners in the various scientific disciplines to be aware of all datasets, particularly of the most relevant datasets for a given research problem. To this end, dataset search engines have been proposed. However, they are based on the users’ keywords and thus have difficulties in determining precisely fitting datasets for complex research problems. In this paper, we propose the system at http://data-hunter.io that recommends suitable datasets to users based on given research problem descriptions. It is based on fastText for the text representation and text classification, the Data Set Knowledge Graph (DSKG) with metadata about almost 1,700 unique datasets, as well as 88,000 paper abstracts as research problem descriptions for training the model. Overall, our system demonstrates that recommending datasets facilitates data provisioning and reuse according to the FAIR principles and that dataset recommendation is a promising future research direction.
Michael Färber 0001, Ann-Kathrin Leisinger
RecSys1
2021 Improving question answering for event-focused questions in temporal collections of news articles
Jiexin Wang 0002, Adam Jatowt, Michael Färber 0001, Masatoshi Yoshikawa
Inf. Retr. J.3
2020 A Multidimensional Dataset Based on Crowdsourcing for Analyzing and Detecting News Bias
abstract
The automatic detection of bias in news articles can have a high impact on society because undiscovered news bias may influence the political opinions, social views, and emotional feelings of readers. While various analyses and approaches to news bias detection have been proposed, large data sets with rich bias annotations on a fine-grained level are still missing. In this paper, we firstly aggregate the aspects of news bias in related works by proposing a new annotation schema for labeling news bias. This schema covers the overall bias, as well as the bias dimensions (1) hidden assumptions, (2) subjectivity, and (3) representation tendencies. Secondly, we propose a methodology based on crowdsourcing for obtaining a large data set for news bias analysis and identification. We then use our methodology to create a dataset consisting of more than 2,000 sentences annotated with 43,000 bias and bias dimension labels. Thirdly, we perform an in-depth analysis of the collected data. We show that the annotation task is difficult with respect to bias and specific bias dimensions. While crowdworkers' labels of representation tendencies correlate with experts' bias labels for articles, subjectivity and hidden assumptions do not correlate with experts' bias labels and, thus, seem to be less relevant when creating data sets with crowdworkers. The experts' article labels better match the inferred crowdworkers' article labels than the crowdworkers' sentence labels. The crowdworkers' countries of origin seem to affect their judgements. In our study, non-Western crowdworkers tend to annotate more bias either directly or in the form of bias dimensions (e.g., subjectivity) than Western crowdworkers do.
Michael Färber 0001, Victoria Burkard, Adam Jatowt, Sora Lim
CIKM1
2020 Semantic Modelling of Citation Contexts for Context-Aware Citation Recommendation
Tarek Saier, Michael Färber 0001
ECIR (1)2
2020 Answering Event-Related Questions over Long-Term News Article Archives
Jiexin Wang 0002, Adam Jatowt, Michael Färber 0001, Masatoshi Yoshikawa
ECIR (1)3
2020 Who's Behind That Website? Classifying Websites by the Degree of Commercial Intent
Michael Färber 0001, Benjamin Scheer, Frederic Bartscherer
ICWE1
2020 AWARE: A Situational Awareness Framework for Facilitating Adaptive Behavior of Autonomous Vehicles in Manufacturing
Boulos El Asmar, Syrine Chelly, Nour Azzi, Lynn Nassif, Jana El Asmar, Michael Färber 0001
ISWC (2)6
2019 PaperHunter: A System for Exploring Papers and Citation Contexts
Michael Färber 0001, Ashwath Sampath, Adam Jatowt
ECIR (2)1
2019 Determining How Citations Are Used in Citation Contexts
Michael Färber 0001, Ashwath Sampath
TPDL1
2019 The Microsoft Academic Knowledge Graph: A Linked Data Source with 8 Billion Triples of Scholarly Data
Michael Färber 0001
ISWC (2)1
2018 To Cite, or Not to Cite? Detecting Citation Contexts in Text
Michael Färber 0001, Alexander Thiemann, Adam Jatowt
ECIR1
2018 CITEWERTs: A System Combining Cite-Worthiness with Citation Recommendation
Michael Färber 0001, Alexander Thiemann, Adam Jatowt
ECIR1
2018 PRoST: Distributed Execution of SPARQL Queries Using Mixed Partitioning Strategies
abstract
The rapidly growing size of RDF graphs in recent years necessitates distributed storage and parallel processing strategies. To obtain efficient query processing using computer clusters a wide variety of different approaches have been proposed. Related to the approach presented in the current paper are systems built on top of Hadoop HDFS, for example using Apache Accumulo or using Apache Spark. We present a new RDF store called PRoST (Partitioned RDF on Spark Tables) based on Apache Spark. PRoST introduces an innovative strategy that combines the Vertical Partitioning approach with the Property Table, two preexisting models for storing RDF datasets. We demonstrate that our proposal outperforms state-of-the-art systems w.r.t. the runtime for a wide range of query types and without any extensive precomputing phase.
Matteo Cossu, Michael Färber 0001, Georg Lausen
EDBT2
2017 The xLiMe system: Cross-lingual and cross-modal semantic annotation, search and recommendation over live-TV, news and social media streams
Lei Zhang 0034, Andreas Thalhammer 0001, Achim Rettinger, Michael Färber 0001, Aditya Mogadala, Ronald Denaux
J. Web Semant.4
2016 XKnowSearch!: Exploiting Knowledge Bases for Entity-based Cross-lingual Information Retrieval
abstract
In recent years, the amount of entities in large knowledge bases available on the Web has been increasing rapidly, making it possible to propose new ways of intelligent information access. Within the context of globalization, there is a clear need for techniques and systems that can enable multilingual and cross-lingual information access. In this paper, we present XKnowSearch!, a novel entity-based system for multilingual and cross-lingual information retrieval, which supports keyword search and also allows users to influence the search process according to their search intents. By leveraging the multilingual knowledge base on the Web, keyword queries and documents can be represented in their semantic forms, which can facilitate query disambiguation and expansion, and can also overcome the language barrier between queries and documents in different languages.
Lei Zhang 0034, Michael Färber 0001, Achim Rettinger
CIKM2
2016 On Emerging Entity Detection
Michael Färber 0001, Achim Rettinger, Boulos El Asmar
EKAW1
2016 Towards Monitoring of Novel Statements in the News
Michael Färber 0001, Achim Rettinger, Andreas Harth
ESWC1
2013 Ontology-Supported Document Ranking for Novelty Search
Michael Färber 0001
ESWC1