How ChaGPT can work with and remeber larger docs

Hi there,

I’m using ChatGPT extensively, but I’m not a programmer, so I need some guidance. I’d like advice on whether what I’m trying to do can be achieved.

I have a large text file with over 100,000 words. These are proprietary English lessons, and I want to use AI to process and interact with the content in a meaningful way. Specifically, I’m looking for the AI to:

  1. Generate dialogs: Using the words already known in the material from Units 1 to 10, create dialogs that introduce 15 new words. I’m creating new lessons with dialogs and text, and I would like to limit the new words for the learners, so the new vocabulary introduced stays within a manageable range.
  2. Identify missing common words: Analyze the vocabulary in the text and suggest common words that might be missing.
  3. List verbs: Provide a list of all the verbs in their infinitive form, sorted alphabetically.

Can this be done? Any advice on how to achieve this would be greatly appreciated.

IMO LLMs should be able to handle this yes. You can give it instructions just like you gave in #1 thru #3. Just fully describe the scenario and what you’re doing (i.e. teaching), and aside from token-limits, it should do it.

However when it comes to sorting alphabetically it might struggle some with that, but it can extract words and then you can use something like Excel or whatever to sort them yourself.

You can break up that big file to smaller ones if you’re dealing with more than the LLM can handle.

1 Like