AbrarHyder
commited on
Commit
•
51f39f1
1
Parent(s):
756c9cf
did small modifications regarding the modified dataset
Browse files
README.md
CHANGED
@@ -80,6 +80,14 @@ You can find the original dataset [here](https://huggingface.co/datasets/deepset
|
|
80 |
|
81 |
To enhance the dataset, an "easy negative example" was added to each row. The objective of this addition is to train the model to better distinguish between relevant and irrelevant contexts by exposing it to plausible but incorrect information.
|
82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
## Method
|
84 |
|
85 |
For identifying easy negative examples, I have used utilized the L2 distance metric from [Faiss](https://github.com/facebookresearch/faiss) to find the most dissimilar index (vector) relative to the positive context in each row. This dissimilar index was then selected as the easy negative example.
|
|
|
80 |
|
81 |
To enhance the dataset, an "easy negative example" was added to each row. The objective of this addition is to train the model to better distinguish between relevant and irrelevant contexts by exposing it to plausible but incorrect information.
|
82 |
|
83 |
+
After adding easy neagtives each example in the dataset consists of :
|
84 |
+
|
85 |
+
- One question
|
86 |
+
- One answer
|
87 |
+
- One positive context
|
88 |
+
- Three negative contexts
|
89 |
+
- Easy negative contexts
|
90 |
+
|
91 |
## Method
|
92 |
|
93 |
For identifying easy negative examples, I have used utilized the L2 distance metric from [Faiss](https://github.com/facebookresearch/faiss) to find the most dissimilar index (vector) relative to the positive context in each row. This dissimilar index was then selected as the easy negative example.
|