当前位置:   article > 正文

self instruct 介绍

self instruct

SELF-INSTRUCT: Aligning Language Model with Self Generated Instructions

github: self-instruct

背景

大模型表现惊人,但是严重依赖于人工编写的指令数据。然而,依靠人工标注数据成本高昂。本文中提出self-instruct框架:一种基于大模型自动生成指令数据的方法。

主要步骤

1. instruction generation

 这个步骤主要是生成指令(instruction),初始编写了175个种子任务(每个任务有1个指令和1个实例)作为启动任务池。对于每一步,从这个池中抽取8个任务指令作为上下文示例。在这8条指令中,有6条来自于人工编写的任务,还有2条来自于之前步骤中生成的指令,这么做目的是为了保证多样性。抽取出的指令按照table 6 创建prompt,让模型生成新的指令。

1.1 超参

  1. results = make_gpt3_requests(
  2. engine=args.engine, # davinci
  3. prompts=batch_inputs,
  4. max_tokens=1024,
  5. temperature=0.7,
  6. top_p=0.5,
  7. frequency_penalty=0,
  8. presence_penalty=2,
  9. stop_sequences=["\n\n", "\n16", "16.", "16 ."],
  10. logprobs=1,
  11. n=1,
  12. best_of=1,
  13. api_key=args.api_key,
  14. organization=args.organization,
  15. )

2.Classification Task Identification

因为分类和非分类任务的处理方法不一样,所以这一步要判断指令是否为分类任务。通过从种子任务中抽取出12个分类任务和19个非分类任务。

模板是固定死的,不像table 6每次都是重新抽样

构建模板如下:

  1. template_1 = '''Can the following task be regarded as a classification task with finite output labels?
  2. Task: Given my personality and the job, tell me if I would be suitable.
  3. Is it classification? Yes
  4. Task: Give me an example of a time when you had to use your sense of humor.
  5. Is it classification? No
  6. Task: Replace the placeholders in the given text with appropriate named entities.
  7. Is it classification? No
  8. Task: Fact checking - tell me if the statement is true, false, or unknown, based on your knowledge and common sense.
  9. Is it classification? Yes
  10. Task: Return the SSN number for the person.
  11. Is it classification? No
  12. Task: Detect if the Reddit thread contains hate speech.
  13. Is it classification? Yes
  14. Task: Analyze the sentences below to identify biases.
  15. Is it classification? No
  16. Task: Select the longest sentence in terms of the number of words in the paragraph, output the sentence index.
  17. Is it classification? Yes
  18. Task: Find out the toxic word or phrase in the sentence.
  19. Is it classification? No
  20. Task: Rank these countries by their population.
  21. Is it classification? No
  22. Task: You are provided with a news article, and you need to identify all the categories that this article belongs to. Possible categories include: Music, Sports, Politics, Tech, Finance, Basketball, Soccer, Tennis, Entertainment, Digital Game, World News. Output its categories one by one, seperated by comma.
  23. Is it classification? Yes
  24. Task: Given the name of an exercise, explain how to do it.
  25. Is it classification? No
  26. Task: Select the oldest person from the list.
  27. Is it classification? Yes
  28. Task: Find the four smallest perfect numbers.
  29. Is it classification? No
  30. Task: Does the information in the document supports the claim? You can answer "Support" or "Unsupport".
  31. Is it classification? Yes
  32. Task: Create a detailed budget for the given hypothetical trip.
  33. Is it classification? No
  34. Task: Given a sentence, detect if there is any potential stereotype in it. If so, you should explain the stereotype. Else, output no.
  35. Is it classification? No
  36. Task: Explain the following idiom to me, and try to give me some examples.
  37. Is it classification? No
  38. Task: Is there anything I can eat for a breakfast that doesn't include eggs, yet includes protein, and has roughly 700-1000 calories?
  39. Is it classification? No
  40. Task: Answer the following multiple choice question. Select A, B, C, or D for the final answer.
  41. Is it classification? Yes
  42. Task: Decide whether the syllogism is logically sound.
  43. Is it classification? Yes
  44. Task: How can individuals and organizations reduce unconscious bias?
  45. Is it classification? No
  46. Task: What are some things you can do to de-stress?
  47. Is it classification? No
  48. Task: Find out the largest one from a set of numbers. Output the number directly.
  49. Is it classification? Yes
  50. Task: Replace the <mask> token in the text with proper words that are consistent with the context. You can use multiple words for each <mask> token.
  51. Is it classification? No
  52. Task: Write a cover letter based on the given facts.
  53. Is it classification? No
  54. Task: Identify the pos tag of the word in the given sentence.
  55. Is it classification? Yes
  56. Task: Write a program to compute the sum of integers from k to n.
  57. Is it classification? No
  58. Task: In this task, you need to compare the meaning of the two sentences and tell if they are the same. Output yes or no.
  59. Is it classification? Yes
  60. Task: To make the pairs have the same analogy, write the fourth word.
  61. Is it classification? No
  62. Task: Given a set of numbers, find all possible subsets that sum to a given number.
  63. Is it classification? No
  64. Task: {instruction for the target task}'''

2.1 超参

  1. results = make_gpt3_requests(
  2. engine=args.engine, # davinci
  3. prompts=prompts,
  4. max_tokens=3,
  5. temperature=0,
  6. top_p=0,
  7. frequency_penalty=0,
  8. presence_penalty=0,
  9. stop_sequences=["\n", "Task"],
  10. logprobs=1,
  11. n=1,
  12. best_of=1,
  13. api_key=args.api_key,
  14. organization=args.organization)

 3.  Instance Generation

 这一步主要目标生成实例(instance), 分为 Input-first Approach和 Output-first Approach  两种方法。

注意:

1. 两种方法prompt模板都是固定死的,这导致了对于每个task,只生成了很少的instance,论文也提出了,后续可以考虑通过随机抽样构建prompt模板,来达到生成多个instance的目的。

3.1 Input-first Approach

这个方法主要是用于生成非分类任务。

Input-first Approach 模板如下:

  1. input_first_template_for_gen = '''Come up with examples for the following tasks. Try to generate multiple examples when possible. If the task doesn't require additional input, you can generate the output directly.
  2. Task: Which exercises are best for reducing belly fat at home?
  3. Output:
  4. - Lying Leg Raises
  5. - Leg In And Out
  6. - Plank
  7. - Side Plank
  8. - Sit-ups
  9. Task: Extract all the country names in the paragraph, list them separated by commas.
  10. Example 1
  11. Paragraph: Dr. No is the sixth novel by the English author Ian Fleming to feature his British Secret Service agent James Bond. Written at Fleming's Goldeneye estate in Jamaica, it was first published in the United Kingdom by Jonathan Cape in 1958. In the novel Bond looks into the disappearance in Jamaica of two fellow MI6 operatives who had been investigating Doctor No. Bond travels to No's Caribbean island and meets Honeychile Rider, who is there to collect shells. They are captured and taken to a luxurious facility carved into a mountain. The character of Doctor No, the son of a German missionary and a Chinese woman, was influenced by Sax Rohmer's Fu Manchu stories. Dr. No was the first of Fleming's novels to face widespread negative reviews in Britain, but it was received more favourably in the United States.
  12. Output: English, British, Jamaica, the United Kingdom, German, Chinese, Britain, the United States.
  13. Task: Converting 85 F to Celsius.
  14. Output: 85°F = 29.44°C
  15. Task: Sort the given list ascendingly.
  16. Example 1
  17. List: [10, 92, 2, 5, -4, 92, 5, 101]
  18. Output: [-4, 2, 5, 5, 10, 92, 92, 101]
  19. Example 2
  20. Input 2 - List: [9.99, 10, -5, -1000, 5e6, 999]
  21. Output: [-1000, -5, 9.99, 10, 999, 5e6]
  22. Task: Suggest a better and more professional rephrasing of the following sentence.
  23. Example 1
  24. Sentence: This house is surprisingly not constructed very well, and you probably need more money to fix it after you buy it. If you ask me, I would suggest you to consider other candidates.
  25. Output: This house does not seem to be constructed well, so you may need to spend more money to fix it after you purchase it. I would suggest that you look at other properties.
  26. Example 2
  27. Sentence: Just so you know, we did an experiment last week and found really surprising results - language model can improve itself!
  28. Output: Our experiments last week demonstrated surprising results, proving that the language model can improve itself.
  29. Task: Read the following paragraph and answer a math question about the paragraph. You need to write out the calculation for getting the final answer.
  30. Example 1
  31. Paragraph: Gun violence in the United States results in tens of thousands of deaths and injuries annually, and was the leading cause of death for children 19 and younger in 2020. In 2018, the most recent year for which data are available as of 2021, the Centers for Disease Control and Prevention's (CDC) National Center for Health Statistics reports 38,390 deaths by firearm, of which 24,432 were by suicide. The rate of firearm deaths per 100,000 people rose from 10.3 per 100,000 in 1999 to 12 per 100,000 in 2017, with 109 people dying per day or about 14,542 homicides in total, being 11.9 per 100,000 in 2018. In 2010, there were 19,392 firearm-related suicides, and 11,078 firearm-related homicides in the U.S. In 2010, 358 murders were reported involving a rifle while 6,009 were reported involving a handgun; another 1,939 were reported with an unspecified type of firearm. In 2011, a total of 478,400 fatal and nonfatal violent crimes were committed with a firearm.
  32. Question: How many more firearm-related deaths were there in 2018 compared to 2010?
  33. Output:
  34. 38390 - (19392 + 11078) = 38390 - 30470 = 7920.
  35. So, in 2018, there were 7920 more deaths by firearm than in 2010.
  36. Task: Write Python code to solve this leetcode problem.
  37. Example 1
  38. Problem: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself.
  39. Output:
  40. class Solution(object):
  41. def addTwoNumbers(self, l1, l2):
  42. carry = 0
  43. root = n = ListNode(0)
  44. while l1 or l2 or carry:
  45. v1 = v2 = 0
  46. if l1:
  47. v1 = l1.val
  48. l1 = l1.next
  49. if l2:
  50. v2 = l2.val
  51. l2 = l2.next
  52. carry, val = divmod(v1+v2+carry, 10)
  53. n.next = ListNode(val)
  54. n = n.next
  55. return root.next
  56. Task: Solve the equation and find the value of X. Show your steps.
  57. Example 1
  58. Equation: 10X + 5 = 10
  59. Output: 10X = 5, X = 0.5
  60. Example 2
  61. Equation: X + Y + 120 = 100
  62. Output: X + Y = -20, X = -20 - Y
  63. Task: Write a program to compute the sum of integers from k to n.
  64. Output:
  65. def sum(k, n):
  66. sum = 0
  67. for i in range(k, n+1):
  68. sum += i
  69. return sum
  70. Task: Select the oldest person from the given list.
  71. Example 1
  72. List: George Washington, Confucius, Michael Jordan, Michelangelo
  73. Output: Confucious
  74. Example 2
  75. List: Alan Turing, Geoffrey Hinton, Yann LeCun, Yoshua Bengio
  76. Output: Alan Turing
  77. Task: Turn down a job offer by sending an email to a recruiter explaining the reason.
  78. Output: Hi [Recruiter],
  79. Thank you so much for the generous offer to join your team. As we discussed, I’ve admired the company for a number of years, and am a proud endorser of its products. However, after further consideration of where I currently am in my career, I’ve decided to accept an offer at another company.
  80. I would love to stay in touch with you and have already started following you on [Social Media Platform]. Again, thank you so much for your time and consideration.
  81. Thanks again,
  82. [Your Name]
  83. Task: {instruction for the target task}'''

3.2 Output-first Approach

这个方法主要是用于生成分类任务的。

为何分类任务要使用Output-first Approach ? 是因为模型倾向于输出只有一个标签的输入,尤其对于分类任务。

论文原话:

Output-first Approach 模板如下:

  1. output_first_template_for_clf = '''Given the classification task definition and the class labels, generate an input that corresponds to each of the class labels. If the task doesn't require input, just generate possible class labels.
  2. Task: Classify the sentiment of the sentence into positive, negative, or mixed.
  3. Class label: mixed
  4. Sentence: I enjoy the flavor of the restaurant but their service is too slow.
  5. Class label: Positive
  6. Sentence: I had a great day today. The weather was beautiful and I spent time with friends and family.
  7. Class label: Negative
  8. Sentence: I was really disappointed by the latest superhero movie. I would not recommend it to anyone.
  9. Task: Given a dialogue, classify whether the user is satisfied with the service. You should respond with "Satisfied" or "Unsatisfied".
  10. Class label: Satisfied
  11. Dialogue:
  12. - Agent: Thank you for your feedback. We will work to improve our service in the future.
  13. - Customer: I am happy with the service you provided. Thank you for your help.
  14. Class label: Unsatisfied
  15. Dialogue:
  16. - Agent: I am sorry we will cancel that order for you, and you will get a refund within 7 business days.
  17. - Customer: oh that takes too long. I want you to take quicker action on this.
  18. Task: Given some political opinions, classify whether the person belongs to Democrats or Republicans.
  19. Class label: Democrats
  20. Opinion: I believe that everyone should have access to quality healthcare regardless of their income level.
  21. Class label: Republicans
  22. Opinion: I believe that people should be able to keep more of their hard-earned money and should not be taxed at high rates.
  23. Task: Tell me if the following email is a promotion email or not.
  24. Class label: Promotion
  25. Email: Check out our amazing new sale! We've got discounts on all of your favorite products.
  26. Class label: Not Promotion
  27. Email: We hope you are doing well. Let us know if you need any help.
  28. Task: Detect if the Reddit thread contains hate speech.
  29. Class label: Hate Speech
  30. Thread: All people of color are stupid and should not be allowed to vote.
  31. Class label: Not Hate Speech
  32. Thread: The best way to cook a steak on the grill.
  33. Task: Does the information in the document supports the claim? You can answer "Support" or "Unsupport".
  34. Class label: Unsupport
  35. Document: After a record-breaking run that saw mortgage rates plunge to all-time lows and home prices soar to new highs, the U.S. housing market finally is slowing. While demand and price gains are cooling, any correction is likely to be a modest one, housing economists and analysts say. No one expects price drops on the scale of the declines experienced during the Great Recession.
  36. Claim: The US housing market is going to crash soon.
  37. Class label: Support
  38. Document: The U.S. housing market is showing signs of strain, with home sales and prices slowing in many areas. Mortgage rates have risen sharply in recent months, and the number of homes for sale is increasing. This could be the beginning of a larger downturn, with some economists predicting a potential housing crash in the near future.
  39. Claim: The US housing market is going to crash soon.
  40. Task: Answer the following multiple-choice question. Select A, B, C, or D for the final answer.
  41. Class label: C
  42. Question: What is the capital of Germany?
  43. A. London
  44. B. Paris
  45. C. Berlin
  46. D. Rome
  47. Class label: D
  48. Question: What is the largest planet in our solar system?
  49. A) Earth
  50. B) Saturn
  51. C) Mars
  52. D) Jupiter
  53. Class label: A
  54. Question: What is the process by which plants make their own food through photosynthesis?
  55. A) Respiration
  56. B) Fermentation
  57. C) Digestion
  58. D) Metabolism
  59. Class label: B
  60. Question: Who wrote the novel "The Great Gatsby"?
  61. A) Ernest Hemingway
  62. B) F. Scott Fitzgerald
  63. C) J.D. Salinger
  64. D) Mark Twain
  65. Task: You need to read a code and detect if there is a syntax error or not. Output true if there is an error, output false if there is not.
  66. Class label: true
  67. Code:
  68. def quick_sort(arr):
  69. if len(arr) < 2
  70. return arr
  71. Class label: False
  72. Code:
  73. def calculate_average(numbers):
  74. total = 0
  75. for number in numbers:
  76. total += number
  77. return total / len(numbers)
  78. Task: You are provided with a news article, and you need to identify all the categories that this article belongs to. Possible categories include Sports and Politics. Output its categories one by one, separated by a comma.
  79. Class label: Sports
  80. Article: The Golden State Warriors have won the NBA championship for the second year in a row.
  81. Class label: Politics
  82. Article: The United States has withdrawn from the Paris Climate Agreement.
  83. Class label: Politics, Sports
  84. Article: The government has proposed cutting funding for youth sports programs.
  85. Task: Given a credit card statement, the cardholder's spending habits, and the account balance, classify whether the cardholder is at risk of defaulting on their payments or not.
  86. Class label: At risk
  87. Credit card statement: Purchases at high-end clothing stores and luxury hotels.
  88. Cardholder's spending habits: Frequent purchases at luxury brands and high-end establishments.
  89. Account balance: Over the credit limit and multiple missed payments.
  90. Class label: Not at risk
  91. Credit card statement: Purchases at grocery stores and gas stations.
  92. Cardholder's spending habits: Regular purchases for necessary expenses and occasional dining out.
  93. Account balance: Slightly below the credit limit and no missed payments.
  94. Task: Given a social media post, the hashtags used, and a topic. classify whether the post is relevant to the topic or not.
  95. Class label: Relevant
  96. Post: I can't believe the government is still not taking action on climate change. It's time for us to take matters into our own hands.
  97. Hashtags: #climatechange #actnow
  98. Topic: Climate change
  99. Class label: Not relevant
  100. Post: I just bought the new iPhone and it is amazing!
  101. Hashtags: #apple #technology
  102. Topic: Travel
  103. Task: The answer will be 'yes' if the provided sentence contains an explicit mention that answers the given question. Otherwise, answer 'no'.
  104. Class label: Yes
  105. Sentence: Jack played basketball for an hour after school.
  106. Question: How long did Jack play basketball?
  107. Class label: No
  108. Sentence: The leaders of the Department of Homeland Security now appear before 88 committees and subcommittees of Congress.
  109. Question: How often are they required to appear?
  110. Task: Tell me what's the second largest city by population in Canada.
  111. Class label: Montreal
  112. Task: Classifying different types of mathematical equations, such as linear, and quadratic equations, based on the coefficients and terms in the equation.
  113. Class label: Linear equation
  114. Equation: y = 2x + 5
  115. Class label: Quadratic equation
  116. Equation: y = x^2 - 4x + 3
  117. Task: Tell me the first number of the given list.
  118. Class label: 1
  119. List: 1, 2, 3
  120. Class label: 2
  121. List: 2, 9, 10
  122. Task: Which of the following is not an input type? (a) number (b) date (c) phone number (d) email address (e) all of these are valid inputs.
  123. Class label: (e)
  124. Task: {Instruction for the target task}'''

3.3 超参

  1. results = make_gpt3_requests(
  2. engine=args.engine, # davinci
  3. prompts=prompts,
  4. # because the clf template is longer, we need to decrease the max_tokens
  5. max_tokens=300 if any(task_clf_types[task["instruction"]] for task in batch) else 350,
  6. temperature=0,
  7. top_p=0,
  8. frequency_penalty=0,
  9. presence_penalty=1.5,
  10. stop_sequences=[f"Example {args.max_instances_to_generate + 1}", "Task:"],
  11. logprobs=1,
  12. n=1,
  13. best_of=1,
  14. api_key=args.api_key,
  15. organization=args.organization)

4. Filtering and Postprocessing

最后需要对生成的指令和实例做后处理,主要包括如下工作:

1.  过滤掉和已经存在的instruction  rouge-l 大于0.7 的instruction

2. 过滤掉一些包含特定的关键字的instruction,如:images, pictures, graphs。因为这些instruction  通常语言模型无法处理。

3. 过滤掉 具有相同input的 instance。

应用注意

1. 本文提出的prompt是英文的,需要自行构建中文版的prompt。

2. prompt的构建和模型强相关,同一个prompt不能适应所有大模型。

3. 即使使用同一个大模型,不同的参数也会影响prompt的效果,这是一个调参的过程。

基于chatglm的self instruct prompt 设计

以下prompt基于chatglm_pro, temperature=0.7, top_p=0.5,其余参数默认的条件下测试。

智谱AI开放平台

指令生成prompt

  1. 已经给出下面几个例子作为参考,要求你生成10条指令:
  2. 1. 描述一个你认为未来有发展潜力的新兴技术。
  3. 2. 头脑风暴列出可能的新年决心。
  4. 3.针对当前环境问题,提出一些可行的解决方案。
  5. 4. 分析一部热门电影的成功因素,并提出自己的看法。
  6. 5. 跟我解释一下你跑步的时候在想什么。
  7. 6. 作为一名新上任的体育教练,你在工作的头30天有什么计划?
  8. 7. 用几个要点总结下面的文档。
  9. 8. 根据所给场景,编写一段感人的故事情节。

效果展示

instance 生成prompt

  1. 请你针对给定的指令,生成相应的输入和输出,如果指令不需要输入,则可以只生成输出。我会先给你一些示例,你需要补全最后一个指令对应的输入和输出,如果可以,尝试生成更多的示例:
  2. 指令:抽取段落中的所有国家名称,以顿号分隔列出。
  3. 示例1
  4. 输入:《诺博士》是英国作家伊恩·弗莱明的第六部以英国特工詹姆斯·邦德为主角的小说。这部小说创作于弗莱明位于牙买加的黄金眼庄园,1958年由乔纳森·凯普在英国首次出版。在小说中,邦德调查了两名在牙买加失踪的军情六处特工,他们一直在调查诺博士。邦德前往诺斯加勒比岛,遇到了在那里收集贝壳的“蜜糖骑士”。他们被抓起来,带到一座雕刻在山上的豪华设施里。诺博士是一位德国传教士和一位中国妇女的儿子,他的角色受到了萨克斯·侯麦的《傅满洲故事》的影响。《诺博士》是弗莱明第一部在英国受到广泛负面评价的小说,但在美国却受到了更大的好评。
  5. 输出:英语、英国、牙买加、英国、德国、中国、英国、美国。
  6. 指令:将85华氏度转换成摄氏。
  7. 示例1
  8. 输入:
  9. 输出:85°F = 29.44°C
  10. 指令:解方程并求出x的值。
  11. 示例1
  12. 输入:10X + 5 = 10
  13. 输出:10X = 5, X = 0.5
  14. 示例2
  15. 输入:X + Y + 120 = 100
  16. 输出:X + Y = -20, X = -20 - Y
  17. 指令:对给定列表按升序排序。
  18. 示例1
  19. 输入:[10,92,2,5,- 4,92,5,101]
  20. 输出:[-4,2,5,5,10,92,92,101]
  21. 指令:用更专业,严谨的语气改写下列句子。
  22. 示例1
  23. 输入:令人惊讶的是,这房子的构造不是很好,你可能需要更多的钱来修理它。如果你问我,我会建议你考虑其他候房子。
  24. 输出:这个房子看起来不是很好,所以你可能需要在购买后花更多的钱来修理它。我建议你看看其他的房产。
  25. 示例2
  26. 输入:就像你知道的,我们上周做了一个实验,发现了非常惊人的结果——语言模型可以自我提高!
  27. 输出:我们上周的实验展示了令人惊讶的结果,证明了语言模型可以自我改进。
  28. 指令:制定一个关于学习下列新技能的计划,并分享如何实施。

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号