diff --git a/example/data_generation/immigration_gen_data.ipynb b/example/data_generation/immigration_gen_data.ipynb new file mode 100644 index 0000000..d5a03ca --- /dev/null +++ b/example/data_generation/immigration_gen_data.ipynb @@ -0,0 +1,4255 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "8e97c809-9637-4bcc-b1bf-d970ef8758e4", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: openai in /opt/conda/envs/pykoi/lib/python3.10/site-packages (0.27.8)\n", + "Requirement already satisfied: requests>=2.20 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from openai) (2.31.0)\n", + "Requirement already satisfied: tqdm in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from openai) (4.65.0)\n", + "Requirement already satisfied: aiohttp in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from openai) (3.8.5)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (3.2.0)\n", + "Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (3.4)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (2.0.4)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (2023.7.22)\n", + "Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (23.1.0)\n", + "Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (6.0.4)\n", + "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (4.0.2)\n", + "Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (1.9.2)\n", + "Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (1.4.0)\n", + "Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (1.3.1)\n", + "Requirement already satisfied: clean-text in /opt/conda/envs/pykoi/lib/python3.10/site-packages (0.6.0)\n", + "Requirement already satisfied: emoji<2.0.0,>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from clean-text) (1.7.0)\n", + "Requirement already satisfied: ftfy<7.0,>=6.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from clean-text) (6.1.1)\n", + "Requirement already satisfied: wcwidth>=0.2.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ftfy<7.0,>=6.0->clean-text) (0.2.6)\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Since the GPL-licensed package `unidecode` is not installed, using Python's `unicodedata` package which yields worse results.\n" + ] + } + ], + "source": [ + "! pip install openai\n", + "import dataclasses\n", + "import logging\n", + "import math\n", + "import ast\n", + "import re\n", + "import os\n", + "import io\n", + "import sys\n", + "import time\n", + "import json\n", + "import tqdm\n", + "import copy\n", + "import openai\n", + "import pandas as pd\n", + "\n", + "from typing import Optional, Sequence, Union\n", + "from cleantext import clean\n", + "import nltk\n", + "from nltk.corpus import stopwords\n", + "from nltk.stem import SnowballStemmer\n", + "from nltk.tokenize import word_tokenize\n", + "\n", + "# from openai import openai_object\n", + "openai.api_key = \"\"" + ] + }, + { + "cell_type": "markdown", + "id": "ef295321-5c2d-44b4-92f1-202fb42a7f8c", + "metadata": {}, + "source": [ + "## Load data " + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "2e76d16d-e586-48c0-8f07-d56a62560d27", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
Unnamed: 0IDQuestionAnswerVote StatusTimestamp
001H-1B to EB-2 process . I would like to know If...The employer can start the green card process ...upNaN
112Eligibility for and the process of EB-3 to EB-...You can always go up and you can always go dow...upNaN
223How can I qualify for EB-1C/International Mana...1. Please discuss your job description that is...upNaN
334Downgrading from EB-2 to EB-3 . My wife and I ...I see no problem applying for EB-3 and then us...upNaN
445How to get H-1B approved for three years, not ...1. Typically the only way you can get three ye...upNaN
\n", + "
" + ], + "text/plain": [ + " Unnamed: 0 ID Question \\\n", + "0 0 1 H-1B to EB-2 process . I would like to know If... \n", + "1 1 2 Eligibility for and the process of EB-3 to EB-... \n", + "2 2 3 How can I qualify for EB-1C/International Mana... \n", + "3 3 4 Downgrading from EB-2 to EB-3 . My wife and I ... \n", + "4 4 5 How to get H-1B approved for three years, not ... \n", + "\n", + " Answer Vote Status Timestamp \n", + "0 The employer can start the green card process ... up NaN \n", + "1 You can always go up and you can always go dow... up NaN \n", + "2 1. Please discuss your job description that is... up NaN \n", + "3 I see no problem applying for EB-3 and then us... up NaN \n", + "4 1. Typically the only way you can get three ye... up NaN " + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# current_directory = os.getcwd()\n", + "qaa = pd.read_csv(\"raw_input/qd_immigration.csv\", encoding = \"utf8\") # LLMs usually requires input text data with character encoding utf8\n", + "qaa.head()" + ] + }, + { + "cell_type": "markdown", + "id": "6fb87057-8c10-478c-850b-1342b5cc3064", + "metadata": {}, + "source": [ + "#### Check the number of missing values" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "e2377b09-ecfb-47af-ba20-d8914f19f732", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Unnamed: 0 0\n", + "ID 0\n", + "Question 0\n", + "Answer 0\n", + "Vote Status 0\n", + "Timestamp 96\n", + "dtype: int64\n" + ] + } + ], + "source": [ + "print(qaa.isna().sum())" + ] + }, + { + "cell_type": "markdown", + "id": "2d4cd094-ae42-48ad-8c5a-cb027babc38b", + "metadata": {}, + "source": [ + "## Data preprocessing" + ] + }, + { + "cell_type": "markdown", + "id": "a00b6aef-78ec-4fd6-919a-a2f24d97eb6a", + "metadata": {}, + "source": [ + "#### Stop words removal and stemming (Optional)" + ] + }, + { + "cell_type": "code", + "execution_count": 115, + "id": "dcebd404-ead1-4fb5-adb9-1970c8a0268b", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "[nltk_data] Downloading package punkt to /home/ubuntu/nltk_data...\n", + "[nltk_data] Package punkt is already up-to-date!\n", + "[nltk_data] Downloading package stopwords to /home/ubuntu/nltk_data...\n", + "[nltk_data] Package stopwords is already up-to-date!\n" + ] + }, + { + "data": { + "text/plain": [ + "True" + ] + }, + "execution_count": 115, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "nltk.download('punkt')\n", + "nltk.download('stopwords')" + ] + }, + { + "cell_type": "code", + "execution_count": 116, + "id": "5c51d2fc-125b-4041-82f1-1e58196fcd82", + "metadata": {}, + "outputs": [], + "source": [ + "stop = stopwords.words('english')\n", + "# These words are important for the problem. Exclude them from the stop words.\n", + "excluding = ['against', 'not', 'don', \"don't\",'ain', 'aren', \"aren't\", 'couldn', \"couldn't\",\n", + " 'didn', \"didn't\", 'doesn', \"doesn't\", 'hadn', \"hadn't\", 'hasn', \"hasn't\", \n", + " 'haven', \"haven't\", 'isn', \"isn't\", 'mightn', \"mightn't\", 'mustn', \"mustn't\",\n", + " 'needn', \"needn't\",'shouldn', \"shouldn't\", 'wasn', \"wasn't\", 'weren', \n", + " \"weren't\", 'won', \"won't\", 'wouldn', \"wouldn't\"]\n", + "# New stop word list\n", + "stop_words = [word for word in stop if word not in excluding]\n", + "\n", + "snow = SnowballStemmer('english')\n", + "\n", + "def process_text(texts): \n", + " final_text_list=[]\n", + " for sent in texts:\n", + " \n", + " # Check if the sentence is a missing value\n", + " if isinstance(sent, str) == False:\n", + " sent = \"\"\n", + " \n", + " filtered_sentence=[]\n", + " \n", + " sent = sent.lower() # Lowercase \n", + " sent = sent.strip() # Remove leading/trailing whitespace\n", + " sent = re.sub('\\s+', ' ', sent) # Remove extra space and tabs\n", + " sent = re.compile('<.*?>').sub('', sent) # Remove HTML tags/markups:\n", + "\n", + " for w in word_tokenize(sent):\n", + " # We are applying some custom filtering here, feel free to try different things\n", + " # Check if it is not numeric and its length>2 and not in stop words\n", + " if(not w.isnumeric()) and (len(w)>2) and (w not in stop_words): \n", + " # Stem and add to filtered list\n", + " filtered_sentence.append(snow.stem(w))\n", + " final_string = \" \".join(filtered_sentence) #final string of cleaned words\n", + " \n", + " final_text_list.append(final_string)\n", + " \n", + " return final_text_list\n", + "\n", + "stop_stem=False\n", + "if stop_stem:\n", + " question_l_raw, answer_l_raw = qaa[\"Question\"].to_list(), qaa[\"Answer\"].to_list()\n", + " qaa[\"Question\"] = process_text(question_l_raw)\n", + " qaa[\"Answer\"] = process_text(answer_l_raw)" + ] + }, + { + "cell_type": "markdown", + "id": "e72db19d-b1dc-4869-9ae1-dd24c2474525", + "metadata": {}, + "source": [ + "#### Personal Identification Information (PII) removal and other preprocessing using cleantext" + ] + }, + { + "cell_type": "code", + "execution_count": 117, + "id": "3390bf56-1a0b-4b29-ac64-fa88f8b62416", + "metadata": {}, + "outputs": [], + "source": [ + "! pip install clean-text\n", + "f_clean = lambda qaa_pair_raw : clean(qaa_pair_raw,\n", + " fix_unicode=True, # fix various unicode errors\n", + " to_ascii=True, # transliterate to closest ASCII representation\n", + " lower=True, # lowercase text\n", + " no_line_breaks=False, # fully strip line breaks as opposed to only normalizing them\n", + " no_urls=False, # replace all URLs with a special token\n", + " no_emails=False, # replace all email addresses with a special token\n", + " no_phone_numbers=False, # replace all phone numbers with a special token\n", + " no_numbers=False, # replace all numbers with a special token\n", + " no_digits=False, # replace all digits with a special token\n", + " no_currency_symbols=False, # replace all currency symbols with a special token\n", + " no_punct=False, # remove punctuations\n", + " replace_with_punct=\"\", # instead of removing punctuations you may replace them\n", + " replace_with_url=\"\",\n", + " replace_with_email=\"\",\n", + " replace_with_phone_number=\"\",\n", + " replace_with_number=\"\",\n", + " replace_with_digit=\"0\",\n", + " replace_with_currency_symbol=\"\",\n", + " lang=\"en\" # set to 'de' for German special handling\n", + ")\n", + "#import pdb; pdb.set_trace()\n", + "question_l_raw = qaa[\"Question\"].to_list()\n", + "question_l = [f_clean(p) for p in question_l_raw]\n", + "\n", + "answer_l_raw = qaa[\"Answer\"].to_list()\n", + "answer_l = [f_clean(p) for p in answer_l_raw]\n", + "\n", + "\n", + "qaa[\"Question\"] = question_l\n", + "qaa[\"Answer\"] = answer_l\n" + ] + }, + { + "cell_type": "markdown", + "id": "0a48d15f-0698-41c0-b26a-58d650ddf8fc", + "metadata": {}, + "source": [ + "#### Dataset customized clenaup" + ] + }, + { + "cell_type": "code", + "execution_count": 118, + "id": "59344b41-74e7-41ae-aea9-e1c915149193", + "metadata": {}, + "outputs": [], + "source": [ + "answer_l_raw = qaa[\"Answer\"].to_list()\n", + "qaa[\"Answer\"] = [re.compile(r'<.*?>|More\\.\\.\\.', flags=re.IGNORECASE).sub('', p) for p in answer_l_raw] # Remove HTML tags/markups: " + ] + }, + { + "cell_type": "markdown", + "id": "0d478a24-2a09-4725-9a25-1692f8f7e0d5", + "metadata": {}, + "source": [ + "#### Data structure conversion" + ] + }, + { + "cell_type": "code", + "execution_count": 119, + "id": "7b64e1ff-b6da-45c4-af28-99ec5badcc95", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "96\n", + "[{'Question': 'h-1b to eb-2 process . i would like to know if i have an advanced degree (masters engineering management) and my employer filed my h-1b and if the lottery is picked can i initiate the green card process? i also heard that there is a minimum salary cap for eb-2 advanced degree.', 'Answer': 'the employer can start the green card process at any time, even before you join. to see the salary figures by county and profession, you can review this link -https://www.flcdatacenter.com/'}, {'Question': 'eligibility for and the process of eb-3 to eb-2 porting . can you talk about this upgrade process from eb3 to eb2 for pending i-485? does it need another i-485 application or just a letter to uscis?', 'Answer': \"you can always go up and you can always go down as long as your perm was filed as an eb-2. if you filed your prm as an eb-3 then you're not going to be able to upgrade to eb-2. but if your perm was filed as an eb-2 you can downgrade i-140 eb-3. you can go back upgrade toeb-2if you already have aneb-2approval. you can file a downgrade second case aseb-3with the sameperm.faq in detail...\"}, {'Question': 'how can i qualify for eb-1c/international managers or executives . i was in usa on h1b for 11 yrs until august 2019 as senior software engineer and moved/transferred to canada on september 2019 as software development manager, managing 5 direct reports plus 4 second level reports with the same company in usa and canada. and now promoted as director, software development projects support and maintenance, before completing one year as manager. have i-140 approved and priority date is 2012 july.
1.what is my success rate of getting l1a
2. also need to re-apply my green card in eb1c, do i need to be in usa or when i am in canada my company can apply for this. and upon eb1c i-140 approval can i get l1a and move to usa
3. is this the correct time to apply eb1c in the next couple of months when 1 year completes or should i wait for visa ban to complete.', 'Answer': \"1. please discuss your job description that is intended in the foreign country outside usa with your lawyers. make sure you plan for it from day one because if you try to plan for it a year down the line you won't succeed.\"}, {'Question': \"downgrading from eb-2 to eb-3 . my wife and i are currently on ead's since feb 2012 when the dates became current for our priority date and we were able to apply for the i-485. she is the primary applicant and i am the dependent on her application. since 2012 the ead/ap card is being renewed every 2 years. with the eb3 category now going ahead of eb2 does it make sense for her to downgrade to eb3 - apply for i-140 under eb3. i believe it takes 6 months for approval so we would essentially be doing this preemptively in anticipation of our date becoming current under eb3 in 6+ months.\", 'Answer': 'i see no problem applying for eb-3 and then using whichever one is faster when the time comes.'}, {'Question': \"how to get h-1b approved for three years, not shorter duration . 1. i got my h1b approved for a period of one year only and expires on oct 27th, 2019. i work through a consultancy. any precautions i can take in the future which can help me getting the h1b approved for 3 years in the upcoming h1b extension after oct 27th, 2019.
2. any particular documents needed for getting the h1b approved for 3 years?
3. if i go for stamping, do i need to be careful with social media at the port of entry? any tips or recommendations you can give with reference to social media during port of entry?
4. my eb2 priority date is feb 4th, 2015 and i'm planning to marry a girl who is a nepal citizen and she's on opt right now. can i move my priority date to eb2 nepal category after marriage? if yes, what would be my next steps - how soon can i file for i-485 interview?\", 'Answer': '1. typically the only way you can get three year extension is if you can prove that the project will go on for three years.'}, {'Question': 'options to stay in the usa after expiration of h-1b . 1. i am currently in h1-b more than 10 years in the usa and i have approved i-140 priority date mar 2011 - eb2. my current employment is getting over in 3 weeks. and my current h1-b and i-94 expires in mid-august 2019. my question is if i am not able to find another job within my h1-b and i-94 expires on mid august 2019. what are the options available for me to legally stay in the usa after my h1-b and i-94 expires? i have own house. is there an exceptional case we can file gc ead?
2. without a job how many days i can stay in usa before my i-94 expires using i-140?', 'Answer': \"1. i don't think you would get the tourist visa or tourist status but you can apply for it.\"}, {'Question': 'downgrading a case from eb-2 to eb-3 for priority date advantage . i am with my current employer since 2008. my gc is filled in eb2 with aug-2010 priority date. only i-140 is approved so far.
1) can my employer file me under eb-3 concurrently without affecting my existing eb-2 filling?
2) if yes then what is the procedure for that? do i have to do my labor and i-140 once again?', 'Answer': '1. your eb-2 does not get affected. you can file eb-3/i-140 and i believe you can file a i-485 also if your dates are current.'}, {'Question': 'eb-2 approved - applying for eb-3 . i applied for eb3 in 2011 and port to eb2, now eb3 dates are moving forward and if it reach to my priority date am i still eligible for eb3 as i initially applied for or do i need to downgrade to eb3. will there be any questions raised?', 'Answer': 'this is mostly a question of procedure and policy. the uscis has been indicating that if you have only one i-140 approved under eb-2 but you want to file under eb-3 you have to file another i-140 using the copy of the same labor certification - perm application and get an eb-3 approval first.'}, {'Question': \"not worked for green card sponsoring company fraud implication for naturalization/citizenship . in summary,
* i worked for the same company from 2004 to 2014 (2004 - 2011 in us on h1b, and 2011-2014 in india)
* but, after green card, i did not work for the company in us.
* i don't have even a single paycheck from us company after receiving gc.
* since then, i have been working in a job with same job description that my gc was filed for.
* all other history is clean. i have two us born children, always paid taxes on time, no legal cases.
i heard from reliable sources that under current circumstances, my case will be marked as fraud and there is a 99% chance that they will revoke my gc and deport me, as i didn't stay with the employer that sponsored my gc.
questions
* should i be really concerned?
* what are my options?
* i have the option of going back to the same employer now. does that help?
* if my wife applies for naturalization instead of me, is that going to be any different?\", 'Answer': \"this is a difficult situation. i would argue that this is fine because once you went and got the green card you took the job and you are just working for the company's operations outside the usa temporarily. so i think it's going to be a touch and go, but that is what i would argue. you definitely need to take a lawyer with you.\"}, {'Question': 'how can i downgrade from eb-2 to eb-3 and consequences . i have i-140 approved in eb2, priority date is 2010. when date become current for eb3, i want to downgrade from eb2 to eb3 (i know i have to only refile i-140 and i-485 concurrent). what will happen if uscis denied newly filed i-140 (eb3)? can i-485 also denied? if newly filed i-140 (eb3) denied, can i used my previously approved i-140 (eb2)?', 'Answer': \"if we have an eb-2 approved i-140 we apply for an eb-3 approval on the same form or you can file eb-3 i-140 and i-485 concurrently if the dates are current. if you file a i-485 that is prematurely filed when the priority date of eb-2 is not current, if eb-3 is denied on which basis you had filed the i-485 then the i-485 will also be denied. i would want your lawyers to review your case very carefully. make sure that you don't have any other issues. if the second eb-3 filing gets denied it should not have any impact on the already approved i-140 unless the second filing reveals some problem with the case that was not addressed earlier.\"}]\n" + ] + } + ], + "source": [ + "qaa_list = qaa[[\"Question\", \"Answer\"]].to_dict('records')\n", + "print(len(qaa_list))\n", + "print(qaa_list[:10])" + ] + }, + { + "cell_type": "markdown", + "id": "2b415e10-e725-4183-bf92-73b8fe0488d4", + "metadata": {}, + "source": [ + "### Prompt Engineering" + ] + }, + { + "cell_type": "code", + "execution_count": 120, + "id": "7848e9a4-22e4-4e90-8ef6-09d634de1b33", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "294\n" + ] + } + ], + "source": [ + "prompts= \"\"\"Paraphrase the below question and answer pair in 3 different ways.\n", + "Try not to repeat the verb for each pair to maximize diversity.\n", + "Return everything in an array of JSON object in this format: ######{\"_question\":\"string\", \"_answer\":\"string\"}\n", + "Seperate each pair with \"######\" rather than commas.\n", + "\"\"\"\n", + "print(len(prompts))" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "36ada685-4c31-4356-99f9-1f82bf3f17cf", + "metadata": {}, + "outputs": [], + "source": [ + "def encode_prompt_QA(prompts=prompts, QA_list=[]):\n", + " \"\"\"Encode multiple prompt instructions into a single string.\"\"\"\n", + " listof_prompt_QA = []\n", + " for idx, task_dict in enumerate(QA_list):\n", + " single_prompt_QA = prompts+\"\\n\"\n", + " (question, answer) = task_dict[\"Question\"], task_dict[\"Answer\"]\n", + " question = re.sub(r\"\\s+\", \" \", question).strip().rstrip(\":\")\n", + " answer = \"\" if answer.lower() == \"\" else answer\n", + " single_prompt_QA += f\"######\\n\"\n", + " single_prompt_QA += \"{\"\n", + " single_prompt_QA += f\"\\\"_question\\\": \\\"{question}\\\",\\n\"\n", + " single_prompt_QA += f\"\\\"_answer\\\": \\\"{answer}\\\"\"\n", + " single_prompt_QA += \"}\"\n", + " # single_prompt_QA += f\"###\\n\"\n", + " listof_prompt_QA.append(single_prompt_QA)\n", + " return listof_prompt_QA\n", + "\n", + "qaa_list_encoded = encode_prompt_QA(prompts, qaa_list)\n", + "print(\"len(qaa_list_encoded): \", len(qaa_list_encoded))\n", + "for id, qa in enumerate(qaa_list_encoded[:10]):\n", + " print(qa)\n", + " print(\"\\n\")" + ] + }, + { + "cell_type": "markdown", + "id": "011cb89e-9a46-41c4-90fc-1c28f021579f", + "metadata": {}, + "source": [ + "#### Generate synthetic data with low temparature" + ] + }, + { + "cell_type": "code", + "execution_count": 122, + "id": "39e8c494-c5a1-41c3-9830-94903bdef3f5", + "metadata": {}, + "outputs": [], + "source": [ + "qaa_augmented_raw = []" + ] + }, + { + "cell_type": "code", + "execution_count": 123, + "id": "898c89a3-9bc4-4f26-9057-5edb2ca59ac3", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I initiate the green card process if my employer files an H-1B and it is picked in the lottery?\",\n", + "\"_answer\": \"Yes, the employer can begin the green card process at any time, even before you start working. To check the salary requirements by county and profession, you can look at this link -https://www.flcdatacenter.com/\"}\n", + "\n", + "######\n", + "{\"_question\": \"If my employer files an H-1B and it is selected in the lottery, can I begin the green card process?\",\n", + "\"_answer\": \"Yes, the employer can initiate the green card process before you even start working. To view the salary limits by county and job, you can refer to this link -https://www.flcdatacenter.com/\"}\n", + "\n", + "######\n", + "{\"_question\": \"If my employer files an H-1B and it is chosen in the lottery, am I able to start the green card process?\",\n", + "\"_answer\": \"Yes, the employer can initiate the green card process before you begin working. To check the salary caps by county and occupation, you can look at this link -https://www.flcdatacenter.com/\"} \n", + "\n", + "\n", + "\n", + "1 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the eligibility and process for porting from EB-3 to EB-2 for an I-485 pending application?\", \n", + "\"_answer\": \"It is possible to upgrade from EB-3 to EB-2 as long as the PERM was initially filed as an EB-2. If the PERM was filed as an EB-3, then it is not possible to upgrade. However, if the PERM was filed as an EB-2, then you can downgrade the I-140 to EB-3 and then upgrade back to EB-2 if you already have an EB-2 approval. You can file a downgrade second case as EB-3 with the same PERM. For more information, please refer to the FAQs.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the eligibility and procedure for changing from EB-3 to EB-2 for a pending I-485?\", \n", + "\"_answer\": \"It is possible to move up from EB-3 to EB-2 as long as the PERM was filed as an EB-2. If the PERM was filed as an EB-3, then it is not possible to upgrade. However, if the PERM was filed as an EB-2, then you can downgrade the I-140 to EB-3 and then upgrade back to EB-2 if you already have an EB-2 approval. You can file a downgrade second case as EB-3 with the same PERM. For more information, please refer to the FAQs.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the eligibility and process for porting from EB-3 to EB-2 for an I-485 that is pending?\", \n", + "\"_answer\": \"It is possible to upgrade from EB-3 to EB-2 as long as the PERM was initially filed as an EB-2. If the PERM was filed as an EB-3, then it is not possible to upgrade. However, if the PERM was filed as an EB-2, then you can downgrade the I-140 to EB-3 and then upgrade back to EB-2 if you already have an EB-2 approval. You can file a downgrade second case as EB-3 with the same PERM. For further details, please refer to the FAQs.\"} \n", + "\n", + "\n", + "\n", + "2 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are my chances of getting an L1A visa? I was in the US on an H1B for 11 years until August 2019, when I transferred to Canada as a Software Development Manager, managing 5 direct reports and 4 second level reports with the same company in the US and Canada. I was recently promoted to Director of Software Development Projects Support and Maintenance, before completing one year as Manager. I have an I-140 approved and my priority date is July 2012. Is this the right time to apply for an EB1C in the next couple of months when I complete one year, or should I wait for the visa ban to end?\",\n", + "\"_answer\": \"It is important to discuss your job description that is intended in the foreign country outside the US with your lawyers. Make sure you plan for it from the start, as if you wait a year to plan for it, you may not be successful.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the chances of me obtaining an L1A visa? I had been in the US on an H1B for 11 years until August 2019, when I transferred to Canada as a Software Development Manager, managing 5 direct reports and 4 second level reports with the same company in the US and Canada. Recently, I was promoted to Director of Software Development Projects Support and Maintenance, before completing one year as Manager. I have an I-140 approved and my priority date is July 2012. Is now the right time to apply for an EB1C in the next couple of months when I complete one year, or should I wait for the visa ban to finish?\",\n", + "\"_answer\": \"It is essential to discuss your job description that is intended in the foreign country outside the US with your lawyers. Make sure you plan for it from the beginning, as if you wait a year to plan for it, you may not be successful.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the odds of me getting an L1A visa? I was in the US on an H1B for 11 years until August 2019, when I moved to Canada as a Software Development Manager, managing 5 direct reports and 4 second level reports with the same company in the US and Canada. Recently, I was promoted to Director of Software Development Projects Support and Maintenance, before completing one year as Manager. I have an I-140 approved and my priority date is July 2012. Is this the correct time to apply for an EB1C in the next couple of months when I complete one year, or should I wait for the visa ban to end?\",\n", + "\"_answer\": \"It is important to consult your job description that is intended in the foreign country outside the US with your lawyers. Make sure you plan for it from day one because if you try to plan for it a year down the line you won't succeed.\"} \n", + "\n", + "\n", + "\n", + "3 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Would it be a good idea for my wife and I to switch from EB-2 to EB-3 for our I-485 application, given that the EB-3 category is now ahead of EB-2?\",\n", + "\"_answer\": \"It could be beneficial to apply for EB-3 and then use whichever one is faster when the time comes.\"}\n", + "\n", + "######\n", + "{\"_question\": \"My wife and I have been on EADs since 2012 when the dates became current for our priority date. We are currently in the EB-2 category, but the EB-3 is now ahead. Is it a good idea to switch to EB-3 and apply for the I-140 under EB-3?\",\n", + "\"_answer\": \"It may be advantageous to apply for EB-3 and then utilize whichever one is faster when the time comes.\"} \n", + "\n", + "\n", + "\n", + "4 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What can I do to ensure my H-1B is approved for a three year period, rather than a shorter duration? I got my H-1B approved for one year and it expires on October 27th, 2019. I work through a consultancy. Are there any steps I can take to help me get the H-1B approved for three years when I apply for an extension after October 27th, 2019? What documents do I need to get the H-1B approved for three years? If I go for stamping, do I need to be careful with my social media at the port of entry? Are there any tips or recommendations you can give me regarding social media when I go to the port of entry? My EB2 priority date is February 4th, 2015 and I'm planning to marry a girl who is a Nepal citizen and she's on OPT right now. Can I move my priority date to the EB2 Nepal category after marriage? If yes, what would be my next steps and how soon can I file for an I-485 interview?\",\n", + "\"_answer\": \"Typically the only way you can get three year extension is if you can prove that the project will go on for three years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What can I do to make sure my H-1B is approved for a three year period, not a shorter duration? I got my H-1B approved for one year and it expires on October 27th, 2019. I work through a consultancy. Are there any precautions I can take in the future to help me get the H-1B approved for three years when I apply for an extension after October 27th, 2019? What documents are necessary for getting the H-1B approved for three years? If I go for stamping, do I need to be mindful of my social media at the port of entry? Are there any tips or advice you can give me regarding social media when I go to the port of entry? My EB2 priority date is February 4th, 2015 and I'm planning to marry a girl who is a Nepal citizen and she's on OPT right now. Can I move my priority date to the EB2 Nepal category after marriage? If yes, what would be my next steps and how soon can I file for an I-485 interview?\",\n", + "\"_answer\": \"Generally the only way you can get three year extension is if you can demonstrate that the project will go on for three years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What can I do to ensure my H-1B is approved for a three year period, not a shorter duration? I got my H-1B approved for one year and it expires on October 27th, 2019. I work through a consultancy. Are there any steps I can take to help me get the H-1B approved for three years when I apply for an extension after October 27th, 2019? What documents do I need to get the H-1B approved for three years? If I go for stamping, do I need to be careful with my social media at the port of entry? Are there any tips or recommendations you can give me regarding social media when I go to the port of entry? My EB2 priority date is February 4th, 2015 and I'm planning to marry a girl who is a Nepal citizen and she's on OPT right now. Can I move my priority date to the EB2 Nepal category after marriage? If yes, what would be my next steps and how soon can I file for an I-485 interview?\",\n", + "\"_answer\": \"Generally the only way you can get three year extension is if you can prove that the project will go on for three years.\"} \n", + "\n", + "\n", + "\n", + "5 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the possibilities for me to remain in the US after my H-1B and I-94 expire?\",\n", + "\"_answer\": \"I don't think you would be able to get a tourist visa or tourist status, but you can apply for it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the chances of me staying in the US after my H-1B and I-94 expire?\",\n", + "\"_answer\": \"I don't think you would be able to acquire a tourist visa or tourist status, but you can attempt to apply for it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the options for me to stay in the US after my H-1B and I-94 expire?\",\n", + "\"_answer\": \"I don't think you would be able to obtain a tourist visa or tourist status, but you can try to apply for it.\"} \n", + "\n", + "\n", + "\n", + "6 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I downgrade my case from EB-2 to EB-3 to take advantage of the priority date? I have been with my current employer since 2008 and my green card was filed under EB-2 with an August 2010 priority date. Only the I-140 has been approved so far.\",\n", + "\"_answer\": \"Your EB-2 filing will not be affected. You can file an EB-3/I-140 and, if your dates are current, you may also be able to file an I-485.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to switch my case from EB-2 to EB-3 to gain priority date benefits? I have been with my current employer since 2008 and my green card was submitted under EB-2 with an August 2010 priority date. Only the I-140 has been approved thus far.\",\n", + "\"_answer\": \"Your EB-2 filing will remain unaffected. You can file an EB-3/I-140 and, if your dates are current, you may also be able to file an I-485.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I lower the classification of my case from EB-2 to EB-3 to take advantage of the priority date? I have been with my current employer since 2008 and my green card was filed under EB-2 with an August 2010 priority date. Only the I-140 has been approved up to this point.\",\n", + "\"_answer\": \"Your EB-2 filing will remain intact. You can file an EB-3/I-140 and, if your dates are current, you may also be able to file an I-485.\"} \n", + "\n", + "\n", + "\n", + "7 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have an EB-2 approval and I am applying for EB-3. I applied for EB3 in 2011 and ported to EB2. Now, EB3 dates are advancing and if it reaches my priority date, am I still eligible for EB3 as I initially applied for or do I need to downgrade to EB3? Will there be any questions raised?\",\n", + "\"_answer\": \"This is mostly a matter of procedure and policy. The USCIS has been indicating that if you have only one I-140 approved under EB-2 but you want to file under EB-3, you have to file another I-140 using the copy of the same labor certification - PERM application and get an EB-3 approval first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have an EB-2 approval and I am applying for EB-3. I filed for EB3 in 2011 and switched to EB2. Now, EB3 dates are progressing and if it reaches my priority date, am I still qualified for EB3 as I initially applied for or do I need to downgrade to EB3? Will there be any queries raised?\",\n", + "\"_answer\": \"This is mostly an issue of procedure and policy. The USCIS has been indicating that if you have only one I-140 approved under EB-2 but you want to file under EB-3, you have to file another I-140 using the copy of the same labor certification - PERM application and get an EB-3 approval first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have an EB-2 approval and I am applying for EB-3. I put in for EB3 in 2011 and changed to EB2. Now, EB3 dates are moving ahead and if it reaches my priority date, am I still eligible for EB3 as I initially applied for or do I need to downgrade to EB3? Will there be any questions posed?\",\n", + "\"_answer\": \"This is mostly a question of procedure and policy. The USCIS has been indicating that if you have only one I-140 approved under EB-2 but you want to file under EB-3, you have to file another I-140 using the copy of the same labor certification - PERM application and get an EB-3 approval first.\"} \n", + "\n", + "\n", + "\n", + "8 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What should I do if I have been working for the same company since 2004, but after receiving my green card, I have not worked for the company in the US and I don't have a single paycheck from a US company? I have two US-born children, always paid taxes on time, and no legal cases. Is there a chance that my green card will be revoked and I will be deported?\",\n", + "\"_answer\": \"This is a difficult situation. I would suggest that you take a lawyer with you to argue that you took the job after receiving the green card and you are just working for the company's operations outside the US temporarily. It may be a touch and go, but that is what I would suggest.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have been with the same company since 2004 and I have not worked for them in the US after receiving my green card. I do not have a single paycheck from a US company. I have two US-born children, always paid taxes on time, and no legal cases. Is there a chance that my green card will be revoked and I will be deported?\",\n", + "\"_answer\": \"This is a difficult situation. I would recommend that you take a lawyer with you to make the argument that you took the job after getting the green card and you are just working for the company's operations outside the US temporarily. It may be a risky situation, but that is what I would recommend.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have been with the same company since 2004 and I have not worked for them in the US after receiving my green card. I do not have a single paycheck from a US company. I have two US-born children, always paid taxes on time, and no legal cases. Is there a chance that my green card will be revoked and I will be deported?\",\n", + "\"_answer\": \"This is a difficult situation. I would advise that you take a lawyer with you to argue that you took the job after getting the green card and you are just working for the company's operations outside the US temporarily. It may be a gamble, but that is what I would advise.\"} \n", + "\n", + "\n", + "\n", + "9 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What will happen if I attempt to downgrade from EB-2 to EB-3 and my newly filed I-140 is denied? Can I use my previously approved I-140 (EB-2)?\",\n", + "\"_answer\": \"If you file an I-485 prematurely when the priority date of EB-2 is not current, and the EB-3 filing is denied, then the I-485 will also be denied. It is important to have your lawyer review your case carefully to ensure there are no other issues. If the second EB-3 filing is denied, it should not have any impact on the already approved I-140 unless the second filing reveals a problem with the case that was not addressed earlier.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What will be the outcome if I try to switch from EB-2 to EB-3 and my new I-140 is rejected? Can I still use my earlier approved I-140 (EB-2)?\",\n", + "\"_answer\": \"If you file an I-485 before the priority date of EB-2 is current, and the EB-3 application is denied, then the I-485 will also be denied. It is important to have your lawyer review your case thoroughly to make sure there are no other issues. If the second EB-3 filing is denied, it should not affect the already approved I-140 unless the second filing reveals a problem with the case that was not addressed earlier.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What will happen if I try to downgrade from EB-2 to EB-3 and my new I-140 is denied? Can I still use my previously approved I-140 (EB-2)?\",\n", + "\"_answer\": \"If you submit an I-485 prematurely when the priority date of EB-2 is not current, and the EB-3 filing is denied, then the I-485 will also be denied. It is essential to have your lawyer review your case carefully to make sure there are no other issues. If the second EB-3 filing is denied, it should not have any impact on the already approved I-140 unless the second filing reveals a problem with the case that was not addressed earlier.\"} \n", + "\n", + "\n", + "\n", + "10 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What do I need to do to get a master's degree from an accredited university to process an EB-2 green card?\", \n", + "\"_answer\": \"You need to check with your university to see which state level agency has accredited their programs in order to get an educational evaluation for an EB-2 status.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the requirement for getting an EB-2 green card with a master's degree from an accredited university?\", \n", + "\"_answer\": \"You need to find out which state level agency has accredited the university's programs in order to get an educational evaluation for an EB-2 status.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What do I need to do to get an educational evaluation for an EB-2 status with a master's degree from an accredited university?\", \n", + "\"_answer\": \"You should contact your university to determine which state level agency has accredited their programs in order to get the evaluation.\"} \n", + "\n", + "\n", + "\n", + "11 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it feasible to initiate a green card application while on F-1 status? I am currently on F1 OPT with employer A, and they have filed an H1B for me this year. Can my employer begin the green card process while I am in F1 status?\",\n", + "\"_answer\": \"For individuals from countries with long wait times for priority dates, such as India, China, Philippines, and Mexico, it is not recommended to start a green card application while on F-1 status. This is because F-1 does not allow for dual intent, whereas statuses like H-1, H-4, L-1, L-2, and O-1 do. If you are from a country with shorter wait times, such as Saudi Arabia, Pakistan, Nepal, or Europe, it may be possible to complete the green card process within a year under the EB-1, EB-2, or EB-3 categories.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it a good idea to start a green card application while on F-1 status? I am currently on F1 OPT with employer A, and they have filed an H1B for me this year. Can my employer initiate the green card process while I am in F1 status?\",\n", + "\"_answer\": \"For people from countries with long wait times for priority dates, such as India, China, Philippines, and Mexico, it is not advisable to begin a green card application while on F-1 status. This is because F-1 does not permit dual intent, whereas statuses like H-1, H-4, L-1, L-2, and O-1 do. If you are from a country with shorter wait times, such as Saudi Arabia, Pakistan, Nepal, or Europe, it may be possible to finish the green card process within a year under the EB-1, EB-2, or EB-3 categories.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it wise to initiate a green card application while on F-1 status? I am currently on F1 OPT with employer A, and they have filed an H1B for me this year. Can my employer start the green card process while I am in F1 status?\",\n", + "\"_answer\": \"For individuals from countries with long wait times for priority dates, such as India, China, Philippines, and Mexico, it is not recommended to commence a green card application while on F-1 status. This is because F-1 does not allow for dual intent, whereas statuses like H-1, H-4, L-1, L-2, and O-1 do. If you are from a country with shorter wait times, such as Saudi Arabia, Pakistan, Nepal, or Europe, it may be possible to complete the green card process within a year under the EB-1, EB-2, or EB-3 categories.\"} \n", + "\n", + "\n", + "\n", + "12 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to submit multiple green card applications at the same time? What could be the consequences?
My company has already filed my green card in the EB-2 category and my I-140 has been approved with a priority date of 2013. Can I try to apply for an EB-1 category myself? If my EB-1 application is not approved, will it have an effect on my EB-2 green card?
Should my job description be the same for both EB-1 and EB-2?
What are the potential issues that could arise?\",\n", + "\"_answer\": \"Yes, you can submit multiple green card applications simultaneously. This can be done through employment, family, or investment. As long as the applications are filed honestly, any number of green cards can be submitted.
Trying to apply for an EB-1 category yourself will not have an effect on your EB-2 green card, regardless of the outcome.
Your job description does not need to be the same for both EB-1 and EB-2.
Potential issues that could arise include delays in processing, incorrect information, or denial of the application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it permissible to file for multiple green cards at once? What could be the repercussions?
My employer has already submitted my green card application in the EB-2 category and my I-140 has been approved with a priority date of 2013. Could I attempt to apply for an EB-1 category on my own? If my EB-1 application is not accepted, will it have an impact on my EB-2 green card?
Should my job description be the same for both EB-1 and EB-2?
What are the potential problems that could arise?\",\n", + "\"_answer\": \"Yes, it is possible to file for multiple green cards at the same time. This can be done through employment, family, or investment. As long as the applications are filed honestly, any number of green cards can be submitted.
Attempting to apply for an EB-1 category yourself will not have an effect on your EB-2 green card, regardless of the outcome.
Your job description does not need to be the same for both EB-1 and EB-2.
Potential problems that could arise include delays in processing, incorrect information, or denial of the application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it allowed to submit multiple green card applications at once? What could be the consequences?
My company has already filed my green card in the EB-2 category and my I-140 has been approved with a priority date of 2013. Could I try to apply for an EB-1 category myself? If my EB-1 application is not approved, will it have an effect on my EB-2 green card?
Should my job description be the same for both EB-1 and EB-2?
What are the possible issues that could arise?\",\n", + "\"_answer\": \"Yes, you can submit multiple green card applications simultaneously. This can be done through employment, family, or investment. As long as the applications are filed honestly, any number of green cards can be submitted.
Trying to apply for an EB-1 category yourself will not have an effect on your EB-2 green card, regardless of the outcome.
Your job description does not need to be the same for both EB-1 and EB-2.
Possible issues that could arise include delays in processing, incorrect information, or denial of the application.\"} \n", + "\n", + "\n", + "\n", + "13 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the processing times for NIW? I'm in the EB2 category and I'm worried it will take a long time to get my EAD card and switch employers. Could there be any issues if I change employers during the process?\",\n", + "\"_answer\": \"If you are a self-applicant and will still be working in the same area of national interest, you can switch employers at any time. The NIW priority date will take the same amount of time as a regular EB2 application. See http://www.immigration.com/visa-bulletin under the Employment-Based Category 2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How long will the NIW process take? I'm in the EB2 category and I'm concerned it will take a long time to get my EAD card and move to a new employer. Could there be any problems if I change employers during the process?\",\n", + "\"_answer\": \"If you are a self-applicant and will still be working in the same area of national interest, you can change employers whenever you want. The NIW priority date will take the same amount of time as a regular EB2 application. See http://www.immigration.com/visa-bulletin under the Employment-Based Category 2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the timeline for NIW? I'm in the EB2 category and I'm worried it will take a long time to get my EAD card and change employers. Could there be any issues if I switch employers during the process?\",\n", + "\"_answer\": \"If you are a self-applicant and will still be working in the same area of national interest, you can switch employers at any time. The NIW priority date will take the same amount of time as a regular EB2 application. See http://www.immigration.com/visa-bulletin under the Employment-Based Category 2.\"} \n", + "\n", + "\n", + "\n", + "14 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I got my I-140 approved and EAD with EB2 category in April 2012. I need to change my employer but they did not give me my green card papers like I-140 approval copy, labor code etc. Is there a way to obtain all my green card documents from USCIS without knowing my employer?\",\n", + "\"_answer\": \"Form G-884 is used to request the return of documents you had sent to USCIS (e.g., your college degrees and diplomas). Use FOIA for the purpose you are considering.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was approved for my I-140 and EAD with EB2 category in April 2012. I am looking to switch employers, but they did not give me my green card documents such as the I-140 approval copy, labor code etc. Is there a way to get all my green card documents from USCIS without knowing my employer?\",\n", + "\"_answer\": \"Form G-884 is used to ask for the return of documents you had sent to USCIS (e.g., your college degrees and diplomas). Utilize FOIA for the purpose you are considering.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was granted my I-140 and EAD with EB2 category in April 2012. I am looking to change employers, but they did not give me my green card documents such as the I-140 approval copy, labor code etc. Is there a way to acquire all my green card documents from USCIS without knowing my employer?\",\n", + "\"_answer\": \"Form G-884 is used to request the return of documents you had sent to USCIS (e.g., your college degrees and diplomas). Employ FOIA for the purpose you are considering.\"} \n", + "\n", + "\n", + "\n", + "15 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I submit an adjustment of status application if my 'schedule a' application is in the 'eb-2' category?\", \n", + "\"_answer\": \"It is possible to file concurrently if the priority date for eb-2 is current and not backlogged.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to submit an adjustment of status application if my 'schedule a' application is in the 'eb-2' category?\", \n", + "\"_answer\": \"Yes, you can file concurrently if the priority date for eb-2 is current and not backlogged.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I file an adjustment of status application if my 'schedule a' application is in the 'eb-2' category?\", \n", + "\"_answer\": \"It is possible to submit concurrently if the priority date for eb-2 is current and not backlogged.\"} \n", + "\n", + "\n", + "\n", + "16 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the status of Obama's immigration action with regards to I-140 stage and H-1B visa holders?\", \n", + "\"_answer\": \"There is a proposal to allow filing of I-485 at the I-140 stage, without waiting for priority dates to be current. This, if implemented, would grant an Employment Authorization Document (EAD) as well as the right to change jobs under AC21. However, there is no clear indication about this proposal in any government document yet.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the current situation regarding Obama's immigration action and I-140 stage for H-1B visa holders?\", \n", + "\"_answer\": \"There is a suggestion to permit filing of I-485 at the I-140 stage, without waiting for priority dates to be current. If this is put into effect, it would give an Employment Authorization Document (EAD) as well as the right to change jobs under AC21. Unfortunately, there is no definite information about this proposal in any government document at this time.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the current state of Obama's immigration action in regards to I-140 stage and H-1B visa holders?\", \n", + "\"_answer\": \"There is a proposal to allow filing of I-485 at the I-140 stage, without waiting for priority dates to be current. This, if implemented, would provide an Employment Authorization Document (EAD) as well as the right to change jobs under AC21. Unfortunately, there is no explicit indication about this proposal in any government document as of now.\"} \n", + "\n", + "\n", + "\n", + "17 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are my options to expedite the background checks for my I-485 application which has been pending for 2.5 years and current for 2.5 months?\", \n", + "\"_answer\": \"see the marked clip below from rajiv's video recording for the answer to this question.https://www.youtube.com/watch?feature=player_detailpage&list=uum4s1qwos\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I use a writ of mandamus to address the unreasonable delay of my I-485 application which has been pending for 2.5 years and current for 2.5 months?\", \n", + "\"_answer\": \"see the marked clip below from rajiv's video recording for the answer to this question.https://www.youtube.com/watch?feature=player_detailpage&list=uum4s1qwos\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the risks involved if I switch to an H1-B visa while my I-485 application is pending for 2.5 years and current for 2.5 months?\", \n", + "\"_answer\": \"see the marked clip below from rajiv's video recording for the answer to this question.https://www.youtube.com/watch?feature=player_detailpage&list=uum4s1qwos\"} \n", + "\n", + "\n", + "\n", + "18 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I use my experience with my current employer in India while filing for a PERM?\",\n", + "\"_answer\": \"Yes, you can use the experience gained with an employer who has a tax id number other than your petitioning employer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I include my experience in India with my current employer when filing for a PERM?\",\n", + "\"_answer\": \"Yes, you may utilize the experience gained with an employer who has a tax id number other than your petitioning employer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"When filing for a PERM, can I use my experience with my current employer in India?\",\n", + "\"_answer\": \"Yes, you can use the experience acquired with an employer who has a tax id number different from your petitioning employer.\"} \n", + "\n", + "\n", + "\n", + "19 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have two bachelor's degrees from US universities. A 3-year bachelor degree in science and a 2-year bachelor's degree in engineering. Am I eligible for an EB-2 visa with this? If I don't qualify for EB-2, should I wait another year to file EB-2 or just file EB-3 now? Do internships count when counting the number of years of work after school?\",\n", + "\"_answer\": \"Internships do count as experience. You should get your degrees evaluated under AACRAO EDGE standards first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I possess two bachelor's degrees from US universities. A 3-year bachelor degree in science and a 2-year bachelor's degree in engineering. Could I be considered for an EB-2 visa with this? In the event that I don't qualify for EB-2, should I wait one more year to file EB-2 or just file EB-3 now? Do internships count when calculating the number of years of work after school?\",\n", + "\"_answer\": \"Internships are taken into account as experience. You should get your degrees evaluated under AACRAO EDGE standards first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have two bachelor's degrees from US universities. A 3-year bachelor degree in science and a 2-year bachelor's degree in engineering. Am I qualified for an EB-2 visa with this? If I don't meet the requirements for EB-2, should I wait another year to file EB-2 or just file EB-3 now? Do internships count when determining the number of years of work after school?\",\n", + "\"_answer\": \"Internships are counted as experience. You need to get your degrees evaluated under AACRAO EDGE standards first.\"} \n", + "\n", + "\n", + "\n", + "20 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the timeline for applying for a green card if I am an L1-A visa holder with 14 years of IT experience and have been in a managerial role for the past 3 years? I manage a team of 30 people located in Chennai, Shanghai, and San Jose. Do I have the option to choose between EB-1 and EB-2? I do not have a bachelor's or master's degree, will this be an issue when applying for a green card? Can I apply for a green card myself or must it be done through my employer?\",\n", + "\"_answer\": \"You can apply for green card without any wait. Yes, but EB-1 is a gazillion times faster for indian-born people. Degree is not a requirement for international managers/execs. Your employer needs to apply.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the timeline for submitting a green card application if I am an L1-A visa holder with 14 years of IT experience and have been in a managerial role for the past 3 years? Do I have the choice to select between EB-1 and EB-2? I do not have a bachelor's or master's degree, will this be a problem when applying for a green card? Can I apply for a green card independently or must it be done through my employer?\",\n", + "\"_answer\": \"You can apply for green card without any wait. Yes, but EB-1 is a gazillion times faster for indian-born people. Degree is not a requirement for international managers/execs. Your employer needs to apply.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the timeline for filing a green card application if I am an L1-A visa holder with 14 years of IT experience and have been in a managerial role for the past 3 years? Do I have the option to choose between EB-1 and EB-2? I do not have a bachelor's or master's degree, will this be a barrier for applying for a green card? Can I apply for a green card myself or must it be done through my employer?\",\n", + "\"_answer\": \"You can apply for green card without any wait. Yes, but EB-1 is a gazillion times faster for indian-born people. Degree is not a requirement for international managers/execs. Your employer needs to apply.\"} \n", + "\n", + "\n", + "\n", + "21 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have a three year bachelors from India and 16 years of experience in the US. I have a pending EB-3 with a priority date of 10/2006. If I pursue a master's degree here (online or executive course), will I qualify for EB-2 or do I need to demonstrate progressive experience since getting my master's?\",\n", + "\"_answer\": \"If the master's degree is accredited, you don't need to have post-master's experience for EB-2. There may be some issues with the 3+2 pattern of education, but an accredited master's should resolve it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a three year bachelors from India and 16 years of experience in the US. I have a pending EB-3 with a priority date of 10/2006. If I take a master's degree here (online or executive course), will I be eligible for EB-2 or do I need to show progressive experience since obtaining my master's?\",\n", + "\"_answer\": \"If the master's degree is accredited, you don't need post-master's experience for EB-2. There could be some issues with the 3+2 pattern of education, but an accredited master's should fix it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a three year bachelors from India and 16 years of experience in the US. I have a pending EB-3 with a priority date of 10/2006. If I get a master's degree here (online or executive course), will I qualify for EB-2 or do I need to demonstrate progressive experience since getting my master's?\",\n", + "\"_answer\": \"If the master's degree is accredited, you don't need to have post-master's experience for EB-2. There may be some issues with the 3+2 pattern of education, but an accredited master's should solve it.\"} \n", + "\n", + "\n", + "\n", + "22 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I'm on a J-1 visa for the next four years and I'm considering applying for an EB2-NIW. Will I have any issues with travelling if I don't get the EB2?\",\n", + "\"_answer\": \"It is not definite that you will have a problem, but there is a possibility that exhibiting immigrant intent may be an issue for J-1 holders.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I'm a J-1 holder for the next four years and I'm looking into an EB2-NIW. If I don't get the EB2, will I have any issues when I travel?\",\n", + "\"_answer\": \"It is not certain that you will have a problem, but there is a chance that showing immigrant intent could be an issue for J-1 holders.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a J-1 visa for the next four years and I'm thinking of applying for an EB2-NIW. If I don't get the EB2, will I have any difficulties when travelling?\",\n", + "\"_answer\": \"It is not definite that you will have a problem, but there is a potential that exhibiting immigrant intent may be an issue for J-1 holders.\"} \n", + "\n", + "\n", + "\n", + "23 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I need a EB-2 visa to work as a veterinary assistant in the USA if I am from Bulgaria and have a master's degree in veterinary medicine?\",\n", + "\"_answer\": \"In order to be eligible for an EB-2 visa, two criteria must be met: 1. Your degree must be equivalent to a U.S. advanced degree (a credentials evaluation service must assess this under the proper standards); and 2. The job must require an advanced degree or equivalent experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I get a EB-2 visa if I am from Bulgaria and have a master's degree in veterinary medicine and want to work as a veterinary assistant in the USA?\",\n", + "\"_answer\": \"You may be able to obtain an EB-2 visa if two conditions are satisfied: 1. Your degree is equal to a U.S. advanced degree (a credentials evaluation service must evaluate this under the correct standards); and 2. The job necessitates an advanced degree or equivalent experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am from Bulgaria and have a master's degree in veterinary medicine, can I get a EB-2 visa to work as a veterinary assistant in the USA?\",\n", + "\"_answer\": \"You may qualify for an EB-2 visa if two conditions are met: 1. Your degree is equivalent to a U.S. advanced degree (a credentials evaluation service must assess this under the appropriate standards); and 2. The job requires an advanced degree or equivalent experience.\"} \n", + "\n", + "\n", + "\n", + "24 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the best way to reach out to the USCIS Service Centers to inform them that a priority date is current, a petition has been upgraded from EB-3 to EB-2, or dependents have been separated from the principal applicant's case?\",\n", + "\"_answer\": \"Send an email to the Nebraska Service Center at ncscfollowup.nsc@dhs.gov or the Texas Service Center at tsc.ncscfollowup@uscis.dhs.gov. Make sure to include the case number and A# of the beneficiary(s). If applicable, attach scans of any notices for the USCIS to reference.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How can I get in touch with the USCIS Service Centers to let them know that a priority date is current, a petition has been upgraded from EB-3 to EB-2, or dependents have been separated from the principal applicant's case?\",\n", + "\"_answer\": \"Send an email to the Nebraska Service Center at ncscfollowup.nsc@dhs.gov or the Texas Service Center at tsc.ncscfollowup@uscis.dhs.gov. Make sure to include the case number and A# of the beneficiary(s). If applicable, attach scans of any notices for the USCIS to look at.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the best way to communicate with the USCIS Service Centers to inform them that a priority date is current, a petition has been upgraded from EB-3 to EB-2, or dependents have been separated from the principal applicant's case?\",\n", + "\"_answer\": \"Send an email to the Nebraska Service Center at ncscfollowup.nsc@dhs.gov or the Texas Service Center at tsc.ncscfollowup@uscis.dhs.gov. Make sure to include the case number and A# of the beneficiary(s). If applicable, attach scans of any notices for the USCIS to review.\"} \n", + "\n", + "\n", + "\n", + "25 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it necessary for a beneficiary petitioned for a green card under EB-2 classification to have a degree from an accredited US university?\",\n", + "\"_answer\": \"Yes, a beneficiary must have a degree from an accredited university in order to be eligible for a green card under EB-2 classification. Evidence such as SEVIS certification or state board approval, which confirm that the university is a legitimate educational institution, is not sufficient to show accreditation for green card purposes. To determine a university's accreditation status, please visit the website: http://ope.ed.gov/accreditation/ You may also want to watch the video 'Accreditation of Distance Education for EB-2' and read the transcript: http://www.immigration.com/media/eb2-green-card/accreditation-distance-\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do beneficiaries petitioned for a green card under EB-2 classification need to have a degree from an accredited US university?\",\n", + "\"_answer\": \"Yes, a degree from an accredited university is required for a beneficiary to be eligible for a green card under EB-2 classification. Evidence such as SEVIS certification or state board approval, which confirm that the university is a legitimate educational institution, is not enough to show accreditation for green card purposes. To check a university's accreditation status, please visit the website: http://ope.ed.gov/accreditation/ You may also want to watch the video 'Accreditation of Distance Education for EB-2' and read the transcript: http://www.immigration.com/media/eb2-green-card/accreditation-distance-\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it a requirement for beneficiaries petitioned for a green card under EB-2 classification to have a degree from an accredited US university?\",\n", + "\"_answer\": \"Yes, a beneficiary must possess a degree from an accredited university to be eligible for a green card under EB-2 classification. Evidence such as SEVIS certification or state board approval, which confirm that the university is a legitimate educational institution, is not enough to show accreditation for green card purposes. To verify a university's accreditation status, please visit the website: http://ope.ed.gov/accreditation/ You may also want to watch the video 'Accreditation of Distance Education for EB-2' and read the transcript: http://www.immigration.com/media/eb2-green-card/accreditation-distance-\"} \n", + "\n", + "\n", + "\n", + "26 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have a Master's degree in Science and I was awarded the final degree certificate by the university, but I finished the regular two-year program in only one year. Will USCIS view my M.Sc degree as incomplete?\",\n", + "\"_answer\": \"This is where the evaluators come in. We have had issues with USCIS in these types of situations. An evaluation done through the EDGE database should be enough to convince USCIS.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a Master's in Science and I received the final degree certificate from the university, but I completed the standard two-year program in only one year. Will USCIS consider my M.Sc degree incomplete?\",\n", + "\"_answer\": \"This is where the evaluators come into play. We have had issues with USCIS in these scenarios. An evaluation done through the EDGE database should be enough to persuade USCIS.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a Master's in Science and I was given the final degree certificate by the university, but I finished the regular two-year program in only one year. Will USCIS view my M.Sc degree as incomplete?\",\n", + "\"_answer\": \"This is where the evaluators come in. We have had issues with USCIS in these kinds of situations. An evaluation done through the EDGE database should be sufficient to convince USCIS.\"} \n", + "\n", + "\n", + "\n", + "27 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What qualifications are needed for EB-2?\",\n", + "\"_answer\": \"In June 2007, the USCIS clarified what is considered to be equivalent to a U.S. master's degree for Employment-Based Category 2. Each petition and its supporting documentation are examined on a case-by-case basis and degree equivalencies are based on the evidence presented with the individual case. However, the below is provided as a general outline: 1. U.S. master's degree as long as it is in the field required, no additional document is required. 2. Four-year bachelor's degree + two-year master's degree (India) with degrees in the same or related fields, this will generally be considered the equivalent to a U.S. master's degree and no additional document is required. 3. Three-year bachelor's degree + three-year master's degree (India) with degrees in the same or related fields, this will generally be equivalent to a U.S. master's degree and no additional document is required. 4. Three-year bachelor's degree + one-year postgraduate diploma + two-year master's degree (India) with degrees in the same or similar field - this would generally be considered the equivalent of a bachelor's degree plus one additional year of education. Therefore, the beneficiary would also need to have five years' progressive experience. If the postgraduate diploma is determined to be progressive postgraduate education that is a continuation of the three-year bachelor's degree, it is possible that this would be considered the equivalent to a U.S. master's degree and there would be no need to establish five years' progressive experience. 5. Three-year bachelor's degree + two-year master's degree (India) generally, this would be the equivalent of a bachelor's degree + one year and would require five years' progressive experience to qualify under the 2nd preference (EB-2) category. 6. Three-year bachelor's degree + two-year master's degree (India) + five years' progressive, post-master's degree experience generally, the educational degrees would be determined to be the equivalent of a U.S. bachelor's + one year and the beneficiary would meet the statutory requirement. 7. Three-year bachelor's degree + two-year master's degree + one-year postgraduate diploma (India) generally, this would be the equivalent of a bachelor's degree + one year and would require five years' progressive experience to qualify under the 2nd preference category (EB-2). If the postgraduate diploma is determined to be progressive postgraduate education that is a continuation of the three-year bachelor's degree or the two-year master's degree, it is possible that this would be considered the equivalent to a U.S. master's degree, and there would be no need to establish five years' progressive experience. The petition must include documentation, such as an official academic record showing that the alien has a U.S. advanced degree or a foreign equivalent degree, or an official academic record showing that the alien has a U.S. baccalaureate degree or a foreign equivalent degree and letters from current or former employers showing that the alien has at least five years of progressive post-baccalaureate experience in the specialty. The post-baccalaureate experience should reflect increasing or advancing levels of responsibility and knowledge in the specialty. The profession should be an occupation for which a baccalaureate degree or its foreign equivalent is the minimum requirement for the entry in the field.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What educational qualifications are necessary for EB-2?\",\n", + "\"_answer\": \"In June 2007, the USCIS clarified what is considered to be equivalent to a U.S. master's degree for Employment-Based Category 2. Each petition and its supporting documentation are examined on a case-by-case basis and degree equivalencies are based on the evidence presented with the individual case. However, the below is provided as a general outline: 1. U.S. master's degree as long as it is in the field required, no additional document is required. 2. Four-year bachelor's degree + two-year master's degree (India) with degrees in the same or related fields, this will generally be considered the equivalent to a U.S. master's degree and no additional document is required. 3. Three-year bachelor's degree + three-year master's degree (India) with degrees in the same or related fields, this will generally be equivalent to a U.S. master's degree and no additional document is required. 4. Three-year bachelor's degree + one-year postgraduate diploma + two-year master's degree (India) with degrees in the same or similar field - this would generally be considered the equivalent of a bachelor's degree \n", + "\n", + "\n", + "\n", + "28 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to qualify for EB-2 with a diploma, AMIE, and M.Tech, with 7 years of experience post M.Tech from a previous employer and 5 years from the current employer, even though the job requirements only mention a Bachelor's in Engineering and 5 years of experience?\",\n", + "\"_answer\": \"The AMIE is uncertain. I remember a decision from the AAO that said they won't accept AMIE, but a more recent decision was more lenient. I think it's worth a shot to try for EB-2, as the M.Tech should help.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I meet the requirements for EB-2 if I have a diploma, AMIE, and M.Tech, with 7 years of experience post M.Tech from a previous employer and 5 years from the current employer, even though the job requirements only list a Bachelor's in Engineering and 5 years of experience?\",\n", + "\"_answer\": \"The AMIE is questionable. I recall an AAO decision that said they won't accept AMIE, but a more recent decision was more ambiguous. I think it's worth a try for EB-2, as the M.Tech should be beneficial.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to qualify for EB-2 with a diploma, AMIE, and M.Tech, with 7 years of experience post M.Tech from a previous employer and 5 years from the current employer, even though the job requirements only specify a Bachelor's in Engineering and 5 years of experience?\",\n", + "\"_answer\": \"The AMIE is uncertain. I remember a decision from the AAO that said they won't recognize AMIE, but a more recent decision was more lenient. I think it's worth attempting EB-2, as the M.Tech should help.\"} \n", + "\n", + "\n", + "\n", + "29 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB-2 with my qualifications?\",\n", + "\"_answer\": \"Take into consideration these points: the name change of the employer does not mean the green card process has to start from the beginning, USCIS can take away your priority date if the sponsoring employer ceases operations, and the job must require 5 years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB-2?\",\n", + "\"_answer\": \"Remember these points: a name change of the employer does not necessitate restarting the green card process, USCIS can revoke your priority date if the sponsoring employer stops operations, and the job must necessitate 5 years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB-2 with my background?\",\n", + "\"_answer\": \"Bear in mind these points: a name change of the employer does not mean the green card process must start over, USCIS can take away your priority date if the sponsoring employer discontinues operations, and the job must require 5 years of experience.\"} \n", + "\n", + "\n", + "\n", + "30 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I restart the green card process under the EB-2 category if I have a Bachelor's degree from India and 8 years of work experience in the US? My labor was initially filed under EB-3 and my priority date is October 2003.\",\n", + "\"_answer\": \"It is possible to restart the green card process under the EB-2 category if you have over 5 years of experience after a 4-year degree. This would involve redoing the PERM and I-140 for an EB-2 level job.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a Bachelor's degree from India and 8 years of work experience in the US, am I eligible to port my priority date to the EB-2 category? My labor was initially filed under EB-3 and my priority date is October 2003.\",\n", + "\"_answer\": \"Those with more than 5 years of experience after a 4-year degree may be able to port their priority date to the EB-2 category. This would involve submitting a new PERM and I-140 for an EB-2 level job.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a Bachelor's degree from India and 8 years of work experience in the US. My labor was filed under EB-3 and my priority date is October 2003. Can I restart the green card process under the EB-2 category?\",\n", + "\"_answer\": \"Individuals with more than 5 years of experience after a 4-year degree may be able to restart the green card process under the EB-2 category. This would involve filing a new PERM and I-140 for an EB-2 level job.\"} \n", + "\n", + "\n", + "\n", + "31 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can you bypass the perm process if you apply through the eb-2 category?\",\n", + "\"_answer\": \"You can bypass the perm requirement if you are eligible for a national interest waiver under the eb-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to skip perm if you are applying in the eb-2 category?\",\n", + "\"_answer\": \"You may be able to forgo the perm process if you qualify for a national interest waiver in the eb-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can you avoid the perm process if you are applying in the eb-2 category?\",\n", + "\"_answer\": \"It is possible to sidestep the perm requirement if you are eligible for a national interest waiver under the eb-2 category.\"} \n", + "\n", + "\n", + "\n", + "32 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the most likely way to get an EB-2 application approved quickly? Is it through a master's equivalency (a bachelor's degree evaluated by a university to be equivalent to a master's degree) or five years of progressive experience? I know someone who was approved through the master's equivalency, even though they didn't have five years of experience. Does it depend on the employer's ability to provide documents or the lawyer's attention to detail when submitting to USCIS?\",\n", + "\"_answer\": \"It all starts with the lawyers. Make sure your attorney is thorough and prepared for any possible outcome. The job must be accurately described.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the most probable way to get an EB-2 application approved quickly? Is it through a master's equivalency (a bachelor's degree evaluated by a university to be equivalent to a master's degree) or five years of progressive experience? I know someone who was approved through the master's equivalency, even though they didn't have five years of experience. Does it depend on the employer's capacity to provide documents or the lawyer's precision when submitting to USCIS?\",\n", + "\"_answer\": \"It all begins with the lawyers. Ensure your counsel is precise and plan for every potential outcome they can think of. The job must be accurately portrayed.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the most likely way to get an EB-2 application approved quickly? Is it through a master's equivalency (a bachelor's degree evaluated by a university to be equivalent to a master's degree) or five years of progressive experience? I know someone who was approved through the master's equivalency, even though they didn't have five years of experience. Does it rely on the employer's capability to support documents or does it also depend on how meticulous the lawyer is with the details to be submitted in the uscis?\",\n", + "\"_answer\": \"It all starts with the lawyers. Make sure your attorney is meticulous and prepared for any possible outcome. The job must be described truthfully.\"} \n", + "\n", + "\n", + "\n", + "33 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for EB-2 with the same employer if I have more than 10 years of experience, including the experience with the current employer?\",\n", + "\"_answer\": \"Yes, you can submit an application for EB-2 with the same employer if the job offered is more than 50% different than the job you were performing so far.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have been with the same employer for more than 10 years, including the experience with the current employer, can I apply for EB-2?\",\n", + "\"_answer\": \"It is possible to submit an application for EB-2 with the same employer if the job offered is more than 50% different than the job you were performing so far.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have been with the same employer for more than 10 years, including the experience with the current employer. Is it possible to apply for EB-2?\",\n", + "\"_answer\": \"Yes, you can submit an application for EB-2 with the same employer if the job offered is more than 50% different than the job you were performing so far.\"} \n", + "\n", + "\n", + "\n", + "34 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for the EB-2 visa? I have been a professor at a major US university for 9 months (H1B). I have a physician + PhD, 16 years of professional experience in Europe, and 20 papers and 1 book. Is it too early to apply for an EB green card?\",\n", + "\"_answer\": \"You are eligible for EB2 and should apply immediately. Professors can reuse existing advertisements if they file PERM within 18 months of when the job was offered. You should also have your resume evaluated for a possible EB1 application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I able to get an EB-2 visa? I have been a professor at a major US university for 9 months (H1B). I have a physician + PhD, 16 years of professional experience in Europe, and 20 papers and 1 book. Is it too soon to apply for an EB green card?\",\n", + "\"_answer\": \"You are certainly qualified for EB2 and should submit your application as soon as possible. Professors can reuse existing ads if they file PERM within 18 months of when the job was offered to them. You should also have your resume reviewed for a possible EB1 application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for the EB-2 visa? I have been a professor at a major US university for 9 months (H1B). I have a physician + PhD, 16 years of professional experience in Europe, and 20 papers and 1 book. Is it too early to apply for an EB green card?\",\n", + "\"_answer\": \"You are eligible for EB2 and should apply right away. Professors can reuse existing postings if they file PERM within 18 months of when the job was offered. You should also have your resume assessed for a potential EB1 application.\"} \n", + "\n", + "\n", + "\n", + "35 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"am i eligible for eb-2 ? i completed a three year bachelor's degree in computer science from india in june 2005. afterwards, i enrolled in a master of computer applications program (m.c.a) in india in august 2005 (3 year program). while still in the master's program, i started a full-time job in a software company in january 2006. i received my master of computer applications (3 year degree) in 2008, and stayed with the same company for a full-time job until december 2010 (5 years). after that, i moved to the US and have been working with a US-based company for 7 months as a full-time employee (total experience 5 years 7 months). do i qualify for eb-2?\",\n", + "\"_answer\": \"you qualify.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i eligible for eb-2 ? i obtained a three year bachelor's degree in computer science from india in june 2005. then, i began a master of computer applications program (m.c.a) in india in august 2005 (3 year program). while still in the master's program, i began a full-time job in a software company in january 2006. i was given my master of computer applications (3 year degree) in 2008, and stayed with the same company for a full-time job until december 2010 (5 years). after that, i moved to the US and have been employed with a US-based company for 7 months as a full-time employee (total experience 5 years 7 months). do i meet the requirements for eb-2?\",\n", + "\"_answer\": \"you qualify.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i qualified for eb-2 ? i earned a three year bachelor's degree in computer science from india in june 2005. then, i joined a master of computer applications program (m.c.a) in india in august 2005 (3 year program). while still in the master's program, i started a full-time job in a software company in january 2006. i was awarded my master of computer applications (3 year degree) in 2008, and stayed with the same company for a full-time job until december 2010 (5 years). after that, i moved to the US and have been working with a US-based company for 7 months as a full-time employee (total experience 5 years 7 months). do i qualify for eb-2?\",\n", + "\"_answer\": \"you qualify.\"} \n", + "\n", + "\n", + "\n", + "36 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the possibilities of getting an EB2 visa with a B.Sc.? I have a B.Sc. from Israel (06/2002) and started my M.Sc. at the same time I was working as a QA Engineer (1.5 years) and was checking exercises and exams in university. I stopped my M.Sc. in the middle and joined the company I am currently working for. After 3 years I was relocated to the US and have been here for 4 years. I am now considering applying for a green card. The law firm my company works with has suggested I pursue an EB3 path. What are my chances of getting an EB2 visa with my B.Sc. from Israel, 1.5 years of QA experience in Israel, 3 years of development in Israel, and 4 years of development in the US?\", \n", + "\"_answer\": \"Your degree must be equivalent to a US Bachelor's degree in order to be eligible for an EB2 visa. Incomplete degrees are not taken into consideration.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the odds of me getting an EB2 visa with my B.Sc.? I obtained my B.Sc. from Israel in 06/2002 and was working as a QA Engineer at the same time (1.5 years) and was checking exercises and exams in university. I left my M.Sc. unfinished and joined the company I am currently employed by. After 3 years I relocated to the US and have been here for 4 years. I am now thinking about applying for a green card. The law firm my company works with has suggested I pursue an EB3 path. What are my chances of getting an EB2 visa with my B.Sc. from Israel, 1.5 years of QA experience in Israel, 3 years of development in Israel, and 4 years of development in the US?\", \n", + "\"_answer\": \"Your degree must be comparable to a US Bachelor's degree to be eligible for an EB2 visa. Unfinished degrees are not taken into account.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the prospects of me getting an EB2 visa with my B.Sc.? I earned my B.Sc. from Israel in 06/2002 and was employed as a QA Engineer at the same time (1.5 years) and was checking exercises and exams in university. I abandoned my M.Sc. and joined the company I am currently working for. After 3 years I moved to the US and have been here for 4 years. I am now considering applying for a green card. The law firm my company works with has suggested I pursue an EB3 path. What are my chances of getting an EB2 visa with my B.Sc. from Israel, 1.5 years of QA experience in Israel, 3 years of development in Israel, and 4 years of development in the US?\", \n", + "\"_answer\": \"Your degree must be equivalent to a US Bachelor's degree in order to be eligible for an EB2 visa. Incomplete degrees are not taken into consideration.\"} \n", + "\n", + "\n", + "\n", + "37 \n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I use my experience prior to August 2010 for EB-2 qualification?\",\n", + "\"_answer\": \"You can use the experience with the same employer only if the job you used to perform and the job you will perform after the green card are more than 50% different, but continuous employment is not necessary.\"}\n", + "######\n", + "{\"_question\": \"Can I use my experience from before August 2010 for EB-2 eligibility?\",\n", + "\"_answer\": \"You can use the experience with the same employer only if the job you used to do and the job you will do after the green card are more than 50% different, but you don't need to have been continuously employed.\"}\n", + "######\n", + "{\"_question\": \"Can I use my experience from before August 2010 to qualify for EB-2?\",\n", + "\"_answer\": \"You can use the experience with the same employer only if the job you used to do and the job you will do after the green card are more than 50% different, but it is not necessary to have been employed continuously.\"} \n", + "\n", + "\n", + "\n", + "38 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I retain my priority date if I switch jobs after my I-140 application is approved?\", \n", + "\"_answer\": \"Yes, you can keep the priority date as long as the sponsoring employer does not revoke your I-140, go out of business, or USCIS does not revoke the I-140 for fraud.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I move to a new company after my I-140 approval, can I still keep my priority date?\", \n", + "\"_answer\": \"Yes, you can maintain your priority date as long as the sponsoring employer does not cancel your I-140, go out of business, or USCIS does not revoke the I-140 for fraud.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I change employers after my I-140 is approved, will I still have my priority date?\", \n", + "\"_answer\": \"Yes, you can preserve your priority date as long as the sponsoring employer does not revoke your I-140, go out of business, or USCIS does not revoke the I-140 for fraud.\"} \n", + "\n", + "\n", + "\n", + "39 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What costs can an employee cover for an employment-based green card application in the EB2 category?\",\n", + "\"_answer\": \"The employer is legally obligated to pay for all expenses related to the PERM process, but not the other parts of the green card application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can an employee pay for the entire green card application process in the EB2 category, including attorney's fees, filing fees, advertising fees, EAD, and advance parole fees?\",\n", + "\"_answer\": \"The employer is responsible for covering the expenses related to the PERM process, but not the other parts of the green card application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the employer's responsibility when it comes to the expenses for an employment-based green card application in the EB2 category?\",\n", + "\"_answer\": \"The employer must pay for all costs associated with the PERM process, but not the other parts of the green card application.\"} \n", + "\n", + "\n", + "\n", + "40 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB-2 if I have a 3 year Bachelor's degree in Computer Science and a 2 year Master's degree in Information Technology, and I have been working in my current job since July 2008? My career began in January 2000.\", \n", + "\"_answer\": \"Yes, you could qualify for EB-2 under the Bachelor's degree plus 5 years of progressive experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3 year Bachelor's degree in Computer Science and a 2 year Master's degree in Information Technology, and I have been employed since July 2008. My career began in January 2000. Am I eligible for EB-2? Could you explain if I fit into the category of 3 year Bachelor's degree plus 2 year Master's degree equaling a Bachelor's degree plus 1 year and needing 5 years of progressive experience to qualify for EB-2?\", \n", + "\"_answer\": \"Yes, you meet the requirements for EB-2 under the Bachelor's degree plus 5 years of progressive experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3 year Bachelor's degree in Computer Science and a 2 year Master's degree in Information Technology, and I have been working in my current job since July 2008. My career began in January 2000. Do I qualify for EB-2? Can you explain if I fit into the category of 3 year Bachelor's degree plus 2 year Master's degree equaling a Bachelor's degree plus 1 year and needing 5 years of progressive experience to qualify for EB-2?\", \n", + "\"_answer\": \"Yes, you are eligible for EB-2 under the Bachelor's degree plus 5 years of progressive experience.\"} \n", + "\n", + "\n", + "\n", + "41 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I include skills I acquired while working for the company sponsoring my green card in the job description for the EB-2? I have been with the company for 2.5 years and some of the experiences/skills required in the job description were acquired while working with this company.\",\n", + "\"_answer\": \"It is permissible to use after-acquired skills if the job you had before and the green card job are more than 50% different.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I allowed to include skills I obtained while employed by the company sponsoring my green card in the job description for the EB-2? I have been with the company for 2.5 years and some of the experiences/skills required in the job description were acquired while working with this company.\",\n", + "\"_answer\": \"It is possible to utilize after-acquired skills only if the job in the past and the green card job are more than 50% dissimilar.\"} \n", + "\n", + "\n", + "\n", + "42 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I start the green card process while on OPT? I recently graduated and have been working for two months. I have two years of IT experience in India. Is the green card process dependent on H1B?\",\n", + "\"_answer\": \"This is something that your lawyer will need to evaluate. Generally, there is nothing stopping you from filing a PERM application while on OPT and an EB2 appears to be a possibility.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible to apply for a green card while on OPT? I graduated last summer and have been employed for two months. I have two years of IT experience in India. Does the green card process rely on H1B?\",\n", + "\"_answer\": \"This requires your lawyer to assess the situation. Generally, you can file a PERM application while on OPT and an EB2 may be possible.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I initiate the green card process while on OPT? I just finished my master's degree and have been working for two months. I have two years of IT experience in India. Is the green card process dependent on H1B?\",\n", + "\"_answer\": \"This is something that your lawyer will have to assess. Generally, nothing prevents you from filing a PERM application while on OPT and an EB2 appears feasible.\"} \n", + "\n", + "\n", + "\n", + "43 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch from EB3 to EB2?\",\n", + "\"_answer\": \"Yes, it is feasible to change your category from EB3 to EB2, however the green card process will have to be restarted from the PERM stage.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it doable to upgrade from EB3 to EB2?\",\n", + "\"_answer\": \"It is achievable, however the green card process must be restarted from the PERM level.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to move from EB3 to EB2?\",\n", + "\"_answer\": \"Yes, it is possible, however the green card application must be initiated again from the PERM stage.\"} \n", + "\n", + "\n", + "\n", + "44 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"is it possible to apply for green card in eb-2 category? i have a bachelor's degree from india, a two-year diploma from niit (in h1 and l1 they considered my diploma as a master degree), and 10 years of experience. could i apply for a green card in the eb2 category?\",\n", + "\"_answer\": \"diplomas are hard to predict. i don't think eb-2 is likely.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i able to apply for a green card in the eb-2 category? i have a bachelor's degree from india, a two-year diploma from niit (in h1 and l1 they considered my diploma as a master degree), and 10 years of experience. is it possible to get a green card in the eb2 category?\",\n", + "\"_answer\": \"diplomas are hard to gauge. i don't think eb-2 is feasible.\"}\n", + "\n", + "######\n", + "{\"_question\": \"can i submit an application for a green card in the eb-2 category? i have a bachelor's degree from india, a two-year diploma from niit (in h1 and l1 they considered my diploma as a master degree), and 10 years of experience. is it possible to apply for a green card in the eb2 category?\",\n", + "\"_answer\": \"diplomas are difficult to assess. i don't think eb-2 is doable.\"} \n", + "\n", + "\n", + "\n", + "45 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a Bachelor's degree in Computer Science from India and 7.5 years of experience in the same field. Can I apply for a Green Card in the EB2 category?\",\n", + "\"_answer\": \"It looks like you are eligible for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2? I have a Bachelor's degree in Computer Science from India and 7.5 years of experience in the same field. Can I apply for a Green Card in the EB2 category?\",\n", + "\"_answer\": \"You seem to meet the criteria for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a Bachelor's degree in Computer Science from India and 7.5 years of experience in the same field. Am I able to apply for a Green Card in the EB2 category?\",\n", + "\"_answer\": \"You appear to be qualified for EB-2.\"} \n", + "\n", + "\n", + "\n", + "46 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the criteria for EB-2 category eligibility? I am currently employed as a Mechanical Engineer with one of the largest companies and I am transitioning to a Product Development Engineer role within the same company. The job requires a Bachelor's degree plus two to five years of experience. I have a Bachelor's degree that took four years to complete, a Master's degree from the US, one year and four months of research assistant experience, ten months of teaching assistant experience, and three years and seven months of experience as a Mechanical Engineer. Am I eligible for the EB-2 category?\",\n", + "\"_answer\": \"The minimum requirements for the job are two years of experience, so you do qualify for the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for the EB-2 category? I'm currently employed as a Mechanical Engineer at one of the largest companies and I'm transitioning to a Product Development Engineer role with the same company. The job requires a Bachelor's degree plus two to five years of experience. I have a Bachelor's degree that took four years to finish, a Master's degree from the US, one year and four months of research assistant experience, ten months of teaching assistant experience, and three years and seven months of experience as a Mechanical Engineer. Do I meet the criteria for EB-2 category eligibility?\",\n", + "\"_answer\": \"The job requires a minimum of two years of experience, so you do qualify for the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for the EB-2 category? I'm currently employed as a Mechanical Engineer with one of the largest companies and I'm transitioning to a Product Development Engineer role within the same company. The job requires a Bachelor's degree plus two to five years of experience. I have a Bachelor's degree that took four years to obtain, a Master's degree from the US, one year and four months of research assistant experience, ten months of teaching assistant experience, and three years and seven months of experience as a Mechanical Engineer. Am I eligible for the EB-2 category?\",\n", + "\"_answer\": \"The job requires a minimum of two years of experience, so you are eligible for the EB-2 category.\"} \n", + "\n", + "\n", + "\n", + "47 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for EB-2 with my 3 year bachelor's degree in computer science and 2 year master's degree in computer science from India?\",\n", + "\"_answer\": \"It is a possibility, however your lawyer should determine which path is most suitable for you: evaluate the two degrees to be equivalent to a bachelor's and use bachelor's plus 5 years for EB-2 or just use the master's degree (risky).\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3 year bachelor's degree in computer science and a 2 year master's degree in computer science from India. My education evaluation says master's. Is it feasible to apply for EB-2?\",\n", + "\"_answer\": \"It is possible, but your attorney should decide which route is best for you: assess the two degrees to be equal to a bachelor's and use bachelor's plus 5 years for EB-2 or just use the master's degree (risky).\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3 year bachelor's degree in computer science and a 2 year master's degree in computer science from India. My education evaluation says master's. Can I apply for EB-2?\",\n", + "\"_answer\": \"It is doable, but your legal representative should decide which course is most suitable for you: evaluate the two degrees to be equivalent to a bachelor's and use bachelor's plus 5 years for EB-2 or just use the master's degree (risky).\"} \n", + "\n", + "\n", + "\n", + "48 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for an EB-2 visa with a four-year degree in civil engineering and thirteen years of experience in the IT industry?\",\n", + "\"_answer\": \"It is possible to qualify for an EB-2 visa\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I get an EB-2 visa with my qualifications?\",\n", + "\"_answer\": \"You may be eligible for an EB-2 visa\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for an EB-2 visa with my background?\",\n", + "\"_answer\": \"You could be eligible for an EB-2 visa\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I have the qualifications for an EB-2 visa?\",\n", + "\"_answer\": \"It is possible to qualify for an EB-2 visa\"} \n", + "\n", + "\n", + "\n", + "49 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to get a master's degree for USCIS to accept my credentials?\",\n", + "\"_answer\": \"Yes, USCIS does not accept a CA as education. You should speak with a credentials evaluation agency about getting a master's degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What type of degree do I need to get USCIS to accept my credentials?\",\n", + "\"_answer\": \"USCIS does not accept a CA as education. You should contact a credentials evaluation agency to learn more about getting a master's degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What should I do if USCIS does not accept my CA?\",\n", + "\"_answer\": \"You should reach out to a credentials evaluation agency to explore getting a master's degree, as USCIS does not accept a CA as education.\"} \n", + "\n", + "\n", + "\n", + "50 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to switch jobs and submit PERM and I-140 under EB-2? Can I switch jobs and submit PERM and I-140 under EB2 instead of EB3 with the new employer? How risky is the situation? I can stay with my current employer, but it will take another 3 years to get my green card under EB3. My priority date is February 2007.\",\n", + "\"_answer\": \"You can file I-485 in the month when your priority date becomes current (and then get EAD). Priority dates are reported in the Visa Bulletin. I don't see any issue with transferring the priority date if you file an EB-2 through a new employer. As to risk, that needs to be evaluated by your lawyers.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I able to change jobs and submit PERM and I-140 under EB-2? Can I change jobs and submit PERM and I-140 under EB2 instead of EB3 with the new employer? How dangerous is the situation? I can stay with my current employer, but it will take another 3 years to get my green card under EB3. My priority date is February 2007.\",\n", + "\"_answer\": \"You can file I-485 in the month when your priority date becomes current (and then get EAD). Priority dates are reported in the Visa Bulletin. I don't see any problem with transferring the priority date if you file an EB-2 through a new employer. As to danger, that needs to be evaluated by your lawyers.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch jobs and file PERM and I-140 under EB-2? Can I switch jobs and file PERM and I-140 under EB2 instead of EB3 with the new employer? How hazardous is the situation? I can stay with my current employer, but it will take another 3 years to get my green card under EB3. My priority date is February 2007.\",\n", + "\"_answer\": \"You can file I-485 in the month when your priority date becomes current (and then get EAD). Priority dates are reported in the Visa Bulletin. I don't see any difficulty with transferring the priority date if you file an EB-2 through a new employer. As to hazard, that needs to be evaluated by your lawyers.\"} \n", + "\n", + "\n", + "\n", + "51 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I qualify for EB-2 if I have a master's in biomedical engineering and work as a senior consultant in a company that implements EQMS for biologics, med device and pharma companies?\",\n", + "\"_answer\": \"It is possible that you could meet the requirements for EB-2 depending on your qualifications and the job description. If you leave before the I-140 is approved, you may not receive any benefit from the process. However, if you leave after the I-140 is approved, you can take your priority date with you.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a master's in biomedical engineering and am employed as a senior consultant in a company that implements EQMS for biologics, med device and pharma companies, could I be eligible for EB-2?\",\n", + "\"_answer\": \"It is possible that you could be eligible for EB-2 depending on your qualifications and the job requirements. If you depart before the I-140 is approved, you may not gain anything from the process. But if you leave after the I-140 is approved, you can take your priority date with you.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a master's in biomedical engineering and work as a senior consultant in a company that implements EQMS for biologics, med device and pharma companies, am I able to apply for EB-2?\",\n", + "\"_answer\": \"It is possible that you could qualify for EB-2 depending on your qualifications and the job description. If you leave before the I-140 is approved, you may not get any benefit from the process. However, if you leave after the I-140 is approved, you can take your priority date with you.\"} \n", + "\n", + "\n", + "\n", + "52 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch jobs after I-140 approval? I am in the fifth year of my H1 visa. My current employer has filed for my permanent residency under the EB-3 category, even though I do not have five years of experience (EB-3 has a six year backlog, but EB-2 is current for me). Can I wait for I-140 approval, get a three year extension with my current employer, and then switch jobs? Will I be able to get three more years on my H1 with a future employer?\",\n", + "\"_answer\": \"It is possible and common for a second employer to get an H-1 extension based on the I-140 approval of the first employer. You should discuss the specifics with an attorney.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I change jobs after I-140 is approved? I am in the fifth year of my H1 visa. My current employer has filed for my permanent residency under the EB-3 category, even though I do not have five years of experience (EB-3 has a six year backlog, but EB-2 is current for me). Is it possible to wait for I-140 approval, get a three year extension with my current employer, and then move to a different job? Will I be able to get three more years on my H1 with a future employer?\",\n", + "\"_answer\": \"It is feasible and common for a second employer to receive an H-1 extension based on the I-140 approval of the first employer. You should consult a lawyer about the details.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch jobs after I-140 is accepted? I am in the fifth year of my H1 visa. My current employer has filed for my permanent residency under the EB-3 category, even though I do not have five years of experience (EB-3 has a six year backlog, but EB-2 is current for me). Is it possible to wait for I-140 approval, get a three year extension with my current employer, and then change jobs? Will I be able to get three more years on my H1 with a future employer?\",\n", + "\"_answer\": \"It is doable and common for a second employer to acquire an H-1 extension based on the I-140 approval of the first employer. You should talk to a lawyer about the particulars.\"} \n", + "\n", + "\n", + "\n", + "53 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Should I wait for a promotion before beginning the green card process in order to qualify for EB-2? Does my company need to specify a Bachelor's degree plus five years of experience or a Master's degree plus two years of experience for the senior level? Is either acceptable?\", \n", + "\"_answer\": \"It is best to consult with your legal team to decide when to start the filing process. For EB-2, either a Master's degree or a Bachelor's degree plus five years of post-Bachelor experience is required to qualify.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to wait for a promotion before filing EB-2? What are the requirements for a senior level position - Bachelor's degree plus five years of experience or Master's degree plus two years of experience? Is either acceptable?\", \n", + "\"_answer\": \"It is best to speak with your lawyers to determine the timing of the filing. For EB-2, you must have either a Master's degree or a Bachelor's degree plus five years of post-Bachelor experience to qualify.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Should I delay the green card process until I get a promotion to qualify for EB-2? What are the requirements for a senior level position - Bachelor's degree plus five years of experience or Master's degree plus two years of experience? Is either sufficient?\", \n", + "\"_answer\": \"It is advisable to consult with your legal team to decide when to start the filing process. For EB-2, either a Master's degree or a Bachelor's degree plus five years of post-Bachelor experience is necessary to qualify.\"} \n", + "\n", + "\n", + "\n", + "54 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a Bachelor of Business Administration (3 years) and a Higher Diploma in Software Engineering (2 years) plus 10 years of experience, 7.5 of which is in the required job description.\",\n", + "\"_answer\": \"It depends. If the diploma is postgraduate (not available for undergraduates) and accepted, you may be eligible for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a Bachelor of Business Administration (3 years) and a Higher Diploma in Software Engineering (2 years) plus 10 years of experience, 7.5 of which is in the required job description.\",\n", + "\"_answer\": \"It depends. If the diploma is postgraduate (not available for undergraduates) and recognized, you may be qualified for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a Bachelor of Business Administration (3 years) and a Higher Diploma in Software Engineering (2 years) plus 10 years of experience, 7.5 of which is in the required job description.\",\n", + "\"_answer\": \"It depends. If the diploma is postgraduate (not available for undergraduates) and acknowledged, you may be eligible for EB-2.\"} \n", + "\n", + "\n", + "\n", + "55 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2? I have a B.Sc. in Computer Science (3 years) and an M.Sc. in Computer Science (2 years). I have 9 years of experience as a Technical Architect/Lead (managing 5-20 people). My M.Sc. was evaluated as equivalent to a US Master's Degree for H1 visa approval. Can I apply for EB2?\",\n", + "\"_answer\": \"If your Bachelor's and Master's degrees are related to your current job, you should be eligible for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a B.Sc. in Computer Science (3 years) and an M.Sc. in Computer Science (2 years). I have 9 years of experience as a Technical Architect/Lead (managing 5-20 people). My M.Sc. was evaluated as equivalent to a US Master's Degree for H1 visa approval. Am I qualified?\",\n", + "\"_answer\": \"If your Bachelor's and Master's degrees are related to your current work, you should be able to apply for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a B.Sc. in Computer Science (3 years) and an M.Sc. in Computer Science (2 years). I have 9 years of experience as a Technical Architect/Lead (managing 5-20 people). My M.Sc. was evaluated as equivalent to a US Master's Degree for H1 visa approval. Can I be approved?\",\n", + "\"_answer\": \"If your Bachelor's and Master's degrees are related to your job, you should be able to get EB2.\"} \n", + "\n", + "\n", + "\n", + "56 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch from EB3 to EB2 with my current employer?\",\n", + "\"_answer\": \"In theory, it is possible to transfer from EB3 to EB2 with your current employer. However, you should consult with a lawyer to discuss the practical implications of this decision.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it feasible to transition from EB3 to EB2 with my current employer?\",\n", + "\"_answer\": \"It is theoretically possible to make the switch from EB3 to EB2 with your current employer. You should speak with a lawyer to discuss the practical implications of this move.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the minimum wage for EB2 category and can I move from EB3 to EB2 with my current employer?\",\n", + "\"_answer\": \"It is possible to transfer from EB3 to EB2 with your current employer, however, you should consult with a lawyer to discuss the practical implications of this decision. The minimum wage for the EB2 category varies depending on the location.\"} \n", + "\n", + "\n", + "\n", + "57 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the criteria for EB2 with my MS in Electrical Engineering and 3 years of experience?\",\n", + " \"_answer\": \"Yes, you are eligible for EB2, unless the job requirements are lower than a Bachelor's degree and 5 years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2 with my MS in Electrical Engineering and 3 years of experience?\",\n", + " \"_answer\": \"Yes, you fulfill the criteria for EB2, unless the job requirements are lower than a Bachelor's degree and 5 years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 with my MS in Electrical Engineering and 3 years of experience?\",\n", + " \"_answer\": \"Yes, you are qualified for EB2, unless the job requirements are less than a Bachelor's degree and 5 years of experience.\"} \n", + "\n", + "\n", + "\n", + "58 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 if I have a Master's in Computer Science from the US and 6 months of experience?\",\n", + "\"_answer\": \"It depends if the job requires a Master's degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2 if I have a Master's in Computer Science from the US and 6 months of experience?\",\n", + "\"_answer\": \"It depends if the job necessitates a Master's degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I get EB2 if I have a Master's in Computer Science from the US and 6 months of experience?\",\n", + "\"_answer\": \"It depends if the job demands a Master's degree.\"} \n", + "\n", + "\n", + "\n", + "59 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the odds of me obtaining a green card through the EB-2 category after I finish my PhD and get a job in the industry?\",\n", + "\"_answer\": \"It looks like you have a good chance of getting a green card through the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I am in the last year of my PhD in semiconductor devices at a US university. I have done my MS from the same university and have around 5 first author publications. What are the chances of me getting a green card through the EB-2 category right after I get a job in the industry?\",\n", + "\"_answer\": \"It appears that your chances of getting a green card through the EB-2 category are quite good.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I am in the final year of my PhD in semiconductor devices at a US university. I have done my MS from the same university and have around 5 first author publications. What are the prospects of me getting a green card through the EB-2 category once I get a job in the industry?\",\n", + "\"_answer\": \"It looks like you have a good prospect of getting a green card through the EB-2 category.\"} \n", + "\n", + "\n", + "\n", + "60 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to transfer my PD from EB3 to EB2? I filed my PERM under EB3 category on October 1st, 2008 and received an audit. According to the current PERM dates, they are processing audits from August 2008. Can I file with the same employer under EB2? Is it possible to keep my EB3 file running in parallel? Is there a way to transfer my PD from EB3 to EB2 after I-140 approval if I file a new EB2? I have already completed 4 years and 2 months on H1B. Can you suggest if I can change my employer now to file for EB2 or not?\",\n", + "\"_answer\": \"It is not possible to have two PERM applications for the same individual for different jobs with the same company. However, you cannot transfer your PD until the I-140 is approved. I do not see any issue with changing jobs right away. You may have just enough time.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I move my PD from EB3 to EB2? I submitted my PERM under EB3 category on October 1st, 2008 and was audited. According to the current PERM dates, they are processing audits from August 2008. Is it possible to file with the same employer under EB2? Can I keep my EB3 file running in parallel? Is there a way to move my PD from EB3 to EB2 after I-140 approval if I file a new EB2? I have already completed 4 years and 2 months on H1B. Can you advise if I can switch my employer now to file for EB2 or not?\",\n", + "\"_answer\": \"It is not feasible to have two PERM applications for the same individual for different jobs with the same company. However, you cannot transfer your PD until the I-140 is approved. I do not see any issue with changing jobs immediately. You may have just enough time.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to transfer my PD from EB3 to EB2? I filed my PERM under EB3 category on October 1st, 2008 and received an audit. According to the current PERM dates, they are processing audits from August 2008. Can I file with the same employer under EB2? Is it possible to keep my EB3 file running in parallel? Is there a way to transfer my PD from EB3 to EB2 after I-140 approval if I file a new EB2? I have already completed 4 years and 2 months on H1B. Can you suggest if I can change my employer now to file for EB2 or not?\",\n", + "\"_answer\": \"It is not possible to have two PERM applications for the same individual for different jobs with the same company. However, you cannot move your PD until the I-140 is approved. I do not see any issue with switching jobs right away. You may have just enough time.\"} \n", + "\n", + "\n", + "\n", + "61 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2?\",\n", + "\"_answer\": \"It is unlikely that you qualify for EB2 based on your qualifications, but it is best to have your lawyers review it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2?\",\n", + "\"_answer\": \"It is unlikely that you are eligible for EB2 with your 3-year bachelor's degree, certified software architect, 15+ years of experience, and 100k+ salary, but it is best to have your lawyers review it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I have a chance of getting EB2?\",\n", + "\"_answer\": \"It is unlikely that you can get EB2 given your qualifications, but it is best to have your lawyers review it.\"} \n", + "\n", + "\n", + "\n", + "62 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for EB2 (Schedule A) to bypass the labor certification step if my PERM application was recently denied due to layoffs in my company?\",\n", + "\"_answer\": \"If you are qualified, you can submit a Schedule A application without any delay. The PERM denial or layoffs should not affect your application in any way.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was recently laid off and my PERM application was denied. Can I use EB2 (Schedule A) to avoid the labor certification step?\",\n", + "\"_answer\": \"If you are eligible, you can submit a Schedule A application right away. The PERM denial or layoffs should not have any impact on your application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"My PERM application was denied due to a layoff in my company. Can I use EB2 (Schedule A) to bypass the labor certification step?\",\n", + "\"_answer\": \"If you meet the requirements, you can file a Schedule A application immediately. The PERM denial or layoffs should not be a problem for your application.\"} \n", + "\n", + "\n", + "\n", + "63 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a B.Tech in engineering from India and 13+ years of experience in IT. I am currently working as an IT Architect and my company is ready to process my green card. Am I eligible?\",\n", + "\"_answer\": \"It appears that you meet the requirements for EB-2, given that your B.Tech is a four-year degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I able to get an EB2? I have a B.Tech in engineering from India and 13+ years of experience in IT. I am currently an IT Architect and my company is ready to process my green card. Can I qualify?\",\n", + "\"_answer\": \"It looks like you are eligible for EB-2, assuming your B.Tech is a four-year degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I get an EB2? I have a B.Tech in engineering from India and 13+ years of experience in IT. I am an IT Architect and my company is ready to process my green card. Am I qualified?\",\n", + "\"_answer\": \"It appears that you meet the requirements for EB-2, given that your B.Tech is a four-year degree.\"} \n", + "\n", + "\n", + "\n", + "64 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for an EB-2 visa if I have a 4 year US bachelor's degree and a 2 year master's degree in chemical engineering, have been working on an H-1B visa for the same US university as a research associate for 2 years, and have 2-3 pending publications with me as a secondary author?\",\n", + "\"_answer\": \"Yes, you are eligible for an EB-2 visa. Whether or not a promotion is necessary is something that your lawyer and the employer must decide. Any position that requires a master's or bachelor's degree and 5 years of progressively responsible experience qualifies for an EB-2 filing.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 4 year US bachelor's degree and a 2 year master's degree in chemical engineering, have been working on an H-1B visa for the same US university as a research associate for 2 years, and have 2-3 pending publications with me as a secondary author. Am I qualified for an EB-2 visa?\",\n", + "\"_answer\": \"Yes, you meet the requirements for an EB-2 visa. Whether or not a promotion is necessary is something that your lawyer and the employer must decide. Any position that requires a master's or bachelor's degree and 5 years of progressively responsible experience is eligible for an EB-2 filing.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 4 year US bachelor's degree and a 2 year master's degree in chemical engineering, have been working on an H-1B visa for the same US university as a research associate for 2 years, and have 2-3 pending publications with me as a secondary author. Do I qualify for an EB-2 visa?\",\n", + "\"_answer\": \"Yes, you are eligible for an EB-2 visa. Whether or not a promotion is required is something that your lawyer and the employer must decide. Any position that necessitates a master's or bachelor's degree and 5 years of progressively responsible experience is suitable for an EB-2 filing.\"} \n", + "\n", + "\n", + "\n", + "65 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2? I completed my BSc in Computer Science from St. Xaviers Mumbai, followed by an MCA from REC Trichy. I have 7 years of work experience in the IT industry and my company is filing my green card. Is this enough to qualify for EB2?\",\n", + "\"_answer\": \"Yes, you meet the requirements for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a BSc in Computer Science from St. Xaviers Mumbai and an MCA from REC Trichy. I have 7 years of experience in the IT industry and my employer is filing my green card. Am I eligible for EB2?\",\n", + "\"_answer\": \"Yes, you are eligible for EB2.\"} \n", + "\n", + "\n", + "\n", + "66 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for an EB-2 green card if I have a BSc and a BTech, both 3 years long, and 8 years of experience?\",\n", + "\"_answer\": \"It is usually not allowed to combine two 3-year bachelor's degrees, so it is unlikely you would qualify for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a 3-year BSc and a 3-year BTech, plus 8 years of experience, am I eligible to apply for an EB-2 green card if the job requires a MS or BS plus 5 years of experience?\",\n", + "\"_answer\": \"Generally, it is not accepted to put together two 3-year bachelor's degrees. Therefore, it appears unlikely that you would qualify for an EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB-2 green card if I have a 3-year BSc and a 3-year BTech, plus 8 years of experience, and the job requires a MS or BS plus 5 years of experience?\",\n", + "\"_answer\": \"It is usually not allowed to combine two 3-year bachelor's degrees, so it is unlikely you would meet the requirements for an EB-2.\"} \n", + "\n", + "\n", + "\n", + "67 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the eligibility criteria for EB2 or EB3 if I have 7 years of experience with a 3-year bachelor's degree and a 2-year master's degree from India? The job for which my green card is being filed requires a bachelor's degree and 6 years of experience.\",\n", + "\"_answer\": \"Generally, if the bachelor's and master's degrees are in the same or similar fields, you should be able to combine them to reach the 4-year degree requirement for EB2. You should have a good chance of qualifying for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the eligibility for EB2 or EB3 if I have 7 years of experience with a 3-year bachelor's degree and a 2-year master's degree from India? The position for which my green card is being filed requires a bachelor's degree and 6 years of experience.\",\n", + "\"_answer\": \"In most cases, if the bachelor's and master's degrees are in the same or similar fields, you should be able to combine them to reach the 4-year degree requirement for EB2. You should have a good chance of being eligible for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the eligibility for EB2 or EB3 if I have 7 years of experience with a 3-year bachelor's degree and a 2-year master's degree from India? The job for which my green card is being filed requires a bachelor's degree and 6 years of experience.\",\n", + "\"_answer\": \"Generally, if the bachelor's and master's degrees are in the same or similar fields, you should be able to combine them to get the 4-year degree requirement for EB2. You should have a good chance of qualifying for EB2.\"} \n", + "\n", + "\n", + "\n", + "68 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the estimated time frame for green card processing if I initiate it now?\",\n", + "\"_answer\": \"The duration of the process can range from 3-4 years or more, depending on the backlog of the country of birth. However, having the I-140 approved can be beneficial as it allows you to transfer your priority date to the next employer and extend your H-1 beyond 6 years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How long will it take to get a green card if I start the process now?\",\n", + "\"_answer\": \"The timeline for green card processing can vary from 3-4 years or more, depending on the backlog of the country of birth. An advantage of getting the I-140 approved is that you can transfer your priority date to the next employer and extend your H-1 beyond 6 years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the expected duration of green card processing if I initiate it now?\",\n", + "\"_answer\": \"The length of the process can range from 3-4 years or more, depending on the backlog of the country of birth. Getting the I-140 approved can be advantageous as it allows you to transfer your priority date to the next employer and extend your H-1 beyond 6 years.\"} \n", + "\n", + "\n", + "\n", + "69 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can my current employer sponsor me for EB2 after they promote me to Clinical Specialist?\",\n", + "\"_answer\": \"The law allows for experience gained with the same employer to be used if the labor certain job is more than fifty percent different from the earlier positions held with the same employer. To assess the chances, it is best to consult a competent lawyer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am promoted to Clinical Specialist by my current employer, can they sponsor me for EB2?\",\n", + "\"_answer\": \"It is possible to use the experience gained with the same employer if the labor certain job is more than fifty percent different from the earlier positions held with the same employer. To determine the chances, it is recommended to seek the advice of a qualified lawyer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am promoted to Clinical Specialist, can my current employer sponsor me for EB2?\",\n", + "\"_answer\": \"Under the current law, it is possible to use the experience gained with the same employer if the labor certain job is more than fifty percent different from the earlier positions held with the same employer. To assess the chances, it is advisable to consult a competent lawyer.\"} \n", + "\n", + "\n", + "\n", + "70 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a B.Tech in Electronics from India in 2004 and 6 years of experience (3 in India and 3 in the US). Is it necessary to have 5 years of experience outside of the US?\",\n", + "\"_answer\": \"Given your four-year degree and more than five years of post-degree experience, you should have a chance at EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I qualify for EB2? I have a B.Tech in Electronics from India in 2004 and 6 years of experience (3 in India and 3 in the US). Do I need to have 5 years of experience outside of the US?\",\n", + "\"_answer\": \"With your four-year degree and more than five years of post-degree experience, you should be able to pursue EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a B.Tech in Electronics from India in 2004 and 6 years of experience (3 in India and 3 in the US). Is it a requirement to have 5 years of experience outside of the US?\",\n", + "\"_answer\": \"You should have a shot at EB2 with your four-year bach. degree and more than five years of post bach experience.\"} \n", + "\n", + "\n", + "\n", + "71 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can volunteer work be counted as an experience for EB2? I am an OT practitioner in the US who graduated with a BSOT and had two years of volunteer work in an adult setting in my home country. Would that count as part of the five years experience? During the first six months, I was not yet licensed as an OT.\",\n", + "\"_answer\": \"Generally, for EB2, there is no requirement that I am aware of that requires paid experience. Volunteer experience could be taken into consideration.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Does volunteer work count as an experience for EB2? I am an OT practitioner in the US who graduated with a BSOT and had two years of volunteer work in an adult setting in my home country. Would that count as part of the five years experience? During the first six months, I was not yet licensed as an OT.\",\n", + "\"_answer\": \"Generally, for EB2, there is no rule that I am aware of that necessitates paid experience. Volunteer experience could be taken into account.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is volunteer work considered an experience for EB2? I am an OT practitioner in the US who graduated with a BSOT and had two years of volunteer work in an adult setting in my home country. Would that count as part of the five years experience? During the first six months, I was not yet licensed as an OT.\",\n", + "\"_answer\": \"Generally, for EB2, there is no requirement that I am aware of that demands paid experience. Volunteer experience could be taken into account.\"} \n", + "\n", + "\n", + "\n", + "72 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for an EB2 green card? I have a Bachelor's degree in Computer Science Engineering, 4 years of work experience as a Subject Matter Expert in the US on an L1B visa, and 2 Microsoft certifications and AICPCU certifications.\",\n", + "\"_answer\": \"You will need 5 years of post-bachelor's experience. Certifications do not usually count towards eligibility.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for an EB2 green card? I have a Bachelor's degree in Computer Science Engineering, 4 years of work experience as a Subject Matter Expert in the US on an L1B visa, and 2 Microsoft certifications and AICPCU certifications.\",\n", + "\"_answer\": \"You must have 5 years of post-bachelor's experience. Certifications are not typically considered.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB2 green card? I have a Bachelor's degree in Computer Science Engineering, 4 years of work experience as a Subject Matter Expert in the US on an L1B visa, and 2 Microsoft certifications and AICPCU certifications.\",\n", + "\"_answer\": \"You must have 5 years of post-bachelor's experience. Certifications do not usually factor in.\"} \n", + "\n", + "\n", + "\n", + "73 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"If one has an approved I-140, is it necessary to switch to a similar job to preserve the priority date?\",\n", + "\"_answer\": \"No, the job does not need to be the same. The green card process must be restarted, but the priority date can be transferred to any job and category (EB1, EB2, EB3).\"}\n", + "\n", + "######\n", + "{\"_question\": \"If someone has an approved I-140, do they need to transition to a comparable job to keep the priority date?\",\n", + "\"_answer\": \"No, the job does not have to be the same. The green card application must be restarted, but the priority date can be shifted to any job and category (EB1, EB2, EB3).\"}\n", + "\n", + "######\n", + "{\"_question\": \"If an individual has an approved I-140, is it necessary to move to a similar job to maintain the priority date?\",\n", + "\"_answer\": \"No, the job does not need to be the same. The green card filing must be restarted, but the priority date can be transferred to any job and category (EB1, EB2, EB3).\"} \n", + "\n", + "\n", + "\n", + "74 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for EB2 if the job requires a Bachelor's degree and 5 years of post-Bachelor's experience? Is the concept of 'cross chargeability' applicable to my green card application? If so, how can I take advantage of it?\",\n", + "\"_answer\": \"Yes, you can submit an EB2 application if the role requires a Bachelor's degree and 5 years of post-Bachelor's experience. Cross chargeability is applicable to your green card application, and you can benefit from it by discussing the details with your lawyers.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible for me to apply for EB2 if the job requires a Bachelor's degree and 5 years of post-Bachelor's experience? Can I use cross chargeability for my green card application? How can I make use of it?\",\n", + "\"_answer\": \"Yes, you can submit an EB2 application if the role requires a Bachelor's degree and 5 years of post-Bachelor's experience. Cross chargeability is applicable to your green card application, and you can take advantage of it by consulting with your lawyers.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible to file an EB2 application if the role requires a Bachelor's degree and 5 years of post-Bachelor's experience? Is cross chargeability applicable to my green card application? How can I benefit from it?\",\n", + "\"_answer\": \"Yes, you can apply for EB2 if the job requires a Bachelor's degree and 5 years of post-Bachelor's experience. Cross chargeability is applicable to your green card application, and you can take advantage of it by talking to your lawyers.\"} \n", + "\n", + "\n", + "\n", + "75 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I be eligible for an EB2 visa with a Bachelor of Science in Occupational Therapy from the Philippines and an advanced degree in OT online in the US?\",\n", + "\"_answer\": \"In my opinion, if your job necessitates an advanced degree, you can apply for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for an EB2 visa if I have a Bachelor of Science in Occupational Therapy from the Philippines and an advanced degree in OT online in the US?\",\n", + "\"_answer\": \"In my opinion, if your occupation requires an advanced degree, you can apply for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB2 visa if I have a Bachelor of Science in Occupational Therapy from the Philippines and an advanced degree in OT online in the US?\",\n", + "\"_answer\": \"In my opinion, if your job necessitates an advanced degree, you can be eligible for EB-2.\"} \n", + "\n", + "\n", + "\n", + "76 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I am an Indian citizen and my wife is a Russian citizen, born in Russia. We are filing for a green card and I read on some online forums that I can use her country's priority date (\"current\" as of today) for the green card. Is this accurate?\",\n", + "\"_answer\": \"Yes, that is accurate. This is known as 'cross changeability'.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I would like to thank you for providing guidance to hundreds of us with your valuable advice. I have a query regarding the interchangeability of EB2 priority dates. As an Indian citizen, can I use my wife's Russian priority date (\"current\" as of today) for the green card application?\",\n", + "\"_answer\": \"Yes, that is possible. This is referred to as 'cross changeability'.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I am grateful for your assistance to many of us with your helpful advice. I have a question about the interchangeability of EB2 priority dates. As an Indian citizen, can I use my wife's Russian priority date (\"current\" as of today) for the green card application?\",\n", + "\"_answer\": \"Yes, that is correct. This is known as 'cross changeability'.\"} \n", + "\n", + "\n", + "\n", + "77 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I be eligible for an EB2 visa if I have a US-based master's degree and my employer is willing to help me?\",\n", + "\"_answer\": \"No, you will not be eligible for an EB2 visa unless the job requires a post graduate degree or bachelor's degree with five years of experience at a minimum.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am offered a state job that requires a bachelor's degree with one year of experience, but I have a US-based master's degree, can I be eligible for an EB2 visa?\",\n", + "\"_answer\": \"No, you will not qualify for an EB2 unless the job also legitimately requires a post graduate degree or bachelor's degree with five years of experience at a minimum.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am offered a state job that requires a bachelor's degree with one year of experience, but I have a US-based master's degree, can my employer help me to be eligible for an EB2 visa?\",\n", + "\"_answer\": \"No, you will not be able to qualify for an EB2 unless the job also legitimately requires a post graduate degree or bachelor's degree with five years of experience at a minimum.\"} \n", + "\n", + "\n", + "\n", + "78 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 with an online masters degree?\",\n", + "\"_answer\": \"The most important factor is to determine if the degree is accredited. You should contact the school to find out.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I get an EB2 visa with a distance learning masters degree?\",\n", + "\"_answer\": \"The key is to check if the degree is accredited. You should talk to the school to find out.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2 with a masters degree obtained online?\",\n", + "\"_answer\": \"The main thing to consider is if the degree is accredited. You should consult the school to find out.\"} \n", + "\n", + "\n", + "\n", + "79 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"To be eligible for EB2 with advanced degrees, is it enough to have a Master's from a US university or must the job description specify it?\",\n", + "\"_answer\": \"The job must also genuinely require EB2 qualifications.\"}\n", + "\n", + "######\n", + "{\"_question\": \"To qualify for EB2 with advanced degrees, is a Master's from a US university sufficient or must the job require it?\",\n", + "\"_answer\": \"The job must also genuinely necessitate EB2 qualifications.\"}\n", + "\n", + "######\n", + "{\"_question\": \"To be eligible for EB2 with advanced degrees, is a Master's from a US university enough or must the job listing state so?\",\n", + "\"_answer\": \"The job must also genuinely demand EB2 qualifications.\"} \n", + "\n", + "\n", + "\n", + "80 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is there any issue with my educational background for the I-140, given that my PERM is approved under EB2? My qualifications include a 3-year diploma, 3-year B.Tech, 1.5-year M.Tech, and 8 years of experience at the time of PERM, and all my education is from India.\",\n", + "\"_answer\": \"There are some variables to consider. Generally, if the B.Tech is supposed to be a 4-year degree and you completed it in three due to your diploma, you should be alright.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Given that my PERM is approved under EB2 and my educational background is from India (3-year diploma, 3-year B.Tech, 1.5-year M.Tech, and 8 years of experience at the time of PERM), do you think there will be any problems with my I-140?\",\n", + "\"_answer\": \"There are some factors to consider. Generally, if the B.Tech is supposed to be a 4-year degree and you achieved it in three because of your diploma, you should be okay.\"}\n", + "\n", + "######\n", + "{\"_question\": \"My PERM is approved under EB2 and my educational background is from India (3-year diploma, 3-year B.Tech, 1.5-year M.Tech, and 8 years of experience at the time of PERM). Is there any issue with my educational background for the I-140?\",\n", + "\"_answer\": \"There are some variables to take into account. Generally, if the B.Tech is supposed to be a 4-year degree and you attained it in three due to your diploma, you should be fine.\"} \n", + "\n", + "\n", + "\n", + "81 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the typical duration for getting a green card through the EB2 category? I have a Master's in International Business and 7 years of experience in the US and EU. I have a job offer from the US and I would like to submit the petition.\",\n", + "\"_answer\": \"The biggest hold up for most people is the movement of the priority date. Have a look at the Visa Bulletin and the Permanent Processing Times to get an idea of the timeline.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How long does it usually take to get a green card through the EB2 category? I have a Master's in International Business and 7 years of experience in the US and EU. I have a job offer from the US and I would like to file the petition.\",\n", + "\"_answer\": \"The biggest delay for most people is the progress of the priority date. Check out the Visa Bulletin and the Permanent Processing Times to get an understanding of the timeline.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the average time to obtain a green card through the EB2 category? I have a Master's in International Business and 7 years of experience in the US and EU. I have a job offer from the US and I would like to submit the petition.\",\n", + "\"_answer\": \"The biggest obstacle for most people is the movement of the priority date. Have a look at the Visa Bulletin and the Permanent Processing Times to get an idea of the timeframe.\"} \n", + "\n", + "\n", + "\n", + "82 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do my qualifications meet the EB-2 criteria?\", \n", + "\"_answer\": \"It is not possible to predict if your qualifications meet the EB-2 criteria. It depends on the type of degrees and the language used in the formeta9089.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Will my education be accepted for the EB-2 category?\", \n", + "\"_answer\": \"It is not possible to anticipate if your education will be accepted for the EB-2 category. It depends on the type of degrees and the language used in the formeta9089.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I be sure that my degrees will qualify for the EB-2?\", \n", + "\"_answer\": \"It is impossible to guarantee that your degrees will qualify for the EB-2. It all depends on the type of degrees and the language used in the formeta9089.\"} \n", + "\n", + "\n", + "\n", + "83 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I use cross chargeability if I was born in India and have an approved EB2 I-140, but my priority date is too old to file for I-485? If I marry someone from a different country, will that enable us to file for I-485 right away?\",\n", + "\"_answer\": \"Cross chargeability is an option if your spouse was born in a country other than India or China. Your spouse can only file for I-485 if they are currently in the US.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was born in India and have an approved EB2 I-140, but my priority date is too old to file for I-485. Is cross chargeability applicable in this case? If I marry someone from a different country, will that allow us to submit I-485 applications immediately?\",\n", + "\"_answer\": \"Cross chargeability is a possibility if your partner was born in a country other than India or China. Your partner can only file for I-485 if they are in the US at the moment.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I am an H1B holder born in India with an approved EB2 I-140, but my priority date is too old to file for I-485. Is cross chargeability an option if I marry someone from a different country? Will that enable us to apply for I-485 right away?\",\n", + "\"_answer\": \"Cross chargeability is a viable option if your spouse was born in a country other than India or China. Your spouse can only file for I-485 if they are currently in the US.\"} \n", + "\n", + "\n", + "\n", + "84 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I be refused by the US Embassy despite my EB2 approval from USCIS?\", \n", + "\"_answer\": \"It is not probable, but it is a possibility.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the chances of the US Embassy denying me despite my EB2 approval from USCIS?\", \n", + "\"_answer\": \"It is not likely, but it could happen.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I still be denied by the US Embassy even after my EB2 approval from USCIS?\", \n", + "\"_answer\": \"It is not probable, but it is a possibility.\"} \n", + "\n", + "\n", + "\n", + "85 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for EB2 Permanent Classification? I am a technology professional with almost 9 years of work experience. I am currently employed as a software consultant in a trading company in the US and will be graduating from a part-time MBA program (concentration in finance) this December. If I plan to apply for permanent residency next year, will I be eligible to apply under EB-2 US Masters Degree, considering my MBA in finance will assist in understanding complex financial principles and writing algorithms that support daily trading? In this case, will my prior experience be taken into account?\",\n", + "\"_answer\": \"If you have earned your master's degree by the time you submit your permanent residency application, you should be able to qualify for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What about EB2 Permanent Classification? I have been a technology professional for almost 9 years and am currently working as a software consultant in a trading firm in the US. I am due to graduate from a part-time MBA program (finance concentration) this December. If I apply for permanent residency next year, will I be eligible to apply under EB-2 US Masters Degree, given that my MBA in finance will help me comprehend complex financial principles and write algorithms that support daily trading? Will my past experience be considered in this case?\",\n", + "\"_answer\": \"If you have obtained your master's degree by the time you file your permanent residency application, you should be able to get EB-2.\"} \n", + "\n", + "\n", + "\n", + "86 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can company B use company A's labor certificate and refile the I-140 again?\",\n", + "\"_answer\": \"In my opinion, this is a great chance to initiate a new PERM under EB2 and transfer the priority date. Consult with your attorneys.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible for company B to use company A's labor certificate and resubmit the I-140?\",\n", + "\"_answer\": \"From my perspective, this is a great opportunity to initiate a fresh PERM under EB2 and transfer the priority date. Speak with your legal advisors.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can company B utilize company A's labor certificate and file the I-140 again?\",\n", + "\"_answer\": \"In my view, this is a great opportunity to start a new PERM under EB2 and transfer the priority date. Consult with your lawyers.\"} \n", + "\n", + "\n", + "\n", + "87 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have a 10+3.5 years diploma and 3 years of a bs. I studied computer engineering for 3.5 years and information systems (bits) for 3 years. My labor is in process under the eb2 category. I'm worried that my i-140 will be denied due to my education. Mr. Khanna, do you have any cases that have been approved with a diploma and a bs?\",\n", + "\"_answer\": \"I believe your concern is valid. These types of cases are hard to get approved. I'm not able to give you a definite answer since I'm not aware of the specifics. Speak to your lawyers about your worries and if possible, get a written response.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 10+3.5 years diploma and 3 years of a bs. I studied computer engineering for 3.5 years and information systems (bits) for 3 years. My labor is in process under the eb2 category. I'm anxious that my i-140 will be rejected due to my education. Mr. Khanna, do you have any cases that have been approved with a diploma and a bs?\",\n", + "\"_answer\": \"I think your fear is justified. These types of cases are hard to get approved. I'm not able to give you a definite answer since I'm not aware of the details. Converse with your lawyers about your worries and if possible, get a written reply.\"} \n", + "\n", + "\n", + "\n", + "88 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the odds of my EB1 extraordinary ability petition being approved on the second filing?\",\n", + "\"_answer\": \"It is impossible to tell without knowing the specifics of your case.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of my EB1 extraordinary ability petition being accepted if I refiled it?\",\n", + "\"_answer\": \"It is not possible to determine without more information about your case.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the chances of my EB1 extraordinary ability petition being granted if I resubmitted it?\",\n", + "\"_answer\": \"It is impossible to say without more details about your situation.\"} \n", + "\n", + "\n", + "\n", + "89 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB2 visa given my qualifications? I have a Bachelor's degree, a Master's equivalent in academia, and 5 years of experience in a top nursing school. I am also a PhD student in a top university. Is EB2 a family-based petition? My parents live in New Jersey.\",\n", + "\"_answer\": \"EB stands for Employment-Based. EB-2 is available for people with postgraduate degrees (by US standards) or a 4-year Bachelor's degree with five years of progressively responsible experience. You should consult with your lawyers about applying for an EB-2 and transferring your priority date.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for an EB2 visa given my qualifications? I have a Bachelor's degree, a Master's equivalent in academia, and 5 years of experience in a top nursing school. I am also a PhD student in a top university. Is EB2 a family-based petition? My parents live in New Jersey.\",\n", + "\"_answer\": \"EB stands for Employment-Based. EB-2 is available for individuals with postgraduate degrees (by US standards) or a 4-year Bachelor's degree with five years of progressively responsible experience. You should speak with your lawyers about applying for an EB-2 and transferring your priority date.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB2 visa given my qualifications? I have a Bachelor's degree, a Master's equivalent in academia, and 5 years of experience in a top nursing school. I am also a PhD student in a top university. Is EB2 a family-based petition? My parents live in New Jersey.\",\n", + "\"_answer\": \"EB stands for Employment-Based. EB-2 is available for people with postgraduate degrees (by US standards) or a 4-year Bachelor's degree with five years of progressively responsible experience. You need to consult with your lawyers about applying for an EB-2 and transferring your priority date.\"} \n", + "\n", + "\n", + "\n", + "90 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to wait for my diploma to apply for EB2?\",\n", + "\"_answer\": \"Generally, immigration law looks at when the degree was finished, not when the diploma was given. Consult your attorneys.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I use my official transcript to apply for EB2 or do I have to wait for my diploma?\",\n", + "\"_answer\": \"Generally, immigration regulations consider when the degree was completed, not when the diploma was presented. Speak to your lawyers.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to wait for my diploma to apply for EB2 or can I use my official transcript?\",\n", + "\"_answer\": \"Generally, immigration law focuses on when the degree was finished, not when the diploma was conferred. Consult your attorneys.\"} \n", + "\n", + "\n", + "\n", + "91 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the risk of having my educational qualifications denied when filing under EB-2?\",\n", + "\"_answer\": \"Your educational background may be scrutinized closely during the I-140 stage, but USCIS may raise questions about it at any point. I have seen approved I-140s reopened and denied at the I-485 stage.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of my educational qualifications being rejected when I apply for EB-2?\",\n", + "\"_answer\": \"Your educational background may be carefully examined during the I-140 phase, but USCIS can raise issues about it at any time. I have observed I-140s that were approved and then denied at the I-485 stage.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the risk of my educational credentials being denied when I file for EB-2?\",\n", + "\"_answer\": \"Your educational background may be thoroughly evaluated during the I-140 stage, but USCIS may bring up concerns about it at any point. I have seen I-140s that were approved and then denied at the I-485 stage.\"} \n", + "\n", + "\n", + "\n", + "92 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a B.Sc in Physics from India and a MCA in IT from India. Can I apply for a green card through an IT-based company?\",\n", + "\"_answer\": \"It is possible, however, your lawyers should be sure to draft the PERM application carefully so that if EB2 is denied, EB3 should still be approved.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a Bachelor's in Science from India with a focus in Physics, and a Master's in Computer Science from India. Can I apply for a green card through an IT-based company?\",\n", + "\"_answer\": \"It is possible, however, your legal team should be sure to craft the PERM application carefully so that if EB2 is denied, EB3 should still be accepted.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a B.Sc in Physics from India and a MCA in IT from India. Can I file for a green card through an IT-based company?\",\n", + "\"_answer\": \"It is possible, however, your lawyers should be sure to compose the PERM application carefully so that if EB2 is rejected, EB3 should still be approved.\"} \n", + "\n", + "\n", + "\n", + "93 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a B.Sc in Physics from India and a Masters in Computer Science from India. Can I apply for a green card in the IT field under EB2?\",\n", + "\"_answer\": \"Yes, it is possible, but make sure your lawyers prepare the PERM application carefully so that if EB2 is denied, EB3 will still be approved.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a Bachelor of Science in Physics from India and a Masters in Computer Science from India. Can I apply for a green card in the IT sector under EB2?\",\n", + "\"_answer\": \"Yes, it is possible, but ensure your lawyers craft the PERM application carefully so that if EB2 is denied, EB3 can still be approved.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a B.Sc in Physics from India and a Masters in Computer Science from India. Can I apply for a green card in the IT industry under EB2?\",\n", + "\"_answer\": \"Yes, it is feasible, but make sure your lawyers design the PERM application carefully so that if EB2 is rejected, EB3 will still be accepted.\"} \n", + "\n", + "\n", + "\n", + "94 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Does my wife qualify for EB2 processing with her post professional degree in occupational therapy?\",\n", + "\"_answer\": \"OTs do not have a special category like physical therapists, but it is possible to file for EB2. Consult with her lawyers for more information.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the process for my wife to get EB2 with her OT degree?\",\n", + "\"_answer\": \"OTs do not have a special category like physical therapists, but EB2 may be an option. She should speak to her lawyers to find out more.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can my wife use her OT degree to get EB2?\",\n", + "\"_answer\": \"OTs do not have a special category like physical therapists, but it is possible to apply for EB2. She should consult with her lawyers for more information.\"} \n", + "\n", + "\n", + "\n", + "95 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB-2 green card with 3 years of IT experience and a master's degree?\",\n", + "\"_answer\": \"Yes, you can apply for an EB-2 green card once you have completed your master's degree and have a job that requires such a degree or a bachelor's degree plus five years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB-2 green card with 3 years of IT experience and a master's degree?\",\n", + "\"_answer\": \"Yes, you are eligible to apply for an EB-2 green card once you have finished your master's degree and have a job that requires such a degree or a bachelor's degree plus five years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have 3 years of IT experience and a master's degree, can I get an EB-2 green card?\",\n", + "\"_answer\": \"Yes, you can submit an application for an EB-2 green card once you have earned your master's degree and have a job that requires such a degree or a bachelor's degree plus five years of experience.\"} \n", + "\n", + "\n", + "\n" + ] + } + ], + "source": [ + "for id, batch_inputs_string in enumerate(qaa_list_encoded):\n", + " print(id, \"\\n\") # \"\\n\\n\\n\", \"input:\\n\", batch_inputs_string, \"\\n\"\n", + " completion_batch = openai.Completion.create(\n", + " prompt=batch_inputs_string, \n", + " model=\"text-davinci-003\",\n", + " temperature = 0.2,\n", + " max_tokens = 1000 # The maximum number of tokens to generate in the completion\n", + " )\n", + " results_string = completion_batch['choices'][0]['text']\n", + " print(results_string, \"\\n\\n\\n\")\n", + " qaa_augmented_raw.append(results_string)" + ] + }, + { + "cell_type": "markdown", + "id": "742c9e49-a5f5-440c-be51-ad395ab241a7", + "metadata": {}, + "source": [ + "#### Generate synthetic data with high temperature" + ] + }, + { + "cell_type": "code", + "execution_count": 124, + "id": "6085d004-14b5-48b2-b343-4b0f17112137", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "0 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to wait before beginning the green card process if my employer files an H-1B and the lottery is picked?\",\n", + "\"_answer\": \"No, the employer can initiate the green card process prior to your joining. You can review the salary figures by county and profession at this link -https://www.flcdatacenter.com/\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I start the green card process if my employer has filed an H-1B and it has been selected in the lottery?\",\n", + "\"_answer\": \"Yes, the employer can begin the green card process even before you join. Check out this link -https://www.flcdatacenter.com/ to view the salary figures by county and profession.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If my employer files an H-1B and it is selected in the lottery, when can I start the green card process?\",\n", + "\"_answer\": \"The employer can initiate the green card process prior to your joining. You can examine the salary figures by county and profession at this link -https://www.flcdatacenter.com/\"} \n", + "\n", + "\n", + "\n", + "1 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the process for upgrading from EB-3 to EB-2 for a pending I-485 application?\",\n", + "\"_answer\": \"It is possible to upgrade from EB-3 to EB-2 as long as the PERM was initially filed as an EB-2. If the PERM was originally filed as an EB-3, it is not possible to upgrade. If the PERM was filed as an EB-2, you can downgrade the I-140 to EB-3 and then upgrade to EB-2 if you have an EB-2 approval. You can then file a second case as EB-3 with the same PERM. For more information, please refer to the FAQs.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is involved in the EB-3 to EB-2 porting process for someone with a pending I-485?\",\n", + "\"_answer\": \"If the PERM was submitted as an EB-2, you can downgrade the I-140 to EB-3 and then upgrade to EB-2 if you have an EB-2 approval. It is also possible to file a second case as EB-3 with the same PERM. However, if the PERM was initially filed as an EB-3, you will not be able to upgrade to EB-2. For more details, please refer to the FAQs.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can you explain the upgrade process from EB-3 to EB-2 for a pending I-485?\",\n", + "\"_answer\": \"It is possible to move up to EB-2 from EB-3 as long as the PERM was initially filed as an EB-2. If the PERM was originally filed as an EB-3, it is not possible to upgrade. If the PERM was filed as an EB-2, you can downgrade the I-140 to EB-3 and then upgrade to EB-2 if you have an EB-2 approval. You can then file a second case as EB-3 with the same PERM. For further information, please refer to the FAQs.\"} \n", + "\n", + "\n", + "\n", + "2 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the chances of me being approved for an L1A visa? I had an H1B for 11 years until August 2019, when I transferred to Canada as a Software Development Manager, managing five direct reports and four second-level reports with the same company in both countries. I have since been promoted to Director of Software Development Projects Support and Maintenance, and I have an approved I-140 with a priority date of July 2012. Should I apply for an EB-1C/International Managers or Executives now, or should I wait until the visa ban is over?\",\n", + "\"_answer\": \"It is important to discuss your job description and plans for working outside the US with a lawyer from the outset. If you wait until a year down the line, the chances of success will be much lower.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are my chances of getting an L1A visa? I was in the US on an H1B for 11 years until August 2019, when I transferred to Canada as a Software Development Manager. I am managing five direct reports and four second-level reports with the same company in both countries, and I have been promoted to Director of Software Development Projects Support and Maintenance. My I-140 has been approved and my priority date is July 2012. Should I submit an EB-1C/International Managers or Executives application now, or should I wait until the visa ban is over?\",\n", + "\"_answer\": \"It is advisable to discuss your job description and plans for working outside the US with a lawyer from the beginning. Waiting until a year down the line will significantly decrease your chances of success.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of me being granted an L1A visa? I had an H1B visa for 11 years until August 2019, when I transferred to Canada as a Software Development Manager. I am managing five direct reports and four second-level reports with the same company in both countries, and I have been recently promoted to Director of Software Development Projects Support and Maintenance. My I-140 has been approved and my priority date is July 2012. Should I apply for an EB-1C/International Managers or Executives now, or should I wait until the visa ban is over?\",\n", + "\"_answer\": \"It is important to consult with a lawyer concerning your job description and plans for working outside the US from the start. If you wait until a year down the line, your chances of approval will be much lower.\"} \n", + "\n", + "\n", + "\n", + "3 \n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it a good idea to downgrade from eb-2 to eb-3?\",\n", + "\"_answer\": \"It could be a wise decision to apply for eb-3 and then use whichever option is quicker when the time comes.\"}\n", + "######\n", + "{\"_question\": \"Should my wife and I switch from eb-2 to eb-3?\",\n", + "\"_answer\": \"It could be beneficial to submit an application for eb-3 and then use whichever one is faster when the time arrives.\"}\n", + "######\n", + "{\"_question\": \"What would be the best course of action for my wife and I to take regarding eb-2 and eb-3?\",\n", + "\"_answer\": \"It may be advantageous to apply for eb-3 and then select whichever one is faster when the time comes.\"} \n", + "\n", + "\n", + "\n", + "4 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the requirements for getting an H-1B visa for three years, not a shorter duration? I got my H1B approved for one year, expiring on October 27th, 2019. I work through a consultancy. What steps can I take to ensure I get the H1B approved for three years when I apply for an extension after October 27th, 2019? Are there any particular documents I need? If I go for stamping, do I need to be careful with social media at the port of entry? Are there any tips or recommendations you can give with reference to social media during port of entry? My EB2 priority date is February 4th, 2015 and I'm planning to marry a girl who is a Nepal citizen and she's on OPT right now. Can I move my priority date to EB2 Nepal category after marriage? If yes, what would be my next steps and how soon can I file for I-485 interview?\", \n", + "\"_answer\": \"Typically the only way you can get three year extension is if you can prove that the project will go on for three years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What do I need to do to be approved for an H-1B visa for three years, not a shorter duration? I have an H1B that was approved for one year, expiring on October 27th, 2019. I am employed through a consultancy. What can I do to ensure I get the H1B approved for three years when I apply for an extension after October 27th, 2019? Are there any documents I should prepare? If I go for stamping, should I be careful with my social media at the port of entry? Are there any tips or recommendations you can give me regarding social media during port of entry? My EB2 priority date is February 4th, 2015 and I'm planning to marry a girl who is a Nepal citizen and she's on OPT right now. Can I move my priority date to EB2 Nepal category after marriage? If yes, what would be my next steps and how quickly can I file for I-485 interview?\",\n", + "\"_answer\": \"Generally the only way you can get three year extension is if you can demonstrate that the project will go on for three years.\"} \n", + "\n", + "\n", + "\n", + "5 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"what other choices do i have if i am unable to find a job before my h1-b and i-94 expire in mid-august 2019?\", \n", + "\"_answer\": \"You can look into applying for a tourist visa or tourist status, although I don't think you will get it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"what are my options if I don't secure a job before my h1-b and i-94 end in the middle of August 2019?\", \n", + "\"_answer\": \"You may be able to apply for a tourist visa or tourist status, although there is no guarantee you will receive it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"what are the possibilities if I don't get a job before my h1-b and i-94 terminate in mid-August 2019?\", \n", + "\"_answer\": \"You could try applying for a tourist visa or tourist status, though it is unlikely that you will be successful.\"} \n", + "\n", + "\n", + "\n", + "6 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to downgrade my case from EB-2 to EB-3 in order to take advantage of an earlier priority date, while still keeping my existing EB-2 filing intact? If so, what is the process for doing so? Do I need to complete the labor and I-140 again?\",\n", + "\"_answer\": \"Your EB-2 will remain unaffected. You can file an EB-3/I-140 and, if your dates are current, you may be able to file an I-485 as well.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch my EB-2 case to an EB-3, taking advantage of an earlier priority date, without having to abandon my existing EB-2 filing? What is the process for doing this? Do I need to redo my labor and I-140?\",\n", + "\"_answer\": \"Your EB-2 will remain unaffected. You may submit an EB-3/I-140 and, if your dates are current, you could also file an I-485.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it feasible to downgrade from EB-2 to EB-3 to gain priority date advantage without compromising my existing EB-2 filing? How do I go about doing this? Is it necessary to redo the labor and I-140?\",\n", + "\"_answer\": \"Your EB-2 will stay intact. You can file an EB-3/I-140 and, if your dates are current, you can also submit an I-485.\"} \n", + "\n", + "\n", + "\n", + "7 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Will I still be eligible for EB-3 if the priority date reaches my date of application, even though I originally applied for EB-2?\",\n", + "\"_answer\": \"This is largely a matter of policy and procedure. USCIS has suggested that if you have an I-140 approved under EB-2 but wish to file under EB-3, you must submit another I-140 with a copy of the same labor certification and get an EB-3 approval first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If the EB-3 priority date reaches my date of application, am I still able to use the EB-3 category even though I initially applied for EB-2?\",\n", + "\"_answer\": \"This is mostly a matter of rules and regulations. The USCIS has indicated that if you have one I-140 approved for EB-2 but desire to use EB-3, you must submit a new I-140 with a duplicate of the same labor certification and get an EB-3 approval first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If the EB-3 priority date reaches the date I applied, can I still use EB-3 even though I initially applied for EB-2?\",\n", + "\"_answer\": \"This is mostly a question of procedure and policy. The USCIS has stated that if you have an I-140 approved under EB-2 but want to use EB-3, you have to submit another I-140 with a copy of the same labor certification and receive an EB-3 approval first.\"} \n", + "\n", + "\n", + "\n", + "8 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the implications for my naturalization/citizenship if I have not worked for the green card sponsoring company? To summarize, I worked for the same company from 2004 to 2014 (2004 - 2011 in the US on H1B, and 2011-2014 in India). After receiving my green card, I did not work for the same company in the US and I do not have a single paycheck from a US company after receiving the green card. Since then, I have been working in a job with the same job description that my green card was filed for. All other history is clean - I have two US-born children, always paid taxes on time, and no legal cases. I heard from reliable sources that under current circumstances, my case will be marked as fraud and there is a 99% chance that they will revoke my green card and deport me, as I did not stay with the employer that sponsored my green card. What should I be concerned about? What are my options? I have the option of going back to the same employer now. Does that help? If my wife applies for naturalization instead of me, is that going to be any different?\",\n", + "\"_answer\": \"This is a tricky situation. I would argue that this is acceptable since you received the green card and took the job, and you are just temporarily working for the company's operations outside the US. It could go either way, so I suggest consulting with a lawyer. You should consider your options, and if going back to the same employer now would help. Additionally, if your wife applies for naturalization instead of you, that could make a difference.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the consequences for my naturalization/citizenship if I have not worked for the green card sponsoring company? To give a brief overview, I worked for the same company from 2004 to 2014 (2004 - 2011 in the US on H1B, and 2011-2014 in India). After getting my green card, I did not work for the same company in the US and I do not have a single paycheck from a US company after receiving the green card. Since then, I have been working in a job with the same job description that my green card was filed for. All other history is clean - I have two US-born children, always paid taxes on time, and no legal cases. I heard from reliable sources that under current circumstances, my case will be marked as fraud and there is a 99% chance that they will revoke my green card and deport me, as I did not stay with the employer that sponsored my green card. What should I be worried about? What are my choices? I have the option of going back to the same employer now. Does that help? If my wife applies for naturalization instead of me, is that going to be any different?\",\n", + "\"_answer\": \"This is a difficult situation. I would suggest that this is acceptable since you obtained the green card and took the job, and you are just temporarily working for the company's operations outside the US. It is uncertain, so I recommend consulting with a lawyer. You should contemplate your options, and if returning to the same employer now would help. Furthermore, if your wife applies for naturalization instead of you, that could make a difference.\"} \n", + "\n", + "\n", + "\n", + "9 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What will happen if I downgrade from EB-2 to EB-3 and my newly filed I-140 is denied? Will my already approved I-140 in EB-2 be affected?\",\n", + "\"_answer\": \"If you file a I-485 that is prematurely filed when the priority date of EB-2 is not current, and the EB-3 filing gets denied, then the I-485 will also be denied. It is important to have your lawyer review your case carefully to make sure that there are no other issues. If the second EB-3 filing is denied, it should not have any impact on the previously approved I-140 unless the second filing reveals a problem with the case that was not addressed earlier.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the consequences if I refile for an EB-3 approval and my I-140 is denied? Will my approved I-140 in EB-2 be impacted?\",\n", + "\"_answer\": \"If an I-485 is filed before the priority date of the EB-2 is current, and the EB-3 filing is denied, then the I-485 will also be denied. It is important to have your lawyer carefully review your case to ensure that there are no other issues. If the second EB-3 filing is denied, it should not affect the already approved I-140 unless the second filing brings to light a problem with the case that was not previously addressed.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What happens if I apply for an EB-3 and my I-140 is denied? Will my previously approved I-140 in EB-2 be impacted?\",\n", + "\"_answer\": \"If an I-485 is submitted before the priority date of the EB-2 is current, and the EB-3 filing is denied, then the I-485 will also be denied. It is important to have your lawyer examine your case thoroughly to ensure that there are no other issues. If the second EB-3 filing is denied, it should not affect the already approved I-140 unless the second filing reveals a problem with the case that was not previously addressed.\"} \n", + "\n", + "\n", + "\n", + "10 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What do I need to do to get a master's degree from an accredited university to process an EB-2 green card?\",\n", + "\"_answer\": \"To obtain an EB-2 green card, you must obtain a master's degree from an accredited university. You can check with your university to find out which state-level agency has accredited their programs.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the requirement to obtain an EB-2 green card?\",\n", + "\"_answer\": \"To get an EB-2 green card, you must have a master's degree from an accredited university. Your university should be able to provide you with information on the state-level agency that has accredited their programs.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What do I need to do to be eligible for an EB-2 green card?\",\n", + "\"_answer\": \"In order to be eligible for an EB-2 green card, you must have a master's degree from an accredited university. Your university can provide you with information on the state-level agency that has accredited their programs.\"} \n", + "\n", + "\n", + "\n", + "11 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can an individual with F-1 status begin a green card process?\", \n", + "\"_answer\": \"Individuals from countries with backlogged priority dates like India, China, Philippines, and Mexico may not be able to start a green card process while on F-1 status, as this status does not permit dual intent. However, those from countries with non-backlogged priority dates such as Saudi Arabia, Pakistan, Nepal, or Europe may be able to complete the green card process within a year in an EB-1, EB-2, or EB-3 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to initiate a green card application while on F-1 status?\", \n", + "\"_answer\": \"For individuals from countries with backlogged priority dates like India, China, Philippines, and Mexico, beginning a green card process while on F-1 status is not recommended, as this status does not allow for dual intent. However, those from countries with non-backlogged priority dates like Saudi Arabia, Pakistan, Nepal, or Europe may be able to finish the green card process within a year under an EB-1, EB-2, or EB-3 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can someone on F-1 visa status begin the green card process?\", \n", + "\"_answer\": \"Individuals from countries with delayed priority dates such as India, China, Philippines, and Mexico should not start a green card process while on F-1 visa status, as this status does not permit dual intent. However, those from countries with non-delayed priority dates like Saudi Arabia, Pakistan, Nepal, or Europe may be able to complete the green card process within a year in an EB-1, EB-2, or EB-3 category.\"} \n", + "\n", + "\n", + "\n", + "12 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I submit several green card applications simultaneously? What would be the consequences? My employer filed for an EB-2 green card with a priority date of 2013. Could I try to get an EB-1 green card personally? Would the EB-1 status affect the EB-2 green card? Would the job description have to match in both EB-1 and EB-2? What potential issues might arise?\",\n", + "\"_answer\": \"Yes, you can submit multiple green card applications at the same time, including a combination of employment and family or investment applications. As long as the applications are filed honestly, any number of green cards can be filed. Trying for an EB-1 green card will not affect the EB-2 green card, but the job description should match for both EB-1 and EB-2. Potential issues may arise, so it is important to be aware of them.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for multiple green cards at once? What are the repercussions? My employer has filed an EB-2 green card with a 2013 priority date. Is it possible for me to attempt to get an EB-1 green card independently? Will the EB-1 status have any effect on the EB-2 green card? Must the job description be the same for EB-1 and EB-2? What could possibly go wrong?\",\n", + "\"_answer\": \"Yes, you can file for various green cards at the same time, including both employment and family or investment applications. You can file as many green cards as you like as long as they are filed truthfully. Trying for an EB-1 green card will not interfere with the EB-2 green card, but the job description must match for both EB-1 and EB-2. It is important to be aware of the potential issues that may arise.\"} \n", + "\n", + "\n", + "\n", + "13 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the duration of the NIW process? Does it take as long as the EB2 application? Can I change employers during the process?\",\n", + "\"_answer\": \"If you are a self-applicant and will continue to work in your stated area of national interest, you can change employers any time. The NIW priority date will take the same time as a normal EB-2 application does. See: http://www.immigration.com/visa-bulletinunder employment-based category 2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How long does the NIW application take? Is it the same as the EB2 filing? Is it okay to change employers during the process?\",\n", + "\"_answer\": \"Switching employers is permissible if you are a self-applicant and will continue to work in your stated area of national interest. The NIW timeline is the same as the EB2 application timeline. See: http://www.immigration.com/visa-bulletinunder employment-based category 2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the processing time for NIW? Is it the same as the EB2 filing? Can I switch employers while the application is being processed?\",\n", + "\"_answer\": \"If you are a self-applicant and will work in your stated area of national interest, you can switch employers at any time. The NIW processing time is the same as the EB2 filing. See: http://www.immigration.com/visa-bulletinunder employment-based category 2.\"} \n", + "\n", + "\n", + "\n", + "14 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I got my I-140 approved and EAD with the EB2 category in April 2012. My employer did not provide me with the green card documents such as my I-140 approval copy, labor code, etc. Is it possible to get the original documents from USCIS using form G-884 (returns of original documents) without knowing my employer?\",\n", + "\"_answer\": \"Form G-884 is used to request the return of documents you had sent to USCIS (e.g., your college degrees and diplomas). FOIA should be used for the purpose you are considering.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was approved for my I-140 and EAD with the EB2 category in April 2012, but my employer did not give me the green card documents like the I-140 approval copy, labor code, etc. Is it possible to retrieve the original documents from USCIS with form G-884 (returns of original documents) without knowing my employer?\",\n", + "\"_answer\": \"Form G-884 is used to ask for the return of documents you had sent to USCIS (e.g., your college degrees and diplomas). FOIA should be used for the purpose you are looking for.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I obtained my I-140 approval and EAD with EB2 category in April 2012, but my employer did not give me the green card documents such as the I-140 approval copy, labor code, etc. Can I get the original documents from USCIS using form G-884 (returns of original documents) without knowing my employer?\",\n", + "\"_answer\": \"Form G-884 is used to request the return of documents you had sent to USCIS (e.g., your college degrees and diplomas). FOIA should be used for the purpose you are considering.\"} \n", + "\n", + "\n", + "\n", + "15 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I submit an adjustment of status application concurrently with the form I-140 if my 'Schedule A' application falls into the EB-2 or Employment Based Second Preference category?\",\n", + "\"_answer\": \"Submitting an adjustment of status concurrently with the form I-140 is only possible if your priority date for EB-2 is current and not backlogged.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If my 'Schedule A' application is classified as EB-2 or Employment Based Second Preference, can I file an adjustment of status application at the same time as the form I-140?\",\n", + "\"_answer\": \"Concurrent filing is allowed only if your EB-2 priority date is current and not backlogged.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I qualify for EB-2 or Employment Based Second Preference under 'Schedule A', can I simultaneously file an adjustment of status application with the form I-140?\",\n", + "\"_answer\": \"Submitting an adjustment of status concurrently is only possible if your EB-2 priority date is current and not delayed.\"} \n", + "\n", + "\n", + "\n", + "16 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"With regards to Obama's immigration action, if I am on an H-1B visa and my I-140 has been approved in the EB-2 category, but I am waiting for the dates to become current, will I get an Employment Authorization Document?\",\n", + "\"_answer\": \"I have heard that there is a suggestion to allow for the filing of I-485 at the I-140 stage, without needing the priority dates to be current. This, if put into practice, would provide you with an EAD as well as the ability to switch jobs under AC21. Unfortunately, there is no clear evidence of this proposal in any government document as of now.\"}\n", + "\n", + "######\n", + "{\"_question\": \"In regards to Obama's immigration action, if I am on a H-1B visa and my I-140 has been approved in the EB-2 category, but I am waiting for the dates to get current, will I get an Employment Authorization Document?\",\n", + "\"_answer\": \"I have heard that there is a proposal to allow filing of I-485 at the I-140 stage, without requiring the priority dates to be current. This, if implemented, would give you an EAD as well as the freedom to change jobs under AC21. Unfortunately, there is no definite proof of this proposal in any government document as of now.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Regarding Obama's immigration action, if I am on an H-1B visa and my I-140 has been approved in the EB-2 category, but I am waiting for the dates to be current, will I get an Employment Authorization Document?\",\n", + "\"_answer\": \"I have heard that there is a suggestion to permit the filing of I-485 at the I-140 stage, without needing the priority dates to be current. This, if carried out, would provide you with an EAD as well as the right to switch jobs under AC21. Unfortunately, there is no definite indication of this proposal in any government document up to this point.\"} \n", + "\n", + "\n", + "\n", + "17 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What can I do to expedite my background checks for my I-485 application? I am an EB-2 with priority date of June 2008 and have already provided fingerprints 2.5 years ago.\", \n", + "\"_answer\": \"see the marked clip below from rajiv's video recording for the answer to this question.https://www.youtube.com/watch?feature=player_detailpage&list=uum4s1qwos\"}\n", + "\n", + "######\n", + "{\"_question\": \"How can I hasten the background checks for my I-485 application? My priority date is June 2008 and I have already submitted fingerprints 2.5 years ago.\", \n", + "\"_answer\": \"see the marked clip below from rajiv's video recording for the answer to this question.https://www.youtube.com/watch?feature=player_detailpage&list=uum4s1qwos\"}\n", + "\n", + "######\n", + "{\"_question\": \"What steps can I take to speed up the background checks for my I-485 application? I have a priority date of June 2008 and already gave fingerprints 2.5 years ago.\", \n", + "\"_answer\": \"see the marked clip below from rajiv's video recording for the answer to this question.https://www.youtube.com/watch?feature=player_detailpage&list=uum4s1qwos\"} \n", + "\n", + "\n", + "\n", + "18 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I present my experience with my current employer in India while filing for permanent residency?\",\n", + "\"_answer\": \"Generally, you are able to use the experience gained from an employer who has a different tax identification number than the one filing the petition.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I include my experience with my current employer in India while applying for green card?\",\n", + "\"_answer\": \"In general, you can use the experience you gained with an employer who has a different tax ID number than the petitioner.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I use my experience with my current employer in India while filing for a green card?\",\n", + "\"_answer\": \"Generally, it is possible to utilize the experience acquired from an employer who has a different tax identification number than the one filing the petition.\"} \n", + "\n", + "\n", + "\n", + "19 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do internships count towards the number of years of work after school? I have two US bachelor's degrees - a 3-year bachelor degree in science and a 2-year bachelor's degree in engineering - and am considering applying for an EB-2 visa. If I don't qualify for the EB-2, I have worked for around four years in my current job. Should I wait another year and then apply for the EB-2 or should I just file for the EB-3 visa now?\",\n", + "\"_answer\": \"Internships do count as experience. You will need to have your degrees evaluated under AACRAO Edge standards first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have two US bachelor's degrees - a 3-year bachelor degree in science and a 2-year bachelor's degree in engineering - and am thinking of submitting an EB-2 visa application. In the event that I don't qualify for the EB-2, I've worked for about four years in my current job. Should I wait a further year and then apply for the EB-2 or should I just file for the EB-3 visa now?\",\n", + "\"_answer\": \"Internships are factored in when counting the number of years of work after school. You must have your degrees assessed under AACRAO Edge standards first.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have two US bachelor's degrees - a 3-year bachelor degree in science and a 2-year bachelor's degree in engineering - and am considering applying for an EB-2 visa. If I don't qualify for the EB-2, I have been at my current job for about four years. Should I wait another year before applying for the EB-2 or should I just file for the EB-3 visa now?\",\n", + "\"_answer\": \"Internships are taken into account when calculating the number of years of work after school. You should get your degrees evaluated under AACRAO Edge standards first.\"} \n", + "\n", + "\n", + "\n", + "20 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"How long do I have to wait to begin the green card process? Do I have the choice of selecting either EB-1 or EB-2? I don't have a bachelor's or master's degree - will that be a problem for applying for a green card? Should I only apply through my employer or can I do it myself?\",\n", + "\"_answer\": \"You can start the green card process without any delay. Yes, you can choose between EB-1 and EB-2. Not having a degree is not a barrier for international managers/executives. Your employer must apply for the green card on your behalf.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the timeframe to start the green card process? Is it possible to pick between EB-1 or EB-2? If I don't have a bachelor's or master's degree, will that be an issue for applying for a green card? Must I only go through my employer or can I do it by myself?\",\n", + "\"_answer\": \"You can start the green card process immediately. Yes, you can choose between EB-1 and EB-2. Not having a degree is not a problem for international managers/executives. Your employer needs to submit the green card application on your behalf.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How long should I wait to initiate the green card process? Can I select either EB-1 or EB-2? Do I need a bachelor's or master's degree to apply for a green card? Should I only apply through my employer or can I do it myself?\",\n", + "\"_answer\": \"You can begin the green card process without any wait. Yes, you can choose between EB-1 and EB-2. Not having a degree is not a hindrance for international managers/execs. Your employer must apply for the green card on your behalf.\"} \n", + "\n", + "\n", + "\n", + "21 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3-year bachelor's degree from India and 16 years of experience in the US. My EB-3 has a PD of 10/2006. Will I be able to qualify for an EB-2 if I pursue an MS degree here (online or executive)? Do I need to demonstrate progressive experience since I obtained my MS?\",\n", + "\"_answer\": \"As long as the master's degree is accredited, you won't need to provide any post-master's experience for EB-2. There might be some difficulty due to the 3+2 pattern of education, but an accredited master's should solve that problem.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3-year bachelor's degree from India and 16 years of experience in the US. My EB-3 has a PD of 10/2006. Will I be able to qualify for an EB-2 if I get a master's degree here (online or executive)? Do I have to demonstrate progressive experience since I got my MS?\",\n", + "\"_answer\": \"If the master's degree is accredited, you won't need to demonstrate post-master's experience for EB-2. There could be an issue with the 3+2 pattern of education, but an accredited master's should resolve that.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a 3-year bachelor's degree from India and 16 years of experience in the US. My EB-3 has a PD of 10/2006. Am I able to qualify for an EB-2 if I achieve an MS degree here (online or executive)? Do I need to show progressive experience since I earned my MS?\",\n", + "\"_answer\": \"Provided the master's degree is accredited, you don't need to present any post-master's experience for EB-2. There may be some difficulty due to the 3+2 pattern of education, but an accredited master's should address that issue.\"} \n", + "\n", + "\n", + "\n", + "22 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have a J-1 visa that is valid for four more years and am considering an EB2-NIW application. If my application is not accepted, will I experience issues when travelling on my J-1 visa?\", \n", + "\"_answer\": \"Immigration intent can be a problem for J-1 holders. It is uncertain if you will have a problem, but there is a potential for it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I possess a J-1 visa that is valid for four more years and am considering an EB2-NIW application. If the application is not approved, will I have difficulty when travelling with my J-1 visa?\", \n", + "\"_answer\": \"Showing immigration intent can be a concern for J-1 holders. It is not definite if you will have a problem, but it is possible.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a J-1 visa that will be valid for four more years and am contemplating an EB2-NIW request. If the application is not successful, will I have trouble when travelling with my J-1 visa?\", \n", + "\"_answer\": \"Demonstrating immigration intent can be a concern for J-1 holders. It is not certain if you will have an issue, but there is a chance for it.\"} \n", + "\n", + "\n", + "\n", + "23 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I get an EB-2 visa if I'm a veterinary assistant in the United States with a master's degree in veterinary medicine from Bulgaria?\",\n", + "\"_answer\": \"To be eligible for an EB-2 visa, two criteria must be met: 1) Your degree must be equivalent to a US advanced degree (this must be evaluated by a credentials evaluation service); and 2) The job must require an advanced degree or equivalent experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for an EB-2 visa if I'm a veterinary assistant from Bulgaria with a master's degree in veterinary medicine and I want to work in the US?\",\n", + "\"_answer\": \"In order to obtain an EB-2 visa, two conditions must be fulfilled: 1) Your degree must be equal to a US advanced degree (this must be evaluated by a credential evaluation service); and 2) The job must necessitate a advanced degree or equivalent experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a master's degree in veterinary medicine from Bulgaria and I want to work as a veterinary assistant in the US. Am I eligible for an EB-2 visa?\",\n", + "\"_answer\": \"You may qualify for an EB-2 visa if two prerequisites are met: 1) Your degree must be comparable to a US advanced degree (this must be evaluated by a credentials evaluation service); and 2) The job must require an advanced degree or equivalent experience.\"} \n", + "\n", + "\n", + "\n", + "24 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"How can I reach out to the USCIS Service Centers to inform them that a priority date is current, that an EB case has been upgraded from EB-3 to EB-2, or that dependents have been separated from the principal applicant's petition?\",\n", + "\"_answer\": \"You can send an email to the Nebraska Service Center at ncscfollowup.nsc@dhs.gov or the Texas Service Center at tsc.ncscfollowup@uscis.dhs.gov. Make sure to include the case number and A# of the beneficiary(s). If applicable, attach scans of any notices for the USCIS to reference.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How can I reach out to the USCIS Service Centers to notify them that the priority date is current, an EB case has been upgraded from EB-3 to EB-2, or dependents have been separated from the principal applicant's petition?\",\n", + "\"_answer\": \"You can email the Nebraska Service Center at ncscfollowup.nsc@dhs.gov or the Texas Service Center at tsc.ncscfollowup@uscis.dhs.gov. Be sure to include the case number and A# of the beneficiary(s). If necessary, attach scans of any notices for the USCIS to review.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the best way to contact the USCIS Service Centers to inform them that a priority date is current, an EB case has been upgraded from EB-3 to EB-2, or dependents have been separated from the principal applicant's petition?\",\n", + "\"_answer\": \"The best way to contact them is to send an email to the Nebraska Service Center at ncscfollowup.nsc@dhs.gov or the Texas Service Center at tsc.ncscfollowup@uscis.dhs.gov. Make sure to include the case number and A# of the beneficiary(s). If applicable, attach scans of any notices for the USCIS to reference.\"} \n", + "\n", + "\n", + "\n", + "25 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do individuals petitioned for a green card under the EB-2 classification need to have a degree from an accredited U.S. university?\",\n", + "\"_answer\": \"A degree from an accredited university is required for a beneficiary to be eligible for a green card under the EB-2 classification. Evidence such as SEVIS certification or state board approval, which confirms that the university is a legitimate educational institution, is not enough to show accreditation for green card purposes. To determine a university's accreditation status, please refer to the following website: http://ope.ed.gov/accreditation/. Additionally, you may want to watch the video 'Accreditation of Distance Education for EB-2' and read the transcript: http://www.immigration.com/media/eb2-green-card/accreditation-distance-\"}\n", + "\n", + "######\n", + "{\"_question\": \"Must a beneficiary petitioned for a green card under EB-2 classification have a degree from an accredited U.S. university?\",\n", + "\"_answer\": \"Yes, a beneficiary must have a degree from an accredited university to be eligible for a green card under EB-2 classification. Evidence such as SEVIS certification or state board approval, which confirms that the university is a legitimate educational institution, is not sufficient to show accreditation for green card purposes. To verify a university's accreditation status, please refer to the following website: http://ope.ed.gov/accreditation/. Additionally, you may want to watch the video 'Accreditation of Distance Education for EB-2' and read the transcript: http://www.immigration.com/media/eb2-green-card/accreditation-distance-\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it mandatory for a beneficiary petitioned for a green card under EB-2 classification to possess a degree from an accredited U.S. university?\",\n", + "\"_answer\": \"Yes, a beneficiary must have a degree from an accredited university to be eligible for a green card under EB-2 classification. Evidence such as SEVIS certification or state board approval, which confirms that the university is a legitimate educational institution, is not adequate to show accreditation for green card purposes. To check a university's accreditation status, please refer to the following website: http://ope.ed.gov/accreditation/. Additionally, you may want to watch the video 'Accreditation of Distance Education for EB-2' and read the transcript: http://www.immigration.com/media/eb2-green-card/accreditation-distance-\"} \n", + "\n", + "\n", + "\n", + "26 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Have I been given the final degree certificate after completing a master's degree in one year, even though I finished the conventional 2 year program in a single year?\",\n", + "\"_answer\": \"The evaluators must assess this matter. We have experienced problems with USCIS in similar cases. The evaluation done through the EDGE database should be sufficient to convince USCIS.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I completed a master's degree in science in just one year, although the program is usually two years long. I have been given the final degree certificate by the university. Will USCIS view my M.Sc. degree as incomplete?\",\n", + "\"_answer\": \"This is where the evaluators come in. We have encountered issues with USCIS in these scenarios. The evaluation done through the EDGE database should be enough to persuade USCIS.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a master's degree in science and I have been given the final degree certificate by the university, although I finished the conventional 2 year program in a single year. Will USCIS consider my M.Sc. degree incomplete?\",\n", + "\"_answer\": \"This is where the evaluators need to assess the situation. We have had troubles with USCIS in these types of cases. The evaluation done with the EDGE database should be convincing enough for USCIS.\"} \n", + "\n", + "\n", + "\n", + "27 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What qualifications are needed to qualify for EB-2?\",\n", + "\"_answer\": \"In order to qualify for EB-2, the USCIS requires a U.S. Master's degree or its foreign equivalent. This can include a four-year Bachelor's degree plus two-year Master's degree in the same or related fields, a three-year Bachelor's degree plus three-year Master's degree in the same or related fields, a three-year Bachelor's degree plus one-year postgraduate diploma plus two-year Master's degree in the same or similar field, a three-year Bachelor's degree plus two-year Master's degree and five years' progressive post-Master's degree experience, or a three-year Bachelor's degree plus two-year Master's degree plus one-year postgraduate diploma. Evidence must be provided in the form of an official academic record and letters from current or former employers to demonstrate the required experience.\"}\n", + "######\n", + "{\"_question\": \"What type of degree is needed to be eligible for EB-2?\",\n", + "\"_answer\": \"The USCIS requires a U.S. Master's degree or its foreign equivalent to be eligible for EB-2. This may include a four-year Bachelor's degree plus two-year Master's degree in the same or related fields, a three-year Bachelor's degree plus three-year Master's degree in the same or related fields, a three-year Bachelor's degree plus one-year postgraduate diploma plus two-year Master's degree in the same or similar field, a three-year Bachelor's degree plus two-year Master's degree and five years' progressive post-Master's degree experience, or a three-year Bachelor's degree plus two-year Master's degree plus one-year postgraduate diploma. Documentation must be provided in the form of an official academic record and letters from current or former employers to demonstrate the required experience.\"}\n", + "######\n", + "{\"_question\": \"What is the necessary degree to apply for EB-2?\",\n", + "\"_answer\": \"The USCIS requires a U.S. Master's degree or its foreign equivalent to apply for EB-2. This may comprise a four-year Bachelor's degree plus two-year Master's degree in the same or related fields, a three-year Bachelor's degree plus three-year Master's degree in the same or related fields, a three-year Bachelor's degree plus one-year postgraduate diploma plus two-year Master's degree in the same or similar field, a three-year Bachelor's degree plus two-year Master's degree and five years' progressive post-Master's degree experience, or a three-year Bachelor's degree plus two-year Master's degree plus one-year postgraduate diploma. Evidence must be presented in the form of an official academic record and letters from current or former employers to demonstrate the required experience.\"} \n", + "\n", + "\n", + "\n", + "28 \n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to qualify for EB-2 with a diploma, AMIE and M.Tech, if the job requirement is a Bachelor's in Engineering and 5 years of experience? Would there be any issues with the I-140 if the applicant has 7 years of experience post M.Tech from a previous employer and 5 years from the current employer?\", \n", + "\"_answer\": \"It's uncertain if the AMIE will be accepted. I remember an AAO decision that said they wouldn't recognize the AMIE, but a more recent decision was less certain. I think it's worth trying for EB-2 with the M.Tech helping the cause. \"}\n", + "######\n", + "{\"_question\": \"If the job requires a Bachelor's in Engineering and 5 years of experience, what are the chances of being approved for EB-2 with a diploma, AMIE and M.Tech? Will there be any problems with the I-140 if the individual has 7 years of experience post M.Tech from a previous employer and 5 years from the current employer?\", \n", + "\"_answer\": \"The AMIE is questionable. I recall an AAO decision that said they wouldn't accept the AMIE, but a more recent ruling was more uncertain. I believe it is worth attempting EB-2 with the M.Tech helping the cause.\"}\n", + "######\n", + "{\"_question\": \"Can an applicant qualify for EB-2 with a diploma, AMIE and M.Tech if the job requires a Bachelor's in Engineering and 5 years of experience? Is there any risk of the I-140 being denied if they have 7 years of experience post M.Tech from a previous employer and 5 years from the current employer?\", \n", + "\"_answer\": \"The AMIE is uncertain. I remember a AAO decision that said they wouldn't accept the AMIE, but a more recent ruling was less definite. I think it is worth trying for EB-2 with the M.Tech assisting the cause.\"} \n", + "\n", + "\n", + "\n", + "29 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the qualifications for EB-2? I have a 4 year bachelor's degree from India and 7 years of experience. My company has applied for a green card in EB-3 and my I-140 has already been approved. My priority date is September 2010. My company's name has changed and they are saying that the process needs to be restarted from the PERM, but I can keep my same priority date. I asked lawyers to see if I'm eligible for EB-2 and they said no. My job description says bachelor's degree and 3 or 5 years of experience, so the lawyers are saying no. Their argument is that the USCIS would deny the application, indicating that the job could be done by someone with 3 years of experience. Am I qualified for EB-2?\",\n", + "\"_answer\": \"Take these points into consideration. First, a change in the name of the employer does not necessitate starting the green card process over again. Second, if the sponsoring employer discontinues business operations, the USCIS may take away your priority date. And, third, the job must require 5 years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB-2? I have an Indian bachelor's degree that took 4 years to complete and 7 years of work experience. My employer has applied for a green card under EB-3 and my I-140 has been approved. My priority date is September 2010. My employer's name has been changed and they say the process must be restarted from the PERM, but I can keep the same priority date. I asked lawyers to determine if I am eligible for EB-2 and they said no. The job description states that a bachelor's degree and 3 or 5 years of experience is required, so the lawyers said no. They argue that USCIS would deny the application because the job can be done by someone with 3 years of experience. Am I eligible for EB-2?\",\n", + "\"_answer\": \"Take the following into account. First, a change in the employer's name does not mean the green card process must be restarted. Second, the USCIS may revoke your priority date if the sponsoring employer ceases operations. Lastly, the job must require 5 years of experience.\"} \n", + "\n", + "\n", + "\n", + "30 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I reapply for a green card under the EB-2 category if my labor was initially filed in EB-3 and my priority date is October 2003? I have a Bachelor's degree from India and 8 years of work experience in the US, 5 in India. What is the process for filing a new EB-2?\",\n", + "\"_answer\": \"Individuals with 5+ years of experience after a 4-year degree may be able to start the green card process anew under EB-2 and port their priority date. Essentially, you would need to submit a new PERM and I-140 for an EB-2 level job.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible for me to obtain a green card again using the EB-2 category if I initially applied for an EB-3 and my priority date is October 2003? I have a Bachelor's degree from India and 8 years of experience in the US, 5 in India. What would I need to do to file a new EB-2?\",\n", + "\"_answer\": \"People with more than 5 years of work history after a 4-year degree may be able to restart the green card process under EB-2 and port their priority date. Basically, you would need to submit a new PERM and I-140 for an EB-2 level job.\"} \n", + "\n", + "\n", + "\n", + "31 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can you bypass the perm requirement by applying through the EB-2 category?\",\n", + "\"_answer\": \"It is possible to avoid the perm if you are applying for a national interest waiver under the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is there a way to bypass the perm requirement by filing under EB-2?\",\n", + "\"_answer\": \"It is possible to sidestep the perm if you are eligible for a national interest waiver in the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is there an alternative to the perm process by filing in the EB-2 category?\",\n", + "\"_answer\": \"You may be able to circumvent the perm if you meet the requirements for a national interest waiver in the EB-2 category.\"} \n", + "\n", + "\n", + "\n", + "32 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"what is the best approach to take when it comes to an EB-2 application? Is it more likely to be approved or faster to go with the master's equivalency (BS graduate evaluated in university to be master's equivalent) or the 5 years progressive experience?\",\n", + "\"_answer\": \"It is important to have a lawyer who is thorough and can plan for any potential issues that may arise. Make sure the job is accurately described in the application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"what is the most successful way to submit an EB-2 application? Is it more advantageous to go with the master's equivalency (BS graduate evaluated in university to be master's equivalent) or the 5 years progressive experience?\",\n", + "\"_answer\": \"The lawyer's attention to detail is key. Ensure that the job is accurately represented in the application to the best of your ability.\"}\n", + "\n", + "######\n", + "{\"_question\": \"what would be the best way to approach an EB-2 application? Is it more likely to be approved if you go with the master's equivalency (BS graduate evaluated in university to be master's equivalent) or the 5 years progressive experience?\",\n", + "\"_answer\": \"Your lawyer's preparation is critical. Make sure that the job is accurately described in the application to the USCIS.\"} \n", + "\n", + "\n", + "\n", + "33 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to move from EB-3 to EB-2 with the same employer given my PD is EB-3 from December 2007?\",\n", + "\"_answer\": \"Yes, if the job offered is more than 50% distinct from the job you have been doing with your current employer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a PD of EB-3 from December 2007 and I have three years of experience with my current employer, can I apply for EB-2 with the same employer?\",\n", + "\"_answer\": \"Yes, it is possible as long as the job you are offered is significantly different from the job you have been doing with the same employer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch from EB-3 to EB-2 with the same employer if I have a PD of EB-3 from December 2007 and I have been working for the same employer for three years?\",\n", + "\"_answer\": \"Yes, you can apply for the EB-2 position provided the job duties are more than 50% different than what you have been doing for the same employer.\"} \n", + "\n", + "\n", + "\n", + "34 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I have the prerequisites for an EB-2 visa or is it too soon to apply for a green card? I'm currently a professor at a major US university and have been for nine months on an H1B. I have a physicianate and a PhD, sixteen years of professional experience in Europe, twenty papers, and one book. Am I qualified for EB-2 or is it too soon to apply for a green card?\",\n", + "\"_answer\": \"You absolutely qualify for EB-2 and you should submit your application as soon as you can. Professors can re-use existing postings if they filepermwithin eighteen months of when the job was offered to them. You should also have your resume evaluated for a concurrent EB1 application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the criteria for an EB-2 visa or is it too soon to submit for a green card? I am currently a professor at a major US university and have been for nine months on an H1B. I have a doctorate and a PhD, sixteen years of professional experience in Europe, twenty papers, and one book. Am I qualified for EB-2 or is it too soon to file for a green card?\",\n", + "\"_answer\": \"You are definitely qualified for EB-2 and you should make your application as soon as possible. Professorial positions can reuse existing postings if they filepermwithin eighteen months of when the job was offered to them. You should also have your resume checked for a concurrent EB1 application.\"} \n", + "\n", + "\n", + "\n", + "35 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"am i eligible for eb-2 ? i finished a three-year bachelor's degree in computer science from india in june 2005. afterwards, i started a master's program in computer applications (m.c.a) in india in august 2005 (3 year program). while still in school, i took a full-time position in a software company in january 2006. i was given my master's degree in computer applications (3 year degree) in 2008, and remained employed with the same company in a full-time role until december 2010 (5 years). after that, i moved to the United States and have been working with a US-based company for 7 months as a full-time employee (total experience 5 years 7 months). do i meet the criteria for eb-2?\",\n", + "\"_answer\": \"you qualify.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i suitable for eb-2 ? i earned a three-year bachelor of computer science degree from india in june 2005. then i enrolled in a master of computer applications program (m.c.a) in india in august 2005 (3 year program). while still studying, i accepted a full-time job in a software company in january 2006. i was awarded my master of computer applications (3 year degree) in 2008, and worked with the same company in a full-time capacity until december 2010 (5 years). after that, i relocated to the US and am currently employed with a US-based company for 7 months as a full-time employee (total experience 5 years 7 months). do i qualify for eb-2?\",\n", + "\"_answer\": \"you qualify.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i eligible for eb-2 ? i attained a three-year bachelor of computer science degree from india in june 2005. then i joined a master of computer applications program (m.c.a) in india in august 2005 (3 year program). while still studying, i obtained a full-time job in a software company in january 2006. i was presented with my master of computer applications (3 year degree) in 2008, and stayed with the same company in a full-time job until december 2010 (5 years). after that, i moved to the US and have been working with a US-based company for 7 months as a full-time employee (total experience 5 years 7 months). do i meet the criteria for eb-2?\",\n", + "\"_answer\": \"you qualify.\"} \n", + "\n", + "\n", + "\n", + "36 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the odds of me obtaining an EB2 visa with my qualifications? I have a Bachelor's degree from Israel, which I obtained in 2002. At the same time, I started a Master's degree and was working as a QA Engineer for 1.5 years. I stopped my Master's degree and joined the company I am currently working for. After three years, I was relocated to the United States and have been here for four years. My company's legal team believes that I should apply for an EB3 visa. What are my chances of getting an EB2 visa with my qualifications?\", \n", + "\"_answer\": \"Your degree must be equivalent to a US Bachelor's degree. Unfinished degrees are not eligible for an EB2 visa.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood that I will receive an EB2 visa? I got my Bachelor's from Israel in 2002 and at the same time I began a Master's program and was employed as a QA Engineer for 1.5 years. I put a halt to my Master's and joined the firm I am currently employed with. After three years, I was relocated to the United States and have been here for four years. My company's legal team believes that I should go for an EB3 visa. What are the chances that I will get an EB2 visa with my qualifications?\", \n", + "\"_answer\": \"Your degree must be comparable to a US Bachelor's degree. Unfinished degrees do not qualify for an EB2 visa.\"} \n", + "\n", + "\n", + "\n", + "37 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"How does my prior experience factor in for EB-2?\", \n", + "\"_answer\": \"You can use the experience with the same employer only if the job you used to perform and the job you will perform after the green card are more than 50% different, but continuous employment is not a requirement.\"}\n", + "\n", + "######\n", + "{\"_question\": \"For EB-2, can I count the years of experience prior to rejoining my current employer?\", \n", + "\"_answer\": \"Yes, as long as the job you used to perform and the job you will perform after the green card are more than 50% different, you can use the experience with the same employer even if you have not been continuously employed.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to have been continuously employed for my prior experience to count for EB-2?\", \n", + "\"_answer\": \"No, you can still use the experience with the same employer if the job you used to perform and the job you will perform after the green card are more than 50% different.\"} \n", + "\n", + "\n", + "\n", + "38 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I keep my priority date if I move to a new company after my I-140 application was approved on August 8th, 2008 with an EB2 priority date of March 7th, 2008 and my H-1 visa is in its 8th year expiring on May 12th, 2021?\",\n", + "\"_answer\": \"Yes, you can retain your priority date as long as the original sponsoring employer does not revoke your I-140, go out of business, and the USCIS does not revoke the I-140 for fraud.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I switch jobs after my I-140 approval on August 8th, 2008 with an EB2 priority date of March 7th, 2008 and my H-1 visa is in its 8th year expiring on May 12th, 2021, can I preserve my priority date from my current company?\",\n", + "\"_answer\": \"Yes, you may retain your priority date provided that the sponsoring employer does not revoke your I-140, the business does not close, and the USCIS does not revoke the I-140 for fraud.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have an I-140 approval from August 8th, 2008 with an EB2 priority date of March 7th, 2008 and my H-1 visa is in its 8th year expiring on May 12th, 2021. If I switch jobs, can I still keep my priority date from my current company?\",\n", + "\"_answer\": \"Yes, you can maintain your priority date as long as the sponsoring employer does not cancel your I-140, the business does not shut down, and the USCIS does not revoke the I-140 for fraudulent reasons.\"} \n", + "\n", + "\n", + "\n", + "39 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What costs are the employer responsible for with regards to an employment-based green card application in the EB2 category?\",\n", + "\"_answer\": \"The employer is obligated to pay for all expenses related to the PERM process, such as attorney's fees, filing fees, advertising fees, EAD, and advance parole fees.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it permissible for the employee to cover the costs of the entire green card process, including attorney's fees, filing fees for all stages, advertising fees, EAD, and advance parole fees?\",\n", + "\"_answer\": \"No, the employer is responsible for paying for all costs associated with the PERM process, but not the rest of the green card process.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What expenses are the employer required to pay for in regards to an employment-based green card application in the EB2 category?\",\n", + "\"_answer\": \"The employer must cover all costs related to the PERM process, such as attorney's fees, filing fees, advertising fees, EAD, and advance parole fees.\"} \n", + "\n", + "\n", + "\n", + "40 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for an EB-2 visa given my educational background and work experience?\",\n", + "\"_answer\": \"Yes, you may qualify for an EB-2 visa with a bachelor's degree plus five years of progressive experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I have the qualifications for an EB-2 visa based on my education and professional history?\",\n", + "\"_answer\": \"You could be eligible for an EB-2 visa with a bachelor's degree and five years of progressive work.\"} \n", + "\n", + "\n", + "\n", + "41 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I include experiences/skills I've acquired while working with the company sponsoring my green card on the job description for the EB-2? Do I have to have already acquired the skills before?\",\n", + "\"_answer\": \"It is possible to use the skills you have acquired after starting your job if the two roles are more than 50% different.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What if I want to use the skills I learned while working with the company sponsoring my green card for the job description of the EB-2? Do I need to have obtained the skills beforehand?\",\n", + "\"_answer\": \"You can utilize the skills you have obtained since beginning your job if the two positions differ by more than 50%.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I include the experiences/skills I gained while working with the company sponsoring my green card on the job description for the EB-2? Must I have already acquired the skills before?\",\n", + "\"_answer\": \"It is possible to use the skills you have acquired after beginning your job if the two roles differ by more than 50%.\"} \n", + "\n", + "\n", + "\n", + "42 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for a green card while on OPT status? I recently graduated with my master's degree and have been working at my current company for two months. Is it necessary for me to wait until I receive my H1B before I can file a green card application, or can I file now? I have two years of IT experience in India.\",\n", + "\"_answer\": \"This is something that needs to be evaluated by your lawyer. Generally, you can submit a PERM application while on OPT, and an EB2 is a possibility.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible to apply for a green card with my current employer while I'm in OPT status? I finished my master's degree last summer and have been employed for two months. Do I need to wait until I get my H1B to start the green card process, or can I file now? I have two years of IT experience in India.\",\n", + "\"_answer\": \"This is something that your lawyer would need to assess. Generally speaking, you can submit a PERM application while on OPT and an EB2 is likely a possibility.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I file for a green card while I'm on OPT status? I recently graduated with my master's degree and have been with my current employer for two months. Is it necessary for me to wait until I receive my H1B before I can submit a green card application, or can I file now? I have two years of IT experience in India.\",\n", + "\"_answer\": \"This requires your lawyer to evaluate the case. Generally, you can put in a PERM application while on OPT and an EB2 is likely an option.\"} \n", + "\n", + "\n", + "\n", + "43 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I change my green card category from EB3 to EB2?\",\n", + "\"_answer\": \"Yes, it is possible to switch your green card category from EB3 to EB2, however the process must start again from PERM.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it feasible to switch my EB3 green card to EB2?\",\n", + "\"_answer\": \"Yes, it is achievable to alter your EB3 green card to EB2, but the process has to be initiated again from PERM.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it doable to alter my EB3 green card to EB2?\",\n", + "\"_answer\": \"Yes, it is possible to modify your EB3 green card to EB2, however the procedure must commence again from PERM.\"} \n", + "\n", + "\n", + "\n", + "44 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"is it possible to submit an application for green card under eb-2 category? i have a bsc degree from india and a 2 year diploma from niit (in h1 and l1 they treated my diploma as a master's degree). i also have 10 years of experience. can i submit a green card application under eb-2 category?\", \n", + "\"_answer\": \"it is difficult to tell with a diploma. i don't think eb-2 is likely.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i able to apply for a green card in the eb-2 category? i have a bsc from india and a 2 year diploma from niit (in h1 and l1 they counted my diploma as a master's degree). i have 10 years of experience. am i able to apply for a green card in the eb-2 category?\", \n", + "\"_answer\": \"it is hard to say with a diploma. i don't think eb-2 is viable.\"}\n", + "\n", + "######\n", + "{\"_question\": \"am i qualified to apply for a green card in eb-2 category? i possess a bsc from india and a 2 year diploma from niit (in h1 and l1 they considered my diploma as a master degree). i also have 10 years of experience. am i eligible to apply for a green card in eb-2 category?\", \n", + "\"_answer\": \"it is hard to predict with a diploma. i don't think eb-2 is feasible.\"} \n", + "\n", + "\n", + "\n", + "45 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\":\"Can I be eligible for EB2? I have a Bachelor's degree in Computer Science from India and 7.5 years of experience in the same field. Am I eligible to apply for a Green Card in the EB2 category?\",\n", + "\"_answer\": \"It looks like you meet the requirements for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\":\"Do I qualify for EB2? I possess a Bachelor's degree in Computer Science from India and 7.5 years of experience in the related field. Am I allowed to apply for a Green Card in the EB2 category?\",\n", + "\"_answer\": \"It appears you are eligible for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\":\"Do I meet the criteria for EB2? I have a Bachelor's degree in Computer Science from India and 7.5 years of experience in the same field. Can I submit an application for a Green Card in the EB2 category?\",\n", + "\"_answer\": \"You seem to be qualified for EB-2.\"} \n", + "\n", + "\n", + "\n", + "46 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for the EB-2 category? I am currently employed as a Mechanical Engineer at one of the largest companies and I am transitioning to a Product Development Engineer role within the same company. The job requirements are a Bachelor's degree plus 2-5 years of experience. I have a Bachelor's degree of 4 years, a Master's degree from the US, 1 year and 4 months of research assistant experience, 10 months of teaching assistant experience, and 3 years and 7 months of experience as a Mechanical Engineer. \",\n", + "\"_answer\": \"You meet the minimum requirements for the job which is 2 years of experience, so you are eligible for the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for the EB-2 category? I have been working as a Mechanical Engineer at one of the biggest companies and am now transitioning to a Product Development Engineer role with the same company. The job requirements are a Bachelor's degree and 2-5 years of experience. My educational background includes a Bachelor's degree of 4 years, a Master's degree from the US, 1 year and 4 months of research assistant experience, 10 months of teaching assistant experience, and 3 years and 7 months of experience as a Mechanical Engineer. \",\n", + "\"_answer\": \"You fulfill the minimum requirements for the job which is 2 years of experience, so you are eligible for the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for the EB-2 category? I have been employed as a Mechanical Engineer at one of the largest companies and am now transitioning to a Product Development Engineer role in the same company. The job requires a Bachelor's degree and 2-5 years of experience. My educational background includes a Bachelor's degree of 4 years, a Master's degree from the US, 1 year and 4 months of research assistant experience, 10 months of teaching assistant experience, and 3 years and 7 months of experience as a Mechanical Engineer. \",\n", + "\"_answer\": \"You meet the minimum qualifications for the job which is 2 years of experience, so you are eligible for the EB-2 category.\"} \n", + "\n", + "\n", + "\n", + "47 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB-2 visa with a bachelor's degree in computer science and a master's degree in computer science from India?\",\n", + "\"_answer\": \"It is a possibility, however your legal representative must evaluate which approach is the best for you: appraise the two degrees to be equal to a bachelor's and use the bachelor's plus 5 years of experience for EB-2 or just use the master's degree (risky).\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a 3 year bachelor's degree in computer science and a 2 year master's degree in computer science from India, is it feasible to apply for an EB-2 visa?\",\n", + "\"_answer\": \"It is possible, but your lawyer must assess which course is the ideal one for you: assess the two degrees to be equivalent to a bachelor's and use the bachelor's plus 5 years of experience for EB-2 or just use the master's degree (risky).\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I have a 3 year bachelor's degree in computer science and a 2 year master's degree in computer science from India, can I apply for an EB-2 visa?\",\n", + "\"_answer\": \"It is a possibility, however your legal representative must determine which route is the best for you: evaluate the two degrees to be equal to a bachelor's and use the bachelor's plus 5 years of experience for EB-2 or just use the master's degree (risky).\"} \n", + "\n", + "\n", + "\n", + "48 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I fulfill the requirements for EB-2 eligibility with a four-year degree in civil engineering and 13 years of documented progressive experience in the IT industry?\",\n", + "\"_answer\": \"Yes, you can qualify for EB2\"}\n", + "\n", + "######\n", + "{\"_question\": \"Does my educational background and professional experience meet the criteria for EB2 status?\",\n", + "\"_answer\": \"Yes, you meet the requirements for EB2\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2 based on my four-year degree in civil engineering and 13 years of documented progress in IT?\",\n", + "\"_answer\": \"Yes, EB2 is possible\"} \n", + "\n", + "\n", + "\n", + "49 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What kind of degree do I need for USCIS to accept my credentials? I have a two year B.Com from my home country, a Chartered Accountant certification, and ten years of accounting experience. My firm's lawyers refused to file an EB-2 and insisted on an EB-3. I know two people from another accounting firm with the same credentials (even from the same university) who filed EB-2 and got their green cards. When I got my H1B, I got my foreign credentials evaluated and received equivalence to a BBA in Accounting and Finance based on my B.Com and CA.\", \n", + "\"_answer\": \"Your lawyers are correct that a CA is not accepted as education by USCIS. Speak with a credentials evaluation agency about master's degrees.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What qualifications do I need for USCIS to approve my credentials? I have a two year B.Com from my homeland, a Chartered Accountant certification, and ten years of accounting experience. My firm's lawyers declined to file an EB-2 and insisted on an EB-3. I know two people from another accounting firm with the same credentials (even from the same university) who filed EB-2 and got their green cards. When I got my H1B, I got my foreign credentials evaluated and received equivalence to a BBA in Accounting and Finance based on my B.Com and CA.\", \n", + "\"_answer\": \"Your lawyers are correct that a CA is not accepted as education by USCIS. Consult with a credentials evaluation agency about master's degrees.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What type of credentials do I need for USCIS to accept? I have a two year B.Com from my home country, a Chartered Accountant certification, and ten years of accounting experience. My firm's lawyers refused to file an EB-2 and insisted on an EB-3. I know two people from another accounting firm with the same credentials (even from the same university) who filed EB-2 and got their green cards. When I got my H1B, I got my foreign credentials evaluated and received equivalence to a BBA in Accounting and Finance based on my B.Com and CA.\", \n", + "\"_answer\": \"Your lawyers are correct that a CA is not accepted as education by USCIS. Speak to a credentials evaluation agency about master's degrees.\"} \n", + "\n", + "\n", + "\n", + "50 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to move to a new job and file for a green card through the EB-2 category? What potential risks are involved if I stay with my current employer and wait for the EB-3 process to finish, which could take another three years?\", \n", + "\"_answer\": \"It is possible to submit an I-485 when your priority date becomes current (and then receive an EAD). Priority dates are reported in the Visa Bulletin. There should be no problem transferring the priority date if you use the EB-2 category with a new employer. As far as risks, that should be evaluated by your legal advisors.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch jobs and file the PERM and I-140 under EB-2? Is it risky to stay with my current employer and wait for my green card to be processed through EB-3, which could take three more years?\", \n", + "\"_answer\": \"You can submit the I-485 when your priority date becomes available (and then receive an EAD). Priority dates are reported in the Visa Bulletin. There should be no issue transferring the priority date if you file an EB-2 through a new employer. As far as the risk, that should be discussed with your lawyers.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch jobs and use the EB-2 category to file for a green card? What are the potential risks if I stay with my current employer and wait for the EB-3 process to finish, which could take another three years?\", \n", + "\"_answer\": \"It is possible to file an I-485 when your priority date becomes current (and then get an EAD). Priority dates are reported in the Visa Bulletin. There is no problem carrying the priority date forward if you use the EB-2 category with a new employer. As to the risk, that should be evaluated by your attorneys.\"} \n", + "\n", + "\n", + "\n", + "51 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I qualify for EB-2 if I have a Master's in Biomedical Engineering and work as a Senior Consultant in a company that implements EQMS for Biologics, Medical Device and Pharma companies?\",\n", + "\"_answer\": \"It depends on your qualifications and the job requirements. If you leave before the I-140 is approved, you may not receive any benefit from the process. However, if you leave after the I-140 is approved, you will be able to keep your priority date.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a Master's in Biomedical Engineering and I am a Senior Consultant for a firm that creates EQMS for Biologics, Medical Device and Pharma companies. Is it possible for me to get an EB-2 visa?\",\n", + "\"_answer\": \"It depends on your qualifications and the job requirements. If you depart before the I-140 is approved, you may not get anything from the process. But if you leave after the I-140 is approved, you can keep your priority date.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a Master's in Biomedical Engineering and I am a Senior Consultant for a firm that creates EQMS for Biologics, Medical Device and Pharma companies. If I apply for my green card, would it qualify for EB-2?\",\n", + "\"_answer\": \"It is possible for you to qualify for EB-2 depending on your qualifications and the job requirements. If you leave before the I-140 is approved, you may not gain anything from the process. However, if you leave after I-140 approval, you can keep your priority date.\"} \n", + "\n", + "\n", + "\n", + "52 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I change jobs after I-140 approval? I'm in my fifth year of H1. My employer has filed a PERM under the EB-3 category since I didn't have the five years of experience required (EB-3 has a six year backlog, while EB-2 is current for me). Can I wait for the I-140 approval, get a three year extension with my current employer, and then switch jobs? Will I be able to get three more years on H1 with a future employer?\",\n", + "\"_answer\": \"Yes, it is possible and common for a second employer (Employer B) to get an H1 extension based on the I-140 approval of the first employer (Employer A). You should speak to a lawyer to get more details.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What happens if I change jobs after I-140 approval? I'm in my fifth year of H1 and my current employer has filed a PERM under the EB-3 category since I didn't have the five years of experience required (EB-3 has a six year backlog, while EB-2 is current for me). Is it possible to wait for the I-140 approval, get a three year extension with my current employer, and then switch jobs? Will I be able to get three more years on H1 with a future employer?\",\n", + "\"_answer\": \"Yes, it is feasible and common for a different employer (Employer B) to get an H1 extension based on the I-140 approval of the first employer (Employer A). You should consult with a lawyer to get more details.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I switch jobs after I-140 approval? I'm in my fifth year of H1 and my current employer has submitted a PERM under the EB-3 category since I didn't have the five years of experience required (EB-3 has a six year backlog, while EB-2 is current for me). Can I wait for the I-140 approval, get a three year extension with my current employer, and then move jobs? Will I be able to get three more years on H1 with a future employer?\",\n", + "\"_answer\": \"Yes, it is doable and common for a different employer (Employer B) to get an H1 extension based on the I-140 approval of the first employer (Employer A). You ought to talk to a lawyer to get more information.\"} \n", + "\n", + "\n", + "\n", + "53 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I need to wait for a promotion before beginning the green card process to qualify for EB-2? Is a Bachelor's degree plus 5 years of experience or a Master's degree plus 2 years experience necessary for a senior level job? Does the job description need to specify a Bachelor's plus 5 years or a Master's plus 2 years, or is either okay?\",\n", + "\"_answer\": \"You should consult with your attorneys to determine when you should file. For EB-2, either a Master's degree or a Bachelor's degree plus 5 years of post-Bachelor experience qualifies you for an EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Should I delay filing for EB-2 until I get a promotion? Is a Bachelor's degree plus 5 years of experience or a Master's degree plus 2 years experience the requirement for a senior level position? Does the job description need to be explicit about the Bachelor's plus 5 years or the Master's plus 2 years, or is either acceptable?\",\n", + "\"_answer\": \"You should speak to your legal advisers about the timing of filing. For EB-2, either a Master's degree or a Bachelor's degree plus 5 years of post-Bachelor experience qualifies you for an EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Should I wait for a promotion before submitting for EB-2? Is a Bachelor's degree with 5 years of experience or a Master's degree with 2 years experience necessary for a senior level job? Does the job description need to specify a Bachelor's plus 5 years or a Master's plus 2 years, or is either okay?\",\n", + "\"_answer\": \"You need to consult with your lawyers to decide when to file. For EB-2, either a Master's degree or a Bachelor's degree plus 5 years of post-Bachelor experience qualifies you for an EB-2.\"} \n", + "\n", + "\n", + "\n", + "54 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2? I have a Bachelor of Business Administration (3 years) and a Higher Diploma in Software Engineering (2 years) and 10 years of experience, with 7.5 years of experience in the required job description.\", \n", + "\"_answer\": \"It depends. If the diploma is post-graduate (not for undergraduates) and accepted, you may be eligible for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I got my Bachelor of Business Administration (3 years) and Higher Diploma in Software Engineering (2 years) and have 10 years of experience, including 7.5 years of experience in the required job description.\", \n", + "\"_answer\": \"That depends. If the diploma is post-graduate (not for undergraduates) and accepted, you could be qualified for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a Bachelor of Business Administration (3 years) and a Higher Diploma in Software Engineering (2 years) and 10 years of experience, with 7.5 years of experience in the required job description.\", \n", + "\"_answer\": \"It depends. If the diploma is post-graduate (not for undergraduates) and approved, you may be eligible for EB-2.\"} \n", + "\n", + "\n", + "\n", + "55 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for a green card under the EB2 category? I have a B.Sc in Computer Science (3 years) and an M.Sc in Computer Science (2 years). I have 9 years of experience as a Tech Architect - Lead (managing 5-20 people) and my M.Sc has been evaluated as equivalent to a US MS for H1 visa approval. Am I eligible?\", \n", + "\"_answer\": \"If your B.Sc and M.Sc are in the same field and relevant to your job, then you should be able to apply for an EB2 green card.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB2 green card? I have a B.Sc in Computer Science (3 years) and an M.Sc in Computer Science (2 years). I have 9 years of experience as a Tech Architect - Lead (managing 5-20 people) and my M.Sc has been evaluated as equivalent to a US MS for H1 visa approval. Is this enough?\", \n", + "\"_answer\": \"If you have a B.Sc and M.Sc in the same area and related to your work, then you should be able to get an EB2 green card.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I receive an EB2 green card? I have a B.Sc in Computer Science (3 years) and an M.Sc in Computer Science (2 years). I have 9 years of experience as a Tech Architect - Lead (managing 5-20 people) and my M.Sc has been evaluated as equivalent to a US MS for H1 visa approval. Will this work?\", \n", + "\"_answer\": \"If your Bachelor's and Master's degrees are in the same field and related to your occupation, then you should be able to get an EB2 green card.\"} \n", + "\n", + "\n", + "\n", + "56 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I move from an EB3 to an EB2 with portability? My EB3 I-485 is pending with a priority date of 06/2006. My employer is willing to file a new EB2 as I have Indian equivalent Masters (3+3 years) and more experience as well as increased job responsibilities. Is it possible to accept the offer and port my priority date? What is the minimum wage for EB2 category? Will my current employer's experience count for the new EB2? Any advice on the EB2 job responsibilities?\",\n", + "\"_answer\": \"In theory, this is possible. As to the practical implications, you should consult with the lawyers who will handle your second green card process.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I transfer my EB3 to an EB2 with portability? My EB3 I-485 is pending with a priority date of 06/2006. My company is offering to file a new EB2 as I have Indian equivalent Masters (3+3 years) and more experience as well as increased job responsibilities. Is it permissible to accept this and take advantage of portability to use my EB3 priority date? What is the minimum wage for EB2 category? Will my current company experience be applicable for the new EB2? Any advice on the EB2 job responsibilities?\",\n", + "\"_answer\": \"In theory, this is feasible. As to the practical implications, you should speak to the lawyers who will represent you in the second green card process.\"} \n", + "\n", + "\n", + "\n", + "57 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the standards for EB2 visa with my qualifications?\",\n", + "\"_answer\": \"Yes, you are eligible for EB2 visa, assuming you have a Master's degree in Electrical Engineering and 3 years of experience, which are the requirements for the job.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for an EB2 visa with my qualifications?\",\n", + "\"_answer\": \"Yes, you satisfy the criteria for EB2 visa, as long as you have a Master's degree in Electrical Engineering and 3 years of experience, which are the prerequisites for the job.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB2 visa with my qualifications?\",\n", + "\"_answer\": \"Yes, you satisfy the requirements for EB2 visa, given that you have a Master's degree in Electrical Engineering and 3 years of experience, which are the conditions for the job.\"} \n", + "\n", + "\n", + "\n", + "58 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 if I have a Master of Computer Science from the US and 6 months of prior experience?\",\n", + "\"_answer\": \"It all depends if the job requires a master's degree or not.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2 if I have a Master in Computer Science from the US with 6 months of experience?\",\n", + "\"_answer\": \"It depends on the job requirements for a master's degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the criteria for EB2 with a Master of Computer Science from the US and 6 months of previous work?\",\n", + "\"_answer\": \"That would depend if the job requires a master's degree.\"} \n", + "\n", + "\n", + "\n", + "59 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Are my chances of obtaining a green card under the EB-2 category high after I complete my PhD and get a job in the industry?\",\n", + "\"_answer\": \"It looks likely that you will be successful in obtaining a green card under the EB-2 category.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of me getting a green card with the EB-2 category once I have finished my PhD and gotten a job in the industry?\",\n", + "\"_answer\": \"Your prospects of obtaining a green card with the EB-2 category are quite good.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have almost completed my PhD in semiconductor devices at a US university and have 5 first author publications. Will I have a good chance of getting a green card under the EB-2 category after I get a job in the industry?\",\n", + "\"_answer\": \"It looks like your chances of obtaining a green card with the EB-2 category are quite favorable.\"} \n", + "\n", + "\n", + "\n", + "60 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible for me to keep my EB3 priority date if I file a new EB2 application?\",\n", + "\"_answer\": \"It is not possible to have two PERM applications from the same company for the same individual. However, if you have a valid, logical, and truthful explanation, nothing in the law states that it is not allowed. You cannot transfer your priority date until your I-140 is approved. I believe you have enough time to switch employers and file for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I transfer my EB3 priority date to a new EB2 application?\",\n", + "\"_answer\": \"It is not permitted to have two PERM applications from the same employer for the same individual. But if you have a good, logical, and honest explanation, there is no law that says you cannot. Your priority date cannot be transferred until the I-140 is approved. I think you have enough time to change employers and file for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it feasible to keep my EB3 priority date if I file a new EB2?\",\n", + "\"_answer\": \"Having two PERM applications from the same employer for the same individual is not allowed. But if you have a sound, logical, and truthful explanation, there is nothing in the law that says you cannot. You cannot transfer your priority date until the I-140 is approved. I believe you have enough time to switch employers and submit an EB2 application.\"} \n", + "\n", + "\n", + "\n", + "61 \n", + "\n", + "\n", + "\n", + "######{\"_question\":\"Do I meet the criteria for an EB2 visa based on my qualifications?\", \n", + "\"_answer\":\"It is unlikely that you would qualify for an EB2 visa given your 3-year bachelor's degree, certified software architect status, 15+ years of experience, and salary of over 100k.\"}\n", + "\n", + "######{\"_question\":\"Do I have a chance of obtaining an EB2 visa with my qualifications?\", \n", + "\"_answer\":\"It is unlikely that you would be able to acquire an EB2 visa given your 3-year bachelor's degree, certified software architect status, 15+ years of experience, and salary of over 100k.\"}\n", + "\n", + "######{\"_question\":\"Am I likely to get an EB2 visa with my qualifications?\", \n", + "\"_answer\":\"It is improbable that you would be able to get an EB2 visa given your 3-year bachelor's degree, certified software architect status, 15+ years of experience, and salary of over 100k.\"} \n", + "\n", + "\n", + "\n", + "62 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I file for EB2 Schedule A despite the recent denial of my PERM application and layoff at my company?\", \n", + "\"_answer\": \"If you are eligible, you can submit a Schedule A application. I cannot think of any issues that the PERM denial or layoffs could cause, and there is no need to wait to submit it.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Given the recent PERM denial and layoffs in my company, can I still apply for EB2 Schedule A to bypass labor certification?\", \n", + "\"_answer\": \"If you meet the qualifications, you can file for Schedule A. There should be no problems due to the PERM denial or layoffs, and you can submit the application right away.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Will the denial of my PERM application and layoffs in my company prevent me from filing for EB2 Schedule A to avoid labor certification?\", \n", + "\"_answer\": \"If you are eligible, you can go ahead and submit a Schedule A application. I can't think of any ways that the PERM denial or layoffs would cause any issues, and there is no need to wait to file it.\"} \n", + "\n", + "\n", + "\n", + "63 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2? I have a Bachelor's degree in Engineering from India and I have been working in IT for more than 13 years, currently as an IT Architect. My employer is ready to begin the Green Card process. Is this enough to qualify for EB2?\",\n", + "\"_answer\": \"It appears that you meet the requirements for EB2, given that your Bachelor's degree is a 4-year degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a Bachelor of Technology from India and 13+ years experience in IT, currently as an IT Architect. My employer is ready to start the Green Card process. Is this enough to be eligible for EB2?\",\n", + "\"_answer\": \"It appears that you are qualified for EB2, assuming that your Bachelor of Technology is a 4-year program.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible to apply for EB2? I hold a BTech from India and have over 13 years of IT experience, currently as an IT Architect. My employer is ready to start the Green Card process. Would this be sufficient to qualify for EB2?\",\n", + "\"_answer\": \"It looks like you fulfill the requirements for EB2, given that your BTech is a 4-year degree.\"} \n", + "\n", + "\n", + "\n", + "64 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What qualifications do I need to meet to be eligible for an EB-2 visa if I have a Bachelor's Degree in Chemistry and a Master's Degree in Chemistry with two years of experience?\",\n", + "\"_answer\": \"You qualify for an EB-2 visa, however, whether or not a promotion is necessary is up to your lawyer and employer to decide. Any position that requires a Bachelor's or Master's Degree plus five years of progressively responsible experience is eligible for an EB-2 filing.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What do I need to have in order to be able to apply for an EB-2 visa if I have a 4 year US Bachelor's Degree in Chemistry, a 2 year Master's Degree in Chemistry, and have been working on an H-1B visa for the same US university for two years?\",\n", + "\"_answer\": \"You are qualified for an EB-2 visa, but whether or not a promotion is necessary is up to your lawyer and employer to decide. Any job that requires a Bachelor's or Master's Degree and five years of progressively responsible experience is suitable for an EB-2 filing.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have a Bachelor's Degree in Chemistry from a four-year US university and a Master's Degree in Chemistry with two years of experience. I am currently working on an H-1B visa for the same US university as a research associate for two years, and my publications are still pending. What criteria do I need to meet to be eligible for an EB-2 visa?\",\n", + "\"_answer\": \"You are eligible for an EB-2 visa, however, whether or not a promotion is needed is up to your lawyer and employer to determine. Any position that requires a Bachelor's or Master's Degree and five years of progressively responsible experience is suitable for an EB-2 filing.\"} \n", + "\n", + "\n", + "\n", + "65 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 status? I studied Computer Science for three years at St. Xavier's Mumbai, then completed my MCA at REC Trichy with three years of experience in the IT industry. My employer is filing my Green Card application. Am I eligible for EB2?\",\n", + "\"_answer\": \"Yes, you meet the requirements for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for EB2? I earned my BSc in Computer Science from St. Xavier's Mumbai and then my MCA from REC Trichy. I have 7 years of work experience in the IT industry and my employer is filing my Green Card. Do I meet the criteria for EB2?\",\n", + "\"_answer\": \"Yes, you are eligible for EB2.\"} \n", + "\n", + "\n", + "\n", + "66 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I satisfy the requirements to apply for a green card under the EB-2 category if I have a 3-year bachelor's degree (BSC) and a 3-year bachelor's degree in technology (BTECH) from India, plus 8 years of experience, and the position requires an MS or BS plus 5 years of experience?\", \n", + "\"_answer\": \"It is generally not allowed to combine two 3-year bachelor's degrees, so it appears unlikely you would qualify for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible to apply for a green card under the EB-2 category, if I possess a BSC and a BTECH from India, both of which are 3-year bachelor's degrees, and I have 8 years of experience, and the job requires an MS or BS plus 5 years of experience?\", \n", + "\"_answer\": \"Combining two 3-year bachelor's degrees is usually not allowed, so it appears that you would not be qualified for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the criteria to apply for a green card under EB-2, if I have a 3-year BSC and a 3-year BTECH from India, plus 8 years of experience, and the job necessitates an MS or BS plus 5 years of experience?\", \n", + "\"_answer\": \"Combining two 3-year bachelor's degrees is usually not permitted, so it appears unlikely you would be eligible for EB-2.\"} \n", + "\n", + "\n", + "\n", + "67 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 with a 3-year Bachelor's degree from India and a 2-year Master's degree from India, plus 7 years of experience?\",\n", + "\"_answer\": \"It is likely that you can qualify for EB2 if your Bachelor's and Master's degrees are in the same or similar field, as this would be considered a 4-year degree.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the requirements for EB2 if I have a 3-year Bachelor's degree from India, a 2-year Master's degree from India, and 7 years of experience?\",\n", + "\"_answer\": \"The general rule is that if your Bachelor's and Master's degrees are in the same or similar field, they can be combined to be considered a 4-year degree, which would qualify you for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for EB2 if I have a 3-year Bachelor's degree from India, a 2-year Master's degree from India, and 7 years of experience?\",\n", + "\"_answer\": \"It is possible to qualify for EB2 if the Bachelor's and Master's degrees are in the same or similar field, as this would be considered a 4-year degree.\"} \n", + "\n", + "\n", + "\n", + "68 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the timeline for obtaining a green card if I initiate the process now?\",\n", + "\"_answer\": \"It depends on the country of birth and a number of other factors, but generally it could take anywhere from 3-4 years. One big advantage of the process is that you can transfer your priority date to a new employer and get an H-1 extension beyond 6 years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"How long will it take to get a green card if I start the process now?\",\n", + "\"_answer\": \"The duration can range from 3-4 years, depending on the country of birth and other variables. An advantage of getting to the I-140 approved stage is that you can transfer your priority date to a new employer and get an H-1 extension beyond 6 years.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the estimated time for obtaining a green card if I begin the process now?\",\n", + "\"_answer\": \"The timeline can vary from 3-4 years, depending on the country of birth and other factors. A benefit of getting to the I-140 approved stage is that you can take your priority date to a different employer and get an H-1 extension beyond 6 years.\"} \n", + "\n", + "\n", + "\n", + "69 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can my current employer sponsor me for an EB2 visa if they promote me to a clinical specialist position after I complete my 5 years experience with them, even if I have only 1 year and 1/2 experience in a staff/lower position?\",\n", + "\"_answer\": \"It is possible under the current law to use the experience gained with the same employer if the labor certain job is more than fifty percent different from the earlier positions held with the same employer. Only a competent lawyer can help you assess the chances.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If my current employer promotes me to a clinical specialist position after I finish 5 years experience with them, can they still sponsor me for an EB2 visa even if I have only 1 year and 1/2 experience in a staff/lower position?\",\n", + "\"_answer\": \"The law currently allows for the use of experience gained with the same employer if the labor certain job is more than fifty percent different from the earlier positions held with the same employer. To find out your chances, you should seek the advice of a qualified lawyer.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I complete my 5 years experience with my current employer and they promote me to a clinical specialist, can they still sponsor me for an EB2 visa even if I have only 1 year and 1/2 experience in a staff/lower position?\",\n", + "\"_answer\": \"The law states that you can use the experience gained with the same employer if the labor certain job is more than fifty percent different from the earlier positions held with the same employer. To get an accurate assessment of your chances, you should consult a competent lawyer.\"} \n", + "\n", + "\n", + "\n", + "70 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for EB2? I have a B.Tech in electronics from 2004 and a combined experience of 6 years (3 in India and 3 in the US). Is 5 years of experience outside the US necessary?\",\n", + "\"_answer\": \"Given that you have a four-year degree and more than five years of experience after that, you should be able to apply for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2? I have a B.Tech in electronics from 2004 and 6 years of experience (3 in India and 3 in the US). Do I need 5 years of experience outside the US?\",\n", + "\"_answer\": \"With a four-year degree and more than five years of experience after that, you should have a chance to apply for EB2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2? I have a B.Tech in electronics from 2004 and 6 years of experience (3 in India and 3 in the US). Is 5 years of experience outside the US a must?\",\n", + "\"_answer\": \"If you have a four-year degree and more than five years of experience after that, you should be able to pursue EB2.\"} \n", + "\n", + "\n", + "\n", + "71 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Does volunteer work count as an experience for EB2? I am an OT practitioner in the US and I graduated with a BSOT and had 2 years of OT volunteer work in an adult setting in my home country. Would that count towards the 5 years experience requirement? Additionally, for the first 6 months I was not yet licensed as an OT.\",\n", + "\"_answer\": \"Generally, for EB2, there is no requirement that I am aware of that necessitates paid experience. Volunteer experience may be applicable.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Would volunteer work count as an experience for EB2? I am an OT practitioner in the US and obtained my BSOT in my home country. I had 2 years of volunteer OT work in an adult setting. Would this count towards the 5 years experience requirement? Also, I was not yet licensed as an OT for the first 6 months.\",\n", + "\"_answer\": \"Generally, there is no requirement that I know of for EB2 that requires paid experience. Volunteer work could be considered.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Would volunteer work be counted as an experience for EB2? I am an OT practitioner in the US and have a BSOT from my home country. I did 2 years of volunteer OT work in an adult setting. Would that be applicable towards the 5 years experience requirement? Additionally, I was not yet licensed as an OT for the first 6 months.\",\n", + "\"_answer\": \"Generally, there is no requirement I am aware of for EB2 that necessitates paid experience. Volunteer work could potentially be used.\"} \n", + "\n", + "\n", + "\n", + "72 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Am I qualified for the EB2 green card? I have a four-year Bachelor's degree in computer science engineering and I am currently working in the United States as a Subject Matter Expert on an L1B visa. I have also completed two Microsoft certifications and AICPCU certifications. Can I apply for the EB2 green card?\",\n", + "\"_answer\": \"You need to have five years of experience after obtaining your Bachelor's degree in order to be eligible for the EB2 green card. Certifications do not usually have an effect on the application.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the requirements for the EB2 green card? I have a four-year Bachelor's degree in computer science engineering and I am currently employed in the United States as a Subject Matter Expert on an L1B visa. I have also obtained two Microsoft certifications and AICPCU certifications. Can I apply for the EB2 green card?\",\n", + "\"_answer\": \"You must have five years of experience after earning your Bachelor's degree in order to be eligible for the EB2 green card. Generally, certifications do not impact your application.\"} \n", + "\n", + "\n", + "\n", + "73 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"If one's I-140 is approved, is it necessary to switch to a comparable job to maintain priority date?\",\n", + "\"_answer\": \"No, it is not required to switch to a similar role. The green card process must be restarted, but the priority date can be transferred to any job or category (EB1, EB2, EB3).\"}\n", + "\n", + "######\n", + "{\"_question\": \"If an individual has an approved I-140, must they transition into a comparable role to retain their priority date?\",\n", + "\"_answer\": \"No, it is not a requirement to move to a comparable job. The green card process needs to be restarted, but the priority date can be transferred to any job or category (EB1, EB2, EB3).\"}\n", + "\n", + "######\n", + "{\"_question\": \"If a person has a confirmed I-140, do they have to switch to a similar job to keep their priority date?\",\n", + "\"_answer\": \"No, there is no need to switch to a comparable role. The green card procedure must be restarted, but the priority date can be relocated to any job or category (EB1, EB2, EB3).\"} \n", + "\n", + "\n", + "\n", + "74 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB2 visa if the role I am in requires a Bachelor's degree and five years of experience? Is the concept of 'cross eligibility' applicable to my green card application? If so, how can I make use of it?\", \n", + "\"_answer\": \"Yes, you can apply for an EB2 visa if the job requires a Bachelor's degree and five years of post-Bachelor's experience. Cross chargeability is applicable to your green card application, so you should discuss details with your attorneys.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am in a role requiring a Bachelor's degree and five years of experience, am I eligible to submit an EB2 application? Is cross eligibility applicable to my green card application? How can I take advantage of it?\", \n", + "\"_answer\": \"You are able to apply for an EB2 visa if the job requires a Bachelor's degree and five years of post-Bachelor's experience. Cross chargeability is an option for your green card application, so you should speak with your lawyers about the details.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I meet the qualifications to apply for EB2 if the role I am in requires a Bachelor's degree and five years of experience? Can I use cross eligibility for my green card application? How can I make use of it?\", \n", + "\"_answer\": \"Yes, you qualify for EB2 if the job requires a Bachelor's degree and five years of post-Bachelor's experience. Cross chargeability is possible for your green card application, so you should consult with your attorneys to learn more.\"} \n", + "\n", + "\n", + "\n", + "75 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I be eligible for an EB-2 visa with a Bachelor of Science in Occupational Therapy from the Philippines and an advanced degree in the same field from the US?\",\n", + "\"_answer\": \"It is my belief that if your job requires an advanced degree, you can apply for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB-2 visa with a Bachelor of Science in Occupational Therapy from the Philippines and an advanced degree in the same field from the US?\",\n", + "\"_answer\": \"In my opinion, if your occupation necessitates an advanced degree, you can apply for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for an EB-2 visa with a Bachelor of Science in Occupational Therapy from the Philippines and an advanced degree in the same field from the US?\",\n", + "\"_answer\": \"My understanding is that if your job requires an advanced degree, you can apply for EB-2.\"} \n", + "\n", + "\n", + "\n", + "76 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I appreciate your assistance in helping so many of us. I have a query about the interchangeability of EB2 priority dates. I am an Indian national and my wife is a Russian national, born in Russia. When she applies for my green card, can I use her nation's priority date (as of now) for the green card?\", \n", + "\"_answer\": \"Yes, that is accurate. This is known as 'cross changeability.'\"}\n", + "\n", + "######\n", + "{\"_question\": \"Your help in guiding many of us is greatly appreciated. I have a question about the possibility of swapping EB2 priority dates. I am from India and my wife is a Russian born in Russia. Can I use her country's priority date (current) for the green card when she applies as my dependent?\", \n", + "\"_answer\": \"Yes, that is correct. This is referred to as 'cross changeability.'\"}\n", + "\n", + "######\n", + "{\"_question\": \"Your advice for so many of us is invaluable. I have a question regarding the exchangeability of EB2 priority dates. I am an Indian citizen and my wife is a Russian citizen, born in Russia. When she files for my green card, can I use her country's priority date (as of today) for the green card?\", \n", + "\"_answer\": \"Yes, that is true. This is called 'cross changeability.'\"} \n", + "\n", + "\n", + "\n", + "77 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB2 visa if the job I was offered only requires a bachelor's degree and one year of experience?\",\n", + "\"_answer\": \"No, you will not be eligible to apply for an EB2 visa unless the job requires a post graduate degree or bachelor's degree with five years of experience at a minimum.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the minimum requirement to be eligible for an EB2 visa?\",\n", + "\"_answer\": \"In order to be eligible for an EB2 visa, the job must require a post graduate degree or bachelor's degree with five years of experience at a minimum.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I was offered a job with only a bachelor's degree and one year of experience, can I still apply for an EB2 visa?\",\n", + "\"_answer\": \"No, you would not be able to qualify for an EB2 visa unless the job requires a post graduate degree or bachelor's degree with five years of experience at a minimum.\"} \n", + "\n", + "\n", + "\n", + "78 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 with an online masters degree? I have a 5 year bachelors degree from a traditional school in the US, and a 2 year MBA from an accredited (Accrediting Commission of the Distance Education and Training Council (DETC)) university in the US. My employer wants to evaluate my master degree as they are unsure if distance education is recognised.\",\n", + "\"_answer\": \"The most important thing to find out is if the degree is accredited. You should contact the school about this.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for EB2 with a masters degree earned through distance education? I have a 5 year bachelors degree from a US school, and a 2 year MBA from an accredited (Accrediting Commission of the Distance Education and Training Council (DETC)) university in the US. My employer is questioning if distance education is accepted.\",\n", + "\"_answer\": \"The primary factor is to determine if the degree is accredited. Reach out to the school to find out.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB2 with a masters degree earned online? I have a 5 year bachelors degree from a US university, and a 2 year MBA from an accredited (Accrediting Commission of the Distance Education and Training Council (DETC)) university in the US. My employer is unsure if distance education is accepted.\",\n", + "\"_answer\": \"The most important thing is to check if the degree is accredited. You should contact the school to confirm this.\"} \n", + "\n", + "\n", + "\n", + "79 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"To qualify for EB-2 status with advanced degrees, is having a MS degree from a US university enough or must the job require it?\",\n", + "\"_answer\": \"The job must also necessitate EB-2 level qualifications.\"}\n", + "\n", + "######\n", + "{\"_question\": \"For EB-2 classification based on advanced degrees, is a MS degree from a US college enough or must the job demand it?\",\n", + "\"_answer\": \"The job must also necessitate EB-2 level qualifications.\"}\n", + "\n", + "######\n", + "{\"_question\": \"To be eligible for EB-2 using advanced degrees, is a MS degree from an American university sufficient or must the job description state so?\",\n", + "\"_answer\": \"The job must also necessitate EB-2 level qualifications.\"} \n", + "\n", + "\n", + "\n", + "80 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Are there any potential issues with my education in the I-140 considering that my Permanent Residency is approved under EB2 and I have a 3-year diploma, 3-year B.Tech, 1.5-year M.Tech, and 8 years of experience?\",\n", + "\"_answer\": \"It depends on the specifics, but typically speaking, if you completed the B.Tech in three years due to your diploma, there should be no problem.\"}\n", + "\n", + "######\n", + "{\"_question\": \"My EB2 Permanent Residency is approved and I have a 3-year diploma, 3-year B.Tech, 1.5-year M.Tech, and 8 years of experience. Could my education be an issue on my I-140?\",\n", + "\"_answer\": \"It depends, however usually if you earned the B.Tech in three years due to the diploma, it should not be a problem.\"}\n", + "\n", + "######\n", + "{\"_question\": \"My EB2 Permanent Residency is accepted and I have a 3-year diploma, 3-year B.Tech, 1.5-year M.Tech, and 8 years of experience. Am I likely to face any issues with my education on the I-140?\",\n", + "\"_answer\": \"It varies, but typically if you obtained the B.Tech in three years because of the diploma, there should not be a problem.\"} \n", + "\n", + "\n", + "\n", + "81 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the typical wait time for getting a green card through the EB2 category? I have a master's degree in international business and 7 years of experience in the United States and Europe. I have a job offer in the US and I want to submit the application.\",\n", + "\"_answer\": \"The most significant holdup for most people is the movement of the priority date. Check out the visa bulletin and the perm processing times. That should provide you with a good idea.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the normal duration to obtain a green card under the EB2 category? I have a master's degree in international business and 7 years of experience in the US and EU. I have been offered a job in America and I am looking to submit the petition.\",\n", + "\"_answer\": \"The biggest impediment for most people is the advancement of the priority date. Review the visa bulletin and the perm processing times. That should give you a good idea.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the average time required to acquire a green card via the EB2 category? I possess a master's degree in international business and 7 years of experience in the USA and Europe. I have received a job offer from the US and I am eager to file the petition.\",\n", + "\"_answer\": \"The most significant delay for most people is the progress of the priority date. Look at the visa bulletin and the perm processing times. That should give you a good idea.\"} \n", + "\n", + "\n", + "\n", + "82 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I use my education to qualify for EB-2? I have a Bachelor's in Computing from the UK which was a three year course and a Master's from the UK in Computing which was a one year course. Will this be enough to meet the requirements for EB-2?\",\n", + "\"_answer\": \"No way to know for sure. It all depends on the type of degrees and how they are described on the Form I-9089.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is my education sufficient for EB-2 status? I have a Bachelor's in Computing from the UK that took three years and a Master's from the UK in Computing that was a one year course. Will this qualify me for EB-2?\",\n", + "\"_answer\": \"Cannot be certain. It all comes down to the type of degrees and the way they are presented on the Form I-9089.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for EB-2? I have a Bachelor's in Computing from the UK that was a three year course and a Master's from the UK in Computing that was a one year course. Will this be enough to qualify for EB-2?\",\n", + "\"_answer\": \"Unable to tell. It all depends on the type of degrees and how they are described on the Form I-9089.\"} \n", + "\n", + "\n", + "\n", + "83 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I use cross-chargeability if I was born in India and my H1B has an approved EB2 I-140, but I can't apply for the I-485 since my priority date is November 2008? Will marrying someone from a different country than India/China enable us to file for the I-485 right away?\",\n", + "\"_answer\": \"Cross-chargeability is an option if your partner was born in a country other than your own. Your spouse can submit their I-485 if they are currently in the US.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was born in India and have an approved EB2 I-140 for my H1B, but I can't file for the I-485 because my priority date is November 2008. If I marry someone from a different country than India/China, will that let us both apply for the I-485 straight away?\",\n", + "\"_answer\": \"Cross-chargeability is possible if your partner was born in a country other than your own. Your partner can file their I-485 if they are in the US.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I was born in India and have an approved EB2 I-140 for my H1B, but I'm unable to apply for the I-485 due to my priority date being November 2008. If I marry someone from a different country than India/China, will that enable us to submit the I-485 immediately?\",\n", + "\"_answer\": \"Cross-chargeability is an option if your spouse was born in a different country than yours. Your partner can submit their I-485 if they are currently in the US.\"} \n", + "\n", + "\n", + "\n", + "84 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Can I still be refused by the US Embassy despite my EB2 being approved by the USCIS?\",\n", + "\"_answer\": \"It is improbable, yet possible.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What are the chances of being rejected by the US Embassy despite having my EB2 approved by the USCIS?\",\n", + "\"_answer\": \"It is unlikely, yet achievable.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to be denied by the US Embassy even if the USCIS approved my EB2?\",\n", + "\"_answer\": \"It is improbable, yet doable.\"} \n", + "\n", + "\n", + "\n", + "85 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to apply for a permanent position under EB-2 if I am a technology professional with nine years of work experience and am graduating from a part-time MBA program with a concentration in finance this December?\",\n", + "\"_answer\": \"Yes, as long as you have earned your master's degree by the time you file for the permanent position, you should be eligible to apply for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"If I am a technology professional with nine years of experience and am finishing a part-time MBA program with a concentration in finance this December, can I apply for a permanent position under EB-2?\",\n", + "\"_answer\": \"Yes, provided you have obtained your master's degree before you submit the permanent position application, you should be able to be eligible for EB-2.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for the EB-2 permanent position if I am a technology professional with nine years of work experience and will be graduating from a part-time MBA program (finance concentration) this December?\",\n", + "\"_answer\": \"Yes, as long as you have earned your master's degree before submitting your permanent position application, you should be able to get EB-2.\"} \n", + "\n", + "\n", + "\n", + "86 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\":\"Can company B refile the I-140 using the labor certificate from company A and file it under EB2?\",\n", + "\"_answer\":\"It is likely that company B can use the labor certificate from company A to refile the I-140 under EB2. Consult with your legal team for further advice.\"}\n", + "\n", + "######\n", + "{\"_question\":\"If company B takes over the assets of company A, can they use the labor certificate to refile the I-140 under EB2?\",\n", + "\"_answer\":\"It appears to be a viable option for company B to use the labor certificate from company A to refile the I-140 under EB2. It is recommended to consult with a legal team for more information.\"}\n", + "\n", + "######\n", + "{\"_question\":\"Is it possible for company B to use the labor certificate from company A to refile the I-140 under EB2?\",\n", + "\"_answer\":\"It looks like company B can use the labor certificate from company A to refile the I-140 under EB2. It is advisable to talk to your legal team for more information.\"} \n", + "\n", + "\n", + "\n", + "87 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of my I-140 being denied due to my educational background of 10+3.5 years diploma in computer engineering and 3 years bs in information systems (bits)?\",\n", + "\"_answer\": \"It is possible that your I-140 could be denied because of your educational background. It is best to discuss your concerns with your lawyer and see if you can get a written response.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I am worried that my I-140 application will be refused because of my educational qualifications which include 10+3.5 years diploma in computer engineering and 3 years bs in information systems (bits). Mr. Khanna, do you have any cases that have been approved with this type of education?\",\n", + "\"_answer\": \"It is likely that your apprehension is valid. These types of cases are difficult to get approved. I am unable to give you a definitive answer because I do not know the exact facts. You should speak to your lawyer about your worries and see if you can get a written response.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I am concerned that my I-140 will be rejected due to my educational background which is 10+3.5 years diploma in computer engineering and 3 years bs in information systems (bits). Mr. Khanna, do you have any successful cases with this kind of education?\",\n", + "\"_answer\": \"You have reason to be concerned. It is not easy to get approval for this type of situation. I cannot give you an exact answer without knowing the facts. It is best to talk to your lawyer about your worries and see if you can get a written response.\"} \n", + "\n", + "\n", + "\n", + "88 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What are the odds of my EB1 Extraordinary Ability petition being accepted in my second filing?\",\n", + "\"_answer\": \"It is impossible to predict the outcome of your petition without more information about your case.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of me getting approval for my EB1 Extraordinary Ability petition in my second filing?\",\n", + "\"_answer\": \"It is impossible to provide an accurate assessment without more information regarding your case.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the probability of my EB1 Extraordinary Ability petition being approved in my second filing?\",\n", + "\"_answer\": \"It is impossible to give a definitive answer without more information about your situation.\"} \n", + "\n", + "\n", + "\n", + "89 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB-2 visa given my academic background?\",\n", + "\"_answer\": \"EB-2 is available for those who have a post-graduate degree (according to US standards) or a 4 year bachelor's degree with five years of progressively responsible experience. You should consult your lawyer to explore the possibility of applying for an EB-2 and transferring your priority date.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an EB-2 visa despite the retrogression?\",\n", + "\"_answer\": \"Yes, you may be eligible to apply for an EB-2 visa. This type of visa is available to those who have a post-graduate degree (according to US standards) or a 4 year bachelor's degree with five years of progressively responsible experience. You should speak with your lawyer to discuss the possibility of transferring your priority date.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Will my parents be able to join me if I am granted an EB-2 visa?\",\n", + "\"_answer\": \"EB-2 is an employment-based visa, so it is not a family-based petition. However, your parents may be eligible to apply for a family-based visa. You should consult your lawyer to explore the possibility of applying for an EB-2 and transferring your priority date.\"} \n", + "\n", + "\n", + "\n", + "90 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the standard for immigration law when it comes to degree completion? I have a full official transcript and a letter confirming that I have fulfilled all the requirements for my master's degree. The university's next graduation date is January 30, 2009, when I will receive the diploma. Can I use the full official transcript to apply for the EB2 visa or do I need to wait until I receive the diploma?\", \n", + "\"_answer\": \"Generally, immigration law looks at when the degree was finished, not when the diploma was given. Consult with your attorneys for more information.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the criterion for immigration law regarding degree completion? I have a full, official transcript as well as a letter verifying that I have completed all the requirements for my master's degree. The university's next graduation date is January 30, 2009, when I will get the diploma. Can I submit the full, official transcript for my EB2 visa application or do I have to wait until I get the diploma?\", \n", + "\"_answer\": \"Generally, immigration law focuses on when the degree was finished - not when the diploma was awarded. Speak with your lawyers for more information.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the standard for immigration law when it comes to degree completion? I have a full, official transcript and a letter confirming that I have met all the requirements for my master's degree. The university's next graduation date is January 30, 2009, when I will obtain the diploma. Can I use the full, official transcript to apply for the EB2 visa or do I have to wait until I receive the diploma?\", \n", + "\"_answer\": \"Generally, immigration law looks at when the degree was completed - not when the diploma was given. Consult with your attorneys for more information.\"} \n", + "\n", + "\n", + "\n", + "91 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"What is the risk of being denied due to educational qualifications in the EB-2 category?\", \n", + "\"_answer\": \"The educational requirements are typically scrutinized in depth during the I-140 stage, however, USCIS can inquire about them at any time. I have seen I-140s that have been approved and then revoked during the I-485 stage.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the likelihood of being refused on the basis of one's educational background under the EB-2 category?\", \n", + "\"_answer\": \"It is typical for one's educational background to be closely examined at the I-140 stage, but USCIS could raise questions about it at any point. There have been cases of I-140s that were accepted and then denied during the I-485 stage.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the chance of refusal due to educational qualifications when filing under EB-2?\", \n", + "\"_answer\": \"The educational qualifications are usually assessed in detail at the I-140 stage, however, USCIS could bring it up at any stage. I have seen approved I-140s that were overturned and denied at the I-485 stage.\"} \n", + "\n", + "\n", + "\n", + "92 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Is it feasible to file for an employment-based green card in the EB2 category if I have a B.Sc. in Physics from India and an MCA in IT?\",\n", + "\"_answer\": \"Yes, it is possible, however, it is important to have your lawyers draft the PERM application carefully so that even if EB2 is denied, EB3 may still be approved.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can I apply for an employment-based green card in the EB2 classification if I have a B.Sc. in Physics from India and an MCA in IT?\",\n", + "\"_answer\": \"Yes, it is a possibility, but it is important that your lawyers create the PERM application carefully so that if EB2 is rejected, EB3 may still be approved.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Is it possible to submit an application for an employment-based green card in the EB2 category if I have a B.Sc. in Physics from India and an MCA in IT?\",\n", + "\"_answer\": \"Yes, it is doable, however, it is essential to have your lawyers craft the PERM application cautiously so that if EB2 is denied, EB3 may still be accepted.\"} \n", + "\n", + "\n", + "\n", + "93 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Do I qualify for an EB2 visa? I have a B.Sc in Physics from India and an MCA in IT from India. Can I file for an employment-based green card in the EB2 category if I am applying for a job in an IT company?\",\n", + "\"_answer\": \"It is feasible, but make sure your attorneys carefully construct the PERM application. That way, if the EB2 is denied, the EB3 may still be accepted.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Am I eligible for an EB2 visa? I have a B.Sc in Physics from India and an MCA in IT from India. Could I file for an employment-based green card in the EB2 category if I am applying for a job in an IT company?\",\n", + "\"_answer\": \"It is feasible, but your lawyers should craft the PERM application cautiously. That way, if the EB2 is denied, the EB3 could still be approved.\"}\n", + "\n", + "######\n", + "{\"_question\": \"EB2 qualification. I have a question about EB2 eligibility. I have a B.Sc in Physics from India and an MCA in IT from India. Can I submit an employment-based green card in the EB2 category if I am applying for a job in an IT company?\",\n", + "\"_answer\": \"It is doable, but have your attorneys carefully compose the PERM application. That way, if the EB2 is rejected, the EB3 may still be granted.\"} \n", + "\n", + "\n", + "\n", + "94 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"Does my wife qualify for EB2 processing as an occupational therapist?\",\n", + "\"_answer\": \"OT's do not have a special category like physical therapists, but it is possible to apply for EB-2. Your wife should consult with her lawyers to determine if she qualifies.\"}\n", + "\n", + "######\n", + "{\"_question\": \"What is the process for my wife to apply for EB2 with her occupational therapist degree?\",\n", + "\"_answer\": \"OT's do not have a special pathway like physical therapists, but it is possible to apply for EB-2. Your wife should speak with her lawyers to find out if she meets the criteria.\"}\n", + "\n", + "######\n", + "{\"_question\": \"Can my wife use her occupational therapist degree to apply for EB2?\",\n", + "\"_answer\": \"OT's do not have a dedicated category like physical therapists, but it is possible to apply for EB-2. Your wife should check with her lawyers to see if she is eligible.\"} \n", + "\n", + "\n", + "\n", + "95 \n", + "\n", + "\n", + "\n", + "######\n", + "{\"_question\": \"I have 3 years of experience in the IT field and am looking to finish a master's degree. Is it a good idea to pursue a master's degree while having 3 years of work experience? Please give me your advice.\",\n", + "\"_answer\": \"I understand you are inquiring if you can apply for an EB-2 visa. The answer is yes, once you have obtained your master's degree and have a job that requires the degree or a bachelor's degree plus 5 years of experience.\"}\n", + "\n", + "######\n", + "{\"_question\": \"I have 3 years of experience in IT and am about to complete my master's. Is it beneficial to do the MS while having 3 years of work experience? Please provide me with your opinion.\",\n", + "\"_answer\": \"I'm assuming you are asking if you can submit an application for an EB-2 green card. The answer is yes, once you have finished your master's and have a job that needs the degree or a bachelor's plus five years of experience.\"} \n", + "\n", + "\n", + "\n" + ] + } + ], + "source": [ + "qaa_augmented_raw = []\n", + "for id, batch_inputs_string in enumerate(qaa_list_encoded):\n", + " print(id, \"\\n\") # \"\\n\\n\\n\", \"input:\\n\", batch_inputs_string, \"\\n\"\n", + " completion_batch = openai.Completion.create(\n", + " prompt=batch_inputs_string, \n", + " model=\"text-davinci-003\",\n", + " temperature = 0.5,\n", + " max_tokens = 2000 # The maximum number of tokens to generate in the completion\n", + " )\n", + " results_string = completion_batch['choices'][0]['text']\n", + " print(results_string, \"\\n\\n\\n\")\n", + " qaa_augmented_raw.append(results_string)" + ] + }, + { + "cell_type": "markdown", + "id": "0e391157-9ffe-4942-a0d2-a8c8c850f808", + "metadata": {}, + "source": [ + "### dump raw output to a file\n" + ] + }, + { + "cell_type": "code", + "execution_count": 125, + "id": "3df4c39b-fca0-4f80-a5ef-2e5b9c790b4d", + "metadata": {}, + "outputs": [], + "source": [ + "def _make_w_io_base(f, mode: str):\n", + " if not isinstance(f, io.IOBase):\n", + " f_dirname = os.path.dirname(f)\n", + " if f_dirname != \"\":\n", + " os.makedirs(f_dirname, exist_ok=True)\n", + " f = open(f, mode=mode)\n", + " return f\n", + "\n", + "def jdump(obj, f, mode=\"w\", indent=4, default=str):\n", + " \"\"\"Dump a str or dictionary to a file in json format.\n", + "\n", + " Args:\n", + " obj: An object to be written.\n", + " f: A string path to the location on disk.\n", + " mode: Mode for opening the file.\n", + " indent: Indent for storing json dictionaries.\n", + " default: A function to handle non-serializable entries; defaults to `str`.\n", + " \"\"\"\n", + " f = _make_w_io_base(f, mode)\n", + " if isinstance(obj, (dict, list)):\n", + " json.dump(obj, f, indent=indent, default=default)\n", + " elif isinstance(obj, str):\n", + " f.write(obj)\n", + " else:\n", + " raise ValueError(f\"Unexpected type: {type(obj)}\")\n", + " f.close()" + ] + }, + { + "cell_type": "code", + "execution_count": 126, + "id": "ad7db994-92b6-4c17-b083-2dbddacd272c", + "metadata": {}, + "outputs": [], + "source": [ + "output_name = \"output_raw_96.json\"\n", + "output_dir=\"./raw_input\"\n", + "jdump(qaa_augmented_raw, os.path.join(output_dir, output_name))" + ] + }, + { + "cell_type": "markdown", + "id": "4ba9de85-e120-4dd3-a77c-e578966ede01", + "metadata": {}, + "source": [ + "### Read json file" + ] + }, + { + "cell_type": "code", + "execution_count": 127, + "id": "9269aba8-ee1e-4f71-bf1c-e80d806b0842", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'\\n\\n######\\n{\"_question\": \"Do I need to wait before beginning the green card process if my employer files an H-1B and the lottery is picked?\",\\n\"_answer\": \"No, the employer can initiate the green card process prior to your joining. You can review the salary figures by county and profession at this link -https://www.flcdatacenter.com/\"}\\n\\n######\\n{\"_question\": \"Can I start the green card process if my employer has filed an H-1B and it has been selected in the lottery?\",\\n\"_answer\": \"Yes, the employer can begin the green card process even before you join. Check out this link -https://www.flcdatacenter.com/ to view the salary figures by county and profession.\"}\\n\\n######\\n{\"_question\": \"If my employer files an H-1B and it is selected in the lottery, when can I start the green card process?\",\\n\"_answer\": \"The employer can initiate the green card process prior to your joining. You can examine the salary figures by county and profession at this link -https://www.flcdatacenter.com/\"}'" + ] + }, + "execution_count": 127, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "def _make_r_io_base(f, mode: str):\n", + " if not isinstance(f, io.IOBase):\n", + " f = open(f, mode=mode)\n", + " return f\n", + "\n", + "def jload(f, mode=\"r\"):\n", + " \"\"\"Load a .json file into a dictionary.\"\"\"\n", + " f = _make_r_io_base(f, mode)\n", + " jdict = json.load(f)\n", + " f.close()\n", + " return jdict\n", + "\n", + "output_raw = jload(\"raw_input/output_raw_96.json\")\n", + "#import pdb; pdb.set_trace()\n", + "output_raw[0]" + ] + }, + { + "cell_type": "markdown", + "id": "e09ef700-d315-4d14-9620-717695dc85d5", + "metadata": {}, + "source": [ + "### Postprocess the Raw Outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "ec478198-784d-4b53-8dd0-293ef337814a", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 128, + "id": "1284802f-185f-4783-9cd1-26706baafbdf", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "276\n" + ] + } + ], + "source": [ + "QApair_dict = []\n", + "error_list = []\n", + "for raw in qaa_augmented_raw:\n", + " pairs = raw.split(\"######\")\n", + " for id, item in enumerate(pairs):\n", + " # print(id)\n", + " if not item.isspace():\n", + " try:\n", + " str2dict = ast.literal_eval(item)\n", + " QApair_dict.append(str2dict)\n", + " except Exception as e: \n", + " print(e)\n", + " print(item)\n", + " print(\"\\n\\n\\n\")\n", + " error_list.append(item)\n", + " # print(type(str2dict))\n", + " # print(str2dict['_question'])\n", + " # print(str2dict['_answer'])\n", + "print(len(QApair_dict))\n", + "# QApair_dict" + ] + }, + { + "cell_type": "code", + "execution_count": 129, + "id": "d7f4de55-00fe-4fdd-afa6-1eda97d6dd5f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
_question_answer
0Do I need to wait before beginning the green c...No, the employer can initiate the green card p...
1Can I start the green card process if my emplo...Yes, the employer can begin the green card pro...
2If my employer files an H-1B and it is selecte...The employer can initiate the green card proce...
3What is the process for upgrading from EB-3 to...It is possible to upgrade from EB-3 to EB-2 as...
4What is involved in the EB-3 to EB-2 porting p...If the PERM was submitted as an EB-2, you can ...
.........
271Does my wife qualify for EB2 processing as an ...OT's do not have a special category like physi...
272What is the process for my wife to apply for E...OT's do not have a special pathway like physic...
273Can my wife use her occupational therapist deg...OT's do not have a dedicated category like phy...
274I have 3 years of experience in the IT field a...I understand you are inquiring if you can appl...
275I have 3 years of experience in IT and am abou...I'm assuming you are asking if you can submit ...
\n", + "

276 rows × 2 columns

\n", + "
" + ], + "text/plain": [ + " _question \\\n", + "0 Do I need to wait before beginning the green c... \n", + "1 Can I start the green card process if my emplo... \n", + "2 If my employer files an H-1B and it is selecte... \n", + "3 What is the process for upgrading from EB-3 to... \n", + "4 What is involved in the EB-3 to EB-2 porting p... \n", + ".. ... \n", + "271 Does my wife qualify for EB2 processing as an ... \n", + "272 What is the process for my wife to apply for E... \n", + "273 Can my wife use her occupational therapist deg... \n", + "274 I have 3 years of experience in the IT field a... \n", + "275 I have 3 years of experience in IT and am abou... \n", + "\n", + " _answer \n", + "0 No, the employer can initiate the green card p... \n", + "1 Yes, the employer can begin the green card pro... \n", + "2 The employer can initiate the green card proce... \n", + "3 It is possible to upgrade from EB-3 to EB-2 as... \n", + "4 If the PERM was submitted as an EB-2, you can ... \n", + ".. ... \n", + "271 OT's do not have a special category like physi... \n", + "272 OT's do not have a special pathway like physic... \n", + "273 OT's do not have a dedicated category like phy... \n", + "274 I understand you are inquiring if you can appl... \n", + "275 I'm assuming you are asking if you can submit ... \n", + "\n", + "[276 rows x 2 columns]" + ] + }, + "execution_count": 129, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "QApair_df = pd.DataFrame(QApair_dict)\n", + "QApair_df" + ] + }, + { + "cell_type": "code", + "execution_count": 130, + "id": "a81743fb-966a-4c40-8e32-3bd2f7f7ee4d", + "metadata": {}, + "outputs": [], + "source": [ + "QApair_df.to_csv(\"output/output_qa_augment.csv\", index=False)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/example/data_generation/immigration_gen_data2.ipynb b/example/data_generation/immigration_gen_data2.ipynb new file mode 100644 index 0000000..40e1d56 --- /dev/null +++ b/example/data_generation/immigration_gen_data2.ipynb @@ -0,0 +1,587 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "74b21eea-679e-4bfe-9b4f-919597ca7413", + "metadata": {}, + "source": [ + "# Generate question and answer pairs from text file" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "730c285c-af52-4ba4-8cb2-1a9e468af547", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: openai in /opt/conda/envs/pykoi/lib/python3.10/site-packages (0.27.8)\n", + "Requirement already satisfied: requests>=2.20 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from openai) (2.31.0)\n", + "Requirement already satisfied: tqdm in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from openai) (4.65.0)\n", + "Requirement already satisfied: aiohttp in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from openai) (3.8.5)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (3.2.0)\n", + "Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (3.4)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (2.0.4)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests>=2.20->openai) (2023.7.22)\n", + "Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (23.1.0)\n", + "Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (6.0.4)\n", + "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (4.0.2)\n", + "Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (1.9.2)\n", + "Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (1.4.0)\n", + "Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->openai) (1.3.1)\n", + "Requirement already satisfied: clean-text in /opt/conda/envs/pykoi/lib/python3.10/site-packages (0.6.0)\n", + "Requirement already satisfied: emoji<2.0.0,>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from clean-text) (1.7.0)\n", + "Requirement already satisfied: ftfy<7.0,>=6.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from clean-text) (6.1.1)\n", + "Requirement already satisfied: wcwidth>=0.2.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ftfy<7.0,>=6.0->clean-text) (0.2.6)\n" + ] + } + ], + "source": [ + "! pip install openai\n", + "! pip install clean-text\n", + "\n", + "import dataclasses\n", + "import logging\n", + "import math\n", + "import ast\n", + "import re\n", + "import os\n", + "import io\n", + "import sys\n", + "import time\n", + "import json\n", + "import tqdm\n", + "import copy\n", + "import openai\n", + "import pandas as pd\n", + "\n", + "from typing import Optional, Sequence, Union\n", + "from cleantext import clean\n", + "import nltk\n", + "from nltk.corpus import stopwords\n", + "from nltk.stem import SnowballStemmer\n", + "from nltk.tokenize import word_tokenize\n", + "\n", + "# from openai import openai_object\n", + "openai.api_key = \"\"" + ] + }, + { + "cell_type": "markdown", + "id": "086d6968-4601-4c0c-8a1b-11436bc66c3e", + "metadata": {}, + "source": [ + "## Load and preprocess" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "a531961f-2e59-4437-b5b8-5a0798cd60bd", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "151b55a5-7ca4-404f-94ac-8c39a0bdaa12", + "metadata": {}, + "outputs": [], + "source": [ + "dir_cur = os.getcwd()\n", + "fname = \"umich.txt\"\n", + "with open(os.path.join(dir_cur, fname), \"r\") as file:\n", + " context = file.read()\n" + ] + }, + { + "cell_type": "markdown", + "id": "d28204cb-6112-4118-8564-5f3db55364af", + "metadata": {}, + "source": [ + "#### Personal Identification Information (PII) removal and other preprocessing using cleantext" + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "id": "5d61054c-3a80-4bec-bc79-b6a83a411094", + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "f_clean = lambda context_raw : clean(context_raw,\n", + " fix_unicode=True, # fix various unicode errors\n", + " to_ascii=True, # transliterate to closest ASCII representation\n", + " lower=True, # lowercase text\n", + " no_line_breaks=False, # fully strip line breaks as opposed to only normalizing them\n", + " no_urls=False, # replace all URLs with a special token\n", + " no_emails=False, # replace all email addresses with a special token\n", + " no_phone_numbers=False, # replace all phone numbers with a special token\n", + " no_numbers=False, # replace all numbers with a special token\n", + " no_digits=False, # replace all digits with a special token\n", + " no_currency_symbols=False, # replace all currency symbols with a special token\n", + " no_punct=False, # remove punctuations\n", + " replace_with_punct=\"\", # instead of removing punctuations you may replace them\n", + " replace_with_url=\"\",\n", + " replace_with_email=\"\",\n", + " replace_with_phone_number=\"\",\n", + " replace_with_number=\"\",\n", + " replace_with_digit=\"0\",\n", + " replace_with_currency_symbol=\"\",\n", + " lang=\"en\" # set to 'de' for German special handling\n", + ")\n", + "pii_remove = False\n", + "if pii_remove:\n", + " context = f_clean(context)\n" + ] + }, + { + "cell_type": "markdown", + "id": "58796bea-3004-4ef8-9ea1-daf2fd5f3fdc", + "metadata": {}, + "source": [ + "#### Dataset customized clenaup and split into list of paragraphs" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "32865211-51a8-42f5-94bc-63dc78bc6a0d", + "metadata": {}, + "outputs": [], + "source": [ + "context = context.lower() # Lowercase \n", + "context = context.strip() # Remove leading/trailing whitespace\n", + "context = re.sub(r'[ \\t]+', ' ', context) # Remove extra space and tabs while MAINTAINING NEW LINE CHARACTERS\n", + "context = re.compile('<.*?>').sub('', context) # Remove HTML tags/markups:\n", + "\n", + "paragraphs = re.split(r'\\n{2,}', context) # split it into paragraphs where there are 2+ consecutive newline characters\n", + "para_len_l = len(paragraphs)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "id": "164e5080-5023-491a-ab53-82269aeaf7ab", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "['green card application process\\nthere are essentially three steps in the employment-based green card application process:',\n", + " '1. labor certification (perm)\\nwith limited exceptions, all eb-2 and eb-3 green card applications require that the employer obtain a labor certification from the u.s. department of labor. for petitions requiring this step, the labor certification process is often the hardest and most arduous step. prior to being able to file the labor certification application, the employer must obtain a prevailing wage from the department of labor and prove that there are no minimally qualified u.s. workers available for the positions through the completion of a competitive recruitment process.',\n", + " 'in the case of positions that contain teaching duties, the employer must document that the selected applicant is the “best qualified” for the position. this process is commonly called “special handling.”',\n", + " 'in both the “basic” and the “special handling” process, the employer must complete a formal recruitment process to document that there are no minimally qualified u.s. workers available or that, in the case of positions that have a teaching component, that the selected candidate is the best qualified. it is common that this recruitment process must be completed well after the foreign national employee started his or her position at the university.',\n", + " 'as soon as the labor certification has been filed with the department of labor, the “priority date” for the applicant is established. this date is important to determine when someone can complete step #3, i.e. the adjustment of status. (if no labor certification is required, the priority date is established with the filing of the immigrant petition/ form i-140.',\n", + " '2. immigrant petition\\nonce the department of labor approves the labor certification, the immigrant petition (form i-140) can be filed with uscis. in cases where no labor certification is required (e.g. eb-1), the filing of the i-140 is the first step of the green card process.',\n", + " '3. adjustment of status or obtaining an immigrant visa\\nonce the i-140 application has been approved by uscis, the foreign national can apply for the adjustment of his or her non-immigrant status (form i-485) to that of a legal permanent resident. instead of applying for the adjustment of status, a foreign national may also apply for an immigrant visa at a u.s. consulate or embassy abroad.',\n", + " 'the i-485 adjustment of status application cannot be filed until and unless the “priority date” is current. in practice this means that, depending on one’s country of birth and eb-category, there may be a backlog. the backlog exists because more people apply for green cards in a given category than there are available green card visa numbers. the total number of green cards is further restricted by the fact that, with some exceptions, no more than seven percent of all green cards in a given preference category can go to individuals born in a given country. the backlog is updated each month by the u.s. department of state and is published in the visa bulletin.',\n", + " 'once someone’s priority date date has been reached, as indicated in the visa bulletin, the i-485 can be filed. the priority date is the date on which the labor certification was filed with the department of labor, or, if no labor certification was required, uscis received the i-140 petition.',\n", + " 'note that the visa bulletin contains two separate tables with priority cut-off dates. the actual cut-off dates are indicated in table a “application final action dates for employment-based preference cases.” however, in some instances, uscis may accept the i-485 application if the priority date is current based on table b “dates for filing of employment-based visa applications.” note that uscis will make a determination whether table b may be used several days after the official visa bulletin is published. uscis publishes this information on its website dedicated to the visa bulletin.',\n", + " 'in some cases, it may be possible to file the i-140 and i-485 at the same time. this is not always recommended, even if it is possible. if the i-140 is denied, the i-485 will also be denied if filed concurrently.',\n", + " 'whereas the international center will file both the labor certification and i-140 (unless the petition as a whole is assigned to retained counsel), the adjustment of status application and related applications (advance parole and ead) are filed by retained counsel only.']" + ] + }, + "execution_count": 42, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "paragraphs" + ] + }, + { + "cell_type": "markdown", + "id": "966e408e-ce5a-486d-a47b-da2b4e94ab3c", + "metadata": {}, + "source": [ + "## Question answer generation with lmqg" + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "id": "92f7f2c7-6d2a-43f9-a748-de849019dc05", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Requirement already satisfied: lmqg in /opt/conda/envs/pykoi/lib/python3.10/site-packages (0.1.1)\n", + "Requirement already satisfied: psutil in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (5.9.5)\n", + "Requirement already satisfied: pytextrank in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (3.2.5)\n", + "Requirement already satisfied: torch in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (2.0.1)\n", + "Requirement already satisfied: tqdm in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (4.65.0)\n", + "Requirement already satisfied: requests in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (2.31.0)\n", + "Requirement already satisfied: pandas in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (2.0.3)\n", + "Requirement already satisfied: numpy in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (1.25.2)\n", + "Requirement already satisfied: transformers>=4.26.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (4.31.0)\n", + "Requirement already satisfied: huggingface-hub>=0.12.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.16.4)\n", + "Requirement already satisfied: sentencepiece in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.1.99)\n", + "Requirement already satisfied: datasets in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (2.13.1)\n", + "Requirement already satisfied: spacy in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (3.7.0)\n", + "Requirement already satisfied: sudachipy in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.6.7)\n", + "Requirement already satisfied: sudachidict-core in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (20230927)\n", + "Requirement already satisfied: bert-score in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.3.13)\n", + "Requirement already satisfied: pyemd in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (1.0.0)\n", + "Requirement already satisfied: evaluate in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.4.0)\n", + "Requirement already satisfied: wandb in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.15.11)\n", + "Requirement already satisfied: ray in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (2.7.0)\n", + "Requirement already satisfied: nltk in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (3.8.1)\n", + "Requirement already satisfied: accelerate in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from lmqg) (0.21.0)\n", + "Requirement already satisfied: filelock in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from huggingface-hub>=0.12.0->lmqg) (3.12.2)\n", + "Requirement already satisfied: fsspec in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from huggingface-hub>=0.12.0->lmqg) (2023.6.0)\n", + "Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from huggingface-hub>=0.12.0->lmqg) (6.0.1)\n", + "Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from huggingface-hub>=0.12.0->lmqg) (4.7.1)\n", + "Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from huggingface-hub>=0.12.0->lmqg) (23.1)\n", + "Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from transformers>=4.26.1->lmqg) (2023.6.3)\n", + "Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from transformers>=4.26.1->lmqg) (0.13.3)\n", + "Requirement already satisfied: safetensors>=0.3.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from transformers>=4.26.1->lmqg) (0.3.1)\n", + "Requirement already satisfied: sympy in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (1.12)\n", + "Requirement already satisfied: networkx in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (3.1)\n", + "Requirement already satisfied: jinja2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (3.1.2)\n", + "Requirement already satisfied: nvidia-cuda-nvrtc-cu11==11.7.99 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.7.99)\n", + "Requirement already satisfied: nvidia-cuda-runtime-cu11==11.7.99 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.7.99)\n", + "Requirement already satisfied: nvidia-cuda-cupti-cu11==11.7.101 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.7.101)\n", + "Requirement already satisfied: nvidia-cudnn-cu11==8.5.0.96 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (8.5.0.96)\n", + "Requirement already satisfied: nvidia-cublas-cu11==11.10.3.66 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.10.3.66)\n", + "Requirement already satisfied: nvidia-cufft-cu11==10.9.0.58 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (10.9.0.58)\n", + "Requirement already satisfied: nvidia-curand-cu11==10.2.10.91 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (10.2.10.91)\n", + "Requirement already satisfied: nvidia-cusolver-cu11==11.4.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.4.0.1)\n", + "Requirement already satisfied: nvidia-cusparse-cu11==11.7.4.91 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.7.4.91)\n", + "Requirement already satisfied: nvidia-nccl-cu11==2.14.3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (2.14.3)\n", + "Requirement already satisfied: nvidia-nvtx-cu11==11.7.91 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (11.7.91)\n", + "Requirement already satisfied: triton==2.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from torch->lmqg) (2.0.0)\n", + "Requirement already satisfied: setuptools in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch->lmqg) (68.0.0)\n", + "Requirement already satisfied: wheel in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from nvidia-cublas-cu11==11.10.3.66->torch->lmqg) (0.41.1)\n", + "Requirement already satisfied: cmake in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from triton==2.0.0->torch->lmqg) (3.27.1)\n", + "Requirement already satisfied: lit in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from triton==2.0.0->torch->lmqg) (16.0.6)\n", + "Requirement already satisfied: matplotlib in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from bert-score->lmqg) (3.8.0)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pandas->lmqg) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pandas->lmqg) (2023.3)\n", + "Requirement already satisfied: tzdata>=2022.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pandas->lmqg) (2023.3)\n", + "Requirement already satisfied: pyarrow>=8.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from datasets->lmqg) (12.0.1)\n", + "Requirement already satisfied: dill<0.3.7,>=0.3.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from datasets->lmqg) (0.3.6)\n", + "Requirement already satisfied: xxhash in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from datasets->lmqg) (3.3.0)\n", + "Requirement already satisfied: multiprocess in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from datasets->lmqg) (0.70.14)\n", + "Requirement already satisfied: aiohttp in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from datasets->lmqg) (3.8.5)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests->lmqg) (3.2.0)\n", + "Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests->lmqg) (3.4)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests->lmqg) (2.0.4)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests->lmqg) (2023.7.22)\n", + "Requirement already satisfied: responses<0.19 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from evaluate->lmqg) (0.18.0)\n", + "Requirement already satisfied: click in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from nltk->lmqg) (8.1.6)\n", + "Requirement already satisfied: joblib in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from nltk->lmqg) (1.3.1)\n", + "Requirement already satisfied: graphviz>=0.13 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pytextrank->lmqg) (0.20.1)\n", + "Requirement already satisfied: icecream>=2.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pytextrank->lmqg) (2.1.3)\n", + "Requirement already satisfied: pygments>=2.7.4 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pytextrank->lmqg) (2.16.1)\n", + "Requirement already satisfied: scipy>=1.7 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pytextrank->lmqg) (1.11.1)\n", + "Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (3.0.12)\n", + "Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (1.0.5)\n", + "Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (1.0.10)\n", + "Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (2.0.8)\n", + "Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (3.0.9)\n", + "Requirement already satisfied: thinc<8.3.0,>=8.1.8 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (8.2.1)\n", + "Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (1.1.2)\n", + "Requirement already satisfied: srsly<3.0.0,>=2.4.3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (2.4.8)\n", + "Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (2.0.10)\n", + "Requirement already satisfied: weasel<0.4.0,>=0.1.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (0.3.1)\n", + "Requirement already satisfied: typer<0.10.0,>=0.3.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (0.7.0)\n", + "Requirement already satisfied: pathy>=0.10.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (0.10.2)\n", + "Requirement already satisfied: smart-open<7.0.0,>=5.2.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (6.4.0)\n", + "Requirement already satisfied: pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (1.10.11)\n", + "Requirement already satisfied: langcodes<4.0.0,>=3.2.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy->lmqg) (3.3.0)\n", + "Requirement already satisfied: jsonschema in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ray->lmqg) (4.19.0)\n", + "Requirement already satisfied: msgpack<2.0.0,>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ray->lmqg) (1.0.5)\n", + "Requirement already satisfied: protobuf!=3.19.5,>=3.15.3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ray->lmqg) (4.23.4)\n", + "Requirement already satisfied: aiosignal in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ray->lmqg) (1.3.1)\n", + "Requirement already satisfied: frozenlist in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ray->lmqg) (1.4.0)\n", + "Requirement already satisfied: tensorboardX>=1.9 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from ray->lmqg) (2.6.2.2)\n", + "Requirement already satisfied: GitPython!=3.1.29,>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from wandb->lmqg) (3.1.37)\n", + "Requirement already satisfied: sentry-sdk>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from wandb->lmqg) (1.31.0)\n", + "Requirement already satisfied: docker-pycreds>=0.4.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from wandb->lmqg) (0.4.0)\n", + "Requirement already satisfied: pathtools in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from wandb->lmqg) (0.1.2)\n", + "Requirement already satisfied: setproctitle in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from wandb->lmqg) (1.3.2)\n", + "Requirement already satisfied: appdirs>=1.4.3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from wandb->lmqg) (1.4.4)\n", + "Requirement already satisfied: six>=1.4.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from docker-pycreds>=0.4.0->wandb->lmqg) (1.16.0)\n", + "Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->datasets->lmqg) (23.1.0)\n", + "Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->datasets->lmqg) (6.0.4)\n", + "Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->datasets->lmqg) (4.0.2)\n", + "Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from aiohttp->datasets->lmqg) (1.9.2)\n", + "Requirement already satisfied: gitdb<5,>=4.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from GitPython!=3.1.29,>=1.0.0->wandb->lmqg) (4.0.10)\n", + "Requirement already satisfied: colorama>=0.3.9 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from icecream>=2.1->pytextrank->lmqg) (0.4.6)\n", + "Requirement already satisfied: executing>=0.3.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from icecream>=2.1->pytextrank->lmqg) (1.2.0)\n", + "Requirement already satisfied: asttokens>=2.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from icecream>=2.1->pytextrank->lmqg) (2.2.1)\n", + "Requirement already satisfied: contourpy>=1.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from matplotlib->bert-score->lmqg) (1.1.1)\n", + "Requirement already satisfied: cycler>=0.10 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from matplotlib->bert-score->lmqg) (0.12.0)\n", + "Requirement already satisfied: fonttools>=4.22.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from matplotlib->bert-score->lmqg) (4.43.0)\n", + "Requirement already satisfied: kiwisolver>=1.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from matplotlib->bert-score->lmqg) (1.4.5)\n", + "Requirement already satisfied: pillow>=6.2.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from matplotlib->bert-score->lmqg) (10.0.1)\n", + "Requirement already satisfied: pyparsing>=2.3.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from matplotlib->bert-score->lmqg) (3.1.1)\n", + "Requirement already satisfied: blis<0.8.0,>=0.7.8 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from thinc<8.3.0,>=8.1.8->spacy->lmqg) (0.7.11)\n", + "Requirement already satisfied: confection<1.0.0,>=0.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from thinc<8.3.0,>=8.1.8->spacy->lmqg) (0.1.3)\n", + "Requirement already satisfied: cloudpathlib<0.16.0,>=0.7.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from weasel<0.4.0,>=0.1.0->spacy->lmqg) (0.15.1)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from jinja2->torch->lmqg) (2.1.3)\n", + "Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from jsonschema->ray->lmqg) (2023.7.1)\n", + "Requirement already satisfied: referencing>=0.28.4 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from jsonschema->ray->lmqg) (0.30.2)\n", + "Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from jsonschema->ray->lmqg) (0.9.2)\n", + "Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from sympy->torch->lmqg) (1.3.0)\n", + "Requirement already satisfied: smmap<6,>=3.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->lmqg) (5.0.1)\n", + "Collecting en-core-web-sm==3.7.0\n", + " Downloading https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.0/en_core_web_sm-3.7.0-py3-none-any.whl (12.8 MB)\n", + "\u001b[2K \u001b[38;2;114;156;31m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m12.8/12.8 MB\u001b[0m \u001b[31m97.8 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0mm eta \u001b[36m0:00:01\u001b[0m0:01\u001b[0m01\u001b[0m\n", + "\u001b[?25hRequirement already satisfied: spacy<3.8.0,>=3.7.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from en-core-web-sm==3.7.0) (3.7.0)\n", + "Requirement already satisfied: spacy-legacy<3.1.0,>=3.0.11 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (3.0.12)\n", + "Requirement already satisfied: spacy-loggers<2.0.0,>=1.0.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (1.0.5)\n", + "Requirement already satisfied: murmurhash<1.1.0,>=0.28.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (1.0.10)\n", + "Requirement already satisfied: cymem<2.1.0,>=2.0.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2.0.8)\n", + "Requirement already satisfied: preshed<3.1.0,>=3.0.2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (3.0.9)\n", + "Requirement already satisfied: thinc<8.3.0,>=8.1.8 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (8.2.1)\n", + "Requirement already satisfied: wasabi<1.2.0,>=0.9.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (1.1.2)\n", + "Requirement already satisfied: srsly<3.0.0,>=2.4.3 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2.4.8)\n", + "Requirement already satisfied: catalogue<2.1.0,>=2.0.6 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2.0.10)\n", + "Requirement already satisfied: weasel<0.4.0,>=0.1.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (0.3.1)\n", + "Requirement already satisfied: typer<0.10.0,>=0.3.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (0.7.0)\n", + "Requirement already satisfied: pathy>=0.10.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (0.10.2)\n", + "Requirement already satisfied: smart-open<7.0.0,>=5.2.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (6.4.0)\n", + "Requirement already satisfied: tqdm<5.0.0,>=4.38.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (4.65.0)\n", + "Requirement already satisfied: requests<3.0.0,>=2.13.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2.31.0)\n", + "Requirement already satisfied: pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (1.10.11)\n", + "Requirement already satisfied: jinja2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (3.1.2)\n", + "Requirement already satisfied: setuptools in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (68.0.0)\n", + "Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (23.1)\n", + "Requirement already satisfied: langcodes<4.0.0,>=3.2.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (3.3.0)\n", + "Requirement already satisfied: numpy>=1.19.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (1.25.2)\n", + "Requirement already satisfied: typing-extensions>=4.2.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from pydantic!=1.8,!=1.8.1,<3.0.0,>=1.7.4->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (4.7.1)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (3.2.0)\n", + "Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (3.4)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2.0.4)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from requests<3.0.0,>=2.13.0->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2023.7.22)\n", + "Requirement already satisfied: blis<0.8.0,>=0.7.8 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from thinc<8.3.0,>=8.1.8->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (0.7.11)\n", + "Requirement already satisfied: confection<1.0.0,>=0.0.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from thinc<8.3.0,>=8.1.8->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (0.1.3)\n", + "Requirement already satisfied: click<9.0.0,>=7.1.1 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from typer<0.10.0,>=0.3.0->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (8.1.6)\n", + "Requirement already satisfied: cloudpathlib<0.16.0,>=0.7.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from weasel<0.4.0,>=0.1.0->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (0.15.1)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/pykoi/lib/python3.10/site-packages (from jinja2->spacy<3.8.0,>=3.7.0->en-core-web-sm==3.7.0) (2.1.3)\n", + "\u001b[38;5;2m✔ Download and installation successful\u001b[0m\n", + "You can now load the package via spacy.load('en_core_web_sm')\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/envs/pykoi/lib/python3.10/site-packages/transformers/tokenization_utils_base.py:1714: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers.\n", + " warnings.warn(\n", + "/opt/conda/envs/pykoi/lib/python3.10/site-packages/transformers/modeling_utils.py:2193: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers.\n", + " warnings.warn(\n", + "100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 31/31 [00:00<00:00, 1683.41it/s]\n", + "100%|███████████████████████████████████████████████████████████████████████████████████████████████████████| 31/31 [00:00<00:00, 1874.40it/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[[('How many steps are there in the employment-based green card application '\n", + " 'process?',\n", + " 'three')],\n", + " [('What is the hardest and most arduous step for petitions requiring this '\n", + " 'step?',\n", + " 'labor certification'),\n", + " ('What is often the hardest and most arduous step for petitions requiring '\n", + " 'this step?',\n", + " 'labor certification process'),\n", + " ('What must an employer obtain before being able to file a labor '\n", + " 'certification application?',\n", + " 'prevailing wage')],\n", + " [('What is special handling?',\n", + " 'the employer must document that the selected applicant is the “best '\n", + " 'qualified”'),\n", + " ('What is the process called when an employer must document that an '\n", + " 'applicant is the best qualified for a position?',\n", + " 'special handling.')],\n", + " [('What does the \"basic\" and \"special handling\" process require?',\n", + " 'the employer must complete a formal recruitment process to document that '\n", + " 'there are no minimally qualified u.s. workers available'),\n", + " ('When must the formal recruitment process be completed?',\n", + " 'well after the foreign national employee started his or her position at '\n", + " 'the university.')],\n", + " [('What is filed with the department of labor?', 'labor certification'),\n", + " ('Why is the priority date important?',\n", + " 'to determine when someone can complete step #3, i.e. the adjustment of '\n", + " 'status.'),\n", + " ('When is the priority date established?',\n", + " 'the filing of the immigrant petition/ form i-140.')],\n", + " [('What can be filed with uscis once the department of labor approves the '\n", + " 'labor certification?',\n", + " 'immigrant petition'),\n", + " ('When is the filing of the i-140 the first step of the green card process?',\n", + " 'in cases where no labor certification is required (e.g. eb-1), the filing '\n", + " 'of the i-140 is the first step of the green card process.')],\n", + " [('What can a foreign national apply for once the i-140 application has been '\n", + " 'approved by uscis?',\n", + " 'adjustment of status or obtaining an immigrant visa'),\n", + " ('How can a foreign national apply for an immigrant visa instead of applying '\n", + " 'for the adjustment of status?',\n", + " 'a foreign national may also apply for an immigrant visa at a u.s. '\n", + " 'consulate or embassy abroad.')],\n", + " [('What cannot be filed until and unless the \"priority date\" is current?',\n", + " 'the i-485 adjustment of status application'),\n", + " ('What can cause a backlog in the i-485 adjustment of status application?',\n", + " 'depending on one’s country of birth and eb-category, there may be a '\n", + " 'backlog.'),\n", + " ('Why is there a backlog in the i-485 adjustment of status application?',\n", + " 'more people apply for green cards in a given category than there are '\n", + " 'available green card visa numbers.'),\n", + " ('What percentage of all green cards in a given preference category can go '\n", + " 'to individuals born in a given country?',\n", + " 'no more than seven percent'),\n", + " ('Who updates the backlog of green cards each month?',\n", + " 'the u.s. department of state')],\n", + " [(\"What can be filed once a person's priority date date has been reached?\",\n", + " 'i-485'),\n", + " ('What is the priority date?',\n", + " 'the date on which the labor certification was filed with the department of '\n", + " 'labor, or, if no labor certification was required, uscis received the '\n", + " 'i-140 petition.')],\n", + " [('How many tables does the visa bulletin contain?',\n", + " 'two separate tables with priority cut-off dates.'),\n", + " ('What are the actual cut-off dates in the visa bulletin?',\n", + " 'the actual cut-off dates are indicated in table a “application final '\n", + " 'action dates for employment-based preference cases.”'),\n", + " ('What is the name of the table that may be used by uscis to accept the '\n", + " 'i-485 application?',\n", + " 'in some instances, uscis may accept the i-485 application if the priority '\n", + " 'date is current based on table b'),\n", + " ('How long after the official visa bulletin is the information published?',\n", + " 'uscis will make a determination whether table b may be used several days '\n", + " 'after the official visa bulletin is published.'),\n", + " ('Where does uscis publish this information?',\n", + " 'on its website dedicated to the visa bulletin.')],\n", + " [('In some cases, it may be possible to file the i-140 and i-485 at the same '\n", + " 'time?',\n", + " 'i-140 and i-485'),\n", + " ('Is it always recommended to file the i-140 and i-485 at the same time?',\n", + " 'not always'),\n", + " ('If the i-140 is denied, the i-485 will also be denied?',\n", + " 'if filed concurrently.')],\n", + " [('What will the international center file?',\n", + " 'labor certification and i-140')]]\n" + ] + } + ], + "source": [ + "! pip install lmqg\n", + "from pprint import pprint\n", + "from lmqg import TransformersQG\n", + "\n", + "# Download the en_core_web_sm model explicitly \n", + "! python -m spacy download en_core_web_sm # spacy is a counterpart of nltk\n", + "\n", + "# initialize model\n", + "model = TransformersQG(model='lmqg/t5-base-squad-qg-ae', max_length=1024) # max length of a paragraph \n", + "# paragraph to generate pairs of question and answer\n", + "\n", + "context = context\n", + "\n", + "question_answer = model.generate_qa(paragraphs)\n", + "# the output is a list of tuple (question, answer)\n", + "pprint(question_answer)\n", + "# [\n", + "# ('Who was an English painter who specialised in watercolour landscapes?', 'William Turner'),\n", + "# ('What is William Turner often known as?', 'William Turner of Oxford or just Turner of Oxford'),\n", + "# (\"What did many of Turner's paintings depict?\", 'the countryside around Oxford'),\n", + "# (\"What is one of Turner's best known pictures?\", 'a view of the city of Oxford from Hinksey Hill')\n", + "# ]" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "19e1e276-3def-4980-96fd-91a7ef9dbd4f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "For 12 paragraphs, [1, 3, 2, 2, 3, 2, 2, 5, 2, 5, 3, 1] questions are generated respectively\n" + ] + } + ], + "source": [ + " print (f\"For {len(paragraphs)} paragraphs, {[len(qas) for qas in question_answer]} questions are generated respectively\")" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "id": "b1bf02e9-281f-4cbf-bd50-6dfbc06bd2cf", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "31" + ] + }, + "execution_count": 45, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "QApair_flat = [qa for qas in question_answer for qa in qas]\n", + "len(QApair_flat)" + ] + }, + { + "cell_type": "markdown", + "id": "06d8d238-8681-4951-87b0-c35375005d6e", + "metadata": {}, + "source": [ + "## Write generated question answer pairs to csv file" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "9393d02a-baa8-41df-a8ec-5523e0cfc371", + "metadata": {}, + "outputs": [], + "source": [ + "QApair_df = pd.DataFrame(QApair_flat, columns=[\"Qustion\", \"Answer\"])\n", + "dir_cur = os.getcwd()\n", + "QApair_df.to_csv(os.path.join(dir_cur, \"output_qa_augment.csv\"), index=False)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/example/data_generation/umich.txt b/example/data_generation/umich.txt new file mode 100644 index 0000000..be9abd7 --- /dev/null +++ b/example/data_generation/umich.txt @@ -0,0 +1,27 @@ +Green Card Application Process +There are essentially three steps in the employment-based green card application process: + +1. Labor Certification (PERM) +With limited exceptions, all EB-2 and EB-3 green card applications require that the employer obtain a Labor Certification from the U.S. Department of Labor. For petitions requiring this step, the Labor Certification process is often the hardest and most arduous step. Prior to being able to file the Labor Certification application, the employer must obtain a prevailing wage from the Department of Labor and prove that there are no minimally qualified U.S. workers available for the positions through the completion of a competitive recruitment process. + +In the case of positions that contain teaching duties, the employer must document that the selected applicant is the “best qualified” for the position. This process is commonly called “Special Handling.” + +In both the “basic” and the “special handling” process, the employer must complete a formal recruitment process to document that there are no minimally qualified U.S. workers available or that, in the case of positions that have a teaching component, that the selected candidate is the best qualified. It is common that this recruitment process must be completed well after the foreign national employee started his or her position at the University. + +As soon as the Labor Certification has been filed with the Department of Labor, the “priority date” for the applicant is established. This date is important to determine when someone can complete step #3, i.e. the Adjustment of Status. (If no Labor Certification is required, the priority date is established with the filing of the Immigrant Petition/ Form I-140. + +2. Immigrant Petition +Once the Department of Labor approves the Labor Certification, the Immigrant Petition (Form I-140) can be filed with USCIS. In cases where no Labor Certification is required (e.g. EB-1), the filing of the I-140 is the first step of the green card process. + +3. Adjustment of Status or Obtaining an Immigrant Visa +Once the I-140 application has been approved by USCIS, the foreign national can apply for the adjustment of his or her non-immigrant status (Form I-485) to that of a legal permanent resident. Instead of applying for the Adjustment of Status, a foreign national may also apply for an immigrant visa at a U.S. consulate or embassy abroad. + +The I-485 Adjustment of Status application cannot be filed until and unless the “priority date” is current. In practice this means that, depending on one’s country of birth and EB-category, there may be a backlog. The backlog exists because more people apply for green cards in a given category than there are available green card visa numbers. The total number of green cards is further restricted by the fact that, with some exceptions, no more than seven percent of all green cards in a given preference category can go to individuals born in a given country. The backlog is updated each month by the U.S. Department of State and is published in the Visa Bulletin. + +Once someone’s priority date date has been reached, as indicated in the Visa Bulletin, the I-485 can be filed. The priority date is the date on which the Labor Certification was filed with the Department of Labor, or, if no Labor Certification was required, USCIS received the I-140 petition. + +Note that the Visa Bulletin contains two separate tables with priority cut-off dates. The actual cut-off dates are indicated in table A “Application Final Action Dates for Employment-based Preference Cases.” However, in some instances, USCIS may accept the I-485 application if the priority date is current based on table B “Dates for Filing of Employment-based Visa Applications.” Note that USCIS will make a determination whether Table B may be used several days after the official Visa Bulletin is published. USCIS publishes this information on its website dedicated to the Visa Bulletin. + +In some cases, it may be possible to file the I-140 and I-485 at the same time. This is not always recommended, even if it is possible. If the I-140 is denied, the I-485 will also be denied if filed concurrently. + +Whereas the International Center will file both the Labor Certification and I-140 (unless the petition as a whole is assigned to retained counsel), the Adjustment of Status application and related applications (Advance Parole and EAD) are filed by retained counsel only.