How to convert the rel.manual jsonl annoatated output or export relations annotations for training the neuralcoref model

How to convert the Jsonl annotation file of rel.manual to the CSV format as text and the coreference text

I've never worked with the neuralcoref library, partially because it's a 3rd party project maintained by Huggingface. You'd need to check their documentation to understand what format they required. Have you seen the project documentation and this blogpost?