Skip to content

Commit fd8ce25

Browse files
committed
Update README.md
1 parent 64c34bc commit fd8ce25

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this work, MRC model is regarded as a two-stage Encoder-Decoder architecture.
1212

1313
![](figures/overview.png)
1414

15-
### Encoder:
15+
## Encoder:
1616

1717
1) Language Units
1818

@@ -28,7 +28,7 @@ In this work, MRC model is regarded as a two-stage Encoder-Decoder architecture.
2828

2929
[LIMIT-BERT : Linguistic Informed Multi-Task BERT](https://arxiv.org/pdf/1910.14296.pdf)
3030

31-
3 Commonsense Injection
31+
3) Commonsense Injection
3232

3333
[Multi-choice Dialogue-Based Reading Comprehension with Knowledge and Key Turns](https://arxiv.org/abs/2004.13988)
3434

@@ -44,9 +44,9 @@ As part of the techniques in our Retro-Reader paper:
4444

4545
[Retrospective Reader for Machine Reading Comprehension](https://arxiv.org/abs/2001.09694)
4646

47-
#### Answer Verification
47+
### Answer Verification
4848

49-
**Multitask-style verification**
49+
**1) Multitask-style verification**
5050

5151
We evaluate different loss functions
5252

@@ -60,7 +60,7 @@ We evaluate different loss functions
6060

6161
Train an external verifier (`run_cls.py`)
6262

63-
#### Matching Network
63+
Matching Network
6464

6565
*Cross Attention* (`run_squad_seq_trm.py`)
6666

@@ -76,11 +76,11 @@ Train an external verifier (`run_cls.py`)
7676

7777
[Semantics-Aware Inferential Network for Natural Language Understanding](https://arxiv.org/abs/2004.13338)
7878

79-
#### Answer Dependency
79+
### Answer Dependency
8080

8181
Model answer dependency (start + seq -> end) (`run_squad_dep.py`)
8282

83-
#### Retrospective Reader
83+
### Retrospective Reader
8484

8585
1) train a sketchy reader (`sh_albert_cls.sh`)
8686

@@ -114,7 +114,7 @@ SQuAD 2.0 Dev Results:
114114
year={2020}
115115
}
116116
```
117-
### Related Records (best)
117+
## Related Records (best)
118118

119119
[CMRC 2017](https://hfl-rc.github.io/cmrc2017/leaderboard/): The **best** single model (2017).
120120

@@ -126,7 +126,7 @@ SQuAD 2.0 Dev Results:
126126

127127
[GLUE](https://gluebenchmark.com/): The **3rd best** among all submissions (early 2019).
128128

129-
### Contact
129+
## Contact
130130

131131
Feel free to email zhangzs [at] sjtu.edu.cn if you have any questions.
132132

0 commit comments

Comments
 (0)