Update README.md
Browse files
README.md
CHANGED
@@ -39,27 +39,25 @@ widget:
|
|
39 |
|
40 |
# TL;DR
|
41 |
|
42 |
-
Scientific Abstract Simplification (SAS) is a tool
|
43 |
-
Our goal is to make scientific knowledge more accessible to everyone. If you've already tried our baseline model (`sas_baseline`),
|
44 |
-
the current model is even better on all evaluation metrics. You can try it now with the Hosted Inference API on the right.
|
45 |
-
Simply choose one of the provided examples or enter your own scientific abstract.
|
46 |
-
Just remember to include the instruction "summarize, simplify, and contextualize: " at the beginning (with a space after the colon).
|
47 |
-
For local use, see the [Usage](#Usage) section.
|
48 |
|
49 |
# Project Description
|
50 |
|
51 |
|
52 |
-
Open science has
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
We
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
- **Model type:** Language model
|
|
|
39 |
|
40 |
# TL;DR
|
41 |
|
42 |
+
Scientific Abstract Simplification (SAS) is a tool designed to rewrite complex scientific abstracts into simpler, more comprehensible versions. Our objective is to make scientific knowledge universally accessible. If you have already experimented with our baseline model (`sas_baseline`), you will find that the current model surpasses its predecessor in terms of all evaluation metrics. Feel free to test it via the Hosted Inference API to your right. Simply select one of the provided examples or input your own scientific abstract. Just ensure to precede your text with the instruction, "summarize, simplify, and contextualize: ", followed by a space. For local usage, refer to the [Usage](#Usage) section."
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
# Project Description
|
45 |
|
46 |
|
47 |
+
Open science has significantly reduced barriers to accessing scientific papers.
|
48 |
+
However, attainable research does not entail accessible knowledge.
|
49 |
+
Consequently, many individuals might prefer to rely on succinct social media narratives rather than endeavour to comprehend a scientific paper.
|
50 |
+
This preference is understandable as humans often favor narratives over dry, technical information.
|
51 |
+
So, why not "translate" these intricate scientific abstracts into simpler, more accessible narratives?
|
52 |
+
Several prestigious journals have already initiated steps towards enhancing accessibility.
|
53 |
+
For instance, PNAS requires authors to submit Significance Statements understandable to an 'undergraduate-educated scientist', while Science includes an editor's abstract to provide a swift overview of the paper's salient points.
|
54 |
+
|
55 |
+
In this project, our objective is to employ AI to rewrite scientific abstracts into easily understandable scientific narratives.
|
56 |
+
To facilitate this, we have curated two new datasets: one containing PNAS abstract-significance pairs and the other encapsulating editor abstracts from Science.
|
57 |
+
We utilize a Transformer model (a variant known as Flan-T5) to fine-tune our model for the task of simplifying scientific abstracts.
|
58 |
+
Initially, the model is fine-tuned utilizing multiple discrete instructions by amalgamating four pertinent tasks in a challenge-proportional manner (a strategy we refer to as Multi-Instruction Pretuning).
|
59 |
+
Subsequently, we continue the fine-tuning process exclusively with the abstract-significance corpus. Our model can generate lay summaries that outperform models fine-tuned solely with the abstract-significance corpus and models fine-tuned with traditional task combinations.
|
60 |
+
We hope our work can foster a more comprehensive understanding of scientific research, enabling a larger audience to benefit from open science.
|
61 |
|
62 |
|
63 |
- **Model type:** Language model
|