Update README.md
Browse files
README.md
CHANGED
@@ -31,11 +31,11 @@ model-index:
|
|
31 |
**Dual Passage Classifier (DPC)** 是一個 *cross-encoder* reranker,
|
32 |
輸入 **(Question, Passage 1, Passage 2)**,輸出一維分數,判斷這對段落對回答該問題的「共同貢獻程度」:
|
33 |
|
34 |
-
| label | 定義 |
|
35 |
-
|
36 |
-
| positive | d1 & d2 都必要 |
|
37 |
-
| neutral | 其中一段必要 |
|
38 |
-
| negative | 都不重要 |
|
39 |
|
40 |
本模型將 **三段式 MarginRankingLoss** 混合,
|
41 |
並在 MuSiQue 上把 baseline(`naver/trecdl22-crossencoder-debertav3`)的模型。
|
|
|
31 |
**Dual Passage Classifier (DPC)** 是一個 *cross-encoder* reranker,
|
32 |
輸入 **(Question, Passage 1, Passage 2)**,輸出一維分數,判斷這對段落對回答該問題的「共同貢獻程度」:
|
33 |
|
34 |
+
| label | 定義 | Margin label |
|
35 |
+
|-------|------|--------------|
|
36 |
+
| positive | d1 & d2 都必要 | 0 |
|
37 |
+
| neutral | 其中一段必要 |1 |
|
38 |
+
| negative | 都不重要 |2 |
|
39 |
|
40 |
本模型將 **三段式 MarginRankingLoss** 混合,
|
41 |
並在 MuSiQue 上把 baseline(`naver/trecdl22-crossencoder-debertav3`)的模型。
|