Extension card · Linguistic
2-tuple linguistic TOPSIS (Wei et al., 2010)
This is the form of TOPSIS for situations where expert scores are chosen from a pre-declared term set, and where the aggregation result is preserved with its shift rather than rounded to a term.
Base method
TOPSIS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Linguistic →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Four things change; the decision logic does not.
Cells. In crisp TOPSIS every cell is a single number. Here every cell consists of a term and a shift. An expert score is chosen from a nine-level term set: very low, low, quite low, slightly low, medium, slightly high, quite high, high, very high. When more than one expert's scores are aggregated, the result often falls between two terms. The method does not round this result to the nearest term; it keeps it as a term with a small shift away from it. For instance, (quite high, −0.4) means "between quite high and slightly high, closer to quite high." Criterion weights here are crisp numbers, not terms; the method does not generate weights, it takes them from outside.
Scale equalisation. Crisp TOPSIS divides every column by the square root of the sum of its squares. 2-tuple linguistic TOPSIS does not run this step. Every term converts directly into a number by adding the shift to its position in the set. No further division by magnitude is applied to this number; the ideal and anti-ideal alternatives are built directly from these numbers, according to each criterion's direction.
Distance. Every alternative's distance to the ideal and the anti-ideal is a weighted Euclidean distance. The difference is taken, multiplied by the weight, squared, summed across criteria, and the square root taken. The weight sits directly inside the distance formula here, not inside a normalisation step; this differs from crisp TOPSIS's order, where the weight is applied to the column first.
Closeness score and defuzzification. The definition is the same as in crisp TOPSIS: the score is the ratio of the distance to the anti-ideal over the sum of the two distances. The transformation that converts a term into a number is one-to-one and reversible; a result that falls between two terms is kept together with its shift, and no information is discarded. This differs from extensions that work with triangular fuzzy numbers, where uncertainty is a three-cornered interval defuzzified at the last step; here it is a fine shift around a single term.
DecisionMind fixes, for classical 2-tuple linguistic TOPSIS, a nine-level term set and the term-to-number conversion. Weights are taken from outside as crisp numbers; the method does not generate weights.
How to Read the Output
The closeness score is read as in crisp TOPSIS: it is not a percentage, it is not compared with a different analysis, and the ideal point shifts when the alternative set changes. The difference is here: the uncertainty beneath the score is not a wide triangle but a single term and a fine shift around it. This is why the robustness of the gap between two alternatives' scores is tested by asking "how many levels of term change does it rest on"; a single expert shifting one score by one level may be enough.
Thus instead of writing:
"2-tuple linguistic TOPSIS does not lose information, so the result is exact"
the report should read:
"Expert scores were chosen from the term set, and the aggregation result was preserved with its shift; the ranking is sensitive to a term change of this many levels"
Preserving the shift does not make the result exact; it merely restores the information that rounding to a term would have discarded.
When to Prefer This over the Base Method
Use this method when experts assess a criterion not with a number but with a word chosen from a pre-declared term set, and when the aggregation result needs to be preserved without rounding to a term. Typical situations: criteria whose natural measure is a word, such as service quality, corporate reputation or degree of compliance, and board decisions where several experts' scores are combined without collapsing to an average.
It should not be confused with the other member of the same family. If an expert gives not a single term but several terms with probabilities ("60 per cent high, 40 per cent very high"), probabilistic linguistic TOPSIS is used; here there is a single term and its shift. If the expert has an "approximately this number" in mind and wants it converted into a triangle, fuzzy TOPSIS is appropriate.
The case for staying with the base method is unchanged: if a criterion is measured, it stays measured and is not converted into a word. If the table is mixed, DecisionMind asks for a single data type; a measured criterion is written with a fixed term at one end of the term set. The exit point is the same as for crisp TOPSIS: if no compromise is acceptable on one criterion, this extension is compensatory too and will not eliminate anything below a threshold.
Mistakes Specific to This Extension
Dropping the shift and rounding to the nearest term. Pulling the aggregation result directly to the nearest term defeats the method's one contribution: preventing information loss. In the illustrative example below, this does not change the ranking of the two alternatives but hides how robust the gap between them is.
Moving the shift value outside the term set. The shift should stay between −0.5 and 0.5; a value such as 0.6 actually signals a move to the next term up and needs recalculating.
Changing the term set during the analysis. The number of levels and the order of the terms must remain the same for every expert and every alternative; two sets with different numbers of levels cannot be compared directly.
Giving weights as terms. In this kernel, criterion weights are crisp numbers. If weights are also to be given as terms, linguistic weighting methods should be consulted first, and how they were reduced to a crisp number must be stated in the report.
The governing principle is this:
2-tuple linguistic TOPSIS exists to carry the shift produced when terms are aggregated without losing information; any application that drops the shift or moves it outside the term set destroys the method's one contribution.
Cases
The first case is DecisionMind's validation example. In the manifest, this 3x3 table is recorded as a synthetic fixture with no page reference; the figures have been independently recomputed with the Δ and Δ⁻¹ formulas. The second case is an illustrative construction.
1. Illustrative example (DecisionMind's validation example): Digitisation priority for three museum branches
A directorate of museums is setting digitisation-investment priority among three regional museums. Curators score each museum on three criteria with a word chosen from the term set. Criteria: the historical significance of the collection, visitor interest and digitisation workload; the last is a "lower is better" criterion, because a heavier workload means more time and staff.
| Museum | Historical significance | Visitor interest | Digitisation workload |
|---|---|---|---|
| A1 | quite high, slight downward shift | medium | slightly high, slight downward shift |
| A2 | quite high, slight upward shift | slightly high, slight downward shift | slightly low, slight upward shift |
| A3 | slightly high, slight downward shift | quite high, slight downward shift | medium |
| Direction | higher is better | higher is better | lower is better |
| Weight | 0.40 | 0.35 | 0.25 |
The method converts every term, with its shift, into a single number, builds the ideal and anti-ideal museum from these numbers according to each criterion's direction, and then computes the weighted Euclidean distance.
| Museum | Closeness score | Rank |
|---|---|---|
| A2 | 0.744 | 1 |
| A3 | 0.486 | 2 |
| A1 | 0.274 | 3 |
The result reads as follows. A2 is not, on its own, the best on any single criterion, but it is not weak on any criterion either. It sits at the top level on historical significance, the heaviest criterion, and at the lowest level on workload, the lightest criterion. A1 sits at the same level as A2 on historical significance but stays at the lowest level on visitor interest, and this places it last.
The directorate's hesitation is this: how robust is the gap between second and third place? If A3's visitor interest fell by one level, from quite high to slightly high, A3's score would move from 0.486 to 0.328 and A1's from 0.274 to 0.323. A3 would still stay ahead, but the gap would fall from 0.212 to 0.005 and almost close. The report should state that the order of these two museums is sensitive to a single expert score.
In the report: "Curator scores were chosen from a nine-level term set, and the aggregation result was preserved with its shift. A2 is the museum closest to the ideal at 0.744. The order between A3 and A1 is sensitive to a single one-level change in the visitor-interest score."
Source: DecisionMind's L2T-TOPSIS validation example. The term set and the museum scenario were constructed for this card; the figures were taken from the manifest's synthetic fixture and independently recomputed with the Δ and Δ⁻¹ formulas.
2. Museum curation: Urgent restoration priority for three artefacts
A regional museum is setting urgent restoration priority because its budget cannot stretch to all three artefacts. Criteria: the artefact's rate of deterioration, its exhibition value and its restoration cost; the last is a "lower is better" criterion. Expert restorers assess each artefact with a word chosen from the term set, and the board also assigns weights to the criteria.
The method converts every term into a number, builds the ideal and anti-ideal artefact according to each criterion's direction, and computes the weighted Euclidean distance. Say the result places the artefact with the highest rate of deterioration first; this artefact's restoration cost also turns out highest, but its advantage on the rate of deterioration, the heaviest criterion, offsets the cost disadvantage.
The board's hesitation is this: if the budget sets a strict ceiling, the method does not respect it on its own, because cost has been offset against the other criteria. Any artefact exceeding the budget should be set aside before the analysis, and the remaining artefacts ranked with this method.
In the report: "Restorer scores were chosen from the term set and aggregated. The artefact with the highest rate of deterioration is closest to the ideal. This result should not be used directly unless a budget ceiling is applied as a separate pre-screening step."
3. What Not to Do
Taking A2's visitor-interest term in the illustrative example, dropping its shift and rounding it straight to "slightly high": the ranking does not change, but the information about how robust the gap between the two alternatives is gets lost. The second error is an expert giving a shift of 0.6, outside the term set; this value actually signals a move to the next term up and cannot be used in the calculation without correction. The third error is marking the digitisation-workload criterion "higher is better"; on this criterion less is better, and a reversed direction renders the ranking meaningless.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/l2t-topsis
Wei, G., Lin, R., Zhao, X., & Wang, H. (2010). Models for multiple attribute group decision making with 2-tuple linguistic assessment information. International Journal of Computational Intelligence Systems, 3(3), 315–324. DOI: 10.1080/18756891.2010.9727702
Herrera, F., & Martínez, L. (2000). A 2-tuple fuzzy linguistic representation model for computing with words. IEEE Transactions on Fuzzy Systems, 8(6), 746–752. DOI: 10.1109/91.890332
Hwang, C. L., & Yoon, K. (1981). Multiple Attribute Decision Making: Methods and Applications: A State-of-the-Art Survey. Lecture Notes in Economics and Mathematical Systems, Vol. 186. Springer-Verlag. DOI: 10.1007/978-3-642-48318-9
Zadeh, L. A. (1975). The concept of a linguistic variable and its application to approximate reasoning—I. Information Sciences, 8(3), 199–249. DOI: 10.1016/0020-0255(75)90036-5