hongccccccc commited on
Commit
e3ad01c
·
verified ·
1 Parent(s): 2c507de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  - citation-intent
10
  datasets:
11
  - allenai/multicite
 
12
  widget:
13
  - text: "Deep learning has achieved remarkable success in many NLP tasks [1, 2]."
14
  example_title: "Background citation"
@@ -40,7 +41,7 @@ clf("Deep learning has achieved remarkable success in many NLP tasks [1, 2].")
40
  ## Training
41
 
42
  - **Base model:** SciBERT (uncased, scivocab; `BertForSequenceClassification`, single-label, 2 classes)
43
- - **Data:** citation contexts from [MultiCite](https://github.com/allenai/multicite) — intent `background` → `BACKGROUND`, all other intents → `NOT_BACKGROUND`
44
  - **Fine-tuned:** August 2023, `transformers` 4.32.0
45
 
46
  ## Evaluation
 
9
  - citation-intent
10
  datasets:
11
  - allenai/multicite
12
+ - allenai/scicite
13
  widget:
14
  - text: "Deep learning has achieved remarkable success in many NLP tasks [1, 2]."
15
  example_title: "Background citation"
 
41
  ## Training
42
 
43
  - **Base model:** SciBERT (uncased, scivocab; `BertForSequenceClassification`, single-label, 2 classes)
44
+ - **Data:** the combined citation contexts of [MultiCite](https://github.com/allenai/multicite) and [SciCite](https://github.com/allenai/scicite) — intent `background` → `BACKGROUND`, all other intents → `NOT_BACKGROUND`
45
  - **Fine-tuned:** August 2023, `transformers` 4.32.0
46
 
47
  ## Evaluation