What's the instruction you added for each task in training?
#3
by
nachtsky1077
- opened
You mentioned that you added different instructions for tasks like retrieval and reranking, could you help provide those instructions? Thanks!
You mentioned that you added different instructions for tasks like retrieval and reranking, could you help provide those instructions? Thanks!
For retrieval and reranking, we use the following instruction:
Instruct: Given a query, retrieve documents that answer the query. \n Query: {query}
For other tasks (including evaluation and potential training), please refer to the instructions provided on this previous issue.
We will release the instructions and complete code for testing in the future, making it more convenient for reference at that time.