Use this filter to adjust the default fields for the comment form.
apply_filters( 'comment_form_default_fields', $args );
Parameters
$args array An array of fields HTML code.
Source
This filter can be found inside the comments.php file.
https://github.com/andrewlimaza/ELI/blob/master/comments.php#L84