paper-with-me

Papers

CAFA-evaluator: A Python Tool for Benchmarking Ontological Classification Methods

2023-10-10 · Damiano Piovesan, Davide Zago, Parnal Joshi, M. Clara De Paolis Kaluza, Mahta Mehdiabadi, Rashika Ramola, Alexander Miguel Monzon, Walter Reade, Iddo Friedberg, Predrag Radivojac, Silvio C. E. Tosatto

We present CAFA-evaluator, a powerful Python program designed to evaluate the performance of prediction methods on targets with hierarchical concept dependencies. It generalizes multi-label evaluation to modern ontologies where the prediction targets are drawn from a directed acyclic graph and achieves high efficiency by leveraging matrix computation and topological sorting. The program requirements include a small number of standard Python libraries, making CAFA-evaluator easy to maintain. The code replicates the Critical Assessment of protein Function Annotation (CAFA) benchmarking, which evaluates predictions of the consistent subgraphs in Gene Ontology. Owing to its reliability and accuracy, the organizers have selected CAFA-evaluator as the official CAFA evaluation software.

📄 PDF Abstract BibTeX arXiv:2310.06881

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingPrediction

Methods 이 논문이 사용한 방법론

Ontology 설명 없음

Similar Papers 제목 키워드 기반

A Python toolkit for dealing with Petri nets over ontological graphs

2025-04-09 · Krzysztof Pancerz

We present theoretical rudiments of Petri nets over ontological graphs as well as the designed and implemented Python toolkit for dealing with such nets. In Petri nets over ontological graphs, the domain knowledge is enc…

DeCaFA: Deep Convolutional Cascade for Face Alignment In The Wild

2019-04-04 · ICCV 2019 10 · Arnaud Dapogny, Kévin Bailly, Matthieu Cord

Face Alignment is an active computer vision domain, that consists in localizing a number of facial landmarks that vary across datasets. State-of-the-art face alignment methods either consist in end-to-end regression, or …

Face Alignment

pke: an open source python-based keyphrase extraction toolkit

2016-12-01 · COLING 2016 12 · Florian Boudin

We describe pke, an open source python-based keyphrase extraction toolkit. It provides an end-to-end keyphrase extraction pipeline in which each component can be easily modified or extented to develop new approaches. pke…

BenchmarkingKeyphrase ExtractionText Categorization

AlpacaFarm: A Simulation Framework for Methods that Learn from Human Feedback

2023-05-22 · NeurIPS 2023 11 · Yann Dubois, Xuechen Li, Rohan Taori, Tianyi Zhang 외

Large language models (LLMs) such as ChatGPT have seen widespread adoption due to their strong instruction-following abilities. Developing these LLMs involves a complex yet poorly understood workflow requiring training w…

Instruction Following

StableToolBench: Towards Stable Large-Scale Benchmarking on Tool Learning of Large Language Models

2024-03-12 · Zhicheng Guo, Sijie Cheng, Hao Wang, Shihao Liang 외

Large Language Models (LLMs) have witnessed remarkable advancements in recent years, prompting the exploration of tool learning, which integrates LLMs with external tools to address diverse real-world challenges. Assessi…

Benchmarking