-
Notifications
You must be signed in to change notification settings - Fork 97
Rename all operators naming rules. #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rename process -> filter, write Eval/Reasoning
…1127-rename0711-dev
* [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators
* add consistent chat * rename generators * fix bug for init * fix bug
* add consistent chat * rename generators * fix bug for init * fix bug * add a new meta scorer for general text
MOLYHECI
referenced
this pull request
in MOLYHECI/DataFlow-1022
Oct 16, 2025
* refactor general text * Rename process -> filter, write eval/reasoning * update test_general_text.py * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators (#67) * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators * [Rename] All Agentic RAG renamed * rename text generators (#74) * add consistent chat * rename generators * fix bug for init * fix bug * rename operators name for kbc (#79) * add meta scorer (#80) * add consistent chat * rename generators * fix bug for init * fix bug * add a new meta scorer for general text --------- Co-authored-by: zzy1127 <1726073424@qq.com> Co-authored-by: HeRunming <21000100636@stu.pku.edu.cn> Co-authored-by: Hao Liang <hao.liang@stu.pku.edu.cn> Co-authored-by: wongzhenhao <zhenhao1141@gmail.com> Co-authored-by: Wong Zhen Hao <78094547+wongzhenhao@users.noreply.github.com> Co-authored-by: Alioth <67784246+zzy1127@users.noreply.github.com> Co-authored-by: Sunny1037 <126488404+ZhaoyangHan04@users.noreply.github.com>
wongzhenhao
added a commit
to wongzhenhao/DataFlow
that referenced
this pull request
Oct 17, 2025
* refactor general text * Rename process -> filter, write eval/reasoning * update test_general_text.py * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators (OpenDCAI#67) * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators * [Rename] TaskCraft Generaor Operators * [Rename] All Agentic RAG renamed * rename text generators (OpenDCAI#74) * add consistent chat * rename generators * fix bug for init * fix bug * rename operators name for kbc (OpenDCAI#79) * add meta scorer (OpenDCAI#80) * add consistent chat * rename generators * fix bug for init * fix bug * add a new meta scorer for general text --------- Co-authored-by: zzy1127 <1726073424@qq.com> Co-authored-by: HeRunming <21000100636@stu.pku.edu.cn> Co-authored-by: Hao Liang <hao.liang@stu.pku.edu.cn> Co-authored-by: wongzhenhao <zhenhao1141@gmail.com> Co-authored-by: Wong Zhen Hao <78094547+wongzhenhao@users.noreply.github.com> Co-authored-by: Alioth <67784246+zzy1127@users.noreply.github.com> Co-authored-by: Sunny1037 <126488404+ZhaoyangHan04@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Operators文件夹下各个文件夹的定义规范:
Definition Standards for Subfolders under the Operators Directory:
Generate:
(1) 数据条目数量不变,每一个条目出现新的Key,对应value是一段新的长文本
(2) 数据条目数量增加
Generate:
(1) The number of data entries remains unchanged; each entry gains a new key with a corresponding value that is a new long text.
(2) The number of data increases.
Eval: 数据条目数量不变,每一个条目出现新的Key,对应value是分数或者类别
Eval: The number of data entries remains unchanged; each entry gains a new key with a corresponding value that is a score or category.
Filter:从多条数据条目过滤成少量数据条目,每一个条目内容不变,或者仅多了一个eval用的数值字段
Filter: Reduces multiple data entries to a smaller number; each entry's content remains unchanged or gains only an additional numerical field for evaluation.
Refine:数据条目数量不变,每一个条目对于某一个Key进行修改
Refine: The number of data entries remains unchanged; each entry has a modification applied to a specific key.