TLDR: This research paper presents an experimental validation of optimal patterns and sequences for pairwise comparisons, using a color selection task with 301 participants. It demonstrates that empirical results are highly similar to previous simulations, confirming the robustness of the “graph of graphs” approach for efficient data collection in decision-making and sensory testing. The study provides a recommended sequence of comparisons and a Java application for practical use.
In the realm of decision-making and preference modeling, a common challenge arises: how to gather enough information from individuals without overwhelming them with too many comparisons. This is particularly true in fields ranging from market research and sports analytics to food science, where people are often asked to compare items in pairs.
A recent research paper, titled An experimental approach: The graph of graphs, delves into this very issue, exploring optimal patterns and sequences for these pairwise comparisons. The goal is to find the most efficient way to ask questions, ensuring reliable results while minimizing the effort required from the decision-maker.
Bridging the Gap Between Simulation and Reality
Previous studies have extensively used simulations to identify the best ways to structure these comparisons. These simulations suggested that certain patterns are consistently optimal, regardless of how the data is analyzed or how inconsistent the responses might be. However, a crucial question remained: do these simulated optimal patterns hold true in real-world scenarios?
To answer this, the researchers conducted an empirical experiment. They gathered data from 301 individuals who participated in a color selection test. Six distinct colors—red, green, blue, magenta, turquoise, and yellow—were presented on color-calibrated tablets in specialized sensory test booths. Participants evaluated these colors through pairwise comparisons, indicating which color they preferred more, and also provided direct ratings on a 0-10 scale.
The Methodology: Understanding Comparison Patterns
The core of the analysis involved understanding “pairwise comparison matrices” (PCMs), which are tables that record all the comparisons. When some comparisons are missing, it becomes an “incomplete pairwise comparison matrix” (IPCM). The researchers used a technique called the Logarithmic Least Squares Method (LLSM) to derive preference weights from these matrices.
To visualize the structure of comparisons, they used “representing graphs,” where each color is a point (vertex) and a line (edge) connects two colors if they were compared. A key concept introduced is the “graph of graphs,” where each node in this larger graph is itself a representing graph (a pattern of comparisons). An edge connects two such “graph-nodes” if one pattern can be transformed into the other by adding or removing just one comparison.
Key Findings: Empirical Validation of Optimal Sequences
The most significant finding is the striking similarity between the empirical results from the color experiment and the outcomes predicted by earlier simulations. The patterns of comparisons found to be empirically optimal were consistently among the best or second-best in the simulated studies.
Even more remarkably, the specific sequence of comparisons that leads to the most (or near-most) optimal patterns was found to be exactly the same in both the real-world experiment and the simulations. This suggests that the theoretical models are robust and highly applicable to practical situations.
For instance, when comparing six items, the optimal pattern for five comparisons (a “star graph”) and six comparisons (a “2-regular 6-cycle”) were identical across both empirical and simulated data. While some minor rank reversals occurred for intermediate numbers of comparisons, the overall “optimal path” for building up comparisons remained consistent.
Also Read:
- FraPPE: A New Algorithm for Efficient Multi-Objective Decision Making
- Enhancing Urban Mobility Simulations with AI: The Preference Chain Approach
Practical Implications and Future Tools
These findings have significant practical implications. For anyone designing surveys or experiments that rely on pairwise comparisons, this research provides concrete recommendations on how to structure questions to get the most reliable information with the fewest comparisons. This is crucial for preventing participant fatigue, reducing mental load, and making decision-making processes more efficient, especially in sensory testing and large-scale group decision-making.
To further aid practitioners, the researchers have made a Java application available on GitHub. This tool helps users apply the proposed optimal sequences for problems involving four to six alternatives, displaying the recommended comparisons for different numbers of questions.
In conclusion, this study successfully bridges the gap between theoretical simulations and empirical reality, confirming that efficient and optimal patterns for pairwise comparisons are consistent across both. This work offers valuable guidance for improving the design and effectiveness of decision-making and preference elicitation tasks.


