geosolver
when I run the code, I can not get the data from your server through geoserver_interface. Can you share the server address which can get the datas to run the code.
hello
you read https://github.com/seominjoon/geoserver and run geoserver geoserver_interface enter this repository
thank you it helps me a lot
@godlikeliya @Hy-Choi I have tried running the geoserver, but it cannot work. Thus, I plan to download the datasets from web of GeoS. Could you provide me one example for any question including choice_words, sentence_experssions, sentence_words, choice experssions and so on, if you have run the geoserver succeeding generate the "questions". I wanna generate "questions" by myself not by the geoserver. Thank you for your help!
@MDLEI There's a example [{"text": "In the figure above, the circle has center P and radius r. Lines AB and AC are tangent to the circle. If M is the midpoint of segment AC and the measure of angle PMC equals the measure of angle MPC, what is the length, in terms of r, of segment PA?", "sentence_words": {"0": {"0": "In", "1": "the", "2": "figure", "3": "above", "4": ", ", "5": "the", "6": "circle", "7": "has", "8": "center", "9": "P", "10": "and", "11": "radius", "12": "r", "13": "."}, "1": {"0": "Lines", "1": "AB", "2": "and", "3": "AC", "4": "are", "5": "tangent", "6": "to", "7": "the", "8": "circle", "9": "."}, "2": {"0": "If", "1": "M", "2": "is", "3": "the", "4": "midpoint", "5": "of", "6": "segment", "7": "AC", "8": "and", "9": "the", "10": "measure", "11": "of", "12": "angle", "13": "PMC", "14": "equals", "15": "the", "16": "measure", "17": "of", "18": "angle", "19": "MPC", "20": ", ", "21": "what", "22": "is", "23": "the", "24": "length", "25": ", ", "26": "in", "27": "terms", "28": "of", "29": "r", "30": ", ", "31": "of", "32": "segment", "33": "PA", "34": "?"}}, "sentence_expressions": {"0": {}, "1": {}, "2": {}}, "diagram_url": "http://localhost:8000/media/questions/question-1423594235-630d74cc-046c-488f-a52e-815d03759221.png", "choice_words": {"1": {"0": "@v_0"}, "2": {"0": "@v_0"}, "3": {"0": "@v_0"}, "4": {"0": "@v_0"}, "5": {"0": "@v_0"}}, "has_choices": true, "choices": {"1": "r + 1", "2": "2r", "3": "r\sqrt{2}", "4": "r*\sqrt{3}", "5": "r*\sqrt{5}"}, "valid": true, "answer": "5.0", "pk": 1037, "choice_expressions": {"1": {"@v_0": "r+1"}, "2": {"@v_0": "2r"}, "3": {"@v_0": "r\sqrt{2}"}, "4": {"@v_0": "r*\sqrt{3}"}, "5": {"@v_0": "r*\sqrt{5}"}}}]
Hi @rhyspang Since the URL for downloading the dataset https://github.com/questions/download/test is not valid anymore, I was wondering if you still have the dataset on your computer and would be so kind to share it with me.
Best regards, Alina Baranova
Hi @rhyspang Can you also share a sample semantics record and a sample label record? The format in which this code expects these two files to be in.
@rhyspang HI. Have you got the data format?(Or the original training set in the README) I also want to know how to do so.
@LIkensust, do you have the data format yet? can you share the data with me? @rhyspang
@rhyspang HI. Have you got the data format?(Or the original training set in the README) I also want to know how to do so.
@MDLEI There's a example [{"text": "In the figure above, the circle has center P and radius r. Lines AB and AC are tangent to the circle. If M is the midpoint of segment AC and the measure of angle PMC equals the measure of angle MPC, what is the length, in terms of r, of segment PA?", "sentence_words": {"0": {"0": "In", "1": "the", "2": "figure", "3": "above", "4": ", ", "5": "the", "6": "circle", "7": "has", "8": "center", "9": "P", "10": "and", "11": "radius", "12": "r", "13": "."}, "1": {"0": "Lines", "1": "AB", "2": "and", "3": "AC", "4": "are", "5": "tangent", "6": "to", "7": "the", "8": "circle", "9": "."}, "2": {"0": "If", "1": "M", "2": "is", "3": "the", "4": "midpoint", "5": "of", "6": "segment", "7": "AC", "8": "and", "9": "the", "10": "measure", "11": "of", "12": "angle", "13": "PMC", "14": "equals", "15": "the", "16": "measure", "17": "of", "18": "angle", "19": "MPC", "20": ", ", "21": "what", "22": "is", "23": "the", "24": "length", "25": ", ", "26": "in", "27": "terms", "28": "of", "29": "r", "30": ", ", "31": "of", "32": "segment", "33": "PA", "34": "?"}}, "sentence_expressions": {"0": {}, "1": {}, "2": {}}, "diagram_url": "http://localhost:8000/media/questions/question-1423594235-630d74cc-046c-488f-a52e-815d03759221.png", "choice_words": {"1": {"0": "@v_0"}, "2": {"0": "@v_0"}, "3": {"0": "@v_0"}, "4": {"0": "@v_0"}, "5": {"0": "@v_0"}}, "has_choices": true, "choices": {"1": "r + 1", "2": "2_r", "3": "r_\sqrt{2}", "4": "r*\sqrt{3}", "5": "r*\sqrt{5}"}, "valid": true, "answer": "5.0", "pk": 1037, "choice_expressions": {"1": {"@v_0": "r+1"}, "2": {"@v_0": "2_r"}, "3": {"@v_0": "r_\sqrt{2}"}, "4": {"@v_0": "r*\sqrt{3}"}, "5": {"@v_0": "r*\sqrt{5}"}}}]
I'm so confused. Could you tell me what is the sentence_expressions and choice_word stand for?