EDBT 2026 Demo / reviewers in the wild / expert
José Hernández-Orallo
dblp:h/JoseHernandezOrallo
· DBLP profile ↗
20ranked-venue papers in the field
3as first author
7since 2021 · last 2025
0000-0001-9746-7632ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 17 (2 first)Other / Interdisciplinary · 2 (1 first)Database Systems & Data Management · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Analysing the Predictability of Language Model PerformanceabstractCan a language model predict for which questions another language model will answer successfully? We investigate the extent to which performance prediction is possible and dissect various factors that influence it. Our experimental setting fine-tunes DeBERTa models, which we call assessors , on the evaluation results of generative language models with up to 128 billion parameters, which we refer to as subject systems . Our analysis spans more than 100 tasks from BIG-bench. We find that the assessors can match and even exceed the subjects’ confidence in both refinement and calibration, anticipating failures at near perfect levels for some tasks. We also find that for performance prediction it can be beneficial to learn from the scores on multiple tasks or to learn from the scores of multiple subjects, but both depend on the task at hand. Lastly, we find that large and small subject systems are equally predictable, showing promise for the scalability of the predictability problem. Wout Schellaert, Fernando Martínez-Plumed, José Hernández-Orallo |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2023 | XAI with Machine Teaching When Humans Are (Not) Informed About the Irrelevant Features
Brigt Håvardstun, Cèsar Ferri, José Hernández-Orallo, Pekka Parviainen, Jan Arne Telle |
ECML/PKDD (3) | 3 |
| 2022 | Heterogeneity Breaks the Game: Evaluating Cooperation-Competition with Multisets of Agents
Yue Zhao 0023, José Hernández-Orallo |
ECML/PKDD (4) | 2 |
| 2021 | Muppets: Multipurpose Table Segmentation
Gust Verbruggen, Lidia Contreras Ochando, Cèsar Ferri, José Hernández-Orallo, Luc De Raedt |
IDA | 4 |
| 2021 | Optimal Teaching Curricula with Compositional Simplicity Priors
Manuel Garcia-Piqueras, José Hernández-Orallo |
ECML/PKDD (1) | 2 |
| 2021 | Missing the missing values: The ugly duckling of fairness in machine learningabstractNowadays, there is an increasing concern in machine learning about the causes underlying unfair decision making, that is, algorithmic decisions discriminating some groups over others, especially with groups that are defined over protected attributes, such as gender, race and nationality. Missing values are one frequent manifestation of all these latent causes: protected groups are more reluctant to give information that could be used against them, sensitive information for some groups can be erased by human operators, or data acquisition may simply be less complete and systematic for minority groups. However, most recent techniques, libraries and experimental results dealing with fairness in machine learning have simply ignored missing data. In this paper, we present the first comprehensive analysis of the relation between missing values and algorithmic fairness for machine learning: (1) we analyse the sources of missing data and bias, mapping the common causes, (2) we find that rows containing missing values are usually fairer than the rest, which should discourage the consideration of missing values as the uncomfortable ugly data that different techniques and libraries for handling algorithmic bias get rid of at the first occasion, (3) we study the trade-off between performance and fairness when the rows with missing values are used (either because the technique deals with them directly or by imputation methods), and (4) we show that the sensitivity of six different machine-learning techniques to missing values is usually low, which reinforces the view that the rows with missing data contribute more to fairness through the other, nonmissing, attributes. We end the paper with a series of recommended procedures about what to do with missing data when aiming for fair decision making. Fernando Martínez-Plumed, Cèsar Ferri, David Nieves, José Hernández-Orallo |
Int. J. Intell. Syst. | 4 |
| 2021 | CRISP-DM Twenty Years Later: From Data Mining Processes to Data Science TrajectoriesabstractCRISP-DM(CRoss-Industry Standard Process for Data Mining) has its origins in the second half of the nineties and is thus about two decades old. According to many surveys and user polls it is still the de facto standard for developing data mining and knowledge discovery projects. However, undoubtedly the field has moved on considerably in twenty years, with data science now the leading term being favoured over data mining. In this paper we investigate whether, and in what contexts, CRISP-DM is still fit for purpose for data science projects. We argue that if the project is goal-directed and process-driven the process model view still largely holds. On the other hand, when data science projects become more exploratory the paths that the project can take become more varied, and a more flexible model is called for. We suggest what the outlines of such a trajectory-based model might look like and how it can be used to categorise data science projects (goal-directed, exploratory or data management). We examine seven real-life exemplars where exploratory activities play an important role and compare them against 51 use cases extracted from the NIST Big Data Public Working Group. We anticipate this categorisation can help project planning in terms of time and cost characteristics. Fernando Martínez-Plumed, Lidia Contreras Ochando, Cèsar Ferri, José Hernández-Orallo, Meelis Kull, Nicolas Lachiche, María José Ramírez-Quintana, Peter A. Flach |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2019 | Automated Data Transformation with Inductive Programming and Dynamic Background Knowledge
Lidia Contreras Ochando, Cèsar Ferri, José Hernández-Orallo, Fernando Martínez-Plumed, María José Ramírez-Quintana, Susumu Katayama |
ECML/PKDD (3) | 3 |
| 2019 | BK-ADAPT: Dynamic Background Knowledge for Automating Data Transformation
Lidia Contreras Ochando, Cèsar Ferri, José Hernández-Orallo, Fernando Martínez-Plumed, María José Ramírez-Quintana, Susumu Katayama |
ECML/PKDD (3) | 3 |
| 2019 | Setting decision thresholds when operating conditions are uncertainabstractThe quality of the decisions made by a machine learning model depends on the data and the operating conditions during deployment. Often, operating conditions such as class distribution and misclassification costs have changed during the time since the model was trained and evaluated. When deploying a binary classifier that outputs scores, once we know the new class distribution and the new cost ratio between false positives and false negatives, there are several methods in the literature to help us choose an appropriate threshold for the classifier’s scores. However, on many occasions, the information that we have about this operating condition is uncertain . Previous work has considered ranges or distributions of operating conditions during deployment, with expected costs being calculated for ranges or intervals, but still the decision for each point is made as if the operating condition were certain. The implications of this assumption have received limited attention: a threshold choice that is best suited without uncertainty may be suboptimal under uncertainty. In this paper we analyse the effect of operating condition uncertainty on the expected loss for different threshold choice methods, both theoretically and experimentally. We model uncertainty as a second conditional distribution over the actual operation condition and study it theoretically in such a way that minimum and maximum uncertainty are both seen as special cases of this general formulation. This is complemented by a thorough experimental analysis investigating how different learning algorithms behave for a range of datasets according to the threshold choice method and the uncertainty level. Cèsar Ferri, José Hernández-Orallo, Peter A. Flach |
Data Min. Knowl. Discov. | 2 |
| 2016 | Binarised regression tasks: methods and evaluation metrics
José Hernández-Orallo, Cèsar Ferri, Nicolas Lachiche, Adolfo Martínez Usó, María José Ramírez-Quintana |
Data Min. Knowl. Discov. | 1 |
| 2015 | Multidimensional Prediction Models When the Resolution Context Changes
Adolfo Martínez Usó, José Hernández-Orallo |
ECML/PKDD (2) | 2 |
| 2014 | Aggregative quantification for regression
Antonio Bella, Cèsar Ferri, José Hernández-Orallo, María José Ramírez-Quintana |
Data Min. Knowl. Discov. | 3 |
| 2014 | Probabilistic Reframing for Cost-Sensitive RegressionabstractCommon-day applications of predictive models usually involve the full use of the available contextual information. When the operating context changes, one may fine-tune the by-default (incontextual) prediction or may even abstain from predicting a value (a reject). Global reframing solutions, where the same function is applied to adapt the estimated outputs to a new cost context, are possible solutions here. An alternative approach, which has not been studied in a comprehensive way for regression in the knowledge discovery and data mining literature, is the use of a local (e.g., probabilistic) reframing approach, where decisions are made according to the estimated output and a reliability, confidence, or probability estimation. In this article, we advocate for a simple two-parameter (mean and variance) approach, working with a normal conditional probability density. Given the conditional mean produced by any regression technique, we develop lightweight “enrichment” methods that produce good estimates of the conditional variance, which are used by the probabilistic (local) reframing methods. We apply these methods to some very common families of cost-sensitive problems, such as optimal predictions in (auction) bids, asymmetric loss scenarios, and rejection rules. José Hernández-Orallo |
ACM Trans. Knowl. Discov. Data | 1 |
| 2010 | Quantification via Probability EstimatorsabstractQuantification is the name given to a novel machine learning task which deals with correctly estimating the number of elements of one class in a set of examples. The output of a quantifier is a real value, since training instances are the same as a classification problem, a natural approach is to train a classifier and to derive a quantifier from it. Some previous works have shown that just classifying the instances and counting the examples belonging to the class of interest classify count typically yields bad quantifiers, especially when the class distribution may vary between training and test. Hence, adjusted versions of classify count have been developed by using modified thresholds. However, previous works have explicitly discarded (without a deep analysis) any possible approach based on the probability estimations of the classifier. In this paper, we present a method based on averaging the probability estimations of a classifier with a very simple scaling that does perform reasonably well, showing that probability estimators for quantification capture a richer view of the problem than methods based on a threshold. Antonio Bella, Cèsar Ferri, José Hernández-Orallo, María José Ramírez-Quintana |
ICDM | 3 |
| 2009 | An Instantiation of Hierarchical Distance-Based Conceptual Clustering for Propositional Learning
Ana Funes, Cèsar Ferri, José Hernández-Orallo, María José Ramírez-Quintana |
PAKDD | 3 |
| 2008 | Hierarchical Distance-Based Conceptual Clustering
Ana Maria Funes, Cèsar Ferri, José Hernández-Orallo, María José Ramírez-Quintana |
ECML/PKDD (1) | 3 |
| 2003 | Improving the AUC of Probabilistic Estimation Trees
Cèsar Ferri, Peter A. Flach, José Hernández-Orallo |
ECML | 3 |
| 2003 | Volume under the ROC Surface for Multi-class Problems
Cèsar Ferri, José Hernández-Orallo, Miguel A. Salido |
ECML | 2 |
| 2000 | Constructive reinforcement learningabstractThis paper presents an operative measure of reinforcement for constructive learning methods, i.e., eager learning methods using highly expressible (or universal) representation languages. These evaluation tools allow a further insight in the study of the growth of knowledge, theory revision, and abduction. The final approach is based on an apportionment of credit wrt the “course” that the evidence makes through the learned theory. Our measure of reinforcement is shown to be justified by cross-validation and by the connection with other successful evaluation criteria, like the minimum description length principle. Finally, the relation with the classical view of reinforcement is studied, where the actions of an intelligent system can be rewarded or penalized, and we discuss whether this should affect our distribution of reinforcement. The most important result of this paper is that the way we distribute reinforcement into knowledge results in a rated ontology, instead of a single prior distribution. Therefore, this detailed information can be exploited for guiding the space search of inductive learning algorithms. Likewise, knowledge revision may be done to the part of the theory which is not justified by the evidence. ©2000 John Wiley & Sons, Inc. José Hernández-Orallo |
Int. J. Intell. Syst. | 1 |