Closed henrygoodman closed 1 year ago
Running with > 512 tokens, text_to_analyze
is:
{'summary': 'The assessment criteria for this assessment task is made in alignment with AQF 8 descriptors. 41029 is a part of the Capstone project. Using previous submissions to other subjects is not going to be accepted. The completion of this task is based on the presumption that the student has regular communication with the supervisor. Insufficient understanding of the project and progress by the supervisor has a significant impact on the evaluation and marking. The essay is presented and organised with some areas needing improvement. There is limited or inaccurate referencing in places. Referencing might also be absent. Not yet passed Less than 50% The proposal has not yet demonstrated the level required for a pass. The proposal is wellPresented and organised. Accurately referenced throughout with minor or occasional lapses. Project plan demonstrates engineering rationality and systems thinking. It demonstrates rudimentary project management skills including time management and mitigation of uncertainties and risks.', 'keywords': {'proposal': 15, 'project': 14, 'engineering': 13, 'research': 8, 'problem': 8, 'professional': 8, 'presented': 8, 'management': 8, 'understanding': 6, 'reader': 5}}
< 512 tokens:
Task 3: Proposal Research Project The assessment criteria for this assessment task is made in alignment with
AQF 8 descriptors. https://www.aqf.edu.au/framework/aqflevels#toc-aqf-level-8criteria-2 Components and submission requirements: � As per the template provided on Canvas � Must be individual submission � Communication log with
supervisor attached in appendix � Length: 2000-2500 words � One submission onlyHigh Distinction 85% ~ 100% An outstanding proposal that provides the reader with a comprehensive and insightful understanding of proposed research project responding to a complicated or complex engineering problem. The proposal resembles a highly professional project proposal for an engineering R&D or an academic research project. Definition of the engineering problem is focused and clear. Relevant research is reviewed. Up to date and appropriate methodology is presented. Project
plan demonstrates highly proficient engineering rationality and systems thinking. The proposal demonstrates professional project management skills including time management and mitigation of uncertainties and risks. Language use is error free and of a high degree of professional accuracy. The proposal is extremely well presented and organised. Accurately referenced throughout.Distinction 75% ~ 84% A superior proposal that provides the reader with a solid understanding of the proposed research project responding to a complicated or complex engineering problem. The proposal resembles a professional project proposal for an engineering R&D or an academic research project. Definition of the engineering problem is focused and clear. Relevant research is reviewed. Up to-date and appropriate methodology is presented. Project plan demonstrates proficient engineering rationality and systems thinking.
The proposal demonstrates professional project management skills including time management and mitigation of uncertainties and risks Language use is largely error free and a degree of professional accuracy. The proposal is well presented and organised. Accurately referenced throughout with minor or occasional lapses. Credit 65% ~ 74% The proposal provides the reader with a good understanding of the proposed project responding to a complicated or complex engineering problem. Definition of the engineering problem is clear. Relevant research is reviewed. Up to-date and appropriate methodology is presented. The proposal demonstrate project management skills including time management and mitigation of uncertainties and risks. Language use is comprehensible and mostly professional with
some lapses in fo
(This is just the input text raw)
So, looks like running through get summary reduces the text but leaves us with an object with a result
key. Fix should be just to set text_to_analyze = get_summary(input_text)['summary']
Input (532 words)
Sentiment Result: { "status_code": 500, "detail": "Server error: You need to specify either
text
ortext_target
.", "headers": null }@Rgonzales4 I think this might just be a key error (maybe when we summarise, we return an object without a
text
key which may be required to pass to the sentiment analyser)