Here is my shortcode:
<?php
$category = get_category( get_query_var( 'cat' ) );
$cat_slug = $category->slug;
echo do_shortcode('[ajax_load_more category="'.$cat_slug.'" meta_key="_is_ns_featured_post" meta_value="" meta_compare="NOT EXISTS" pause="true"]');
?>