Papers › Evaluation Measures for Hierarchical Classification: a unified view and novel approaches

Evaluation Measures for Hierarchical Classification: a unified view and novel approaches

28 Jun 2013arXiv:1306.6802archive 2025-07-28

Aris Kosmopoulos, Ioannis Partalas, Eric Gaussier, Georgios Paliouras, Ion Androutsopoulos

Hierarchical classification addresses the problem of classifying items into a hierarchy of classes. An important issue in hierarchical classification is the evaluation of different classification algorithms, which is complicated by the hierarchical relations among the classes. Several evaluation measures have been proposed for hierarchical classification using the hierarchy in different ways. This paper studies the problem of evaluation in hierarchical classification by analyzing and abstracting the key components of the existing performance measures. It also proposes two alternative generic views of hierarchical evaluation and introduces two corresponding novel measures. The proposed measures, along with the state-of-the art ones, are empirically tested on three large datasets from the domain of text classification. The empirical results illustrate the undesirable behavior of existing approaches and how the proposed methods overcome most of these methods across a range of cases.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1306.6802")

Code

Syntology Ran 0 of 17 code samples harvested from 2 repositories linked to this paper; 17 have no recorded run.

By repository: community (archive-listed): 17 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 0 ran; 0 honoured the contract we drafted; 17 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

17unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

apply_along_rows fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/array.py community (archive-listed) unverified Apache-2.0 (permissive) · a7a7ed3dfc53de37 · report
apply_along_rows globality-corp/sklearn-hierarchical-classification/sklearn_hierarchical_classification/array.py community (archive-listed) unverified Apache-2.0 (permissive) · c438ab5681bb1630 · report
apply_rollup_Xy fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/array.py community (archive-listed) unverified Apache-2.0 (permissive) · 5978231e213ac4cb · report
apply_rollup_Xy globality-corp/sklearn-hierarchical-classification/sklearn_hierarchical_classification/array.py community (archive-listed) unverified Apache-2.0 (permissive) · 74355edadce3939c · report
fill_ancestors fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 9a75ea148d2f9d75 · report
fill_ancestors globality-corp/sklearn-hierarchical-classification/sklearn_hierarchical_classification/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 471aa6e2394887ce · report
flatten_list fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/array.py community (archive-listed) unverified Apache-2.0 (permissive) · 46c4baefb00ca6da · report
h_precision_score fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · a3540498c7bff102 · report
h_recall_score fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · ef0794922f8e6a63 · report
is_estimator fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/validation.py community (archive-listed) unverified Apache-2.0 (permissive) · f6577bee67e69780 · report
logger fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/decorators.py community (archive-listed) unverified Apache-2.0 (permissive) · 24fe396d1811877a · report
logger globality-corp/sklearn-hierarchical-classification/sklearn_hierarchical_classification/decorators.py community (archive-listed) unverified Apache-2.0 (permissive) · 61994a011b1cf8d5 · report
make_flat_hierarchy fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/graph.py community (archive-listed) unverified Apache-2.0 (permissive) · db6c3509919eb91c · report
make_flat_hierarchy globality-corp/sklearn-hierarchical-classification/sklearn_hierarchical_classification/graph.py community (archive-listed) unverified Apache-2.0 (permissive) · 469dd58aeafd18fc · report
rollup_nodes fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/graph.py community (archive-listed) unverified Apache-2.0 (permissive) · 422ba2af0df6008e · report
rollup_nodes globality-corp/sklearn-hierarchical-classification/sklearn_hierarchical_classification/graph.py community (archive-listed) unverified Apache-2.0 (permissive) · fda4b7a4196ed395 · report
root_nodes fbenites/sklearn-hierarchical-classification/sklearn_hierarchical_classification/graph.py community (archive-listed) unverified Apache-2.0 (permissive) · 976ef00f1dedd5f4 · report

Tasks

ClassificationGeneral ClassificationText Classificationtext-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections