This commit is contained in:
Andras Schmelczer 2022-07-17 17:34:16 +02:00
parent 4f97884032
commit 43b4b5478b
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -14,7 +14,7 @@ This is a simplified example illustrating how `great-ai` is used in practice at
## Overview ## Overview
One of the core features of the ScoutinScience platform is summarising research papers form a tech-transfer perspective. In short, extractive summarisation is preferred using a binary classifier trained on clients' judgement of sentence interestingness. Thus, documents are sentences and the expected output is a binary label showing whether a sentence is "worthy" of being in the tech-transfer summary. Providing an explanation for each decision is imperative since ScoutinScience embraces applying only explainable AI (XAI) methods wherever feasible. One of the core features of the ScoutinScience platform is summarising research papers from a tech-transfer perspective. In short, extractive summarisation is preferred using a binary classifier trained on clients' judgement of sentence interestingness. Thus, documents are sentences and the expected output is a binary label showing whether a sentence is "worthy" of being in the tech-transfer summary. Providing an explanation for each decision is imperative since ScoutinScience embraces applying only explainable AI (XAI) methods wherever feasible.
!!! success !!! success
You are ready to start the tutorial. Feel free to come back to the [summary](#summary) section once you're finished. You are ready to start the tutorial. Feel free to come back to the [summary](#summary) section once you're finished.