Conference rebuttal: can I add results?
up vote
3
down vote
favorite
I have just received my reviews for a paper I submitted to a CS conference. I would like to address the concerns of the reviewers, but doing so would require adding new results. For example, if Reviewer 2 says, "This method looks great, but it lacks X and Y evaluations", am I allowed to perform that evaluation and say, "Thank you for this feedback. We totally agree. We have run X and Y evaluations and can include it in the final copy."
I can do this extra work, but adding such evaluations would represent a modification to the final paper—in my case, probably adding one plot and one table of evaluations.
I've only submitted to journals before, in which case the above was the norm. In the context of a CS conference, it is not clear whether or not I can modify the paper in this way.
publications conference
add a comment |
up vote
3
down vote
favorite
I have just received my reviews for a paper I submitted to a CS conference. I would like to address the concerns of the reviewers, but doing so would require adding new results. For example, if Reviewer 2 says, "This method looks great, but it lacks X and Y evaluations", am I allowed to perform that evaluation and say, "Thank you for this feedback. We totally agree. We have run X and Y evaluations and can include it in the final copy."
I can do this extra work, but adding such evaluations would represent a modification to the final paper—in my case, probably adding one plot and one table of evaluations.
I've only submitted to journals before, in which case the above was the norm. In the context of a CS conference, it is not clear whether or not I can modify the paper in this way.
publications conference
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I have just received my reviews for a paper I submitted to a CS conference. I would like to address the concerns of the reviewers, but doing so would require adding new results. For example, if Reviewer 2 says, "This method looks great, but it lacks X and Y evaluations", am I allowed to perform that evaluation and say, "Thank you for this feedback. We totally agree. We have run X and Y evaluations and can include it in the final copy."
I can do this extra work, but adding such evaluations would represent a modification to the final paper—in my case, probably adding one plot and one table of evaluations.
I've only submitted to journals before, in which case the above was the norm. In the context of a CS conference, it is not clear whether or not I can modify the paper in this way.
publications conference
I have just received my reviews for a paper I submitted to a CS conference. I would like to address the concerns of the reviewers, but doing so would require adding new results. For example, if Reviewer 2 says, "This method looks great, but it lacks X and Y evaluations", am I allowed to perform that evaluation and say, "Thank you for this feedback. We totally agree. We have run X and Y evaluations and can include it in the final copy."
I can do this extra work, but adding such evaluations would represent a modification to the final paper—in my case, probably adding one plot and one table of evaluations.
I've only submitted to journals before, in which case the above was the norm. In the context of a CS conference, it is not clear whether or not I can modify the paper in this way.
publications conference
publications conference
asked Nov 19 at 18:17
gwg
2,27341118
2,27341118
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
accepted
You should check the conference's policy on rebuttals.
In general, you can add results in the rebuttal, but they may or may not be ignored. A rebuttal should be equivalent to a minor revision, not a major revision. That said, there is not much harm in trying as an author to promise more in the rebuttal.
The problem is that rebuttals sometimes promise amazing improvements to the paper, but there is no way for the conference program committee to evaluate the promised improvements before making an accept/reject decision. So the general policy is that authors should ensure that the original submission is up to scratch and not rely on the rebuttal to make major improvements. Reviewers are instructed to evaluate the submitted paper on its own merits.
In your case, the reviewer has explicitly asked for something -- that is a clear license to provide it. If space allows, you can include that in the rebuttal and promise to add that to the final version of the paper.
1
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
add a comment |
up vote
2
down vote
This may depend on the conference. You can contact the program or conference chair for guidance. However, I suspect that the answer will be yes. They want high quality papers presented in the conference and in the proceedings, which is why you get reviewer feedback not just an acceptance/rejection decision.
But don't expand the length of the paper too much or change its structure more than necessary. If you do, it may need additional review, and then you run up against conference deadlines which might result in rejection.
But it is the committee that decides these things, not consensus here. Ask.
And it is probably best not to think of the changes as a "rebuttal". Disputing the referees is a bad choice to include in a paper, though I realize you aren't suggesting that. Revisions is a better way to think of it than rebuttal.
But note that the referees are offering advice, not instructions. You are free to accept or reject that advice. But you should neither just ignore it, nor dispute it (in the paper). Just use the advice to improve the paper as you see fit.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "415"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f120340%2fconference-rebuttal-can-i-add-results%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
You should check the conference's policy on rebuttals.
In general, you can add results in the rebuttal, but they may or may not be ignored. A rebuttal should be equivalent to a minor revision, not a major revision. That said, there is not much harm in trying as an author to promise more in the rebuttal.
The problem is that rebuttals sometimes promise amazing improvements to the paper, but there is no way for the conference program committee to evaluate the promised improvements before making an accept/reject decision. So the general policy is that authors should ensure that the original submission is up to scratch and not rely on the rebuttal to make major improvements. Reviewers are instructed to evaluate the submitted paper on its own merits.
In your case, the reviewer has explicitly asked for something -- that is a clear license to provide it. If space allows, you can include that in the rebuttal and promise to add that to the final version of the paper.
1
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
add a comment |
up vote
4
down vote
accepted
You should check the conference's policy on rebuttals.
In general, you can add results in the rebuttal, but they may or may not be ignored. A rebuttal should be equivalent to a minor revision, not a major revision. That said, there is not much harm in trying as an author to promise more in the rebuttal.
The problem is that rebuttals sometimes promise amazing improvements to the paper, but there is no way for the conference program committee to evaluate the promised improvements before making an accept/reject decision. So the general policy is that authors should ensure that the original submission is up to scratch and not rely on the rebuttal to make major improvements. Reviewers are instructed to evaluate the submitted paper on its own merits.
In your case, the reviewer has explicitly asked for something -- that is a clear license to provide it. If space allows, you can include that in the rebuttal and promise to add that to the final version of the paper.
1
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
You should check the conference's policy on rebuttals.
In general, you can add results in the rebuttal, but they may or may not be ignored. A rebuttal should be equivalent to a minor revision, not a major revision. That said, there is not much harm in trying as an author to promise more in the rebuttal.
The problem is that rebuttals sometimes promise amazing improvements to the paper, but there is no way for the conference program committee to evaluate the promised improvements before making an accept/reject decision. So the general policy is that authors should ensure that the original submission is up to scratch and not rely on the rebuttal to make major improvements. Reviewers are instructed to evaluate the submitted paper on its own merits.
In your case, the reviewer has explicitly asked for something -- that is a clear license to provide it. If space allows, you can include that in the rebuttal and promise to add that to the final version of the paper.
You should check the conference's policy on rebuttals.
In general, you can add results in the rebuttal, but they may or may not be ignored. A rebuttal should be equivalent to a minor revision, not a major revision. That said, there is not much harm in trying as an author to promise more in the rebuttal.
The problem is that rebuttals sometimes promise amazing improvements to the paper, but there is no way for the conference program committee to evaluate the promised improvements before making an accept/reject decision. So the general policy is that authors should ensure that the original submission is up to scratch and not rely on the rebuttal to make major improvements. Reviewers are instructed to evaluate the submitted paper on its own merits.
In your case, the reviewer has explicitly asked for something -- that is a clear license to provide it. If space allows, you can include that in the rebuttal and promise to add that to the final version of the paper.
answered Nov 19 at 18:29
Thomas
9,32642038
9,32642038
1
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
add a comment |
1
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
1
1
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
Good advice. Also, rather than saying "we have run this evaluation and we will include results in the final copy" (without specifying what the results are), it might be more helpful to say "we have run this evaluation and our results are (summary / headline numbers); we will include details in the revised version". They still are free to ignore it, as you say.
– D.W.
Nov 19 at 23:08
add a comment |
up vote
2
down vote
This may depend on the conference. You can contact the program or conference chair for guidance. However, I suspect that the answer will be yes. They want high quality papers presented in the conference and in the proceedings, which is why you get reviewer feedback not just an acceptance/rejection decision.
But don't expand the length of the paper too much or change its structure more than necessary. If you do, it may need additional review, and then you run up against conference deadlines which might result in rejection.
But it is the committee that decides these things, not consensus here. Ask.
And it is probably best not to think of the changes as a "rebuttal". Disputing the referees is a bad choice to include in a paper, though I realize you aren't suggesting that. Revisions is a better way to think of it than rebuttal.
But note that the referees are offering advice, not instructions. You are free to accept or reject that advice. But you should neither just ignore it, nor dispute it (in the paper). Just use the advice to improve the paper as you see fit.
add a comment |
up vote
2
down vote
This may depend on the conference. You can contact the program or conference chair for guidance. However, I suspect that the answer will be yes. They want high quality papers presented in the conference and in the proceedings, which is why you get reviewer feedback not just an acceptance/rejection decision.
But don't expand the length of the paper too much or change its structure more than necessary. If you do, it may need additional review, and then you run up against conference deadlines which might result in rejection.
But it is the committee that decides these things, not consensus here. Ask.
And it is probably best not to think of the changes as a "rebuttal". Disputing the referees is a bad choice to include in a paper, though I realize you aren't suggesting that. Revisions is a better way to think of it than rebuttal.
But note that the referees are offering advice, not instructions. You are free to accept or reject that advice. But you should neither just ignore it, nor dispute it (in the paper). Just use the advice to improve the paper as you see fit.
add a comment |
up vote
2
down vote
up vote
2
down vote
This may depend on the conference. You can contact the program or conference chair for guidance. However, I suspect that the answer will be yes. They want high quality papers presented in the conference and in the proceedings, which is why you get reviewer feedback not just an acceptance/rejection decision.
But don't expand the length of the paper too much or change its structure more than necessary. If you do, it may need additional review, and then you run up against conference deadlines which might result in rejection.
But it is the committee that decides these things, not consensus here. Ask.
And it is probably best not to think of the changes as a "rebuttal". Disputing the referees is a bad choice to include in a paper, though I realize you aren't suggesting that. Revisions is a better way to think of it than rebuttal.
But note that the referees are offering advice, not instructions. You are free to accept or reject that advice. But you should neither just ignore it, nor dispute it (in the paper). Just use the advice to improve the paper as you see fit.
This may depend on the conference. You can contact the program or conference chair for guidance. However, I suspect that the answer will be yes. They want high quality papers presented in the conference and in the proceedings, which is why you get reviewer feedback not just an acceptance/rejection decision.
But don't expand the length of the paper too much or change its structure more than necessary. If you do, it may need additional review, and then you run up against conference deadlines which might result in rejection.
But it is the committee that decides these things, not consensus here. Ask.
And it is probably best not to think of the changes as a "rebuttal". Disputing the referees is a bad choice to include in a paper, though I realize you aren't suggesting that. Revisions is a better way to think of it than rebuttal.
But note that the referees are offering advice, not instructions. You are free to accept or reject that advice. But you should neither just ignore it, nor dispute it (in the paper). Just use the advice to improve the paper as you see fit.
edited Nov 19 at 20:28
answered Nov 19 at 18:25
Buffy
33.5k7104174
33.5k7104174
add a comment |
add a comment |
Thanks for contributing an answer to Academia Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2facademia.stackexchange.com%2fquestions%2f120340%2fconference-rebuttal-can-i-add-results%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown