Chenxi Whitehouse commited on
Commit
093ba74
1 Parent(s): eaaaf3d
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -110,13 +110,8 @@ Finally, given a claim and its 3 QA pairs as evidence, we use another pre-traine
110
  ```bash
111
  python -m prediction.veracity_prediction
112
  ```
113
- The results will be presented as follows:
114
 
115
- ```
116
- ```
117
-
118
-
119
- We recommend using 0.25 as cut-off score for evaluating the relevance of the evidence. The result for dev and the test set below.
120
 
121
  | Model | Split | Q only | Q + A | Veracity @ 0.2 | @ 0.25 | @ 0.3 |
122
  |-------------------|-------|--------|-------|----------------|--------|-------|
 
110
  ```bash
111
  python -m prediction.veracity_prediction
112
  ```
 
113
 
114
+ The result for dev and the test set below. We recommend using 0.25 as cut-off score for evaluating the relevance of the evidence.
 
 
 
 
115
 
116
  | Model | Split | Q only | Q + A | Veracity @ 0.2 | @ 0.25 | @ 0.3 |
117
  |-------------------|-------|--------|-------|----------------|--------|-------|