To contribute to QPES, follow the given guidelines:
- Fork this repo
- Make changes on your fork
- Push changes to your fork
- Make a pull request
-
Ensure that the information submitteed by you is accurate [VERY IMPORTANT].
-
Choose a topic from the given list of topics:
- Clubs at PES
- Different blocks at PES
- Campus layout
- Shops and food courts
- Location of labs
- Places to hangout
- Location of libraries
- Location of clubs
- Summer term info
- Instructions to get some document from the management, receptions, offices, etc
More topics will be added soon.
-
Upload a text file with information on the topic you've choosen. In the text file, ensure the following:
- Each subtopic in your topic must be be placed separately from other subtopics, ensure you don't mix subtopics. Put related information together.
- Try framing a few questions on your topic,(no need to put these questions in the document) and see if they are being answered in your document. The answer should contain words in common with your question.
-
Make a pull request. When your pull request is merged, you will become a contributor to this project.
- Add questions to
questions.txt
insidetest-questions/
- Remember to add each question on a newline, and try out various forms of the same question so we can test the edge cases.
- Feel free to add as many questions as you want, try to even add in invalid questions!
- Run the evaluation using
sudo ./test-models.sh
inside thetest-questions/
directory.