File size: 826 Bytes
df4e33d 1133073 1900ddd df4e33d 9e9f71c 40abee2 9e9f71c 76b0966 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
widget:
- text: >-
The third is the path length between long-range dependencies in the
network.
example_title: Intent Classify
language:
- en
pipeline_tag: text-classification
---
This model is finetuned SciBERT model for context classification in scientific journals.
The model classifies intentions of the scientific text, based on the topic of their description.
It categorizes if the context explains the background, result or method of the paper.
The output classes based on the text are as follows:
</br>
Text describing related work, introduction and uses are classified as <b>background</b>
Methods and implementation details are classified as <b>method</b>
Results and analysis are classified as <b>result</b>
For finetuning, I have used dataset from Cohan et al. https://aclanthology.org/N19-1361.pdf |