#fails to exclude commentary and lies

1 messages · Page 1 of 1 (latest)

wind cypress
#

expected result was code cell with only a=0 but
actual result was it added commentary and also said it excluded while it hadnt

reproduce will probably just asking to code something without commentary, like as saying execute a=0 without commentary, website version chrome android

wind cypress
#

issue persists even though I tried multiple approaches

untold obsidian
#

Does it have any bad concequences?

wind cypress
untold obsidian
wind cypress
untold obsidian
#

And I don't see why they would hide it.

wind cypress
#

around 120-150 second per message to get a failure occur

wind cypress
#

also code cell number is limited too

untold obsidian
wind cypress
#

it's 20 per message

untold obsidian
wind cypress
#

i tested multiple times to make sure none of it passed 20 almost all stuck at 20

untold obsidian
wind cypress
#

oh it's number limit it's separate from time limit

#

i mean looks like both code cells and message itself have a time limit

#

and probably separate token limits

untold obsidian
wind cypress
#

it's not execution timing it's writing timing

untold obsidian
wind cypress
#

execution was mostly millisecond while writing could take more than 30 seconds

untold obsidian
wind cypress
wind cypress
untold obsidian
#

can you try that?

#

and in a new chat to reload the system prompt?

wind cypress
#

i filled my custom instruction space but i can store somewhere else to put back

untold obsidian
wind cypress
#

user profile some space to include, does it okay if i add next to existing one

untold obsidian
wind cypress
#

let me test again then :)

#

ops i am already at limit

#

i need to wait

wind cypress
#

here is an optical recognition feedback from gpt-4

OpenAI OCR Analysis Report


Preface:

This report is generated by ChatGPT, a conversational AI model trained by OpenAI. The report was requested by a user who is exploring the capabilities of OCR (Optical Character Recognition) in this platform. The goal is to provide a detailed account of OCR issues encountered, solutions applied, and recommendations for further improvements.


Table of Contents:

  1. Initial Issues
  2. Diagnostics
  3. Solutions Applied
  4. Results
  5. Future Recommendations

Initial Issues:

  1. Fragmented and Unclear Text: Initial OCR attempts on various screenshots produced fragmented and unclear text, rendering the output ineffective for any practical application.

  2. Legacy Engine Failure: Attempts to use Tesseract's different OCR Engine Modes (OEMs) led to errors, particularly for the legacy engine modes (OEM 0 and OEM 2). The error messages indicated that legacy engine components were missing.


Diagnostics:

  1. Complexity of Screenshots: The screenshots may contain multiple text fonts, sizes, and orientations, along with other graphical elements that could interfere with text recognition.

  2. Missing Components: The errors with the legacy engine modes were likely due to missing components in the Tesseract installation. This is indicated by the absence of the 'eng.traineddata' file.

#

next part


Solutions Applied:

  1. Pre-processing Techniques: Applied thresholding to the grayscale image to improve OCR. Thresholding is a method that sets a certain intensity level as the threshold, turning pixel intensities below the threshold to 0 (black), and those above to the maximum value (white).

  2. Use of Different OEMs: Experimented with different OCR Engine Modes to find the most effective one. The LSTM (Long Short-Term Memory) engine (OEM 1) and the default engine (OEM 3) successfully extracted text.

  3. Error Handling: Implemented try-except blocks to catch and diagnose errors during the OCR operations. This helped in pinpointing the issues more clearly.


Results:

  1. Successful OCR: Post-thresholding, the OCR process successfully extracted readable text from the screenshot.

  2. Identified Text: The extracted text was part of this chat, which was discussing issues related to Tesseract's OCR Engine Modes.


Future Recommendations:

  1. Advanced Pre-processing: Consider implementing techniques like adaptive thresholding, dilation, and erosion to improve OCR results further.

  2. Update Tesseract: Installing the missing legacy engine components could enable the use of all available OEMs, providing more flexibility.

  3. Alternative OCR Tools: OpenAI could consider integrating other OCR tools or libraries that may offer better accuracy or additional features.


This report aims to provide OpenAI with valuable insights into the OCR capabilities and limitations within this platform, offering directions for potential improvements.